@charset "UTF-8";
/* お問い合わせフォーム */

@import url('icomoon/style.css');
/* リセット */
* {
    -webkit-appearance: none;
    outline: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    overflow-y: scroll;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
img {
    max-width: 100%;
}
table {
    width: 100%;
}
a, a:hover {
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}
a img:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
a, a:hover, a:visited {
    color: #E60012;
}
/* font-face */
body {
    font-size: 16px;
    font-family: -apple-system, blinkMacSystemFont, YakuHanJPs, YuGothicM, YuGothic, Meiryo, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* IE8〜11はメイリオ */
@media screen\0 {
body {
    font-family: 'Segoe UI', /* Windowsの欧文 */ Meiryo,/* メイリオ */ sans-serif;
}
}
/* Windows */
@font-face {
    font-family: YuGothicM;
    font-weight: normal;
    src: local('YuGothic-Medium'),/* Mediumを明示的に指定 */ local('Yu Gothic Medium'), /* Chrome用 */ local('YuGothic-Regular'); /* Windows8.1ではMediumがないのでRegularを指定 */
}
@font-face {
    font-family: YuGothicM;
    font-weight: bold;
    src: local('YoGothic-Bold'), /* Boldはそのまま */ local('Yu Gothic');/* Chrome用 */
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
 display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
 outline-offset: -2px;
}
input, textarea {
    margin: 0;
    padding: 0;
}
/* 送信中レイヤー */
#transmit {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.9;
    z-index: 10;
    padding-top: 30%;
}
#transmit .gif {
    text-align: center;
}
#transmit .message {
    text-align: center;
    font-size: 13px;
    margin-top: 15px;
}
/* フレーム */

body {
    background-color: #fff;
    line-height: 2;
    font-size: 16px;
}
header {
    padding: 0px;
    margin: 0px;
    background-color: #FFF;
    border-bottom: 5px solid #94B9D7;
}
header h1 {
    text-align: center;
    padding: 16px 0 8px;
}
header h1 img {
    width: 180px;
}
footer {
    border-top: 5px solid #94B9D7;
}
.copyright {
    font-size: 12px;
    text-align: center;
    padding: 30px 15px;
}
.contents {
    padding: 16px;
    max-width: 640px;
    margin: 0 auto;
}
h2.formtitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    margin: 10px 0;
    background-color: #20496B;
    color: #fff;
}
p.formtext {
    margin-bottom: 20px;
}
/*注釈※付*/
.notearea {
    margin: 20px 0;
}
.notearea ul {
    margin-left: 15px;
    margin-right: 0;
    font-size: 13px;
}
.notearea ul li {
    position: relative;
}
.notearea ul li:before {
    content: "※";
    position: absolute;
    left: -15px;
}
/*電話によるお問い合わせ*/
.telinfo {
    margin-bottom: 50px;
}
.telinfo ul {
    margin-top: 30px;
}
.telinfo dt {
    font-weight: bold;
    border: 3px solid #eee;
    border-radius: 30px;
    text-align: center;
    padding: 5px;
    color: #20496B;
}
.telinfo dd {
    padding: 5px 5px 20px;
    font-size: 13px;
}
.telinfo dd .telnum {
    font-size: 16px;
}
.telinfo dd .telnum a {
    text-decoration: none;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
}

@media print, screen and (min-width: 568px) {
.telinfo ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.telinfo ul li {
    width: 48%;
}
}
/*お問い合わせ内容*/
.userdata {
    background: #efefef;
    border-radius: 5px;
    padding: 15px 30px 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.userdata dl {
}
.userdata dl dt {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}
.userdata dl dt.hissu:after {
    content: "必須";
    font-size: 12px;
    background-color: #E60012;
    padding: 1px 7px;
    color: #fff;
    margin-left: 10px;
}
.userdata dl dd {
    overflow: hidden;
    padding: 5px 0;
}
.userdata dl dd input {
    margin-bottom: 5px;
}
.userdata dl dd .ziparea {
    display: table;
}
.userdata dl dd .ziparea span {
    display: table-cell;
    vertical-align: middle;
    padding-right: 15px;
}
.userdata dl dd .nenrei {
    display: table;
}
.userdata dl dd .nenrei span {
    display: table-cell;
    vertical-align: middle;
}
.userdata dl dd .nenrei input.age {
    width: 60px;
    display: inline-block;
    margin-right: 10px;
}
.userdata dl dd.checkframe {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 5px 0;
}
/* 同意 */
.checkbox {
}
.checkbox .hissu {
    font-size: 12px;
    background-color: #FF460E;
    padding: 1px 7px;
    color: #fff;
    margin-left: 10px;
    font-weight: bold;
}
.checkbox01-input {
    display: none;
}
.checkbox01-parts {
    padding-left: 30px;
    position: relative;
    margin-right: 20px;
    font-size: 16px;
}
.checkbox01-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fffbc0;
    border: 1px solid #999;
    border-radius: 0;
}
.checkbox01-input:checked + .checkbox01-parts {
    color: #000;
    font-weight: bold;
}
.checkbox01-input:checked + .checkbox01-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 8px;
    width: 10px;
    height: 18px;
    transform: rotate(40deg);
    border-bottom: 3px solid #e0051c;
    border-right: 3px solid #e0051c;
}
/* 送信ボタン */
.submitbtn {
    padding: 20px 0 50px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}
.submitbtn input {
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #94B9D7;
    text-decoration: none;
    margin-bottom: .5em;
    line-height: 1;
    width: 100%;
}
.submitbtn input[disabled] {
    background: #ccc;
    color: #fff;
    cursor: not-allowed;
    border: 2px solid #ccc;
}


/*プレースホルダーの色*/
input::-webkit-input-placeholder {
color: #999;
}
input::-moz-placeholder {
color: #999;
}
/*入力時の背景色*/
input:focus, select:focus, textarea:focus {
    background: #efefef;
}
/*入力フォームの設定*/
input[type="text"] {
    padding: 10px 3%;
    width: 93%;
    border-style: none;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #000;
    font-size: 16px;
    outline: none;
    position: relative;
    border-radius: 4px;
}
textarea {
    padding: 10px 3%;
    width: 93%;
    border-style: none;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #000;
    font-size: 16px;
    outline: none;
    position: relative;
    border-radius: 4px;
}
textarea::-webkit-input-placeholder {
color: #999;
}
textarea::-moz-placeholder {
color: #999;
}

select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
    padding: 10px 3%;
    width: 40%;
    border-style: none;
    background-color: #fff;
    border: 1px solid #aaa;
    color: #000;
    font-size: 16px;
    outline: none;
    position: relative;
    border-radius: 4px;
}
select::-ms-expand {
    display: block;
}
/*ラジオボタン*/
.inqto {
    overflow: hidden;
}
.inqto ul {
    width: 100%;
}
.inqto ul li {
    margin-bottom: 10px;
}
.inqto ul li label {
    font-size: 16px;
}
.inqto ul li input[type="radio"] {
    display: inline-block;
    padding-left: 20px;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    outline: thick;
    border: 1px solid #333;
    padding: 8px;
    border-radius: 30px;
    margin-bottom: -5px;
}
.inqto ul li input[type="radio"]:checked {
    display: inline-block;
    padding-left: 20px;
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    outline: thick;
    border: 1px solid #94B9D7;
    padding: 8px;
    background-color: #94B9D7;
}
.receiptmonth {
}
.receiptmonth select {
    border: 1px solid #d9d6cc;
    padding: 8px 10px;
    position: relative;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 4px;
}
/*注釈*/
.note {
    font-size: 12px;
}
.spnote {
    display: none!important;
}
.pcnote {
    font-size: 12px;
}
.spbr {
    display: none!important;
}
/* 確認 */
.userdata dl.kakunin dt {
    padding-bottom: 5px;
}
.userdata dl.kakunin dd {
    padding: 10px 3%;
    width: 93%;
    border-style: none;
    background-color: #fff;
    border: 1px solid #94B9D7;
    color: #000;
    font-size: 16px;
    outline: none;
    position: relative;
    border-radius: 4px;
    min-height: 20px;
}
.submitbtn2 {
    padding: 20px 0 50px;
    text-align: center;
}
.submitbtn2 input {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #94B9D7;
    text-decoration: none;
    margin: 1%;
    line-height: 1;
    width: 46%;
}
.submitbtn2 button {
    font-weight: bold;
    font-size: 1.1em;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #94B9D7;
    text-decoration: none;
    margin: 1%;
    line-height: 1;
    width: 46%;
}
.submitbtn2 input:hover {
    cursor: pointer;
    background-color: #94B9D7;
    color: #fff;
}
.submitbtn2 button:hover {
    cursor: pointer;
    background-color: #94B9D7;
    color: #fff;
}
/* thanks */
.thankst1 {
    font-size: 24px;
    text-align: center;
    color: #E60012;
    font-weight: bold;
    padding: 40px 0;
}
.thankst1 span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}
.thankst2 {
    text-align: left;
    padding: 0 10px 40px;
    font-size: 16px;
}
.thankst3 {
    text-align: left;
    padding: 0 10px 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

@media print, screen and (max-width: 480px) {
header h1 img {
    width: 150px;
}
.spbr {
    display: block!important;
}
.pcnote {
    display: none!important;
}
.spnote {
    display: block!important;
    font-size: 12px;
    margin-bottom: 10px;
}
.userdata {
    padding: 15px;
}
.submitbtn2 input {
    padding: 1em;
}
.submitbtn2 button {
    padding: 1em;
}
}
/* 閉じるボタン */
.closebtn {
    padding: 50px 0;
    text-align: center;
}
.closebtn a {
    color: #aaa;
    text-decoration: none;
}
.closebtn a:hover {
    color: #E60012;
}
.closebtn a .icon-squared-cross {
    margin-right: 5px;
}

@media print, screen and (max-width: 480px) {
.closebtn {
    padding: 20px 0;
}
.closebtn a {
    padding: 1em;
    font-size: 14px;
}
}
