@charset "utf-8";
html,body{margin:0;}
article{
	margin-bottom:0;
	min-width:1012px;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
 	font-size:16px;
  font-weight:bold;
	line-height:1.6;
	text-align:center;
  color:#484848;
	padding-top:20px;
}
a{
  color:#484848;
  text-decoration:none;
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}
a:hover{
	opacity: 0.8;
}
.only_smart,
.only_smart_i{
	display:none !important;
}

.green{
  color:#237805;
}
.orange{
  color:#ec600b;
}


article{
  padding-bottom:35px;
}
article img{
	max-width:100%;
}
article ul,
article ol{
	margin:0;
	padding:0;
}
article ul li,
article ol li{
	list-style:none;
}
article h1{
	margin:0;
	padding:0;
}
article h1 img{
	vertical-align:bottom;
}
article h1 + p{
	padding:30px 0 20px;
	font-size:17px;
	line-height:1.8;
}
article h1 + p span{
	color:#fd8a2e;
}


/* nav */
nav{
  background:#f7f7f7 url(../images/nav_white.png)repeat-x center top;
}
nav dl{
  width:1000px;
  margin:auto;
  padding:20px 0 15px;
  background:url(../images/nav_bg.png)no-repeat center bottom;
}
nav dl dt{
  background-color:#fff;
}
nav dl dt img{
  width:98px;
}
nav dl dd{
  display:inline-block;
  margin:25px 10px 0;
}
nav dl dd a:hover{
  opacity:1;
}
nav dl dd:nth-of-type(n+4){
    margin:20px 80px 0;
}
nav dl dd:nth-of-type(n+4) a:hover{
  opacity:0.8;
}


article > section{
}
article > section h2{
}



/* .cont */
.cont{
  padding-bottom:200px;
}
.cont h2{
  margin:0;
}
.cont h2 img{
  vertical-align:bottom;
}

.cont h3{
}


/* #cont1 */
#cont1 {
  margin-top:90px;
  padding-bottom:30px;
	background:url(../images/cont1_bg.png)repeat-y center top;
}
#cont1 > dl:first-of-type dt{
  margin-bottom:-130px;
}
#cont1 > dl:first-of-type dd{
  display:inline-block;
  margin:0;
}
#cont1 > dl:first-of-type dd:first-of-type{
  margin-right:230px;
}
#cont1 > dl:first-of-type dt h2{
  margin:0;
}
#cont1 > dl:first-of-type dt h2 img{
  width:280px;
}

#cont1 > dl:nth-of-type(n+2){
  max-width:1053px;
  min-height:126px;
  margin:0 auto 20px;
  padding:10px 0px;
  box-sizing:border-box;
  border-radius:70px;
  border:3px solid #fff;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont1 > dl:nth-of-type(n+2) dt{
}
#cont1 > dl:nth-of-type(n+2) dd{
  width:380px;
  margin:0 20px;
  text-align:left;
  font-size:16px;
  line-height:1.4;
}
#cont1 > dl:nth-of-type(n+2) dd ul li{
  margin:10px 0;
  padding-left:1em;
  text-indent:-1em;
}
#cont1 > dl:nth-of-type(n+2) dd:first-of-type{
  -webkit-order: -1;
  order: -1;
}
#cont1 > dl:nth-of-type(n+2) dd:first-of-type ul li span{
  color:#237805;
}
#cont1 > dl:nth-of-type(n+2) dd:last-of-type ul li span{
  color:#df5e1f;
}

#cont1 > dl:nth-of-type(2) dd:first-of-type{
  text-align:center;
}
#cont1 > dl:nth-of-type(2) dd > span{
  display:block;
  padding-left:1em;
  text-indent:-1em;
  font-size:13px;
}
#cont1 > dl:last-of-type dd figure{
  display:inline-block;
  text-align:center;
}
#cont1 > dl:last-of-type dd figure figcaption{
  margin-bottom:20px;
  white-space:nowrap;
}


/* #cont2/#cont3/#cont4 */
#cont2,
#cont3,
#cont4{
  margin:170px 0 0;
  padding-bottom:40px;
}
#cont2{
  background-color:#f0f7e7;
}
#cont3{
  background-color:#ffefc0;
}
#cont4{
  background-color:#fcfde6;
}
#cont2 h2,
#cont3 h2,
#cont4 h2{
  margin:10px;
}
#cont2 h2 img,
#cont3 h2 img,
#cont4 h2 img{
  margin-top:-141px;
}
#cont4 h2 + img{
  width:470px;
}
#cont4 > p{
  margin:30px 0 ;
	font-size:17px;
	line-height:1.8;
}
#cont4 > p span{
  background:linear-gradient(transparent 0%, #ff0 0%);
}
#cont2 ul,
#cont3 ul,
#cont4 ul{
  max-width:1053px;
  margin:auto;
}
#cont2 ul li,
#cont3 ul li,
#cont4 ul li{
  display:inline-block;
  vertical-align:top;
  margin:0 0 40px;
  padding:0;
}
#cont2 ul li:nth-child(3n+2),
#cont3 ul li:nth-child(2),
#cont4 ul li:nth-child(2){
  margin:0 40px 34px;
}
#cont3 ul li:nth-child(4){
  margin-right:40px;
}
@media only screen and (max-width:1053px){
  #cont2 ul li:nth-child(3n+2),
  #cont3 ul li:nth-child(2),
  #cont4 ul li:nth-child(2){
    margin:0 30px 40px;
  }
  #cont3 ul li:nth-child(4){
    margin-right:30px;
  }
}
#cont2 ul li figure,
#cont3 ul li figure,
#cont4 ul li figure{
  margin:0;
}
#cont2 ul li figure figcaption,
#cont3 ul li figure figcaption,
#cont4 ul li figure figcaption{
  margin-top:5px;
  line-height:1.5;
  font-size:23px;
  font-weight:normal;
  color:#847a77;
}

#cont4 + p{
  margin:4px 0 0;
  padding:40px 0;
  font-size:17px;
  line-height:1.8;
  background-color:#f0f7e7;
  position:relative;
}
#cont4 + p:before{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 33px 33px 33px;
  border-color: transparent transparent #fff transparent;
  position:absolute;
  bottom:100%;
  left:calc(50% - 30px);
}
#cont4 + p:after{
  content:'';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 33px 33px 33px;
  border-color: transparent transparent #f0f7e7 transparent;
  position:absolute;
  bottom:calc(100% - 5px);
  left:calc(50% - 30px);
}
#cont4 + p span{
  background:linear-gradient(transparent 0%, #ff0 0%);
}


/* #cont5 */
#cont5{
  margin-top:100px;
  padding:80px 0;
  background-color:#f7f7f7;
}
#cont5 h2{
  width:712px;
  margin:auto;
  padding:35px 0;
  font-size:20px;
  background-color:#fff;
  color:#76161b;
  border-radius:100px;
  position:relative;
}
#cont5 h2 img{
  width:116px;
  position:absolute;
  bottom:90%;
  left:calc(50% - 58px);
}
#cont5 ol{
  background:url(../images/cont5_bg.png)no-repeat center top;
}
#cont5 ol{
  padding-top:40px;
}
#cont5 ol li{
  width:650px;
  height:202px;
  margin:30px auto 0;
  padding-right:320px;
  box-sizing:border-box;
  position:relative;
  text-align: justify;
  text-justify: inter-ideograph;
}
#cont5 ol li:first-child{
  margin-bottom:100px;
}
#cont5 ol li h3{
  margin:0 0 0px;
  font-size:25px;
  color:#76161b;
}
#cont5 ol li h3 span{
  display:inline-block;
  padding-right:0.5em;
}
#cont5 ol li img{
  position:absolute;
  right:50px;
  top:0;
}
#cont5 ol li p{
  line-height:1.9;
  padding-left:30px;
  font-size:17px;
}


/* #cont6 */
#cont6{
  margin-top:100px;
  padding:80px 0;
  background:#f7f7f7 url(../images/cont6_bg.png)no-repeat center 150px;
}
#cont6 h2{
  width:400px;
  margin:auto;
  padding:35px 0;
  font-size:20px;
  background-color:#fff;
  color:#76161b;
  border-radius:100px;
  position:relative;
}
#cont6 h2 img{
  width:116px;
  position:absolute;
  bottom:90%;
  left:calc(50% - 58px);
}
#cont6 h2 + p{
  margin:40px 0 10px;
  font-size:17px;
  display:inline-block;
  text-align:left;
  line-height:1.8;
}
#cont6 h2 + p span{
  background:linear-gradient(transparent 0%, #ff0 0%);
}
#cont6 h3{
  font-size:20px;
  color:#76161b;
}
#cont6 ul{
  width:660px;
  margin:auto;
  padding:20px 50px;
  box-sizing:border-box;
  border-radius:70px;
  border:2px solid #fff;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#cont6 ul li:first-child{
  margin-bottom:30px;
  border-bottom:3px dotted #76161b;
}
#cont6 ul li figure figcaption{
  margin-bottom:20px;
  font-size:17px;
}
#cont6 ul li > span{
  display:block;
  padding-left:1em;
  text-indent:-1em;
  font-size:14px;
  text-align:left;
}


/* #cont7 */
#cont7{
  margin:100px 0 60px;
  padding:0 0 80px;
  background:#fcfde6;
}
#cont7 > img{
  width:116px;
  margin:-58px 0 20px;
}
#cont7 h2{
  width:400px;
  margin:0 auto 30px;
  padding:35px 0;
  font-size:20px;
  background-color:#fff;
  color:#76161b;
  border-radius:100px;
  position:relative;
}
#cont7 p{
  width:540px;
  line-height:1.8;
  margin:0 auto ;
  padding-left:1em;
  text-indent:-1em;
  font-size:17px;
  text-align: justify;
  text-justify: inter-ideograph;
}
#cont7 p span:first-of-type{
  color:#ed1f29;
}
#cont7 p span:nth-of-type(n+2){
  background:linear-gradient(transparent 0%, #ff0 0%);
}

