@charset "UTF-8";
.contact-header { height: 200px; width: 1000px; margin: 0 auto; background-image: url(/image/contact_bk.png); background-position: right; background-repeat: no-repeat; position: relative; display: -webkit-box; }
.contact-header__title { font-size: 28px; font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo, sans-serif; margin: 0; position: absolute; left: 0; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); }

.content { background-image: url(/image/bg_1.jpg); }

.tab { overflow: hidden; }

.tab { padding: 0; list-style: none; margin: 0; }
.tab li { background: #dec3d5; padding: 5px 25px; float: left; margin-right: 1px; line-height: 40px; }

.tab li.select { background: #FFF; }

.contact-form { background-color: #FFF; margin: 0; padding: 0; list-style: none; }
.contact-form li { background: #FFF; padding: 20px 50px; }
.contact-form__heading { margin: 20px 0 40px; color: #d789bd; }
.contact-form__wrap { width: 900px; margin: 40px auto; }
.contact-form__label { width: 140px; display: inline-block; line-height: 40px; margin-bottom: 40px; text-align: right; margin-right: 30px; font-weight: bold; }
.contact-form__inputbox { line-height: 30px; width: 610px; font-size: 14px; padding: 0 20px; box-sizing: border-box; }
.contact-form__checkbox { margin-right: 30px; }
.contact-form__required { position: relative; }
.contact-form__required:after { content: '※必須'; font-size: 9px; position: absolute; top: 20px; right: 0; color: #da4646; }
.contact-form__attention { position: relative; }
.contact-form__attention-txt { position: absolute; top: 30px; font-size: 12px; left: 180px; color: #b1b1b1; }
.contact-form__msg { width: 604px; }
.contact-form__count { line-height: 30px; width: 100px; font-size: 14px; padding: 0 20px; box-sizing: border-box; }

.hide { display: none; }

.send-btn { width: 200px; line-height: 40px; background-color: #d789bd; margin: 0 auto; display: block; border: none; border-radius: 50px; font-size: 18px; font-weight: bold; color: #FFF; letter-spacing: 0.1em; margin-bottom: 60px; }
