/**********
 style-online.css
**********/

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

#contentsWrap{
	padding-top:0;
}

#breadcrumbs{
	margin-bottom: 0;
}


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

#pageNavi{
	padding-bottom:70px;
	max-width:1010px
}

#pageNavi:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

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


@media only screen and (max-width: 768px) {
	
	#pageNavi a{
		width:100%;
		margin:0 auto 25px auto;
	}
}

#pageNavi a:nth-child(1),
#pageNavi a:nth-child(2),
#pageNavi a:nth-child(3),
#pageNavi a:nth-child(4),
#pageNavi a:nth-child(5){
	background-image: linear-gradient(to right, rgba(12,123,207,1) 50%, rgba(27,20,100,1) 50%);
}

#pageNavi_mb{
	display:none;
}

@media only screen and (max-width: 768px) {
	
	#pageNavi{
		display:none;
	}
	
	#pageNavi_mb{
		width:100%;
		margin-top:25px;
		margin-bottom:40px;
		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;
	}
}



/**********
 onlinePoint_list
**********/
.onlinePoint_list{}

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

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

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

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

}


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

.onlinePoint_list .onlinePoint_listBlk:nth-child(odd){
	background: #e1ebf4;
}


.onlinePoint_list .contentInner{
	min-height: 220px;
}

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


.onlinePoint_list .contentInner h4 > p{
	padding-left: 120px;
	font-size: 3.6rem;
	padding-top: 10px;
}


/** onlinePoint_listBlk **/
.onlinePoint_listBlk{}

.onlinePoint_list .onlinePoint_listBlk:nth-of-type(1) h4{
	background: url("../online/img/onlinePoint_list_num01.png") top left;
	background-size: 104px;
	background-repeat: no-repeat;
}
.onlinePoint_list .onlinePoint_listBlk:nth-of-type(2) h4{
	background: url("../online/img/onlinePoint_list_num02.png") top left;
	background-size: 104px;
	background-repeat: no-repeat;
}
.onlinePoint_list .onlinePoint_listBlk:nth-of-type(3) h4{
	background: url("../online/img/onlinePoint_list_num03.png") top left;
	background-size: 104px;
	background-repeat: no-repeat;
}

.onlinePoint_list .contentInner > p{
	width: 100%;
	max-width: 600px;
	font-size: 18px;
}


#onlinePoint_raku .onlinePoint_listBlk:nth-of-type(1) .contentInner{
	background:url("../online/img/onlinePoint_list_img_raku01.png") right top no-repeat;
	background-size: 266px;
} 
#onlinePoint_raku .onlinePoint_listBlk:nth-of-type(2) .contentInner{
	background:url("../online/img/onlinePoint_list_img_raku02.png") right top no-repeat;
	background-size: 266px;
} 
#onlinePoint_raku .onlinePoint_listBlk:nth-of-type(3) .contentInner{
	background:url("../online/img/onlinePoint_list_img_raku03.png") right top no-repeat;
	background-size: 266px;
} 

#onlinePoint_toku .onlinePoint_listBlk:nth-of-type(1) .contentInner{
	background:url("../online/img/onlinePoint_list_img_toku01.png") right top no-repeat;
	background-size: 266px;
} 
#onlinePoint_toku .onlinePoint_listBlk:nth-of-type(2) .contentInner{
	background:url("../online/img/onlinePoint_list_img_toku02.png") right top no-repeat;
	background-size: 266px;
} 
#onlinePoint_toku .onlinePoint_listBlk:nth-of-type(3) .contentInner{
	background:url("../online/img/onlinePoint_list_img_toku03.png") right top no-repeat;
	background-size: 266px;
} 



@media only screen and (max-width: 768px) {
	.onlinePoint_list .contentInner{
		padding-bottom: 160px
	}
	.onlinePoint_list .onlinePoint_listBlk:nth-of-type(1) h4,
	.onlinePoint_list .onlinePoint_listBlk:nth-of-type(2) h4,
	.onlinePoint_list .onlinePoint_listBlk:nth-of-type(3) h4{
		background-size: 56px;
		padding: 0 0 10px 0;
		width:auto;
		max-width: 360px;
		margin: 0 auto;
	}
	
	.onlinePoint_list .onlinePoint_listBlk h4 p{
		padding-left: 66px;
		width: auto;
		font-size: 2.1rem;
	}
	
	#onlinePoint_raku .onlinePoint_listBlk:nth-of-type(1) .contentInner{
		background:url("../online/img/onlinePoint_list_img_raku01.png") center bottom no-repeat;
		background-size: 200px;
	} 
	#onlinePoint_raku .onlinePoint_listBlk:nth-of-type(2) .contentInner{
		background:url("../online/img/onlinePoint_list_img_raku02.png") center bottom no-repeat;
		background-size: 200px;
	} 
	#onlinePoint_raku .onlinePoint_listBlk:nth-of-type(3) .contentInner{
		background:url("../online/img/onlinePoint_list_img_raku03.png") center bottom no-repeat;
		background-size: 200px;
	}
	#onlinePoint_toku .onlinePoint_listBlk:nth-of-type(1) .contentInner{
		background:url("../online/img/onlinePoint_list_img_toku01.png") center bottom no-repeat;
		background-size: 200px;
	} 
	#onlinePoint_toku .onlinePoint_listBlk:nth-of-type(2) .contentInner{
		background:url("../online/img/onlinePoint_list_img_toku02.png") center bottom no-repeat;
		background-size: 200px;
	} 
	#onlinePoint_toku .onlinePoint_listBlk:nth-of-type(3) .contentInner{
		background:url("../online/img/onlinePoint_list_img_toku03.png") center bottom no-repeat;
		background-size: 200px;
	} 
	
	
	.onlinePoint_list .contentInner p{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding-top: 15px;
	}

}


/**********
 riyou
**********/
#riyou h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	margin-bottom: 80px;
	background: #ffe000;
}

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

#riyou h3 span{
	display: block;
	width: 90%;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto;
}

#riyou > .contentInner h5{
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}

#riyou > .contentInner h5 p{
	font-size: 2.6rem;
}

#riyou > .contentInner h5 p span{
	color: #ee5a24;
}

@media only screen and (max-width: 768px) {
	#riyou h3{
		margin-bottom: 50px;
	}
	#riyou > .contentInner h5{
		font-size: 2rem;
	}
	#riyou > .contentInner h5 p{
		font-size: 2.3rem;
	}
}


#riyou_notes{
	background: #fff7ee;
	padding: 30px 0 0 0;
	margin: 40px 0;
}

#riyou_notes .contentInner{
	background:url("../online/img/riyou_notesBg.png") right bottom no-repeat;
	background-size: 140px;
}
@media only screen and (max-width: 768px) {
	#riyou_notes .contentInner{
		background:url("../online/img/riyou_notesBg.png") center bottom no-repeat;
		background-size: 120px;
		padding-bottom: 120px;
	}
}

#riyou_notes .contentInner > div{
	width: 100%;
	max-width: 670px;
	margin: 0 auto 0 0;
	padding-bottom: 30px;
}

#riyou_notes .contentInner > div h5{
	font-size: 2.2rem;
	padding-bottom: 30px;
	font-weight: 600;
}

#riyou_notes .contentInner > div h5 span{
	color: #ee5a24;
	font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
	#riyou_notes .contentInner > div h5{
		font-size: 1.9rem;
	}

	#riyou_notes .contentInner > div h5 span{
		font-size: 1.9rem;
	}

}

#riyou_notes .contentInner > div a{
	display: block;
	margin-top: 20px;
	text-decoration: underline;
	color: #000;
}

#riyou_notes .contentInner > div a i{
	color: #ee5a24;
}



/**********
 moushikomi
**********/
#moushikomi{
	padding: 30px 0;
}

#moushikomi h4{
	font-size: 20px;
	text-align: center;
}






/**********
 aboutOnline
**********/
#aboutOnline{}

/** aboutOnline_top **/
#aboutOnline_top{
	background: #0c7bcf;
	position: relative;
	margin-bottom: 80px;
}

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

#aboutOnline_top > img{
	width:100%;
	max-width: 1050px;
	margin: 0 auto;
	display: block;
	padding: 25px 0 0 0;
}



@media only screen and (max-width: 768px) {
	#aboutOnline{
		background:none;
		padding-bottom:0;
	}

	#aboutOnline_topTxt h3{
		font-size:1.36em;
		line-height:1.5;
	}
	#aboutOnline_top{
		margin-bottom: 50px;
		padding-top: 10px;
	}

	#aboutOnline_top > img{
		padding: 0;
		width: 94%;
		margin: 0 auto;
		display: block;
	}

}


#aboutOnline_topImg img{
	width:100%;
	max-width:400px;
	display:block;
	margin:0 auto;
}

@media only screen and (max-width: 768px) {
	#aboutOnline_topTxt,
	#aboutOnline_topImg{
		width:100%;
	}
	
	#aboutOnline_topTx{
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
				
	}
	#aboutOnline_topImg{
		padding-bottom:30px;
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
	}
	#aboutOnline_topImg img{
		max-width:260px;
	}

}



/**********
aboutOnline_btm 
**********/

#aboutOnline_btm{
	width:100%;
	margin:0 auto 40px;
	padding-bottom:60px;
    margin-bottom: 40px;
}

#onlinePointList{
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;
	display:flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#onlinePointList a{
	display: block;
    width: 47%;
    max-width: 485px;
	text-align: center;
}

#onlinePointList a img{
    width: 100%;
    max-width: 485px;
	margin: 0 auto;
}


@media only screen and (max-width: 768px) {
    #aboutOnline_btm{
		width: 90%;
        padding-top: 0;
		margin-bottom: 0;
    }
	#onlinePointList a{
        width: 100%;
		max-width: 485px;
        margin: 0 auto 20px auto;
        display: block;
    }

}

/**********
 onlinePoint_about
**********/

#onlinePoint_about{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
	background: url("../online/img/aboutOnline_bg_woman.png")no-repeat bottom left,
		url("../online/img/aboutOnline_bg_man.png") no-repeat bottom right;
	background-size: 134px;
	padding: 100px 0 50px;
	text-align: center;
}

#onlinePoint_about img{
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#onlinePoint_about{
		padding-top: 40px;
		padding-bottom: 130px;
		background-size: 100px;
	}
	#onlinePoint_about img{
		max-width: 360px;
	}
}

#onlinePoint_about p{
	padding: 80px 0 30px;
	display: block;
	font-size: 17px;
}

#onlinePoint_about a{
	display: block;
	margin: 0 auto;
	border-radius: 16px;
	background: #1b1464;
	color: #fff;
	font-size: 18px;
	max-width: 600px;
	text-decoration: none;
	font-weight: bold;
}

#onlinePoint_about a:hover,
#onlinePoint_about a:active{
	background: #0c7bcf;
}
	
#onlinePoint_about a span{
	display: block;
	padding: 15px;
	position: relative;
}

@media only screen and (max-width: 768px) {
	
	#onlinePoint_about p{
		padding: 40px 0 30px;
	}
	#onlinePoint_about a{
		max-width: 360px;
		font-size: 19px;
	}

}


/**********
 onlineTouroku_tokuten
**********/
#onlineTouroku_tokuten{
	background: #0C7BCF;
	width: 100%;
	padding: 50px 0;
	margin: 0 0 100px;
	text-align: center;
}

#onlineTouroku_tokuten .contentInner{
	text-align: center;
	max-width: 1000px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.5;
}

#onlineTouroku_tokuten .contentInner .midashi {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 36px;
}


#onlineTouroku_tokuten .contentInner .midashi span{
	font-size: 3.6rem;
	color: #FFE100;
	padding: 0 6px;
}
       
#onlineTouroku_tokuten .contentInner .midashi:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
#onlineTouroku_tokuten .contentInner .midashi:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

@media only screen and (max-width: 768px) {
	#onlineTouroku_tokuten{
		margin-bottom: 0;
	}
	#onlineTouroku_tokuten .contentInner .midashi {
		margin: 0 15px 35px;
    	padding: 0 16px;
		font-size: 2rem;
		line-height: 1.2;
	}
	#onlineTouroku_tokuten .contentInner .midashi span{
		font-size: 2.6rem;
	}
   

}

#onlineTouroku_tokuten .contentInner a{
	display: block;
	width: 70%;
	max-width: 670px;
	margin: 40px auto 5px;
	border-radius: 14px;
	text-decoration: none;
	background: #FFE000;
	color: #000;
}

#onlineTouroku_tokuten .contentInner a p{
	padding: 13px 5px;
	font-weight: 500;
	font-size: 2.1rem;
	line-height: 1.5;
}

#onlineTouroku_tokuten .contentInner a:hover,
#onlineTouroku_tokuten .contentInner a:active{
	background: #FABE00;
}


#onlineTouroku_tokuten .contentInner > .flexWrap img{
	width: 48%;
	max-width: 480px;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 768px) {
	
	#onlineTouroku_tokuten .contentInner a{
		width: 100%;
	}
	#onlineTouroku_tokuten .contentInner a p{
		font-size: 1.8rem;
	}
	#onlineTouroku_tokuten .contentInner > .flexWrap img{
		width: 100%;
		margin: 0 auto;
	}
	
	#onlineTouroku_tokuten .contentInner > .flexWrap img:first-of-type{
		margin-bottom: 20px;
	}
	#onlineTouroku_tokuten .contentInner{
		text-align: center;
		line-height: 0.9;
		margin-bottom: 15px;
	}
}



/**********
 onlineTouroku_about
**********/
#onlineTouroku_about{
	background: #efefef;
	width: 100%;
	padding: 50px 0;
	margin: 0 0 100px;
	text-align: center;
}

#onlineTouroku_about .contentInner{
	text-align: center;
}

#onlineTouroku_about img{
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
	#onlineTouroku_about{
		margin-bottom: 20px;
	}
	#onlineTouroku_about img{
		max-width: 360px;
	}
}

#onlineTouroku_about a:first-of-type{
	display: block;
	border-radius: 20px;
	border:1px solid #000;
	background:url("../img/btn_bg_yellow_dot.png");
	background-size: 28px;
	color: #000;
	text-decoration: none;
	margin: 40px auto 25px;
	font-size: 20px;
	font-weight: bold;
}

#onlineTouroku_about a:first-of-type span{
	display: block;
	padding: 20px 15px;
}

#onlineTouroku_about a:first-of-type span i{
	color: #ee5a24;
	font-size: 1.2em;
	padding-left: 7px;
	
}


#onlineTouroku_about a:last-of-type{
	color: #000;
	text-decoration: underline;
}

#onlineTouroku_about a:last-of-type i{
	color: #ee5a24;
	font-size: 1.2em;
	padding-right: 7px;
}


@media only screen and (max-width: 768px) {
	#onlineTouroku_about a:last-of-type{
		font-size: 1.04em;
	}
}

/**********
 entry
**********/
#entry{
	padding:74px 0 50px;
}

#entry h3{
	text-align: center;
	font-size: 2rem;
	padding: 0 15px 35px;
}

#entry > .contentInner{
	text-align: center;
	max-width: 1050px;
}

#entry > .contentInner > a img{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

#entry > .contentInner p{
	display: block;
	padding-bottom: 20px;
	font-size: 16px;
}


.entryBlk{
	width:24%;
}

.entryBlk h4{
	display:block;
	padding-bottom:30px;
}

.entryBlk h4 img{
	width:100%;
	max-width:203px;
}

.entryBlk p{
	display:block;
	width:90%;
	margin:0 auto;
}

.entryBlk p span{
	color:#ee5a24;
}

.entryBlk .midashi{
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 14px;
	text-align: left;
}


@media only screen and (max-width: 768px) {
	#entry{
		padding:20px 0 50px 0;
	}
	
	.entryBlk{
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-bottom:30px;
	}
	
	.entryBlk h4{
		padding-bottom:0;
	}
	
	.entryBlk h4 img{
		margin:0 auto;
		max-width:263px;
	}
	
	.entryBlk p{
		width:100%;
		max-width:360px;
		text-align:left;
	}
	
}


/**********
touroku
**********/
#touroku{
    border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
    border: 2px solid #29a8df;
    width: 100%;
    max-width: 860px;
    margin: 40px auto 0 auto;
}

#touroku > div{
}

#touroku > div #touroku_txt{
    width: 60%;
}

#touroku > div #touroku_txt > div{
    padding: 20px 25px;
}

#touroku > div #touroku_txt > div h4{
    font-size: 1.35em;
    font-weight: bold;
    padding-bottom: 15px;
    color: #0071b9;
}

#touroku > div #touroku_img{
    width: 34%;
}

#touroku > div #touroku_img img{
    width: 100%;
    height: auto;
    max-width: 560px;
    border-radius:0 10px 10px 0;
}

@media only screen and (max-width: 768px) {
    #touroku > div #touroku_txt{
        width: 100%;
    }
    #touroku > div #touroku_img{
        width: 100%;
        padding-top: 5px;
        padding-bottom: 20px;
    }
    
    #touroku > div #touroku_img img{
        border-radius:0;
        width: 90%;
        max-width: 520px;
        margin: 0 auto;
        display: block;
    }


}



/**********
 shopUse
**********/
#shopUse{
	padding:70px;
	/**background:#e6f4f3;**/
}


#shopUse h3{
	text-align: center;
	font-size: 20px;
	padding-bottom: 35px;
}

#shopUse > .contentInner{
	text-align: center;
	width: 100%;
	max-width: 1050px;
}

#shopUse > .contentInner img{
	width: 100%;
	max-width: 1050px;
	margin: 0 auto;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 768px) {
	#shopUse > .contentInner img{
		max-width: 360px;
	}
}



.shopuseBlk{
	width:25%;
}

.shopuseBlk h4{
	display:block;
	padding-bottom:20px;
}

.shopuseBlk h4 img{
	width:100%;
	max-width:263px;
}

.shopuseBlk p{
	display:block;
	width:80%;
	margin:0 auto;
	font-size:1.04em;
}

.shopuseBlk p span{
	font-weight:bold;
	color:#00913a;
}

@media only screen and (max-width: 768px) {
	#shopUse{
		padding:20px 0 50px 0;
	}
	.shopuseBlk{
		width:100%;
		margin:0 auto;
		text-align:center;
		padding-bottom:30px;
	}
	
	.shopuseBlk h4{
		padding-bottom:0;
	}
	
	.shopuseBlk h4 img{
		margin:0 auto;
		max-width:263px;
	}
	
	.shopuseBlk p{
		width:100%;
		max-width:360px;
		text-align:left;
	}
	
}





/**********
 order_phone
**********/
#order_phone{
	padding:70px 0;
}

#order_phone h3{
	background: #32a28c;
	position: relative;
	margin-bottom: 80px;
}

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

#order_phone h3 > img{
	width:100%;
	max-width: 1050px;
	margin: 0 auto;
	display: block;
	padding: 25px 0 0 0;
}

@media only screen and (max-width: 768px) {
	#order_phone{
		padding-bottom: 0;
	}

	#order_phone h3{
		margin-bottom: 50px;
	}
	#order_phone h3 > img{
		padding: 0;
		width: 94%;
		margin: 5px auto 0;
		display: block;
	}

}



#order_phone .topCom{
	padding-bottom:50px;
	text-align:center;
	font-weight:bold;
	font-size: 2rem;
}

#order_phone .topCom span{
	background: linear-gradient(transparent 60%, #ffe000 0%);
	font-size: 2.4rem;
}

@media only screen and (max-width: 768px) {
	#order_phone .topCom{
		font-size: 2rem;
	}

	#order_phone .topCom span{
		font-size: 2.4rem;
	}

}


/** phoneBlk **/
.phoneBlk{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	width:46%;
}

@media only screen and (max-width: 768px) {
	.phoneBlk{
		width:100%;
	}
}

.phoneBlkInner{
	padding:22px 25px 25px 25px;
}


.phoneBlkInner h4{
	display:block;
	text-align:center;
	padding-bottom:25px;
}

.phoneBlkInner h4 img{
	width:100%;
	max-width:360px;
	margin:0 auto;
}


.phoneBlkInner .phoneNum{
	text-align:center;
	font-size:1.8em;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

@media only screen and (max-width: 768px) {
	.phoneBlkInner .phoneNum{
		font-size:1.5em;
	}
}

#phoneContents_phone .phoneNum{
	color:#00913a;
}

#phoneContents_phone .phoneNum:hover,
#phoneContents_phone .phoneNum:active{
	color:#8fc31f;
}

#phoneContents_fax .phoneNum{
	color:#ea5514;
}


.phoneBlkInner .phoneTxt{
	padding:20px 0;
}

#phoneContents_phone{
	border:4px solid #8fc31f;
}

@media only screen and (max-width: 768px) {
	#phoneContents_phone{
		margin-bottom:40px;
	}
}

#phoneContents_fax{
	border:4px solid #f39800;
}

.phoneBlkInner .phoneDetail{
	display:block;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:12px 18px 10px 18px;
	margin-bottom:0;
}

.phoneBlkInner .phoneDetail h5{
	display:block;
	font-size:1.03em;
	padding-bottom:9px;
	text-align:center;
}

.phoneBlkInner .phoneDetail ul li{
	display:inline-block;
	padding-bottom:5px;
	padding-right:30px;
	position: relative;
	padding-left:20px;
}

.phoneBlkInner .phoneDetail ul li:before{
	content: "\f111";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size:1rem;
	color:#32a28c;
	position: absolute;
	top: 7px;
	left: 0;
	margin-top: -3px;
}

#order_phone ul.commonList li:last-of-type{
	padding-bottom:0;
}

#phoneContents_phone .phoneDetail{
	background:#f5f9e8;
}


#phoneContents_fax .phoneDetail{
	background:#fff7ee;
}

#phoneContents_fax .phoneDetail ul li:before{
	color:#f39800;
}




@media only screen and (max-width: 768px) {
	#order_phone .conBF_img{
		padding-top:0;
		-webkit-box-ordinal-group:2;
		-ms-flex-order:2;
		-webkit-order:2;
		order:2;
	}
	
	#order_phone .conBF_img img{
		max-width:360px;
		margin:0 auto;

	}
	
	#order_phone .conBF_txt{
		-webkit-box-ordinal-group:1;
		-ms-flex-order:1;
		-webkit-order:1;
		order:1;
		padding-bottom:30px;
	}
}


#order_phone ul.commonList{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding:15px 20px;
	background:#daede5;
	margin-top:20px;
}

#order_phone ul.commonList .title{
	padding-bottom:16px;
	font-weight:bold;
	color:#333;
	font-size:1.04em;
	display:block;
	text-align:center;
}
#order_phone ul.commonList li{
	display:inline-block;
	padding-bottom:5px;
	padding-right:30px;
	position: relative;
	padding-left:20px;
}

#order_phone ul.commonList li:before{
	content: "\f111";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size:1rem;
	color:#32a28c;
	position: absolute;
	top: 7px;
	left: 0;
	margin-top: -3px;
}

#order_phone ul.commonList li:last-of-type{
	padding-bottom:0;
}


#orderPhoneNum{
	padding:25px 0 10px 0;
}
#orderPhoneNum img{
	max-width:360px;
}

#orderPhoneNum span{
	padding:4px;
	color:#fff;
	font-size:0.96em;
	background:#4b9ad4;
	margin-right:15px;
}

@media only screen and (max-width: 768px) {
	#orderPhoneNum span{
		display:block;
		max-width:360px;
		margin:0 auto 14px auto;
		text-align:center;
	}
	#orderPhoneNum img{
		display:block;
		margin:0 auto;
	}

}



#phone_notes{
	background: #dff2ef;
	padding: 30px 0 0 0;
	margin: 90px 0;
}

#phone_notes .contentInner{
	background:url("../online/img/ohone_notesBg.png") right bottom no-repeat;
	background-size: 140px;
}

@media only screen and (max-width: 768px) {
	#phone_notes .contentInner{
		background:url("../online/img/ohone_notesBg.png") center bottom no-repeat;
		background-size: 120px;
		padding-bottom: 120px;
	}
}

#phone_notes .contentInner > div{
	width: 100%;
	max-width: 670px;
	margin: 0 auto 0 0;
	padding-bottom: 30px;
}

#phone_notes .contentInner > div h5{
	font-size: 24px;
	padding-bottom: 30px;
}

#phone_notes .contentInner > div h5 span{
	color: #006837;
	font-size: 22px;
}

#phone_notes .contentInner > div a{
	display: block;
	margin-top: 20px;
	text-decoration: underline;
	color: #000;
}

#phone_notes .contentInner > div a i{
	color: #ee5a24;
}






/**********
 hipping
*********/
#shipping{
    padding: 50px 0;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}

.shippingInner{
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
    background: #fff;
    max-width: 860px;
    margin: 0 auto 35px auto;
}



@media only screen and (max-width: 768px) {
	#shipping{
		width: 100%;
	}
	#shipping .contentInner{
		width: 100%;
	}
	.shippingInner{
		width: 100%;
		border-radius: 0;
	}
}


.shippingInner > div{
    padding: 25px;
}

.shippingInner h4{
    text-align: center;
    font-size: 1.5em;
    padding-bottom: 20px;
}

.shippingInner .midashi{
    display: block;
    border-bottom: 1px solid #222;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.shippingInner .midashi span{
    color: #be272d;
}

.shippingInner ul li{
	display:block;
	padding-bottom:11px;
	padding-right:0;
	position: relative;
	padding-left:20px;
}

.shippingInner ul li:before{
	content: "\f111";
	font-family:'Font Awesome 5 Free';
	font-weight:900;
	padding-right:10px;
	font-size:0.9rem;
	color:#f4901e;
	position: absolute;
	top: 6px;
	left: 0;
}

.shippingInner ul li:last-of-type{
    padding-bottom: 0;
}

/** shiharai **/
#shiharai ul li > div{
    margin-top: 5px;
    padding: 15px;
    background: #efefef;
    font-size: 1.56rem;
    line-height: 1.6;
}

#shiharai ul li > div img{
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 7px 0;
}

#shiharai ul li > div p.minImg img{
    width:auto;
    max-width: 400px;
}

#shiharai ul li > div p{
    font-size: 0.9em;
}

#shiharai ul li > div span{
    display: block;
    padding-top: 7px;
    font-size: 0.9em;
}

#shiharai ul li > div span.cRed{
    padding: 0;
    font-size: 1em;
    display: inline-block;
}


/**********
 faq
**********/
#faq{
	padding:50px 0;
}


.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;
    }
}



/**********
　notes
**********/
#order_notes{
	background:#efefef;
	padding:35px 0;
	margin-top:20px;
}


/************* ショッピファイですかう用　***************/

/**********
 couponUse
**********/
#couponuse h3{
	width: 100%;
	padding: 25px 0;
	position: relative;
	margin-bottom: 70px;
	background: #ffe000;
}

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

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

#couponus h3 p{
	display: block;
	width: 90%;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto;
}

#couponuse .topCom{
	text-align: left;
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
	#couponuse .topCom{
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
}

#couponuse .topCom + ol {
	padding: 0;
	list-style: none;
	counter-reset: li;
	text-align: left;
	display: block;
	max-width: 900px;
	margin: 0 auto;
}

#couponuse .topCom + ol li {
  position: relative;
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.5;
}

#couponuse .topCom + ol li:not(:first-child) {
  margin-top: 0.5em;
}

#couponuse .topCom + ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #3abec1;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}


@media only screen and (max-width: 768px) {
	#couponuse .topCom + ol {
		width: 90%;
	}
	#couponuse .topCom + ol li {
	  padding-left: 2em;
	}


}



/* PC向け：1050px以上で固定 */
@media only screen and (min-width: 1051px) {

.conBlkFlex .conBF_txt{
	width:65%;
	max-width:700px;
}
.conBlkFlex .conBF_img{
	width:29%;
	max-width:300px;
}

}

@media print {

.conBlkFlex .conBF_txt{
	width:65%;
	max-width:700px;
}
.conBlkFlex .conBF_img{
	width:29%;
	max-width:300px;
}

}



