@charset "utf-8";

/*********************
.main_area
*********************/

.main_area{
	width:100%;
	margin:0 auto 70px;
}
.main_area h1{
	width:100%;
	max-width:1920px;
	margin:0 auto 0;
}
@media screen and (max-width: 750px){
	.main_area{
		margin:0 auto 50px;
	}	
}
/*********************
.intro_area
*********************/

.intro_area{
	width:100%;
	margin:0 auto;
	padding-bottom:70px;
}
.intro_area .ttl_1{
	width:74%;
	max-width:738px;
	margin:0 auto 80px;
}
.intro_area .bnr {
    width: 84%;
    max-width: 840px;
    margin: 0 auto 40px;
}
.mm_box{
	width:84%;
	max-width:600px;
	margin:0 auto 80px;
}
.mm_box .txt{
	width:100%;
	margin:0 auto 15px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.mm_box .link_btn{
	width:100%;
	margin:0 auto;
}
.intro_area .intro_txt{
	width:96%;
	max-width:1220px;
	margin:0 auto;
}

.intro_area .intro_txt li{
	width:100%;
	line-height:0;
	margin:0 auto;
}
.intro_area .intro_txt li.btm{
	line-height:0;
	
}

.bnr_list {
    max-width: 700px;
    margin: 0 auto 20px;
    line-height: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bnr_item {
    max-width: 340px;
    line-height: 0;
}

@media screen and (max-width: 750px){
	.intro_area{
		padding-bottom:40px;
	}
	.intro_area .ttl_1{
		width: 90%;
		margin:0 auto 2rem;
	}
	.intro_area .bnr {
		width: 90%;
		margin:0 auto 0;
	}
	.mm_box{
		width: 90%;
		margin:0 auto 2rem;
	}
	.mm_box .txt{
		font-size:14px;
	}
	.bnr_list {
		width: 90%;
		margin: 0 auto 0.5rem;
	}
	.bnr_item {
		max-width: 49%;
		margin: 0 0 0.5rem;
	}
}


/*********************
.block_3
*********************/

.block_3 {
    max-width: 100%;
    padding: 0px 0 10px;
    margin: 0 auto;
    background: #f7f8f8;
}


/*********************
.spvoice_area
*********************/

.spvoice_area {
    max-width: 100%;
    padding: 100px 0 0;
    margin: 0 auto;
    background: #d0e8f8;
}

.spvoice_area_wrap {
    max-width: 1200px;
	width: 90%;
	margin: 0 auto 0;
	position: relative;
}

.spvoice_btn {
	width: 37.5%;
    position: absolute;
    top: 50%;
    left: 7%;
}

.spvoice_btn iframe{
	display:block;
	width:100%;
	margin:0 auto;
	border:none;
}


@media screen and (max-width: 750px){
	.spvoice_area {
		padding: 45px 0 0;
	}
	.spvoice_btn {
		width: 92%;
		top: 43%;
		left: 5%;
	}
}

/*********************
.follow_area
*********************/

.follow_area {
    max-width: 100%;
    padding: 100px 0 0;
    margin: 0 auto;
    background: #d0e8f8;
}

.follow_area_wrap {
    max-width: 1200px;
	width: 90%;
	margin: 0 auto 0;
	position: relative;
}

@media screen and (max-width: 750px){
	.follow_area {
		padding: 45px 0 0;
	}
}


/*********************
.goods_area
*********************/

.goods_area {
    max-width: 100%;
    padding: 0 0 100px;
    margin: 0 auto;
    background: #d0e8f8;
}

.goods_area_wrap {
    max-width: 1200px;
	width: 90%;
	margin: 0 auto 0;
	position: relative;
}

@media screen and (max-width: 750px){
	.goods_area {
		padding: 0 0 45px;
	}
}


/*********************
.terms_area
*********************/

.terms_area {
	padding: 110px 0 60px;
}

.terms_area_wrap {
    max-width: 1000px;
	width: 90%;
	margin: 0 auto 0;
	background: #f5f5f5;
}

.terms_area_ttl {
	width: 340px;
	margin: 0 auto 40px;
}

.follow_bnr{
	width: 90%;
	max-width:1000px;
	margin:0 auto 100px;
}


@media screen and (max-width: 750px){
	.terms_area {
		padding: 50px 0 30px;
	}

	.terms_area_ttl {
		width: 54.533%;
		max-width: 409px;
		margin: 0 auto 25px;
	}
	.follow_bnr{
		width: 90%;
		max-width:335px;
		margin:0 auto 50px;
	}	
}

.more {
	padding: 60px 60px 120px;
	position: relative;
}

.more__content {
    position: relative;
    height: auto;
    max-height: 250px;
    overflow: hidden;
    transition: max-height 1s;
	padding: 0 0 60px;
}

.more__content a {
	text-decoration: underline;
	color: #2670b2;
}

.more__content p{
	line-height: 1.75;
	font-size: 16px;
}

.more__content .cp_ttl{
	border-bottom: 1px solid #2670b2;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	color: #2670b2;
	font-weight: bold;
	font-size: 20px;
}

.more__content .terms_ttl{
	border-bottom: 1px solid #2670b2;
	padding-bottom: 1rem;
	margin-top: 4rem;
	margin-bottom: 2rem;
	color: #2670b2;
	font-weight: bold;
	font-size: 20px;
}

.more__content .sec_ttl{
	color: #2670b2;
	font-weight: bold;
	font-size: 20px;
	margin-top: 2rem;
}

.more__content .sec_step{
	font-weight: bold;
	margin-top: 1rem;
}

.more__content::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	transition: 1s;
	background: linear-gradient(
		to bottom,
		transparent 0%,
		#f5f5f5 100%
	);
}

.more__content.open:after {
		z-index: -1;
		opacity: 0;
}

.more__btn {
    background: #FFF;
    border-radius: 8px;
	border: 1px solid #000;
	cursor:pointer;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: .5s;
	text-align: center;
}

  /*
  ラベル右側のアイコン「＋」を設定
  beforeが横棒
  afterが縦棒
  */
  .more__btn::before,
  .more__btn::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
  }
  .more__btn::after {
	transform: translateY(-50%) rotate(90deg);
	transition: .2s;
  }
  /*
  アコーディオンメニューが開いている場合
  */
  .more__btn.open::before {
	/* ラベルアイコンの横棒を非表示 */
	opacity: 0;
  }
  .more__btn.open::after {
	/* ラベルアイコンの縦棒を横向きに回転 */
	transform: rotate(180deg);
  }

@media screen and (max-width: 750px){
	.more{
		padding: 25px 20px 100px;
	}

	.more__content p{
		font-size: 14px;
	}

	.more__content .cp_ttl{
		font-size: 14px;
	}
	
	.more__content .terms_ttl{
		font-size: 14px;
	}
	
	.more__content .sec_ttl{
		font-size: 14px;
	}

	.more__btn {
		font-size: 16px;
		width: 90%;
	}
}

/*********************
.slider
*********************/

.slider {
	margin-bottom: 100px;
}

.slick-slide {
	margin-right: 2px;
	margin-top: 2px;
}

@media screen and (max-width: 750px){
	.slider {
		margin-bottom: 50px;
	}
	.slick-slide {
		margin-right: 1px;
		margin-top: 1px;
	}
}

.voice_play {
	cursor: pointer;
	transition: .3s;
}

.voice_play:hover {
	opacity: 0.7;
}
