@charset "utf-8";


html,body{margin:0;}
article{
  margin-bottom:0;
  padding-bottom:0;
  min-width:1012px;
  font-family: helvetica, arial, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', sans-serif;
  font-size:16px;
  line-height:1.6;
  text-align:center;
  color:#000;
  background:url(../images/bg.jpg)repeat-y center top;
}
@media only screen and (min-width:1600px){
  article{
    background-size:100% auto;
  }
}

a{
	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;
}


article > div{
  width:1010px;
  margin:auto;
  background-color:rgba(255,255,255,0.8);
}


article img{
	max-width:100%;
}
article ul,
article ol,
article dl,
article dl dt,
article dl dd{
	margin:0;
	padding:0;
}
article ul li,
article ol li{
	list-style:none;
}
article figure,
article figure figcaption{
	margin:0;
	padding:0;
}


/* h1 */
h1{
  margin:10px 0 0;
}
h1 img{
  vertical-align:bottom;
}



/* .cont */
.cont *{
  box-sizing:border-box;
}
.cont * img{
  vertical-align:bottom;
}
.cont{
  padding:40px 0 70px;
}
.cont h2{
  line-height:1.3;
  margin-bottom:10px;
  padding:35px 0;
  font-size:40px;
  font-family:fot-tsukubrdgothic-std, sans-serif;
  background:url(../images/h2_bg.png)no-repeat center center;
  letter-spacing:-0.1em;
}
.cont h2 span{
  margin-left:-0.5em;
}
.cont h3.tit{
  margin-bottom:10px;
  padding:10px 0;
  font-size:26px;
  font-family:fot-tsukubrdgothic-std, sans-serif;
  background:url(../images/h3_bg.png)no-repeat center center;
  background-size:216px auto;
}

.cont a.link{
  display:block;
  line-height:50px;
  margin:auto;
  font-size:18px;
  font-weight:bold;
  background-color:#f67580;
  color:#fff;
  border-radius:25px;
}


/* #cont1 */
#cont1{
}
#cont1 h2 + p{
  padding:0 0 40px;
  font-size:18px;
  font-weight:bold;
  line-height:1.9;
  background:
    url(../images/cont1_bg1.png)no-repeat right 110px top 0,
    url(../images/cont1_bg2.png)no-repeat 50px center,
    url(../images/cont1_bg3.png)no-repeat right 40px bottom 20px;
  background-size:102px auto;
}
#cont1 ul{
  width:670px;
  margin:auto;
  padding:25px 0 30px;
  border-radius:6px;
  background:
    url(../images/cont1_bg4.png)no-repeat right top,
    url(../images/cont1_bg5.png)no-repeat left bottom;
  background-color:#ffe1e4;
}
#cont1 ul li{
  display:inline-block;
  vertical-align:top;
  width:200px;
  margin:0 30px;
}
#cont1 ul li figure{
  margin-bottom:20px;
}
#cont1 ul li figure figcaption{
  font-size:18px;
  font-weight:bold;
  margin-bottom:10px;
}
#cont1 section{
  width:670px;
  margin:auto;
  padding:20px 0;
}
#cont1 section span{
  display:block;
  font-size:14px;
}
#cont1 section  h3 + span{
  text-align:left;
}
#cont1 section  table{
  width:100%;
  margin:3px 0;
  font-size:15px;
  border-collapse: collapse;
  border-spacing: 0;
  border-left:2px solid #999;
  border-right:2px solid #999;
}
#cont1 section table tr:first-child{
  background-color:#fffac7;
}
#cont1 section table tr:nth-child(2){
  background-color:#ffeff1;
}
#cont1 section table tr:last-child{
  background-color:#fff;
}
#cont1 section table th,
#cont1 section table td{
  width:16.67%;
  padding:8px 0;
  border-top:2px solid #999;
  border-bottom:2px solid #999;
  font-weight:normal;
}
#cont1 section table tr:nth-child(2) th,
#cont1 section table tr:nth-child(2) td{
  font-weight:bold;
}
#cont1 section table tr:nth-child(n+2) th{
  border-right:2px solid #999;
}

#cont1 section div +  span{
  text-align:right;
}



/* #cont2 */
#cont2{
  background:#fff5fa url(../images/cont2_bg.jpg)no-repeat center bottom;
}
#cont2 ul{
  padding:20px 0 100px;
}
#cont2 ul li{
  min-width:300px;
  display:inline-block;
  vertical-align:middle;
  margin:50px 0;
  font-weight:bold;
  position:relative;
  z-index:1;
}
#cont2 ul li:before{
  content:'';
  display:block;
  width:272px;
  padding-top:100%;
  background:url(../images/cont2_bg.png)no-repeat center center;
  background-size:100% auto;
  position:absolute;
  top:50%;
  left:50%;
  z-index:-1;
  transform:translate(-50%,-50%);

}
#cont2 ul li:first-child,
#cont2 ul li:nth-child(4){
  margin-right:280px;
}
#cont2 ul li:nth-child(3){
  margin:-10px 200px;
}
#cont2 ul li p{
  line-height:1.7;
}
#cont2 ul li img{
  width:126px;
  position:absolute;
}
#cont2 ul li:first-child img{
  top:85%;
  left:50%;
}
#cont2 ul li:nth-child(2) img{
  bottom:90%;
  left:55%;
}
#cont2 ul li:nth-child(3) img{
  top:100%;
  right:50%;
  transform:translateX(30%);
}
#cont2 ul li:nth-child(4) img{
  top:90%;
  right:65%;
}
#cont2 ul li:last-child img{
  bottom:70%;
  right:55%;
}


/* #cont3 */
#cont3{
}
#cont3 > ul{
  margin:40px 0 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont3 > ul li{
  width:324px;
  padding:0 15px 18px;
  border-radius:8px;
  border:6px solid #ffb0c5;
  background-color:#fff;
}
#cont3 > ul li > span{
  display:block;
  width:150px;
  line-height:45px;
  margin:auto;
  padding-bottom:10px;
  font-size:20px;
  font-weight:bold;
  position:relative;
  z-index:1;
  overflow:hidden;
}
#cont3 > ul li > span span{
  font-size:26px;
}
#cont3 > ul li > span:before{
  content:'';
  display:block;
  width:100%;
  padding-top:100%;
  position:absolute;
  left:50%;
  bottom:0;
  z-index:-1;
  transform:translateX(-50%);
  border-radius:50%;
  background-color:#ffb0c5;
}
#cont3 > ul li h3{
  height:2.8em;
  line-height:1.4;
  margin:25px 0;
  font-size:19px;
  color:#f54170;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont3 > ul li p{
  margin:0;
  padding-top:20px;
  border-top:3px dotted #ecba2d;
  text-align: justify;
  text-justify: inter-ideograph;
}
#cont3 section > ul{
  width:970px;
  margin:22px auto 0;
  padding:15px 40px;
  border:2px solid #ffc7d6;
  position:relative;
  text-align:left;
  background-color:#fff;
}
#cont3 section > ul:before{
  content:'';
  display:block;
  border:2px dashed #ffc7d6;
  position:absolute;
  top:8px;
  left:8px;
  width:calc(100% - 20px);
  height:calc(100% - 20px);
}
#cont3 section > ul > li{
  margin:20px 0;
  padding-left:1em;
  text-indent:-1em;
}
#cont3 section > ul > li span{
  color:#e43030;
  font-weight: bold;
}
#cont3 section > ul > li ul li{
  margin-top:10px;
  padding-left:1.5em;
  text-indent:-1.5em;
  font-size:15px;
}



/* #cont4 */
#cont4{
  background-color:#fff5fa;
}
#cont4 ul{
  width:820px;
  margin:40px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cont4 ul li{
  width:23%;
}
#cont4 ul li a{
  display:block;
}
#cont4 ul li a figure figcaption{
  height:2.6em;
  line-height:1.3;
  margin-top:10px;
  font-size:17px;
  font-weight:bold;
  color:#f54170;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#cont4 > a{
  width:340px;
  line-height:66px;
  border-radius:33px;
}


/* #cont5 */
#cont5{
  padding-bottom:100px;
}
#cont5 dl{
  width:960px;
  margin:80px auto 0;
  text-align:left;
  border-bottom:2px solid #71aeef;
}
#cont5 dl dt{
  padding:25px 105px 20px 75px;
  font-size:18px;
  font-weight:bold;
  background:url(../images/cont5_q.png)no-repeat 20px 20px;
  background-size:42px auto;
  position:relative;
  cursor:pointer;
}
#cont5 dl dt:nth-of-type(n+2){
  border-top:2px solid #71aeef;
}
#cont5 dl dt:after{
  content:'\003009';
  font-size:30px;
  color:#2585eb;
  position:absolute;
  right:50px;
  top:50%;
  transform: translateY(-30%) rotate(90deg);
}
#cont5 dl dt.close:after{
  top:50%;
  transform: translate(0.1em,-70%) rotate(-90deg);
}
#cont5 dl dd{
  line-height:1.8;
  padding:5px 105px 20px 75px;
  background:url(../images/cont5_a.png)no-repeat 20px top;
  background-size:42px auto;
  display:none;
}
#cont5 dl dd div a{
  display:block;
  width:280px;
  margin:10px auto 0;
  color:#2585eb;
  text-align:center;
}
#cont5 dl dd div a figure figcaption{
  margin-top:5px;
}
