@charset "utf-8"; 
/* ------------------------------------------------------------------------ */

/*  Parts

/* ------------------------------------------------------------------------ */

/* Layout
--------------------------------------------------------------------------- */

/* --- margin --- */

.auto  { margin-right : auto; margin-left : auto;}

.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}

.mr0   { margin-right : 0 !important;}
.mr5   { margin-right : 5px !important;}
.mr10  { margin-right : 10px !important;}
.mr15  { margin-right : 15px !important;}
.mr20  { margin-right : 20px !important;}
.mr25  { margin-right : 25px !important;}
.mr30  { margin-right : 30px !important;}
.mr35  { margin-right : 35px !important;}
.mr40  { margin-right : 40px !important;}
.mr45  { margin-right : 45px !important;}
.mr50  { margin-right : 50px !important;}

.mb0   { margin-bottom : 0 !important;}
.mb5   { margin-bottom : 5px !important;}
.mb10  { margin-bottom : 10px !important;}
.mb15  { margin-bottom : 15px !important;}
.mb20  { margin-bottom : 20px !important;}
.mb25  { margin-bottom : 25px !important;}
.mb30  { margin-bottom : 30px !important;}
.mb35  { margin-bottom : 35px !important;}
.mb40  { margin-bottom : 40px !important;}
.mb45  { margin-bottom : 45px !important;}
.mb50  { margin-bottom : 50px !important;}

.ml0   { margin-left : 0 !important;}
.ml5   { margin-left : 5px !important;}
.ml10  { margin-left : 10px !important;}
.ml15  { margin-left : 15px !important;}
.ml20  { margin-left : 20px !important;}
.ml25  { margin-left : 25px !important;}
.ml30  { margin-left : 30px !important;}
.ml35  { margin-left : 35px !important;}
.ml40  { margin-left : 40px !important;}
.ml45  { margin-left : 45px !important;}
.ml50  { margin-left : 50px !important;}

.m0   { margin : 0 !important;}
.m10  { margin : 10px !important;}
.m15  { margin : 15px !important;}
.m20  { margin : 20px !important;}
.m25  { margin : 25px !important;}
.m30  { margin : 30px !important;}
.m35  { margin : 35px !important;}
.m40  { margin : 40px !important;}
.m45  { margin : 45px !important;}
.m50  { margin : 50px !important;}


/* --- padding --- */

.pt0  { padding-top : 0 !important;}
.pt5  { padding-top : 5px !important;}
.pt10 { padding-top : 10px !important;}
.pt15 { padding-top : 15px !important;}
.pt20 { padding-top : 20px !important;}

.pr0  { padding-right : 0 !important;}
.pr5  { padding-right : 5px !important;}
.pr10 { padding-right : 10px !important;}
.pr15 { padding-right : 15px !important;}
.pr20 { padding-right : 20px !important;}

.pl0  { padding-left : 0 !important;}
.pl5  { padding-left : 5px !important;}
.pl10 { padding-left : 10px !important;}
.pl15 { padding-left : 15px !important;}
.pl20 { padding-left : 20px !important;}

.pb0  { padding-bottom : 0 !important;}
.pb5  { padding-bottom : 5px !important;}
.pb10 { padding-bottom : 10px !important;}
.pb15 { padding-bottom : 15px !important;}
.pb20 { padding-bottom : 20px !important;}

.pb0   { padding : 0  !important;}
.pb5   { padding : 5px !important;}
.pb10  { padding : 10px !important;}
.pb15  { padding : 15px !important;}
.pb20  { padding : 20px !important;}

.nowrap { white-space : nowrap;}

#crumb {
	max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	padding: 13px 0 0;
	text-align	: left;
}

#crumb ul{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#crumb li {
    line-height: 110%;
    list-style-type: none;
    position: relative;
    padding: 5px 0.2em 0 0;
    color: #00224b;
	text-align: left;
    font-size: 1.2rem;
}

#crumb li a{
    color: #00224b;
	border-bottom: 1px solid #00224b;
}

#crumb li a:hover{
	border: none;
}

#crumb li:not(:last-of-type)::after {
	content: "＞";
    display: inline-block;
}

/* --- display --- */

.block	{ display : block;}
.inline { display : inline;}

.fltbox { margin : 0 auto;}
.flt_r  { float : right !important;}
.flt_l  { float : left !important;}

.txt_r { text-align : right !important;} 
.txt_c { text-align : center !important;} 
.txt_l { text-align : left !important;} 

.psn { position : relative;}

.none {
	background	: none !important;
	border		: none !important;
}


.hidden{
	opacity: 0;
	visibility: hidden;
}


.flex{
	display: flex;
	justify-content: space-between;
}

.sp{
	display: none;
}

@media screen and (max-width: 840px){
	
	.sp{
		display: block;
	}
	
	.pc{
		display: none;
	}
}

/* Heading
--------------------------------------------------------------------------- */

.hd02{
	color: #19385d;
	font-size: 1.6rem;
	margin-left: 20px;
	font-weight: 500;
	text-align: left;
	margin: 0 0 0 24px;
}

.hd03{
	font-size: 2.0rem;
	color: #19385d;
	letter-spacing: 0.04em;
}

.hd03-02{
	text-align: left;
    padding: 14px 32px 15px;
	font-size: 1.8rem;
	background-color: #0a4974;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: 0.06em;
	word-break: break-all;
}

.hd03-03{
	text-align: left;
	font-size: 1.8rem;
	color: #00224b;
	border-bottom: 2px solid #b5d81e;
	padding: 1px 10px;
}

.hd04{
	font-size: 1.8rem;
	color: #00224b;
	line-height: 52px;
    padding: 0 30px 3px;
	background-color: #eff0f2;
	border-bottom: 2px solid #b5d81e;
	text-align: left;
	letter-spacing: 0.06em;
}

@media screen and (max-width: 840px){
	.hd02{
		margin: 0 10px 2px 10px;
		font-size: 1.4rem;
		padding-right: 24px;
	}

	.hd03-02{
		font-size: 1.6rem;
		padding: 15px;
	}

	.hd04{
		font-size: 1.6rem;
		padding: 0 15px!important;
	}
}

@media screen and (max-width: 360px){
	.hd02{
		font-size: 1.2rem;
	}
}


/* image
--------------------------------------------------------------------------- */

img.image	{ border: solid 1px #d9d9d9; padding : 1px; background : #FFF;}

.imgbox	{
	margin		: 0 0 30px;
	_zoom		: 1;
	overflow	: hidden;
}

.imgL { float : left;  margin : 0 10px 5px 0; }
.imgR { float : right; margin : 0 0 5px 10px; }

.imgbox p {
	overflow	: hidden;
	_zoom		: 1;
}


/* table
--------------------------------------------------------------------------- */

/* --- mTable01 --- */

.mTable01{
	width: 100%;
}

.mTable01 table {
    width: 100%;
    font-size: 1.6rem;
    border-collapse: collapse;
}

.mTable01 th{
    text-align: left;
    padding: 20px;
    width: 30%;
    background-color: #0a4974;
	color: #fff;
}

.mTable01 td {
    width: 70%;
    text-align: left;
    padding: 10px 20px;
	border-top: 1px solid #c1c7d4;
    border-bottom: 1px solid #c1c7d4;
	word-break: break-all;
}

/* --- mTable02 --- */

.mTable02 table{
	width: 100%;
    border-collapse: collapse;
	text-align: left;
}

.mTable02 tr:last-of-type th,.mTable02 tr:last-of-type td{
	border-bottom: 1px solid #c1c7d4;
}

.mTable02 th{
	width: 25.2%;
    padding: 10.5px 20px 11px;
	background-color: #eff0f2;
	font-weight: 400;
	border-top: 1px solid #c1c7d4;
}

.mTable02 td{
	width: 70%;
	border-top: 1px solid #c1c7d4;
	padding: 10.5px 20px 11px;
	word-break: break-all;
	letter-spacing: -0.015em;
}

/* --- mTable03 --- */

.mTable03{
	margin-top: 40px;
	overflow-x: auto;
}

.mTable03 table{
	width: 100%;
	min-width: 700px;
	margin: 0 auto;
	border-collapse: collapse;
	text-align: left;
	table-layout: fixed;
    word-break: break-all;
}

.mTable03 table th{
	width: 50%;
	background-color: #0a4974;
	color: #fff;
	font-size: 1.6rem;
	padding: 8px 15px 10px;
	letter-spacing: 0.3em;
}

.mTable03 table th:not(:last-of-type){
	border-right: 1px solid #fff;
}

.mTable03 table td{
	word-break: break-all;
}

.mTable03 table tr td:first-of-type > .parts_contents_inner{
	display: flex;
	height: 100%;
	padding: 3px 20px;
}

.mTable03 table tr td:first-of-type > .parts_contents_inner p > a{
	color: #00224b;
	font-weight: 700;
	text-decoration: underline;
	letter-spacing: -0.07em;
}

.mTable03 table tr td:first-of-type > .parts_contents_inner p > a:hover{
	text-decoration: none;
}

.mTable03 table tr td:first-of-type > .parts_contents_inner{
	padding: 8.5px 15px 8.5px;
}

.parts_crumb{
	display: flex;
	padding-bottom: 10px;
	flex-wrap: wrap;
}

.parts_crumb li{
	color: #333;
	font-size: 1.2rem;
}

.parts_crumb li a{
	text-decoration: underline;
}

.parts_crumb li a:hover{
	text-decoration: none;
}

.parts_crumb li:not(:last-of-type):after{
	content: "＞";
	display: inline-block;
	padding: 0 3px;
}

.mTable03 table tr td:first-of-type a:hover p{
	text-decoration: none;
}

.mTable03 table td:not(:last-of-type){
	border-right: 1px solid #c1c7d4;
}

.mTable03 table tr:not(:first-of-type) td{
	border-bottom: 1px solid #c1c7d4;
}

.mTable03 table tr td:not(:first-of-type){
	position: relative;
	padding: 10px 15px;
    letter-spacing: -0.04em;
}

.mTable03 table tr td:not(:first-of-type) > .flex{
	justify-content: space-between;
	align-items: center;
}

.mTable03 table tr td:not(:first-of-type) > .flex .modal{
	bottom: 70px;
    padding: 6px 4px;
    width: 120px;
}

.mTable03 table tr td:not(:first-of-type) > .flex .modal p{
	font-size: 1.1rem;
}

.mTable03 table tr td:not(:first-of-type) > .flex > .form_btn{
	max-width: 175px;
	margin: 0;
	line-height: 30px;
}

.mTable03 table tr td:not(:first-of-type) > .flex > .form_btn:after{
	right: 15px;
}

.mTable03 table tr td:not(:first-of-type) > .flex > .form_btn .cart_icon{
	padding-right: 12px;
}

.mTable03 table tr td:not(:first-of-type) > .flex > .form_btn .cart_icon:before{
	padding: 0 5px 0 3px;
}

.mTable03 td figure{
	max-width: 84px;
	width: 100%;
	margin-right: 19px;
}

/* --- mTable04 --- */

.mTable04{
	max-width: 960px;
	margin: 60px auto 0;
}

.mTable04 table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.4rem;
}

.mTable04 th{
	width: 23%;
	background-color: #0a4974;
	color: #fff;
	border-top: 1px solid #c1c7d4;
	padding: 11.5px 20px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.mTable04 td{
	width: 77%;
	border-top: 1px solid #c1c7d4;
	padding: 11.5px 50px;
	word-break: break-all;
}

.mTable04 tr:last-of-type th, .mTable04 tr:last-of-type td{
	border-bottom: 1px solid #c1c7d4;
}

@media screen and (max-width: 767px){
	.mTable04 th{
		width: 100%;
		display: block;
	}
	
	.mTable04 td{
		width: 100%;
		display: block;
		padding: 11.5px 20px;
	}
	
	.mTable04 tr:last-of-type th{
		border-bottom: none;
	}
}

@media screen and (max-width: 540px){
	.mTable01 th{
		display: block;
		width: 100%;
		padding: 15px 20px;
		font-size: 1.4rem;
	}

	.mTable01 td{
		display: block;
		width: 100%;
		padding: 15px 20px;
	}
	
	.mTable02 th{
		display: block;
		width: 100%;
	}
	
	.mTable02 td{
		display: block;
		width: 100%;
	}

	.mTable03 table th{
		font-size: 1.4rem;
	}
	
	.mTable02 tr:last-of-type th{
		border-bottom: none;
	}
}
	
/* list
--------------------------------------------------------------------------- */

.olStyle01 {
	margin	: 0 35px 10px;
}

	.olStyle01 li {
		list-style		: decimal;
		margin-bottom	: 3px;
		padding			: 0;
		text-align		: left;
	}


.ulStyle01 {
	margin	: 0 15px 10px;
}

	.ulStyle01 li {
		list-style	: disc;
		margin		: 0 15px 3px;
		padding		: 0;
		text-align	: left;
	}



/* text
--------------------------------------------------------------------------- */

/* --- size --- */

.txt10 { font-size : 1rem !important;   font-size:10px !important;}
.txt12 { font-size : 1.2rem !important; font-size:12px !important;}
.txt14 { font-size : 1.4rem !important; font-size:14px !important;}


/* --- color --- */

.red	{ color : #CC2727;}
.col01	{ color : #996633;}
.must   { color : #cc2727;}
.must2  { color : #cc2727;}

.font_strong{
	color: #e41a0b;
	font-weight: 700;
}

/* --- lineheight --- */

.height18 { line-height : 1.8;}
.height19 { line-height : 1.9;}
.height20 { line-height : 2;}


/* --- order_list --- */

.order_list ul{
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
}

.order_list li a{
	font-size: 1.4rem;
	color: #00224b;
	border-bottom: 1px solid #00224b;
	margin: 0 8px;
}

.order_list li.active a{
	border: none;
}

.order_list li a:hover{
	border: none;
}

.order_list li:not(:first-of-type) a{
	position: relative;
}

.order_list li:not(:first-of-type) a:before{
	content: "";
	position: absolute;
	left: -10px;
    top: 50%;
    transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background-color: #00224b;
}

.delivery_list{
	margin: 15px auto 87px;
	padding: 0 20px;
}

.delivery_list .flex{
	align-items: center;
}

.delivery_list ul li{
	border: 1px solid #0a4974;
	padding: 19px 9.4% 25px;
}

.delivery_list ul li:not(:first-of-type){
	margin-top: 20px;
}

.delivery_address{
	text-align: left;
	width: 63%;
}

.delivery_address p{
	line-height: 1.54;
}

/* --- parts_menu --- */

.parts_menu{
    border: 2px solid #0a4974;
    padding: 20px 30px 25px;
}

.parts_menu_ttl{
    width: 90px;
    text-align: center;
    background-color: #00224b;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 28px;
	padding: 0 0 2px;
	letter-spacing: 0.1em;
}

.parts_menu_item{
    display: flex;
}

.parts_menu_item ul{
    display: flex;
    margin-left: 20px;
}

.parts_menu_item:not(:first-of-type){
    margin-top: 15px;
}

.parts_menu_item ul li a{
	position: relative;
    border-bottom: 1px solid #00224b;
    color: #00224b;
    margin: 0 8.5px;
	font-size: 1.6rem;
}

.parts_menu_item ul li.active a{
    border: none;
}

.parts_menu_item ul li a:hover{
    border: none;
}

.parts_menu_item ul li:not(:last-of-type) a:after{
	position: absolute;
	right: -10px;
	top: 52%;
	transform: translateY(-50%);
    content: "";
	width: 1px;
	height: 17px;
	background-color: #00224b;
	display: block;
}

/* --- parts_contents --- */

.parts_contents_item{
	position: relative;
	border-bottom: 1px solid #c1c7d4;
	padding: 19px 20px 20px;
}

.parts_contents_item .parts_crumb {
}

.parts_contents_item > .parts_contents_inner{
    display: flex;
}

.parts_contents_item:first-of-type{
	padding: 17px 20px 20px;
}

.parts_contents_item > .parts_contents_inner figure{
    max-width: 200px;
    margin-right: 20px;
}

.parts_contents_item > .parts_contents_inner figure > a:hover{
	opacity: 0.8;
}

.parts_ttl{
	text-align: left;
}

.parts_ttl a{
    font-size: 1.8rem;
    font-weight: 700;
    color: #00224b;
}

.parts_ttl a:hover{
	text-decoration: underline;
}

.parts_detail{
	display: block;
    font-size: 1.4rem;
	font-weight: 400;
    color: #00224b;
	margin-top: 5px;
	text-align: left;
}
	
.parts_contents_item .form_btn{
	position: absolute;
	right: 20px;
	bottom: 20px;
	max-width: 175px;
    margin: 0;
    line-height: 30px;
}

.parts_contents_item .modal{
	bottom: 70px;
}

.parts_contents_item .modal p{
	font-size: 1.1rem;
}

.parts_contents_item .form_btn .cart_icon{
	padding-right: 12px;
}

.parts_contents_item .form_btn:after{
	right: 15px;
}

.parts_contents_item .form_btn .cart_icon:before{
	padding: 0 5px 0 3px;
}

/* --- page nation --- */

.pagenation{
	display: flex;
	justify-content: space-between;
	margin: 25px auto 0;
    max-width: 520px;
    padding-right: 2%;
}

.pagenation_wrap{
	display: flex;
	width: 100%;
}

.pagenation ul{
	display: flex;
	flex-wrap: wrap;
	max-width: 150px;
}

.pagenation li a{
	position: relative;
	font-size: 1.4rem;
	color: #00224b;
	text-decoration: underline;
	margin: 0 10px;
    padding: 0 1px;
}

.pagenation li a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #00224b;
}

.pagenation li:first-of-type a:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background-color: #00224b;
}

.pagenation li a:hover,.page_next a:hover,.page_before a:hover{
	text-decoration: none;
}

.pagenation li.page_active a{
	text-decoration: none;
}

.page_next, .page_before{
	flex-shrink: 0;
}

.page_next a, .page_before a{
	position: relative;
	font-size: 1.4rem;
	color: #00224b;
	text-decoration: underline;
}

.page_next a{
    margin-left: 9px;
}

.page_next a:after{
	content: "＞";
	font-size: 13px;
}

.page_before a{
    margin-right: 11px;
	flex-shrink: 0;
}

.page_before a:before{
	content: "＜";
	font-size: 13px;
}

.page-all{
	font-size: 1.4rem;
	margin-right: 13%;
	flex-shrink: 0;
}

/* modal */

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
	height: 100vh;
    z-index: 1;
	cursor: pointer;
}

.modal {
	position: absolute;
	bottom: 50px;
    right: 0;
    margin: 10px 0 0 auto;
    padding: 7px 10px;
    width: 150px;
	font-size: 16px;
	background: #FFF;
	border: solid 1px #00224b;
	border-radius: 5px;
	box-sizing: border-box;
	display: none;
}

.modal:before {
	content: "";
    position: absolute;
    bottom: -12.55px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top: 7px solid #FFF;
    z-index: 2;
}

.modal:after{
	content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border: 7px solid transparent;
    border-top: 7px solid #00224b;
    z-index: 1;
}

.modal p{
	text-align: center;
	font-size: 1.3rem;
}


@media screen and (max-width: 940px){
	
	.pagenation{
		margin-right: 0;
	}
	
	.pagenation_wrap{
		justify-content: center;
	}
}

@media screen and (max-width: 840px){
	.parts_menu{
		padding: 10px;
	}

	.parts_contents_item .parts_text{
		width: 70%;
		padding: 0;
	}

	.parts_contents_item .parts_contents_inner figure{
		width: 30%;
	}

	.parts_menu_item ul{
		margin-left: 5px;
	}

	.parts_menu_ttl{
		width: 80px;
	}

	.parts_menu_item ul li a{
		font-size: 1.5rem;
	}

	.parts_ttl{
		font-size: 1.6rem;
	}

	.parts_detail{
		margin-top: 6px;
		font-size: 1.3rem;
	}

	.pagenation{
		margin: 10px auto 0;
	}
	
	.delivery_list ul li{
		padding: 19px 4% 25px;
	}
}

@media screen and (max-width: 767px){
	.delivery_list .flex{
		flex-direction: column;
	}
	
	.delivery_list{
		margin: 15px auto 50px;
		padding: 0;
	}
	
	.delivery_address{
		width: 100%;
	}
	
	.parts_contents_item .form_btn{
		max-width: 175px!important;
	}
}

@media screen and (max-width: 540px){
	.pagenation{
		display: block;
	}
	.page-all{
		margin: 0 3% 5px 0;
		text-align: left;
	}
}

@media screen and (max-width: 350px){
	.parts_menu_ttl{
		font-size: 1.2rem;
		width: 70px;
	}

	.parts_menu_item ul li a{
		font-size: 1.3rem;
	}
	
	.page-all{
		font-size: 1.2rem;
	}
	
	.page_next a, .page_before a{
		font-size: 1.2rem;
	}
}

/* ------------------------------------------------------------------------ */

/*  Form

/* ------------------------------------------------------------------------ */

.inputBox {
    text-align: left;
	margin: 22px auto;
}

.inputBox dt{
	font-size: 1.6rem;
    font-weight: 700;
	color: #19385d;
    margin-bottom: 5px;
}

.inputBox input{
    width: 100%;
    border: solid 1px #244f85;
    height: 42px;
	background-color: #f7f8fa;
	word-break: break-all;
	font-size: 16px;
}

.inputBox input:focus{
	background: #fff;
}

.quantitiy-label{
	font-size: 1.4rem;
	padding-right: 7px;
}

.quantity_txt{
	width: 55px;
	height: 31px;
	border: 1px solid #c1c7d4;
	padding: 0 0 0 5px;
}

.quantity_txt02{
	max-width: 400px;
	width: 100%;
	height: 34px;
	border: 1px solid #c1c7d4;
	font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
	border-radius: 2px;
	background-color: #f7f8fa;
}

.quantity_txt03{
	width: 55px;
	height: 34px;
	margin: 0 8px;
	border: 1px solid #c1c7d4;
	font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
	border-radius: 2px;
	background-color: #f7f8fa;
}

.quantity_txt04{
	width: 65px;
	height: 34px;
	margin: 0 11px;
	border: 1px solid #c1c7d4;
	font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
	border-radius: 2px;
	background-color: #f7f8fa;
}

.textBox{
	width: 100%;
	border: 1px solid #c1c7d4;
    height: 180px;
    background-color: #f7f8fa;
    word-break: break-all;
    font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
}

::placeholder{
	color: #c1c1c1;
}

.hissu{
	background-color: #f00;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 2px 5px;
    margin-left: 5px;
	white-space: nowrap;
}

@media screen and (max-width: 540px){
	.quantity_txt,
	.quantity_txt02,
	.quantity_txt03,
	.quantity_txt04{
		height: 40px;
	}
	
}

/* ------------------------------------------------------------------------ */

/*  icon

/* ------------------------------------------------------------------------ */

.user_icon:before{
	font-family: 'FontAwesome';
	content: "\f007";
	font-size: 12px;
	color: #19385d;
	display: inline-block;
	padding-right: 5px;
}

.hd04.user_icon:before{
	font-size: 18px;
	padding-right: 15px;
}

.cart_icon:before{
	font-family: 'FontAwesome';
	content: "\f07a";
	font-size: 13px;
	color: #19385d;
	display: inline-block;
	padding-right: 5px;
}

.hd03-02.cart_icon:before{
	color: #fff;
	font-size: 15px;
	padding-right: 15px;
}

.hd03-03.cart_icon:before,.hd04.cart_icon:before{
	font-size: 16px;
	padding-right: 9px;
}

.login_icon:before{
	font-family: 'FontAwesome';
	content: "\f2f6";
	font-size: 13px;
	color: #19385d;
	display: inline-block;
	padding-right: 5px;
}

.logout_icon:before{
	font-family: 'FontAwesome';
	content: "\f2f5";
	font-size: 13px;
	color: #19385d;
	display: inline-block;
	padding-right: 5px;
}

.gear_icon,.gear_icon_blue{
	display: flex;
    align-items: center;
}

.gear_icon:before{
	content: "";
    background: url(/common/img/icon/icon_gear.svg) no-repeat;
    width: 19px;
    display: block;
    height: 20px;
    margin: 0px 15px 2px 0px;
    background-size: contain;
}

.gear_icon_blue:before{
	content: "";
    background: url(/common/img/icon/icon_gear_blue.svg) no-repeat;
    width: 20px;
	height: 21px;
    display: block;
    margin: 3px 15px 0 0;
    background-size: contain;
}

@media screen and (max-width: 840px){
	.gear_icon_blue:before{
		width: 18px;
		height: 20px;
		margin: 3px 6px 0 0;
	}
}
	
	@media screen and (max-width: 767px){
		.hd04.user_icon:before {
			font-size: 15px;
			padding-right: 6px;
		}
	}

/* ------------------------------------------------------------------------ */

/*  button

/* ------------------------------------------------------------------------ */

.form_btn{
    position: relative;
	background-color: #b5d81e;
    display: block;
	font-family: 'Noto Sans JP', sans-serif;
    max-width: 300px;
    width: 100%;
    line-height: 40px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.04em;
    border: none;
    margin: 40px auto 15px;
	padding-top: 2px;
    cursor: pointer;
    box-shadow: 0px 2px 0px 0px rgb(119 140 25);
    transition: .1s;
}

.form_btn:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 25px;
    top: 47.5%;
    transform: rotate(45deg) translateY(-50%);
}

.btn_back{
	background-color: #aeb3bf;
	box-shadow: 0px 2px 0px 0px rgb(100 103 110);
}

.btn_back:after{
	left: 20px;
	transform: rotate(225deg) translateY(50%);
}

.form_btn:hover {
    box-shadow: none;
    transform: translate3d(0, 2px, 0);
}

.delate_btn{
    position: relative;
	background-color: #333;
	font-family: 'Noto Sans JP', sans-serif;
    display: block;
    max-width: 65px;
    width: 100%;
	margin: 0 auto;
    line-height: 30px;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.5em;
    border: none;
    cursor: pointer;
    transition: .1s;
}

.delate_btn span{
	margin-left: 0.5em;
	white-space: nowrap;
}

.change_btn{
    position: relative;
	background-color: #0a4974;
	font-family: 'Noto Sans JP', sans-serif;
    display: block;
    max-width: 100px;
    width: 100%;
	margin: 0 auto;
    line-height: 32px;
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.5em;
    border: none;
    cursor: pointer;
    transition: .1s;
}

.change_btn span{
	margin-left: 0.5em;
}

.delate_btn:hover, .change_btn:hover{
	opacity: 0.7;
}

.button_wrap{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.button_wrap .form_btn{
	width: 49%;
}

@media screen and (max-width: 540px){
	.button_wrap{
		flex-direction: column;
		margin-top: 30px;
	}
	
	.form_btn{
		max-width: inherit;
		width: 100%!important;
	}
	
	.button_wrap .form_btn{
		margin: 15px 10px 10px 0!important;
	}
}


