.modal_howto_formulation_main {
	max-width: 1920px;
	height: 73vh !important;
	padding: 0 0 80px;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	/* IE, Edge 対応 */
	-ms-overflow-style: none;
	/* Firefox 対応 */
	scrollbar-width: none;
}

.modal_howto_formulation_main_inner {
	width: 950px;
	margin: 0 auto;
}

/* Chrome, Safari 対応 */
.modal_howto_formulation_main::-webkit-scrollbar {
	display: none;
}

/* 商品一覧 導線部分*/
#products .formulation_wrap {
	position: relative;
	width: 950px;
	height: 120px;
	margin: 20px auto;
	padding: 0;
}

/* ご注文手続き 導線部分*/
.form_caution_cooper_wrap {
	margin: 0 0 50px;
}

.form_caution_cooper {
	font-size: 15px;
	letter-spacing: .15em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.form_caution_cooper:nth-child(1) {
	margin: 0 0 10px;
}

.form_caution_cooper span {
	color: #e14141;
	font-size: 18px;
}

.form_caution_cooper::before {
	content: '';
	display: inline-block;
	width: 1.8em;
	height: 1.8em;
	margin: 0 0.7em 0 0;
	vertical-align: -0.5em;
	background-image: url(/img/howto/formulation/icon_exclamation.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.form_after_cooper {
	font-size: 15px;
	letter-spacing: .15em;
	margin: 0 0 0 198px;
	padding: 0;
	font-weight: bold;
}

.form_prescription_after_title {
	font-size: 15px;
	letter-spacing: .15em;
	margin: 0 0 5px;
	padding: 0;
	border-bottom: solid 2px #333;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5;
}

.form_prescription_after_title span {
	font-size: 18px;
	letter-spacing: .15em;
	color: #e04141;
}

.form_prescription_after_text {
	font-size: 14px;
	letter-spacing: .15em;
	margin: 0;
	padding: 0;
}

/*初期選択ページ
--------------------------------------- */
#modal_howto_formulation {
	top: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	padding: 50px 0 0 0 !important;
	background-color: transparent !important;
	font-size: 14px;
	font-family: 'Roboto', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', 'YuGothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 2;
	letter-spacing: 0.10em;
	font-weight: 500 !important;
}

#modal_howto_formulation .formulation_modal_wrap {
	display: block;
}

/* #modal_howto_formulation .formulation_modal{
	display: none;
} */
#modal_howto_formulation .show {
	display: block;
}

#modal_howto_formulation .close {
	display: none;
}

#modal_howto_formulation .modal_formulation_wrap {
	position: relative;
}

#modal_howto_formulation .firstpage .title {
	text-align: center;
	color: #fff;
	font-size: 34px;
	line-height: 1.5;
	margin: 0 auto 15px;
	letter-spacing: .15em;
	margin: 0 0 45px;
}

#modal_howto_formulation .firstpage .title span {
	display: inline-block;
	padding: 0;
	letter-spacing: .15em;
}

#modal_howto_formulation .firstpage .subtitle {
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin: 0 auto 35px;
}

#modal_howto_formulation .btn_formulation_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

#modal_howto_formulation .btn_formulation {
	position: relative;
	width: 463px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	border: solid 3px #333;
	letter-spacing: .15em;
	padding: 24px 0;
	cursor: pointer;
	background: #fff;
	text-decoration: none;
}

#modal_howto_formulation .btn_formulation span {
	color: #e04141;
}

#modal_howto_formulation .btn_formulation_1col {
	position: relative;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #333;
	border: solid 3px #333;
	letter-spacing: .15em;
	padding: 24px 0;
	cursor: pointer;
}

#modal_howto_formulation .btn_formulation:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 10px 0 10px;
	border-color: #333 transparent transparent transparent;
	position: absolute;
	right: 25px;
	margin: auto;
	bottom: 34px;
}

#modal_howto_formulation .firstpage_top {
	display: block;
	margin: 0 0 40px;
}

#modal_howto_formulation .firstpage_bottom {
	background: #fff;
	padding: 25px 0 30px;
}

#modal_howto_formulation .firstpage_bottom .text {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #333;
	line-height: 1.7;
	letter-spacing: .15em;
}

#modal_howto_formulation .firstpage_bottom .text_s {
	font-size: 25px;
	letter-spacing: .08em;
}

/*処方箋あり
--------------------------------------- */
#modal_howto_formulation p,
#modal_howto_formulation span,
#modal_howto_formulation ol,
#modal_howto_formulation ul {
	margin: 0;
	padding: 0;
}

#modal_howto_formulation ol,
#modal_howto_formulation ul {
	list-style-type: none;
}

#modal_howto_formulation .red {
	color: #E50000 !important;
}

#modal_howto_formulation .title {
	color: #FFFFFF;
	font-weight: 700;
	font-size: 34px;
	letter-spacing: 0.14em;
	text-align: center;
	margin: 0;
}

#modal_howto_formulation .title .large {
	font-size: 34px;
}

#modal_howto_formulation .caution {
	background: #e04141;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.14em;
	padding: 5px 0;
	text-align: center;
}

#modal_howto_formulation .order_wrap {
	margin: 5px 0 0;
}

#modal_howto_formulation .order_item {
	position: relative;
	margin-top: 30px;
	padding: 34px 150px;
	background-color: #FFFFFF;
}

#modal_howto_formulation .order_item:first-of-type {
	margin-top: 10px;
}

#modal_howto_formulation .order_item::before {
	content: '';
	display: block;
	position: absolute;
	top: -18px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -6px;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #FFFFFF transparent transparent transparent;
}

#modal_howto_formulation .order_item:nth-child(1)::before {
	display: none;
}

#modal_howto_formulation .order_item:nth-child(1) {
	padding: 34px 150px;
}

#modal_howto_formulation #proper .order_item:nth-child(1) {
	padding-right: 20px;
}

#modal_howto_formulation .order_summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	min-height: 40px;
}

#modal_howto_formulation .order_summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	min-height: 40px;
}

#modal_howto_formulation .order_summary .num {
	margin-right: 20px;
}

#modal_howto_formulation .order_summary .num .label {
	display: inline-block;
	width: 92px;
	height: 32px;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.22em;
	text-align: center;
}

#modal_howto_formulation .order_summary .icon {
	width: 28px;
	margin-right: 20px;
	text-align: center;
}

#modal_howto_formulation .order_summary .icon img {
	max-width: 100%;
}

#modal_howto_formulation .order_summary .icon .size_s {
	width: 22px;
}

#modal_howto_formulation .order_summary .text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 1.8;
	font-weight: bold;
}

#modal_howto_formulation .order_summary .text .large {
	font-size: 17px;
	letter-spacing: 0.1em;
}

#modal_howto_formulation .order_summary .text .middle {
	font-size: 15px;
	letter-spacing: 0.1em;
}

#modal_howto_formulation .order_summary .text .small {
	font-size: 13px;
}

#modal_howto_formulation .order_summary .text .block {
	display: block;
	margin: 5px 0 0;
}

#modal_howto_formulation .spacing_l {
	letter-spacing: 0.22em;
}

#modal_howto_formulation .spacing_s {
	letter-spacing: 0.09em;
}

#modal_howto_formulation .order_summary .text .redline {
	border-bottom: solid 3px #e04141;
}

#modal_howto_formulation .order_detail.order_detail_650 {
	width: 650px;
}

#modal_howto_formulation .order_detail {
	width: 600px;
	margin: 0 auto;
	padding: 10px 0 0;
}

#modal_howto_formulation .order_detail.sub {
	padding: 20px 0 0;
}

#modal_howto_formulation .upload_screen {
	width: 600px;
	margin: 0 auto;
}

#modal_howto_formulation .order_detail .check_list {
	padding: 30px 30px;
	background-color: #F9F9F9;
}

#modal_howto_formulation .order_detail .check_list .prescription_sample {
	text-align: center;
}

#modal_howto_formulation .order_detail .check_list .prescription_sample img {
	margin-bottom: 30px;
}

#modal_howto_formulation .order_detail .check_list li {
	margin-bottom: 10px;
	padding-left: 30px;
	background-image: url(/img/howto/formulation/icon_check.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: 18px auto;
}

#modal_howto_formulation .order_detail .check_list small {
	font-weight: 500;
	font-size: 13px;
}

#modal_howto_formulation .order_detail .document {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.22em;
}

#modal_howto_formulation .order_detail .limit {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-left: 110px;
	margin-bottom: 15px;
}

#modal_howto_formulation .order_detail .limit+.text {
	letter-spacing: 0.15em;
	margin-left: 110px;
	font-size: 13px;
}

#modal_howto_formulation .order_detail .limit .border {
	border-bottom: solid 2px #333;
	padding: 0 0 6px;
}

#modal_howto_formulation .order_detail .note {
	font-size: 13px;
	font-weight: 500;
}

#modal_howto_formulation .order_detail .note .red {
	font-weight: 500;
}

#modal_howto_formulation .coupon_formulation_wrap {
	background: #fff;
	padding-bottom: 60px;
	margin-bottom: 70px;
}

#modal_howto_formulation .coupon_formulation_catch {
	background: #e04141;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 5px 0 6px;
	margin-bottom: 20px;
}

#modal_howto_formulation .coupon_formulation_title {
	color: #e04141;
	font-size: 32px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

#modal_howto_formulation .coupon_formulation_img {
	width: 630px;
	margin: 0 auto 55px;
	padding-left: 40px;
}

#modal_howto_formulation .coupon_formulation_text {
	width: 690px;
	margin: 0 auto;
	font-size: 16px;
}

/* 商品ページ 導線部分*/
#goods .formulation_wrap {
	position: relative;
	width: 420px;
	height: 220px;
	margin: 20px auto 50px;
	padding: 0;
}
