@charset "UTF-8";
/* ヘッド
---------------------------------------------------- */
.head {
	margin-top: 60px;
	height: 260px;
	background: url("../images/head-img-sp.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

/* セクション共通
---------------------------------------------------- */
section {
	padding-top: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #4aaea5;
}
section h2 {
	margin-bottom: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	letter-spacing: 2px;
}

/* ナビ
---------------------------------------------------- */
.nav {
	padding-top: 20px;
	padding-bottom: 25px;
}
.nav h1 {
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.2em;
}
.nav h1 span {
	padding-bottom: 5px;
	border-bottom: 2px solid #4aaea5;
}
.nav h1 em {
	display: block;
	margin-top: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	font-weight: 500;
	font-style: normal;
}

/* お問い合わせ
---------------------------------------------------- */
.otoiawase {
	background: #daeeeb;
	border-bottom: none;
}
.otoiawase p {
	text-align: center;
}
.otoiawase .attention {
	color: #4aaea5;
}
.otoiawase table {
	width: 100%;
	margin: 30px auto;
	border-collapse: separate;
	border-spacing: 0 6px;
}
.otoiawase table th {
	width: 210px;
	padding: 17px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.075em;
	text-align: left;
	vertical-align: top;

}
 .otoiawase table td {
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 0.075em;
	vertical-align: middle;
}
.otoiawase input[type=text] {
	width: 100%;
	padding: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #4aaea5;
	-webkit-appearance: none;
}
.otoiawase textarea {
	margin: 0;
    padding: 8px;
	width: 100%;
	height: 240px;
	font-size: 16px;
	font-size: 1.6rem;
	border: 1px solid #4aaea5;
	-webkit-appearance: none;
}

/* フォームプルダウン
---------------------------------------------------- */
.cp_ipselect {
    overflow: hidden;
    margin: 0 auto;
	padding: 6px 0;
}
.cp_ipselect select {
    width: 100%;
    height: 40px;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: #fff;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 15px;
	font-size: 1.5rem;
	border: 1px solid #4aaea5;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
    position: relative;
}
.cp_ipselect.cp_sl02::before {
    position: absolute;
    top: 27px;
    right: 20px;
    content: '';
	display: inline-block;
	width: 15px;
	height: 9px;
	background-image: url("../images/select-arrow.svg");
	background-size: 15px 9px;
	vertical-align: middle;
    pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
    position: absolute;
    top: 0;
    right: 2.5em;
    bottom: 0;
    width: 1px;
    content: '';
}
.cp_ipselect.cp_sl02 select {
    padding: 0 0 0 7px;
    color: #878787;
}

@media only screen and (max-width: 767px) {
.otoiawase table {
	margin: 0 auto;
	border-spacing: 0;
}
.otoiawase table th {
	width: 100%;
	height: auto;
	display: block;
	padding: 20px 0 0 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 27px;
}
.otoiawase table td {
	width: 100%;
	height: auto;
	display: block;
	padding: 5px 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 27px;
}
.cp_ipselect.cp_sl02::before {
    top: 22px;
}
}

.otoiawase .btn {
	margin-top: 20px;
}
.otoiawase button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	display: block;
	width: 300px;
	height: 42px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 42px;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.otoiawase .button-confirm {
	display: block;
	border: 0;
	width: 300px;
	height: 42px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 42px;
	background: url(../images/btn-sp.svg) left center no-repeat;
	cursor: pointer;
	margin: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-back,
.button-submit {
	display: none;
}
.otoiawase button:hover {
	color:#878787;
}

.otoiawase .button-confirm:hover {
	background: url(../images/btn-sp-hover.svg) left center no-repeat;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* ヘッド
---------------------------------------------------- */
.head {
	margin-top: 182px;
	height: 300px;
	background: url("../images/head-img-pc.jpg") center center no-repeat;
	background-size: cover;
}

/* セクション共通
---------------------------------------------------- */
section {
	padding-top: 100px;
	padding-bottom: 150px;
}
section h2 {
	margin-bottom: 60px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 22px;
}

/* ナビ
---------------------------------------------------- */
.nav {
	padding-top: 90px;
	padding-bottom: 50px;
}
.nav h1 {
	margin-bottom: 65px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 46px;
}
.nav h1 em {
	font-size: 16px;
	font-size: 1.6rem;
}

/* お問い合わせ
---------------------------------------------------- */
.otoiawase .inner {
	max-width: 740px;
	padding: 0;
}
.otoiawase button {
	height: 52px;
	line-height: 52px;
}
.otoiawase .button-confirm {
	height: 52px;
	line-height: 52px;
	background: url(../images/btn-pc.svg) left center no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.otoiawase .button-confirm:hover {
	background: url(../images/btn-pc-hover.svg) left center no-repeat;
}
}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
