#area_item_body {
	display: flex;
	margin-bottom: 2em;
}
#area_item {
/*	width:calc(100% - 2em); */
	width:100%;
	max-width:600px;
}
#area_item_main {
	margin: 0 1em;
}
#area_item_main h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}
#area_item_main_description {
	margin-bottom: 1em;
}
#area_item_main_spec {
	font-size: 0.8em;
	margin-bottom: 1em;
}
#area_item_main_atte {
	font-size: 0.8em;
    margin-bottom: 1em;
}
#area_item_pricearea {
	margin: 2em 0 0 0;
}

#Cartform .p-excepting__plan .p-excepting__order {
    width: 100%;
}
#Cartform .c-table__orderform .c-grid {
	justify-content: flex-end;
	width: 100%;
}
#Cartform .c-table__orderform .c-grid .u-td {
	width: auto;
	margin: 0 1em 0 0;
	padding: 2.3em 0 0 0;
	margin-right: 0;
	text-align: right;
}
#area_viewprice_price {
	display: inline-block;
}
#Cartform .u-input__select {
    overflow: hidden;
    margin-left: 1em;
    margin-bottom: 1em;
}

#Cartform .c-table__orderform .c-grid .u-td_right {
	width: auto;
	margin: 0 0 0 1em;
	padding: 2.3em 0 0 0;
	width: 97px;
	text-align: right;
}
#Cartform .p-excepting__plan .u-input__select-box {
    height: 40px;
	padding-right: 0;
}



#Cartform .c-table__orderform .u-td_m600 {
	max-width: 600px;
    width: 100%;
    padding: 0 0.5px 0 0;
}

#Cartform .p-excepting__plan .p-excepting__price {
	width: 100%;
}

	#Cartform .p-excepting__plan .p-excepting__price input[type="text"] {
		width: 140px;
		margin-right: 0.5em;
	}

#Cartform .page-contents #contact.section-contents.contact-confirm .section-title {
  background: none;
  font-size: 16px;
	padding:0;
}

#Cartform .page-contents #contact.section-contents.contact-confirm .section-title span {
    font-size: 42px;
    text-align: center;
    margin-bottom: 40px;
    color: #418dff;
    font-weight: bold;
    width: 512px;
}


#area_sendprice {
	display: block;
	/* height: 100%; */
	padding: 2.2em 0 0 1em;
	text-align: right;
}
#area_pricedetails {
	padding: 0.5em 0;
	line-height: 1.5;
	text-align: right;
}
#area_viewprice_allprice {
	text-align: right;
}


.swiper {
    margin-top: 2em;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 400px;
  text-align: center;
}

.swiper-slide:nth-child(3n + 1) {
  background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
  background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
  background-color: #53c638;
}

.mySwiper2 {
  height: 400px;
  width: 100%;
}

.mySwiper {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

#Cartform .swiper-slide > img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}
#Cartform .swiper-slide {
     background-color: #FFF !important;
}




@media screen and (max-width: 820px) {
	#area_item_body {
		display: block;
		margin-bottom:1em;
	}
	.c-table__orderform tr {
		display: block;
	}
	#area_item_main {
		margin: 2.5em 2em 2em 1em;
	}
	.c-table__orderform th, .c-table__orderform td {
		padding: 3.2vw 7.2vw 3.2vw 3.2vw;
	}
	.u-input__select-box {
		width: calc(100% - 1em);
	}


}