@charset "UTF-8";
/* CSS Document */


body {
	
	font-family: 'Hiragino Sans';
}

.wrap {
	max-width: 750px;
    margin: 0px auto 0px;
}

.wrap::-webkit-scrollbar{
  display:none;
}




/*-----------------------

  sec04

-------------------------*/

.sec02{
	margin-top: -5px;
}

.sec04 {
	position: relative;
	width: 95%;
    margin: 40px auto 0;
}

.btn-area {
	position: absolute;
    top: 50%;
    left: 6px;
    transform: translateX(0%);
    width: 98%;
}

/*-----------------------

  sec05

-------------------------*/
.sec05 {
	margin-top: 40px;
}



.sec06 {
	margin-top: 30px;
}

/*-----------------------

  sec08

-------------------------*/

.sec08 {
	position: relative;
    margin-top: -70px;
    z-index: 10px;
}

/*-----------------------

  sec09

-------------------------*/

.sec09 {
	    margin-top: -80px;
}


/*-----------------------

  background-yr

-------------------------*/

.bk-yr-colar {
	background: #fffdd7;
	margin-top: -40px;
}


/*-----------------------

  sec10

-------------------------*/
.sec10 {
	   padding-top: 37px;
	   padding-bottom: 30px;
}
 

/*-----------------------

  sec12

-------------------------*/
.sec12 {
	   margin-top: -100px;
}


/*-----------------------

  sec13

-------------------------*/
.sec13 {
	margin: 0 auto;
	width: 98%;
	
}

.gazo-sec13-1 {
	width: 100%;
	margin: 0 auto 20px;
}

.gazo-sec13-2 {
	width: 100%;
}

.sec13-text {
	width: 97%;
	margin: 0 auto;
	padding: 20px 0;
}



/*-----------------------

  sec14

-------------------------*/

.sec14 {
	width: 98%;
	margin: 10px auto 50px; 
}



/*-----------------------

  riyuu-area

-------------------------*/

.sec-ry {
	width: 97%;
	margin: 50px auto;
}

.gazo-ry1 {
	margin-bottom: 84px;
}

.gazo-ry2 {
	margin-bottom: 84px;
}

.gazo-ry3 {
	margin-bottom: 84px;
}

.gazo-ry4 {
	margin-bottom: 84px;
}

.gazo-ry5 {
	margin-bottom: 84px;
}

.gazo-ry6 {
	margin-bottom: 84px;
}

/*===========
.scroll-box
===========*/
.wh-bk {
	background: #fff;
	margin-bottom: 50px;
}

.sec-scroll-ttl {
	width: 90%;
	margin: 0 auto;
}

.gazo-sr-ttl {
	margin: 40px auto;
}

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.scroll-box div img {
  max-width: 100%;
  min-width: 800px;
  vertical-align: top;
  padding: 0px 20px;
}

/*===========
scrollbar
===========*/
/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}



.bk-yr-colar2 {
	background: #fffdd7;
}

.sec05-yr {
	margin-top: 40px;
}

/*-----------------------

  sec17

-------------------------*/
.sec17 {
	width: 94%;
    margin: 50px auto;
}

/*-----------------------

  reviews-area

-------------------------*/

.reviews-area {
	width: 90%;
	margin: 50px auto;
}
.reviews-1 {
	margin-bottom: 20px;
}
.reviews-2 {
	margin-bottom: 20px;
}
.reviews-3 {
	margin-bottom: 20px;
}
.sec-reviews-ttl {
	margin-bottom: -25px;
}

/*-----------------------

  sec19

-------------------------*/
.sec19 {
	width: 90%;
	margin: 10px auto 40px; 
}

.gazo-sec19 {
	padding-bottom: 40px;
}

/*-----------------------

  sec-pa

-------------------------*/

/*
.sec-qa {
	width: 90%;
	margin: 0 auto;
	padding: 40px;
}
*/

.mein-qa-area {
	padding: 50px 0px;
}
.flex {
	display: flex;
	justify-content: left;
}

.a-area {
	 padding: 1em 10px;
    padding-left: 20px;
	color: #f21e20;
}

.red {
	color: #f21e20;
	font-size: 16px;
} 
.red-bk {
	background: #f30002!important;
} 
.text-area {
	padding: 1em 0px;
	padding-right: 25px;
}

.center {
	text-align: center;
	margin: 30px auto;
	font-weight: 500;
	font-size: 30px;
}

#check1,
#check2,
#check3,
#check4,
#check5,
#check6,
#check7,
#check8,
#check9,
#check10,
#check11 {
  display: none;
}

.q-area {
  padding: 0.5em 1em;
  background: #f55f23;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  border-radius: 12px;
  font-size: 19px;
  
}




/*三角矢印アイコン*/
.icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.icon::after {
  content: "";
    width: 0px;
    height: 2px;
    border-style: solid;
    border-width: 11px 0 11px 16px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
	right: 0;
    transform: rotate(90deg);
}

.qa-area {
  margin: 0 auto 40px;
  width: 95%;
}

/*コンテンツ初めは非表示*/
.content {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
}
p {
  margin: 0;
  padding: 1em;
}

/*クリックするとコンテンツ表示*/
input:checked ~ .content {
  max-height: 200px;
  opacity: 1;
  visibility: visible;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 4px 8px -5px rgba(0, 0, 0, 0.5);
}

/* アコーディオン表示の際に三角回転 */
input:checked ~ label .icon {
  transform: rotate(180deg);
}




/*-----------------------

  footer

-------------------------*/
#foot{
	max-width: 750px;
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	color: #1F1F1F;
	text-align: center;
	padding-top: 12px;
	margin: 0px auto 0px;
	overflow: hidden;
	display: block;
	background: #fffdd7;
	font-family:"Kaku Gothic Pro","ヒラギノ角ゴ Pro";
}
#foot ul{
	text-align: center;
	list-style-type: none;
	margin: 0 auto 0px;
	display: block;
}
#foot ul li{
	display: inline;
}
#foot ul li a{
	color: #1F1F1F;
	text-decoration: none;
}
#foot small{
	font-size: 16px;
}


@media screen and (max-width: 430px) {
	
	.btn-area {
		    left: 3px;
	}
	
	.sec12 {
    margin-top: -54px;
}
	
	.sec09 {
    margin-top: -42px;
}
	.gazo-ry1 {
    margin-bottom: 50px;
}
	
	.gazo-ry2 {
    margin-bottom: 50px;
}
	
	.gazo-ry3 {
    margin-bottom: 50px;
}
	
	.gazo-ry4 {
    margin-bottom: 50px;
}
	
	.gazo-ry5 {
    margin-bottom: 50px;
}
	
	.mein-qa-area {
    padding: 15px 0px;
}
	
	label {
		font-size: 14px;
		padding: 0.5em 0.7em;
	}
	
	.text-area {
		font-size: 14px;
	}
	.reviews-1 {
    margin-bottom: 20px;
}
	
	.reviews-2 {
    margin-bottom: 20px;
}
	
	.reviews-3 {
    margin-bottom: 20px;
}
	.icon {
		width: 0px;
	}
	
	.icon::after {
		    border-width: 7px 0 7px 9px;
	}
	.red {
		font-size: 14px;
	}
	
	.a-area {
		padding-left: 8px;
	}
	
	.sec08 {
		margin-top: -30px;
	}
	.red-bk {
	background: #f30002!important;
} 
	
}