@charset "utf-8";


.sub_top_img {
	background-image: url(../../common/img/pic_main_inquiry.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	/*padding-top:32%;*/
	position: relative;	/*画像上テキストの位置指定用*/
}


.back_btn a {
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #0085B2;
    text-decoration: none;
    display: block;
    width: 20%;
    background-color: #0085B2;
    line-height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 40px;
}
.back_btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.content h3.caution{
	margin-bottom:10px;
}

.content .m_top{
	color:#111111;
}

a.scroll_point {
    margin-top: -140px;
    padding-top: 140px;
    display: block;
}

.content .errorRead{
	margin-bottom:0;
	color: red;
    font-weight: bold;
}

.content .input_error{
	margin-bottom:0;
	margin-top:10px;
	font-weight:bold;
	padding-left:1em;
	text-indent:-1em;
}

.content table.contact {
	width: 70%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	max-width: 820px;
	text-align: left;
}
.content table th,
.content table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBB;
	border-right-color: #BBB;
	border-left-color: #BBB;
}
.content table th {
	white-space: nowrap;
	letter-spacing: 1px;
	background-color: #F6F6F6;
	color: #006384;
	text-align:left;
}

.content .asterisk::after{
	content:"※";
	color:red;
	padding-left:0.5em;
}

.content table td {
	font-size: 16px;
	line-height: 30px;
	/*line-height: 40px;*/
	background-color: #FFF;
}

.content .fmselect{
	font-size:16px;
}

.content .inputTxtS{
	width:60%;
	font-size:16px;
	padding: 4px 6px;
	font-family: inherit;
}

.content .inputTxt{
	width:90%;
	font-size:16px;
	padding: 4px 6px;
	font-family: inherit;
}

.content .inputZip{
	width:10%;
	font-size:16px;
	padding: 4px 6px;
	font-family: inherit;
}

.content .contact textarea{
	width:80%;
	font-size:16px;
	line-height:150%;
	height:10em;
	padding:0.5em;
	font-family: inherit;
}

/*アコーディオン*/
/*.accbox {
	max-width: 1000px;
}*/

.content p.bottom_none{
	margin-bottom: 0;
}

.accbox label {
    display: block;
    padding : 13px 12px;
	/*color: #ffba47;*/
	color:#1c2c5a;
    font-weight: bold;
	/*background: #fff2cc;*/
	/*background:rgb(246 246 246);*/
	transition: all 0.5s;
	margin:0 30px;
}

.accbox label:after {
    content:"\f078";
    font-family: "Font Awesome 5 Free";
	padding-right: 8px;
	font-weight: 900;
	padding-left:0.5em;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
	content:"\f078";
	font-weight: 900;
}


#telBlock {
	border: 4px solid #1C2C5A;
	padding: 1%;
	/*margin: 0 5%;*/
	margin: 0 3%;
	border-radius: 10px;
	/*width:70%;*/
  }
  
  #telBlock .cf{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }

  #telBlock .cf .east{
	color:rgb(17, 25, 135);
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

  #telBlock .cf .east a{
	color:rgb(17, 25, 135);
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

  #telBlock .cf .west{
	color:#000000;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

  #telBlock .cf .west a{
	color:#000000;
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}
  
  .telbox {
	/*width: 320px;*/
	width: 800px;
	margin: 4px;
	text-align: left;
  }
  
  .telbox>.curled-box {
	border-radius: 50%;
	height: 36px;
	width: 36px;
	border:#1c2c5a solid 2px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
  }
  
  .telbox>.curled-box.-hokkaido {
	background-color: #6CA2D6;
  }
  .telbox>.curled-box.-tokyo {
	background-color: #009EBD;
  }
  .telbox>.curled-box.-coolcargo {
	background-color: #0062A7;
  }
  .telbox>.curled-box.-kanagawa {
	background-color: #EC66A2;
  }
  .telbox>.curled-box.-nagoya {
	background-color: #4EC0EE;
  }
  .telbox>.curled-box.-kyoto {
	background-color: #A9524F;
  }
  .telbox>.curled-box.-osaka {
	background-color: #A87395;
  }
  .telbox>.curled-box.-kobe {
	background-color: #B9DA62;
  }
  .telbox>.curled-box.-hiroshima {
	background-color: #AA61A4;
  }
  .telbox>.curled-box.-fukuoka {
	background-color: #666464;
  }
  
  .telbox>.telArea {
	font-size: 12px;
	color: #1D2C5A;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.5px;
  }
  
  .telbox>.telArea.-coolcargo {
	letter-spacing: 0px;
  }
  
  .telbox>.telNo {
	font-size: 20px;
	font-weight: bold;
	transform: scale(1, 1.05);
	letter-spacing: 1px;
  }
  
  .telbox>.telNo.-hokkaido a{
	color: #6CA2D6;
	text-decoration: none;
  } 
  .telbox>.telNo.-tokyo a{
	color: #009EBD;
	text-decoration: none;
  }
  .telbox>.telNo.-coolcargo a{
	color: #0062A7;
	text-decoration: none;
  }
  .telbox>.telNo.-kanagawa a{
	color: #EC66A2;
	text-decoration: none;
  }
  .telbox>.telNo.-nagoya a{
	color: #4EC0EE;
	text-decoration: none;
  }
  .telbox>.telNo.-kyoto a{
	color: #A9524F;
	text-decoration: none;
  }
  .telbox>.telNo.-osaka a{
	color: #A87395;
	text-decoration: none;
  }
  .telbox>.telNo.-kobe a{
	color: #B9DA62;
	text-decoration: none;
  }
  .telbox>.telNo.-hiroshima a{
	color: #AA61A4;
	text-decoration: none;
  }
  .telbox>.telNo.-fukuoka a{
	color: #666464;
	text-decoration: none;
  }

.content hr{
	width:95%;
	margin:20px auto;
  }

.content .indent {
	margin-left: 40px;
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 1em;
    text-indent: -1em;
}

.content .required{
	color:red;
	font-weight:bold;
}

.content .agreement {
	width: 100px;
	text-align: left;
	overflow: hidden;
	margin: 30px auto 30px;
}

input[type="checkbox"], input[type="radio"] {
    border: none;
    top: 0;
    top: 0\9;
    margin-right: 3px;
	margin-right: 0\9;
}

.content .checkBt {
	/*display:block;*/
	font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #0085b2;
    text-decoration: none;
    width: 200px;
    background-color: #0085b2;
    margin-right: auto;
    margin-left: auto;
    line-height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
	max-width: 500px;
	cursor: pointer;
}
.content .checkBt:hover {
	color:#0085b2;
	background:#ffffff;
}
  
/* 確認画面 */
.content .table_01{
	width: 70%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    max-width: 820px;
    text-align: left;
}

.content .submitBlock{
	/*
	width:45%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:100px;
	*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.content .checkBt_ch a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 5px solid #666666;
	text-decoration: none;
	width: 200px;
	background-color:#666666;
	line-height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	float:left;
}

.content .checkBt_ch a:hover {
	color:#666666;
	background:#ffffff;
}

.content .checkBt_ch{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 5px solid #666666;
	text-decoration: none;
	width: 200px;
	background-color:#666666;
	line-height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	max-width: 500px;
	margin: 10px;
	cursor: pointer;
}

.content .checkBt_ch:hover {
	color:#666666;
	background:#ffffff;
}
/*
.content .checkBt_sub{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color:  #FFFFFF;
	text-align: center;
	border: 5px solid #0085b2;
	text-decoration: none;
	width: 200px;
	background-color: #0085b2;
	line-height: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
	float:right;
}

.content .checkBt_sub:hover {
	color:#0085b2;
	background:#ffffff;
}
*/
.content .checkBt_sub {
	font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #0085b2;
    text-decoration: none;
    width: 200px;
    background-color: #0085b2;
    margin-right: auto;
    margin-left: auto;
    line-height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
	max-width: 500px;
	margin: 10px;
}
.content .checkBt_sub:hover {
	color:#0085b2;
	background:#ffffff;
}

@media screen and (min-width:1200px){



}
/*(/1200～)*/

@media screen and (max-width:1127px){
	#telBlock .cf{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	  }
	

}
/*(～1127)*/

@media screen and (min-width:1020px) and (max-width: 1127px){
	#telBlock .cf {
		justify-content: space-between;
	}
}

@media screen and (max-width:960px){

	.accbox label {
		margin-left:65%;
	}

	#telBlock {
		width:90%;
	}


	.content table.contact {
		width:90%;
	}

	.content .table_01{
		width:90%;
	}
	/*
	.content .submitBlock {
		width: 65%;
	}
	*/
}
/*(/～960)*/


/*iPad対応*/

@media screen and (max-width:780px){

	a.scroll_point {
		margin-top: -50px;
		padding-top: 50px;
		display: block;
	}

}
/*(/～780)*/


@media screen and (max-width:736px){

	
	.content table th,
	.content table td {
		display:block;
		border-bottom-width: 0;
	}
	.content .col_last{
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #BBB;	
	}
}

/*(～736)*/


@media screen and (min-width:641px){


}

/*(641～)*/


@media screen and (max-width:640px){
	
	
	.back_btn a {
		width:50%;
		margin:0 auto;
	}

	.accbox label {
		margin-left:auto;
		text-align:center;
	}

	.content .indent {
		margin-left: 20px;
	}
	/*
	.content .submitBlock {
		width: 80%;
	}
	*/
	/*
	.content .checkBt_ch a{
		width:100px;
	}
	.content .checkBt_sub{
		width:100px;
	}
	*/

}

/*(/～640)*/


@media screen and (max-width:460px){

	.content .indent {
		margin-left: 10px;
		margin-right:10px;
	}
	.content .inputTxtS {
		width: 90%;
	}

	.content .inputZip {
		width: 20%;
	}

	.content .contact textarea {
		width: 90%;
	}

	.content .sub_button {
		width:70%;
	}
	
	.content .checkBt_ch a{
		width:100px;
	}
	
	.content .checkBt_sub{
		width:100px;
	}
}

/*(/～460)*/



