@charset "utf-8";

.contents{
  margin: 0 auto 0;
  padding:0;
}

.main-area{
  padding: 0;
font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3',
'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.serif{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* .#sec01
---------------------------------------------------------- */
.mainImg img{
  width: 100%;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb40 {
  margin-bottom: 40px;
}
figure{
	margin: 0!important;
	padding: 0!important;
	font-size: 0;
}
figure img {
	max-width: 100%;
	height: auto;
}

/* .mainImg
---------------------------------------------------------- */
.mainImg{
  width: 100%;
  font-size: 0;
}
.content_inner {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.note {
width: 90%;
  margin: 20px auto 0;
  line-height: 1.6;
  font-size: 13px;
  color: #333;
  text-align: left;
  padding-bottom: 10px;
}
.note span {
  margin-bottom: 5px;
}
.note p a {
	color: #333;
}
.note p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.sec01{
  width: 100%;
  margin: 20px auto 0;
  padding: 0;
	background: #fff;
}
.sec02{
  width: 100%;
  margin: 0 auto!important;
  padding: 0!important;
}

.bt_box {
  margin: 20px auto;
	width:90%;
	text-align: center;
	padding: 0;
}
.bt_box a:hover {
  opacity: 0.75;
}




/* lead */
.lead{
  text-align: center;
  margin: 10px auto 20px;
  padding: 20px 0;
  line-height: 160%;
  font-feature-settings : "palt";
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;
}


.lead:before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #000;
  }


.lead:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0px;
  width: 100%;
  border-top: 1px solid #000;
  }




.contents-box{
  clear: both;
}

/* contents-box1
---------------------------------------------------------- */
.contents-box:nth-child(1){
  padding:  30px 10px 0;
  background: #e9e4e2;
  position: relative;
  box-shadow: inset 0px 0px 10px 0px #c8c5c0;
}

.contents-lead{
  width: 70%;
  margin-bottom: 40px;
 }


.img_abilitySeet{
  width: 80px;
  border: 1px solid #e4e4e4;
  box-shadow: 5px 5px 10px 0px #999;
  position: absolute;
  top:100px;
  right: 3%;
}


.img_abilitySeet img{
  width: 100%;
  height: 100%;
}



/* box_step
---------------------------------------------------------- */

.contents-box:nth-child(1) .flexbox{
  display: flex;
  flex-flow:column;
  justify-content: center;
  align-items: center;
}



.inner_step li{
width: 80%;
margin:0 0 34px;
padding: 0;
position: relative;
}

.inner_step li:nth-child(-n+3):before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #a2762b;
  border-right: solid 2px #a2762b;
  transform: rotate(135deg);
  position: absolute;
  top: 103%;
  left: 50%;
}


.inner_step li img{
  width:100%;
}



/* contents-box3
---------------------------------------------------------- */
.contents-box:nth-child(3){
  padding:  30px 10px 0;
  background: #fffce9;
  border: 1px solid #a2762b;
  width: 90%;
  margin: 30px auto 0;
}


.contents-box:nth-child(3) .flexbox{
  display: flex;
  flex-flow:column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.contents-box:nth-child(3) .flexbox li{
  margin: 0 6px 25px;
  width: 80%;
  text-align: center;
  font-size: 16px;
  }

.contents-box:nth-child(3) .flexbox li span{
  font-size: 12px;
  margin-right: 6px;
  }


/* bnr */
.bnr_tvcm{
  width:100%;
  border: 1px solid #ccc;
}

.bnr_tvcm img{
  width:100%;
}


.notes{
  width: 95%;
  margin: 5px auto 0;
}










/* .btn_link
---------------------------------------------------------- */
.btn_link{
  margin: 30px auto;
  list-style: none;
  width: 94%;
}

.btn_link li{
  width: 100%;
  height: 71px;
  text-align: center;
}

.btn_link li:nth-of-type(1){
  background: #e92319;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
}

.btn_link li:nth-of-type(2){
  background: #838383;
  height: 70px;
  text-align: center;
}

.btn_link li a{
  color: #fff;
  text-align: center;
  margin-right: 16px;
  line-height: 71px;
  font-size: 22px;
  text-decoration: none;
  display: block;
  position: relative;
}

.btn_link li:hover{
  opacity: 0.9;
}


.btn_link li a:before{
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff 1px solid;
  position: absolute;
  top: 66%;
  right: 0.3%;
}

.btn_link li a:after{
  content: "";
  width: 10px;
  height: 10px;
  border-top: #fff 1px solid;
  border-right: #fff 1px solid;
  position: absolute;
  top: 42%;
  right: 1%;
  transform: rotate(45deg);
}


.btn_link span{
  font-size: 22px;
  background: #fff;
  color: #000;
  padding: 5px;
  margin-right: 10px;
}