@charset "utf-8";

#contents{
/*
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", 
  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
*/
}



.mainImg{
  width: 1100px;
  margin: 40px auto 0;
  border-bottom: 3px solid #ab8d4f;
  padding-bottom: 10px;
}

.mainImg img{
  width: 100%;
  height: 100%;
}



/* lead */
.lead{
  font-size: 24px;
  font-weight: bold;
  margin:10px auto 20px;
  text-align: center;
  color: #ab8d4f;
  font-feature-settings : "palt";
  position: relative;
}

.lead:before{
  content:url(../images/img-decoration.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  margin:0 368px 0 0;
  display:inline-block;
  width:180px;
}


.lead:after{
  content:url(../images/img-decoration.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin:0 0 0 368px;
  display:inline-block;
  transform: scale(-1, 1);
  width:180px;
}


.lead span{
  font-size: 6px;
  position: absolute;
  top: -7px;
}



.cal{
 background: #e0281a; 
 color: #fff;
 text-align: center;
 width: 600px;
 font-size: 23px;
 height: 33px;
 line-height: 35px;
 margin: 42px auto 50px;
}


.contents{
  background: #e9e4e2;
  padding: 50px 50px;
  }

.contents h1{
  font-size: 34px;
  text-align: center;
  line-height: 50px;
}

.contents-lead{
  font-size: 18px;
  text-align: center;
  margin-bottom: 80px;
}



/* caution */
.caution{
  margin-left: 50%;
  padding-left: 110px;
  width: 450px;
  color: #666;

}

.caution:after{
content: "";
display: block;
clear: both;
}


.caution li{
  float: left;
  margin-right: 10px;
}







/*--
----contents---------------*/
.contents h2{
  font-size: 26px;
  padding-bottom:5px;
  margin-bottom: 10px;
  color: #ab8d4f;
  border-bottom: 2px solid #ab8d4f;
}

/* box */
.contents-box{
  width: 1100px;
  margin: 0 auto 110px;

}

.contents-box:after{
  content: "";
  clear: both;
  display: block;
}

.contents-box p{
  font-size: 16px;
  line-height: 180%;
  font-feature-settings : "palt";  
}


.contents-box p:nth-of-type(1){
  font-size: 17px;
  font-weight: bold;
}





/* img  */
.contents-box:nth-of-type(1) .contents-img img{
/*
  width: 100%;
  height: 100%;
*/
}


/*--
----contents-box1---------------*/
.contents-box:nth-of-type(1) h2{
width: 70%;
background: url(../images/bg-h2-1.svg) no-repeat;
text-indent: 60px;
background-size: 42px;
}



.contents-box:nth-of-type(1) p{
  float: left;
}

.contents-box:nth-of-type(1) .contents-img{
  float: right;
  width: 280px;
  height: 160px;
  margin-top: -62px;
}



/*--
----contents-box2---------------*/
.contents-box:nth-of-type(2) h2{
background: url(../images/bg-h2-2.svg) no-repeat;
background-size: 42px;
text-indent: 60px;
}

.contents-box:nth-of-type(2) .box-div:after,
.contents-box:nth-of-type(2) dl:after{
content: "";
display: block;
clear: both;
}

.contents-box:nth-of-type(2) .contents-img{
  float: left;
  width:  280px;
  height: 200px;
  margin-top: 40px;
}

.contents-box:nth-of-type(2) .box-div{
  margin-top: 40px;
  margin-left: 9%;
  width: 63%;
  float: left;
}

/* dl */
.contents-box:nth-of-type(2) dl{
clear: both;
height: 36px;
margin: 0 0 44px;
}

.contents-box:nth-of-type(2) dl:last-of-type{
margin: 0;
}

.contents-box:nth-of-type(2) dt{
  border: 3px solid #e0281a;
  color: #e0281a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 88px;
  height: 36px;
  line-height: 36px;
  float: left;
  margin-right: 10px;
}

.contents-box:nth-of-type(2) dd{
  font-size: 18px;
  line-height: 31px;
  font-weight: bold;
}





/*--
----contents-box3---------------*/
.contents-box:nth-of-type(3) h2{
background: url(../images/bg-h2-3.svg) no-repeat 1px -14px;
text-indent: 60px;
background-size: 48px;
}



.contents-box:nth-of-type(3) .contents-img{
float: left;
margin-top: 40px;
}

.contents-box:nth-of-type(3) .contents-ul{
  margin-top: 40px;
  margin-left: 31%;
  width: 68%;
  font-size: 18px;
}


.contents-box:nth-of-type(3) .contents-ul:after,
.contents-box:nth-of-type(3) .contents-ul li:after{
content: "";
display: block;
clear: both;
}

.contents-box:nth-of-type(3) .contents-ul li{
  float: left;
  width: 29%;
  margin-bottom:59px; 
  position: relative;
  text-indent: 30px;
  font-weight: bold;
  border-bottom: 1px dotted #000;
  margin-right: 3%;
}

.contents-box:nth-of-type(3) .contents-ul li:before{
  content: "";
  width: 18px;
  height: 8px;
  border-left: 2px solid #e0281a;
  border-bottom: 2px solid #e0281a;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 4px;
  }



.contents-box:nth-of-type(3) .contents-ul li:last-of-type{
  display: block;
  width: 66%;
  margin-bottom: 0;
}



.contents-box:nth-of-type(3) .contents-img{
  float: left;
  width:  280px;
  height: 200px;
}









/*--
----links---------------*/
.links{
  margin: 15px auto 15px;
/*   width: 1100px; */
  width: 330px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", 
  "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.links li{
  float: left;
  margin-right: 0.5%;
  background: #1c110e;
  width: 100%;
/*   width: 33%; */
  height: 71px;
  text-align: center;
}

.links li a{
  color: #fff;
  text-align: center;
  line-height: 71px;
  font-size: 24px;
  text-decoration: none;
  display: block;
  position: relative;
}

.links li:hover{
  opacity: 0.9;
}


.links li a:before{
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff 1px solid;
  position: absolute;
  top: 66%;
  right: 3%;
}

.links li a:after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  position: absolute;
  top: 42%;
  right: 4%;
  transform: rotate(45deg);
}

.links li:last-child{
  margin-right: 0;
}

.page_top {
  margin-right: 10%;
}

