@charset "utf-8";

/*  sectionの背景をはみ出させるため、
.contents以下に.innerを指定する*/


/* ++++++++++++++++++++++++++++++ largeQuantitiesAreaの基本スタイル*/

.largeQuantitiesArea {}


.largeQuantitiesArea h4 {
	background: #000;
	text-align: center;
	color: #FFF;
	margin: 50px 0 20px;
	padding: 10px 0;
	line-height: 1.2;
	font-size: 280%;
	font-weight: bold;
}

.largeQuantitiesArea h5 {
	text-align: center;
	border-bottom: #000 1px solid;
	font-size: 280%;
	font-weight: bold;
	margin: 0 0 20px;
}

.largeQuantitiesArea h6 {
	font-size: 165%;
	font-weight: bold;
	text-align: center;
}

.largeQuantitiesArea p {
	font-size: 125%;
	line-height: 1.5;
}

@media screen and (max-width:767px){
	.largeQuantitiesArea h4 {
		font-size: 220%;
		margin-top: 30px;
		margin-left:-10px;
		margin-right: -10px;
	}
	
	.largeQuantitiesArea h5 {
		font-size: 200%;
		line-height: 1.2;
	}
	
	.largeQuantitiesArea p {
		/* font-size: 100%; */
	}
}

/* ++++++++++++++++++++++++++++++ メインビジュアル */

.largeQuantitiesArea .mainVisual {
	display: block;
	background: url(/contact/images/contact-mv_pc.jpg) no-repeat;
	background-size: contain;
	width: 100%;
	padding-top: 29%;
	margin-bottom: 25px;
	position: relative;
}

.largeQuantitiesArea .mainVisual:hover {
	opacity: 0.7;
}

.largeQuantitiesArea .mainVisual:hover .btnForm {
	background: #72003F;
}

.largeQuantitiesArea .mainVisual > div {
	width: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	color: #000;
	font-size: 300%;
	font-weight: bold;
	line-height: 1.3;
}

.largeQuantitiesArea .mainVisual > div strong {
	font-size: 200%;
	font-weight: bold;
}

.largeQuantitiesArea .mainVisual .btnForm {
	position: absolute;
	bottom: 8px;
	right: 8px;
	border-radius: 10px;
	border-bottom: #000 3px solid;
	padding: 13px 50px;
	font-size: 180%;
	line-height: 1.2;
}

@media screen and (max-width:767px){
	.mvWrap {
		margin: 0 -10px;
	}
	.largeQuantitiesArea .mainVisual {
		background-image: url(/contact/images/contact-mv_sp.jpg);
		padding-top: 33%;

	}
	
	.largeQuantitiesArea .mainVisual > div {
		font-size: 4vw;
	}
	
	.largeQuantitiesArea .mainVisual .btnForm {
		font-size: 4vw;
		padding: 5px 5%;
		bottom: 5px;
		right: 5px;
	}
}

/* ++++++++++++++++++++++++++++++ localNav */

.largeQuantitiesArea .localNav {
	margin: 0 0 60px 13px;
}

.largeQuantitiesArea .localNav::after {
	content: '';
	display: block;
	clear: both;
}

.largeQuantitiesArea .localNav li {
	float: left;
	width: 154px;
	margin: 0 13px 13px 0;
	line-height: 1.2;
	font-size: 120%;
	text-align: center;
}

.largeQuantitiesArea .localNav li a {
	color: #000;
	text-decoration: none;
}

.largeQuantitiesArea .localNav li a:hover {
	text-decoration: underline;
}

.largeQuantitiesArea .localNav li a:hover img {
	opacity: 0.7;
}

@media screen and (max-width:767px){
	.largeQuantitiesArea .localNav {
		margin: 0 0 60px;
	}
	
	.largeQuantitiesArea .localNav li {
		width: 33.333%;
		margin: 0 0 10px;
		padding: 0 3px;
		font-size: 100%;
	}
	
	.largeQuantitiesArea .localNav li:nth-child(3n+4) {
		clear: both;
	}
}

/* ++++++++++++++++++++++++++++++ section */

.largeQuantitiesArea section {
	padding: 50px 0;
}

.largeQuantitiesArea section:nth-of-type(2n) {
	margin: 0 -500%;
	padding: 50px 500%;
	background: url(/form/large-quantities/images/bg_shadow.png) no-repeat 50% top #F2F2F2;
}


.largeQuantitiesArea section > .texCenter .btnForm {
	border-radius: 10px;
	padding: 10px 150px;
	font-size: 215%;
	text-decoration: none;
	border-bottom: #000 3px solid;
}

@media screen and (max-width:767px){

	.largeQuantitiesArea section {
		padding-top: 30px;
	}
	
	.largeQuantitiesArea section:nth-of-type(1) {
		padding-top: 0;
	}
	
	.largeQuantitiesArea section:nth-of-type(2n) {
		margin: 0 -10px;
		padding: 30px 10px;
	}
	
	.largeQuantitiesArea section > .texCenter .btnForm {
		width: 80%;
		padding: 10px 20px;
		font-size: 150%;
	}
}

/* ++++++++++++++++++++++++++++++ caseImg */
.largeQuantitiesArea .column2box {
	margin-bottom: 50px;
}

.largeQuantitiesArea .caseImg {
	position: relative;
}

.largeQuantitiesArea .caseImg img {
	vertical-align: top;
	text-align: center;
	width: 100%;
	height: auto;
}

.largeQuantitiesArea .caseImg .priceBox {
	display: inline-block;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding: 5px 20px;
	background: #E50012;
	color: #FFF;
	line-height: 1;
	text-align: center;
}

.largeQuantitiesArea .caseImg .priceBox strong {
	font-size: 180%;
	font-weight: bold;
	
}

.largeQuantitiesArea .caseImg .priceBox strong span {
	vertical-align: -4px;
}

.largeQuantitiesArea .caseImg +.btnForm {
	width: 100%;
	text-decoration: none;
}


/* ++++++++++++++++++++++++++++++ specBox */

.largeQuantitiesArea .caption {
	font-size: 180%;
	font-weight: bold;
	color: #00B1C3;
}

.largeQuantitiesArea dl.specBox {
	border: #DCDCDC 3px solid;
	margin-bottom: 15px;
}

.largeQuantitiesArea dl.specBox dt {
	background: #DCDCDC;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	padding: 5px;
	line-height: 1.2;
}

.largeQuantitiesArea dl.specBox dd {
	background: #FFF;
	text-align: center;
	padding: 20px 10px;
	font-size: 125%;
}

.largeQuantitiesArea dl.specBox dd p {
	text-align: center;
}

.largeQuantitiesArea dl.specBox dd img {
	max-width: 100%;
}

.largeQuantitiesArea dl.specBox dd ul.specList::after {
	content: '';
	display: block;
	clear: both;
}

.largeQuantitiesArea dl.specBox dd ul.specList li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 4px 0 0;
}

.largeQuantitiesArea dl.specBox dd ul.specList li:nth-child(2) {
	float: right;
	padding: 0 0 0 4px;
}

.largeQuantitiesArea dl.specBox dd .colorList {
	text-align: left;
	margin: 0 -2% -10px 0;
}

.largeQuantitiesArea dl.specBox dd .colorList li {
	display: inline-block;
	width: 75px;
	max-width: 23%;
	padding: 0 2% 10px 0;
	text-align: center;
}

.largeQuantitiesArea dl.specBox dd .colorList li > div {
	width: 100%;
	height: 40px;
}

@media screen and (max-width:767px){
	.largeQuantitiesArea .caption {
		font-size: 150%;
	}
}

/* ++++++++++++++++++++++++++++++ table */


.largeQuantitiesArea .table_01 thead th {
	background: #D1A4FF;
}

.largeQuantitiesArea .table_01 tbody th {
	text-align: left;
	background: #F9F3FF;
}

.largeQuantitiesArea .table_01 tbody td {
	text-align: right;
	vertical-align: middle;
}

.largeQuantitiesArea .table_01 strong {
	font-weight: bold;
}

.largeQuantitiesArea .table_01.optionTable {
	margin-bottom: 30px;
}

.largeQuantitiesArea .table_01.optionTable,
.largeQuantitiesArea .table_01.optionTable th,
.largeQuantitiesArea .table_01.optionTable td {
	text-align: center;
}

#form .table_02 {
	width:100%;
	border: #DDD 1px solid;
}

#form .table_02 tr.border {
	border-bottom: #DDD 1px solid;
}

#form .table_02 th {
	border-right: #DDD 1px solid;
	vertical-align: middle;
	width: 20%;
}

#form .table_02 td:nth-of-type(1) {
	width: 200px;
	vertical-align: middle;
}

#form .table_02 .th_01 {
	background: #D9F1FC;
}

#form .table_02 .th_02 {
	background: #FDE9D9;
}

#form .table_02 .th_03 {
	background: #ECF0DF;
}

#form .table_02 .th_04 {
	background: #F1F1F1;
}

#form .table_02 .required {
	display:block;
	/*width: 24px;*/
	float: right;
	color: #FFF;
	background: #F4750A;
	padding: 0 5px;
	
}

#form .table_02 ul.iBlock {
	margin-bottom: -10px;
}

#form .table_02 ul.iBlock li {
	margin: 0 10px 10px 0;
	
}

#form .table_02 .notRequired {
	display:block;
	/*width: 24px;*/
	float: right;
	color: #FFF;
	background: #0ABEFC;
	padding: 0 5px;
}

#form .table_02 .mlMinus {
	display: inline-block;
	margin: 0 15px 0 -49px;
	float: none;
}

@media screen and (max-width:767px){
	
	.largeQuantitiesArea .table_01 {
		display: table;
		overflow-x: visible;
		font-size: 75%;
	}
	
	.largeQuantitiesArea .table_01 th {
		white-space: normal;
		line-height: 1.2;
	}

	.largeQuantitiesArea .table_01 th:nth-child(1) {
		min-width: 0;
	}
	
	#form .table_02,
	#form .table_02 thead,
	#form .table_02 tbody,
	#form .table_02 tr,
	#form .table_02 th,
	#form .table_02 td {
		display: block;
		width: auto;
	}
	
	#form .table_02 th {
		border: #DDD 1px solid;
		font-weight: bold;
	}
	
	#form .table_02 td {
		padding: 10px 5px 10px;
	}
	
	#form .table_02 td:nth-of-type(1) {
		width: auto;
	}
	
	#form .table_02 td:not(:last-child) {
		border: none;
		padding: 5px 5px 0;
	}
	
	#form .table_02 tr {
		position: relative;
	}
	
	#form .table_02 tr:nth-last-child(1) td,
	#form .table_02 tr.border,
	#form .table_02 tr.border td:last-child {
		border-bottom: none;
	}
	
	#form .table_02 .mlMinus {
		margin: auto;
		position: absolute;
		top: 5px;
		right: 5px;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++ フォーム */
#form {
	margin: 0 0 50px;
}

#form h4 {
	background: #00913A;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
	padding: 10px 0;
	font-size: 280%;
	font-weight: bold;
}

#form .column4box {
	width: 770px;
	margin: 0 auto;
}

#form .column4box .column {
	width: 185px;
}

#form .column4box .column img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width:767px){
	#form h4 {
		font-size: 220%;
		padding: 5px 0;
	}
	
	#form .column4box {
		width: auto;
	}
	
	#form .column4box .column {
		float: left;
		width: 49%;
	}
	
	#form .column4box .column:nth-child(2n) {
		float: right;
	}
}

.formTex {
	text-align: center;
	font-size: 150%;
}

@media screen and (max-width:767px){
	.formTex {
		text-align: left;
		font-size: 0.8rem!important;
	}

	.formTex br {
		display: none;
	}
}

.btnConfirm {
	padding: 0 100px 50px;
}

@media screen and (max-width:767px){
	.btnConfirm {
		padding: 0;
	}
}
.w50 { width:50px; }
.w60 { width:60px; }
.w100 { width:100px; }
.w145 { width:145px; }
.w150 { width:150px; }
.w200 { width:200px; }
.w250 { width:250px; }
.w300 { width:300px; }
.w350 { width:350px; }
.w400 { width:400px; }
.w430 { width:430px; }
.w500 { width:500px; }
.w50per { width: 50%; }
/*-------------------- input --------------------*/

.inputS {
	/*max-width:200px;*/
	width:70%;
	height: 45px;
}

.inputM {
	/*max-width:300px;*/
	width:80%;
	height: 45px;
}

.inputL {
	/*max-width:500px;*/
	width:100%;
}

/*.table_02 input[title],
.table_02 textarea[title]{
    color:#666;
}

.table_02 input.focused,
.table_02 textarea.focused{
    color:#000;
}*/


/* ++++++++++++++++++++++++++++++ aside */
.aside p {
	text-align: center;
}

.aside h4 {
	font-size: 200%;
}

.aside .telLink {
	text-decoration: none;
	pointer-events: none;
	color: #000;
	font-size: 350%;
	font-weight: bold;
}

@media screen and (max-width:767px){
	.aside .telLink {
		pointer-events: auto;
		font-size: 8vw;
	}
}

.aside .asideWrap {
	padding: 0 50px;
	margin: 0 0 50px;
}

.aside .asideWrap p .btnLink {
	padding: 20px 50px;
}

.aside .asideWrap .floatL,
.aside .asideWrap .floatR {
	width: 49%;
}

@media screen and (max-width:767px){
	.aside .asideWrap {
		padding: 0;
	}
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
font-size
+++++++++++++++++++++++++++++++++++++++++++ */
/*※font-size:87.5%(14px相当)を基準としたサイズ*/
.fs10px { font-size:71.4% !important; }
.fs11px { font-size:78.6% !important; }
.fs12px { font-size:85.7% !important; }
.fs13px { font-size:92.8% !important; }
.fs15px { font-size:107.2% !important; }
.fs16px { font-size:114.3% !important; }
.fs17px { font-size:121.4% !important; }
.fs18px { font-size:128.6% !important; }
.fs19px { font-size:135.7% !important; }
.fs20px { font-size:142.8% !important; }
.fs22px { font-size:157.2% !important; }
.fs24px { font-size:171.4% !important; }
.fs26px { font-size:185.7% !important; }
.fs300 { font-size:300% !important; }
.fs250 { font-size:250% !important; }
.fs200 { font-size:200% !important; }
.fs150 { font-size:150% !important; }
.fs120 { font-size:120% !important; }
.fs110 { font-size:110% !important; }
.fs90 { font-size:90% !important; }
.fs80 { font-size:80% !important; }
.fs70 { font-size:70% !important; }
.fs60 { font-size:60% !important; }
.fs50 { font-size:50% !important; }

@media screen and (max-width:767px){
	.fs150 { font-size:0.8rem !important; }
}

/*+++++++++++++++++++++++++++++++++++++++++++ 
margin 
+++++++++++++++++++++++++++++++++++++++++++ */
.mt0 { margin-top:0; }
.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
.mt25 { margin-top:25px; }
.mt30 { margin-top:30px; }
.mt35 { margin-top:35px; }
.mt40 { margin-top:40px; }
.mt45 { margin-top:45px; }
.mt50 { margin-top:50px; }
.mb0 { margin-bottom:0; }
.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb15 { margin-bottom:15px; }
.mb20 { margin-bottom:20px; }
.mb25 { margin-bottom:25px; }
.mb30 { margin-bottom:30px; }
.mb35 { margin-bottom:35px; }
.mb40 { margin-bottom:40px; }
.mb45 { margin-bottom:45px; }
.mb50 { margin-bottom:50px; }
.mr0 { margin-right:0; }
.mr5 { margin-right:5px; }
.mr10 { margin-right:10px; }
.mr15 { margin-right:15px; }
.mr20 { margin-right:20px; }
.mr25 { margin-right:25px; }
.mr30 { margin-right:30px; }
.mr35 { margin-right:35px; }
.mr40 { margin-right:40px; }
.mr45 { margin-right:45px; }
.mr50 { margin-right:50px; }
.ml0 { margin-left:0; }
.ml5 { margin-left:5px; }
.ml10 { margin-left:10px; }
.ml15 { margin-left:15px; }
.ml20 { margin-left:20px; }
.ml25 { margin-left:25px; }
.ml30 { margin-left:30px; }
.ml35 { margin-left:35px; }
.ml40 { margin-left:40px; }
.ml45 { margin-left:45px; }
.ml50 { margin-left:50px; }
.pd10 { padding: 10px!important;}
 /*+++++++++++++++++++++++++++++++++++++++++++ layout */
.clear { clear:both;}
.texCenter { text-align:center!important;}
.texLeft { text-align:left!important;}
.texRight { text-align:right!important;}
.weightNormal {font-weight:normal;}
.floatL { float:left;}
.floatR { float:right;}
.vTop {vertical-align:top;}
.vMid {vertical-align:middle;}
.vBtm {vertical-align:bottom;}

.photoL {
     float:left;
     margin:0 10px 10px 15px;
}
.photoR {
     float:right;
     margin:0 15px 10px 10px;
}

@media screen and (max-width:767px){
	
	.floatL.textArign-center,
	.floatR.textArign-center {
		float:none;
		margin:0 auto 20px;
	}
}

.waku{
     border:1px solid #999999;
     padding:3px;
     background-color:#FFFFFF;
}

.iBlock {
	display: inline-block;
}

ul.iBlock li {
	display: inline-block;
}

.box_01 {
	background: #FFE100;
	padding: 10px;
	margin: 0 0 50px;
	font-size: 125%;
}

.box_01 ul {
	margin-bottom: 0;
}

.box_01 ul li {
	text-indent: -10px;
	padding-left: 25px;
}

@media screen and (max-width:767px){
	.box_01 {
		padding: 5px;
		font-size: 100%;
	}
	.box_01 ul li {
		text-indent: -7px;
	}
}

.box_02 {
	background: #000;
	padding: 5px;
	line-height: 1.2;
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
}

.color_blue {
	color: #00B1C3;
}
.color_red {
	color: #F33;
}
.color_magenta {
	color: #E4007F;
}


.bg_lightYellow	{ background: #F4F19F; }
.bg_yellow { background: #FFF000; }
.bg_yamabuki  { background: #F9BE00; }
.bg_orange { background: #EF8205; }
.bg_red { background: #E50012; }
.bg_sakura { background: #F6C8DD; }
.bg_pink { background: #ED86B3; }
.bg_enji { background: #AC0711; }
.bg_brown { background: #730000; }
.bg_lightPurple { background: #A382B9; }
.bg_sky { background: #92BEE5; }
.bg_cyan { background: #187FC3; }
.bg_blue { background: #25489C; }
.bg_navy { background: #101254; }
.bg_purple { background: #441C79; }
.bg_yellowGreen { background: #92C760; }
.bg_green { background: #00913A; }
.bg_darkGreen { background: #00724C; }
.bg_white { background: #FFF; border: #000 1px solid; }
.bg_black { background: #000; }
.bg_gray { background: #8E919E; }
.bg_ocher { background: #D7B956; }

.btnForm {
	display: inline-block;
	background: #E4007F;
	padding: 5px 30px;
	line-height: 1.5;
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
}

.btnForm:hover {
	background: #72003F;
	color: #FFF;
}

.btnForm.btnLarge {
	padding: 20px 150px;
	border-radius: 10px;
	text-decoration: none;
	border-bottom: #000 3px solid;
}

@media screen and (max-width:767px){
	.btnForm.btnLarge {
		padding: 5px 20px;
	}
}

.btnPrice {
	display: inline-block;
	background: #FFF;
	border: #000 3px solid;
	border-radius: 10px;
	padding: 5px 40px 1px;
	color: #000;
	font-size: 175%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.btnPrice:hover {
	color: #000;
	text-decoration: none;
	background: #DDD;
}

@media screen and (max-width:767px){
	.btnPrice {
		padding: 5px 10px 4px;
		font-size: 125%;
		margin-bottom: 6px;
	}
}

.btnLink {
	display: block;
	width: 100%;
	background: #13AE67;
	padding: 10px 30px;
	border-bottom: #000 3px solid;
	border-radius: 10px;
	line-height: 1.5;
	color: #FFF;
	font-size: 240%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.btnLink:hover {
	background: #095733;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width:767px){
	.btnLink {
		font-size: 150%;
		padding: 5px 10px;
	}
}

.usefulInfo a {
	margin-bottom:10px;
	width:44%;
	font-size:165%!important;
}
@media screen and (max-width:767px){
	.usefulInfo a {
		font-size:0.75rem!important;
		width:49%;
	}
}

 /*+++++++++++++++++++++++++++++++++++++++++++ clearfix */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.largeQuantitiesArea .fixHeight .column:nth-child(3) dd,
.largeQuantitiesArea .fixHeight .column:nth-child(4) dd {
	min-height: 456px;
}

@media screen and (max-width:767px){
	.largeQuantitiesArea .fixHeight .column:nth-child(3) dd,
	.largeQuantitiesArea .fixHeight .column:nth-child(4) dd {
		min-height: auto;
	}

}
