@charset "UTF-8";
/********************************
DEFAULT
*********************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin: 0px;
    padding: 0px;
    outline: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section {
    display: block;
}
h1,h2,h3,h4,h5,h6,caption,address,th {
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-size: 100%;
}
ul,ol,li,dl,dt,dd {
    list-style: none;
}
img,iframe {
    vertical-align: middle;
    border: 0px;
}
img {
    line-height: 0;
    font-size: 0;
    -webkit-backface-visibility: hidden;
}
table {
    border-collapse: collapse;
}
th {
    font-weight: normal;
    text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
select {
    padding: 2px;
}
input,select {
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
}
input[type="text"],input[type="password"],textarea,select {
    outline: none;
}
textarea {
    font-size: 100%;
}
input {
    vertical-align: middle;
}
::-webkit-input-placeholder {
    color: #999;
}
label {
    padding: 0 0 0 2px;
}
hr {
    display: none;
}
a {
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
a[href^="tel:"] {
    cursor: default;
}
a,a:link {
    color: #253494;
    text-decoration: none;
    word-break: break-all;
}
a:visited {
    color: #0a70c5;
}
a:hover,a:active {
    color: #3399ff;
    text-decoration: underline;
}
a[href^="tel:"] {
    cursor: default;
}
.c_fix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    font-size: .01em;
    height: 0;
    overflow: hidden;
}
.c_fix {
    min-height: 1px;
}
html {
    height: 100%;
}
body {
    text-align: left;
    min-height: 100%;
    height: auto !important;
    position: relative;
    min-width: 1000px;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    background: #ffffff;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: -apple-system, blinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', Meiryo, "メイリオ", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #232323;
}
/********************************
HEADER
*********************************/
.header {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}
.header_ttl {
    float: left;
}
.header-ttl {
    width: 504px;
    height: 44px;
}
.header-ttl span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 44px 0 0 0;
    background: url(../img/top_logo2025.jpg) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
.navBtm_warp {
    float: right;
    width: 350px;
    padding: 2px 0 0;
}
.navBtm_warp li {
    float: left;
}
.navBtm_warp li:nth-child(2) {
    float: right;
}
.c-hdbtn a {
    width: 164px;
    display: table;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 40px;
    -ms-border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
.c-hdbtn a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.c-hdbtn span {
    height: 40px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding: 0 0 0 26px;
}
.c-hdbtn.is-tel a {
    background: #e9eaf4 url(../img/hd_icn01.png) no-repeat left 20px center;
}
.c-hdbtn.is-fm a {
    background: #fff200 url(../img/hd_icn02.png) no-repeat left 20px center;
}
.header_nav {
    background: #253494;
}
.nav_warp {
    display: flex;
    flex-diretion: row;
    justify-content: center;
    width: 1000px;
    margin: 0 auto;
}
.nav_warp li {
    width: 25%;
    text-align: center;
}
.nav_warp a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 20px 0;
    background: #253494;
    position: relative;
    display: block;
    transform: skew(-45deg);
}
.nav_warp a span{
    display: block;
    transform: skew(45deg);
}
.nav_warp a:hover {
    color: #000;
    background: #fff200;
    text-decoration: none;
}
/********************************
FOOTER
*********************************/
.footer_warp {
    background: #f7f7f7;
    padding: 30px 0;
}
.footer {
    width: 1000px;
    margin: 0 auto;
}
.footMenu_warp {
    float: left;
    border-right: 1px solid #000;
    padding: 0 50px 0 0;
    margin: 0 50px 0 0;
}
.footMenu_warp:last-child {
    border-right: 0;
    padding: 0;
    margin: 0;
}
.footMenu_warp dt {
    font-size: 14px;
    line-height: 1;
    margin: 0 0 20px;
}
.footMenu_warp li {
    line-height: 1;
    margin: 0 0 20px;
}
.footMenu_warp li:last-child {
    margin: 0;
}
.footMenu_warp li a {
    color: #000;
    font-size: 14px;
}
.foot_nav {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 0;
}
.foot_nav li {
    float: left;
    font-size: 13px;
    line-height: 1.4;
    border-right: 1px solid #000;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
}
.foot_nav li:last-child {
    border-right: 0;
    padding: 0;
    margin: 0;
}
.foot_nav li a {
    color: #000;
    font-size: 13px;
}
.foot_btm {
    width: 1000px;
    margin: 0 auto;
    padding: 15px 0 50px;
}
.copy {
    text-align: right;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 30px;
}
.btm_logo {
    text-align: right;
}
/********************************
C系CSS
*********************************/
#Contents {
    text-align: left;
}
.c-pc {
    display: block;
}
.c-pc-in {
    display: inline;
}
.c-sp {
    display: none;
}
.c-sp-in {
    display: none;
}
/*c-btn*/
.c-btn a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #253494;
    color: #253494;
    background: #fff url(../img/icn_arw.png) no-repeat right 26px center;
    background-size: 12px auto;
    -ms-background-size: 12px auto;
    -moz-background-size: 12px auto;
    -webkit-background-size: 12px auto;
}
.c-btn a:hover {
    background-color: #e9ebf4;
    text-decoration: none;
}
.c-btn a span{
    height: 58px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
}
.c-btn.is-ver2 a {
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #ff7e27;
    color: #fff;
    background: #ff7e27 url(../img/icn_arw2.png) no-repeat right 26px center;
    background-size: 14px auto;
    -ms-background-size: 14px auto;
    -moz-background-size: 14px auto;
    -webkit-background-size: 14px auto;
}
.c-btn.is-ver2 a:hover {
    opacity: 0.8;
}
.c-btn.is-ver2 a span{
    height: 55px;
    font-size: 20px;
}
.c-btn2 a {
    display: table;
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 56px;
    -ms-border-radius: 56px;
    -moz-border-radius: 56px;
    -webkit-border-radius: 56px;
    border: 2px solid #ff7e27;
    color: #fff;
    background: #ff7e27 url(../img/icn_arw3.png) no-repeat right 26px center;
}
.c-btn2 a:hover {
    opacity: 0.8;
    text-decoration: none;
}
.c-btn2 a span{
    height: 52px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.c-btn2.is-ver2 a {
    background: #fff url(../img/icn_arw4.png) no-repeat right 26px center;
    color: #ff7e27;
}
.c-btn2.is-ver3 a {
    border: 2px solid #aaaaab;
    background: #aaaaab url(../img/icn_arw3.png) no-repeat right 26px center;
}
/*top_scroll*/
.top_scroll {
    display: block;
    position: fixed;
    right: 60px;
    bottom: 60px;
}
.top_scroll a {
    display: block;
    width: 50px;
    height: 50px;
}
.top_scroll a:hover {
    opacity: 0.8;
}
.top_scroll span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 50px 0 0 0;
    background: url(../img/top_scroll.png) no-repeat 0 0;
    background-size: 100% auto;
    -ms-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
}
/********************************
CONTETS
*********************************/
/*form*/
.form-error {
    margin: 5px 0 0 0;
    color: #ff0000;
}
.input-error {
    background: #ffeaea !important;
    border: 1px solid #ff0000 !important;
}
input[type=checkbox] {
    display: none;
}
input[type=checkbox]+label {
    background: url(../img/icn_rdo_of.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
    padding: 0 0 0 40px;
    display: block;
    word-break: break-all;
    cursor: pointer;
}
input[type=checkbox]:checked+label {
    background: url(../img/icn_rdo_on.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
}
input[type=radio] {
    display: none;
}
input[type=radio]+label {
    background: url(../img/icn_rdo_of.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
    padding: 0 0 0 40px;
    display: block;
    word-break: break-all;
    cursor: pointer;
}
input[type=radio]:checked+label {
    background: url(../img/icn_rdo_on.png) no-repeat left center;
    background-size: 28px auto;
    -ms-background-size: 28px auto;
    -moz-background-size: 28px auto;
    -webkit-background-size: 28px auto;
}
.slct-bg {
    width: 364px;
    overflow: hidden;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 38px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border: 1px solid #d8d8d7;
    font-size: 16px;
    padding: 0 0 0 15px;
    width: 384px;
    background: #ffffff url(../img/bg_select.png) no-repeat right 20px center;
}
select::-ms-expand {
    display: none;
}
.form_in {
    margin: 0 0 35px 0;
}
.form_in:first-child {
    margin: 0 0 30px 0;
}
.form_table table {
    width: 100%;
}
.form_table table tr th {
    width: 295px;
    border-bottom: 1px solid #b2b2b2;
    padding: 35px 40px 35px 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 19px;
}
.form_table table tr th.is-his .fm-ttl {
    background: url(../img/icn_his.png) no-repeat right center;
    background-size: 38px auto;
    -ms-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
}
body.conf .form_table table tr th.is-his .fm-ttl {
    background: none;
}
.form_table table tr th.is-nini .fm-ttl {
    background: url(../img/icn_nini.png) no-repeat right center;
    background-size: 38px auto;
    -ms-background-size: 38px auto;
    -moz-background-size: 38px auto;
    -webkit-background-size: 38px auto;
}
body.conf .form_table table tr th.is-nini .fm-ttl {
    background: none;
}
.form_table.is-last table tr th {
    border: none;
    width: 320px;
}
.form_table table tr th span{
    font-size: 16px;
}
.fm_list {
    padding: 10px 0 0 0;
}
.fm_list li {
    position: relative;
    margin: 0 0 10px 0;
    line-height: 1.6;
    font-size: 15px;
}
.fm_list li img {
    padding: 0 3px 0 3px;
}
.fm-pre {
    margin: 10px 0 0 0;
    font-size: 13px;
    padding: 0 0 0 30px;
    background: url(../img/icn_present.png) no-repeat 0 0;
    letter-spacing: -0.07em;
}
.fm-pht {
    margin: 10px 0 0 0;
    font-size: 13px;
    padding: 0 0 0 30px;
    background: url(../img/icn_photo.png) no-repeat 0 0;
}
.fm-tx {
    margin: 0 0 30px 0;
    font-size: 18px;
}
.fm-tx span {
    color: #ff0000;
}
.form_table table tr td {
    border-bottom: 1px solid #b2b2b2;
    background: #ffffff;
    padding: 35px 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
    font-size: 19px;
}
.form_table table tr td .fm-txt{
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 1;
}
.form_table table tr td .is-sei,
.form_table table tr td .is-mei{
    display: inline-block;
    font-size: 19px;
    width: 48px;
    text-align: center;
}
.form_table table tr td .is-post,
.form_table table tr td .is-hifn{
    display: inline-block;
    font-size: 19px;
    width: 30px;
    text-align: center;
}
.form_table.is-last table tr td {
    border-bottom: none;
}
.form_table input[type=text],
.form_table input[type=tel],
.form_table input[type=email]{
    padding: 5px 10px;
    height: 43px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    border-radius: 0;
    line-height: normal;
    vertical-align:middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.form_table input[type=file] {
    display: none;
}
.form_table textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    height: 220px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    resize: vertical;
}
::placeholder {
    color: #999;
    font-size: 17px;
}
.form_table .is-wid01 {
    width: 100%;
}
.form_table .is-wid02 {
    width: 178px;
}
.form_table .is-wid03 {
    width: 133px;
}
.form_table .is-wid04 {
    width: 90px;
}
.rdo_in {
    padding: 0 0 40px 25px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #b2b2b2;
}
.rdo_in:last-child {
    padding: 0 0 0 25px;
    margin: 0;
    border-bottom: none;
}
.form_table.is-last .rdo_in:last-child {
    padding: 0;
}
.rdo_in ul:last-child {
    margin: 0 0 0 0;
}
.rdo_in ul li {
    float: left;
}
.rdo_in ul li:first-child {
    width: 150px;
}
.rdo_input {
    padding: 24px 0 0 0;
}
.rdo_input dt {
    font-size: 18px;
    line-height: 1;
    padding: 0 0 15px 0;
}
.rdo-tx {
    font-size: 14px;
    padding: 0 0 0 10px;
}
.chk_in {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #d8d8d8;
}
.chk_in:last-child {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-bottom: 0;
}
.chk_tbl {
    padding: 0 0 40px 25px;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #b2b2b2;
}
.chk_tbl:last-child {
    padding: 0 0 0 25px;
    margin: 0;
    border-bottom: none;
}
.chk-ttl {
    font-size: 18px;
    line-height: 1;
    padding: 0 0 20px 0;
}
.chk_in ul {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
}
.chk_in ul li {
    margin: 0 0 16px 0;
    font-size: 18px;
}
.chk_in ul li:last-child {
    margin: 0 0 0 0;
}
.add_in{
    margin: 0 0 20px 0;
}
.add_in:last-child{
    margin: 0 0 0 0;
}
.question_in {
    margin: 0 0 20px 0;
}
.question_in:last-child {
    margin: 0 0 0 0;
}
.question_wrap dl {
    display: table;
    letter-spacing: -.40em;
    width: 100%;
}
.question_wrap dl dt {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
    width: 65px;
}
.question_wrap dl dd {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: top;
    text-align: left;
}
.qtn-ttl {
    margin: 0 0 5px 0;
}
.qtn-txt {
    font-size: 12px;
    position: relative;
    padding: 0 0 0 1em;
    margin: 0 0 10px 0;
}
.qtn-txt span {
    position: absolute;
    top: 0;
    left: 0;
}
.up_wrap ul li {
    margin: 0 0 20px 0;
}
.up_wrap ul li:last-child {
    margin: 0 0 0 0;
}
.up_in {
    display: table;
    letter-spacing: -.40em;
    width: 100%;
}
.up-inp {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px 0 0;
}
.up-btn {
    display: table-cell;
    letter-spacing: normal;
    vertical-align: middle;
    text-align: left;
    width: 90px;
}
.is-pd{
    padding: 0 0 0 10px;
}
.up-btn label {
    border: 2px solid #253494;
    background: #fff;
    color: #253494;
    cursor: pointer;
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    text-align: center;
    width: 79px;
    display: inline-block;
    line-height: 1;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 5px 0;
    font-size: 14px;
    font-weight: bold;
    transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    transition-property: all;
    -ms-transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
}
.up-btn label:hover {
    opacity: 0.8;
}
.up-load {
    margin: 10px 0 0 0;
    line-height: 1;
    text-align: center;
    width: 130px;
}
.up-load a {
    display: block;
    padding: 7px 0;
    color: #ffffff;
    font-size: 16px;
    background: #38698c;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-decoration: none;
    font-weight: bold;
}
.up-load a:hover {
    opacity: 0.8;
}
.form-txt {
    font-size: 14px;
}
.form-ttl {
    font-size: 19px;
    line-height: 1;
    margin: 0 0 20px 0;
}
.formBtn_wrap {
    position: relative;
}
.formBtn_clear {
    position: absolute;
    left: 10px;
    top: 0;
}
.formBtn-clear {
    width: 166px;
    display: table;
}
.formBtn-clear a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #949495;
}
.formBtn-clear a:hover {
    opacity: 0.8;
}
.formBtn-onl {
    margin: 0 auto;
}
.formBtn {
    width: 350px;
    display: table;
}
.formBtn a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #253494;
}
.formBtn a:hover {
    opacity: 0.8;
}
@media (max-width: 767px) {
    body {
        font-size: 12px;
        min-width: auto;
    }
    /********************************
    HEADER
    *********************************/
    header {
        position: relative;
    }
    .header {
        width: 100%;
        padding: 0;
    }
    .header_ttl {
        float: left;
        padding: 0 0 0 18px;
    }
    .header-ttl {
        width: 282px;
        height: 50px;
    }
    .header-ttl span {
        padding: 50px 0 0 0;
        background: url(../img/sp/top_logo2025.jpg) no-repeat left center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .navMenu_warp {
        float: right;
        padding: 0 10px 0 0;
    }
    .navMenu_warp a {
        display: block;
        width: 50px;
        height: 50px;
    }
    .navMenu_warp span {
        width: 100%;
        height: 0;
        display: block;
        overflow: hidden;
        padding: 50px 0 0 0;
        background: url(../img/sp/hd_icn4.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .navMenu_warp.on span {
        background: url(../img/sp/hd_icn5.jpg) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .navBtm_warp {
        float: none;
        width: 100%;
        padding: 12px 0;
    }
    .navBtm_warp li {
        width: 50%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 8px 0 20px;
    }
    .navBtm_warp li:nth-child(2) {
        padding: 0 20px 0 8px;
    }
    .c-hdbtn a {
        width: 100%;
    }
    .c-hdbtn span {
        height: 40px;
        padding: 0 0 0 20px;
    }
    .c-hdbtn.is-tel a {
        background: #e9eaf4 url(../img/sp/hd_icn01.jpg) no-repeat left 18px center;
        background-size: 13px auto;
        -ms-background-size: 13px auto;
        -moz-background-size: 13px auto;
        -webkit-background-size: 13px auto;
    }
    .c-hdbtn.is-fm a {
        background: #fff200 url(../img/sp/hd_icn02.jpg) no-repeat left 18px center;
        background-size: 18px auto;
        -ms-background-size: 18px auto;
        -moz-background-size: 18px auto;
        -webkit-background-size: 18px auto;
    }
    .header_nav {
        background: #fff;
    }
    .nav_warp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .nav_warp li {
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #253494;
    }
    .nav_warp a {
        display: block;
        color: #000;
        font-size: 16px;
        line-height: 1;
        padding: 25px 45px;
        background: url(../img/sp/hd_icn3.jpg) no-repeat left 20px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .nav_warp a {
        transform: none;
    }
    .nav_warp a span{
        transform: none;
    }
    .header_navi {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    /********************************
    FOOTER
    *********************************/
    .footer_warp {
        background: #fff;
        padding: 15px 20px;
    }
    .footer {
        width: 100%;
        margin: 0 auto;
    }
    .foot_nav {
        width: 100%;
        padding: 0;
    }
    .foot_nav li:last-child {
        border-right: 1px solid #000;
        padding: 0 0 0 8px;
        margin: 5px 0;
    }
    .foot_nav li {
        float: left;
        width: 50%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        line-height: 1.2;
        padding: 0 8px 0 0;
        margin: 5px 0;
        text-align: center;
    }
    .foot_nav li:nth-child(2n) {
        border-right: 0;
        padding: 0 0 0 8px;
        margin: 5px 0;
    }
    .foot_nav li a {
        font-size: 12px;
    }
    .foot_btm {
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 0 20px 25px;
    }
    .copy {
        padding: 0 0 20px;
    }
    /********************************
    C系CSS
    *********************************/
    .c-pc {
        display: none;
    }
    .c-pc-in {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-in {
        display: inline;
    }
    /*c-btn*/
    .c-btn a span{
        font-size: 20px;
    }
    .c-btn.is-ver2 a:hover {
        opacity: 0.8;
    }
    .c-btn.is-ver2 a span{
        height: 65px;
        font-size: 18px;
    }
    .c-btn2 a {
        background: #ff7e27 url(../img/icn_arw2.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn2 a span{
        height: 48px;
        font-size: 20px;
    }
    .c-btn2.is-ver2 a {
        background: #fff url(../img/sp/icn_arw4.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn2.is-ver3 a {
        background: #aaaaab url(../img/icn_arw2.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    .c-btn2.is-ver4 a {
        border: 2px solid #aaaaab;
        color: #fff;
        background: #aaaaab url(../img/icn_arw2.png) no-repeat right 26px center;
        background-size: 12px auto;
        -ms-background-size: 12px auto;
        -moz-background-size: 12px auto;
        -webkit-background-size: 12px auto;
    }
    /*top_scroll*/
    .top_scroll {
        right: 20px;
        bottom: 20px;
    }
    .top_scroll a {
        width: 25px;
        height: 25px;
    }
    .top_scroll span {
        padding: 25px 0 0 0;
        background: url(../img/sp/top_scroll.png) no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    /********************************
    CONTETS
    *********************************/
    /*form*/
    input[type=checkbox]+label {
        background: url(../img/icn_rdo_of.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
        padding: 0 0 0 35px;
    }
    input[type=checkbox]:checked+label {
        background: url(../img/icn_rdo_on.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
    }
    input[type=radio] {
        display: none;
    }
    input[type=radio]+label {
        background: url(../img/icn_rdo_of.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
        padding: 0 0 0 35px;
    }
    input[type=radio]:checked+label {
        background: url(../img/icn_rdo_on.png) no-repeat left center;
        background-size: 25px auto;
        -ms-background-size: 25px auto;
        -moz-background-size: 25px auto;
        -webkit-background-size: 25px auto;
    }
    .slct-bg {
        width: auto;
        overflow: hidden;
    }
    select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 45px;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        border-radius: 0;
        -ms-border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border: 1px solid #d8d8d7;
        font-size: 16px;
        padding: 0 40px 0 15px;
        width: 100%;
        background: #ffffff url(../img/sp/bg_select.png) no-repeat right center;
        background-size: 32px auto;
        -ms-background-size: 32px auto;
        -moz-background-size: 32px auto;
        -webkit-background-size: 32px auto;
    }
    .form_in {
        padding: 0 5px;
        margin: 0 0 25px 0;
    }
    .form_in:first-child {
        margin: 0 0 25px 0;
    }
    .form_table table {
        width: 100%;
    }
    .form_table table tr th {
        width: auto;
        display: inline-block;
        padding: 25px 0 0 0;
        font-size: 16px;
        line-height: 1;
        border-bottom: none;
        font-weight: bold;
    }
    .form_table table tr th.is-his .fm-ttl {
        background: url(../img/icn_his.png) no-repeat right center;
        background-size: 32px auto;
        -ms-background-size: 32px auto;
        -moz-background-size: 32px auto;
        -webkit-background-size: 32px auto;
        padding: 2px 66px 2px 0;
    }
    body.conf .form_table table tr th.is-his .fm-ttl {
        background: none;
    }
    .form_table table tr th.is-nini .fm-ttl {
        background: url(../img/icn_nini.png) no-repeat right center;
        background-size: 32px auto;
        -ms-background-size: 32px auto;
        -moz-background-size: 32px auto;
        -webkit-background-size: 32px auto;
        padding: 2px 66px 2px 0;
    }
    body.conf .form_table table tr th.is-nini .fm-ttl {
        background: none;
    }
    .form_table.is-last table tr th {
        width: auto;
    }
    .form_table table tr th span{
        font-weight: normal;
        display: inline-block;
        padding: 0 0 0 10px;
    }
    .fm_list li {
        margin: 0 0 0 0;
        line-height: 1.4;
        font-size: 13px;
    }
    .fm-pre {
        font-size: 13px;
        padding: 0 0 0 32px;
        background: url(../img/sp/icn_present.png) no-repeat 0 0;
        background-size: 23px auto;
        -ms-background-size: 23px auto;
        -moz-background-size: 23px auto;
        -webkit-background-size: 23px auto;
        line-height: 1.4;
        letter-spacing: 0;
    }
    .fm-tx {
        margin: 0 0 0 0;
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .form_table.is-last{
        border-bottom: 1px solid #b2b2b2;
    }
    .form_table table tr td {
        display: block;
        padding: 20px 0 25px 0;
        font-size: 16px;
    }
    .form_table table tr td .fm-txt{
        margin: 0 0 10px 0;
        font-size: 12px;
        line-height: 1.4;
    }
    .form_table table tr td .is-sei,
    .form_table table tr td .is-mei{
        font-size: 16px;
        width: 40px;
    }
    .form_table table tr td .is-post,
    .form_table table tr td .is-hifn{
        font-size: 16px;
        width: 40px;
    }
    .form_table input[type=text],
    .form_table input[type=tel],
    .form_table input[type=email]{
        height: 39px;
        font-size: 17px;
        padding: 5px;
    }
    .form_table input[type=file] {
        display: none;
    }
    .form_table textarea {
        height: 180px;
        font-size: 17px;
    }
    .form_table .is-wid01 {
        width: 100%;
    }
    .form_table .is-wid02 {
        width: 35%;
    }
    .form_table .is-wid03 {
        width: 35%;
    }
    .form_table .is-wid04 {
        width: 35%;
    }
    .rdo_in {
        padding: 0;
        margin: 0 0 30px 0;
        border-bottom: none;
    }
    .rdo_in:last-child {
        padding: 0;
    }
    .rdo_in ul li {
        float: left;
        width: 60%;
    }
    .rdo_in ul li:first-child {
        width: 40%;
    }
    .rdo_input {
        display: block;
        letter-spacing: normal;
        padding: 0 0 0 0;
    }
    .rdo_input dt {
        display: block;
        font-size: 16px;
        padding: 20px 0 10px 0;
        width: auto;
    }
    .rdo_input dd {
        display: block;
    }
    .rdo-tx {
        font-size: 11px;
    }
    .chk_wrap {
        padding: 8px 0 8px 0;
    }
    .chk_in {
        padding: 0 0 0 0;
        border-bottom: 0;
        margin: 0 0 25px 0;
    }
    .chk_tbl {
        display: block;
        letter-spacing: normal;
    }
    .chk_tbl {
        padding: 0;
        margin: 0;
    }
    .chk_tbl:last-child {
        padding: 0;
        margin: 0;
    }
    .chk-ttl {
        font-size: 16px;
        line-height: 1.4;
        color: #253494;
        font-weight: bold;
        padding: 0 0 15px 0;
    }
    .chk_in ul {
        display: block;
    }
    .chk_in ul li {
        margin: 0 0 15px 0;
        font-size: 16px;
    }
    .add_in{
        margin: 0 0 15px 0;
    }
    .question_wrap {
        padding: 8px 0;
    }
    .question_wrap dl {
        display: block;
        letter-spacing: normal;
    }
    .question_wrap dl dt {
        display: block;
        width: auto;
        line-height: 1;
        font-size: 15px;
    }
    .question_wrap dl dd {
        display: block;
    }
    .qtn-ttl {
        margin: 0 0 5px 0;
        font-size: 15px;
    }
    .qtn-txt {
        font-size: 11px;
        margin: 0 0 5px 0;
    }
    .up_wrap {
        padding: 8px 0;
    }
    .up_wrap ul li {
        margin: 0 0 16px 0;
    }
    .up_wrap ul li label {
        border: 1px solid #c3c4c4;
        background: #f4f5f5;
        background: -moz-linear-gradient(top, #f4f5f5 0%, #bebfbf 100%);
        background: -webkit-linear-gradient(top, #f4f5f5 0%,#bebfbf 100%);
        background: linear-gradient(to bottom, #f4f5f5 0%,#bebfbf 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#bebfbf',GradientType=0 );
        cursor: pointer;
        border-radius: 30px;
        -ms-border-radius: 30px;
        -moz-border-radius: 30px;
        -webkit-border-radius: 30px;
        text-align: center;
        width: 130px;
        display: inline-block;
        line-height: 1;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 7px 0;
        font-size: 13px;
        font-weight: bold;
    }
    .up_wrap ul li .is-non {
        display: none;
    }
    .file-txt {
        font-size: 11px;
    }
    .form-txt {
        font-size: 13px;
        line-height: 1.4;
    }
    .form-ttl {
        font-size: 13px;
        line-height: 1.4;
        margin: 0;
    }
    .formBtn-onl {
        margin: 0 auto;
    }
    .formBtn_clear {
        position: relative;
        left: 0;
        padding: 20px 0 0 0;
    }
    .formBtn-clear {
        width: 100%;
    }
    .formBtn-clear a {
        font-size: 18px;
        height: 66px;
    }
    .formBtn {
        width: 100%;
    }
    .formBtn a {
        font-size: 18px;
        height: 66px;
    }
}/*@media*/
@media (max-width: 374px) {
.header-ttl {
    width: 240px;
}
.c-hdbtn span {
    font-size: 12px;
    padding: 0 0 0 20px;
}
.form_table .is-wid04 {
    width: 33%;
}
.br-non {
    display: none;
}
.up_wrap ul li .is-non {
    display: block;
}
input[type=radio] + label {
    font-size: 82%;
}
.chk_wrap li input[type=checkbox] + label{
    font-size: 75%;
}
input[type=radio]+label {
    padding:3px 0 3px 35px;
}
input[type=checkbox]+label {
    padding:3px 0 3px 35px;
}
.foot-tl {
    font-size: 11px;
}
.form_table table tr th span {
    font-size: 12px;
}
}/*@media*/

.pc_businessHours {
    font-size: 0.5rem;
    letter-spacing: 0.36px;
}

.sp_businessHours {
    font-size: 0.5rem;
    letter-spacing: 0.36px;
}
