@charset "utf-8";
html{
	font-size: 62.5%;
}
body{
	background-color: #FFF;
	color: #222222;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

strong{
	background: linear-gradient(transparent 70%, #ffff00 70%);
	font-weight: inherit;
	display: inline;
}

@media screen and (max-width: 768px) {
  body{
	  font-size: 1.2rem;
	  line-height: 1.8;
	  letter-spacing: .08em;
	}
}
@media screen and (min-width: 769px) {
  body{
	  font-size: 1.8rem;
	  line-height: 2.2;
	}
}

/* --------LINK-------------------------------------------------------------------------------------- */
a:link {
	color: inherit;
	text-decoration: inherit;
}
a:visited {
	color: inherit;
	text-decoration: inherit;
}
a:hover {
	color: inherit;
	text-decoration: inherit;
}
a:active {
	color: inherit;
	text-decoration: inherit;
}

.toggle_box a{
	color: #3caafa;
	text-decoration: underline;
}
.toggle_box a:hover{
	text-decoration: none;
}


b.green{
	color: #00a100;
}
b.red{
	color: #ff1c3c;
}



.mainimage{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.mainimage h1{
	background-color: #fc9e35;
	color: #FFF;
	font-weight: 700;
	text-align: center;	
}
.mainimage h1:after{
		content: "";
		display: block;
		position: absolute;
		height: 100%;
		width: 100%;
	}
.mainimage h1 > span{
		display: block;
	}
.heading_text{
		text-align: center;
	}
.heading_text > span{
	background: linear-gradient(transparent 70%, #ffff00 0%);
	display: inline;
}
@media screen and (max-width: 768px) {
	#mainhead{
		padding: 0 4.42%;
	}
	.mainimage{
		background-image: url("../images/img_main.jpg");
		border-radius: 10px;
		padding-bottom: 114.2%;
	}
	.mainimage h1{
		font-size: 2.2rem;
		line-height: 1.6;
		padding: 20px 30px;
		position: absolute;
		left: 0;
		bottom: 18.125%;
	}
	.mainimage h1:after{
		border: 1px solid #FFF;
		top: -5px;
		left: -5px;
	}
	.mainimage h1 > span{
		font-size: 1.7rem;
	}
	.heading_text{
		font-size: 1.8rem;
		font-weight: 700;
		margin: 30px 0 20px;
	}
	.heading_text b{
		font-size: 2.2rem;
	}
	.heading_text > span > span{
		font-size: 1.5rem;
	}
}
@media screen and (min-width: 769px) {
	#mainhead{
		margin: 100px auto 0;
		max-width: 1040px;
	}
	.mainimage{
		background-image: url("../images/img_main_pc.jpg");
		padding-bottom: 50%;
		margin: 0 auto;
		max-width: 1040px;
	}
	.mainimage h1{
		font-size: 4.4rem;
		line-height: 1.6;
		padding: 40px 60px;
		position: absolute;
		left: 0;
		bottom: 9.615%;
	}
	.mainimage h1:after{
		border: 2px solid #FFF;
		top: -10px;
		left: -10px;
	}
	.mainimage h1 > span{
		font-size: 3.4rem;
	}
	.heading_text{
		font-size: 3.6rem;
		font-weight: 700;
		line-height: 1.5;
		margin: 80px 0 50px;
	}
	.heading_text b{
		font-size: 4.4rem;
	}
	.heading_text > span > span{
		font-size: 3.0rem;
	}
	#mainhead .text{
		text-align: center;
	}
}



.contents_navi > nav{
		background-color: #fd8d10;
	}
.contents_navi > nav > h2{
	color: #FFF;
	font-family: 'Secular One', sans-serif;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: center;
}
.contents_navi > nav > div{
		background-color: #ffe6d7;
		font-weight: 700;
	}
.contents_navi > nav ul > li{
		border-bottom: 1px dashed #FFF;
	}
.contents_navi > nav ul > li > a{
		background: url("../images/ic_arrow_navi.png") right 2px center no-repeat;
		display: block;
		text-indent: -1em;
		padding-left: 1em;
	}
.contents_navi > nav ul > li > a:before{
		content: "● ";
		color: #fd8d10;
	}
@media screen and (max-width: 768px) {
	.contents_navi{
		margin-top: 25px;
		padding: 0 4.42% 33px;
	}
	.contents_navi > nav{
		border-radius: 10px;
		padding: 0 2px 2px;
	}
	.contents_navi > nav > h2{
		font-size: 2.8rem;
	}
	.contents_navi > nav > div{
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		font-weight: 700;
		padding: 10px;
	}
	.contents_navi > nav ul > li > a{
		background-size: 10px auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 769px) {
	.contents_navi{
		margin: 75px auto 0;
		padding-bottom: 80px;
		max-width: 1040px;
	}
	.contents_navi > nav{
		border-radius: 10px;
		padding: 0 2px 2px;
	}
	.contents_navi > nav > h2{
		font-size: 2.8rem;
	}
	.contents_navi > nav > div{
		border-bottom-left-radius: 8px;
		border-bottom-right-radius: 8px;
		font-weight: 700;
		padding: 10px 10px 35px;
		display: flex;
		flex-wrap: wrap;
	}
	.contents_navi > nav ul{
		font-size: 1.6rem;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 915px;
	}
	.contents_navi > nav ul > li{ 
		width: 48.08%;
	}
	.contents_navi > nav ul > li > a{
		background-size: 16px auto;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}





/*-----------------------------------------------------  種類をチェック*/
#type_sec{
	background-color: #fff9e7;
}
.type_navi{
	display: flex;
	justify-content: space-between;
}
.type_navi > li a{
	display: block;
	transition: .3s;
}
.type_navi > li a:hover{
	opacity: .7;
}
.type_navi > li img{
	height: auto;
	width: 100%;
}
.type_navi > li figcaption{
	font-weight: 700;
	text-align: center;
}
#type_sec .sec_child_head{
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
#type_sec .sec_child_main_image{
	text-align: center;
}
#type_sec .sec_child_main_image img{
	height: auto;
	max-width: 100%;
}
#type_sec .toggle_box{
	background-color: #FFF;
	border-style: solid;
}
#type_sec .toggle_box_head{
	background-image: url("../images/ic_arrow_down.png");
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
#type_sec .toggle_box_head.open{
	background-image: url("../images/ic_arrow_up.png");
}
#type_sec .toggle_box_head > span{
	background-image: url("../images/ic_magnifying.png");
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}

#type_sec .sub_center_head{
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}
#type_sec .bar_center_head{
	color: #FFF;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}


#type_sec .question_list .question .detail{
	color: #00a100;
}





#type_sec .rule_list > div{
	background-position: left top;
	background-repeat: no-repeat;
}
#type_sec .rule_list > div > dt{
	color: #ff1c3c;
	font-weight: 700;
}
#type_sec .rule_list > div:nth-child(1){
	background-image: url("../images/ic_rule1.png");
}
#type_sec .rule_list > div:nth-child(2){
	background-image: url("../images/ic_rule2.png");
}
#type_sec .rule_list > div:nth-child(3){
	background-image: url("../images/ic_rule3.png");
}



#kickbike .sec_child_head{
	background-color: #ff1c3c;
}
#kickbike .toggle_box{
	border-color: #fd6060;
}
#kickbike .toggle_box_head,
#kickbike .bar_center_head{
	background-color: #fd6060;
}
#kickbike .sub_center_head,
#kickbike .small_head{
	color: #fd6060;
}
#type_sec #kickbike .dot_list + p{
	padding-left: 1em;
}

#toddlers .sec_child_head{
	background-color: #00a100;
}
#toddlers .toggle_box{
	border-color: #5ddb5d;
}
#toddlers .toggle_box_head,
#toddlers .bar_center_head{
	background-color: #5ddb5d;
}
#toddlers .sub_center_head,
#toddlers .small_head{
	color: #5ddb5d;
}

#jrcycle .sec_child_head{
	background-color: #0eb5ef;
}
#jrcycle .toggle_box{
	border-color: #79d2f3;
}
#jrcycle .toggle_box_head,
#jrcycle .bar_center_head{
	background-color: #79d2f3;
}
#jrcycle .sub_center_head,
#jrcycle .small_head{
	color: #79d2f3;
}
@media screen and (max-width: 768px) {
	.type_sec_inner{
	}
	#type_sec{
		padding: 30px 4.42%;
	}
	#type_sec .sec_head + p{
		margin-top: 20px;
	}
	.type_navi{
		margin: 20px auto 0;
	}
	.type_navi > li{
		width: 30.23%;
	}
	.type_navi > li figcaption{
		font-size: 1.1rem;
		margin-top: 15px;
	}
	#type_sec .sec_child_head{
		font-size: 1.9rem;
		line-height: 1.3;
		margin-top: 30px;
		padding: 15px;
	}
	#type_sec .sec_child_main_image{
		margin: 20px 0 15px;
	}
	#type_sec .sec_child_main_head_text{
		font-weight: 500;
		letter-spacing: 0;
	}
	#type_sec .small_head{
		font-size: 1.2rem;
		margin-top: 25px;
	}
	
	
	
	#type_sec .toggle_box{
		border-radius: 10px;
		border-width: 2px;
		margin-top: 25px;
		padding: 0 24px 0;
	}
	#type_sec .toggle_box_head{
		background-position: right 15px center;
		background-size: 10px auto;
		font-size: 1.8rem;
		line-height: 1.5;
		margin-left: -24px;
		margin-right: -24px;
		padding: 15px 0;
	}
	#type_sec .toggle_box_head > span{
		background-size: 25px auto;
		padding-left: 30px;
	}
	#type_sec .sub_center_head{
		font-size: 1.8rem;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	#type_sec .bar_center_head{
		font-size: 1.8rem;
		padding: 15px 0;
		margin: 25px -24px 15px;
	}
	#type_sec .toggle_box_contents{
		padding-bottom: 30px;
	}
	
	
	
	#type_sec .rule_list{
		margin: 0 10px;
	}
	#type_sec .rule_list > div{
		background-size: 44px auto;
		padding-left: 55px;
		padding-top: 10px;
		min-height: 44px;
		margin-top: 15px;
	}
	#type_sec .rule_list > div > dt{
		font-size: 1.5rem;
		line-height: 1.3;
	}
	#type_sec .rule_list > div > dd{
		margin-top: 5px;
	}
	
	
	
	#type_sec .rc_head > span{
		background-color: #79d2f3;
		border-radius: 5px;
		color: #FFF;
		font-size: 1.3rem;
		font-weight: 700;
		line-height: 1.5;
		display: inline-block;
		padding: 5px 10px;
		margin-bottom: 15px;
	}
	
	
	

}
@media screen and (min-width: 769px) {
	#type_sec{
		padding: 0 50px;
	}
	.type_sec_inner{
		padding: 60px 0 55px;
		margin: 0 auto;
		max-width: 1040px;
	}
	#type_sec .sec_head + p{
		text-align: center;
		margin-top: 50px;
	}
	.type_navi{
		margin: 35px auto 0;
		max-width: 860px;
	}
	.type_navi > li{
		width: 30.23%;
	}
	.type_navi > li figcaption{
		font-size: 2.0rem;
		margin-top: 15px;
	}
	#type_sec .sec_child_head{
		font-size: 3.4rem;
		line-height: 1.5;
		margin-top: 80px;
		padding: 15px;
	}
	#type_sec .sec_child_main_image{
		margin: 40px 0 30px;
	}
	#type_sec .sec_child_main_head_text{
		font-weight: 500;
		letter-spacing: 0;
		text-align: center;
	}
	#type_sec .small_head{
		font-size: 2.0rem;
		margin-top: 40px;
	}
	#type_sec .toggle_box{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 55px;
		padding: 0 55px 0;
	}
	#type_sec .toggle_box_head{
		background-position: right 26px center;
		font-size: 3.2rem;
		line-height: 1.5;
		margin-left: -55px;
		margin-right: -55px;
		padding: 15px 0;
	}
	#type_sec .toggle_box_head > span{
		padding-left: 50px;
	}
	#type_sec .sub_center_head{
		font-size: 3.2rem;
		margin-top: 60px;
		margin-bottom: 25px;
	}
	#type_sec .bar_center_head{
		font-size: 3.2rem;
		padding: 20px 0;
		margin: 55px -55px 30px;
	}
	#type_sec .toggle_box_contents{
		padding-bottom: 60px;
	}
	
	#toddlers .normal_table,
	#jrcycle .normal_table{
		max-width: 614px;
	}
	
	
	
	
	#type_sec .rule_list{
		margin: 0 60px;
	}
	#type_sec .rule_list > div{
		padding-left: 96px;
		padding-top: 25px;
		min-height: 78px;
		margin-top: 20px;
	}
	#type_sec .rule_list > div > dt{
		font-size: 2.4rem;
		line-height: 1.3;
	}
	#type_sec .rule_list > div > dd{
		margin-top: 10px;
	}
	
	
	#type_sec .rc_head > span{
		background-color: #79d2f3;
		border-radius: 5px;
		color: #FFF;
		font-size: 2.0rem;
		font-weight: 700;
		line-height: 1.5;
		display: inline-block;
		padding: 8px 20px;
		margin-bottom: 20px;
	}
	
	
	
}




/*-----------------------------------------------------  安全に乗るためのサイズ選び*/
#safety_sec .toggle_box{
	border-color: #fd8d10;
	border-style: solid;
	background-color: #FFF;
}
#safety_sec .toggle_box.extra_edition{
	border-color: #00a100;
}
#safety_sec .toggle_box_head{
	background-color: #fd8d10;
	background-image: url("../images/ic_arrow_down.png");
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
#safety_sec .toggle_box.extra_edition .toggle_box_head{
	background-color: #00a100;
}
#safety_sec .toggle_box.extra_edition .toggle_box_head > span{
	display: inline-block;
	position: relative;
}
#safety_sec .toggle_box.extra_edition .toggle_box_head > span:before{
	background: url("../images/ic_extra.png") no-repeat;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}
#safety_sec .toggle_box.extra_edition .toggle_box_contents h5{
	color: #ff1c3c;
	font-weight: 700;
}
#safety_sec .toggle_box_head.open{
	background-image: url("../images/ic_arrow_up.png");
}
#safety_sec .sec_child_head{
	font-weight: 700;
	text-align: center;
}
#safety_sec .col2 h5{
	color: #fd8d10;
}
#safety_sec .num_list{
	counter-reset: number 0;
}
#safety_sec .num_list > li{
	position: relative;
	line-height: 1.8;
}
#safety_sec .num_list > li:first-child{
	margin-top: 0;
}
#safety_sec .num_list > li:before,
#safety_sec .num_list > li:after{
	position: absolute;
}
#safety_sec .num_list > li:before{
	border-radius: 50%;
	box-sizing: border-box;
	content: "";
	display: block;
	left: 0;
	top: 0;
}
#safety_sec .num_list > li:after{
	counter-increment: number 1;
	content: counter(number);
	color: #fd8d10;
	font-weight: 700;
	text-align: center;
	left: 0;
	top: 0;
}

.case_data > div{
	display: flex;
}
.case_data > div > dt{
	align-self: flex-start;
	background-color: #fd8d10;
	border-radius: 5px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
}
.case_data > div > dd table tr > td:first-child{
	padding-right: 1.2em;
	position: relative;
}
.case_data > div > dd table tr > td:first-child:after{
	content: ":";
	position: absolute;
	right: .3em;
	top: 0;
}

#safety_sec .staff_comment{
	border: 4px solid #0eb5ef;
	border-radius: 10px;
}
#safety_sec .staff_comment > h4{
	background-color: #0eb5ef;
	color: #FFF;
	text-align: center;
}
#safety_sec .staff_comment > h4 > span{
	display: inline-block;
	position: relative;
}
#safety_sec .staff_comment > h4 > span:before,
#safety_sec .staff_comment > h4 > span:after{
	background-color: #FFF;
	content: "";
	display: block;
}
#safety_sec .staff_comment > h4 > span:before,
#safety_sec .staff_comment > h4 > span:after{
	position: absolute;
	bottom: 0;
}
#safety_sec .staff_comment > h4 > span:before{
	left: 0;
	transform: rotate(-15deg);
}
#safety_sec .staff_comment > h4 > span:after{
	right: 0;
	transform: rotate(15deg);
}
#safety_sec .staff_comment > .staff_comment_contents{
	background-color: #FFF;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
#safety_sec .staff_comment > .staff_comment_contents > figure > figcaption{
	text-align: center;
}
#safety_sec .staff_comment > .staff_comment_contents > div{
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	#safety_sec{
		padding: 30px 4.42%;
	}
	#safety_sec .toggle_box{
		border-radius: 10px;
		border-width: 2px;
		margin-top: 25px;
		padding: 0 10px 0;
	}
	#safety_sec .toggle_box_head{
		background-position: right 15px center;
		background-size: 10px auto;
		font-size: 1.8rem;
		line-height: 1.5;
		margin-left: -10px;
		margin-right: -10px;
		padding: 15px 0;
	}
	#safety_sec .toggle_box_head > span{
		background-size: 25px auto;
	}
	#safety_sec .sub_center_head{
		font-size: 1.8rem;
		margin-top: 25px;
		margin-bottom: 15px;
	}
	#safety_sec .bar_center_head{
		font-size: 1.8rem;
		padding: 15px 0;
		margin: 25px -24px 15px;
	}
	#safety_sec .toggle_box_contents{
		padding-bottom: 30px;
	}
	
	#safety_sec .sec_child_head{
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.5;
		margin-top: 30px;
	}
	#safety_sec .col2 h5{
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	#safety_sec .num_list > li{
		padding-left: 35px;
		margin-top: 15px;
	}
	#safety_sec .num_list > li:before{
		border: 2px solid #fd8d10;
		height: 25px;
		width: 25px;
	}
	#safety_sec .num_list > li:after{
		font-size: 1.3em;
		line-height: 25px;
		width: 25px;
	}
	.emboss_box{
		border: 2px solid #fd8d10;
		box-shadow: 2px 2px 0 #fd8d10;
		background-color: #fbf9e6;
		border-radius: 10px;
		margin-top: 45px;
	}
	.emboss_box > dl > dt{
		text-align: center;
		margin-top: -27px;
	}
	.emboss_box > dl > dt img{
		height: auto;
		width: 55px;
	}
	.emboss_box > dl > dd{
		padding: 0 10px 15px;
	}
	#safety_sec .question_list{
		margin-bottom: 0;
	}
	.case_data > div > dt{
		font-size: 1.2rem;
		margin-right: 10px;
		width: 90px;
	}
	.case_data > div > dd{
		width: calc(100% - 100px);
	}
	#safety_sec .staff_comment{
		border: 2px solid #0eb5ef;
		margin-top: 20px;
	}
	#safety_sec .staff_comment > h4{
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 15px;
	}
	#safety_sec .staff_comment > h4 > span{
		padding: 0 35px;
	}
	#safety_sec .staff_comment > h4 > span:before,
	#safety_sec .staff_comment > h4 > span:after{
		width: 2px;
		height: 44px;
	}
	#safety_sec .staff_comment > .staff_comment_contents{
		display: flex;
		justify-content: space-between;
		padding: 20px 10px 30px;
	}
	#safety_sec .staff_comment > .staff_comment_contents > figure{
		width: 100px;
	}
	#safety_sec .staff_comment > .staff_comment_contents > figure > figcaption{
		font-size: 1.2rem;
		line-height: 1.5;
		margin-top: 5px;
	}
	#safety_sec .staff_comment > .staff_comment_contents > div{
		font-size: 1.2rem;
		line-height: 1.8;
		width: calc(100% - 120px);
	}
	#safety_sec .toggle_box.extra_edition{
		margin-top: 35px;
	}
	#safety_sec .toggle_box.extra_edition .toggle_box_head > span{
		padding-left: 75px;
	}
	#safety_sec .toggle_box.extra_edition .toggle_box_head > span:before{
		background-size: 60px auto;
		height: 62px;
		width: 60px;
		bottom: -10px;
	}
	#safety_sec .toggle_box.extra_edition .toggle_box_contents h5{
		margin: 20px 0;
		line-height: 1.5;
	}
}
@media screen and (min-width: 769px) {
	#safety_sec .toggle_box{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 35px;
		padding: 0 55px 0;
	}
	#safety_sec .toggle_box_head{
		background-position: right 25px center;
		font-size: 3.2rem;
		line-height: 1.5;
		margin-left: -55px;
		margin-right: -55px;
		padding: 15px 65px 15px 15px;
	}
	.safety_sec_inner{
		padding: 80px 0;
		margin: 0 auto;
		max-width: 1040px;
	}
	#safety_sec .sec_child{
		padding-top: 40px;
	}
	#safety_sec .sec_child_head{
		font-size: 3.2rem;
		font-weight: 700;
		line-height: 1.5;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	#safety_sec .col2 h5{
		font-size: 2.0rem;
		margin-bottom: 15px;
	}
	#safety_sec .num_list > li{
		padding-left: 60px;
		margin-top: 30px;
	}
	#safety_sec .num_list > li:before{
		border: 3px solid #fd8d10;
		height: 40px;
		width: 40px;
	}
	#safety_sec .num_list > li:after{
		font-size: 2.0rem;
		line-height: 40px;
		width: 40px;
	}
	.emboss_box{
		border: 4px solid #fd8d10;
		box-shadow: 0 6px 0 #fd8d10;
		background-color: #fbf9e6;
		border-radius: 10px;
		margin-top: 75px;
	}
	.emboss_box > dl > dt{
		text-align: center;
		margin-top: -45px;
	}
	.emboss_box > dl > dd{
		padding: 0 45px 30px;
	}
	#safety_sec .toggle_box_contents{
		padding-bottom: 60px;
	}
	
	#safety_sec .question_list{
		margin-top: 30px;
	}
	#safety_sec .emboss_box > dl > dd .image_text_set .detail{
		width: 57.42%;
	}
	#safety_sec .emboss_box > dl > dd .image_text_set .image{
		width: 41.1%;
	}
	.case_data > div > dt{
		font-size: 2.0rem;
		margin-right: 15px;
		width: 167px;
	}
	.case_data > div > dd{
		width: calc(100% - 172px);
	}

	#safety_sec .staff_comment{
		margin-top: 50px;
	}
	#safety_sec .staff_comment > h4{
		font-size: 2.8rem;
		line-height: 1.5;
		padding: 15px;
	}
	#safety_sec .staff_comment > h4 > span{
		padding: 0 40px;
	}
	#safety_sec .staff_comment > h4 > span:before,
	#safety_sec .staff_comment > h4 > span:after{
		width: 4px;
		height: 60px;
	}
	#safety_sec .staff_comment > .staff_comment_contents{
		display: flex;
		justify-content: space-between;
		padding: 45px 55px;
	}
	#safety_sec .staff_comment > .staff_comment_contents > figure{
		width: 160px;
	}
	#safety_sec .staff_comment > .staff_comment_contents > figure > figcaption{
		font-size: 1.6rem;
		line-height: 1.5;
		margin-top: 10px;
	}
	#safety_sec .staff_comment > .staff_comment_contents > div{
		font-size: 2.4rem;
		line-height: 1.8;
		width: calc(100% - 190px);
	}
	#safety_sec .toggle_box.extra_edition{
		margin-top: 80px;
	}
	#safety_sec .toggle_box.extra_edition .toggle_box_head > span{
		padding-left: 130px;
	}
	#safety_sec .toggle_box.extra_edition .toggle_box_head > span:before{
		height: 96px;
		width: 97px;
	}
	#safety_sec .toggle_box.extra_edition .toggle_box_contents h5{
		margin: 30px 0;
		line-height: 1.5;
	}
}



/*-----------------------------------------------------  自転車の練習方法*/
#howto_sec{
	background-color: #fff9e7;
}
#howto_sec .sec_head{
	text-align: center;
}
#howto_sec .toggle_box_head{
	color: #FFF;
}
#howto_sec .checkpoint_list .toggle_box_head{
	text-align: center;
}
#howto_sec .beginner_list .toggle_box_head{
	text-align: left;
}
#howto_sec .sec_child_head{
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#checkpoint .sec_child_head{
	color: #ff1c3c;
}
#beginner .sec_child_head{
	color: #00a100;
}
.checkpoint_list{
	counter-reset: number 0;
}
.checkpoint_list .toggle_box{
	border-color: #ff1c3c;
	border-style: solid;
	background-color: #FFF;
}
.checkpoint_list .toggle_box .toggle_box_head{
	background-color: #ff1c3c;
}
.checkpoint_list .toggle_box .toggle_box_head > h4{
	background-image: url("../images/ic_arrow_down.png");
	background-repeat: no-repeat;
	font-weight: 700;
}
.checkpoint_list .toggle_box .toggle_box_head.open > h4,
.beginner_list .toggle_box .toggle_box_head.open{
	background-image: url("../images/ic_arrow_up.png");
}
.checkpoint_list .toggle_box .toggle_box_head > h4 > span{
	display: inline-block;
	position: relative;
}
.checkpoint_list .toggle_box .toggle_box_head > h4 > span:before,
.checkpoint_list .toggle_box .toggle_box_head > h4 > span:after{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.checkpoint_list .toggle_box .toggle_box_head > h4 > span:before{
	background-color: #FFF;
	border-radius: 50%;
	content: "";
	display: block;
}
.checkpoint_list .toggle_box .toggle_box_head > h4 > span:after{
	color: #ff1c3c;
	counter-increment: number 1;
	content: counter(number);
	font-weight: 700;
}
.relation{
	font-weight: 700;
}
.relation > div{
	display: flex;
}
.relation > div > dt{
	white-space: nowrap;
}
#howto_sec .rc_head{
	line-height: 1.5;
}
#howto_sec .rc_head > span{
	background-color: #ff1c3c;
	border-radius:5px;
	color: #FFF;
	display: inline-block;
}
.beginner_list .toggle_box{
	border-color: #00a100;
	border-style: solid;
	background-color: #FFF;
}
.beginner_list .toggle_box .toggle_box_head{
	background-color: #00a100;
	background-image: url("../images/ic_arrow_down.png");
	background-repeat: no-repeat;
	font-weight: 700;
}
.beginner_list .toggle_box .toggle_box_head > span img{
	vertical-align: middle;
	margin-right: 10px;
}


@media screen and (max-width: 768px) {
	.howto_sec_inner{
		padding: 30px 4.42%;
	}
	#howto_sec .sec_child_head{
		font-size: 1.9rem;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.checkpoint_list .toggle_box,
	.beginner_list .toggle_box{
		border-radius: 10px;
		border-width: 2px;
		margin-top: 20px;
		padding: 0 15px 0;
	}
	.checkpoint_list .toggle_box .toggle_box_head{
		margin: 0 -15px;
		padding: 15px 0 30px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4{
		background-position: right 15px center;
		background-size: 10px auto;
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 0 30px 0 30px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4 > span{
		padding-left: 35px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4 > span:before{
		height: 23px;
		width: 23px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4 > span:after{
		font-size: 1.3rem;
		line-height: 23px;
		width: 23px;
		text-align: center;
	}
	.checkpoint_list .toggle_box .toggle_box_head .image{
		margin: 15px 10px 0;
	}
	#howto_sec .toggle_box_head{
		font-size: 1.8em;
		line-height: 1.5;
	}
	#howto_sec .toggle_box_contents{
		padding-bottom: 25px;
	}
	.relation{
		margin-top: 10px;
	}
	#howto_sec .rc_head{
		font-size: 1.3rem;
		margin: 20px 0 10px;
	}
	#howto_sec .rc_head > span{
		padding: 4px 10px;
	}
	#checkpoint .sec_child_head{
		margin-top: 50px;
	}
	.beginner_list .toggle_box{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 20px;
		padding: 0 15px 0;
	}
	.beginner_list .toggle_box .toggle_box_head{
		background-position: right 25px center;
		background-size: 10px auto;
		margin: 0 -15px;
		padding: 10px 30px;
	}
	.beginner_list .toggle_box .toggle_box_head > span img{
		height: auto;
		width: 45px;
	}
	#support{
		margin-top: 30px;
		padding: 25px 10px 20px;
	}
}
@media screen and (min-width: 769px) {
	.howto_sec_inner{
		padding: 80px 0;
		margin: 0 auto;
		max-width: 1040px;
	}
	#howto_sec .sec_child_head{
		font-size: 3.2rem;
		margin-top: 75px;
		margin-bottom: 20px;
	}
	.checkpoint_list .toggle_box,
	.beginner_list .toggle_box{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 35px;
		padding: 0 55px 0;
	}
	.checkpoint_list .toggle_box .toggle_box_head{
		margin: 0 -55px;
		padding: 15px 0 30px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4{
		background-position: right 25px center;
		font-size: 3.2rem;
		line-height: 1.5;
		padding: 0 65px 0 15px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4 > span{
		padding-left: 50px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4 > span:before{
		height: 40px;
		width: 40px;
	}
	.checkpoint_list .toggle_box .toggle_box_head > h4 > span:after{
		font-size: 2.2rem;
		line-height: 40px;
		width: 40px;
		text-align: center;
	}
	.checkpoint_list .toggle_box .toggle_box_head .image{
		margin-top: 30px;
	}
	#howto_sec .toggle_box_head{
		font-size: 3.2rem;
		line-height: 1.5;
	}
	#howto_sec .toggle_box_contents{
		padding-bottom: 50px;
	}
	.relation{
		margin-top: 10px;
	}
	#howto_sec .rc_head{
		font-size: 2.0rem;
		margin: 20px 0 10px;
	}
	#howto_sec .rc_head > span{
		padding: 8px 20px;
	}
	#checkpoint .sec_child_head{
		margin-top: 50px;
	}
	.beginner_list .toggle_box{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 35px;
		padding: 0 55px 0;
	}
	.beginner_list .toggle_box .toggle_box_head{
		background-position: right 25px center;
		margin: 0 -55px;
		padding: 15px 65px 15px 15px;
	}
	#support{
		margin-top: 80px;
		padding: 50px 60px 40px;
	}
}


/*-----------------------------------------------------  自転車の乗り方動画*/
#movie .toggle_box {
	border-style: solid;
	border-radius: 10px;
	border-width: 4px;
	border-color: #ff0000;
}
#movie .toggle_box_head {
	font-weight: 700;
	background-color: #ff0000;
	background-image: url(../images/ic_arrow_down.png);
    background-repeat: no-repeat;
	background-position: right 25px center;
}
#movie .toggle_box_head.open {
	background-image: url(../images/ic_arrow_up.png);
}
#movie .toggle_box_head img {
	vertical-align: middle;
	margin-right: 10px;
}
#movie .toggle_box_contents {
	background-color: #fff;
}
.movie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0 !important;
}
.movie_list li {
	aspect-ratio: 16/9;
}
.movie_list li iframe {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	#movie {
		margin-top: 20px;
	}
	#movie .toggle_box_head {
		font-size: 1.8em;
		padding: 10px 30px;
		background-position: right 20px center;
		background-size: 10px auto;
	}
	#movie .toggle_box_head img {
		width: 40px;
	}
	#movie .toggle_box_contents {
		padding: 15px;
	}
	.movie_list li {
		width: 100%;
	}
	.movie_list li:nth-of-type(n+2) {
		margin-top: 5%;
	}
}
@media screen and (min-width: 769px) {
	#movie {
		margin-top: 35px;
	}
	#movie .toggle_box_head {
		padding: 15px 65px 15px 15px;
	}
	#movie .toggle_box_contents {
		padding: 50px;
	}
	.movie_list li {
		width: 48%;
	}
	.movie_list li:nth-of-type(n+3) {
		margin-top: 5%;
	}
}


/*-----------------------------------------------------  道路で乗る時のルール*/
.promise_list > .promise h5{
	color: #fd8d10;
	line-height: 1.5;
}
.promise_list > .promise h5 img{
	vertical-align: middle;
}
@media screen and (max-width: 768px) {
	.rule_sec_inner{
		padding: 30px 4.42%;
	}
	.promise_list > .promise{
		margin-top: 15px;
	}
	.promise_list > .promise h5{
		font-size: 1.5rem;
	}
	.promise_list > .promise h5 img{
		margin-right: 10px;
		height: auto;
		width: 44px;
	}
	.promise_list > .promise .image{
		margin-top: 10px;
	}
	#kanren{
		margin-top: 75px;
	}
}
@media screen and (min-width: 769px) {
	.rule_sec_inner{
		padding: 80px 0;
		margin: 0 auto;
		max-width: 920px;
	}
	#rule_sec .comment{
		max-width: 810px;
	}
	.promise_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.promise_list > .promise{
		width: calc(50% - 14px);
		margin-top: 30px;
	}
	.promise_list > .promise h5{
		font-size: 2.4rem;
	}
	.promise_list > .promise h5 img{
		margin-right: 15px;
	}
	.promise_list > .promise .image{
		margin-top: 20px;
	}
	#kanren{
		margin-top: 75px;
	}
}



/*-----------------------------------------------------  おすすめ自転車特集*/
#recommendation_sec{
	
}
.recommendation_navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.recommendation_navi > li{
	font-weight: 700;
	line-height: 1.5;
}
.recommendation_navi > li > a{
	background-image: url("../images/ic_arrow_navi_recommend.png");
	background-repeat: no-repeat;
	border-style: solid;
	border-color: #ff1c3c;
	color: #ff1c3c;
	display: block;
	text-align: center;
	transition: .2s;
}
.recommendation_navi > li > a:hover{
	background-color: #ff1c3c;
	color: #FFF;
}
#recommendation_sec .sec_child{
	background-color: #fddada;
}
#recommendation_sec .sec_child_head{
	background-color: #ff1c3c;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
	padding: 10px;
}
#recommendation_sec .item_list{
	background-color: #FFF;
}
#recommendation_sec .item{
	background-position: bottom center;
	background-repeat: repeat-x;
}
#recommendation_sec .item h4{
	font-weight: 700;
	line-height: 1.5;
}
.item_spec_col > .slide_image{
	position: relative;
}
.item_spec_col > .slide_image .swiper{
	overflow: hidden;
}
.item_spec_col .swiper figcaption{
	text-align: center;
	line-height: 1.5;
}
#recommendation_sec .item_spec{
	line-height: 1.5;
}
#recommendation_sec .item_spec th,
#recommendation_sec .item_spec td{
	vertical-align: middle;
}
#recommendation_sec .item_spec th{
	background-color: #a9a9a9;
	color: #FFF;
}
#recommendation_sec .price{
	color: #f15050;
	text-align: center;
	line-height: 1;
}
#recommendation_sec .price > span{
	display: block;
}
#recommendation_sec .price > b{
	font-family: Century Gothic, sans-serif;
	font-weight: 700;
}
#recommendation_sec .review{
	background-color: #FFF;
	border-style: solid;
	border-color: #ff1c3c;
}
#recommendation_sec .review > dt{
	font-weight: 700;
	color: #ff1c3c;
	text-align: center;
	position: relative;
}
#recommendation_sec .review > dt > span{
	background-color: #FFF;
	border-style: solid;
	border-color: #ff1c3c;
	line-height: 1.5;
	position: relative;
}
#recommendation_sec .review > dt > span:after{
	background: url("../images/bg_fukidasi.png") center bottom no-repeat;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
#recommendation_sec .review > dd{
	font-weight: 700;
}
#recommendation_sec a.btn{
	background-color: #3caafa;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: .2s;
}
#recommendation_sec a.btn:hover{
	opacity: .7;
}
#recommendation_sec .btn_head{
	font-weight: 700;
	text-align: center;
	margin-bottom: 5px;
}
#recommendation_sec .swiper-button-next,
#recommendation_sec .swiper-button-prev{
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #ff1c3c;
}
#recommendation_sec .swiper-button-next:after,
#recommendation_sec .swiper-button-prev:after{
	display: none;
}
#recommendation_sec .swiper-button-next{
	background-image: url("../images/ic_next.png");
}
#recommendation_sec .swiper-button-prev{
	background-image: url("../images/ic_prev.png");
}
#recommendation_sec .swiper-pagination-bullet-active{
	background-color: #ff1c3c;
}


@media screen and (max-width: 768px) {
	.recommendation_sec_inner{
		padding: 25px 0 0;
	}
	.recommendation_navi{
		padding: 0 4.42%;
	}
	#recommendation_sec .sec_child_head{
		font-size: 1.8rem;
		margin-left: -25px;
		margin-right: -25px;
	}
	.recommendation_navi > li{
		margin-top: 10px;
		width: calc(50% - 7px);
	}
	.recommendation_navi > li > a{
		background-position: right 6px center;
		background-size: 10px auto;
		border-radius: 10px;
		border-width: 4px;
		padding: 6px 20px 6px 6px;
	}
	#recommendation_sec .sec_child{
		padding: 0 4.42% 30px;
	}
	#recommendation_sec .item_list{
		padding: 0 15px 35px;
	}
	
	#recommendation_sec .item{
		background-image: linear-gradient(to right, #ff1c3c, #ff1c3c 8px, transparent 8px, transparent 8px);
		background-size: 12px 2px;
		padding-bottom: 25px;
		padding-top: 35px;
	}
	#recommendation_sec .item_logo img{
		height: 25px;
		width: auto;
	}
	#recommendation_sec .item h4{
		font-size: 1.5rem;
		margin-top: 10px;
	}
	#recommendation_sec .item .item_desc{
		margin-top: 20px;
	}
	#recommendation_sec .price_box{
		margin: 15px auto;
	}
	#recommendation_sec .price{
		font-size: 1.8rem;
		margin-top: 20px;
	}
	#recommendation_sec .price > i{
		font-size: 2.4rem;
	}
	#recommendation_sec .price > b{
		font-size: 4.0rem;
	}
	#recommendation_sec .price + .btn{
		margin-top: 20px;
	}
	#recommendation_sec .review{
		border-radius: 10px;
		border-width: 2px;
		margin-bottom: 20px;
		margin-top: 35px;
		padding: 15px 10px 15px;
	}
	#recommendation_sec .review > dt{
		margin-top: -30px;
	}
	#recommendation_sec .review > dt > span{
		border-radius: 50px;
		border-width: 2px;
		font-size: 1.0rem;
		padding: 5px 10px;
	}
	#recommendation_sec .review > dt > span:after{
		background-size: cover;
		height: 12px;
		width: 21px;
		bottom: -12px;
	}
	#recommendation_sec .review > dd{
		margin-top: 15px;
	}
	#recommendation_sec a.btn{
		border-radius: 10px;
		font-size: 1.5rem;
		padding: 10px;
		width: 90%;
	}
	#recommendation_sec .btn_head{
		font-size: 1.2rem;
		margin-top: 15px;
	}
	.item_spec_col{
		margin-top: 20px;
	}
	.item_spec_col > .slide_image{
		padding-bottom: 40px;
	}
	.item_spec_col .swiper figcaption{
		margin-top: 10px;
	}
	.item_spec_col > .item_spec{
		margin-top: 10px;
	}
	.item_spec_col > .item_spec .note_list{
		font-size: 1.4rem;
		margin-top: 10px;
		text-align: center;
	}
	#recommendation_sec .swiper-button-next,
	#recommendation_sec .swiper-button-prev{
		background-size: 10px auto;
		top: calc(50% - 30px);
		height: 30px;
		width: 30px;
	}
	#recommendation_sec .swiper-button-prev{
		left: -15px;
	}
	#recommendation_sec .swiper-button-next{
		right: -15px;
	}
	#recommendation_sec .swiper-container-horizontal >.swiper-pagination-bullets,
	#recommendation_sec .swiper-pagination-custom,
	#recommendation_sec .swiper-pagination-fraction{
		bottom: 0;
	}
	#recommendation_sec .swiper-pagination-bullet{
		height: 15px;
		width: 15px;
	}
	
	.campaign{
		padding: 25px 4.42%;
		text-align: center;
	}
	.campaign section h4{
		margin-bottom: 25px;
	}
}
@media screen and (min-width: 769px) {
	.recommendation_sec_inner{
		padding: 80px 0;
		margin: 0 auto;
		max-width: 1040px;
		overflow: hidden;
	}
	#recommendation_sec .sec_child_head{
		font-size: 3.6rem;
		margin-left: -55px;
		margin-right: -55px;
	}
	.recommendation_navi > li{
		margin-top: 20px;
		width: calc(50% - 15px);
	}
	.recommendation_navi > li > a{
		background-position: right 12px center;
		border-radius: 10px;
		border-width: 4px;
		padding: 13px 25px 13px 13px;
	}
	.recommendation_navi > li > a br{
		display: none;
	}
	#recommendation_sec .sec_child{
		padding: 0 55px 55px;
	}
	#recommendation_sec .item_list{
		padding: 0 55px 35px;
	}
	
	#recommendation_sec .item{
		background-image: linear-gradient(to right, #ff1c3c, #ff1c3c 16px, transparent 16px, transparent 8px);
		background-size: 24px 4px;
		padding-bottom: 55px;
		padding-top: 35px;
	}
	#recommendation_sec .item h4{
		font-size: 2.8rem;
		margin-top: 10px;
	}
	#recommendation_sec .item .item_desc{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	#recommendation_sec .price{
		font-size: 2.0rem;
	}
	#recommendation_sec .price > span br{
		display: none;
	}
	#recommendation_sec .price > i{
		font-size: 3.8rem;
	}
	#recommendation_sec .price > b{
		font-size: 6.0rem;
	}
	#recommendation_sec .price_box{
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px auto;
	}
	#recommendation_sec .price + .price{
		margin-top: 20px;
	}
	#recommendation_sec .price_box .price + .price{
		margin-top: 0;
		margin-left: 30px;
	}
	#recommendation_sec .btn_box{
		display: flex;
		justify-content: space-between;
		margin: 20px auto;
	}
	#recommendation_sec .btn_box > div{
		width: 48.5%;
	}
	#recommendation_sec .btn_box > div a.btn{
		font-size: 1.8rem;
		width: 100%;
	}
	#recommendation_sec .price + .btn{
		margin-top: 20px;
	}
	#recommendation_sec .review{
		border-radius: 10px;
		border-width: 4px;
		margin-bottom: 30px;
		margin-top: 50px;
		padding: 30px 15px 15px;
	}
	#recommendation_sec .review > dt{
		margin-top: -50px;
	}
	#recommendation_sec .review > dt > span{
		border-radius: 50px;
		border-width: 4px;
		font-size: 1.8rem;
		padding: 5px 20px;
	}
	#recommendation_sec .review > dt > span:after{
		height: 23px;
		width: 42px;
		bottom: -23px;
	}
	#recommendation_sec .review > dd{
		font-size: 1.6rem;
		margin-top: 30px;
	}
	#recommendation_sec a.btn{
		border-radius: 10px;
		font-size: 2.8rem;
		padding: 10px;
		width: 70%;
	}
	#recommendation_sec .btn_head{
		font-size: 1.6rem;
		margin-top: 25px;
	}
	.item_spec_col{
		margin-top: 20px;
	}
	.item_spec_col > .slide_image{
		padding-bottom: 40px;
		margin-left: auto;
		margin-right: auto;
		max-width: 640px;
	}
	.item_spec_col .swiper figcaption{
		margin-top: 10px;
	}
	.item_spec_col > .item_spec{
		margin: 0;
	}
	.item_spec_col > .item_spec .note_list{
		font-size: 1.4rem;
		margin-top: 10px;
		text-align: center;
	}
	#recommendation_sec .swiper-button-next,
	#recommendation_sec .swiper-button-prev{
		background-size: 10px auto;
		top: calc(50% - 30px);
		height: 30px;
		width: 30px;
	}
	#recommendation_sec .swiper-button-prev{
		left: -15px;
	}
	#recommendation_sec .swiper-button-next{
		right: -15px;
	}
	#recommendation_sec .swiper-container-horizontal >.swiper-pagination-bullets,
	#recommendation_sec .swiper-pagination-custom,
	#recommendation_sec .swiper-pagination-fraction{
		bottom: 0;
	}
	#recommendation_sec .swiper-pagination-bullet{
		height: 15px;
		width: 15px;
	}
	
	.campaign{
		margin: 0 auto;
		padding: 0 0 50px;
		text-align: center;
		max-width: 698px;
	}
	.campaign section h4{
		margin-bottom: 50px;
	}
}



/*-----------------------------------------------------  おすすめオプションパーツ紹介*/
#option_sec{
}
.option_sec_inner{
	border-color: #000000;
	border-style: solid;
}
#option_sec h2{
	color: #000000;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
#option_sec .head_text{
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.option_sec_child_head{
	background-color: #333333;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
.option_sec_child_head:after{
	background-color: #333333;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
.shadow_box{
	box-shadow: 0 10px 20px rgba(0,0,0,.20);
	background-color: #FFF;
}
#option_sec .item_option dt{
	border-bottom: 1px solid #d7d7d7;
	color: #333333;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#option_sec a.btn_buy{
	background-color: #003e81;
	background-image: url("../images/ic_arrow_btn.png");
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5;
	display: block;
	text-align: center;
	transition: .2s;
}
#option_sec a.text_link{
	background-image: url("../images/ic_arrow_btn2.png");
	background-repeat: no-repeat;
	background-position: right center;
	color: #003e81;
	line-height: 1.5;
	display: inline-block;
	transition: .2s;
}
#option_sec a.btn_buy:hover,
#option_sec a.text_link:hover{
	opacity: .7;
}
.helmet{
	display: flex;
	justify-content: space-between;
}
.helmet > .image{
	text-align: center;
}
.helmet + p{
	line-height: 1.8;
}
#option_sec .toggle_box{
	background-color: #f1f6f5;
	border-style: solid;
	border-color: #474747;
}
#option_sec .toggle_box_head{
	background-color: #474747;
	background-image: url("../images/ic_arrow_down.png");
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 700;line-height: 1.5;
	text-align: center;
}
#option_sec .toggle_box_head.open{
	background-image: url("../images/ic_arrow_up.png");
}
.choose_helmet h4{
	color: #003e81;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.option_item_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.option_item_list > .item_option{
	box-shadow: 0 10px 20px rgba(0,0,0,.20);
	background-color: #FFF;
	text-align: center;
}

.other_option{
	background-color: #f1f6f5;
}

.other_option .staff_comment{
	display: flex;
	justify-content: space-between;
}
.other_option .staff_comment .detail{
	box-shadow: 0 10px 20px rgba(0,0,0,.20);
	background-color: #FFF;
	line-height: 1.8;
	position: relative;
}
.other_option .staff_comment .detail:after{
	background: url("../images/bg_fukidasi2.png") no-repeat;
	content: "";
	display: block;
	position: absolute;
}
.other_option_list > div{
	background-color: #FFF;
}
.other_option_list > div > dt{
	background-color: #474747;
	color: #FFF;
	line-height: 1.5;
	text-align: center;
}
.other_option_list > div > dt a{
	text-decoration: underline;
}
.other_option_list > div > dt a:hover{
	text-decoration: none;
}
.other_option_list > div > dd{
	border-bottom: 1px solid #bdbdbd;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
}
.other_option_list > div > dd .separate{
	border-bottom: 1px solid #bdbdbd;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.other_option_list > div > dd .desc{
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.option_sec_inner{
		border-width: 2px;
		margin: 4.42%;
		padding: 30px 10px 30px;
	}
	#option_sec h2{
		font-size: 2.4rem;
	}
	#option_sec .head_text{
		font-size: 1.5rem;
		margin: 20px 0 10px;
	}
	.option_sec_child_head{
		font-size: 1.5rem;
		padding: 10px;
		margin-top: 30px;
	}
	.option_sec_child_head:after{
		height: 10px;
		width: 10px;
		bottom: -5px;
	}
	.shadow_box{
		margin-top: 30px;
		padding: 20px 10px 20px;
	}
	
	#option_sec .item_option dt{
		font-size: 1.1rem;
		padding-bottom: 10px;
	}
	#option_sec a.btn_buy{
		background-position: right 7px center;
		background-size: 6px auto;
		font-size: 1.2rem;
		padding: 6px 20px 6px 20px;
	}
	#option_sec a.text_link{
		font-size: 1.0rem;
		padding-right: 13px;
		margin-top: 10px;
	}
	#option_sec .item_option dd{
		margin-top: 23px;
	}
	.helmet{
		margin-bottom: 10px;
	}
	.helmet > .item_option{
		width: 50%;
	}
	.helmet > .image{
		margin: 0 auto;
		width: 37.93%;
	}
	
	.choose_helmet h4{
		font-size: 1.8rem;
		margin-top: 25px;
	}
	
	#option_sec .toggle_box{
		border-width: 4px;
		margin-top: 20px;
		padding: 0 10px 0;
	}
	#option_sec .toggle_box_head{
		background-position: right 10px center;
		background-size: 10px auto;
		font-size: 1.3rem;
		margin-left: -10px;
		margin-right: -10px;
		padding: 15px 0;
	}
	#option_sec .toggle_box_contents{
		padding-bottom: 40px;
	}
	.option_item_list{
		justify-content: flex-start;
		margin-top: 10px;
	}
	.option_item_list > .item_option{
		padding: 10px;
		margin: 2% 2% 0 0;
		width: 49%;
	}
	.option_item_list > .item_option:nth-child(2n){
		margin-right: 0;
	}
	.option_item_list > .item_option .image{
		margin-bottom: 20px;
	}
	.other_option{
		border-radius: 10px;
		padding: 20px 15px;
		margin-top: 30px;
	}
	.other_option .staff_comment{
		margin-bottom: 20px;
	}
	.other_option .staff_comment .image{
		width: 48px;
	}
	.other_option .staff_comment .detail{
		border-radius: 10px;
		padding: 10px 15px;
		width: calc(100% - 60px);
	}
	.other_option .staff_comment .detail:after{
		background-size: 7px auto;
		top: 15px;
		left: -7px;
		height: 17px;
		width: 7px;
	}
	.other_option_list{
		margin-top: 20px;
	}
	.other_option_list > div{
		margin-top: 10px;
	}
	.other_option_list > div > dt{
		padding: 10px;
	}
	.other_option_list > div > dd .separate{
		font-size: 1.5rem;
		padding: 5px 15px;
	}
	.other_option_list > div > dd .desc{
		padding: 5px 15px;
	}
	#option_sec a.btn_normal{
		background-size: 7px auto;
		background-position: right 10px center;
		font-size: 1.5em;
		padding-right: 20px;
		padding-left: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) {
	.option_sec_inner{
		border-width: 4px;
		margin: 0 auto;
		padding: 50px 45px 30px;
		max-width: 1040px;
	}
	#option_sec h2{
		font-size: 3.6rem;
	}
	#option_sec .head_text{
		font-size: 2.2rem;
		margin: 50px 0 20px;
	}
	#option_sec .head_text + p{
		font-size: 1.6rem;
	}
	.option_sec_child_head{
		font-size: 2.2rem;
		padding: 10px;
		margin-top: 30px;
	}
	.option_sec_child_head:after{
		height: 17px;
		width: 17px;
		bottom: -8px;
	}
	.shadow_box{
		margin-top: 30px;
		margin-left: 55px;
		margin-right: 55px;
		padding: 20px 55px 40px;
	}
	
	#option_sec .item_option dt{
		font-size: 1.8rem;
		padding-bottom: 15px;
	}
	#option_sec a.btn_buy{
		background-position: right 7px center;
		background-size: 10px auto;
		font-size: 2.4rem;
		padding: 6px 25px 6px 10px;
	}
	#option_sec a.text_link{
		font-size: 1.6rem;
		padding-right: 13px;
		margin-top: 10px;
	}
	#option_sec .item_option dd{
		margin-top: 23px;
	}
	.helmet{
		margin-bottom: 20px;
	}
	.helmet + p{
		font-size: 1.6rem;
	}
	.helmet > .item_option{
		width: 340px;
	}
	.helmet > .image{
		width: 340px;
	}
	
	.choose_helmet h4{
		font-size: 2.8rem;
		margin-top: 35px;
	}
	
	#option_sec .toggle_box{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 20px;
		padding: 0 55px 0;
	}
	#option_sec .toggle_box_head{
		background-position: right 26px center;
		font-size: 2.2rem;
		margin-left: -55px;
		margin-right: -55px;
		padding: 15px 0;
	}
	#option_sec .toggle_box_contents{
		padding-bottom: 40px;
	}
	.option_item_list{
		margin-top: 10px;
	}
	.option_item_list > .item_option{
		padding: 10px;
		margin: 2.135% 2.135% 0 0;
		width: 31.91%;
	}
	.option_item_list > .item_option:nth-child(3n){
		margin-right: 0;
	}
	.option_item_list > .item_option .image{
		margin-bottom: 20px;
	}
	.other_option{
		border-radius: 10px;
		padding: 30px 20px;
		margin-top: 30px;
	}
	.other_option .staff_comment{
		margin-bottom: 30px;
	}
	.other_option .staff_comment .image{
		width: 96px;
	}
	.other_option .staff_comment .detail{
		border-radius: 10px;
		font-size: 1.6rem;
		padding: 15px 20px;
		width: calc(100% - 120px);
	}
	.other_option .staff_comment .detail:after{
		top: 36px;
		left: -14px;
		height: 34px;
		width: 14px;
	}
	.other_option_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.other_option_list > div{
		margin-top: 20px;
		width: 48.33%;
	}
	.other_option_list > div > dt{
		padding: 10px;
	}
	.other_option_list > div > dd .separate{
		font-size: 2.2rem;
		padding: 5px 15px;
	}
	.other_option_list > div > dd .separate span{
		font-size: 1.8rem;
	}
	.other_option_list > div > dd .desc{
		padding: 5px 15px;
	}
	#option_sec a.btn_normal{
		background-size: 10px auto;
		background-position: right 10px center;
		font-size: 2.2rem;
		padding-right: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 55.2%;
	}
}




/*-----------------------------------------------------  安全に乗るためのメンテナンス*/
#maintenance_sec{
	background-color: #003e81;
	color: #FFF;
}
#maintenance_sec h2{
	background: url("../images/bg_maintenance.png") center center no-repeat;
	background-size: contain;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
#maintenance_sec h2 + p{
	line-height: 1.8;
}
.maintenance_child_sec{
	border-style: solid;
	border-color: #FFF;
}
.maintenance_child_sec > h3{
	background-color: #FFF;
	color: #003e81;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.maintenance_item h4{
	font-weight: 700;
	line-height: 1.5;
}
.maintenance_item > div{
	line-height: 1.8;
}
.maintenance_item .caution_list > li{
	text-indent: -1em;
	padding-left: 1em;
}
.maintenance_item .caution_list > li:before{
	content: "※";
}
.maintenance_service h3{
	background-color: #dc0823;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
.maintenance_service h3:after{
	background-color: #dc0823;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
}
.maintenance_service h3 + p{
	font-weight: 700;
}
.maintenance_service h3 + p b{
	color: #ffff00;
}
.maintenance_service .inspection{
	background-color: #FFF;
	text-align: center;
}
.maintenance_service .inspection + a.btn_normal{
	background-color: #d8970a;
}
@media screen and (max-width: 768px) {
	#maintenance_sec{
		padding: 50px 0;
	}
	.maintenance_sec_inner{
		padding: 0 4.42%;
	}
	#maintenance_sec h2{
		font-size: 1.8rem;
		padding: 15px 0;
		margin: 0 auto;
		width: 75.42%;
	}
	#maintenance_sec h2 + p{
		font-size: 1.5rem;
		margin-top: 15px;
		margin-bottom: 45px;
	}
	.maintenance_child_sec{
		border-radius: 10px;
		border-width: 2px;
		margin-top: 30px;
	}
	.maintenance_child_sec > h3{
		font-size: 1.8rem;
		padding: 15px;
	}
	.maintenance_child_sec > h3 > span{
		font-size: 1.5rem;
	}
	.maintenance_child_contents{
		padding: 0 20px 35px;
	}
	.maintenance_child_contents > p{
		font-size: 1.6rem;
		margin-top: 30px;
	}
	.maintenance_item{
		margin-top: 20px;
	}
	.maintenance_item h4{
		font-size: 1.5rem;
		margin-top: 15px;
	}
	.maintenance_item > div{
		margin-top: 5px;
	}
	.maintenance_service h3{
		font-size: 1.8rem;
		padding: 10px;
		margin: 30px auto 0;
	}
	.maintenance_service h3:after{
		height: 15px;
		width: 15px;
		bottom: -7px;
	}
	.maintenance_service h3 + p{
		margin-top: 25px;
	}
	.maintenance_service .image{
		margin-top: 40px;
	}
	.maintenance_service .image + p{
		font-size: 1.5rem;
		text-align: center;
		margin-top: 30px;
	}
	.maintenance_service .inspection{
		border-radius: 15px;
		padding: 20px;
		margin-top: 20px;
	}
	.maintenance_service .inspection + a.btn_normal{
		background-size: 7px auto;
		background-position: right 10px center;
		font-size: 1.5rem;
		padding-right: 35px;
		margin-top: 25px;
	}
}
@media screen and (min-width: 769px) {
	#maintenance_sec{
		padding: 50px 0;
	}
	.maintenance_sec_inner{
		margin: 0 auto;
		max-width: 1040px;
	}
	#maintenance_sec h2{
		font-size: 3.6rem;
		padding: 65px 0;
		margin: 0 auto;
		width: 84.61%;
	}
	#maintenance_sec h2 + p{
		text-align: center;
		margin-top: 20px;
		margin-bottom: 45px;
	}
	.maintenance_child_sec{
		border-radius: 10px;
		border-width: 4px;
		margin-top: 30px;
	}
	.maintenance_child_sec > h3{
		font-size: 2.8rem;
		padding: 15px;
	}
	.maintenance_child_sec > h3 > span{
		font-size: 2.4rem;
	}
	.maintenance_child_contents{
		padding: 0 20px 35px;
	}
	.maintenance_child_contents > p{
		font-size: 1.6rem;
		margin-top: 30px;
	}
	.maintenance_item_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.maintenance_item{
		margin-top: 30px;
		width: 48.48%;
	}
	.maintenance_item h4{
		font-size: 2.2rem;
		margin-top: 15px;
	}
	.maintenance_item > div{
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.maintenance_service h3{
		font-size: 2.8rem;
		padding: 10px;
		margin: 45px auto 0;
		width: 57.69%;
	}
	.maintenance_service h3:after{
		height: 20px;
		width: 20px;
		bottom: -10px;
	}
	.maintenance_service h3 + p{
		text-align: center;
		margin-top: 35px;
	}
	.maintenance_service .image{
		margin-top: 40px;
	}
	.maintenance_service .image + p{
		font-size: 2.4rem;
		text-align: center;
		margin-top: 60px;
	}
	.maintenance_service .inspection{
		border-radius: 15px;
		padding: 20px;
		margin-top: 30px;
	}
	.maintenance_service .inspection + a.btn_normal{
		background-size: 10px auto;
		background-position: right 10px center;
		font-size: 2.2rem;
		padding-right: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 50%;
	}
}



/*-----------------------------------------------------  サイクルメイト*/
.cyclemate{
	background-color: #012061;
	color: #FFF;
}
.cyclemate_inner > p{
	line-height: 1.5;
}
.cyclemate_inner > p b{
	color: #dc0823;
	font-weight: 700;
}
.cyclemate_box dd > a{
	display: block;
}
a.btn_cyclemate{
	background-color: #FFF;
	background-image: url("../images/ic_arrow_btn3.png");
	background-repeat: no-repeat;
	color: #012061;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	transition: .2s;
}
a.btn_cyclemate:hover{
	opacity: .7;
}
@media screen and (max-width: 768px) {
	.cyclemate{
		padding: 30px 0;
	}
	.cyclemate_inner{
		padding: 0 4.42%;
	}
	.cyclemate_inner > p{
		font-size: 1.5rem;
		text-align: center;
	}
	.cyclemate_inner > p b{
		font-size: 1.8rem;
	}
	.cyclemate_box{
		margin: 20px auto 0;
	}
	a.btn_cyclemate{
		background-position: right 10px center;
		font-size: 1.7rem;
		padding: 15px;
		margin-top: 20px;
	}
	.cyclemate_box a.btn_normal{
		background-size: 7px auto;
		background-position: right 10px center;
		font-size: 1.5rem;
		padding-right: 35px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) {
	.cyclemate{
		padding: 50px 0;
	}
	.cyclemate_inner{
		margin: 0 auto;
		max-width: 1040px;
	}
	.cyclemate_inner > p{
		font-size: 2.4rem;
		text-align: center;
	}
	.cyclemate_inner > p b{
		font-size: 3.0rem;
	}
	.cyclemate_box{
		margin: 30px auto 0;
		max-width: 700px;
	}
	a.btn_cyclemate{
		background-position: right 20px center;
		font-size: 2.4rem;
		padding: 15px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		width: 74.28%;
	}
	.cyclemate_box a.btn_normal{
		background-size: 10px auto;
		background-position: right 10px center;
		font-size: 2.2rem;
		padding-right: 35px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		width: 74.28%;
	}
}



/*-----------------------------------------------------  関連コンテンツ*/
#related_content_sec{
	background-color: #e3e5e7;
}
#related_content_sec h2{
	color: #000000;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
#related_content_sec .banner_box h3{
	color: #ff1c3c;
	font-weight: 700;
}
#related_content_sec .swiper{
	overflow: hidden;
}
#related_content_sec .swiper-button-next,
#related_content_sec .swiper-button-prev{
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-color: #000;
	z-index: 2;
}
#related_content_sec .swiper-button-next:after,
#related_content_sec .swiper-button-prev:after{
	display: none;
}
#related_content_sec .swiper-button-next{
	background-image: url("../images/ic_next.png");
}
#related_content_sec .swiper-button-prev{
	background-image: url("../images/ic_prev.png");
}
#related_content_sec .swiper-pagination-bullet-active{
	background-color: #474747;
}
@media screen and (max-width: 768px) {
	#related_content_sec{
		padding: 25px 0;
	}
	.related_content_sec_inner{
		padding: 0 4.42%;
	}
	#related_content_sec h2{
		font-size: 1.8rem;
	}
	#related_content_sec .banner_wrap{
		margin-top: 30px;
	}
	#related_content_sec .banner_box{
		margin-top: 15px;
	}
	#related_content_sec .banner_box h3{
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	#related_content_sec .banner_box .banner{
		padding-bottom: 30px;
		position: relative;
	}
	#related_content_sec .swiper-button-next,
	#related_content_sec .swiper-button-prev{
		background-size: 10px auto;
		top: calc(50% - 10px);
		height: 30px;
		width: 30px;
	}
	#related_content_sec .swiper-button-prev{
		left: -15px;
	}
	#related_content_sec .swiper-button-next{
		right: -15px;
	}
	#related_content_sec .swiper-container-horizontal >.swiper-pagination-bullets,
	#related_content_sec .swiper-pagination-custom,
	#related_content_sec .swiper-pagination-fraction{
		bottom: 0;
	}
	#related_content_sec .swiper-pagination-bullet{
		height: 15px;
		width: 15px;
	}
}
@media screen and (min-width: 769px) {
	#related_content_sec{
		padding: 50px 0;
	}
	.related_content_sec_inner{
		margin: 0 auto;
		max-width: 1024px;
	}
	#related_content_sec h2{
		font-size: 2.8rem;
	}
	#related_content_sec .banner_wrap{
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
	}
	#related_content_sec .banner_box{
		width: 45.11%;
	}
	#related_content_sec .banner_box h3{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	#related_content_sec .banner_box .banner{
		padding-bottom: 50px;
		position: relative;
	}
	#related_content_sec .swiper-button-next,
	#related_content_sec .swiper-button-prev{
		background-size: 10px auto;
		top: calc(50% - 15px);
		height: 30px;
		width: 30px;
	}
	#related_content_sec .swiper-button-prev{
		left: -15px;
	}
	#related_content_sec .swiper-button-next{
		right: -15px;
	}
	#related_content_sec .swiper-container-horizontal >.swiper-pagination-bullets,
	#related_content_sec .swiper-pagination-custom,
	#related_content_sec .swiper-pagination-fraction{
		bottom: 0;
	}
	#related_content_sec .swiper-pagination-bullet{
		height: 20px;
		width: 20px;
	}
}





/*-----------------------------------------------------  共通*/

/*-----------------------  タイトル*/
.sec_head{
	color: #FFF;
	text-align: center;
	margin-bottom: 25px;
}
.sec_head > h2{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	transform: rotate(0.03deg);
	display: inline-block;
	position: relative;
}
.sec_head > h2:before,
.sec_head > h2:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
}
.sec_head > h2:before{
	background-color: #fc9e35;
	right: -5px;
	bottom: -5px;
	z-index: -1;
}
.sec_head > h2:after{
	border: 1px solid #000;
	left: 0;
	top: 0;
	z-index: 0;
}
.rule_head{
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.rule_head > span{
	display: inline-block;
	position: relative;
}
.rule_head > span:before,
.rule_head > span:after{
	background-color: #000;
	content: "";
	display: block;
}
.rule_head > span:before,
.rule_head > span:after{
	position: absolute;
	bottom: 0;
}
.rule_head > span:before{
	left: 0;
	transform: rotate(-30deg);
}
.rule_head > span:after{
	right: 0;
	transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
	.sec_head > h2{
		font-size: 2.0rem;
		line-height: 1.4;
		padding: 10px;
		width: 74.28%;
	}
	.sec_head > h2 > span{
		font-size: 1.7rem;
	}
	
	.rule_head{
		font-size: 1.8rem;
		margin-top: 30px;
	}
	.rule_head > span{
		padding: 0 20px;
		position: relative;
	}
	.rule_head > span:before,
	.rule_head > span:after{
		width: 2px;
		height: 20px;
	}
	.rule_head > span > b > span{
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 769px) {
	.sec_head > h2{
		font-size: 3.4rem;
		line-height: 1.4;
		padding: 25px 0;
		width: 327px;
	}
	.sec_head > h2 > span{
		font-size: 2.6rem;
	}
	
	.rule_head{
		font-size: 2.8rem;
		margin-top: 60px;
	}
	.rule_head > span{
		padding: 0 45px;
	}
	.rule_head > span:before,
	.rule_head > span:after{
		width: 4px;
		height: 40px;
	}
	.rule_head > span > b > span{
		font-size: 4.2rem;
	}
}



/*-----------------------  テーブル*/
.normal_table table {
  width: 100%;
}
.normal_table table th, .normal_table table td {
  border: 1px solid #666666;
  font-weight: 700;
  text-align: center;
}
.normal_table table th {
  background-color: #f0f0f0;
}
.normal_table table td {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
	.normal_table{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
		margin-top: 15px;
	}
  .normal_table table {
    font-size: 1.3rem;
  }
  .normal_table table th, .normal_table table td {
    padding: 10px;
  }
}
@media screen and (min-width: 769px) {
	.normal_table{
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
		margin-top: 40px;
	}
  .normal_table table {
    font-size: 1.6rem;
  }
  .normal_table table th, .normal_table table td {
    padding: 10px;
  }
}


/*-----------------------  リスト*/
.dot_list > li{
	font-weight: 700;
	line-height: 2;
	text-indent: -1.1em;
	padding-left: 1.1em;
}
.dot_list > li:before{
	content: "・";
}
.note_list dt{
	border-style: solid;
	border-color: #fd8d10;
	color: #fd8d10;
	font-weight: 700;
	line-height: 1;
	position: relative;
}
.note_list dt:before{
	background-color: #fd8d10;
	border-radius: 50%;
	content: "!";
	color: #FFF;
	display: inline-block;
	text-align: center;
	position: absolute;
}
@media screen and (max-width: 768px) {
	.note_list{
		margin-top: 30px;
	}
	.note_list dt{
		border-radius: 25px;
		border-width: 2px;
		font-size: 1.5rem;
		padding: 5px 5px 5px 35px;
	}
	.note_list dt:before{
		font-size: 2.0rem;
		line-height: 26px;
		width: 25px;
		left: -1px;
		top: -1px;
	}
	.note_list dd{
		margin-top: 15px;
	}
}
@media screen and (min-width: 769px) {
	.dot_list > li{
		margin-top: 15px;
	}
	.note_list{
		margin-top: 40px;
	}
	.note_list dt{
		border-radius: 25px;
		border-width: 4px;
		font-size: 2.6rem;
		padding: 10px 10px 10px 70px;
	}
	.note_list dt:before{
		font-size: 4.0rem;
		line-height: 50px;
		width: 50px;
		left: -2px;
		top: -2px;
	}
	.note_list dd{
		margin-top: 25px;
	}
}


/*-----------------------  開閉*/
.toggle_box_head{
	cursor: pointer;
}
.toggle_box_contents{
	display: none;
}
@media screen and (max-width: 768px) {
	.toggle_box_contents > *:first-child{
		margin-top: 15px;
	}
	
}
@media screen and (min-width: 769px) {
	.toggle_box_contents > *:first-child{
		margin-top: 35px;
	}
}


/*-----------------------  画像&テキストセット*/
@media screen and (max-width: 768px) {
	.image_text_set .image{
		text-align: center;
		margin-top: 20px;
	}
	.image_text_set .detail{
		margin-top: 15px;
	}
}
@media screen and (min-width: 769px) {
	.image_text_set{
		display: flex;
		justify-content: space-between;
		margin-top: 35px;
	}
	.image_text_set .image{
		width: 48.36%;
	}
	.image_text_set .detail{
		width: 47.82%;
	}
}




/*-----------------------  カラム*/
@media screen and (max-width: 768px) {
	.col2{
		margin-top: 15px;
	}
	.col2 > div > p{
		margin-top: 15px;
		margin-bottom: 25px;
	}
	.col2 figure{
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.col2{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}
	.col2 > div{
		width: calc(100% / 2 - 15px);
	}
	.col2 > div > p{
		margin-top: 20px;
	}
}


/*-----------------------  質問、回答*/
.question_list .item{
	display: flex;
}
.question_list .image figcaption{
	line-height: 1;
	text-align: center;
}
.question_list .image img{
	height: auto;
	width: 100%;
}
.question_list .detail{
	align-self: center;
}
.question_list .answer{
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	.question_list{
		margin-bottom: 30px;
	}
	.question_list .image{
		margin-right: 20px;
		width: 99px;
	}
	.question_list .image figcaption{
		font-size: 1.2rem;
		margin-top: 5px;
	}
	.question_list .detail{
		font-size: 1.2rem;
		line-height: 1.8;
		margin-top: -17px;
		width: calc(100% - 119px);
	}
}
@media screen and (min-width: 769px) {
	.question_list .image{
		margin-right: 30px;
		width: 126px;
	}
	.question_list .image figcaption{
		font-size: 1.6rem;
		margin-top: 10px;
	}
	.question_list .detail{
		font-size: 1.8rem;
		line-height: 1.8;
		margin-top: -26px;
		width: calc(100% - 156px);
	}
}


/*-----------------------  コメント*/
.comment{
	position: relative;
	z-index: 1;
}
.comment_title{
	background-color: #FFF;
	border-radius: 10px;
	border-color: #fd8d10;
	border-style: solid;
	color: #fd8d10;
	line-height: 1.5;
	text-align: center;
	position: relative;
}
.comment_title:before{
	background-color: #FFF;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #fd8d10;
	border-bottom-color: #fd8d10;
	border-style: solid;
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -17px;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	z-index: 0;
}
.comment_title > h3{
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 768px) {
	.comment{
		margin-top: 30px;
	}
	.comment_title{
		border-width: 2px;
		font-size: 1.5rem;
		margin: 0 auto 25px;
		padding: 10px 15px;
	}
	.comment_title:before{
		border-left-width: 2px;
		border-bottom-width: 2px;
		height: 20px;
		width: 20px;
		bottom: -12px;
	}
}
@media screen and (min-width: 769px) {
	.comment{
		margin: 60px auto 0;
		max-width: 920px;
	}
	.comment_title{
		border-width: 4px;
		font-size: 2.0rem;
		margin: 0 auto 30px;
		padding: 30px 15px;;
		max-width: 700px;
	}
	.comment_title:before{
		border-left-width: 4px;
		border-bottom-width: 4px;
		height: 26px;
		width: 26px;
	}
}



/*-----------------------  あさひコンテンツ*/
.asahi_contents{
	background-color: #FFF;
}
.asahi_contents h3{
	color: #2252ef;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.asahi_contents > section > h4{
	background-color: #eaf6fd;
	color: #2252ef;
	font-weight: 800;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.asahi_contents h3{
		font-size: 1.9rem;
	}
	.asahi_contents > section {
		margin-top: 30px;
	}
	.asahi_contents h3 + section {
		margin-top: 20px;
	}
	.asahi_contents > section > h4{
		border-bottom: 2px solid #2252ef;
		border-top: 2px solid #2252ef;
		font-size: 1.8rem;
		padding: 10px 0;
	}
	.asahi_contents .image_set{
		margin: 0 auto;
		max-width: 650px;
	}
	.asahi_contents .image_set .image{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
}
@media screen and (min-width: 769px) {
	.asahi_contents h3{
		font-size: 3.0rem;
	}
	.asahi_contents > section {
		margin-top: 50px;
	}
	.asahi_contents h3 + section {
		margin-top: 30px;
	}
	.asahi_contents > section > h4{
		border-bottom: 4px solid #2252ef;
		border-top: 4px solid #2252ef;
		font-size: 2.8rem;
		padding: 20px 0;
	}
	.asahi_contents .image_set{
		margin: 0 auto;
		max-width: 650px;
	}
	.asahi_contents .image_set .image{
		margin-top: 50px;
		margin-bottom: 30px;
	}
}




/*-----------------------  テキスト*/
.align_center{
	text-align: center;
}
@media screen and (max-width: 768px) {
	.align_center_sp{
		text-align: center;
	}
}
@media screen and (min-width: 769px) {
	.align_center_pc{
		text-align: center;
	}
}



/*-----------------------  ボタン*/
a.btn_normal{
	background-color: #0180b3;
	background-image: url("../images/ic_arrow_btn.png");
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	display: block;
	transition: .2s;
}
a.btn_normal:hover{
	opacity: .7;
}
@media screen and (max-width: 768px) {
	a.btn_normal{
		background-position: right 10px center;
		background-size: 7px auto;
		font-size: 1.5em;
		padding: 15px 40px 15px 15px;
		margin-top: 20px;
	}
}
@media screen and (min-width: 769px) {
	a.btn_normal{
		background-position: right 20px center;
		font-size: 3.0rem;
		padding: 15px 40px 15px 15px;
		margin-top: 40px;
	}
}





/*----------------------------------------------------- フッター */
#pageTop {
    position: fixed;
    bottom: 30px;
    right: 0;
    cursor: pointer;
	z-index: 10;
}
.pageTopBtn a {
    opacity: 1;
    transition: all .5s;
}
.pageTopBtn a:hover {
    opacity: .7;
}
#footer {
	overflow: hidden;
}

/* SP */
@media only screen and (max-width: 768px) {
    #pageTop {
        width: 40px;
    }
}

/* PC */
@media print,screen and (min-width:769px) {
    #pageTop {
        width: 80px;
    }
}




/* fancybox
--------------------------------------------*/
.fancybox-button svg {
    display: none;
}
.fancybox-lock {
    overflow: auto !important;
    width: auto;
}
.fancybox-content {
    overflow-x: hidden;
}
.explan {
	display: none
}
.explan *+p {
	margin: 1em 0;
}
.explan h2 {
    font-weight: bold;
	margin-top: 1rem;
}
.explan h2+p {
	margin-top: .5rem
}
.explan.active {
	display: block;
	z-index: 101
}
.explan img {
	margin: 0 auto
}
.closebt {
	display: block;
	position: absolute;
	z-index: 3;
	font-size: 1.625rem;
	font-weight: 900;
	cursor: pointer
}
.maininner {
}
.maininner .imgCenter {
	margin-top: 15px;
	margin-bottom: 30px
}
.imgCenter {
	display: block;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center
}
.fancybox-content a {
    color: #3caafa;
}

/* SP */
@media only screen and (max-width: 768px) {
    .explan {
		width: 90%;
		max-height: 80vh;
		padding: 50px 0px 20px;
	}
    .closebt {
		width: 28px;
		height: 28px;
		top: 10px;
		right: 10px
	}
    .maininner {
		padding: 0 20px 1rem;
	}
    .explan h2 {
        font-size: 1.6rem;
    }
}

/* PC */
@media print,screen and (min-width:769px) {
    .explan {
		max-width: 60%;
		height: auto;
		max-height: 80%;
		padding: 80px 0px 40px
	}
    .closebt {
		width: 56px;
		height: 56px;
		top: 10px;
		right: 10px
	}
    .maininner {
		padding: 0 40px 1rem
	}
    .explan h2 {
        font-size: 2rem;
    }
}