@charset "utf-8";
@media only screen and (max-width:640px){
article{
	padding-bottom:0;
	min-width:auto;
	min-width:initial;
	font-size:13px;
	padding-top:0;
}
.only_smart{
	display:block !important;
}
.only_smart_i{
	display:inline-block !important;
}
.only_pc{
	display:none !important;
}


article{
  padding-bottom:20px;
}
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:15px 0 10px;
	font-size:15px;
	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:auto;
  margin:auto;
  padding:15px 0 15%;
  background:url(../images/nav_bg_s.png)no-repeat center bottom;
  background-size:30% auto;
}
nav dl dt{
  background-color:#fff;
}
nav dl dt img{
  width:80px;
}
nav dl dd{
  width:45%;
  display:inline-block;
  margin:10px 1% 0;
}
nav dl dd a:hover{
  opacity:1;
}
nav dl dd:nth-of-type(3){
  display:block;
  margin:10px auto 0;
}
nav dl dd:nth-of-type(n+4){
  width:40%;
  margin:10px 4% 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:15%;
  padding-bottom:5%;
	background:url(../images/cont1_bg.png)repeat-y center top
  background-size:100% auto;
}
#cont1 > dl:first-of-type dt{
  margin-bottom:-20%;
}
#cont1 > dl:first-of-type dd{
  width:35%;
  display:inline-block;
  margin:0;
}
#cont1 > dl:first-of-type dd:first-of-type{
  margin-right:15%;
}
#cont1 > dl:first-of-type dt h2{
  margin:0;
}
#cont1 > dl:first-of-type dt h2 img{
  width:45%;
}

#cont1 > dl:nth-of-type(n+2){
  width:98%;
  max-width:1053px;
  min-height:126px;
  margin:0 auto 10px;
  padding:10px 0px;
  box-sizing:border-box;
  border-radius:40px;
  border:2px solid #fff;
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  display:block;
}
#cont1 > dl:nth-of-type(n+2) dt{
  width:15%;
  margin:0 auto 5px;
  text-align:center;
}
#cont1 > dl:nth-of-type(4) dt{
  width:42%;
}
#cont1 > dl:nth-of-type(5) dt{
  width:18%;
}

#cont1 > dl:nth-of-type(n+2) dd{
  width:42%;
  margin:0 3%;
  text-align:left;
  font-size:13px;
  line-height:1.4;
  display:inline-block;
  vertical-align:middle;
}
#cont1 > dl:nth-of-type(n+3) dd{
  vertical-align:top;
}
#cont1 > dl:nth-of-type(n+2) dd ul li{
  margin:5px 0;
  padding-left:1em;
  text-indent:-1em;
}
#cont1 > dl:nth-of-type(n+2) dd:first-of-type{
  -webkit-order:none;
  order:none;
}
#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:10px;
}
#cont1 > dl:last-of-type dd figure{
  width:100%;
  margin:0 auto;
  padding:0;
  display:block;
  text-align:center;
}
#cont1 > dl:last-of-type dd figure figcaption{
  margin-bottom:10px;
  white-space:nowrap;
  font-size:12px;
}


/* #cont2/#cont3/#cont4 */
#cont2,
#cont3,
#cont4{
  margin:30% 0 0;
  padding-bottom:30px;
}
#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:-28%;
}
#cont4 h2 + img{
  width:90%;
}
#cont4 > p{
  margin:15px 5%;
	font-size:15px;
	line-height:1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}
#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{
  width:45%;
  display:inline-block;
  vertical-align:top;
  margin:0 1% 5%;
  padding:0;
}
#cont2 ul li:nth-child(3n+2),
#cont3 ul li:nth-child(2),
#cont4 ul li:nth-child(2){
  margin:0 1% 5%;
}
#cont3 ul li:nth-child(4){
  margin-right:1%;
}
#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:0px;
  line-height:1.5;
  font-size:13px;
  font-weight:normal;
  color:#847a77;
  letter-spacing:-0.05em;
}
#cont2 > a img,
#cont3 > a img,
#cont4 > a img{
  width:80%;
}


#cont4 + p{
  margin:4px 0 0;
  padding:20px 5%;
  font-size:15px;
  line-height:1.8;
  background-color:#f0f7e7;
  position:relative;
  text-align: justify;
  text-justify: inter-ideograph;

}
#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:50px;
  padding:25px 0;
  background-color:#f7f7f7;
}
#cont5 h2{
  width:94%;
  max-width:320px;
  min-width:280px;
  margin:auto;
  padding:15px 0;
  font-size:15px;
  background-color:#fff;
  color:#76161b;
  border-radius:100px;
  position:relative;
  letter-spacing:-0.05em;
}
#cont5 h2 img{
  width:60px;
  position:absolute;
  bottom:90%;
  left:calc(50% - 30px);
}
#cont5 ol{
  background-image:none;
}
#cont5 ol{
  padding-top:20px;
}
#cont5 ol li{
  width:90%;
  height:auto;
  margin:10px auto 0;
  padding-right:0;
  box-sizing:border-box;
  position:relative;
  text-align: justify;
  text-justify: inter-ideograph;
  overflow:hidden;
}
#cont5 ol li:first-child{
  margin-bottom:30px;
}
#cont5 ol li h3{
  margin:0 0 0px;
  font-size:16px;
  color:#76161b;
  
}
#cont5 ol li h3 span{
  display:inline-block;
  padding-right:0.5em;
}
#cont5 ol li img{
  position:static;
  right:auto;
  top:auto;
  width:33%;
  max-width:100px;
  float:right;
  margin:10px 0 10px 10px
}
#cont5 ol li p{
  line-height:1.9;
  padding-left:0;
  font-size:13px;
}


/* #cont6 */
#cont6{
  margin-top:50px;
  padding:25px 0;
  background-image:none;
}
#cont6 h2{
  width:250px;
  margin:auto;
  padding:25px 0;
  font-size:15px;
  background-color:#fff;
  color:#76161b;
  border-radius:100px;
  position:relative;
}
#cont6 h2 img{
  width:60px;
  position:absolute;
  bottom:90%;
  left:calc(50% - 30px);
}
#cont6 h2 + p{
  margin:20px 0 5px;
  padding:0 5%;
  font-size:15px;
  display:inline-block;
  text-align: justify;
  text-justify: inter-ideograph;

  line-height:1.8;
}
#cont6 h2 + p span{
  background:linear-gradient(transparent 0%, #ff0 0%);
}
#cont6 h3{
  font-size:15px;
  color:#76161b;
}
#cont6 ul{
  width:98%;
  margin:auto;
  padding:10px 5%;
  box-sizing:border-box;
  border-radius:40px;
  border:2px solid #fff;
  box-shadow:0 0 10px rgba(0,0,0,0.2);
}
#cont6 ul li:first-child{
  margin-bottom:15px;
  border-bottom:2px dotted #76161b;
}
#cont6 ul li figure figcaption{
  margin-bottom:10px;
  font-size:15px;
  display:inline-block;
  text-align:left;
  padding-left:1em;
  text-indent:-1em;
}
#cont6 ul li > span{
  display:block;
  padding-left:1em;
  text-indent:-1em;
  font-size:12px;
  text-align:left;
}


/* #cont7 */
#cont7{
  margin:50px 0 30px;
  padding:0 0 40px;
  background:#fcfde6;
}
#cont7 > img{
  width:58px;
  margin:-29px 0 10px;
}
#cont7 h2{
  width:250px;
  margin:0 auto 20px;
  padding:25px 0;
  font-size:15px;
  background-color:#fff;
  color:#76161b;
  border-radius:100px;
  position:relative;
}
#cont7 p{
  width:auto;
  line-height:1.8;
  margin:0 auto;
  padding:0 5% 0 calc(5% + 1em);
  text-indent:-1em;
  font-size:15px;
  text-align: justify;
  text-justify: inter-ideograph;
}


}