@charset "utf-8";
/* CSS Document */


/*////////共通////////*/


.btn_topage {
	/*padding: 7px;*/
	margin-bottom: 0;
}
.section {
    background-color: #f7ebd9;
    margin: 0 calc(50% - 50vw);
    padding: 80px calc(50vw - 50% + 8px);
    width: 100vw;
}
.section:nth-of-type(2n) {
    background-color: #FFFFFF;
}

.section02 {
	margin: 70px auto;
}


.heading2 {
	border-left: 4px solid #730202;
	margin-top: 0;
}

.heading2_02 {
	border-left: 4px solid #2a3a6f;
}

.heading3_underline {
	border-bottom: 1px solid #730202;
}
.heading2_condition {
	text-align: center;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1.5;
	margin-top: 0;
}

.head4 {
	font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 3rem 0 0;
}

.link_icon {
	display: inline-flex;
    width: 12px;
    margin-left: 5px;
    align-items: center;
}


/*アンカー*/
/*.anchor_3_area {
    width: 100%;
    justify-content: space-between;
}
.anchor_15thjourney {
    width: 21%;
    margin: 2rem 1rem 0;
    border-bottom: 1px solid;
    text-align: center;
    padding: 1rem 0 0.5rem;
}
	.anchor_15thjourney:hover {
    text-decoration: none;
    color: inherit;
    background-color: #EFE9E6;
    transition: 0.5s;
}*/
.anchor_15thjourney02::after {
    right: -640px;
    height: 8px;
    width: 8px;
}
.anchor_15thjourney02_area {
	width: 82%;
	display: block;
}

.anchor_15thjourney02 {
	display: block;
    padding: 1rem;
	font-weight: bold;
	border-bottom: 1px solid;
    margin-bottom: 2rem;
	line-height: 1.8;
}
.anchor_15thjourney02:hover {
	text-decoration: none;
    background-color: #EFE9E6;
    color: inherit;
}
.anchor_title {
	font-weight: normal;
    padding-left: 1rem;
}
.nav_title {
	text-align: center;
    font-weight: bold;
    margin: 1rem auto 2rem;
	font-size: 1.6rem;
}
.interview_q_border:before {
	width: 25px;
}

/*パターン2*/
.container_jn {
display: flex;
max-width: 1200px;
margin: 0 auto;
padding: 24px;
margin: 0 calc(50% - 50vw);
    width: 100vw;
}


nav.toc {
flex: 0 0 200px;
margin-right: 24px;
position: sticky;
top: 80px;
align-self: flex-start;
position: fixed;
}
nav.toc ul {
list-style: none;
padding: 0;
margin: 0;
}
nav.toc li {
margin-bottom: 8px;
}
nav.toc a {
opacity : 0;
text-decoration: none;
color: #333;
font-size: 1.5rem;
padding: 6px 8px;
display: block;
border-radius: 6px;


}
nav.toc a:hover {
font-weight: bold;
transition: 0.5s;
}
nav.toc a.active {
opacity: 80%;
    visibility: visible;
    transition: 1s;
}

@media (max-width: 768px) {
.container_jn {

}
nav.toc {
position: relative;
top: auto;
margin-bottom: 16px;
display: flex;
overflow-x: auto;
}
nav.toc ul {

}
nav.toc li {
margin: 0;
}
nav.toc a {
white-space: nowrap;
}
}


.heading2_banner {
	margin-bottom: 30px;
}
.contents_imgbox {
	margin: 2.5rem auto 2.5rem;
}
.contents_inner_imgbox {
    margin: 3.5rem auto 2.5rem;
}
.interview_q_border {
    padding: 0px 20px;
}
.interview_q_border:before {
    left: 7px;
}

.iv20Column02 {
	width: 660px;
}
.section_last {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50% + 8px);
    width: 100vw;
    background: #fff;
}
.wine_link {
	text-decoration: underline;
}


.contents_txtlink {
	text-decoration: underline;
}

.link_area_fair {
	width: 100%;
	margin-top: 0;
}
.link_area_fair .column02_box {
	width: 100%;
}
.link_area_fair .column02_box .contents_banner_img {
	    width: 600px;
}
.lp_banner_area {
   /*margin: 80px auto 0;*/
}
.link_area_fair .column02_box {
	margin: 0;
}
.lp_banner_area .column02 {
	justify-content: center;
}

/*h2検証*/
.interview_title_second {
	font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
	padding-left: 10px;
    margin-bottom: 15px;
	margin-top: 0;
}
/*.heading2_sub {
	line-height: 2.5;
}
.interview_title_tag {
    font-size: 1.5rem;
    border: 1px solid;
    padding: 0 0.8rem;
    margin: 0 1rem 0 0;
    display: inline-block;
}*/

/*==========================================
　　　　　　　　　アコーディオン
==========================================*/
.s_01 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
	background-color: #333;
	color: #fff;
	font-size: 1.5rem;
	padding: 10px 11%;
	text-align: center;
	position: relative;
	/*z-index: +1;*/
	cursor: pointer;
	transition-duration: 0.2s;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #1c85d8;
}
.s_01 .accordion_one .accordion_header:hover {
	opacity: .8;
}

.s_01 .accordion_one .accordion_inner {
	display: block;
	/*margin: 30px 30px 0;*/
	box-sizing: border-box;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 1px solid #ff9a05;
	border-right: 1px solid #ff9a05;
	border-bottom: 1px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 1px solid #1c85d8;
	border-right: 1px solid #1c85d8;
	border-bottom: 1px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
	margin: 0;
	padding-bottom: 10px;
}

.text_box:last-of-type{
	margin-bottom: 0;
}
.text_box_accordion {
	display: none;
	/*margin-bottom: 15px;*/
}
/*.text_box_accordion02 .hq_items_title {
	margin: 0;
}*/
.accordion_close{
	display: none;
	color: #fff;
	background-color: #333;
	padding: 5px 20px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin: 4rem auto 2rem;
}
.accordion_more{
	color: #fff;
	background-color: #333;
	padding: 10px 20px;
	width: 300px;
	margin: 2rem auto;
	text-align: center;
	font-size: 1.4rem;
	margin: 4rem auto 2rem;
}
.accordion_more:hover,
.accordion_more:active,
.accordion_close:hover,
.accordion_close:active{
	opacity: 0.8;
	transition: 1s;
	cursor: pointer;
}


.hq_quiz_area .accordion_more::after, .hq_quiz_area .accordion_more02::after {
	top: -2px;
    right: -262px;
    height: 10px;
    width: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(45deg);
}





/*アコーディオン アイコンで開閉*/
.accordion_one {
	margin-bottom: 2rem;
	width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
   /* border: 1px solid #ccc;*/
    padding: 1.5rem;
    position: relative;
    z-index: +1;
    cursor: inherit;
    transition: .2s;
	
}

.accordion_area .accordion_one .ac_inner {
    /*display: block;*/
    padding: 2rem 4rem;
    box-sizing: border-box;
    background: #fff;
	display: none;
}
.million_ac_title {
	font-weight: bold;
	font-size: 1.7rem;
	border-left: 4px solid #730202;
	padding: 5px 10px;
}

.million_ac_title::after {
transform: rotate(90deg);
}
.toggle:checked + .million_ac_title::before {
transform: rotate(90deg) !important;
}
.accordion_area .accordion_one .ac_header .i_box {
	display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;}
.accordion_area .accordion_one .ac_header .i_box:before, .accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #730202;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #730202;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_headerq.open .i_box:after {
  height: 0;
}

/*==========================================

　　　　　　　　　SPレイアウト

==========================================*/
@media screen and (max-width: 680px) {
/*==========================================*/	
.anchor_15thjourney {
    width: 43%;
}
.sample2::after {
    right: -100px;
}
	
	
	/*コンプリートセット、SPで中央揃え*/
.products_list_center_sp {
	justify-content: center;
}
    .block_title {
        font-size: 1.9rem;
    }
	    .news_area {
        width: 100%;
    }
	    .news_area dt {
       margin-right: 2rem;
			padding: 0;
    }

	.news_area dd {
		width: 100%;
		line-height: 1.8;
	}
	.arrow_down::after {
    right: -190px;
}
	
	.btn_topage {
	    padding: 10px 25px 10px 15px;
		width: 270px;
}
	.btn_topage::after {
		top: 0;
		right: -215px;
	}
	.cp_period {
		width: 100%;
	}
	
    .caution_list h4 {
        font-size: 1.4rem;
    }
    .caution_list li {
        font-size: 1.4rem;
    }		
	.hq_HowToApply {
		padding: 2rem;
	} 
	.snscp_overflow {
	height: 350px;
	}
	.snscp_overflow {
		margin-bottom: 0;
	}
	
	.btn_topage {
		margin: 30px auto 0;
	}

	.heading2_condition {
		font-size: 2rem;
	}

	.complete_flex {
		display: block;
	}
	.complete_flex p, .complete_flex .contents_imgbox {
		width: 100%;
	}
	.hbf_contents_wrap {
		width: 100%;
	}
	.set_detail {
		width: 100%;
	}
	    .iv20Column02 {
        width: 100%;
    }

	.anchor_15thjourney02_area {
		    width: 100%;
			padding: 0 15px;
	}
	    .anchor_15thjourney02::after {
                right: -297px;
    }
	.anchor_15thjourney02 {
		padding-right: 3rem;
	}
	.anchor_title {
		padding-left: 1.5rem;
	}
	.link_area_fair .column02_box .contents_banner_img {
    width: 100%;
}


/*==========================================*/	
}
/*==========================================*/	



