@charset "UTF-8";


/*-----------------------------------------------
	Elements 
-----------------------------------------------*/

html {
	color: #333333;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-family: 'M PLUS Rounded 1c',  sans-serif;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	/*
	font-family: 'Sawarabi Mincho', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
	*/
}
body {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	font-size: auto;
}
a {
	cursor: pointer;
}
img {
	width: 100%;
	vertical-align: bottom;
}
select {
	padding: 0.5rem;
	border-radius: 5px;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	width: auto;
	max-width: auto;
}
ul {
	list-style-type: none;
	padding: 0;
}
/*-----------------------------------------------
	Grobal Classes 
-----------------------------------------------*/

.container {
    /* max-width: 960px; */
    margin: 0 auto;
    /* border: 1px solid #ccc; */
    position: relative;
    overflow: auto;
    height: 100vh;
    box-sizing: border-box;
    background-color: #FEFCF0;
    padding-top: 175px;
}


/*-----------------------------------------------
	Header 
-----------------------------------------------*/

header {
	padding: 5px 10px;
	border-bottom: 1px solid #ddd;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 3;
}
header .inner {
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.logo {
	max-width: 120px;
}
.logo a {
	display: block;
}
.open {
	margin: 0;
	padding: 0;
}
.open li {
	margin: 0;
	margin-left: 3px;
	padding: 0 5px;
	background-color: #eee;
	border-radius: 3px;
	float: left;
}


/*-----------------------------------------------
	Fixed Area 
-----------------------------------------------*/
.fixArea {
	border-bottom: 1px solid #ccc;
	width: 100%;
	height: 130px;
	position: fixed;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	background-color: #1EB9EE;
	overflow: hidden;
	z-index: 2;
}
.fixArea .inner {
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

.priceOptions {
	display: flex;
	padding: 1rem 3% 0;
	max-width: 50%;
}
.priceOptions .box {
	height: auto;
	background-color: #fcfcfc;
	text-align: center;
	margin: 0;
	margin-right: 2px;
	padding: 0.5rem 1rem;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.priceOptions .box.off {
	background-color: #ccc;
}
.totalDisp {
	height: 65px;
	padding: 0.5rem;
	margin: 0 3%;
	background-color: #fcfcfc;
	box-sizing: border-box;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	position: relative;
	max-width: 48%;
}
.totalDisp h2 {
	font-size: 1em;
	margin: 0;
	padding: 5px 10px 0;
}
.totalDisp .discount {
	font-size: 1.2em;
	color: #C00;
	margin: 0;
	padding: 0 10px;
}
.totalDisp .price {
	text-align: right;
	position: absolute;
	right: 10px;
	top: 0;
}
.totalDisp .price span {
	font-size: 2rem;
	line-height: 3rem;
}
.fixArea .txtBox {
	margin: 0;
	padding: 10px 10px 0;
	box-sizing: border-box;
	overflow: auto;
}
.fixArea ul {
	position: absolute;
	left: 103%;
	top: -30px;
	width: 90%;
	height: 95px;
	margin: 0;
	padding: 0;
	overflow: auto;
	border: 1px solid #fcfcfc;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
}
.fixArea ul li {
	font-size: 12px;
	margin-bottom: 3px;
	border-bottom: 1px dashed #ccc;
}
.fixArea .inner_pack {
	max-width: 640px;
	margin: 0 auto;
	box-sizing: border-box;
}
.fixArea .inner_pack .priceOptions,
.fixArea .inner_pack .totalDisp {
	max-width: 100%;
}




/*-----------------------------------------------
	Contents 
-----------------------------------------------*/
.contents {
	max-width: 960px;
	margin: 0 auto;
}
.areaSelect {
	margin-top: -120px;
	margin-bottom: 30px;
}
.areaSelect div {
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}
.h2title {
	font-weight: normal;
	border-bottom: 1px solid #1EB9EE;
	padding: 1rem;
	margin: 0;
}
.areaSelect .h2title {
	background: url("../img/ttl_top.png") no-repeat center center;
	background-size: contain; 
	border: none;
	height: 71px;
	margin: 2rem 1rem;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
}
.areaSelect div p {
	padding: 1rem;
	margin: 0;
}
.areaSelect div h3 a {
	display: block;
	padding: 2rem;
	margin: 0 auto;
	font-size: 1.6rem;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	box-sizing: border-box;
	border: 3px solid #EDBD53;
	border-radius: 15px;	
	position: relative;
}
.salespack {
	display: none;
}
.salespack > div {
	width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}
.sliderBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sliderBox p {
	width: 49%;
	margin-bottom: 0;
	border-radius: 15px;
	box-sizing: border-box;
	border: 3px solid #EDBD53;
	/* box-shadow: 0 1px 3px #c18217; */
	overflow: hidden;
}
.sliderBox.slider p {
	width: auto;
	margin: 5px;
	margin-bottom: 0;
	border-radius: 15px;
	box-sizing: border-box;
	border: 3px solid #EDBD53;
}
.sliderBox p a {
	display: block;
	height: 100%;
	background-color: #fff;
	padding: 1rem;
	border-radius: 3px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
}
.areaSelect h3 a::after,
.sliderBox p a::after {
	content: "";
	position: absolute;
	right: 0.5rem;
	top: 50%;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 0;
	line-height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid #EDBD53;
}


.adBnr {
	margin: 1rem 3%;
	display: none;
}
.coupon {
	background-color: #eee;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 1px 3px #c18217;
}
.coupon p {
	padding: 0 1rem;
}
.coupon p:first-child {
	padding: 1em;
	margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #999;
	background-color: #fff;
	text-align: center;
}
.coupon p:last-child{
}
.serviceBox {
}
.listView {
	margin: 1rem 3%;
	padding: 1rem;
	padding-right: 7rem;
	background-color: #fcfcfc;
	box-sizing: border-box;
	border: 2px solid #EDBD53;
	border-radius: 15px;
	position: relative;
}
.off .listView {
	background-color: #ccc;
}
.listView h2 {
	margin: 0;
	padding: 5px 4rem 15px 0;
}
.listView.off {
	color: #999;
	border: 2px solid #ddd;
}
.listView.off h2 {
	padding: 0;
	font-weight: normal;
	font-size: 1.2rem;
	display: inline-block;
}
.listView.off::after {
	content: "未選択（クリックしてサービスを選ぶ）";
	display: inline-block;
}

.listView > div {
	display: flex;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.listView > div:last-child {
	margin-bottom: 0;
}
.listView h3 {
	margin: 0;
	padding: 2px 5px;
	padding-right: 10px;
	white-space: nowrap;
	background-color: #1EB9EE;
	color: #fff;
	font-weight: normal;
	font-size: 0.9rem;
}
.listView ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.listView ul li {
	line-height: 1.2em;
	margin: 2px 5px;
	padding: 2px;
	border-bottom: 1px solid #ccc;
}
.listView .subContents {
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #ff8720;
}
.listView input {
	display: none;
}
/* .listView label.category_check_label {
	overflow: hidden;
	width: 50px;
	height: 2rem;
	line-height: 2.1rem;
	position: absolute;
	right: 1rem;
	top: 1rem;
	color: #FFF;
	background-color: #EDBD53;
	border-radius: 4px;
	box-sizing: border-box;
}
.listView.off label.category_check_label {
	background-color: #ddd;
}
.listView label.category_check_label:before {
	content: "ON";
	display: block;
	text-align: center;
}
.listView.off label.category_check_label:before {
	content: "OFF";
}
.listView input:checked + label {
} */
.listView label.category_check_label {
	overflow: hidden;
	font-size: 12px;
	width: 6em;
	height: 2em;
	line-height: 2em;
	position: absolute;
	right: 1em;
	top: 1em;
	color: #FFF;
/* 	background-color: #EDBD53; */
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.listView label.category_check_label::before {
	content: "ON";
	display: block;
	width: 3em;
	text-align: center;
	position: absolute;
	left:0;
	top: 0;
	color: #fcfcfc;
	background-color: #EDBD53;
	box-sizing: border-box;
}
.listView label.category_check_label::after {
	content: "OFF";
	display: block;
	width: 3em;
	text-align: center;
	position: absolute;
	right:0;
	top: 0;
	color: #fefcf0;
	background-color: #ddd;
	box-sizing: border-box;
}
.listView.off label.category_check_label::before {
	content: "ON";
	display: block;
	width: 3em;
	text-align: center;
	position: absolute;
	left:0;
	top: 0;
	color: #fefcf0;
	background-color: #ddd;
	box-sizing: border-box;
}
.listView.off label.category_check_label::after {
	content: "OFF";
	display: block;
	width: 3em;
	text-align: center;
	position: absolute;
	right:0;
	top: 0;
	color: #fcfcfc;
	background-color: #666;
	box-sizing: border-box;
}


.detailView {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	background-color: #FEFCF0;
	box-sizing: border-box;
	overflow: auto;
	padding-bottom: 10rem;
	z-index: 3;
}
.detailView .inner {
	max-width: 960px;
	margin: 0 auto;
}
.detailView > .inner > * {
	margin: 0 1rem;
	box-sizing: border-box;
}
.detailView .category_img {
	display: none;
}
.detailView .category_title {
	font-weight: normal;
	margin: 2rem 1rem;
}
.detailView .category_help {
	margin-bottom: 1rem;
}

.detailView .count_box {
	margin: 1rem;
}

.detailView h3 {
	font-size: 1rem;
	font-weight: normal;
	box-sizing: border-box;
	padding-left: 0.5rem;
	border-bottom: 1px solid #666;
}
.detailView h4 {
	font-size: 1.2rem;
	box-sizing: border-box;
	margin-bottom: 0;
	line-height: 1.3rem;
	/* margin: 0; */
}
.detailView div.IMG {
	margin: 0 0 10px;
	box-sizing: border-box;
}
.detailView .subContents {
	margin: 1rem;
	padding: 1rem;
	background-color: #fcfcfc;
	border-top: 10px solid #ff8720;
	box-shadow: 0 1px 3px #c18217;
	border-radius: 5px;
}
.detailView .subContents h3 {
	color: #ff8720;
	border-bottom: 1px solid #ff8720;
	margin: 0 auto;
}
.svList p {
	/* display: flex; */
	justify-content: space-between;
}
.svList p span {
	display: block;
}
.detailView .flex {
	display: flex;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.detailView .closeDetail {
	margin: 0;
	padding: 0;
	border-radius: 50%;
	border: none;
	width: 80px;
	height: 80px;
	position: fixed;
	right: 5%;
	bottom: 5%;
	background: #c00;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 2px 4px #8e6814;
	}
.count_box {
	margin-bottom: 1rem;
}
.count_detail_box {
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 15px;
	flex: 1;
	border: 2px solid #EDBD53;
}
.count_detail_box + .count_detail_box {
	margin-left: 1rem;
}
.count_detail_box h4 + p {
	font-size: 0.8rem;
	line-height: 1rem;
}
.count_detail_box .course_box,
.count_detail_box .device_box,
.count_detail_box .channel_box,
.count_detail_box .option_box {
	margin-bottom: 3rem;
}
div[id$="_description"] {
	background-color: #fff9d5;
	padding: 1rem;
	margin-bottom: 0.5rem;
}
div[id$="_description"] h4 {
	margin-top: 0;
}
div[id$="_description"] p {
	margin-bottom: 0;
}

input[id*="_A1"].option_check,
input[id*="_A2"].option_check,
input[id*="_A9"].course_check {
	width: 30px;
	height: 30px;
	margin-right: 0.5rem;
	vertical-align: middle;
}
input[id*="_A2"].option_check {
	margin-right: 1.5rem;
	margin-bottom: 1rem;
}
input[id*="_A1"].option_check + label {
}

ul[id*="_A2"].option_list li:nth-child(n),
ul[id*="_A5"].option_list li:nth-child(n) {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	padding: 0 1rem;
}
ul[id*="_A2"].option_list li label,
ul[id*="_A5"].option_list li label {
	order: -1;
}
ul[id*="_A2"].option_list li::after {
}


.channel_list,
ul[id*="_A3"].option_list  {
	display: flex;
	flex-wrap: wrap;
}
.channel_list li,
ul[id*="_A3"].option_list li {
	margin: 0 0.2rem 0.5rem;
}
.channel_list input[type="checkbox"],
ul[id*="_A3"] input.option_check[type="checkbox"] {
	display: none;
}
.channel_list input + label,
ul[id*="_A3"] input.option_check + label {
	display: block;
	padding: 0.2rem 1rem;
	background-color: #ddd;
	border-radius: 10px;
}
.channel_list input:checked + label,
ul[id*="_A3"] input.option_check:checked + label,
div[id*="_A3"] input.course_check:checked + label {
	background-color: #1eb9ee;
	color: #fff;
	font-weight: bold;
}
div[id*="_A6"] .discount_box {
	margin-bottom: 1rem;
	padding: 1rem;
	background-color: #ddd;
	border-radius: 10px;
}
div[id*="_A6"] div[id*="_tv"].discount_box {
	background-color: #edbd53;
}
div[id*="_A6"] div[id*="_net"].discount_box {
	background-color: #23ac38;
}
div[id*="_A6"] div[id*="_phone"].discount_box {
	background-color: #ff8720;
}
div[id*="_A6"] div[id*="_smart"].discount_box {
	background-color: #1eb9ee;
}
select[id*="category_A4"].device_select {
	width: 100%;
}




.sideMenu {
	display: none;
	position: fixed;
	left: 50%;
	top: 0;
	width: 50%;
	max-width: 479px;
	height: 100vh;
	margin-left: 0px;
	padding: 1rem;
	background-color: #eee;
	box-sizing: border-box;
}
.sideMenu div {
	margin-bottom: 1rem;
}
.sideMenu button.close {
	position: absolute;
	left: 0;
	top: 1rem;
	padding: 0.5rem;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	margin-left: -40px;
}
.submit_button {
	display: none;
}
.submit_button + label {
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    overflow: hidden;
    background-color: #23AC38;
    color: #23AC38;
    border-radius: 50%;
    position: fixed;
    right: 5%;
    bottom: 5%;
    box-shadow: 0 2px 4px #02421f;
}
.submit_button + label::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	font-size: 36px;
	margin-left: -18px;
	margin-top: -12px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
}
.hidden {
	display: none !important;
}


/*-----------------------------------------------
	Pack 
-----------------------------------------------*/
.pack_detail {
	margin: 0 3%;
}
.pack_detail h3 {
	font-size: 1.4rem;
}
.pack_categories {
	display: flex;
	justify-content: space-between;
}
.pack_categories div {
	flex: 1;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-right: 5px;
}
.pack_categories div:last-child {
	margin-right: 0;
}
.pack_categories div:before,
.pack_categories div:after {
	display: block;
	text-align: center;
	font-size: 0.8rem;
	content: "null"
}
div.pack_category_tv {
	border: 5px solid #edbd53;
/* 	background-image: url("/simu_cts/app/assets/img/btn_header_tv.png"); */
}
div.pack_category_net {
	border: 5px solid #23ac38;
/* 	background-image: url("/simu_cts/app/assets/img/btn_header_internet.png"); */
}
div.pack_category_phone {border: 5px solid #ff8720}
div.pack_category_energy {border: 5px solid #9bcc76}
div.pack_category_ih {border: 5px solid #53c9ed}
div.pack_category_mobile {border: 5px solid #7f9ec3}
div.pack_category_op {border: 5px solid #d058ac}

[class*="pack_item_"] {
	width: 100px;
	height: 200px;
	background-size: contain;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
}

.pack_item_max-bd {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_max_bd-hit_pot.png");
}
.pack_item_max-hp {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_max_hit_pot.png");
}
.pack_item_big-bd {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_big_bd-hit_pot.png");
}
.pack_item_big-hp {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_big_hit_pot.png");
}
.pack_item_big-stb {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_big_stb.png");
}
.pack_item_ace-bd {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_ace_bd-hit_pot.png");
}
.pack_item_ace-hp {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_ace_hit_pot.png");
}
.pack_item_ace-stb {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_ace_stb.png");
}
.pack_item_mini-bd {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_big_bd-hit_pot.png");
}
.pack_item_mini-hp {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_big_hit_pot.png");
}
.pack_item_mini-stb {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tv_big_stb.png");
	background-image: url("/simu_cts/app/assets/img/btn_header_tv.png");
}
.pack_item_mega160 {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_net_mega.png");
}
.pack_item_wide {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_net_wide.png");
}
.pack_item_plus {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_net_plus.png");
}
.pack_item_just {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_net_just.png");
}
.pack_item_phone {
	background-image: url("/simu_cts/app/assets/img/icon_otoku_tel_cplustel.png");
}
.pack_item_ih {
	background-image: url("/simu_cts/app/assets/img/otoku_smart.png");
}
.pack_item_tvp {
	background-image: url("/simu_cts/app/assets/img/otoku_tvpush.png");
}
.pack_item_tokosupport {
	background-image: url("/simu_cts/app/assets/img/list_tokoton.png");
}

/*** 商品ごとに画像を統一 ***/
[class*="pack_item_max-"],
[class*="pack_item_big-"],
[class*="pack_item_ace-"],
[class*="pack_item_mini-"] {
	background-image: url("/simu_cts/app/assets/img/btn_header_tv.png");
}
[class*="pack_item_mega"],
[class*="pack_item_wide"],
[class*="pack_item_plus"],
[class*="pack_item_just"] {
	background-image: url("/simu_cts/app/assets/img/btn_header_internet.png");
}
[class*="pack_item_phone"] {
	background-image: url("/simu_cts/app/assets/img/btn_header_phone.png");
}
[class*="pack_item_ih"] {
	background-image: url("/simu_cts/app/assets/img/btn_header_smart.png");
}
[class*="pack_item_tvp"] {
	background-image: url("/simu_cts/app/assets/img/btn_header_push.png");
}
[class*="pack_item_tokosupport"] {
	background-image: url("/simu_cts/app/assets/img/btn_header_tokoton.png");
}




div[class*="max-"]:before {content: "マックス"}
div[class*="big-"]:before {content: "ビッグ"}
div[class*="ace-"]:before {content: "αエース"}
div[class*="mini-"]:before {content: "ミニ"}
div[class*="-bd"]:after {content: "ブルーレイ"}
div[class*="-hp"]:after {content: "HDD"}
div[class*="-stb"]:after {content: "STB"}

div.pack_item_mega160:before {content: "メガ160"}
div.pack_item_wide:before {content: "ワイド"}
div.pack_item_plus:before {content: "プラス"}
div.pack_item_just:before {content: "ジャスト"}
div.pack_item_mega160:after,
div.pack_item_wide:after,
div.pack_item_plus:after,
div.pack_item_just:after {content: ""}

div.pack_item_phone:before {content: "ケーブルプラス電話"}
div.pack_item_phone:after {content: ""}

div.pack_item_ih:before {content: "インテリジェントホーム"}
div.pack_item_ih:after {content: ""}

div.pack_item_tvp:before {content: "テレビプッシュ"}
div.pack_item_tvp:after {content: ""}

div.pack_item_tokosupport:before {content: "とことんサポート"}
div.pack_item_tokosupport:after {content: ""}

div.pack_item_ausmartvalue:before {content: "auスマートバリュー"}
div.pack_item_ausmartvalue:after {content: ""}

.pack_salespoints li {
	border-top: 1px solid #ddd;
	padding: 1rem 0;
}
.pack_salespoints_title {
	font-weight: bold;
	margin-bottom: 0.5rem;
}
.pack_salespoints_txt {
	font-size: 0.9rem;
	line-height: 1.5;
}

.btn_inquiry {
    width: 80px;
    height: 80px;
    padding: 0;
    overflow: hidden;
    background-color: #23AC38;
    color: #23AC38;
    border: none;
    border-radius: 50%;
    position: fixed;
    right: 5%;
    bottom: 5%;
    box-shadow: 0 2px 4px #02421f;
}
.btn_inquiry::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
	font-weight: 900;
	font-size: 36px;
	margin-left: -18px;
	margin-top: -18px;
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
}
.btn_inquiry span {
	diplay: none;
}



/*-----------------------------------------------
	Footer 
-----------------------------------------------*/
.global_footer {
	padding-bottom: 100px;
	text-align: center;
}





/*-----------------------------------------------
	Responsive 
-----------------------------------------------*/

@media screen and (max-width:768px) {
	.detailView .flex {
		display: block;
	}
	.count_detail_box + .count_detail_box {
		margin-left: 0;
	}
	.fixArea ul {
		display: none;
	}
	.priceOptions,
	.totalDisp {
		max-width: 91%;
	}
}
@media screen and (min-width:768px) {

}

/*-----------------------------------------------
	Extra
-----------------------------------------------*/

