@charset "utf-8";
/* Copyright 2026 design hack. */

/* ------------------------------------------------------------

ABOUT

------------------------------------------------------------ */

/* CONTENT
---------------------------------------------- */
div#about_message{display: flex;gap: 5%;align-items: flex-start;margin: 0 0 140px 0;}
div#about_message_txt{width: 50%;}
div#about_message_img{width: 45%;}
div#about_message_img img{width: 100%;}

/* table */
table{width: 100%;margin-bottom: 140px;}
table th,table td{border: 1px solid #AFAAA5;padding:20px 30px;}
table th{background: #F5F3EC;width: 21.667%;}
table td{background: #FFFFFF;}
table td a{color: #D47295;border-bottom: 1px solid;}
table td a:hover{border-bottom:none;}

div.wrap_disclaimer{margin-bottom: 135px;}
div.wrap_disclaimer:last-child{margin-bottom: 0;}

@media print, screen and (max-width: 1220px){
div#about_message{flex-direction: column;gap: 0;margin: 0 0 70px 0;}
div#about_message_txt{width: 100%;margin-bottom:35px;}
div#about_message_img{width: 100%;}
}

@media print, screen and (max-width: 767px){
/* table */
table{border-bottom:1px solid #AFAAA5;margin-bottom: 70px;}
table th,table td{padding:15px 20px;display: block;border-bottom: none;}
table th{width: 100%;text-align: center;}

div.wrap_disclaimer{margin-bottom: 65px;}
}