/**********
 style-XXX.css
**********/

h2#title{
	background:#00a2d5 url(../first/img/h2Bg.jpg) no-repeat center center;
	background-size:cover;
}


a.commonBtn_first{
	display:block;
	text-align:center;
	text-decoration:none;
	color: #fff;
	width: 300px;
	font-size: 1.62rem;
	font-weight: 500;
	background: #0C7BCF;
	margin-top: 25px;
	border-radius: 12px;
}

@media only screen and (max-width: 768px) {
	a.commonBtn_first{
		width:100%;
		max-width: 360px;
		margin:20px auto 35px auto;
	}
}

a.commonBtn_first:hover,
a.commonBtn_first:active{
	background: #0071B9;
}

a.commonBtn_first span{
	display:block;
	padding:12px 14px;
	position:relative;
	text-align:left;
	margin: 0;
}

a.commonBtn_first span:after{
	content:url(../img/moreLink_arrow_on.png);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -10px;
}

@media only screen and (max-width: 768px) {
	a.commonBtn_first{
		display:block;
		padding: 0;
		margin: 30px auto;
	}
	a.commonBtn_first span{
		margin-top: -15px;
	}
}

a.commonBtn_first p span{
	color: #ffe000;
	font-size: 1.06em;
}

/**********
 pageNavi
**********/

#pageNavi{
	padding-bottom:70px;
}


#pageNavi a{
	background-position: 0 0;
	background-size: 200% auto;
	transition: 0.5s;
	display:block;
	text-align:center;
	text-decoration:none;
	color: #fff;
	width:30%;
	max-width:480px;
	margin-bottom:15px;
}


#pageNavi a:nth-child(even){
	background-image: linear-gradient(to right, rgba(0,150,185,1) 50%, rgba(0,122,135,1) 50%);
}

#pageNavi a:nth-child(odd){
	background-image: linear-gradient(to right, rgba(50,162,140,1) 50%, rgba(5,127,104,1) 50%);
}


#pageNavi:after {
	display: block;
	content:"";
	width:30%;
	max-width:480px;
}

#pageNavi_mb{
	display:none;
}

@media only screen and (max-width: 768px) {
	#contentsWrap{
		padding-top:0;
	}
	#pageNavi{
		display:none;
	}
	
	#pageNavi_mb{
		width:100%;
		display:block;
	}
	
	.menu_item {
		background: #fff;
		color: #fff;
		cursor: pointer;
		display: block;
		margin-bottom: 1px;
		border-top:1px solid #222;
		border-bottom:1px solid #222;
		font-size:17px;
	}
	.menu_item_link {
		display: block;
		line-height: 60px;
		padding: 0 1rem;
		position: relative;
	}
	.menu_item_link:after {
		content: '\f077';
		font-family:'Font Awesome 5 Free';
		display: block;
		font-weight:900;
		line-height: 60px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 60px;
	}
	
	
	a.menu_item_link{
		text-decoration:none;
		color:#000!important;
	}
	.menu_item a:hover,
	.menu_item a:active{
		text-decoration:none;
	}
	
	.menu_item_link.on:after {
		content: '\f078';
	}
	 
	.submenu {
		background: #fff;
		border-top:1px solid #282828;
		display:none;
	}
	
	.submenu_item {
		width:100%;
	}
	
	.submenu_item:last-of-type{
		border-bottom:none;
	}
	
	.submenu_item a{
		padding:15px 0 15px 15px;
		display:block;
		position: relative;
		font-size:16px;
		background:#e0f3f9;
	}
	
	.submenu_item a:after{
		content: ">";
		font-family:'Font Awesome 5 Free';
		font-weight:900;
		right:15px;
		top:30%;
		position:absolute;
		color:#00a2d5;
	}
	
	.submenu a{
		text-decoration:none;
		color:#000;
	}
	.submenu a:hover,
	.submenu a:active{
		text-decoration:none;
		background:#00a2d5;
		color:#fff;
	}
	.submenu a:hover:after,
	.submenu a:active:after{
		color:#fff;
	}
}


/**********
 topComment
**********/
#topComment{
    max-width: 860px;
    margin: 0 auto;
}
#topComment h4{
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #topComment h4{
        text-align: left;
    }

}


/**********
 ourshop
**********/
#ourshop{
	padding: 60px 0 0 0;}

#ourshop h3{
	background: linear-gradient(180deg, #fff 0%, #fff 30%, #0c7bcf 30%, #0c7bcf 100%);
	position: relative;
	margin-bottom: 80px;
	padding-top: 18px;
}

#ourshop h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0c7bcf;
}

#ourshop h3 p{
	color: #fff;
	font-size: 2.6rem;
	padding: 18px;
}

@media only screen and (max-width: 768px) {
	#ourshop h3 p{
		font-size: 2.3rem;
	}
}

#ourshop .midashi{
	font-size: 2.8rem;
	font-weight: 500;
}

#ourshop .midashi span{
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFEA3A 70%);
}

#ourshop img{
	max-width: 375px;
	margin: 0 0 0 auto;
}

#ourshop p:last-of-type{
	padding-top: 30px;
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
	#ourshop{
		padding-bottom: 0;
	}
	#ourshop .midashi{
		font-size: 2.2rem;
	}
	#ourshop img{
		margin: 35px auto 0;
		max-width: 300px;
	}
}


/**********
 firstPoint_list
**********/
.firstPoint_list{}

.firstPoint_list h3{
	background: linear-gradient(180deg, #fff 0%, #fff 30%, #0c7bcf 30%, #0c7bcf 100%);
	position: relative;
	margin-bottom: 80px;
}

.firstPoint_list h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0c7bcf;
}

.firstPoint_list h3 img{
	width: 100%;
	max-width: 760px;
	margin: 0 auto 10px;
}

@media only screen and (max-width: 768px) {
	.firstPoint_list h3 img{
		width: 90%;
	}

}


/** nlinePoint_listBlk **/
.firstPoint_list .firstPoint_listBlk{
	width: 100%;
	padding: 40px 0;
	margin: 30px 0;
}

.firstPoint_list .firstPoint_listBlk:last-of-type{
	margin-bottom: 0;
	padding-bottom: 70px
}

.firstPoint_list .firstPoint_listBlk:nth-child(odd){
	background: #E0F3F9;
}

.firstPoint_list .contentInner h4{
	padding-bottom: 25px;
	font-weight: 600;
	font-size: 38px;
	line-height: 1.5;
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 5px 0;
	padding-left: 116px;
	color: #1b1464;
}

/** firstPoint_listBlk **/
.firstPoint_listBlk{}

.firstPoint_list .firstPoint_listBlk:nth-of-type(1) h4{
	background: url("../first/img/firstPoint_list_num01.png");
	background-size: 104px;
	background-repeat: no-repeat;
}
.firstPoint_list .firstPoint_listBlk:nth-of-type(2) h4{
	background: url("../first/img/firstPoint_list_num02.png");
	background-size: 104px;
	background-repeat: no-repeat;
}
.firstPoint_list .firstPoint_listBlk:nth-of-type(3) h4{
	background: url("../first/img/firstPoint_list_num03.png");
	background-size: 104px;
	background-repeat: no-repeat;
}

.firstPoint_list .firstPoint_listBlk:nth-of-type(4) h4{
	background: url("../first/img/firstPoint_list_num04.png");
	background-size: 104px;
	background-repeat: no-repeat;
}

.firstPoint_list .firstPoint_listBlk:nth-of-type(5) h4{
	background: url("../first/img/firstPoint_list_num05.png");
	background-size: 104px;
	background-repeat: no-repeat;
}

.firstPoint_list .contentInner div,
.firstPoint_list .contentInner p{
	max-width: 600px;
	font-size: 18px;
}

.firstPoint_list .contentInner div ul li:before{
	color: #0071B9;
	margin-top: -0.2rem;
	line-height: 1.6;
}

	
#firstPoint .firstPoint_listBlk:nth-of-type(1) .contentInner{
	background:url("../first/img/infoImg_01.png") top right no-repeat;
	background-size: 320px;
} 
#firstPoint .firstPoint_listBlk:nth-of-type(2) .contentInner{
	background:url("../first/img/infoImg_02.png") top right no-repeat;
	background-size: 320px;
} 
#firstPoint .firstPoint_listBlk:nth-of-type(3) .contentInner{
	background:url("../first/img/infoImg_03.png") top right no-repeat;
	background-size: 320px;
}
#firstPoint .firstPoint_listBlk:nth-of-type(4) .contentInner{
	background:url("../first/img/infoImg_04.png") top right no-repeat;
	background-size: 320px;
} 
#firstPoint .firstPoint_listBlk:nth-of-type(5) .contentInner{
	background:url("../first/img/infoImg_05.png") top right no-repeat;
	background-size: 320px;
}


@media only screen and (max-width: 768px) {
	.firstPoint_list .contentInner{
		padding-bottom: 200px;
	}
	
	.firstPoint_list .firstPoint_listBlk:nth-of-type(1) h4,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(2) h4,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(3) h4,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(4) h4,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(5) h4{
		font-size: 2.4rem;
		background-size: 70px;
		padding: 0;
		margin: 0 auto;
	}
	.firstPoint_list .firstPoint_listBlk:nth-of-type(1) h4 span,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(2) h4 span,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(3) h4 span,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(4) h4 span,
	.firstPoint_list .firstPoint_listBlk:nth-of-type(5) h4 span{
		display: block;
		padding-left: 80px;
	}
	
	#firstPoint .firstPoint_listBlk:nth-of-type(1) .contentInner{
		background:url("../first/img/infoImg_01.png") center bottom no-repeat;
		background-size: 300px;
	} 
	#firstPoint .firstPoint_listBlk:nth-of-type(2) .contentInner{
		background:url("../first/img/infoImg_02.png") center bottom no-repeat;
		background-size: 300px;
	} 
	#firstPoint .firstPoint_listBlk:nth-of-type(3) .contentInner{
		background:url("../first/img/infoImg_03.png") center bottom no-repeat;
		background-size: 300px;
	}
	#firstPoint .firstPoint_listBlk:nth-of-type(4) .contentInner{
		background:url("../first/img/infoImg_04.png") center bottom no-repeat;
		background-size: 300px;
	} 
	#firstPoint .firstPoint_listBlk:nth-of-type(5) .contentInner{
		background:url("../first/img/infoImg_05.png") center bottom no-repeat;
		background-size: 300px;
	}
	
	.firstPoint_list .firstPoint_listBlk:nth-of-type(4) h4{
		padding: 15px 0 20px;
	}
	
	.firstPoint_list .contentInner div,
	.firstPoint_list .contentInner p{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding-top: 25px;
	}

}





/**********
 use
**********/
#use{
	padding-bottom: 50px;
}

#use h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	background: #0C7BCF;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#use h3{
		margin-bottom: 50px;
	}
}


#use h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0C7BCF;
}

#use h3 p{
	display: block;
	width: 90%;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#use h3 p{
		font-size: 2.3rem;
	}
}


#use .chartWrap > h4{
	font-size: 2.2rem;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	margin-bottom: 45px;
}

#use .chartWrap > h4 span{
	color: #0C7BCF;
	display: block;
}


/** usePoint **/
#use .usePoint{
	border: 2px solid #0C7BCF;
	border-radius: 12px;
	max-width: 960px;
	margin: 0 auto 30px;
}

#use .usePoint .flexWrap{
	padding: 30px;
}

#use .usePoint .flexWrap div:first-of-type{
	width: 72%;
	text-align: left;
}

#usea .usePoint .flexWrap div:first-of-type .midashi{
	font-size:2.3rem;
	font-weight: 600;
	color: #0C7BCF;
	padding-bottom: 15px;
}

#use .usePoint .flexWrap div:last-of-type{
	width: 20%;
}

#use .usePoint .flexWrap div:last-of-type img{
	width: 100%;
	max-width: 180px;
	margin: 0 0 0 auto;
}


@media only screen and (max-width: 768px) {
	#use .usePoint{
		width: 90%;
		margin: 0 auto 30px;
	}
	#use .usePoint .flexWrap div:first-of-type{
		width: 100%;
		padding-bottom: 15px;
	}
	#use .usePoint .flexWrap div:last-of-type{
		width: 100%;
		text-align: center;
	}
	#use .usePoint .flexWrap div:last-of-type img{
		margin: 0 auto;
		display: block;
	}
	#use .usePoint .flexWrap div:first-of-type .midashi{
		font-size:2rem;
	}

}


/**********
 first_tokuten
**********/
#first_tokuten{
	padding-bottom: 60px;
}

#first_tokuten h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	background: #0C7BCF;
	color: #fff;
	margin-bottom: 80px;
}

#first_tokuten h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0C7BCF;
}

#first_tokuten h3 p{
	display: block;
	width: 90%;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#first_tokuten h3 p{
		font-size: 2.3rem;
	}
}

#first_tokuten h3  span{
	color: #FFE000;
}


#first_tokuten h4{
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 50px;
}

#first_tokuten h4 span{
	color: #0C7BCF;
	display: block;
}

@media only screen and (max-width: 768px) {
	
	#first_tokuten h4{
		text-align: left;
		font-size: 1.9rem;
	}

}


#first_tokuten .flexWrap{
	max-width: 960px;
	margin: 0 auto;
}

#first_tokuten .flexWrap > div{
	width: 47%;
	border: 2px solid #0C7BCF;
	border-radius: 12px;
	text-align: center;
	margin-bottom: 35px;
}

#first_tokuten .flexWrap div > div{
	padding:30px;
}

#first_tokuten .flexWrap div > div img{
	margin-bottom: 25px;
}


#first_tokuten .flexWrap div > div p{
	padding-bottom: 10px;
	font-size: 1.7rem;
}

#first_tokuten .flexWrap div > div p.midashi{
	font-size: 2.6rem;
	font-weight: 600;
	margin-bottom: 5px;
}

#first_tokuten .flexWrap div > div p.notes{
	font-size: 1.46rem;
	color:#575757;
	padding-top: 7px;
	padding-bottom: 0;
	text-align: left;
}

@media only screen and (max-width: 768px) {
	#first_tokuten .flexWrap div > div p{
		text-align: left;
	}
	#first_tokuten .flexWrap div > div p.midashi{
		text-align: center;
		font-size: 2.2rem;
	}
}

#first_tokuten .flexWrap div > div p.notes span{
	color: #EE5A24;
}

#first_tokuten .flexWrap div > div p:last-of-type{
	padding-bottom: 0;
}


#first_tokuten .flexWrap div > div p.midashi span{
	background: linear-gradient(transparent 70%, #FFE000 70%);
}


#first_tokuten .flexWrap div > div a{
	display:block;
	width: 70%;
	max-width: 360px;
	color: #fff;
	text-decoration: none;
	background: #0C7BCF;
	border-radius: 12px;
	margin: 16px auto 0;
}

#first_tokuten .flexWrap div > div a span{
	padding: 7px;
	display: block;
}

@media only screen and (max-width: 768px) {
	#first_tokuten .flexWrap > div{
		width: 100%;
		margin-bottom: 35px;
	}
	
	#first_tokuten .flexWrap > div:last-of-type{
		margin-bottom: 0;
	}
}


#first_tokuten .flexWrap > div#tokuten_w{
	width: 100%;
}

#first_tokuten .flexWrap > div#tokuten_w .flexWrap{
	padding-bottom: 0;
	margin-bottom: 0;
}

#first_tokuten .flexWrap > div#tokuten_w .flexWrap div{
	border: none;
	text-align: left;
	padding: 0;
}

#first_tokuten .flexWrap > div#tokuten_w .flexWrap div:first-child{
	width: 66%;
}

#first_tokuten .flexWrap > div#tokuten_w .flexWrap div:last-child{
	width: 20%;
	text-align: right;
}

#first_tokuten .flexWrap > div#tokuten_w .flexWrap div:last-child img{
	margin: 0 20px 0 auto;
}


#first_tokuten .flexWrap > div#tokuten_w a{
	display:block;
	width: 70%;
	max-width: 360px;
	color: #fff;
	text-decoration: none;
	background: #0C7BCF;
	border-radius: 12px;
	margin: 0 auto 30px;
}

#first_tokuten .flexWrap > div#tokuten_w a span{
	padding: 7px;
	display: block;
}


@media only screen and (max-width: 768px) {
	#first_tokuten .flexWrap > div#tokuten_w .flexWrap div:first-child{
		width: 100%;
		order: 2;
	}
	#first_tokuten .flexWrap > div#tokuten_w .flexWrap div:last-child{
		width: 100%;
		text-align: center;
		padding-bottom: 20px;
		order: 1;
	}
	#first_tokuten .flexWrap > div#tokuten_w .flexWrap div:last-child img{
		margin: 0 auto;
	}
	
}




/**********
 kensa
**********/
#kensa{
	padding-bottom: 50px;
}

#kensa h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	background: #0C7BCF;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	#kensa h3{
		margin-bottom: 50px;
	}
}

#kensa h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0C7BCF;
}

#kensa h3 p{
	display: block;
	width: 90%;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#kensa h3 p{
		font-size: 2.3rem;
	}
}


#kensa .chartWrap > h4{
	font-size: 2rem;
	border-bottom: 1px solid #999;
	padding-bottom: 35px;
	max-width: 90%;
	margin: 0 auto 45px;
}

#kensa .chartWrap > h4 span{
	color: #0C7BCF;
	display: block;
}




/**********
 chartWrap
**********/
 
.chartWrap{
	padding-top:90px;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding-bottom:100px;
}

.chartWrap h3{
	display:block;
	width:100%;
}

.chartWrap h4{
	display:block;
	width:100%;
	padding-bottom:50px;
	font-size:1.1em;
	text-align:center;
	font-weight:normal;
}


.chartWrap .chartInner{
	width:31.8%;
	text-align:center;
}

.chartWrap .chartInner img{
	margin:0 auto;
	width:100%;
	max-width: 233px;
}


.chartWrap .chartInner p{
	display:block;
	width:86%;
	margin:0 auto;
	text-align:left;
	padding-top:20px;
	line-height:1.6;
	color: #0071B9;
}

.chartWrap .chartInner p.midashi{
	font-size: 1.26em;
	font-weight: 500;
	padding: 0 0 7px 0;
	margin-top: 15px;
	color: #282828;
	text-align: center;
}

.chartWrap .chartInner p.notes{
	font-size: 1.5rem;
	padding-top: 10px;
	color: #474747;
}


@media only screen and (max-width: 768px) {
	.chartWrap{
		width:90%;
        padding-top: 20px;
	}
	.chartWrap h4{
		text-align:left;
	}
	.chartWrap .chartInner{
		width:100%;
		margin:0 auto 25px auto;
	}
	
	.chartWrap .chartInner img{
		max-width:320px;
		max-width: 233px;
	}
	.chartWrap .chartInner p{
		max-width:90%;
	}
}





/**********
 kensa
**********/
#kenshin{
	border: 2px solid #EE5A24;
	border-radius: 16px 16px 0 0;
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
}

#kenshin h3{
	width: 100%;
	padding: 15px 0;
	position: relative;
	background: #EE5A24;
	color: #fff;
	border-radius: 16px 16px 0 0;
	text-align: center;
	margin-bottom: 60px;
}

#kenshin h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #EE5A24;
}


#kenshin h3 p{
	display: block;
	width: 90%;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#kenshin h3 p{
		font-size: 2.3rem;
	}
}


#kenshin .contentBlk{
	width: 90%;
	max-width: 980px;
}

#kenshin .contentBlk h4{
    padding-bottom: 40px;
    text-align: center;
    width: 80%;
    display: block;
    margin: 0 auto;
	font-weight: 500;
	font-size: 3rem;
}

#kenshin .contentBlk h4 span{
	background:  linear-gradient(transparent 70%, #FFE000 70%);
}

@media only screen and (max-width: 768px) {
	#kenshin{
		width: 100%;
		border: none;
		border-radius: 0;
	}
	#kenshin h3{
		border-radius: 0;
	}
	#kenshin .contentBlk h4{
		font-size: 2.2rem;
		width: 100%;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	
	#kenshin .contentBlk h4 span{
		text-align: center;
	}

}



#kenshin .contentBlk .topCOm{
	font-weight: 500;
	font-size: 1.6rem;
}


#kenshin .contentBlk #merit{
    padding-top: 25px;
}

#kenshin .contentBlk #merit #meritInner{
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    max-width: 978px;
    margin: 15px auto;
    padding-bottom: 20px
    
}
#kenshin .contentBlk #merit #meritInner img{
    width: 29%;
    max-width: 274px;
}

@media only screen and (max-width: 768px) {
	
    #kenshin .contentBlk h4{
        text-align: left;
    }
    #kenshin .contentBlk #merit #meritInner{
        flex: none;
        text-align: center;
    }
    #kenshin .contentBlk #merit #meritInner img{
        margin: 0 auto;
        margin-bottom: 25px;
		width: 100%;
		max-width: 280px;
    }
    
}

/** trouble **/
#kenshin .contentBlk #trouble{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
    background: #fff;
    border: 1px solid #808080;
    max-width: 978px;
    margin: 40px auto 30px auto;
}
#kenshin .contentBlk #trouble > div{
    padding: 25px;
}

#kenshin .contentBlk #trouble h5{
    font-size: 1.5em;
    padding-bottom: 35px;
    color: #ee5a24;
}

#kenshin .contentBlk #trouble .conBF_img{
	width:34%;
}

#kenshin .contentBlk #trouble .conBF_txt{
	width:61%;
}

@media only screen and (max-width: 768px) {
    #kenshin .contentBlk #trouble{
        width: 100%;
    }
	
	#kenshin .contentBlk #trouble > div{
		padding: 15px;
	}
	
    #kenshin .contentBlk #trouble h5{
        font-size: 1.26em;
    }

    #kenshin .contentBlk #trouble .conBF_img{
	    width:100%;
    }
	
	#kenshin .contentBlk #trouble .conBF_img img{
	    width:80%;
    }
	

    #kenshin .contentBlk #trouble .conBF_txt{
        width:100%;
    }
}

#kenshin .contentBlk #trouble #troubleTxt{
    text-align: center;
    padding-top: 15px;
}

#kenshin .contentBlk #trouble #troubleTxt .midashi{
    font-size: 1.3em;
    font-display: block;
    padding-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    #kenshin .contentBlk #trouble #troubleTxt{
        padding-top: 0;
    }

    #kenshin .contentBlk #trouble #troubleTxt .midashi{
        font-size: 1.2em;
    }
}


#kenshin .contentBlk #trouble #troubleTxt > div{
    padding-top: 20px;
    color: #ee5a24;
}

#kenshin .contentBlk #trouble #troubleTxt > div span{
    color: #000;
}

#kenshin .contentBlk #trouble #troubleTxt > div a{
	transition: 0.3s;
	display:block;
	text-align:center;
	text-decoration:none;
	width:100%;
	max-width:360px;
	border:1px solid #ee5a24;
	color:#ee5a24;
	margin:20px auto;
	background:#fff;
	font-size:17px;
}

#kenshin .contentBlk #trouble #troubleTxt > div a:hover{
	background:#ee5a24;
	color:#fff;
}

#kenshin .contentBlk #trouble #troubleTxt > div a p{
	display:block;
	padding:10px;
	position:relative;
	text-align:center;
}

@media only screen and (max-width: 768px) {
    #kenshin .contentBlk #trouble #troubleTxt > div{
        padding-top: 20px;
    }
    
    #kenshin .contentBlk #trouble #troubleTxt > div a{
        margin: 12px auto;
    }

}





/**********
 point
**********/

#point{
	margin:0 0 30px;
	padding-bottom: 50px;
}

#point h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	margin-bottom: 80px;
	background: #0C7BCF;
	color: #fff;
}

#point h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0C7BCF;
}

#point h3 p{
	display: block;
	width: 90%;
	font-size: 2.2rem;;
	font-weight: bold;
	margin: 0 auto;
}

#point h3 p span{
	color:#FFE000;
}

@media only screen and (max-width: 768px) {
	#point h3{
		margin-bottom: 30px;
	}
	#point h3 p{
		font-size: 2rem;
	}
	
	#point .contentInner{
		width: 94%;
	}
}

#point #pointTop{
	max-width: 960px;
	padding-bottom: 50px;
}


#point #pointTop .conBF_txt{
	width: 56%;
}

#point #pointTop .conBF_img{
	width: 40%;
}

#point #pointTop .midashi{
	font-size: 2.6rem;
	font-weight: 500;
}

#point #pointTop .midashi span{
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFEA3A 70%);
	font-size: 4rem;
}

#point #pointTop img{
	max-width: 320px;
	margin: 0 0 0 auto;
}


#point #pointTop p:last-of-type{
	padding-top: 30px;
	line-height: 1.7;
}

#point #pointTop #poinTopCom{
	order:3;
	padding-top: 25px;
	width: 100%;
}

#point #pointTop #poinTopCom p{
	padding: 0;
}

#point #pointTop #poinTopCom p:first-of-type{
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: 4px;
	color: #0C7BCF;
}

#point #pointTop #poinTopCom .notes{
	padding-top: 25px;
	font-size: 1.5rem;
}


@media only screen and (max-width: 768px) {
	#point{
		padding-bottom: 0;
	}
	
	#point #pointTop .conBF_txt{
		width: 100%;
		padding-bottom: 0;
	}

	#point #pointTop .conBF_img{
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}
	
	#point #pointTop .conBF_img img{
		max-width: 270px;
		margin: 30px auto 0;
	}
	
	#point #pointTop .midashi{
		font-size: 2rem;
	}
	#point #pointTop .midashi span{
		font-size: 2.2rem;
	}
}




#ourshop .midashi{
	font-size: 2.8rem;
	font-weight: 500;
}

#ourshop .midashi span{
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFEA3A 70%);
}

#ourshop img{
	max-width: 375px;
	margin: 0 0 0 auto;
}

#ourshop p:last-of-type{
	padding-top: 30px;
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
	#ourshop{
		padding-bottom: 0;
	}
	#ourshop .midashi{
		font-size: 2.2rem;
	}
	#ourshop img{
		margin: 35px auto 0;
		max-width: 300px;
	}
}





#point .contentBlk{
	max-width: 960px;
	padding-bottom: 60px;
}

#point .contentBlk:last-of-type{
	padding-bottom: 0;
}

#point .contentBlk h4{
	display: block;
	background: #D2EDF9;
	margin-bottom: 15px;
}

#point .contentBlk h4 p{
	padding: 8px 7px;
	font-size: 2rem;
	color: #000;
	font-weight: 500;
	text-align: center;
}

#point .contentBlk .flexWrap{
	margin-top: 40px;
}


#point .contentBlk .flexWrap > div:first-of-type{
	width: 60%;
	max-width: 600px;
}

#point .contentBlk .flexWrap > div:first-of-type h5{
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.56;
	font-feature-settings: "palt";
}

#point .contentBlk .flexWrap > div:first-of-type h5 span{
	color: #EE5A24;
}

#point .contentBlk .flexWrap > div:first-of-type >div{
	padding-top: 15px;
	font-size: 1.1em;
	line-height: 1.6;
}

#point .contentBlk .flexWrap > div:first-of-type >div.pointNotes{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px dotted #000;
	font-size: 1.4rem;
}


#point .contentBlk .flexWrap > div:last-of-type{
	width: 32%;
	max-width: 320px;
}

#point .contentBlk .flexWrap > div:last-of-type img{
	width: 100%;
	max-width: 320px;
	margin: 0 0 0 auto;
}


@media only screen and (max-width: 768px) {
	
	#point .contentBlk .flexWrap > div:first-of-type{
		width: 100%;
		max-width: 600px;
	}
	
	#point .contentBlk .flexWrap > div:first-of-type h5{
		font-size: 2.6rem;
		font-weight: 500;
	}

	#point .contentBlk .flexWrap > div:last-of-type{
		width: 100%;
		max-width: 600px;
		text-align: center;
		padding-top: 30px;
	}
	#point .contentBlk .flexWrap > div:last-of-type img{
		margin: 0 auto;
	}

}

#point #pointFaq{}

#point #pointFaq img{
	width: 48%;
	max-width: 464px;
}

@media only screen and (max-width: 768px) {
	#point #pointFaq img{
		width: 100%;
		margin: 0 auto 20px;
	}
	#point #pointFaq img:last-of-type{
		margin-bottom: 0;
	}
}


/**********
 faq
**********/
#faq{
	padding-top:90px;
	padding:65px 0 35px 0;
	margin-top:5px;
}


@media only screen and (max-width: 768px) {
	#faq{
		padding-top:10px;
	}
}

.qa-list dl {
    position: relative;
    margin: 0;
    cursor: pointer;
    padding-top: 35px;
}
.qa-list dl:first-child {
    padding-top: 0;
}


.qa-list dl dt {
    background: #00a2d5;
    border-radius: 8px;
    margin: 0;
}
.qa-list dl dt p{
	padding: 8px 5px 8px 55px;
    position: relative;
    font-size: 2rem;
    color: #fff;
    font-weight: 500;
}
.qa-list dl dt p::before{
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 12px;
    left: 10px;
    display: block;
    content: 'Q.';
    color: #fff;
}

.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 10px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #D85B52;
}
.qa-list dl dd {
    position: relative;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 60px;;
    color: #D85B52;
    font-weight: bold;
    font-size: 1.1em;

}
.qa-list dl dd p {
    padding: 20px 0 0;
    color: #000;
    font-weight: normal;
    font-size: 1.6rem;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}



@media screen and (max-width: 767px) {
    .qa-list dl {
		width: auto;
        position: relative;
        padding: 15px 0 5px 10px;
    }
    .qa-list dl::before {
        top: 20px;
        right: 20px;
        width: 7px;
        height: 7px;
    }
    .qa-list dl dt p {
        padding: 5px 5px 5px 40px;
		font-size: 1.8rem;
    }
    .qa-list dl dt p::before {
        font-size: 1.6rem;
        top: 12px;
        left: 10px;
        content: 'Q.';
    }
    .qa-list dl dd::before {
        font-size: 14px;
        top: 5px;
        left: 5px;
        content: 'A.';
    }
    .qa-list dl dd {
        margin: 10px 0 0;
        padding: 0 0 0 30px;
    }
    .qa-list dl dd p {
        margin: 10px 0 0;
    }
    .qa-list dl dd p:first-child{
        margin-top: 0;
    }
}



#faq ul {
    padding: 10px 0 20px;
}
#faq ul li{
    margin-bottom: 20px;
    padding-left: 60px;
}
#faq ul li.qus {
    font-weight: bold;
	font-size:1.1em;
	line-height:1.5;
}
#faq ul li.qus::before ,
#faq ul li.ans::before {
    border-radius: 4px;
    display: inline-block;
    font-size: 22px;
	font-weight: bold;
    line-height: 32px;
    margin: 0 16px 0 -55px;
    text-align: center;
    border-radius: 18px;
    padding: 1px 9px 2px;
    font-weight: bold;
}
#faq ul li.qus::before {
    background-color: #00a2d5;
	color: #fff;
    content: "Q";
}
#faq ul li.ans::before {
    background-color: #fff;
	border:1px solid #00a2d5;
	color: #00a2d5;
    content: "A";
}

#faq ul li.ans{
	padding-bottom:35px;
	margin-bottom:35px;
	border-bottom:1px solid #000;
    font-weight: bold;
	font-size:1.1em;
	line-height:1.5;
}

#faq ul li.ans p{
	font-size:1.6rem;
	font-weight:normal;
}

#faq ul li.ans:last-child{
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}




/**********
 about_line
**********/

#line{
	background:#e0f3f9;
	padding:0 0 75px 0;
	margin-top:50px;
}


#line h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	margin-bottom: 80px;
	background: #0C7BCF;
	color: #fff;
}

#line h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0C7BCF;
}

#line h3 p{
	display: block;
	width: 90%;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 auto;
}

#line h3 p span{
	color:#FFE000;
}

@media only screen and (max-width: 768px) {
	#line h3 p{
		font-size: 2rem;
	}
}



/** lineContents **/
.lineContents{
	background:#fff;
}
.lineContents h4{
	margin-bottom:15px;
}

.lineContents h4 img{
	width:100%;
	max-width:1050px;
}


.lineContents .lineConInner{
	width:90%;
	margin:0 auto;
	padding-bottom:25px;
}


/** .lineChart **/
.lineContents .lineChart{
	padding-top:55px;
	text-align:center;
}

.lineChart h4{
	display:block;
	width:100%;
	padding-bottom:4px;
	margin-bottom:30px;
	border-bottom:2px solid #00a000;
	text-align:center;
	color:#00a000;
	font-size:1.26em;
}

.lineChart h4 span{
	color:#000;
}

.lineChart img{
	width:31%;
	max-width:300px;
	display:block;
}


@media only screen and (max-width: 768px) {
	.lineChart img{
		width:100%;
		margin:0 auto;
		margin-top:15px;
	}
}


/** line_fliend **/
#line_friend{}

/** about_linePoint **/
#line_card{
	margin-top:50px;
}


#line_card #line_cardInner{
	padding-top:20px;
}

#line_card #line_cardInner .lineComment{
	width:60%;
}

#line_card #line_cardInner .lineComment ul{
	padding-top:20px;
}

#line_card #line_cardInner .lineComment ul li{
	display:inline-block;
	padding-right:15px;
	font-size:0.9em;
	text-align:left;
}

#line_card #line_cardInner img{
	width:36%;
	max-width:310px;
}

@media only screen and (max-width: 768px) {
	#line_card #line_cardInner .lineComment{
		width:100%;
	}

	#line_card #line_cardInner img{
		width:100%;
		display:block;
		margin:20px auto 0 auto;
	}
}




/**********
 about_service
**********/
#about_service{
	padding:0 0 45px 0;
	margin-top:80px;
	max-width:1200px;
}

#about_service h4{
	display:block;
	width:100%;
	padding-bottom:50px;
	font-size:1.1em;
	text-align:center;
	font-weight:normal;
}

#service .contentInner{}


#about_service .serviceBlk{
	background:#d3edf4;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
    max-width: 800px;
    margin: 0 auto 30px auto;
}

#about_service .serviceBlk:last-of-type{
    margin-bottom: 0;
}

#about_service .serviceBlk > div{
    padding: 35px;
}

#about_service .serviceBlk .serviveTxt{
    width: 72%;
    max-width: 540px;
}

#about_service .serviceBlk .serviveTxt h5{
    padding-bottom: 25px;
    font-size: 1.5em;
}

#about_service .serviceBlk .serviveTxt h5 p{
    padding-left: 80px;
}

#about_service .serviceBlk .serviveTxt h5 p span{
    background:linear-gradient(transparent 70%, #ffe120 0%);
}

#about_service .serviceBlk:nth-of-type(1) .serviveTxt h5{
    background: url("../first/img/service_point_01.png") no-repeat;
    padding-bottom: 30px;
}

#about_service .serviceBlk:nth-of-type(1) .serviveTxt h5 p{
    padding-top: 10px;
}

#about_service .serviceBlk:nth-of-type(2) .serviveTxt h5{
    background: url("../first/img/service_point_02.png") no-repeat left 10px;
}

#about_service .serviceBlk:nth-of-type(3) .serviveTxt h5{
    background: url("../first/img/service_point_03.png") no-repeat;
    padding-bottom: 30px;
}

#about_service .serviceBlk:nth-of-type(3) .serviveTxt h5 p{
    padding-top: 10px;
}

#about_service .serviceBlk:nth-of-type(4) .serviveTxt h5{
    background: url("../first/img/service_point_04.png") no-repeat;
    padding-bottom: 30px;
}

#about_service .serviceBlk:nth-of-type(4) .serviveTxt h5 p{
    padding-top: 10px;
}

#about_service .serviceBlk:nth-of-type(5) .serviveTxt h5{
    background: url("../first/img/service_point_05.png") no-repeat left 10px;
}




#about_service .serviceBlk .serviveTxt > p{
    font-size: 1.2em;
    color: #00669e;
    font-weight: bold;
    padding-bottom: 10px;
}

#about_service .serviceBlk .serviveImg{
    width: 25%;
    max-width: 140px;
}

#about_service .serviceBlk .serviveImg img{
    width: 100%;
}


#about_service a{
	transition: 0.3s;
	display:block;
	text-align:center;
	text-decoration:none;
	width:100%;
	max-width:320px;
	border:1px solid #4b9ad4;
	color:#4b9ad4;
    margin: 15px auto 0 auto;
	background:#fff;
	font-size:17px;
}

#about_service a:hover{
	background:#4b9ad4;
	color:#fff;
}

#about_service a p{
	display:block;
	padding:10px;
	position:relative;
	text-align:center;
}



@media only screen and (max-width: 768px) {
    #about_service .serviceBlk > div{
        padding: 20px 25px;
    }

	#about_service .serviceBlk .serviveTxt,
    #about_service .serviceBlk .serviveImg{
        width: 100%;
        max-width: 100%;
    }
    
    #about_service .serviceBlk .serviveImg{
        text-align: center;
        padding-top: 16px;
    }
    
    #about_service .serviceBlk .serviveImg img{
        max-width: 117px;
        margin: 0 auto;
        display: block;
    }
    #about_service .serviceBlk .serviveTxt h5{
        padding-bottom: 25px;
        font-size: 1.3em;
    }

    #about_service .serviceBlk .serviveTxt h5 p{
        padding-left:0;
        padding-top: 80px;
    }
    
    #about_service .serviceBlk:nth-of-type(1) .serviveTxt h5{
        background: url("../first/img/service_point_01.png") no-repeat top center;
        padding-bottom: 20px;
        padding-top: 70px;
    }
    #about_service .serviceBlk:nth-of-type(2) .serviveTxt h5{
        background: url("../first/img/service_point_02.png") no-repeat top center;
        padding-top: 0;
    }
    #about_service .serviceBlk:nth-of-type(3) .serviveTxt h5{
        background: url("../first/img/service_point_03.png") no-repeat top center;
        padding-bottom: 20px;
        padding-top: 70px;
    }
    #about_service .serviceBlk:nth-of-type(4) .serviveTxt h5{
        background: url("../first/img/service_point_04.png") no-repeat top center;
        padding-bottom: 20px;
        padding-top: 70px;
    }
    #about_service .serviceBlk:nth-of-type(5) .serviveTxt h5{
        background: url("../first/img/service_point_05.png") no-repeat top center;
        padding-top: 0;
    }

}



/**********
 taisaku
**********/

#taisaku{
    background: #efefef;
    margin: 80px 0 50px;
	padding:45px 0 75px 0;
}

#taisaku .topCom{
    padding-bottom: 40px;
    max-width: 800px;
    margin: 0 auto;
}

#taisaku .contentBlk{
    border-radius: 10px;
    background: #fff;
    margin-bottom: 40px;
    max-width: 800px;
}


#taisaku .contentBlk:last-of-type{
    margin-bottom: 0;
}

#taisaku .contentBlk > div{
    padding: 30px;
}

#taisaku .contentBlk h4{
    text-align: center;
    padding-bottom: 25px;
    font-size: 1.5em;
    font-weight: normal;
    color: #1b1464;
}

#taisaku #hanbai .hanbaiInner{
    padding: 20px;
    margin-top: 15px;
    background: #e0f3f9;
    border-radius: 6px;
}

#taisaku #hanbai .hanbaiInner h5{
    text-align: center;
    font-size: 1.2em;
    padding-bottom: 15px;
    color: #0c7bcf;
}

#taisaku #hanbai .hanbaiInner .hanbaiAbout{
    padding: 20px;
    margin-top: 25px;
    background: #fff;
    border-radius: 6px;
}

#taisaku #hanbai .hanbaiInner .hanbaiAbout h6{
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px solid #999;
}

#taisaku #hanbai .hanbaiInner .hanbaiAbout ul li{
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 10px;
}

#taisaku #hanbai .hanbaiInner .hanbaiAbout ul li:last-of-type{
    padding-bottom: 0;
}

#taisaku #hanbai .hanbaiInner .hanbaiAbout ul li strong span{
    color: #000;
    font-weight: normal;
}



@media only screen and (max-width: 768px) {
	
	#taisaku > .contentInner{
		width: 100%;
	}
	
	#taisaku > .contentInner .topCom{
		width: 92%;
		margin: 0 auto;
	}
	#taisaku .contentBlk{
		width: 99%;
		margin: 0 auto 30px;
	}
	#taisaku .contentBlk > div{
		padding: 20px;
	}
	#taisaku .contentBlk h4{
		font-size: 2.1rem;
		font-weight: 500;
	}
	
	#taisaku #hanbai{
		padding-bottom:0;
	}
	
	#taisaku #hanbai .hanbaiInner{
		padding: 0;
		margin: 15px 0;
	}
	#taisaku #hanbai .hanbaiInner h5{
		padding-top: 16px;
	}
	
	#taisaku #hanbai .hanbaiInner > p{
		padding: 3px 10px;
	}

	
	#taisaku #hanbai .hanbaiInner .hanbaiAbout{
		margin: 20px auto 0;
		padding: 18px;
		border-radius: 0;
	}
}
	

/**********
 repeat
**********/
#repeat{padding-bottom: 50px;}

#repeat h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	background: #0C7BCF;
	color: #fff;
	text-align: center;
	margin-bottom: 60px;
}

#repeat h3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 30px solid transparent;
  border-top: 30px solid #0C7BCF;
}

#repeat h3 p{
	display: block;
	width: 90%;
	font-size: 2.6rem;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

#repeat h3 p span{
	color: #FFE000;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	#repeat h3 p{
		font-size: 2.3rem;
	}
}


#repeat #repeatTopCom .midashi{
	font-size: 2.8rem;
	font-weight: 500;
}

#repeat #repeatTopCom .midashi span{
	font-weight: bold;
	background: linear-gradient(transparent 70%, #FFEA3A 70%);
	font-size: 1.1em;
}

#repeat #repeatTopCom img{
	max-width: 300px;
	margin: 0 auto;
}

#repeat #repeatTopCom p:last-of-type{
	padding-top: 30px;
	line-height: 1.7;
}

@media only screen and (max-width: 768px) {
	#repeat{
		padding-bottom: 0;
	}
	#repeat h3{
		margin-bottom: 30px;
	}
	#repeat .contentInner{
		width: 94%;
	}
	
	#repeat #repeatTopCom .midashi{
		font-size: 2rem;
	}
	#repeat #repeatTopCom .conBF_img img{
		margin: 0 auto 0;
		max-width: 250px;
	}
	
	
	
}

#repeat #repeatPoint{
	background: #E0F3F9;
	padding: 40px 0;
	margin: 30px 0 5px;
}

#repeat #repeatPoint .contentInner > div{
	background: #fff;
	border-radius: 12px;
	width: 31%;
}

#repeat #repeatPoint .contentInner > div > div{
	padding: 18px;
}

#repeat #repeatPoint .contentInner > div > div .midashi{
	font-size: 2.1rem;
	display: block;
	padding: 0 0 15px 0;
	text-align: center;
	line-height: 1.5;
}

#repeat #repeatPoint .contentInner > div > div img{
	width: 100px;
	margin: 0 auto 10px;
	display: block;
}

#repeat #repeatPoint + .notes{
	color: #EE5A24;
}


@media only screen and (max-width: 768px) {
	#repeat #repeatPoint .contentInner > div{
		width: 100%;
		margin-bottom: 30px;
	}
	#repeat #repeatPoint .contentInner > div:last-of-type{
		margin-bottom: 0;
	}
	#repeat #repeatPoint + .notes{
		width: 90%;
		margin: 0 auto;
	}


}



