@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Shippori+Mincho&display=swap');
/* CSS Document */

/* contact */
.contact-progress{
	margin-top: 65px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500px;
	width: 1100px;
	height: 46px;
	display: flex;
	justify-content: space-between;
	list-style: none;
	color: #FFFFFF;
}
.contact-progress li{
	text-align: center;
	line-height: 46px;
}
.contact-progress span{
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-right: 8px;
}
.contact-progress-left-on{
	border-radius: 5px 0 0 5px;
	background-color: #0068b7;
	color: #fff;
	width: 366px;
	border-right: 1px solid #fff;
}
.contact-progress-left-off{
	border-radius: 5px 0 0 5px;
	background-color: #e1ebf2;
	color: #0068b7;
	width: 366px;
	border-right: 1px solid #fff;
}
.contact-progress-center-on{
	background-color: #0068b7;
	color: #fff;
	width: 366px;
	border-right: 1px solid #fff;
}
.contact-progress-center-off{
	background-color: #e1ebf2;
	color: #0068b7;
	width: 366px;
	border-right: 1px solid #fff;
}
.contact-progress-right-on{
	border-radius: 0 5px 5px 0;
	background-color: #0068b7;
	color: #fff;
	width: 366px;
}
.contact-progress-right-off{
	border-radius: 0 5px 5px 0;
	background-color: #e1ebf2;
	color: #0068b7;
	width: 366px;
}

.contact-form-inner{
	font-family: "Noto Sans JP", sans-serif;
	width: 1100px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 0 80px;
	box-sizing: border-box;
}
.contact-area{
	width: 90%;
	margin: 0 auto;
}
.contact-area tr td.border-btm{
	border-bottom: 1px solid #d6dfe5;
}
.contact-area table{
	width: 100%;
	margin-bottom: 65px;
	border-collapse: collapse;
}
.contact-td-left{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #424242;
	width: 30%;
}
.contact-td-left-w{
	    vertical-align: top;
    padding-top: 22px;
    box-sizing: border-box;
}
.hits,.nin-e{
	position: relative;
	    width: 100%;
    display: inline-block;
}
.hits::after{
	content: '';
	position: absolute;
	right: 0;
  display: inline-block;
  width: 52px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/contact/hits.png");
  background-size: contain;
	background-repeat: no-repeat;
}
.nin-e::after{
	content: '';
	position: absolute;
	right: 0;
  display: inline-block;
  width: 52px;/*画像の幅*/
  height: 30px;/*画像の高さ*/
  background-image: url("../img/contact/nin-e.png");
  background-size: contain;
	background-repeat: no-repeat;
}
.contact-td-right{
	padding: 22px 0 22px 50px;
	box-sizing: border-box;
}
.contact-td-s-top{
	font-weight: 500;
	white-space: nowrap;
    display: table-cell;
    vertical-align: top;
	padding: 0 0 15px 50px;
    box-sizing: border-box;
}
.contact-td-s-top-child,.contact-td-s-child{
	    padding: 0 0 15px 0;
    box-sizing: border-box;
}
.contact-td-s{
	font-weight: 500;
	white-space: nowrap;
	padding: 0 0 15px 50px;
    box-sizing: border-box;
}
.contact-td-L{
	font-weight: 500;
	padding: 0 0 15px 50px;
    box-sizing: border-box;
}
.contact-p{
	    line-height: 3;
}
::placeholder{
	color: #a8a8a8;
}
.inputsA{
	width: 500px
}
input, input[type="text"]{
	background-color: #eff4f6;
	border-radius: 5px;
    border: 1px solid #c8d8e3;
    height: 45px;
	text-indent: 1em;
}
.inp-radio{
	position: relative;
	padding-left: 1.2em;
	line-height: 2;
	margin-right: 20px;
}
.input-end-mgn{
	margin-left: 10px;
    margin-top: 10px;
}
input[type="radio"]{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#input_tell{
	width: 300px;
}
#input_postcode{
	width: 120px;
	margin: 0 15px;
}
#input_address{
	width: 600px;
	margin-top: 15px;
}
textarea{
	background-color: #eff4f6;
	border-radius: 5px;
    border: 1px solid #c8d8e3;
	width: 700px;
	height: 180px;
	resize: none;
	padding: 10px 1em;
	box-sizing: border-box;
}
.contact-end{
	    vertical-align: top;
    padding-top: 22px;
}

.contact-under-end{
	margin: 0 auto;
	text-align: center;
}
.contact-under-checkbox{
	    position: relative;
    padding-left: 1.2em;
    line-height: 2;
        width: fit-content;
    margin: 0 auto;
	margin-bottom: 57px;
}
input[type="checkbox"] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.contact-under-box-dash{
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 auto;
	width: 800px;
	background-color: #edf4f6;
	border: 1px solid #dfeaed;
	box-sizing: border-box;
	padding: 30px 50px;
	text-align: center;
	margin-top: 65px;
	margin-bottom: 33px;
}
.contact-under-box-head{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #0068b7;
	margin-bottom: 20px;
}
.contact-under-box-txt{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.contact-under-box-dash img{
	margin-top: 15px;
	filter: drop-shadow(0 0px 3px rgba(0, 0, 0, .1));
}
.globalsign{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2;
	margin: 0 auto;
	width: 685px;
	margin-bottom: 135px;
	display: flex;
	justify-content: space-between;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}
@media screen and (max-width:1100px) {
	.contact-form-inner{
		width: 100%;
	}
	.contact-progress{
		    margin: 0 auto;
    margin-top: 65px;
		width: 100%;
	}
	.contact-progress-left-on,.contact-progress-center-off,.contact-progress-right-off,.contact-progress-left-off,.contact-progress-center-on,.contact-progress-right-on{
		width: 33.2%;
	}
	.inputsA,#input_tell,#input_address,textarea,.contact-under-box-dash{
		width: 90%;
	}
}
@media screen and (max-width:850px) {
	.contact-td-s-top-child, .contact-td-s-child{
		    padding: 0 0 15px 50px;
	}
	.contact-area tr td.border-btm,.contact-td-right,.contact-td-s-top,.contact-td-s-top-child, .contact-td-s-child,.contact-td-s{
		display: block;
	}
	.contact-area tr td.border-btm{
		border-bottom: none;
	}
	.contact-td-left{
		width: 100%;
	}
	.contact-td-right{
		border-bottom: 1px solid #d6dfe5!important;
		        margin-bottom: 2vw;
	}
	.hits::after,.nin-e::after{
		    right: auto;
        margin-left: 2vw;
	}
	.contact-td-v{
		border-bottom: none!important;
	}
	.border-btm-sp{
		border-bottom: 1px solid #d6dfe5!important;
	}
	.globalsign{
		    width: 90%;
		justify-content: center;
    flex-wrap: wrap;
	}
	.globalsign img{
		margin-bottom: 2vw;
	}
	button img{
		width: 90%;
		height: auto;
	}
}
@media screen and (max-width:500px) {
	.contact-under-box-dash img{
		width: 100%;
		height: auto;
	}
	.contact-progress li{
		line-height: 1.2;
    padding: 1vw 2vw;
    height: fit-content;
	}
}