@charset "utf-8";
/* ============================================
	お問い合わせ
============================================ */
.box_tel {
	text-align: center;
}
.bg_tel {
	background: #F0F0F0;
    padding: 30px;
	font-size: 125%;
	margin: 0 0 15px;
}
.bg_tel .flex {
	justify-content: center;
    gap: 6%;
    margin: 15px 0 0;
}
.bg_tel .flex p {
	font-family: presicav, sans-serif;
    font-weight: 700;
	font-size: 140%;
}
.bg_tel .flex p a {
	color: #333;
	pointer-events: none;
    cursor: text;
    text-decoration: none;
} 
/* ============================================
	フォーム
============================================ */
.box_mailform dl {
	display: flex;
	margin: 25px 0;
}
.box_mailform dl dt {
	position: relative;
    width: 22%;
    min-width: 230px;
    padding-right: 2rem;
    padding-left: 3rem;
    box-sizing: border-box;
}
.box_mailform dl dt.require:before {
	content: '必須';
    position: absolute;
    top: 4px;
    left: 0;
    width: 41px;
    height: 25px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    font-size: 78%;
    background-color: #DB002F;
    line-height: 180%;
}
.box_mailform dl dd {
	display: flex;
	width: calc(100% - 14em);
	flex-wrap: wrap;
}
.box_mailform dl dd p.txt_nobosyu {
	width: 100%;
}
.box_mailform dl dd .check {
	margin: 0 20px 0 0;
}
.box_mailform dl dd input[type=text],
.box_mailform dl dd input[type=email],
.box_mailform dl dd input[type=tel]{
	border:1px solid #CCCCCC;
	padding: 5px;
	width: 50%;
}
.box_mailform dl dd textarea {
	border: 1px solid #CCCCCC;
    padding: 5px;
    width: 100% !important;
    height: 8em !important;
}
.box_mailform dl dd select {
	border: 1px solid #CCCCCC;
    padding: 7px;
    font-size: 16px;
    width: 52%;
}
.box_mailform dl dd select:disabled {
  background: #ccc;
}
input[type="checkbox"]:disabled {
	background: #ccc;
}
form#mailformpro label.disabled {
	color: #aaa;
}


.submit_button {
	text-align: center;
}
.submit_button button {
	font-size: 125%;
	font-family: "Noto Sans JP", sans-serif;
	display: inline-block;
    color: #fff;
    padding: 15px 60px;
    border-radius: 30px;
    text-decoration: none;
    outline: none;
    background: linear-gradient(135deg, #82B9D9 10%, #0186D3 45%, #0186D3 51%, #82B9D9 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
}
.submit_button button:hover {
	color: #FFF;
    background-position: 99% 50%;
}
/* ============================================
	完了画面
============================================ */
.box_thanks {
	text-align: center;
	margin: 0 0 30px;
}
.box_thanks h3 {
	color: #0186D3;
	font-size: 125%;
	margin: 0 0 1em;
}

@media only screen and (max-width:720px) {
/* ============================================
	お問い合わせ
============================================ */
.box_tel {
	text-align: left;
}
.bg_tel {
    padding: 15px;
	font-size: 114%;
	margin: 0 0 15px;
	text-align: center;
}
.bg_tel .flex {
    margin: 10px 0 0;
}
.bg_tel .flex p {
	margin: 10px 0 0;
}
.bg_tel .flex p a {
	color: #333;
    text-decoration: none;
	pointer-events: auto;
    cursor: default;
} 
/* ============================================
	フォーム
============================================ */
.box_mailform dl {
    display: block;
    margin: 25px 0;
}
.box_mailform dl dt {
	font-size: 16px;
	padding: 0;
}
.box_mailform dl dt.require {
	padding-left: 3em;
}
.box_mailform dl dt.require:before {
	font-size: 75%;
	width: 34px;
	height: 20px;
	top: 3px;
	line-height: 160%;
}
.box_mailform dl dd {
    display: block;
    width: 100%;
    margin: 13px 0 0;
}
.box_mailform dl dd .check {
    margin: 0 0 10px 0;
    font-size: 16px;
}
.box_mailform dl dd input[type=text],
.box_mailform dl dd input[type=email],
.box_mailform dl dd input[type=tel]{
	border:1px solid #CCCCCC;
	padding: 5px;
	width: calc(100% - 10px);
}
.box_mailform dl dd textarea {
	border: 1px solid #CCCCCC;
    padding: 5px;
    width: calc(100% - 10px) !important;
    height: 8em !important;
}
.box_mailform dl dd select {
    width: 100%;
}
/* ============================================
	完了画面
============================================ */
.box_thanks {
	text-align: left;
	margin: 0 0 30px;
}
.box_thanks h3 {
	font-size: 114%;
	text-align: center;
	margin: 0 0 .5em;
}
}