@charset "utf-8";
/* Copyright 2025 design hack. */

/* ------------------------------------------------------------

CLASS

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav#wrap_nav_main ul#nav_main li:nth-child(3) a{color: #6F3D92;}
div#bg_h2{background:url(/class/img/h2_bg.png) no-repeat center 0;}

@media print, screen and (max-width: 767px){
div#bg_h2{background:url(/class/img/h2_bg_sp.png) no-repeat center 0;background-size: 100%;}
}

/* CONTENT
---------------------------------------------- */
table.table_style01{margin-bottom: 80px;}
table.table_style01 td{text-align: left;}
table.table_style01 tr th:first-child{width: 220px;}
table.table_style01 tr th:nth-child(2){width: 190px;}
table.table_style01 tr th:last-child{width: 180px;}

@media print, screen and (max-width: 1220px){
table.table_style01{margin-bottom: 0;}
div.wrap_table table.table_style01{width: 900px}
table.table_style01 tr th:first-child,table.table_style01 tr th:nth-child(2){width: 170px;}
table.table_style01 tr th:last-child{width: 150px;}
    
table.table_style01 tr th,table.table_style01 tr td{padding:15px 15px 10px;}
}

