@charset "UTF-8";
/* CSS Document */

/* 基本-モバイルファースト ======================================================================================================== */
#contents{
/*
background-image: url("images/bg.png");
background-image: -webkit-image-set(url(images/bg.png) 1x, url(images/bg@2x.png) 2x);
background-repeat: no-repeat;
background-position: center top;
background-size: 200% auto;
border-top: solid 1px #eee;
*/
}

#top{
position: relative;
padding: 40px 0 0;
}
#top .common_title{
width: 50%;
margin-bottom: 20px;
padding-left: 20px;
}
#top .common_title .en{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 7.5vw;
line-height: 1.1;
color: #e83532;
}
#top .common_title h2{
font-size: 14px;
letter-spacing: 0.25em;
}
#top .photo{
width: 80%;
margin: 0 0 0 auto;
padding-bottom: 60px;
}
#top .text{
width: 80%;
background-color: #e83532;
color: #fff;
padding: 20px;
position: absolute;
left: 0px;
bottom: 0px;
}
#top .text h3{
font-size: 14px;
margin-bottom: 10px;
}
#top .text em{
font-size: 14px;
}


#chapter{
background-color: rgba(255,255,255,.9);
background: -webkit-linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 10%);
background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 10%);
padding-top: 60px;
}
#chapter .article .photo{
width: 60%;
position: relative;
margin-bottom: 10px;
}
#chapter .article .photo.f_right{ margin-left: 10px; }
#chapter .article .photo.f_left{ margin-right: 10px; }
#chapter .article .photo img{
position: relative;
z-index: 10;
}
#chapter .article .photo::after{
content: "";
display: block;
width: 100%;
height: 100%;
background-color: #eee;
position: absolute;
bottom: -10px;
z-index: 0;
}
#chapter .article .photo.f_right::after{ right: -10px; }
#chapter .article .photo.f_left::after{ left: -10px; }

#chapter .article .text .num{
display: inline-block;
background-color: #e83532;
color: #fff;
line-height: 1;
font-weight: bold;
padding: 5px;
margin-bottom: 10px;
}
#chapter .article .text h4{
font-size: 16px;
margin-bottom: 10px;
}
#chapter .article .text h5{
font-size: 14px;
font-weight: bold;
}



.page_navi li{
margin-top: 10px;
}
.page_navi .w li.staff-w{ display: none; }
.page_navi .y li.staff-y{ display: none; }
.page_navi .i li.staff-i{ display: none; }
.page_navi li a{
display: block;
text-decoration: none;
background-color: #e83532;
color: #fff;
padding: 10px;
position: relative;
}
.page_navi li.index a{
background-color: #111;
}
.page_navi li a::after{
content: "";
display: block;
width: 10px;
height: 10px;
position: absolute;
top: 0;
bottom: 0;
right: 18px;
margin: auto 0;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
transform: rotate(45deg);
}


/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
#contents{
background-size: auto;
font-size: 16px;
}

#top{
padding: 0;
text-align: right;
}
#top .common_title{
text-align: left;
margin-bottom: 0px;
position: absolute;
top: 160px;
left: 0;
padding-left: 0px;
}
#top .common_title .en{
font-size: 40px;
}
#top .photo{
width: auto;
margin: 0 0 0 auto;
padding-bottom: 0px;
}
#top .text{
width: 600px;
padding: 30px;
bottom: 40px;
text-align: left;
}
#top .text h3{
font-size: 24px;
margin-bottom: 20px;
}
#top .text em{
font-size: 20px;
}


#chapter{
padding-top: 0px;
margin-top: 100px;
}
#chapter .article .photo{
width: 480px;
margin-bottom: 40px;
}
#chapter .article .photo.f_right{ margin-left: 40px; }
#chapter .article .photo.f_left{ margin-right: 40px; }
#chapter .article .photo::after{
bottom: -40px;
}
#chapter .article .photo.f_right::after{ right: -40px; }
#chapter .article .photo.f_left::after{ left: -40px; }

#chapter .article .text .num{
font-family: Arial, Helvetica, sans-serif;
padding: 5px 10px;
margin-bottom: 20px;
}
#chapter .article .text h4{
font-size: 24px;
margin-bottom: 20px;
}
#chapter .article .text h5{
font-size: 18px;
}


.page_navi ul{
display: flex;
justify-content: space-between;
}
.page_navi li{
width: 32.33%;
font-size: 14px;
}
.page_navi li a{
padding: 20px;
}





}

