@charset "UTF-8";

body {
	font-family: メイリオ;
}

.simuWrap {
	margin: 60px auto 60px;
	max-width: 860px;
	width: 96%;
}

.simuFormWrap {
	margin: 60px auto 60px;
}

.formComplete {
	margin: 60px auto 60px;
}

.simuArea {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.simuLeftCol {
	width: 100%;
}

.simuRightCol {
	margin: 60px auto 0;
	width: 100%;
	align-self: flex-start;
	position: sticky;
	top: 0;
}

.simuListItem {
	padding: 30px 15px 30px;
	border: 1px solid #CCC;
}

.simuHeading {
	padding: 9px 0 10px;
	border-left: 10px solid #CCC;
	border-bottom: 1px solid #CCC;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.simuModallLink {
	width: 100%;
	text-align: right;
	display: inline-block;
	align-self: center;
}

.simuTitle {
	width: 100%;
	padding: 0 0 0 12px;
	flex: 1;
	display: flex;
	align-items: center;
}

.simuTitleText {
	margin: 0 15px 0 0;
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	padding: 4px 5px 2px;
}

.simuModallLinkText {
	font-size: 12px;
	color: #A2A2A2;
	text-decoration: underline;
	cursor: pointer;
}

.simuModallLinkText:hover {
	text-decoration: none;
}

.simuDetail {
	margin: 20px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.simuImgBox {
	padding: 0 0 75%;
	width: 100%;
	height: 0;
	position: relative;
}

.simuSelect {
	margin: 15px auto 0;
}

.simuImg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 250px;
	max-width: 100%;
	height: 250px;
	object-fit: contain;
}

.simuSelect {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
}

.simuSelectItem {
	margin: 0 2% 0 0;
	width: 48%;
}

.simuSelectItem > label {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.simuSelectItem:nth-of-type(n + 4) {
	margin: 0 2% 0 0;
}

.simuSelectItem:nth-of-type(n + 3) {
	margin: 2% 2% 0 0;
}

.simuRightConte {
	padding: 20px 15px;
	border: 1px solid #CCC;
}

.simuRightTitle {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

.simuRightList {
	margin: 20px auto 0;
}

.simuRightListItem {
	padding: 15px 15px;
	background: #F1F1F1;
	border-radius: 5px;
}

.simuRightListItemName01 {
	max-width: 100%;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	padding-left: 1em;
}

.simuRightListItemName01:before {
	display: block;
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.simuRightListItemName02 {
	margin: 1em 0 0;
	font-size: 14px;
	text-align: left;
}

.simuRightListItemName02 span {
	display: block;
	padding-left: 1em;
}

.simuRightListItemPrice {
	margin-top: 1em;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}

.simuRightListItemSpan01 {
    display: block;
}

.simuRightListItemSpan02 {
    display: block;
}

.simuRightListItem:nth-of-type(n + 2) {
	margin: 10px auto 0;
}

.simuPrice {
	margin: 30px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.simuPriceText01 {
	min-width: 60px;
	font-size: 18px;
	font-weight: 700;
}

.simuPriceTotal {
	display: flex;
	flex: 1;
	justify-content: flex-end;
	align-items: baseline;
}

.simuPriceTotalTitle {
	margin: 0 0.5em 0 0;
	font-size: 26px;
	font-weight: 700;
}

.simuPriceTotalText01 {
	font-size: 18px;
}

.simuBtn {
	margin: 20px auto 0;
	font-size: 16px;
	padding: 15px 10px 11px;
	width: 100%;
	font-weight: 700;
	color: #FFF;
	border: 0;
	background: #000;
	border-radius: 5px;
	cursor: pointer;
	display: block;
}

.simuBtn:hover {
	background: #696969;
	color: #FFF;
}

.simuSelectCount {
	margin: 30px 0 0 auto;
}

.simuSelectCount > label {
	margin: 0 15px 0 0;
}

.simuSelectCount select {
	width: 90px;
	text-align: right;
}

.simuListItem:nth-of-type(n + 2) {
	margin: 30px auto 0;
}

.simuSelect.simuSelect-select {
	align-self: flex-start;
}

.simuSelect-select .simuSelectItem {
	width: 100%;
	display: flex;
}

.simuSelect-select .simuSelectItem > label {
	margin: 0 23px 0 0;
}

.simuSelectItemBox {
	flex: 1;
}

.simuSelectItemBox > select {
	width: 100%;
}

.simuDetail.simuDetail-imgRadio {
	display: block;
}

.simuImgRadioList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.simuImgRadioListItem {
	width: 48%;
}

.simuImgRadioListItem:after {
	content: "";
	width: 31.3%;
	display: block;
	order: 100;
}

.simuImgRadioBox {
	position: relative;
	height: 0;
	padding: 0 0 75%;
}

.simuImgRadioImg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.simuImgRadioListItem .simuSelectItem {
	margin: 5px auto 0;
	width: 100%;
	text-align: center;
}

.simuImgRadioListItem:nth-of-type(n + 3) {
	margin: 20px 0 0;
}

.simuImgRadioListItem:nth-of-type(n + 4) {
	margin: 20px 0 0;
}

.simuDetail.simuDetail-imgRadio .simuSelectCount {
	margin: 20px auto 0;
	text-align: right;
}

.simu_address_part {
	margin: 10px;
}

/*modal*/

/*管理画面用*/

.gjs-dashed .modal {
	opacity: 1 !important;
	position: static !important;
	display: block;
	width: 100%;
	top: auto;
	height: auto;
}

.gjs-dashed .simuHeading {
	flex-wrap: wrap;
}

.gjs-dashed .modal-dialog {
	height: auto;
}

.modal-dialog {
	max-width: 1350px;
	width: 96%;
}

.modal-content {
	padding: 60px 15px 20px;
}

.modal-dialog {
	position: relative;
}

.modalTitle {
	font-size: 20px;
	font-weight: 700;
}

.modalHeader {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

.modalCloseBtn {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: 2px solid #B8B8B8;
	border-radius: 50%;
	font-size: 5px;
	color: #B8B8B8;
	cursor: pointer;
	text-align: center;
}

.modalCloseBtn span {
	font-size: 25px;
	position: absolute;
	top: -6px;
	right: 0px;
	left: 0;
	bottom: 0;
	margin: auto;
}

.modalCloseBtn:hover {
	background: #f2f2f2;
}

.modal-body {
	max-width: 100%;
	width: 100%;
	margin: 60px auto 0;
	padding: 0;
}

.modalListItem:nth-of-type( n + 2) {
	margin: 60px auto 0;
}

.modalListItem {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.modalListImgBox {
	width: 100%;
	padding: 0 0 75%;
	height: 0;
	position: relative;
	background: #f2f2f2;
}

.modalListDetail {
	margin: 20px auto 0;
	width: 100%;
	align-self: center;
}

.modalListImg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.modalListTitle {
	font-size: 18px;
	font-weight: 700;
}

.modalListText {
	margin: 20px auto 0;
	font-size: 14px;
	line-height: 1.85em;
	white-space: pre-wrap;
}

/*result*/

.resultWrap {
	margin: 0 auto;
	max-width: 1350px;
	width: 96%;
}

.resultArea {
	padding: 0 0 60px;
	width: 100%;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.resultTitle {
	padding: 20px 10px 18px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background: #7E7E7E;
}

.resultText {
	margin: 20px auto 0;
	padding: 0 15px;
	max-width: 500px;
	font-size: 14px;
	text-align: left;
	line-height: 2.22em;
}

.resultConte {
	margin: 20px auto 0;
}

.resultTb {
	margin: 0 auto;
	max-width: 1020px;
	width: 96%;
	border: 1px solid #CCC;
}

.resultTr {
	display: flex;
}

.resultTh-item,
.resultTd-item {
	width: 50%;
}

.resultTh-count,
.resultTd-count {
	width: 12%;
}

.resultTh-price,
.resultTd-price {
	width: 40%;
}

.resultTh {
	padding: 10px 2% 8px;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	background: #7E7E7E;
	border-right: 1px solid #CCC;
}

.resultTh:last-of-type {
	border-right: 1px solid #7E7E7E;
}

.resultImg {
	margin: 0 auto;
	width: 80%;
	padding: 0 0 60%;
	position: relative;
	height: 0;
}

.resultImg > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	max-height: 100%;
	height: auto;
}

.resultItem {
	width: 100%;
	display: block;
}

.resultTd-item {
	padding: 28px 30px 28px;
}

.resultItemName {
	width: 80%;
	font-size: 12px;
	display: flex;
	padding: 0 1em;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.resultItemNameText01 {
	width: 100%;
	padding: 0 1em;
	font-weight: bold;
}

.resultItemNameText01:before {
	display: block;
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.resultItemNameText02 {
	margin-top: 1em;
	padding: 0 1em;
}

.resultTd {
	border-right: 1px solid #CCC;
}

.resultTr {
	border-bottom: 1px solid #CCC;
}

.resultTr:last-of-type {
	border-bottom: 0;
}

.resultTd:last-of-type {
	border-right: 1px solid #FFF;
}

.resultTd {
	padding: 10px 2% 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.resultTd > p {
	font-size: 12px;
	width: 100%;
	text-align: center;
}

.resultTdPrice {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.resultTdPriceText01 {
	margin: 0;
	font-size: 12px;
	font-weight: 700;
}

.resultTdPriceText02 {
	font-size: 10px;
}

.resultTotal {
	margin: 30px auto 0;
	max-width: 1020px;
	width: 96%;
}

.resultTotalConte {
	margin: 0 auto;
	max-width: 530px;
	min-height: 100px;
	width: 100%;
	border: 5px solid #ECECEC;
	display: flex;
	flex-wrap: wrap;
}

.resultTotalName {
	padding: 5px 19px;
	width: 100%;
	border: 1px solid #CCC;
	border-bottom: 0;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.resultTotalPrice {
	padding: 5px 19px;
	width: 100%;
	border-left: 1px solid #CCC;
	justify-content: center;
	display: flex;
	align-items: center;
	border: 1px solid #CCC;
}

.resultTotalPrice01 {
	margin: 0 10px 0 0;
	font-size: 26px;
	font-weight: 700;
}

.resultCoution {
	margin: 30px auto 0;
	max-width: 955px;
	width: 96%;
}

.resultCoutionItem {
	display: flex;
}

.resultCoutionText01 {
	font-size: 12px;
	line-height: 2.08em;
}

.resultCoutionText02 {
	font-size: 12px;
	line-height: 2.08em;
	flex: 1;
}

.resultSend {
	margin: 60px auto 0;
	max-width: 420px;
	width: 96%;
}

.resultSend button {
	width: 100%;
	min-height: 60px;
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	border-radius: 5px;
	background: #000;
	cursor: pointer;
}

.resultSend button:hover {
	background: #696969;
}

.simuFormTit {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.formWrap {
	margin: 30px auto 0;
	max-width: 1000px;
	width: 100%;
}

.formArea {
	max-width: 100%;
	border: 1px solid #CCC;
}

.formTh {
	padding: 10px 2%;
	background: #e9e9e9;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	align-items: center;
}

.formWrap label {
	margin-bottom: 0;
}

.formTd {
	padding: 10px 2%;
	font-size: 14px;
}

.requiredText {
	padding: 4px 5px 2px;
	min-width: 60px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	background: #F44336;
}

.optionalText {
	padding: 4px 5px 2px;
	min-width: 60px;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #696969;
}

.formInput {
	width: 100%;
}

.addArea {
	margin: 10px 0 0;
	display: flex;
	align-items: center;
}

.addArea #zip1,.addArea #zip2 {
	width: 80px;
	flex: inherit;
}

.addArea input {
	flex: 1;
}

.addArea:first-of-type {
	margin: 0;
}

.selectArea {
	display: flex;
	flex-wrap: wrap;
}

.radioArea {
	display: flex;
	flex-wrap: wrap;
}

.radioArea .d-inline-block {
	margin: 0 0.5em 0 0;
}

.checkArea {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.checkArea .d-inline-block {
	margin: 0 0.5em 0 0;
}

.formWrap textarea {
	width: 100%;
	height: 200px;
}

.privacyLabel {
	font-size: 12px;
}

.fileArea {
	margin: 10px auto 0;
}

.formWrap input[type=radio],
.formWrap input[type=checkbox] {
	margin: 0 0.3em 0 0;
}

.privacyBox {
	margin: 20px auto 0;
}

.formBtnTd {
	margin: 0 auto;
	text-align: center;
}

.simuBtn.formBtn {
	max-width: 400px;
	margin: 20px auto 0;
}

.formRow {
	border-bottom: 1px solid #CCC;
}

.formRow:last-of-type {
	border-bottom: 0;
}

.formCompleteTxt {
	margin: 30px auto 0;
	max-width: 500px;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
}

.formCompleteArea .simuBtn {
	max-width: 400px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:544px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.simuTitleText {
	font-size: 16px;
}

.simuListItem {
	padding: 45px 30px 50px;
}

.simuSelect {
	margin: 30px auto 0;
	width: 100%;
}

.simuSelectItem {
	width: 31.3%;
}

.simuSelectItem:nth-of-type(n + 3) {
	margin: 0 2% 0 0;
}

.simuSelectItem:nth-of-type(n + 4) {
	margin: 2% 2% 0 0;
}

.simuRightListItemName01 {
	max-width: 130px;
	width: 130px;
}

.simuRightListItemName01 {
	margin: 0;
}

.resultTdPriceText01 {
	font-size: 16px;
}

.resultTdPriceText02 {
	font-size: 12px;
}

.resultItemName {
	font-size: 16px;
}

.resultTd > p {
	font-size: 16px;
}

.resultTh {
	font-size: 16px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 576px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.modal-content {
	padding: 90px 119px 120px;
}

.modalHeader {
	font-size: 22px;
}

.modalCloseBtn {
	top: 35px;
	right: 40px;
	width: 50px;
	height: 50px;
}

.modalListImgBox {
	width: 28.2%;
	padding: 0 0 21%;
}

.modalListDetail {
    margin: 0;
	width: 65.4%;
}
.modalListDetailImageNone {
    margin: 0;
	width: 100%;
}

.modalListText {
	font-size: 16px;
}

.modalCloseBtn span {
	top: 1px;
	font-size: 30px;
}

.resultTitle {
	padding: 32px 10px 30px;
	font-size: 24px;
}

.resultText {
	margin: 60px auto 0;
	font-size: 16px;
	text-align: center;
}

.resultConte {
	margin: 60px auto 0;
}

.resultTh {
	padding: 19px 2% 17px;
	font-size: 16px;
}

.resultTd {
	padding: 28px 10px 28px;
}

.resultItem {
	display: flex;
	justify-content: space-between;
}

.resultImg {
	width: 25%;
	padding: 0 0 18.9%;
}

.resultItemName {
}

.resultItemNameText01 {
}

.resultItemNameText02 {
}

.resultTd > p {
	margin: 0 10px 0 0;
	font-size: 16px;
}

.resultTh-item,
.resultTd-item {
	width: 60.7%;
}

.resultTh-price,
.resultTd-price {
	width: 29.51%;
}

.resultTh-count,
.resultTd-count {
	width: 12%;
}

.resultTotalName {
	width: 41.5%;
	border: 1px solid #CCC;
}

.resultTotalPrice {
	width: 58.6%;
	justify-content: flex-end;
	border-left: 0;
}

.resultArea {
	padding: 0 0 120px;
}

.resultCoution {
	margin: 60px auto 0;
}

.resultSend button {
	min-height: 90px;
	font-size: 20px;
}

.resultTotalConte {
	margin: 0 0 0 auto;
	flex-wrap: nowrap;
}

.formTh {
	padding: 15px 15px;
	font-size: 16px;
}

.requiredText {
	font-size: 16px;
}

.optionalText {
	font-size: 16px;
}

.formTd {
	padding: 15px 15px;
	font-size: 16px;
	align-self: center;
}

.formWrap label {
	font-size: 16px;
}

.simuBtn.formBtn {
	margin: 40px auto 0;
}

.formWrap {
	margin: 60px auto 0;
}

.simuFormTit {
	font-size: 30px;
}

.formCompleteTxt {
	margin: 40px auto 0;
	max-width: 870px;
	font-size: 16px;
	text-align: center;
}

.formCompleteArea .simuBtn {
	margin: 60px auto 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:992px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.simuWrap {
	max-width: 1350px;
}

.simuLeftCol {
	width: 67.4%;
}

.simuRightCol {
	width: 30.37%;
}

.simuListItem {
	padding: 50px 55px 60px;
}

.simuTitle {
	width: auto;
}

.simuModallLink {
	width: 150px;
}

.simuTitleText {
	font-size: 20px;
}

.simuModallLinkText {
	font-size: 16px;
}

.simuDetail {
	margin: 60px auto 0;
}

.simuSelect {
	margin: 0;
}

.simuSelectItem {
	width: 31.3%;
}

.simuSelectItem:nth-of-type(n + 3) {
	margin: 0;
}

.simuSelectItem:nth-of-type(n + 4) {
	margin: 35px 2% 0 0;
}

.simuSelectItem > label {
	font-size: 16px;
}

.simuImgRadioListItem {
	width: 32.3%;
}

.simuImgRadioListItem .simuSelectItem {
	margin: 30px auto 0;
}

.simuImgRadioListItem:nth-of-type(n + 3) {
	margin: 0;
}

.simuImgRadioListItem:nth-of-type(n + 4) {
	margin: 40px auto 0;
}

.simuDetail.simuDetail-imgRadio .simuSelectCount {
	margin: 35px auto 0;
}

.simuRightCol {
	margin: 0;
}

.simuRightConte {
	padding: 45px 25px;
}

.simuRightTitle {
	font-size: 20px;
}

.simuRightListItem {
	padding: 20px 20px;
}

.simuRightListItemName01 {
	max-width: 100%;
	width: 100%;
}

.simuRightListItemName02 {
	/* margin: 0; */
}

.simuBtn {
	margin: 30px auto 0;
	font-size: 18px;
}

.simuImgBox {
	width: 100%;
	padding: 0 0 75%;
}

.simuSelect {
	margin: 40px auto 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 992px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.simuRightListItemName01 {
	max-width: 130px;
	width: 130px;
}

.simuImgRadioListItem:nth-of-type(n + 3) {
	margin: 40px 0 0;
}

.simuImgRadioListItem:nth-of-type(n + 4) {
	margin: 40px 0 0;
}

.simuImgBox {
	width: 40%;
	padding: 0 0 30%;
}

.simuSelect {
	margin: 0 0 0 30px;
	flex: 1;
}

.simuDetail {
	flex-wrap: nowrap;
	align-items: center;
}

.simuSelectItem {
	width: 48%;
}

.simuSelectItem:nth-of-type(n + 3) {
	margin: 2% 2% 0 0;
}

.simuImgRadioListItem:nth-of-type(n + 3) {
	margin: 0;
}

.simuImgRadioListItem:nth-of-type(n + 4) {
	margin: 40px 0 0;
}

.resultTd {
	padding: 28px 23px 28px;
}

.resultItemName {
	margin: 0 0 0 40px;
}

.resultItemNameText02 {
	margin: 0 0 0 40px;
}

.resultTdPriceText01 {
	margin: 0 0.5em 0 0;
	font-size: 23px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */