/*
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%;
background:#000;
}
body{
color:#fff;
font-size:16px;
-webkit-text-size-adjust: 100%;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
text-align:center;
}
img {
vertical-align:bottom;
}
a{
text-decoration:none;
color:#000;
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 {
line-height:2;
padding: 1rem 0;
}
.br_1{
display:block;
}
.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%;
}

.w80p {
width:80%;
margin:0 auto;
}
.w90p {
width:90%;
margin:0 auto;
}

section {
padding:8rem 0;
}

.f_left {
float:left;
}
.f_right {
float:right;
}

h1 {
font-size: 40px;
font-weight:normal;
text-align:left;
padding-bottom: 0.3rem;
}
#sect1 {
background:url("../img/sect1_bg.jpg")no-repeat bottom right;
background-size:cover;
}
.sect_inner {
width:55%;
padding:5rem 0;
}
.sect_inner p {
text-align:justify;
}
#sect2 {
padding:0;
}
#sect2 ul {
display: -webkit-flex;
display: flex;
}
#sect2 ul li {
padding:8rem 20% 8rem 5%;
}
#sect2 ul li:first-child {
background:url("../img/sect2_bg1.jpg")no-repeat bottom right;
background-size:400px;
}
#sect2 ul li:last-child {
background:url("../img/sect2_bg2.jpg")no-repeat bottom right;
background-size:800px;
}


.sect3_box {
width:1280px;
margin:4rem auto 0;
}
.sect3_box dl {
width:400px;
text-align:justify;
margin-top: 5rem;
}
.sect3_box dl dt {
font-size:30px;
}
.sect3_box dl dt span {
font-size:80px;
color:#eee;
}
.sect3_box dl dd {
line-height:2;
}
.sect3_box img {
width:800px;
}

#sect4 {
}
#sect4 h1{
text-align:center;
width:420px;
margin:0 auto;
}

#sect4 .item {
background:#fff;
width:320px;
border:1px solid #cccccc;
padding:2rem;
margin:2rem auto 0;
}
#sect4 .item img{
width:100%;
}
h4 {
color:#000;
font-size: 120%;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
line-height:1.2;
padding: 0.5rem 0;
}
#sect4 .item dl{
color:#000;
font-family: "メイリオ", meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック", Hiragino Sans,"ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans‒serif;
}
#sect4 .item p {
text-align:justify;
}
#sect4 .item dl dt{
font-weight:bold;
}
#sect4 .item dl dd{
font-size: 90%;
color:#666;
}


#footer {
padding-bottom:2rem;
}
#footer dl dt{
margin-bottom: 0.5rem;
}
#footer dl dt img {
width:260px;
}
#footer 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;
}

/*====================================================
base
====================================================*/
.al_l {
text-align:left;
}
.al_ctr {
text-align:center;
}
.al_j {
text-align:justify;
}


/*====================================================
AFTER
====================================================*/

section:after,
#sect1:after,
#sect2:after,
#sect3:after,
.sect3_box:after,
#sect4:after{content:".";display:block;clear:both;height:0;visibility:hidden;font-size:0;}

/*====================================================
MEDIA QUERY
====================================================*/

@media screen and (max-width:750px) {
body{
font-size:15px;
}
img {
width: 100%;
height: auto;
}
#wrapper {
}
#header_sp {
display: block;
width: 100%;
}
#header_pc {
display: none;
}
h1 {
font-size: 24px;
}
.f_left,
.f_right {
float:none;
width:100%;
}
section {
margin-top:0rem;
padding:2rem 0;
}
p {
width:100%;
text-align:justify;
padding: 0.5rem 0;
margin:0 auto;
}
.w80p {
width:90%;
margin:0 auto;
}
#sect1 {
background:url("../img/sect1_bg_sp.jpg")no-repeat bottom center;
background-size:100%;
padding:0 0 12rem;
}
#sect2 ul {
display:block;
}
#sect2 ul li {
padding:3rem 5% 30rem 5%;
}
#sect2 ul li:first-child {
background:url("../img/sect2_bg1.jpg")no-repeat bottom right;
background-size:100%;
}
#sect2 ul li:last-child {
background:url("../img/sect2_bg2.jpg")no-repeat bottom right;
background-size:800px;
}
.sect_inner {
width:100%;
}
.sect3_box {
width:100%;
margin:2rem auto 0;
}
.sect3_box dl {
width:100%;
margin: 1rem 0;
}
.sect3_box img {
width:100%;
}
.sect3_box dl dt {
font-size:24px;
}
.sect3_box dl dt span {
font-size:50px;
}
#sect4 .item {
width:90%;
margin:2rem auto 0;
}
#sect4 h1{
width:90%;
}
.br_1{
display:none;
}
.br_2{
display:block;
}
}
