@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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, sub, sup, 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:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a:hover{opacity: 0.7;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul, li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

.pc{
    display: block;
}
.sp{
    display: none;
}

@media screen and (max-width: 767px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
}

/*----------------------------*/

header{
    width: 100%;
    height: 110px;
    background: #e30013;
    color: #fff;
    position: fixed;
    z-index: 999;
}

header .header-inner{
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

header .header-logo{
    float: left;
    padding-right: 30px;
}

header .header-text{
    float: left;
    margin-top: 15px;
}

header .header-text h1{
    font-size: 2em;
}

header .header-text p{
    font-size:16px;
    line-height: 1.5;
}

header .contact{
    position: absolute;
    right: 5px;
    top: 10px;
}

header .contact p.contact-mail a{
    background: url(../img/icon-mail.png) no-repeat 16% 46%;
    display: block;
    padding: 10px 20px 10px 70px;
    margin: 0 0 0 45px;
    color: #fff;
    border: 1px solid #fff;
}

header .contact p.contact-mail a:hover{
    background: url("../img/icon-mail-h.png") no-repeat 16% 46% #fff;
    color: #e30013;
    opacity: 1;
}

header .contact a,
p.contact-tel{
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 10px;
}

header  p.contact-tel{
    margin-left: 50px;
    font-size:180%;
}

header .contact p.contact-mail img,
header .contact p.contact-tel img{
    margin-right: 10px;
}

header .contact :after{
    clear: both;
}

@media screen and (max-width: 767px){
    header{
        height: auto;
        z-index: 9999;
        padding: 0;
    }
    header .header-inner{
        width: 100%;
        padding: 2% 3%;
        box-sizing: border-box;
    }

    header .header-logo{
        padding: 0;
    }
    header .header-logo img{
        width: 70%;
    }

    header .header-text{
        float: none;
        margin: 10px 0;
    }
    header .header-text h1{
        font-size: 1.2em;
        line-height: 1.5;
    }
    header .header-text p{
        font-size: 0.7em;
        line-height: 1.5;
    }

    .contact-sp{
        background: rgba(0,0,0,0.7);
        position: fixed;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 70px;
    }
    .contact-sp li{
        /*width: 48%;*/
        display: block;
        border-right: 1px solid #fff;
        box-sizing: border-box;
        vertical-align: middle;
        padding: 3% 0;
        line-height: 1.5;
        position: relative;
    }
    .contact-sp li a{
        color: #fff;
        display: block;
    }
    .contact-sp li img{
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 1;
    }
    .contact-sp li:last-child{
        border-right: none;
    }
}


@media screen and (max-width: 360px){

    header .header-text{
        float: none;
        margin: 10px -10px 10px 0;
    }
    header .header-text h1{
        font-size: 1.1em;
        line-height: 1.5;
    }
    header .header-logo img{
        width: 60%;
    }
    header .header-text p{
        font-size: 0.5em;
        line-height: 1.2;
    }
}

.txt-red{
    color: #e30013;
}
/*----------------------------*/
#fv{
    width: 100%;
    background:  url(../img/02/index.jpg) no-repeat bottom center #e6e6e6;
    padding: 80px 0 40px;
    height: 500px;
}

#fv .fv-inner{
    max-width: 1100px;
    margin: 0 auto;
    font-weight: bold;
    font-size: 40px;
    padding: 15px;
    box-sizing: border-box;
}

#fv h2{
    margin-top: 50px;
    line-height: 1.5;
}

#fv .lead{
    width: 50%;
    color: #000;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
}

#fv p{
    color: #e50014;
    margin-top: 20px
}

#fv p span.fv-namber{
    font-size: 138px;
    vertical-align: bottom;

}

#fv .fv-note{
    color: #e50014;
    font-size: 30px;
}

#fv p span.fv-txt{
    font-size: 60px;
    vertical-align: bottom;
}

@media screen and (max-width: 767px){
    #fv{
        width: 100%;
        background: #E6E6E6 url(../img/02/sp-index.jpg) no-repeat bottom center;
        background-size: 124% auto;
        padding-bottom: 80vw;
        height: auto;
    }
    #fv .fv-inner{
        max-width: 1100px;
        font-size: 1.3em;
        text-align: center;
    }
    #fv h2{
       margin-top: 40px;
       line-height: 1.5;
    }
    #fv .lead{
        width: 100%;
        color: #000;
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.5;
    }
    #fv p{
        color: #e50014;
        margin-top: 20px;
    }

    #fv p span.fv-namber{
        font-size: 3em;
    }

    #fv p span.fv-txt{
        font-size: 1.5em;
    }

    #fv .fv-note{
        font-size: 0.9em;
    }
}

@media screen and (max-width: 320px){
        #fv .fv-inner{
        font-size: 1.2em;
    }
}
.contact-telework {
    font-size: 12px;
    position: absolute;
    margin: auto;
    right: 220px;
    left: auto;
    top:auto;
    bottom: 0;
    width: 300px;
    text-align: right;
    line-height: 1.2;
}

.fv-saidai {
    display: inline-block;
    background-color: #E30012;
    color: #fff;
    font-size: 40px;
    width: 3em;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
    text-align: center;
    border-radius: 200px;
    position: relative;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.fv-saidai span {
    display: inline-block;
}
@media screen and (max-width: 767px){
    .fv-saidai {
        font-size: 20px;
        margin-bottom: 5px;
    }
}
.contact-btnarea {
    background-color: #E30012;
    padding: 10px;
}
.contact-btnarea p.contact-mail {
    max-width: 480px;
    width: 100%;
    margin: auto;
    font-weight: bold;
}
.contact-btnarea p.contact-mail a{
    display: block;
    padding: 10px;
    margin: 0;
    font-size: 25px;
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    color: #e30013;
    border: 1px solid #e30013;
}
@media screen and (max-width: 767px){
    .contact-btnarea p.contact-mail a{
        font-size: 20px;
    }
}
.contact-btnarea p.contact-mail a span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.contact-btnarea p.contact-mail a::before{
    content: "";
    display: inline-block;
    width: 34px;
    height: 25px;
    background: url(../img/icon-mail-h.png) center center no-repeat;
    background-size: contain;
    vertical-align: middle;
}
.contact-btnarea p.contact-mail a:hover{
    opacity: .9;
}
.contact-btnarea .txt {
    color: #fff;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.2;
}

/*----------------------------*/
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
}

#contents_jisseki,
#contents1, #contents2, #contents3, #contents4, #contents5{
    padding: 60px 0;
}

#contents_jisseki h2,
#contents1 h2 ,#contents2 h2, #contents3 h2, #contents4 h2, #contents5 h2, #contact h2{
    text-align: center;
    font-size: 32px;
}

@media screen and (max-width: 767px){
    #contents_jisseki,
    #contents1, #contents2, #contents3, #contents4, #contents5{
        padding: 0;
        box-sizing: border-box;
        margin: 0;
    }
    #contents_jisseki h2,
    #contents1 h2 ,#contents2 h2, #contents3 h2, #contents4 h2, #contents5 h2, #contact h2{
        text-align: left;
        font-size: 1.2em;
        border-left: 5px solid #e30013;
        width: 100%;
        margin: 0 auto;
        padding-left: 10px;
        box-sizing: border-box;
        display: block;
    }
}
/*----------------------------*/

#contents1{
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

#contents1 .contents-menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 50px auto 20px auto;
}

#contents1 .contents-menu .details{
    width: 49%;
    text-align: center;
    vertical-align: top;
    border: 1px solid #ccc;
    font-weight: bold;
    background: #f5f5f5;
    margin-bottom: 2%;
}

#contents1 .contents-menu .details h3{
    background: #e30013;
    color: #fff;
    padding: 25px 0;
}

#contents1 .contents-menu .details-inner{
    background: #fff;
    padding: 30px 0;
}
#contents1 .contents-menu .details-inner img {
    width: 340px;
}
#contents1 .contents-menu .details p.txt{
    font-weight: bold;
    margin: 20px 0;
}

#contents1 .contents-menu .details p.txt span{
    color: #e30013;
}

#contents1 .contents-menu .details .price span{
    font-size: 54pt;
    display: inline-block;
    margin-top: 10px;
}
#contents1 .contents-menu .details-inner2{
    padding: 5%;
    text-align: left;
}
#contents1 .contents-menu .details .li-title{
    font-weight: bold;
    margin-top: 5px;
    line-height: 2;
}
#contents1 .contents-menu .details ul{
    text-align: left;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
}
#contents1 .contents-menu .details li{
    font-weight: normal;
    line-height: 2;
    text-indent: -1em;
    margin-left: 1em;
    width:45%;
}

#contents1 .contents-menu .details .li-txt:before{
    content: '●';
    color: #c6c6c6;
}
#contents1 .contents-menu .details .kome {
    font-weight: normal;
    font-size: 14px;
    margin-top: 20px;
}
#contents1 .att{
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1100px){
    #contents1{
        max-width: 95%;
        margin-top: 5%;
    }

    #contents1 img{
        max-width:90%;
    }
@media screen and (max-width: 767px){

    #contents1 .contents-menu{
        display: block;
        width: 100%;
        margin: 5% auto 0 auto;
    }

    #contents1 .contents-menu .details{
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    #contents1 .contents-menu .details h3{
        padding: 3% 0;
    }

    #contents1 .contents-menu .details-inner{
        padding: 2% 6% 2% 6%;
    }

    #contents1 .contents-menu .details p.txt{
        margin: 0;
    }
    #contents1 .contents-menu .details .price{
        margin-top: 5%;
        line-height: 0.9;
    }

    #contents1 .contents-menu .details p.txt span{color: #e30013;}

    #contents1 .contents-menu .details .price span{
        font-size: 3.5em;
    }

    #contents1 .contents-menu .details ul{
        /*padding: 2% 3%;*/
        /*display: block;*/
    }
    #contents1 .contents-menu .details li{
        font-size: 0.75em;
        /*display: inline-block;*/
        /*width: auto;*/
        /*padding-right: 1em;*/
        line-height: 1.4;
        margin-bottom: .5em;
    }
    #contents1 .contents-menu .details .li-title li{
        line-height: 1.8;
        margin: 15px　0 0 0;
    }
}
    #contents1 .att{
        text-align: left;
        font-size: 0.8em;
	line-height:1.5em;
	margin-bottom: 20px;
    }
}
/*----------------------------*/

#contents2{
    width: 100%;
    background: url(../img/bg-01.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.contents2-innner{
    max-width: 1100px;
    margin: 0 auto;
}

#contents2 .option{
    display: table;
    width: 100%;
    margin: 50px auto;
}

#contents2 .option-menu{
    display: table-cell;
    border-left: 1px solid #fff;
    text-align: center;
    max-width: 366px;
}

#contents2 .option-menu:first-child{
    border-left: none;
}

#contents2 .option-menu h3{
    margin: 30px 0;
    font-size: 22px;
}

#contents2 .option-menu p{
    text-align: left;
    line-height: 1.5;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (max-width: 767px){
    #contents2{
        width: 100%;
        background: url(../img/bg-01_sp.png) no-repeat;
        background-size: cover;
        color: #fff;
        margin-top: 5%;
    }

    .contents2-innner{
        max-width: 100%;
        margin: 0 auto;
        padding: 5% 3% 2%;
        box-sizing: border-box;
    }
    #contents2 .option{
        display: block;
        width: 100%;
        margin: 5% auto;
    }

    #contents2 .option-menu{
        display: block;
        border-left: none;
        margin: 0 auto 5% auto;
    }

    #contents2 .option-menu img{
        width: 25%;
    }

    #contents2 .option-menu h3{
        margin: 3% 0;
        font-size: 1.2em;
    }

    #contents2 .option-menu p{
        width: 100%;
        font-size: 0.9em;
    }
}
/*----------------------------*/
#contents_jisseki {}
@media screen and (max-width: 767px){
    #contents_jisseki {
        padding: 20px 15px;
    }
}
.slickslider01 {
    display: block;
    width: 100%;
    margin: 40px auto 20px;
}
.slideitem img {
    width: 100%;
}
.slickslider01-nav .slick-dots {
    font-size: 0;
    padding: 0;
    margin: auto;
    text-indent: 0;
    list-style: none;
    text-align: center;
}
.slickslider01-nav .slick-dots > li{
    display: inline-block;
    text-indent: 0;
    margin: auto 5px;
    padding: 0;
    vertical-align: middle;
}
.slickslider01-nav button {
    border-radius: 20px;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 8px;
    height: 0;
    overflow: hidden;
    padding-top: 8px;
    text-indent: 120%;
    box-sizing: border-box;
    background-color: #999;
    display: block;
}
.slickslider01-nav .slick-active {
    /*width: 12px;*/
    /*height: 12px;*/
}
.slickslider01-nav .slick-active button {
    width: 12px;
    padding-top: 12px;
    background-color: #e30013;
}
/*----------------------------*/
#contents3 {
    background: #F5F5F5;
}
#contents3 > .inner{
    /*max-width: 1200px;*/
    margin: 0 auto;
}

#contents3 table{
    width: 100%;
    max-width: 748px;
    margin: 50px auto 0;
}

#contents3 th,
#contents3 td{
    border: 1px solid #f5f5f5;
    vertical-align: middle;
    text-align: center;
}

#contents3 th{
    background: #f5f5f5;
    height: 40px;
    background: #000;
    color: #fff;
}

#contents3 td{
    height: 90px;
    font-size: 16px;
    line-height: 1.3;
    background: #fff;
}

#contents3 td span{
    font-size: 20px;
    font-weight: bold;
    display: block;
}

#contents3 td strong{
    font-size:150%;
}

#contents3 .caption{
    text-align: center;
    margin: 40px 0 68px 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}

.link-btn a{
    background: #e30013;
    color: #fff;
    text-align: center;
    display: block;
    width: 340px;
    height: 50px;
    line-height: 50px;
    margin: 40px auto;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 50px;
    position: relative;
}

.link-btn :after{
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: .7em;
    width: .7em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}

@media screen and (max-width: 767px){
    #contents3 {
        padding: 20px 10px 0px;
        box-sizing: border-box;
    }
    #contents3 .caption{
        text-align: left;
        margin: 5% 0;
        font-size: 1em;
        line-height: 1.5;
    }
    #contents3 td{
        font-size: 0.9em;
        line-height: 1.3;
        width: 50%;
    }

    #contents3 td span{
        font-size: 1em;
        font-weight: bold;
        display: block;
    }

    .link-btn a{
        width: 90%;
        height: auto;
        font-size: 0.8em;
        line-height: 1.5;
        padding: 20px 10px;
        position: relative;
        z-index: 0;
    }
    .link-btn :after{
        z-index: 1;
    }
}
/*----------------------------*/

#contents4{
    width: 100%;
    background: url(../img/bg-02.png) no-repeat;
    background-size: cover;
    text-align: center;
}

#contents4 h2{
    color: #fff;
}

#contents4 .flow{
    margin: 50px auto;
    width: 748px;
}

@media screen and (max-width: 767px){
    #contents4 {
        background: url(../img/bg-02_sp.png) no-repeat;
        background-size: cover;
        padding: 30px 15px;
        box-sizing: border-box;
    }
    #contents4 .flow-sp {
        width: 74%;
        margin: auto;
    }
    #contents4 .flow-sp img{
        margin: 20px auto 0px;
        width: 100%;
    }
}

#contents4 .support {
    background: #fff;
    width: 748px;
    box-sizing: border-box;
    padding: 20px 40px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4;
}
#contents4 .support .img{
    width: 180px;
    height: auto;
    margin-right: 40px;
}
#contents4 .support .txts {
    text-align: left;
}
#contents4 .support .txt1 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: .5em;
}
#contents4 .support .txt2 {
    color:#E30012;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: .8em;
}
#contents4 .support .txt3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.2;
}
#contents4 .support .txt3 span {
    font-size: 1.57em;
}
@media screen and (max-width: 767px){
    #contents4 .support {
        background: #fff;
        width: 100%;
        display: block;
        margin-top: 40px;
        padding: 10px 10px 15px;
    }
    #contents4 .support .img{
        margin: auto auto 20px;
    }
    #contents4 .support .txt1 {
        font-size: 18px;
    }
    #contents4 .support .txt2 {
        font-size: 14px;
    }
    #contents4 .support .txt3 {
        font-size: 14px;
    }
}
/*----------------------------*/

#contents5{
    max-width: 748px;
    margin: 0 auto 100px auto;
}

#contents5 dl{
    margin: 50px auto;
}

#contents5 dt{
    background: url(../img/icon-question.png) no-repeat 0 0;
    padding-left: 35px;
    font-weight: bold;
    margin: 20px 0;
    font-size: 22px;
    line-height: 25px;
}

#contents5 dd{
    background: url(../img/icon-anser.png) no-repeat 0 0;
    margin: 10px 0 30px 0;
    line-height: 1.5;
    font-size: 16px;
    padding-left: 35px;
}

#contents5 dd a{
    color: #e30013;
    text-decoration: underline;
}

#contents5 dd a:hover{
    text-decoration: none;
}

#contents5 .question ,#contents5 .answer{
    color: #fff;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 20px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
}

#contents5 .question{ background: #000; }
#contents5 .answer{ background: #e30013; }

@media screen and (max-width: 767px){
    #contents5 {
        padding: 20px 15px;
        box-sizing: border-box;
    }

    #contents5 dl{
        margin: 20px auto;
    }
    #contents5 dt{
        font-size: 1em;
        line-height: 25px;
    }
    #contents5 dd{
        font-size: 0.9em;
        line-height: 1.5;
    }
}


/*----------------------------*/

#contact{
    background: #f5f5f5;
    margin-top: -110px;
    padding: 110px 0 60px 0;
}

#contact p{
    text-align: center;
    margin: 30px auto 50px auto;
    line-height: 1.5;
    font-size: 18px;
}
#contact .required {
    display: inline-block;
    background-color: #E30012;
    color: #fff;
    font-size: 12px;
    padding: .3em;
        margin-left: .4em;

}
#contact dt .required {
    vertical-align: bottom;
}
#contact .formTable{
    /*width: 748px;*/
    width: 600px;
    margin: 30px auto 0 auto;
}

#contact dt{
    display: block;
    font-weight: bold;
    margin: 20px auto 5px;
    /*width: 140px;*/
    /*margin-bottom: 20px;*/
    /*padding-top: 8px;*/
    /*height: 40px;*/
    /*vertical-align: top;*/
    /*text-align: left;*/
}

#contact dd{
    /*float: right;*/
    width: 600px;
    /*margin: -70px 0 20px 0;*/
    /*height: 40px;*/
}

#contact dd:after{
    /*content: '';*/
    /*clear: both;*/
}

#contact input[type='text'] {
    border: none;
    background: #fff;
    width: 600px;
    height: 30px;
    padding: .2em;
    box-sizing: border-box;
}

#contact textarea{
    border: none;
    background: #fff;
    width: 600px;
    height: 200px;
    padding: .2em;
    box-sizing: border-box;
}

#contact .submited-end{
    display: none;
    color: #e30013;
    text-align: center;
}

#form_submit button,
#form_submit input{
    background: #e30013;
    color: #fff;
    text-align: center;
    display: block;
    width: 340px;
    height: 50px;
    margin: 230px auto 0 auto;
    font-size: 18px;
    padding: 10px 50px;
    position: relative;
    border-style: none;
}
#contact #form_submit button,
#contact #form_submit input{
    margin-top: auto;
}
#form_submit button:hover,
#form_submit input:hover{
    cursor: pointer;
    opacity: 0.7;
}
#form_submit button::after ,
#form_submit input::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: .7em;
    width: .7em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}
#form_submit button.back::after {
    transform: rotate(-135deg);
    right: auto;
    left:20px;
}

.submit input{
    width: 90%;
    background: #e30013;
    color: #fff;
    text-align: center;
    display: block;
    width: 340px;
    height: 50px;
    margin: 100px auto 0 auto;
    font-size: 18px;
    padding: 10px 50px;
    position: relative;
    border-style: none;
}

.submit input:hover{
    cursor: pointer;
    opacity: 0.7;
}


.formTable .list_item {
	margin: 0 0 0.5px 0;
	padding: 0;
}
.formTable input[type=checkbox] {
    display: none;
}
.formTable .checkbox_01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 23px;
    position: relative;
    width: auto;
    font-weight: bold;
}
.formTable .checkbox_01::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.formTable .checkbox_01::after {
    border-right: 3px solid #e30013;
    border-bottom: 3px solid #e30013;
    content: '';
    display: block;
    height: 9px;
    left: 5px;
    margin-top: -8px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
.formTable input[type=checkbox]:checked + .checkbox_01::after {
    opacity: 1;
}

@media screen and (max-width: 767px){
    #contact {
        padding: 20px 15px;
        box-sizing: border-box;
        width: 100%;
    }
    #contact p{
        text-align: left;
        width: 100%;
        margin: 5% auto;
        padding: 0;
        box-sizing: border-box;
        font-size: 0.9em;
    }
    #contact .formTable{
        width: 100%;
        margin: 0 auto;
    }

    #contact dl{
        width: 100%;
        margin: 0 auto;
    }

    #contact dt{
        float: none;
        font-weight: bold;
        width: 100%;
        margin: 15px auto 5px;
        height: auto;
        line-height: 1.25;
    }

    #contact dd{
        float: none;
        display: block;
        width: 100%;
        margin: auto;
    }

    #contact input[type='text'] {
        background: #fff;
        width: 100%;
    }
    #contact textarea{
        background: #fff;
        width: 100%;
        margin: 0 auto;
        height: 200px;
    }
    #form_submit button,
    #contact #form_submit input{
        width: 100%;
        margin: 50px auto 0 auto;
    }
    .submit input{
        margin: 0 0 50px 0;
    }
    #form_submit button,
    #form_submit input{
        width: 100%;
    }
}
/*----------------------------*/
@media screen and (max-width: 767px){
    .page-top a{
        position: fixed;
        bottom: 70px;
        right: 0;
        display: block;
        width: 50px;
        height: 50px;
        background: #323232;
        opacity: 1;
    }
    .page-top-btn{
        position: relative;
    }
    .page-top-btn{
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 22px;
        left: 20px;
    }
}

.mailform-template{
    height: 75vh;
    padding-top: 150px;
    text-align: center;
}

.mailform-template h4{
    margin-bottom:20px;
    }

.mailform-template p{
    display: block;
    margin: 20px auto;
}

.mailform-template{
    line-height: 2;
}
@media screen and (max-width: 767px){
    .mailform-template{
        padding:100px 5%;
    }
}
/*----------------------------*/
footer{
    background: #e30013;
    color: #fff;
}

footer .footer-inner{
    width: 760px;
    margin: 0 auto;
    padding: 50px 0 20px 0;
}

footer .footer-inner h3{
    font-weight: bold;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-size: 20px;
}

footer .footer-inner dl{
    margin: 20px 0;
    line-height: 2;
}

footer .footer-inner dt{
    float: left;
    width: 150px;
    font-weight: bold;
}
footer .footer-inner dd:after{
    clear: both;
}

footer .footer-inner a{
    color: #fff;
    text-decoration: underline;
}

footer .footer-inner a:hover{
    text-decoration: none;
}

footer .footer-inner p{
    text-align: center;
    margin-top: 100px;
    font-size: 80%;
}

@media screen and (max-width: 767px){
    footer{
        font-size: 0.7em;
    }
    footer .footer-inner h3{
        font-size: 1.3em;
    }

    footer .footer-inner{
    width: 90%;
    margin: 0 auto;
    padding: 20px 0 80px 0;
    }
    footer .footer-inner dl{
       margin: 10px 0;
     line-height: 2;
    }
    footer .footer-inner dt{
    width: 20%;
    }
    footer .footer-inner dd{
    display: block;
    overflow: auto;
    }
    footer .footer-inner p{
    margin-top: 50px;
    font-size: 100%;
}
}