/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/


html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none;}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html, body {
width: 100%;
height: 100%;
scroll-padding-top: 50px; 
}
body{
font-size:18px;
-webkit-text-size-adjust: 100%;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align:center;
color:#fff;
}
img {
vertical-align:bottom;
}
a{
text-decoration:none;
color:#666;
line-height:1.5;
opacity:1;
}
a,a:hover {
-webkit-transition:0.7s;
-moz-transition:0.7s;
-o-transition:0.7s;
transition:0.7s;
}
a img:hover {
-moz-opacity:0.75;
opacity:0.75;
}
a:hover{
opacity:0.5;
}
p,li,div,dt,dd,td,th{
box-sizing:border-box;
}
p {
text-align:justify;
line-height:1.8;
padding: 1rem 0;
}
.br_2{
display:none;
}

/*====================================================
LAYOUT
====================================================*/

#wrapper {
}

#header_pc {
display: block;
width: 100%;
margin: 0 auto;
}
#header_pc img{
width: 100%;
}

#header_sp {
display: none;
}
#header_sp img{
width: 100%;
}

section {
background:url(../img/bg.jpg) bottom no-repeat;
background-size:cover;
}
h1 {
text-align:left;
font-size: 180%;
font-weight:normal;
background:url(../img/h1bg.png) bottom no-repeat;
background-size:100%;
padding-bottom: 0.3rem;
}

#sect1 ul {
display: flex;
justify-content: center;
align-items: center;
}
#sect1 ul li {
width:50%;
}
#sect1 ul li img{
width:100%;
}
#sect1 ul li.txt_inner {
padding:0 7.5%;
}
#sect1 ul li .detail1 {
display: flex;
}
#sect1 ul li .detail2 {
display: flex;
flex-direction:row-reverse;
}

#sect1 ul li dl.dl1 {
width:57%;
margin-right:5%;
}
#sect1 ul li dl.dl2 {
width:57%;
margin-left:5%;
}
#sect1 dl dt {
text-align:left;
font-size: 180%;
font-weight:normal;
padding-bottom: 0.3rem;
border-bottom:1px solid #fff;
}
#sect1 dl dd {
text-align:justify;
font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","MS Gothic",sans-serif;
margin-top:3%;
}

#sect1 ul li .detail1 img,
#sect1 ul li .detail2 img {
width:38%;
height:auto;
}

#sect2 ul {
display:flex;
flex-wrap:wrap;
}
#sect2 ul li {
width:16.66%;
}
#sect2 ul li img{
width:100%;
}


#sect3 {
margin: 0 auto;
text-align: center;
padding:4rem 0;
}
.w840 {
width:840px;
margin:0 auto 5rem;
}
.w840 img{
width:100%;
}
#sect3 dl dt{
margin-bottom: 0.5rem;
}
#sect3 dl dt img {
width:260px;
}
#sect3 dl dd{
font-size:14px;
font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS ゴシック","MS Gothic",sans-serif;
}
.ctr {
text-align:center;
}
.mb2 {
margin-bottom:2rem;
}


/*====================================================
AFTER
====================================================*/

section:after,
#sect1:after,
#sect1 ul li .detail:after,
#sect2:after,
#sect3:after,
#sect4:after{content:".";display:block;clear:both;height:0;visibility:hidden;font-size:0;}

/*====================================================
MEDIA QUERY
====================================================*/

@media screen and (max-width:1280px) {
section ul li.txt_inner {
padding:0 2%;
}
#sect1 ul {
display:block;
}
#sect1 ul li {
width:100%;
}
#sect1 ul li.txt_inner {
padding:5% 7.5%;
}
.w840 {
width:100%;
margin:0 auto 3rem;
}
}

@media screen and (max-width:750px) {
body{
font-size:16px;
}
img {
width: 100%;
height: auto;
}
#wrapper {
}
#header_sp {
display: block;
width: 100%;
}
#header_pc {
display: none;
}
section ul {
display: block;
}
section ul li {
width:100%;
display: block;
justify-content: center;
align-items: center;
}
#sect1 ul li.txt_inner {
padding:10% 7.5%;
}
#sect1 ul li .detail1 {
display: block;
}
#sect1 ul li .detail2 {
display: block;
}

#sect1 ul li dl {
margin-bottom:5%;
}

#sect1 ul li dl.dl1 {
width:100%;
margin-right:0;
}
#sect1 ul li dl.dl2 {
width:100%;
margin-left:0;
}
#sect1 ul li .detail1 img,
#sect1 ul li .detail2 img {
width:100%;
height:auto;
}
#sect2 ul li {
width:33.33%;
}
#sect3 {
margin: 0 auto;
text-align: center;
padding:2rem 0;
}
.br_2{
display:block;
}
}
