@charset "UTF-8";
/* CSS Document */
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

    パターンオーダーシャツ
    
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/    
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

    25/04追加*/
#businessButton,#casualButton,#cuffs-standard-btn,#cuffs-cleric-btn{
	width: 45%!important;
	padding: 0px!important;
	margin: 0!important;
	background-color: transparent!important;
}
#businessButton img,#casualButton img,#cuffs-standard-btn img,#cuffs-cleric-btn img{
	width: 100%!important;
}
.adjustDetailsButton img {
	width: 100%!important;
}
.adjustDetailsButton {
	width: 60%!important;
	padding: 0;
  border: none;
}
/*-------------------------------------------------------------- */
/*-----------------------------------------------------------
    共通
----------------------------------------------------------- */
body.nomove {
	height: 100vh;
	overflow: hidden;
}
label img {
    pointer-events: none !important;
}
input[type="radio"] {
	display: none !important;
}
input[type="radio"] + label {
	position: relative;
	display: inline-block;
	padding: 10px 10px 10px 28px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	text-align: center;
}
input[type="radio"] + label::before,
input[type="radio"] + label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
input[type="radio"] + label::before {
	top: 49%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 15px;
}
input[type="radio"] + label::after {
	opacity: 0;
	top: 49%;
	left: 5px;
	width: 10px;
	height: 6px;
	margin-top: -6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
input[type="radio"] + label:hover::before {
	background: #fff;
}
input[type="radio"]:checked + label {
	color: #002a46;
}
input[type="radio"]:checked + label::before {
	width: 20px;
	height: 20px;
	background: #002a46;
	border: 1px solid #002a46;
}
input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

div.order_shirt_.col1_ {
	width: 100%;
}
div.order_shirt_.col1_ img,
div.order_shirt_.col1_ input {
	max-width: 100%;
}
div.order_shirt_.col1_ .order_shirt_body_color1_ {
	width: 100%;
	background: #f3f1ed;
}
div.order_shirt_.col1_ .order_shirt_body_color2_ {
	width: 100%;
	background: #f7f5f2;
}

/* headline */
div.order_shirt_ .order_shirt_headline_ {
	padding: 0 20%;
	margin-bottom: 20px;
	background-image: url("../img/usr/order_shirt/ttl_bg.png");
	background-position: center center;
	background-repeat: repeat-x;
	background-size: 5px 3px;
	text-align: center;
}
/* STEP */
div.order_shirt_ .order_shirt_step_ {
	margin: 0 10px 30px;
	text-align: center;
}
/* ページ下部ボタン */
div.order_shirt_.col1_ .submit_.remove_select_ {
	margin: 10px 0 0 0;
}
div.order_shirt_.col1_ .submit_ {
	margin: 40px 0;
}
div.order_shirt_.col1_ .submit_ .next_ {
	margin: 0 10px 30px;
	text-align: center;
}
div.order_shirt_.col1_ .submit_ .next_ img, div.order_shirt_.col1_ .submit_ .next_ input {
	max-height: 80px;
}
div.order_shirt_.col1_ .submit_ .back_ {
	margin: 0 30px;
	text-align: center;
}
div.order_shirt_.col1_ .submit_ .back_ img, div.order_shirt_.col1_ .submit_ .back_ input {
	max-height: 64px;
}

/*-----------------------------------------------------------
    現在、選択中
----------------------------------------------------------- */
div.order_shirt_ #now_selected {
	background: none;
}
div.order_shirt_ #now_selected h2 {
	padding: 20px;
	text-align: center;
}
div.order_shirt_ #now_selected .inner_ {
	overflow: hidden;
}
div.order_shirt_ #now_selected dl {
	width: 254px;
	padding: 20px;
	margin: 0 auto 10px;
	border: #e6e6de 3px solid;
	background: #ffffff;
}
div.order_shirt_ #now_selected dl dt {
	margin-bottom: 15px;
}
/* step1 */
div.order_shirt_ #now_selected dl.step1_ dt {
	margin-bottom: 25px;
}
div.order_shirt_ #now_selected dl.step1_ dd ul {
	overflow: hidden;
}
div.order_shirt_ #now_selected dl.step1_ dd ul li.img_ {
	width: 46%;
	float: left;
}
div.order_shirt_ #now_selected dl.step1_ dd ul li.img_ img {
	max-width: 100%;
}
div.order_shirt_ #now_selected dl.step1_ dd ul li.price_ {
	width: 48%;
	margin-bottom: 5px;
	text-align: left;
	float: right;
}
div.order_shirt_ #now_selected dl.step1_ dd ul li.price_ span {
	font-size: 10px;
}
div.order_shirt_ #now_selected dl.step1_ dd ul li.spec_ {
	width: 48%;
	padding: 0;
	float: right;
}
div.order_shirt_ #now_selected dl.step1_ dd ul li.spec_ li {
	color: #888888;
	font-size: 11px;
}
/* step2 */
div.order_shirt_ #now_selected dl.step2_ dd .line_ {
	display: table;
	width: 100%;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_ ul,
div.order_shirt_ #now_selected dl.step2_ dd .line_ .img_ {
	display: table-cell;
	vertical-align: middle;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_ ul li.ttl_ {
	color: #002a46;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_ ul li.item_ {
	color: #888888;
	font-size: 11px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_ .img_ {
	text-align: center;
}
/* step2 ボディの形 */
div.order_shirt_ #now_selected dl.step2_ dd .line_.body_ {
	padding: 5px 0 10px;
	border-bottom: 1px dotted #ccc;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.body_ ul {
	width: 155px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.body_ .img_ img {
	width: 114px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.collar_ .img_ {
	width: 114px;
}
/* step2 襟型 */
div.order_shirt_ #now_selected dl.step2_ dd .line_.collar_ {
	padding: 5px 0 3px;
	border-bottom: 1px dotted #ccc;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.collar_ ul {
	width: 155px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.collar_ .img_ img {
	width: 75px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.collar_ .img_ {
	width: 100px;
}
/* step2 カフス・クレリック */
div.order_shirt_ #now_selected dl.step2_ dd .line_.cuffs_ {
	padding: 5px 0 0;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.cuffs_ ul {
	width: 164px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.cuffs_ .img_ {
	width: 94px;
}
div.order_shirt_ #now_selected dl.step2_ dd .line_.cuffs_ .img_ img {
	width: 73px;
}

/*-----------------------------------------------------------
    STEP1
----------------------------------------------------------- */
#order_shirt_step01 .search_mode_list_ {
}

/*　生地を選ぶ　検索
----------------------------------------------*/
div.order_shirt_ #cloth_search_ttl {
	padding: 20px;
	border-bottom: #c9c8c3 1px solid;
	background: url(../img/usr/order_shirt/sp/plus_arrow.png) right center no-repeat;
	-webkit-background-size: 50px 24px;
	background-size: 50px 24px;
}
div.order_shirt_ #cloth_search_ttl.open_ {
	border-bottom: none;
	background: url(../img/usr/order_shirt/sp/minus_arrow.png) right center no-repeat;
	-webkit-background-size: 50px 24px;
	background-size: 50px 24px;
}
div.order_shirt_ #cloth_search_ttl img {
	height: 19px;
}
div.order_shirt_ #cloth_search {
	padding: 0 10px 10px 10px;
	border-bottom: #c9c8c3 1px solid;
	overflow: hidden;
	display: none;
}
div.order_shirt_ #cloth_search li {
	margin: 0 0 5px 0;
}
div.order_shirt_ #cloth_search li.search_ {
	margin: 10px 0 0 0;
	text-align: center;
}
div.order_shirt_ #cloth_search li select {
	width: 100%;
	max-width: 100%;
	height: 38px;
	padding: 0 5px;
	margin-top: 0;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
}
div.order_shirt_ #cloth_search li input {
	width: 100%;
	max-width: 100%;
	height: 38px;
	margin-top: 0;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #e0e0e0;
}

/*　品番から選ぶ　コード
----------------------------------------------*/
div.order_shirt_ #coad_search_ttl {
	padding: 20px;
	border-bottom: #c9c8c3 1px solid;
	background: url(../img/usr/order_shirt/sp/plus_arrow.png) right center no-repeat;
	-webkit-background-size: 50px 24px;
	background-size: 50px 24px;
}
div.order_shirt_ #coad_search_ttl.open_ {
	border-bottom: none;
	background: url(../img/usr/order_shirt/sp/minus_arrow.png) right center no-repeat;
	-webkit-background-size: 50px 24px;
	background-size: 50px 24px;
}
div.order_shirt_ #coad_search_ttl img {
	height: 19px;
}
div.order_shirt_ #coad_search {
	padding: 0 10px 10px 10px;
	border-bottom: #c9c8c3 1px solid;
	overflow: hidden;
	display: none;
	position: relative;
}
div.order_shirt_ #coad_search li {
	height: 38px;
	line-height: 38px;
}
div.order_shirt_ #coad_search li.coad_ input {
	width: 100%;
	height: 38px;
	padding: 0 50px 0 10px;
	margin: 0;
	border: #999 1px solid;
	line-height: 38px;
	box-sizing: border-box;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
div.order_shirt_ #coad_search li.search_ {
	width: 49px;
	position: absolute;
	top: 0;
	right: 10px;
}

/*　過去の注文から選ぶ
----------------------------------------------*/
div.order_shirt_ #history_ttl a {
	padding: 20px;
	border-bottom: #c9c8c3 1px solid;
	background: url(../img/usr/order_shirt/sp/arrow.png) right center no-repeat;
	-webkit-background-size: 50px 24px;
	background-size: 50px 24px;
	display: block;
}
div.order_shirt_ #history_ttl img {
	height: 19px;
}

/* この生地を選ぶ */
#order_shirt_step01 div.item_menu_ .select_ {
	padding: 0;
	margin-bottom: 10px;
	background-color: #ffffff;
	text-align: center;
	text-indent: -9999px;
	cursor: pointer;
	color: #fff;
	font-size: 10px;
}
#order_shirt_step01 div.item_menu_ .select_ input {
	display: none;
}

/*生地一覧
----------------------------------------------*/
div.clothSearch_frame_ {
	width: 100%;
	overflow: hidden;
}
div.clothSearch_line_ {
	padding: 20px 5px 10px 5px;
	margin-top: 0;
	border-top: none;
	overflow: hidden;
}
div.clothSearch_item_ {
	width: 46%;
	padding: 8px;
	margin: 0 2% 10px;
	border: #ffffff 2px solid;
	float: left;
	display: block;
	background: #ffffff;
	box-sizing: border-box;
}
div.clothSearch_item_ a {
	text-decoration: none;
}
#order_shirt_step01 .clothSearch_item_:nth-child(2n-1) {
	clear: left;
}
div.clothSearch_item_.checked {
	border: #002a46 2px solid;
}
/* 素材画像 */
div.clothSearch_item_ .img_ {
	width: 100%;
	height: 100%;
	text-align: center;
	margin-bottom: 8px;
	position: relative;
}
div.clothSearch_item_ .img_ img {
	min-width: 120px;
	min-height: 120px;
}
div.clothSearch_item_ .img_ img.new_ {
	width: 41px;
	height: 21px;
	min-width: 41px;
	min-height: 21px;
	position: absolute;
	top: -3px;
	left: -4px;
}

/* アイコン */
div.clothSearch_item_ .icon2_ {
	position: relative;
}
div.clothSearch_item_ .icon2_ img {
	max-width: 31%;
	padding: 0;
    margin: 0 0 8px 0;
	box-sizing: border-box;
	vertical-align: top;
}
div.clothSearch_item_ .price_ span {
    font-size: 10px;
}
/* 価格 */
div.clothSearch_item_ .price_ {
	text-align: left;
	margin-bottom: 5px;
	position: relative;
}
div.clothSearch_item_ .price_ span {
	font-size: 10px;
}
/* 素材詳細 */
div.clothSearch_item_ .mate_spec_ {
	margin-left: 0;
	color: #888888;
	font-size: 11px;
	line-height: 1.3;
	position: relative;
}

/* SOLDOUT */
div.clothSearch_item_.soldout_ .img_::after {
	content: '';
    width: 100%;
	height: 100%;
    display: block;
	background: url(../img/usr/order_shirt/sp/soldout.png) left top repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
div.clothSearch_item_.soldout_ .icon2_::after,
div.clothSearch_item_.soldout_ .price_::after,
div.clothSearch_item_.soldout_ .mate_spec_::after {
	content: '';
    width: 100%;
	height: 100%;
    display: block;
	background: url(../img/usr/order_shirt/sp/soldout.png) left top repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
div.zoom_layer_ .soldout_l_btn {
	height: 50px;
	margin-bottom: 15px;
	background: #dddddd;
	text-align: center;
}
div.zoom_layer_ .soldout_l_btn img {
	height: 50px;
}

/* 拡大エリア（ポップアップ）
-----------------------------------------*/
/* ポップアップするベース */
div.zoom_layer_ {
	width: 90%;
	display: none;
	position: fixed;
	left: 50%;
	top: 10%;
	margin-left: -45%;
	background-color: #ffffff;
	z-index: 1000;
}
/* 閉じるボタン */
div.zoom_layer_ .btn_close_ {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: -50px;
	background-image: url(../img/usr/order_shirt/sp/btn_close.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	text-indent: -9999px;
	cursor: pointer;
}
div.zoom_layer_ .inner_ {
	width: 100%;
	max-height: 70vh;
	padding: 10px;
	box-sizing: border-box;
	overflow-y: scroll;
}
div.zoom_layer_ .inner_ .zoom_img_ {
	width: 256px;
	height: 256px;
	padding: 1px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #eaeaea;
}
div.zoom_layer_ .inner_ .sp_slick_img_ img {
	width: 256px;
	height: 256px;
}
div.zoom_layer_ .inner_ .zoom_img_ img {
	z-index: 100;
}

/* 詳細 */
div.zoom_layer_ .inner_ .zoom_details_ {
	padding-top: 20px;
}
div.zoom_layer_ .inner_ .zoom_details_ h3 {
	height: 17px;
	margin-bottom: 15px;
}
div.zoom_layer_ .inner_ .zoom_details_ h3 img {
	height: 17px;
}
div.zoom_layer_ .inner_ .zoom_details_ table {
	width: 100%;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
div.zoom_layer_ .inner_ .zoom_details_ table.goodsspec_ th {
	width: 95px;
	padding: 4px 0;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	color: #002a46;
}
div.zoom_layer_ .inner_ .zoom_details_ table.goodsspec_ td {
	padding: 4px 0;
	border-bottom: 1px dotted #ccc;
}
div.zoom_layer_ .inner_ .zoom_details_ .comment_ {
	color: #666666;
	font-size: 11px;
}
/* ボタン */
div.zoom_layer_ .select_l_btn {
	margin-bottom: 15px;
}
div.zoom_layer_ .select_l_btn label {
	height: 50px;
	text-align: center;
	text-indent: -9999px;
	display: block;
	background: #002a46 url(../img/usr/order_shirt/sp/btn_l_select.png) center center no-repeat;
	-webkit-background-size: auto 50px;
	background-size: auto 50px;
}
div.zoom_layer_ .select_l_btn label img {
	height: 50px;
}
.submit_.remove_select_ {
	padding-bottom: 15px;
}
.submit_.remove_select_ input {
	display: none;
}


/*-----------------------------------------------------------
    STEP2
----------------------------------------------------------- */
#select_body {
	padding-bottom: 10px;
}
#select_body .section_ {
	margin: 0 auto;
	background: none;
	overflow: hidden;
}
#select_body .section_ h2,
#select_body .select_button h2 {
	padding: 30px 0 20px;
	text-align: center;
}
#select_body .section_ .order_error_ {
	width: auto;
	overflow: hidden;
}
#select_body .section_ .select_inner_ {
	width: 100%;
	display: block;
	overflow: hidden;
}
#select_body #section1 .select_inner_,
#select_body #section3 .select_inner_ {
	position: relative;
}

#select_body .button-container {
	display: flex;
	justify-content: center;
	gap: 40px; /* ボタン間のスペース */
	margin-bottom: 50px;
	padding: 3%;
}

#select_body .select_button {
	width: 100%;
	padding: 50px 0;
	background: #f7f5f2;
}

#select_body .select_button .btn-shirt-category,
#select_body #section3 .select_button .cuffs-select-button {
	color: #002A46;
	background-color: #ffffff;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	margin: 0 10px;
	transition: background-color 0.3sease;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #002a46;
	text-align: center;
}

#select_body .select_button .btn-shirt-category.checked,
#select_body #section3 .select_button .cuffs-select-button.checked {
	border: #002a46 2px solid;
}

/*形を選ぶ
--------------------------------------------*/
#select_body #section2 {
	padding-bottom: 20px;
}
#select_body #section2 .select_inner_ {
	padding: 0 1%;
	box-sizing: border-box;
	overflow: hidden;
}
#select_body #section2 .type_item_ {
	width: 46%;
	padding: 10px;
	border: #ffffff 2px solid;
	box-sizing: border-box;
	display: inline;
	margin: 0 2% 10px;
	background: #ffffff;
	float: left;
}
#select_body #section2 .type_item_ input[name=body] {
	display: none;
}
#select_body #section2 .type_item_.checked {
	border: #002a46 2px solid;
}
#select_body #section2 .type_item_ label {
	cursor: pointer;
}
#select_body #section2 .type_item_ .img_ {
	margin-bottom: 20px;
	text-align: center;
}
#select_body #section2 .type_item_ .name_ {
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	color: #002a46;
	text-align: center;
}
#select_body #section2 .type_item_ .comment_ {
	margin-bottom: 15px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 1.4;
}
#select_body #section2 .type_item_ .size_ {
	text-align: center;
}
#select_body #section2 .type_item_ .size_ a {
	padding: 0 0 0 16px;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/*襟型を選ぶ
--------------------------------------------*/
#select_body #section1 {
	padding-bottom: 20px;
}
#select_body #section1 .select_inner_ {
	padding: 0 1%;
	box-sizing: border-box;
	overflow: hidden;
}
#select_body #section1 label {
	width: 46%;
	padding: 10px;
	border: #ffffff 2px solid;
	box-sizing: border-box;
	display: inline;
	margin: 0 2% 10px;
	background: #ffffff;
	display: block;
	cursor: pointer;
	float: left;	
}
#select_body #section1 label.checked {
	border: #002a46 2px solid;
}
#select_body #section1 dl {
	width: auto;
	padding: 0;
	border: none;
	display: block;
	margin: 0;
	float: none;
}
#select_body #section1 dl dt {
	text-align: center;
	margin-bottom: 15px;
}
#select_body #section1 dl .name_ {
	font-size: 14px;
	font-weight: bold;
	color: #002a46;
	text-align: center;
}
#select_body #section1 dl .collar_info_ {
	text-align: center;
}
#select_body #section1 dl .collar_info_ a {
	padding: 0 0 0 16px;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#select_body #section1 dl input[name=collar] {
	display: none;
}

/*カフスを選ぶ
--------------------------------------------*/
#select_body #section3 {
	padding-bottom: 15px;
	margin-bottom: 0;
	background: #f7f5f2;
}
#select_body #section3 .section_ {
	overflow: inherit;
}
#select_body #section3 .select_inner_ .select_off_ {
	top: 0;
}
#select_body #section3 .cuffs_item_ {
	padding: 0 1%;
	box-sizing: border-box;
	overflow: hidden;
}
#select_body #section3 .cuffs_item_#cleric_off {
	margin-bottom: 30px;
}
#select_body #section3 .cuffs_item_ h3 {
	margin: 0 10px 15px;
	text-align: center;
}
#select_body #section3 .cuffs_item_#cleric_off h3 img {
	max-height: 24px;
}
#select_body #section3 .cuffs_item_#cleric_on h3 img {
	max-height: 46px;
}
#select_body #section3 .cuffs_item_ label {
	width: 46%;
	padding: 10px;
	border: #ffffff 2px solid;
	box-sizing: border-box;
	display: inline;
	margin: 0 2% 10px;
	background: #ffffff;
	display: block;
	cursor: pointer;
	float: left;	
}
#select_body #section3 .cuffs_item_ label.checked {
	border: #002a46 2px solid;
}
#select_body #section3 .cuffs_item_ dl {
	margin: 0;
	float: none;
	display: block;
}
#select_body #section3 .cuffs_item_ dt {
	margin-bottom: 15px;
}
#select_body #section3 .cuffs_item_ dt {
	text-align: center;
	margin-bottom: 15px;
}
#select_body #section3 .cuffs_item_ dl .name_ {
	font-size: 14px;
	font-weight: bold;
	color: #002a46;
	text-align: center;
}
#select_body #section3 .cuffs_item_ dl dd.select_ .cuff_info_ {
	text-align: center;
}
#select_body #section3 .cuffs_item_ dl dd.select_ .cuff_info_ a {
	padding: 0 0 0 16px;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#select_body #section3 .cuffs_item_ dl input[name=cuff] {
	display: none;
}

/*-----------------------------------------------------------
    STEP3
----------------------------------------------------------- */
#select_option {
}
#select_option .section_ {
	padding: 10px 10px 30px 10px;
	margin: 0 auto;
	overflow: hidden;
}
#select_option .section_ h2 {
	padding: 20px 0 10px;
	display: block;
	text-align: center;
}
#select_option .section_ .select_inner_ {
	width: auto;
	display: block;
	float: none;
}
#select_option .sender_name_ input,
#select_option .sender_kana_ input {
	max-width: 46%;
	box-sizing: border-box;
}
#select_option .section_ .select_inner_ .top_txt_ {
	margin-bottom: 10px;
	overflow: hidden;
}
#select_option .section_ .select_inner_ .top_txt_ .txt_ {
	margin-bottom: 10px;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
	color: #b28f43;
	display: block;
	float: none;
}
#select_option .section_ .select_inner_ .top_txt_ .link_ {
	float: right;
	display: inline;
	overflow: hidden;
}
#select_option .section_ .select_inner_ .top_txt_ .link_ li {
	float: left;
	display: inline;
}
#select_option .section_ .select_inner_ .top_txt_ .link_ li:first-child {
	margin-right: 20px;
}
#select_option .section_ .select_inner_ .top_txt_ .link_ li a {
	padding: 0 0 0 16px;
	text-decoration: underline;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#select_option .section_ .select_inner_ .top_txt_ .link_ li a:hover {
	text-decoration: none;
}
#select_option .section_ .select_inner_ .order_error_ {
	margin-bottom: 5px;
}
/*サイズを選ぶ
--------------------------------------------*/
#select_option #section1 {
	background-image: url(../img/usr/common/line1.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#select_option #section1 .select_inner_ .size_item_ {
	padding: 10px 15px;
	border: none;
	overflow: hidden;
	background: #ffffff;
}
#select_option #section1 .size_item_ .select_image_ {
	width: 270px;
	margin: 0 auto 20px;
}
#select_option #section1 .size_item_ .select_image_ .img_ {
	width: 230px;
	margin: 0 auto 10px;
	text-align: center;
}
#select_option #section1 .size_item_ .select_image_ .link_ li a {
	padding: 0 0 0 16px;
	text-decoration: underline;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#select_option #section1 .size_item_ .select_image_ .link_ li a:hover {
	text-decoration: none;
}
#select_option #section1 .size_item_ .select_detail_ {
}
#select_option #section1 .size_item_ .select_detail_ dl {
	border-top: 1px dotted #aaaa99;
	overflow: hidden;
}
#select_option #section1 .size_item_ .select_detail_ dt {
	padding: 10px 0 5px 0;
}
#select_option #section1 .size_item_ .select_detail_ dd {
	padding: 0 0 10px 0;
}
#select_option #section1 .size_item_ .select_detail_ dt {
	color: #062a46;
	padding-left: 19px;
	background-image: url(../img/usr/common/icon_circle.png);
	background-position: 3px 18px;
	background-repeat: no-repeat;
}
#select_option #section1 .size_item_ .select_detail_ dd {
	font-size: 10px;
}
#select_option #section1 .size_item_ .select_detail_ dd .select_left_,
#select_option #section1 .size_item_ .select_detail_ dd .select_right_ {
	display: block;
}
#select_option #section1 .size_item_ .select_detail_ dd select {
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#select_option #section1 .size_item_ .select_detail_ dd .link_ a {
	color: #333333;
	text-decoration: underline;
	padding-left: 16px;
	background-image: url(../img/usr/common/icon_arrow2.png);
	background-position: left center;
	background-repeat: no-repeat;
}
#select_option #section1 .size_item_ .select_detail_ dd .link_ a:hover {
	text-decoration: none;
}
#select_option #section1 .size_item_ .select_detail_ dl.reference_size_ dd select {
	margin-right: 14px;
}
#select_option #section1 .size_item_ .select_detail_ dl.sleeve_length_ dd .select_left_, #select_option #section1 .size_item_ .select_detail_ dl.cuff_width_ dd .select_left_ {
	margin-right: 10px;
}
#select_option #section1 .size_item_ .select_detail_ dd .memo_ {
	color: #990000;
	font-size: 12px;
	display: block;
}
/*オプションを選ぶ
--------------------------------------------*/
#select_option #section2 .option_line_ {
	margin-bottom: 20px;
	overflow: hidden;
}
/* 前立て */
#select_option #section2 .option_line_ #select_plume h3 img {
	max-height: 28px;
}
#select_option #section2 .option_line_ #select_plume.option_item_ {
	margin-bottom: 20px;
	overflow: hidden;
}
#select_option #section2 .option_line_ #select_plume.option_item_ .placket_info_ {
	text-align: center;
}
#select_option #section2 .option_line_ #select_plume.option_item_ .placket_info_ a {
	padding: 0 0 0 16px;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/* ポケット */
#select_option #section2 .option_line_ #select_pocket h3 img {
	max-height: 28px;
}
#select_option #section2 .option_line_ #select_pocket.option_item_ {
	margin-bottom: 10px;
	overflow: hidden;
}
#select_option #section2 .option_line_ .option_item_ h3 {
	text-align: center;
	margin-bottom: 15px;
}
#select_option #section2 .option_line_ .option_item_ label {
	width: 49%;
	margin: 0;
	padding: 15px 0;
	border: #ffffff 2px solid;
	box-sizing: border-box;
	float: left;
	display: block;
	background: #ffffff;
	cursor: pointer;
}
#select_option #section2 .option_line_ .option_item_ label.disabled_panel_:after {
	content: "この型では\Aお選びいただけません";
	white-space: pre;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

#select_option #section2 .option_line_ .option_item_ label:nth-of-type(2n) {
	margin-left: 2%;
}
#select_option #section2 .option_line_ .option_item_ label:nth-of-type(n + 3) {
	margin-top: 2%;
}
	#select_option #section2 .option_line_ .option_item_ label.checked {
	border: #002a46 2px solid;
}
#select_option #section2 .option_line_ .option_item_ label dl {
	width: auto;
	padding: 0;
	border: none;
	display: block;
	margin: 0;
	float: none;
}
#select_option #section2 .option_line_ .option_item_ dl dt {
	margin-bottom: 15px;
	text-align: center;
}
#select_option #section2 .option_line_ .option_item_ dl dd {
	margin-bottom: 0;
}
#select_option #section2 .option_line_ .option_item_ dl input[name=placket], #select_option #section2 .option_line_ .option_item_ dl input[name=pocket] {
	display: none;
}
#select_option #section2 .option_line_ .option_item_ dl .name_ {
	font-size: 14px;
	font-weight: bold;
	color: #002a46;
	text-align: center;
}
#select_option #section2 .option_line_ .option_item_ .pocket_info_ {
	text-align: center;
}
#select_option #section2 .option_line_ .option_item_ .pocket_info_ a {
	padding: 0 0 0 16px;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* イニシャル */
#select_option #section2 #select_initial h3 {
	text-align: center;
}
#select_option #section2 #select_initial h3 img {
	max-height: 47px;
}
#select_option #section2 #select_initial.option_item_ {
	padding: 15px;
	background: #ffffff;
}
#select_option #section2 #select_initial.option_item_ select {
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#select_option #section2 .option_item_ .option_detail_ {
	display: block;
}
#select_option #section2 .option_item_ .option_detail_ dl {
	border-top: 1px dotted #ccc;
	overflow: hidden;
}
#select_option #section2 .option_item_ .option_detail_ dl dt {
	padding: 10px 0 5px 0;
}
#select_option #section2 .option_item_ .option_detail_ dl dd {
	padding: 0 0 10px 0;
}
#select_option #section2 .option_item_ .option_detail_ dl dt {
	padding-left: 19px;
	background-image: url(../img/usr/common/icon_circle.png);
	background-position: 5px 16px;
	background-repeat: no-repeat;
	color: #062a46;
}
#select_option #section2 .option_item_ .option_detail_ dl dd {
	width: 266px;
}
#select_option #section2 .option_item_ .option_detail_ dl.color_.disabledarea_ {
	display: none;
}
#select_option #section2 .option_item_ .option_detail_ dl.color_ ul {
	overflow: hidden;
}
#select_option #section2 .option_item_ .option_detail_ dl.color_ dd {
	padding-bottom: 5px;
}
#select_option #section2 .option_item_ .option_detail_ dl.color_ ul li {
	width: 31%;
	max-width: 31%;
	display: inline-block;
	box-sizing: border-box;
	line-height: 1.2;
}
#select_option #section2 .option_item_ .option_detail_ dl.color_ ul li label {
	margin: 3px 8px 0 0;
	line-height: 13px;
}
#select_option #section2 .option_item_ .option_detail_ dl.color_ ul li span {
	font-size: 16px;
	vertical-align: text-bottom;
	display: inline-block;
}
#select_option #section2 .option_item_ .option_img_ {
	padding: 20px 0 10px 0;
	text-align: center;
}
#select_option #section2 .option_item_ .option_detail_ .initial_info_ {
/*	text-align: center;*/
}
#select_option #section2 .option_item_ .option_detail_ .initial_info_ a {
	padding: 0 0 0 16px;
	background-image: url(../img/usr/common/icon_arrow3.png);
	background-position: left center;
	background-repeat: no-repeat;
}

/* ファブリックネーム・ブランドネーム有無選択 */
.submit_.remove_select_ #remove_fabric_name + label {
	width: 100%;
	height: 56px;
	margin: 10px 0;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../img/usr/order_shirt/sp/fabricname_on.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
	background-position: left;
	background-size: 260px;
}
.submit_.remove_select_ #remove_fabric_name + label.checked {
	background-image: url(../img/usr/order_shirt/sp/fabricname_remove.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: left;
	background-size: 260px;
}

.submit_.remove_select_cn #remove_fabric_name + label {
	width: 100%;
	height: 56px;
	margin: 10px 0;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../img/usr/order_shirt_cn/sp/fabricname_on.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
	background-position: left;
	background-size: 260px;
}
.submit_.remove_select_cn #remove_fabric_name + label.checked {
	background-image: url(../img/usr/order_shirt_cn/sp/fabricname_remove.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: left;
	background-size: 260px;
}

.submit_.remove_select_ #remove_brand_name + label {
	width: 100%;
	height: 56px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../img/usr/order_shirt/sp/brandname_on.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: left;
	background-size: 260px;
}
.submit_.remove_select_ #remove_brand_name + label.checked {
	background-image: url(../img/usr/order_shirt/sp/brandname_remove.png);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: left;
	background-size: 260px;
}
.fabric_name_wrapper_ {
	position: absolute;
	top: 10px;
	width: 100%;
	height: 56px;
	background: rgba(0,0,0,0.5);
	color: #FFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 56px;
    text-align: center;  
}
.remove_name_wrapper_ {
	position: relative;
}

/* 購入者の情報を入力する
--------------------------------------------*/
#select_option #section3 #select_customer_data {
	padding: 5px 15px 1px 15px;
	margin-top: 20px;
	background: #ffffff;
	overflow: hidden;
}
#select_option #section3 #select_customer_data dl {
	border-top: 1px dotted #ccc;
	overflow: hidden;
}
#select_option #section3 #select_customer_data dl.qty_ {
	border-top: none; 
}
#select_option #section3 #select_customer_data dl dt {
	padding: 10px 0 5px 0;	
}
#select_option #section3 #select_customer_data dl dd {
	padding: 0 0 10px 0;
}
#select_option #section3 #select_customer_data dl dt {
	padding-left: 19px;
	background-image: url(../img/usr/common/icon_circle.png);
	background-position: 5px 16px;
	background-repeat: no-repeat;
	color: #062a46;
}
#select_option #section3 #select_customer_data .detail01_ dd .completion_call_ {
	margin: 10px 0 0 0;
}
#select_option #section3 #select_customer_data input[type="checkbox"] {
	display: none !important;
}
#select_option #section3 #select_customer_data input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 35px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
}
#select_option #section3 #select_customer_data input[type="checkbox"] + label::before, #select_option #section3 #select_customer_data input[type="checkbox"] + label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
#select_option #section3 #select_customer_data input[type="checkbox"] + label::before {
	top: 49%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#select_option #section3 #select_customer_data input[type="checkbox"] + label::after {
	opacity: 0;
	top: 49%;
	left: 5px;
	width: 10px;
	height: 6px;
	margin-top: -6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
#select_option #section3 #select_customer_data label:hover::before {
	background: #fff;
}
#select_option #section3 #select_customer_data input[type="checkbox"]:checked + label {
	color: #002a46;
}
#select_option #section3 #select_customer_data .method_sender_.open_ input[type="checkbox"]:checked + label {
	color: #ffffff;
}
#select_option #section3 #select_customer_data input[type="checkbox"]:checked + label::before {
	width: 20px;
	height: 20px;
	background: #002a46;
	border: 1px solid #002a46;
}
#select_option #section3 #select_customer_data input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
#select_option #section3 #select_customer_data .detail02_ dl.sender_address_ dd {
	padding-top: 5px;
	padding-bottom: 5px;
}
#select_option #section3 #select_customer_data .detail02_ dl.sender_address_ dd table {
	width: 100%;
	margin-bottom: 0;
}
#select_option #section3 #select_customer_data .detail02_ dl.sender_address_ dd table th {
	width: 40px;
	min-width: 40px;
	line-height: 1.2;
	vertical-align: middle;
	font-weight: normal;
}
#select_option #section3 #select_customer_data .detail02_ dl.sender_address_ dd table td input,
#select_option #section3 #select_customer_data .detail02_ dl.sender_comp_ input[type=text],
#select_option #section3 #select_customer_data .detail02_ dl.sender_dept_ input[type=text] {
	max-width: 100%;
	min-width: 100%;
	box-sizing: border-box;
}
#select_option #section3 #select_customer_data dl input[type=text] {
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	border-color: #a9a9a9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#select_option #section3 #select_customer_data dl select {
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	margin-bottom: 0;
	border-color: #a9a9a9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#select_option #section3 #select_customer_data dl textarea {
	max-width: 100%;
	border-color: #a9a9a9;
	box-sizing: border-box;
}
/* オーダーシャツ　「採寸の仕方」「基準サイズ」「裄丈の算出方法」
--------------------------------------------------------------------- */
div.ipop_ordershirt_ {
	width: 92%;
	max-height: 50%;
	padding: 10px;
	background-color: #fff;
	border: 2px solid #002a46;
	box-sizing: border-box;
	position: absolute;
	display: none;
	z-index: 8999;
	overflow-y: scroll;
}
div.ipop_ordershirt_ .ipop_title {
	color: #002a46;
	font-size: 14px;
	font-weight: bold;
	cursor: move;
}
div.ipop_ordershirt_ .ipop_title span {
	font-size: 12px;
	font-weight: normal;
	margin: 0 10px;
}
div.ipop_ordershirt_ .ipop_close {
	cursor: pointer;
	width: 91px;
	height: 35px;
	float: right;
	background-image: url(../img/usr/common/btn_close.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div.ipop_ordershirt_ .inner_ {
	padding: 20px 10px 0;
	background-color: #fff;
}
div.ipop_ordershirt_ .inner_ .img_ {
	text-align: center;
	margin-bottom: 10px;
}
div.ipop_ordershirt_ .inner_ h3 {
	color: #002a46;
	padding: 0 0 0 5px;
	border-left: 5px solid #002a46;
	margin-bottom: 5px;
}
div.ipop_ordershirt_ .inner_ p {
	margin-bottom: 10px;
}
div.ipop_ordershirt_ .inner_ .ex_ {
	background-color: #e6e6de;
	padding: 10px;
	margin-bottom: 15px;
	text-indent: -1em;
	padding-left: 20px;
}

/*-----------------------------------------------------------
    STEP4
----------------------------------------------------------- */
div.order_shirt_ .step4_txt_ {
	padding: 30px 20px 20px 20px;
	text-align: center;
}
div.order_shirt_ .order_attention_ {
	padding: 15px 10px 15px 45px;
	margin: 0 10px 10px 10px;
	background-image: url(../img/usr/common/icon_attention.png);
	background-color: #ffffff;
	background-position: 12px center;
	background-repeat: no-repeat;
	-webkit-background-size: 22px auto;
	background-size: 22px auto;
	border: 1px dashed #cb0000;
}
div.order_shirt_ .order_attention_ p {
	font-size: 14px;
	line-height: 1.1;
}
div.order_shirt_ .order_attention_ p.att_ {
	color: #cb0000;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 5px;
}
/**/
div.order_shirt_ .approval_ {
	margin: 20px 10px 0;
	padding: 15px;
	border: #cb0000 1px solid;
	background-color: #ffffff;
}
div.order_shirt_ .approval_ dl {
	overflow: hidden;
}
div.order_shirt_ .approval_ dl dt {
	color: #cb0000;
	font-size: 13px;
	line-height: 1.4;
}
div.order_shirt_ .approval_ dl dd {
	font-size: 14px;
	padding-top: 10px;
	text-align: center;
}
div.order_shirt_ .approval_ dl dd input {
	margin: 0 10px 0 0;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"] {
	display: none !important;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"] + label {
	position: relative;
	display: inline-block;
	padding: 10px 0 10px 35px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"] + label::before,
div.order_shirt_ .approval_ dl dd input[type="checkbox"] + label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"] + label::before {
	top: 49%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"] + label::after {
	opacity: 0;
	top: 49%;
	left: 5px;
	width: 10px;
	height: 6px;
	margin-top: -6px;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
div.order_shirt_ .approval_ dl dd label:hover::before {
	background: #fff;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"]:checked + label {
	color: #002a46;
}
div.order_shirt_ .approval_ dl dd .method_sender_.open_ input[type="checkbox"]:checked + label {
	color: #ffffff;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"]:checked + label::before {
	width: 20px;
	height: 20px;
	background: #002a46;
	border: 1px solid #002a46;
}
div.order_shirt_ .approval_ dl dd input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}
/**/

#select_conf {
	padding: 10px;
}
#select_conf .section_ {
	padding: 20px 0;
	margin-bottom: 10px;
	background: #ffffff;
	overflow: hidden;
}
#select_conf .section_ h2 {
	margin-bottom: 20px;
	text-align: center;
	display: block;
}
#select_conf .section_ h2 img {
	width: 124px;
}
#select_conf .section_ .select_inner_ {
	overflow: hidden;
}
#select_conf .section_ table.spec_ {
	width: 100%;
	border-top: none;
}
#select_conf .section_ table.spec_ th, #select_conf .section_ table.spec_ td {
	border-bottom: 1px dotted #aaaa99;
}
#select_conf .section_ table.spec_ th {
	width: 84px;
	color: #062a46;
	padding: 5px 10px 5px 19px;
	background-image: url(../img/usr/common/icon_circle.png);
	background-position: 4px 11px;
	background-repeat: no-repeat;
	text-align: left;
}
#select_conf .section_ table.spec_ td {
	padding: 5px 0;
	vertical-align: middle;
}

#select_conf #section1 table.spec_ td, 
#select_conf #section3 table.spec_ td, 
#select_conf #section4 table.spec_ td {
	font-size: 16px;
}

/*生地
------------------------------------------------------*/
#select_conf #section1 .select_inner_ {
}
#select_conf #section1 .cloth_item_ {
}
/* 画像 */
#select_conf #section1 .select_cloth_ {
	width: 205px;
	margin: 0 auto;
	text-align: center;
	vertical-align: top;
}
#select_conf #section1 .select_cloth_ li {
	margin-bottom: 25px;
}
#select_conf #section1 .select_cloth_ img {
	max-width: 100%;
}
/* スペック */
#select_conf #section1 .select_spec_ {
	margin: 0 15px;
	vertical-align: top;
}
#select_conf #section1 .select_spec_ table.spec_ {
	width: 100%;
}
/* ボタン */
#select_conf #section1 .btn_ {
	margin: 20px 55px 0;
	text-align: center;
}
#select_conf #section1 .btn_ img, #select_conf #section1 .btn_ input {
	max-height: 59px;
}

/*ボディ
------------------------------------------------------*/
#select_conf #section2 .body_item_ {
}
#select_conf #section2 .body_item_ h3 {
	margin-bottom: 15px;
	text-align: center;
}
#select_conf #section2 .body_item_ h3 img {
	height: 20px;
}
#select_conf #section2 .body_item_ .img_ {
	text-align: center;
}
#select_conf #section2 .body_item_ .img_ img {
	max-width: 100%;
	vertical-align: bottom;
}
#select_conf #section2 .body_item_ .item_ {
	margin-bottom: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#select_conf #section2 .body_item_ .btn_ {
	margin: 20px 25px 5px;
	text-align: center;
}
#select_conf #section2 .body_item_ .btn_ img, #select_conf #section2 .body_item_ .btn_ input {
	max-height: 59px;
}
#select_conf #section2 .body_item_ .memo_ {
	color: #cb0000;
	font-size: 10px;
	text-align: center;
}
/* ボディの形 */
#select_conf #section2 .select_body_ {
	padding: 0 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#select_conf #section2 .select_body_ .img_ {
	margin-bottom: 9px;
}
/* 襟型 */
#select_conf #section2 .select_collar_ {
	padding: 0 20px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#select_conf #section2 .select_collar_ .img_ {
}
/* カフス・クレリック */
#select_conf #section2 .select_cuffs_ {
	padding: 0 20px;
}
#select_conf #section2 .select_cuffs_ .img_ {
	padding: 8px 0 15px;
	margin: 0;
}
#select_conf #section2 .select_cuffs_ .item_ {
	line-height: 1.0;
}
/*サイズ
------------------------------------------------------*/
#select_conf #section3 .size_item_ {
	vertical-align: middle;
}
#select_conf #section3 .size_item_ img {
	max-width: 200px;
}
/* 画像 */
#select_conf #section3 .select_size_ {
	margin-bottom: 20px;
	text-align: center;
}
/* スペック */
#select_conf #section3 .select_spec_ {
	margin: 0 15px;
}
#select_conf #section3 .select_spec_ table.spec_ {
}
/* ボタン */
#select_conf #section3 .btn_ {
	margin: 20px 55px 0;
	text-align: center;
}
#select_conf #section3 .btn_ img,
#select_conf #section3 .btn_ input {
	max-height: 59px;
}

/*オプション
------------------------------------------------------*/
/* 前立て/ポケット */
#select_conf #section4 .line_ {
}
#select_conf #section4 .line_ .option_item_ {
	padding: 0 15px 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#select_conf #section4 .line_ .option_item_ h3 {
	margin-bottom: 15px;
	text-align: center;
}
#select_conf #section4 h3 img {
	height: 20px;
}
#select_conf #section4 .line_ .option_item_ .img_ {
	text-align: center;
	margin-bottom: 5px;
}
#select_conf #section4 .line_ .option_item_ .img_ img {
	max-width: 100%;
}
#select_conf #section4 .line_ .option_item_ .item_ {
	color: #888888;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
}
#select_conf #section4 .line_ .option_item_ .btn_ {
	margin: 0 45px;
	text-align: center;
}
#select_conf #section4 .line_ .option_item_ .btn_ img,
#select_conf #section4 .line_ .option_item_ .btn_ input {
	max-height: 54px;
}
/* イニシャル */
#select_conf #section4 .select_initial_ {
	padding: 0 15px 20px;
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
#select_conf #section4 .select_initial_ h3 {
	margin-bottom: 15px;
	text-align: center;
}
#select_conf #section4 .select_initial_ .img_ {
	margin-bottom: 20px;
	text-align: center;
}
#select_conf #section4 .select_initial_ .img_ img {
	max-width: 100%;
}
#select_conf #section4 .select_initial_ .select_detail_ {
	display: inline;
}
#select_conf #section4 .select_initial_ .select_detail_ .select_spec_ table.spec_ {
	width: 100%;
}
#select_conf #section4 .select_initial_ .select_detail_ .select_spec_ table.spec_ th {
	width: 84px;
}
#select_conf #section4 .select_initial_ .btn_ {
	margin: 20px 40px 0;
	text-align: center;
	clear: both;
}
#select_conf #section4 .select_initial_ .btn_ img, #select_conf #section4 .select_initial_ .btn_ input {
	max-height: 59px;
}

/* イニシャル */
#select_conf #section4 .select_fbname_ {
	padding: 0 15px;
	overflow: hidden;
}
#select_conf #section4 .select_fbname_ h3 {
	margin-bottom: 15px;
	text-align: center;
}
#select_conf #section4 .select_fbname_ .img_ {
	margin-bottom: 20px;
	text-align: center;
}
#select_conf #section4 .select_fbname_ .img_ img {
	max-width: 100%;
}
#select_conf #section4 .select_fbname_ .select_detail_ {
	display: inline;
}
#select_conf #section4 .select_fbname_ .select_detail_ .select_spec_ table.spec_ {
	width: 100%;
}
#select_conf #section4 .select_fbname_ .select_detail_ .select_spec_ table.spec_ th {
	width: 84px;
}
#select_conf #section4 .select_fbname_ .btn_ {
	margin: 20px 40px 0;
	text-align: center;
	clear: both;
}
#select_conf #section4 .select_fbname_ .btn_ img, #select_conf #section4 .select_fbname_ .btn_ input {
	max-height: 59px;
}



/* 購入者情報
------------------------------------------------------*/
#select_conf #section5 .select_inner_ {
	margin: 0 15px;
}
#select_conf #section5 .btn_ {
	margin: 20px 40px 0;
	text-align: center;
}
#select_conf #section5 .btn_ img, #select_conf #section5 .btn_ input {
	max-height: 59px;
}
/*カートに入れる
-------------------------------*/
#step4_submit {
	width: 300px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background-image: url(../img/usr/order_shirt/sp/btn_cart_on.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 300px 60px;
	background-size: 300px 60px;
	text-indent: -9999px;
	cursor: pointer;
}
#step4_submit.off_ {
	background-image: url(../img/usr/order_shirt/sp/btn_cart.png);
	-webkit-background-size: 300px 60px;
	background-size: 300px 60px;
	cursor: default;
}

/*-----------------------------------------------------------
    POPUP
----------------------------------------------------------- */
/* サイズ表1 */
#ipop_size,
div.order_shirt_ .ipop_size_ {
	width: 92%;
    padding: 10px;
    background-color: #fff;
    border: 2px solid #002a46;
	box-sizing: border-box;
    position: absolute;
    display: none;
    z-index: 8999;
}

#ipop_size .ipop_title,
div.order_shirt_  .ipop_size_ .ipop_title {
    color: #002a46;
    font-size: 14px;
    font-weight: bold;
    cursor: move;
}
#ipop_size .ipop_title span,
div.order_shirt_ .ipop_size_ .ipop_title span {
    font-size: 12px;
    font-weight: normal;
    margin: 0 10px;
}
#ipop_size .ipop_close,
div.order_shirt_ .ipop_size_ .ipop_close {
    cursor: pointer;
    width: 91px;
    height: 35px;
    float: right;
    background-image: url(../img/usr/common/btn_close.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}

#ipop_size .inner_,
div.order_shirt_ .ipop_size_ .inner_ {
    padding: 20px 10px 0;
    background-color: #fff;
}
#ipop_size .inner_ .sizetable_,
div.order_shirt_ .ipop_size_ .inner_ .sizetable_ {
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px dotted #ccc;
}
#ipop_size .inner_ .sizetable_ th,
#ipop_size .inner_ .sizetable_ td,
div.order_shirt_ .ipop_size_ .inner_ .sizetable_ th,
div.order_shirt_ .ipop_size_ .inner_ .sizetable_ td {
    border-top: 1px dotted #ccc;
    padding: 5px 0 2px;
    text-align: center;
}
#ipop_size .inner_ .sizetable_ th,
div.order_shirt_ .ipop_size_ .inner_ .sizetable_ th {
    color: #002a46;
    font-weight: bold;
}
#ipop_size .inner_ p,
div.order_shirt_ .ipop_size_ .inner_ p {
    margin-bottom: 10px;
}
#ipop_size .inner_ p.red_,
div.order_shirt_ .ipop_size_ .inner_ p.red_ {
    color: #cb0000;
}

/* サイズ表2 */
#ipop_sleeve {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #002a46;
    /* この5行は必須 */
	width: 92%;
	max-height: 50%;
    position: absolute;
    display: none;
    z-index: 8999;
}
#ipop_sleeve .ipop_title {
    color: #002a46;
    font-weight: bold;
    cursor: move;
}
#ipop_sleeve .ipop_close {
    cursor: pointer;
    width: 91px;
    height: 35px;
    float: right;
    background-image: url(../img/usr/common/btn_close.png);
    background-position: left top;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
#ipop_sleeve .inner_ {
    padding: 10px;
    background-color: #fff;
}
#ipop_sleeve .inner_ ul li {
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

/* bg */
.popup_layer_bg_ {
    background-color: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-dots button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.slick-dots {
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 15px;
}
.slick-dots li button {
    position: relative;
    text-indent: -9999px;
}
.slick-dots li button:before {
    content: url(../img/usr/visual/off.png);
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.slick-dots li.slick-active button:before {
    content: url(../img/usr/visual/on.png);
}
