@charset "UTF-8";

/* 404ページ用 */
.mainCol_404{
	margin-bottom:30px;
	padding-left:5px;
}


.footerlink_404{
	position:relative;
	z-index:0;
}
.footerlink_404 .footerlinkInner_404{
	position:relative;
	margin-left:-2%
}
.footerlink_404 .footerlinkIndex_404{
	float:left;
	width:23%;
	margin-left:2%;
	margin-bottom:4%
}
.footerlink_404 .footerlinkIndex_404:nth-of-type(4n+1){
	clear:left
}

.footerlink_404 .footerlinkIndex_404 h4{
	font-size:14px;
	border-bottom:2px solid #000;
	margin-bottom:10px
}

.footerlink_404 .footerlinkIndex_404 a{
	font-size:13px;
}
	
/* オーダーウェアショップリスト */
#table_exp{
    margin-top:20px;
}
#table_exp td, #table_exp th {
    font-size: 11px;
}

/* ビギナーページ用 */
.beginner li{
	list-style: none !important;
}
ul.bxslider li{
	list-style: none !important;
}

table tr td{
word-break:break-all;	
}

@media only screen and (max-width: 600px) {
	.mainCol_404{
	margin:5px;
	}	

	.footerlink_404 .footerlinkIndex_404{
	float:left;
	width:47%;
	margin-left:2%;
	margin-bottom:4%
	}
	
	.footerlink_404 .footerlinkIndex_404:nth-of-type(2n+1){
	clear:left
	}
	
	.sp_display_none{
	display:none;
	}
	
}

/* ORDER WEAR */
.partsBoxPostContentsDefaultWide{
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
}
.partsBoxPostContentsDefaultWide .postTitle h1{
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 30px;
}
.partsBoxPostContentsDefaultWide .postTitle h1::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 32px;
    height: 3px;
    background: #292b2e;
    margin-left: -16px;
}
.partsBoxPostContentsDefaultWide section.owSection{
	margin-bottom: 69px;
}
.partsBoxPostContentsDefaultWide section.owSection p a{
	text-decoration: underline !important;
}
.partsBoxPostContentsDefaultWide section.owSection p a:hover{
	text-decoration: none !important;
}
.partsBoxPostContentsDefaultWide .partsBoxPostContents .postContent{
	padding-top: 0px;
}
.partsBoxPostContentsDefaultWide .orderwareContentMain{
	margin-bottom: 23px;
}
.partsBoxPostContentsDefaultWide .box2col{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partsBoxPostContentsDefaultWide .box2col .col{
	width: 50%;
	margin-bottom: 23px;
}
.partsBoxPostContentsDefaultWide .box2col .col-image{	
 }
.partsBoxPostContentsDefaultWide .box2col .col-image .col-image-inner{
 	padding-right: 46px;
}

/* 共通パーツ */
.partsBoxPostContentsDefaultWide .text-center{
	text-align: center;
}
.partsBoxPostContentsDefaultWide .partsBoxPostContents .postContent a:hover{
	text-decoration: none;
}
.partsBoxPostContentsDefaultWide .orderwear-btn{
	display: flex;
	justify-content: center;
	width: 100%;
	text-align: center;
}
.partsBoxPostContentsDefaultWide .orderwear-btn a{
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 900;
	border: 1px solid #292b2e;
	border-radius: 4px;
	background: #fff;
	width: auto;
	line-height: 25px;
	text-decoration: none !important;
	transition: all 0.25s ease;
	padding: 2px 20px 0 20px;
}
.partsBoxPostContentsDefaultWide .orderwear-btn a:hover{
	background: #616366;
	border-color: #616366;
	color: #fff;
}

.partsBoxPostContentsDefaultWide .orderwear-submit-btn{
	-webkit-appearance: none;
	cursor: pointer;
	background: #292b2e;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 25px;
}

.partsBoxPostContentsDefaultWide .orderwear-small{
	font-size: 12px !important;
}
.partsBoxPostContentsDefaultWide .orderwear-center-image{
	text-align: center;
	margin-bottom: 40px;
}
.partsBoxPostContentsDefaultWide .orderwear-center-image img{
	width: 648px;
}
.ssl-mark{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	
	width: 600px;
	margin: 40px auto 0 auto;
}
.ssl-mark .ssl-mark-image{
	width: 25%;
}
.ssl-mark .ssl-mark-text{
	width: 75%;
	font-size: 12px;
}
.partsBoxPostContentsDefaultWide .clearfix{
	clear: both;
	display: block;
}
.partsBoxPostContentsDefaultWide hr{
	border-top: 1px solid #e8e9eb;
}
/* SP */
@media only screen and (max-width: 767px){
	.partsBoxPostContentsDefaultWide{
		padding: 0 10px;
	}
	.partsBoxPostContentsDefaultWide .box2col .col{
		width: 100%;
		margin-bottom: 23px;
	}
	.partsBoxPostContentsDefaultWide .box2col .col-image .col-image-inner{
	 	padding-right: 0;
	}
	.ssl-mark{
		width: 100%;
	}
	.ssl-mark .ssl-mark-image{
		width: 35%;
	}
	.ssl-mark .ssl-mark-text{
		width: 65%;
	}
}

.ow-form p{
	display: none;
}
#crmWebToEntityForm.zcwf_lblLeft {
	width:100% !important;
	padding: 0px !important;
	background-color: #EFEFEF !important;
	padding: 25px !important;
}
.zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
	width: 100% !important;
}
.zcwf_lblLeft .zcwf_button{
	-webkit-appearance: none !important;
	cursor: pointer !important;
	background: #292b2e !important;
	color: #fff !important;
	text-align: center !important;
	font-size: 12px !important;
	font-weight: bold !important;
	border-radius: 3px !important;
	padding: 10px 25px !important;
}
.zcwf_title{
	display: none;
}
.zcwf_lblLeft .zcwf_privacy_txt {
	font-size: 14px !important;
}
.zcwf_lblLeft .zcwf_col_lab{
	font-size: 14px !important;
}
.crmWebToEntityForm br{
	display: none;
}
.zcwf_lblLeft .zcwf_col_fld textarea{
	height: 100px;
}
.zcwf_lblLeft .zcwf_privacy{
	margin-left: 220px;
}
.zcwf_lblLeft .zcwf_privacy a{
	text-decoration: underline;
}
#crmWebToEntityForm label span{
	display: inline-block;
	padding: 4px 10px 2px 10px;
	margin-left: 10px;
	background-color: #F2ADAD;
	font-size:0;
	line-height:0;
}
#crmWebToEntityForm label span:before{
	font-size:12px;
	line-height:12px;
	color:#550000;
	content:'必須';
}
/* SP */
@media only screen and (max-width: 767px){
#crmWebToEntityForm.zcwf_lblLeft {
	padding: 10px !important;
}
.zcwf_lblLeft .zcwf_privacy{
	margin-left: 0;
}
.g-recaptcha{
	margin-left: -10px;
}
.zcwf_lblLeft .zcwf_col_fld{
	text-align: center;
}
}

.ow-goolds-section-link{
	text-align: right;
	font-size: 14px;
	margin-top: 20px;
}
.ow-goolds-section-link a{
	text-decoration: underline;
}
.ow-goolds-section-link a:hover{
	text-decoration: none;
}

.c-info-posts.orderwear-option .c-info-post__thumb img{
	border: 1px solid #e8e9eb;
}

/* ファーストシリーズ */
.ow-first-series__products-items{
	max-width: 459px;
}

.ow-first-series__products-item{
    width: calc((100% - 15px) / 2);
}

/* オーダーウェア製品一覧 */
.ownavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-top: 1px solid #e8e9eb;
    border-bottom: 1px solid #e8e9eb;
    text-align: center;
    width: 100%;
    margin-bottom: 61px;
}

.ownavi .ownaviIndex {
    width: 20%; /* 5個で折り返し */
    padding: 10px 0;
    font-size: 12px;
    font-size: 1.2rem;
    box-sizing: border-box;
}

/* スマホ時（最大768px）に2列に切り替え */
@media screen and (max-width: 768px) {
  .ownavi .ownaviIndex {
    width: 33%;
  }
}