/*nav*/
nav.main_nav{
margin: 0 auto;
width:100%;
text-align: center;
background: #FFC200;
max-width: 1500px;
padding: 10px 0;
}
nav.main_nav ul li{
font-weight: bold;
text-align: center;
margin: 5px auto;
text-decoration: none;
color: #C64341;/*文字色*/
font-size: 110%;
transition: 0.3s;
display: inline-block;
border-right: 3px dotted #ff1542;
line-height: 1.2;
}
.main_nav ul a:hover{
background: #FFF7EE;
}
.main_nav ul a:hover img{
}
nav.main_nav ul a li{
width: 15%;
}
nav.main_nav ul a li img{
width: 20%;
transition: 0.3s;
}
nav.main_nav ul li.this_page{
position: relative;
}
nav.main_nav ul li.this_page:before{
content: '';
position: absolute;
left: 50%;
bottom: -8px;/*線の上下位置*/
display: inline-block;
width: 50px;/*線の長さ*/
height: 5px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #C64341;/*線の色*/
border-radius: 2px;/*線の丸み*/
}
nav.main_nav ul li.this_page:hover{
}
.hamburger{
display: none
}
.globalMenuSp{
display: none;
}
/*info_table*/
table.table01 {
margin: 0 auto;
font-weight: bold;
font-size: 90%;
word-break: break-all;
border-collapse: separate;
/*border-spacing: 0 10px;*//*間のうペース*/
width: 90%;
}
table.table01 thead th {
color: #ffffff;
padding:5px;
background: #C64341;
border:1px solid #ffffff;
}
table.table01 tbody td {
padding: 5px;
vertical-align: middle;
text-align: center;
color: #C64341;
background: #FFFFFF;
border:1px solid #C64341;
}
table.table01 tbody td img{
width: 30px;
height: 30px;
}
table.table01 tbody td i{
margin-right: 0;
font-size: 80%;
padding: 0;
}
table.table02 {
margin: 20px auto;
font-weight: bold;
font-size: 90%;
word-break: break-all;
border-collapse: separate;
/*border-spacing: 0 10px;*//*間のうペース*/
width: 100%;
}
table.table02 thead th {
color: #ffffff;
padding:5px;
background: #C64341;
border:1px solid #ffffff;
}
table.table02 tbody td {
padding: 5px;
vertical-align: middle;
text-align: left;
color: #C64341;
background: #FFFFFF;
border:1px solid #C64341;
}
table.table02 tbody td img{
width: 30px;
height: 30px;
}
table.table02 tbody td i{
margin-right: 0;
font-size: 80%;
padding: 0;
}
table.table03 {
margin: 20px 0;
font-weight: bold;
font-size: 90%;
word-break: break-all;
border-collapse: separate;
/*border-spacing: 0 10px;*//*間のうペース*/
width: 90%;
}
table.table03 thead th {
color: #ffffff;
padding:5px;
background: #C64341;
border:1px solid #ffffff;
}
table.table03 tbody td {
padding: 5px;
vertical-align: middle;
text-align: left;
color: #C64341;
background: #FFFFFF;
border:1px solid #C64341;
width: 50%;
}
table.table03 tbody td img{
width: 30px;
height: 30px;
}
table.table03 tbody td i{
margin-right: 0;
font-size: 80%;
padding: 0;
}
.hosoku{
font-size: 90%;
line-height: 1.6;
margin: 0 auto;
text-align: right;
width: 90%;
}
.hosoku a{
color: #F17306;
text-decoration: underline;
}
.ru_left{
border-bottom-left-radius: 5px;
border-top-left-radius: 5px;
}
.line_h_1{
line-height: 1.3;
}
.ru_right{
border-bottom-right-radius: 5px;
border-top-right-radius: 5px;
}

/*======モーダルCSS========  */
.modalArea{
display: none;
position: fixed;
z-index: 10; /*サイトによってここの数値は調整 */
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.modalBg {
width: 100%;
height: 100%;
background-color: rgba(30,30,30,0.9);
}
.modalWrapper {
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
width: 70%;
max-width: 500px;
padding: 10px 30px;
background-color: #fff;
}
.modalContents{
white-space: pre-wrap;
}
.closeModal {
position: absolute;
top: 0.5rem;
right: 1rem;
}
/*system*/
.modal_system {
position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%,-50%);
width: 75%;
max-width:1200px;
background-color: #fff;
overflow-y: scroll;
height: 500px;
}
.modalContents_system{
padding: 20px 10px;
}
.modal_img{
width: 70%;
margin: 0 auto;
}
.modalContents_system img{
width: 100%;
}
.closeModal_system{
position: absolute;
top: 0.5rem;
right: 1rem;
cursor: pointer;
font-weight:bold;
}
.menu-checkbox {
display: none;
}
.drawer-menu{
display: none;
}
@media screen and (max-width: 834px){ 
nav.main_nav{
display: none;
}	
.drawer-menu{
display: block;
}
/* メニューボタンの装飾 */
.menu-button {
display: block;
position:absolute;
top: 20px;
right: 20px;
z-index: 200;
height: 30px;
width: 40px;
cursor: pointer;
}
.menu-button::before,
.menu-button::after {
content: '';
transition: .3s;
}
.menu-button::before,
.menu-button::after,
.menu-button span {
display: block;
position: absolute;
left: 0;
height: 3px;
width: 100%;
margin-top: -1px;
background-color: #BB3634;
}
.menu-button::before {
top: 0;
}
.menu-button::after {
bottom: 0;
content: 'menu';
color: #BB3634;
}
.menu-button span {
top: 50%;
}
/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
top: 50%;
transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
display: none;
}
.menu-checkbox:checked ~ .menu-button span {
top: 50%;
transform: rotate(-45deg);
}
 /* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
top: 50%;
transform: rotate(45deg);
}
.menu-checkbox:checked ~ .menu-button::after {
display: none;
}
.menu-checkbox:checked ~ .menu-button span {
top: 50%;
transform: rotate(-45deg);
}
/* ドロワーメニューの装飾 */
.drawer-menu {
position: fixed;
top: 0;
left: 0;
z-index: 200;
height: 100%;
width: 200px;
transform: translateX(-100%);
transition: .5s;
background-color: #fff;
}
.drawer-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
.drawer-menu li {
border-bottom: 1px dotted #BB3634;
}
.drawer-menu a {
display: block;
padding: 15px;
color: #000000;
text-decoration: none;
}
/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
transform: translateX(0);
}
/* ドロワーメニューの背景 */
.menu-background {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 100;
height: 100%;
width: 100%;
background-color: rgba(247,241,190,0.50);
cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
display: block;
}   
nav.globalMenuSp {
position: fixed;
display: block;
z-index : 540;
top  : 0;
left : 0;
text-align: center;
transform: translateY(-100%);
transition: all 0.9s;
width: 100%;
}
nav.globalMenuSp .nav_inner{
width: 100%;
background-image: linear-gradient(45deg, #C64341 0%, #C64341 100%); 
}	
nav.globalMenuSp .nav_inner p{
color: #ffffff;
font-weight: bold;
}	
.flex_nav_sp{
display: flex;
justify-content:flex-start;
flex-direction: row;
flex-wrap: wrap;
}
nav.globalMenuSp ul {
margin: 0 auto;
padding: 0;
padding:10px 5px;
}
nav.globalMenuSp ul li {
list-style-type: none;
border-radius: 5px;
padding: 10px 5px;
margin: 5px;
width: 160px;
height: 160px;
color: #ffffff;
}
nav.globalMenuSp ul li:last-child {
}
nav.globalMenuSp ul li:hover{
opacity: 0.7;
}
nav.globalMenuSp ul li a {
display: block;
text-decoration :none;
font-size: 90%;
font-weight: 500;
}
.nav_img{width: 40%;margin: 0 auto;}
.nav_img img{width: 100%;}
.nav_logo_img{width: 25%;margin: 0 auto;}
.nav_logo_img img{width: 100%;	}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {transform: translateY(0%);}
.top_btn{
display: none;
}
.hosoku{
font-size: 85%;
width: 95%;
}
/*info_table*/
table.table01 {
width: 95%;
font-size: 85%;
}
table.table01 thead th {
padding:5px;
}
table.table01 tbody td {
padding: 5px;
}
}
@media screen and (max-width: 600px) {
table.table01 {
width: 98%;
font-size: 80%;
}
table.table01 thead th {
padding:3px;
}
table.table01 tbody td {
padding: 3px;
}
table.table02 {
font-size: 90%;
}
table.table02 thead th {
padding:3px;
}
table.table02 tbody td {
padding: 3px;
}
table.table03 {
font-size: 90%;
}
table.table03 thead th {
padding:3px;
}
table.table03 tbody td {
padding: 3px;
}
#pagetop{
position:fixed;
right: -550px;
cursor:pointer;
}
nav.globalMenuSp ul li {
width: 100px;
height: 100px;
}
.top_logo{
width: 27%;
padding-left: 5px;
}

.modal_system {
width: 90%;
overflow-y: scroll;
height: 500px;
}
}