body {
    color: #000;
    background-color: #FFF;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link,
a:visited {
    color: #000;
    text-decoration: underline;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:active {
    color: #F00;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}








/*layout*/
.bg_black {
    color: #FFF;
    background-color: #000;
}

.bg_white {
    margin: 40px 0 30px 0;
    padding: 30px 60px;
    color: #000;
    background-color: #FFF;
}

.bg_spec {
    color: #000;
    background-color: #E1E0DB;
}

.bgfooter {
    color: #FFF;
    background-color: #666;
}



.wpbody {
    padding: 0 7%;
}

.bg-chaps {
    background-image: url("../img/chaps.jpg");
    background-size: contain;
    background-repeat: no-repeat;
}













dl.spec1 {
    margin: 0 3em 0 5em;
    padding: 1.5em 0 0.5em 0;
}

dl.spec1 dt {
    float: left;
    width: 8em;
    font-size: 1.9em;
    font-weight: 700;
}

dl.spec1 dd {
    margin: 0 0 0 8em;
    font-size: 1.9em;
    font-weight: 700;
}

dl.spec2 {
    margin: 0 3em 0 5em;
    padding: 1em 0 1.5em 0;
}

dl.spec2 dt {
    float: left;
    width: 8em;
    font-size: 1.9em;
    font-weight: 700;
}

dl.spec2 dd {
    margin: 0 0 0 8em;
    font-size: 1.7em;
    font-weight: 300;
}

dl.spec2 dd span {
    display: block;
    font-size: 70%;
}

.specexp {
    margin: 0 4em 0 3.5em;
    padding: 0;
    font-size: 1.5em;
}

.fssA {
    font-size: 2.4rem;
    font-weight: 700;
}

.fssB {
    font-size: 2rem;
}

@media (max-width: 1200px) {
    .fssA {
        font-size: 2.3rem;
    }

    .fssB {
        font-size: 1.9rem;
    }

    dl.spec1 {
        margin: 0 3em 0 5em;
        padding: 1.5em 0 0.5em 0;
    }

    dl.spec1 dt {
        font-size: 1.8em;
    }

    dl.spec1 dd {
        font-size: 1.8em;
    }

    dl.spec2 {
        margin: 0 3em 0 5em;
        padding: 1em 0 1.5em 0;
    }

    dl.spec2 dt {
        font-size: 1.8em;
    }

    dl.spec2 dd {
        font-size: 1.4em;
    }

    .specexp {
        margin: 0 4em;
        font-size: 1.2em;
    }
}

@media (max-width: 992px) {
    .fssA {
        font-size: 2.2rem;
    }

    .fssB {
        font-size: 1.8rem;
    }

    dl.spec1 {
        margin: 0 2em 0 4em;
    }

    dl.spec1 dt {
        font-size: 1.4em;
    }

    dl.spec1 dd {
        font-size: 1.4em;
    }

    dl.spec2 {
        margin: 0 2em 0 4em;
        padding: 1em 0 1.5em 0;
    }

    dl.spec2 dt {
        font-size: 1.4em;
    }

    dl.spec2 dd {
        font-size: 1.1em;
    }

    .specexp {
        margin: 0 4em;
        font-size: 0.9em;
    }
}

@media (max-width: 768px) {
    .fssA {
        font-size: 2.8vw;
    }

    .fssB {
        font-size: 2.5vw;
    }

    dl.spec1 {
        margin: 0 1em 0 2em;
    }

    dl.spec1 dt {
        font-size: 2.6vw;
    }

    dl.spec1 dd {
        font-size: 2.6vw;
    }

    dl.spec2 {
        margin: 0 1em 0 2em;
    }

    dl.spec2 dt {
        font-size: 2.6vw;
    }

    dl.spec2 dd {
        font-size: 2.0vw;
    }

    .specexp {
        margin: 0 3em;
        font-size: 0.7em;
    }
}

@media (max-width: 480px) {
    dl.spec1 dt {
        float: none;
        width: auto;
        font-size: 2.9vw;
    }

    dl.spec1 dd {
        margin: 0 0 0 2em;
        font-size: 2.9vw;
    }

    dl.spec2 dt {
        float: none;
        width: auto;
        font-size: 2.9vw;
    }

    dl.spec2 dd {
        margin: 0 0 0 2em;
        font-size: 2.4vw;
    }
}

.WD3P {
    margin: 0 3%;
}

.WD4P {
    margin: 0 4%;
}

.WD5P {
    margin: 0 5%;
}

.WD65 {
    margin: 0 6.5%;
}

.WD8P {
    margin: 0 8%;
}

.WD20 {
    margin: 0 20%;
}

.img300 {
    width: 100%;
    max-width: 300px;
}

img.ihv:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.wds38 {
    margin: 0 3.8%;
}

.wds85 {
    margin: 0 8.5%;
}



.wd20 {
    margin: 0 14%;
}

.mt50P {
    margin-top: 50px;
}

.mt80P {
    margin-top: 80px;
}

.mb80P {
    margin-bottom: 80px;
}


@media (max-width: 992px) {
    .wd20 {
        margin: 0 7%;
    }

    .mt50P {
        margin-top: 25px;
    }

    .mt80P {
        margin-top: 40px;
    }

    .mb80P {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .wd20 {
        margin: 0 5%;
    }

    .mt50P {
        margin-top: 6%;
    }

    .mt80P {
        margin-top: 10%;
    }

    .mb80P {
        margin-bottom: 10%;
    }
}




.tct {
    text-align: center;
}



.leads {
    margin: 0;
    text-align: center;
}

.leads h2 {
    margin: 1em 0 0 0;
    padding: 0;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4em;
}

.leads h2 span {
    font-size: 80%;
}

.leads .lead {
    font-size: 2.2rem;
}

/*header*/
h2.catch {
    margin: 0;
    padding: 0;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.4em;
}

.flead {
    font-size: 2.4rem;
    line-height: 1.4em;
}

.fcgry {
    color: #575757;
}

h1.roots {
    margin: 0;
    ;
    padding: 0;
    font-size: 0;
}

h3.subjects {
    margin: 1.5em 0 1em;
    padding: 0;
    font-size: 6rem;
    font-weight: 600;
    text-align: center;
    line-height:1.5;
    color: #003560;
}

h3.chaph3 {
    margin: 0 0 0.6em 0;
    padding: 1em 0 0 0;
    font-size: 6.8rem;
    font-weight: 700;
    text-align: left;
}

.fsa {
    font-size: 4.7rem;
    font-weight: 700;
}

.fsb {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6em;
}



h3.cttss {
    margin: 3em 0 1em 0;
    ;
    padding: 0;
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
    color: #000;
}

ul.specs {
    margin: 0 0 1em 0;
    padding: 0;
    font-size: 3.6rem;
    line-height: 1.4em;
}

ul.specs li {
    list-style-type: none;
}

ul.specs li:before {
    content: "■";
    font-size: 1.7em;

}



@media (max-width: 1200px) {
    .leads h2 {
        font-size: 2.4rem;
    }

    h3.subjects {
        font-size: 4rem;
    }

    .leads .lead {
        font-size: 1.9rem;
    }

    h2.catch {
        font-size: 4rem;
    }

    h3.cttss {
        font-size: 3rem;
    }

    .flead {
        font-size: 2rem;
    }

    h3.chaph3 {
        font-size: 5.8rem;
    }

    .fsa {
        font-size: 4.3rem;
    }

    .fsb {
        font-size: 2.1rem;
    }
}

@media (max-width: 992px) {
    .leads h2 {
        font-size: 2.2rem;
    }

    h3.subjects {
        font-size: 3.4rem;
    }

    .leads .lead {
        font-size: 1.7rem;
    }

    h2.catch {
        font-size: 3.0rem;
    }

    h3.cttss {
        font-size: 2.3rem;
    }

    .flead {
        font-size: 1.5rem;
    }

    h3.chaph3 {
        font-size: 4.4rem;
    }

    .fsa {
        font-size: 3.4rem;
    }

    .fsb {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    .leads h2 {
        font-size: 2.9vw;
    }

    h3.subjects {
        font-size: 5.2vw;
    }

    .leads .lead {
        font-size: 2.2vw;
    }

    h2.catch {
        font-size: 3.9vw;
    }

    h3.cttss {
        font-size: 3vw;
    }

    .flead {
        font-size: 1.95vw;
    }

    h3.chaph3 {
        font-size: 6vw;
    }

    .fsa {
        font-size: 4.2vw;
    }

    .fsb {
        font-size: 2.1vw;
    }
}

@media (max-width: 640px) {
    .leads h2 {
        font-size: 3.4vw;
    }

    h3.subjects {
        margin-top: 20px;
        padding-top:0;
        font-size: 5.3vw;
    }

    .leads .lead {
        font-size: 2.4vw;
    }

    h2.catch {
        font-size: 3.7vw;
    }

    h3.cttss {
        font-size: 3.2vw;
    }

    .flead {
        font-size: 1.9vw;
    }
}




.floatmenu {
    position: relative;
    margin: 0 auto;
    display: none;
}

.floatmenu .floatmenu_img {
    position: fixed;
    top: 300px;
    right: 0;

}

.img137 {
    width: 137px;
}

@media screen and (max-width: 1200px) {
    .img137 {
        width: 110px;
    }
}

@media screen and (max-width: 992px) {
    .img137 {
        width: 90px;
    }
}

@media screen and (max-width: 768px) {
    .floatmenu .floatmenu_img {
        position: fixed;
        top: 200px;
        right: 0;
    }

    .img137 {
        width: 70px;
    }
}

@media screen and (max-width: 500px) {
    .floatmenu .floatmenu_img {
        position: fixed;
        top: 150px;
        right: 0;
    }
}

.floatmenu_img_inner {
    box-sizing: border-box;
    padding: 5px 0 5px 5px;
    background-color: #FFF;
}

.floatmenu .floatmenu_img_inner a {
    display: block;
}

.floatmenu .floatmenu_img p {
    margin: 0;
    padding: 0;
}

.floatmenu .floatmenu_img p img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}





/*form*/
.formlist table {
    margin: 0;
}

.formlist table caption {
    font-size: 1.2rem;
    text-align: left;
    color: #000;
}

.formlist table.sxds {
    margin-top: 0;
}

.formlist table tr {
    margin-bottom: 10px;
    padding: 10px 0;
    vertical-align: baseline;
    display: block;
    position: relative;
    background-color: transparent;

}

.formlist table th,
.formlist table td {
    border: none;
    display: block;
    font-size: 1.6rem;
}

.formlist table th {
    width: 100%;
    font-weight: bold;
}

.formlist table td {
    width: 100%;
}

.wlng {
    width: 100%;
}

.wmdl {
    width: 100%;
}

@media (max-width: 480px) {

    .formlist table th,
    .formlist table td {
        font-size: 1.4rem;
    }
}

@media (min-width: 992px) {
    .formlist table {
        margin: 0 auto;
        width: 100%;
        border-collapse: collapse;
        /*    border-width: 1px;
    border-style: solid;
    border-color: #000;*/
    }

    .formlist table.sxds {
        margin-top: 10px;
    }

    .formlist table caption {
        font-size: 1.4rem;
    }


    .formlist table th,
    .formlist table td {
        font-size: 1.6rem;
    }

    .formlist table tr {
        display: table-row;
        position: static;
    }

    .formlist table th {
        padding: 5px 30px 20px 0;
        display: table-cell;
        text-align: left;
        width: 10em;
        vertical-align: middle;
        white-space: nowrap;
        color: #000;
        /*    border: 1px solid #000;*/
    }

    .formlist table td {
        padding: 20px 0;
        display: table-cell;
        text-align: left;
        width: auto;
        vertical-align: middle;
        color: #000;
        /*    border: 1px solid #000;*/
    }

    .wlng {
        width: 100%;
        /*    width: 36em;*/
    }

    .wmdl {
        width: 10em;
    }
}

@media (min-width: 1200px) {
    .wmdl {
        width: 17em;
    }
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #333 !important;
    padding: 4px 12px 6px 12px;
    font-size: 30px;
    border: 1px solid #333;
    border-radius: 4px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #FFF !important;
    outline: none;
}

.back-to-top:hover {
    background: #DC143C;
    color: #FFF !important;
}

span.awdth {
    padding-left: 2em;
}

@media (max-width: 992px) {
    span.awdth {
        padding-left: 0 !important;
    }
}

.l3 {
    display: inline;
    width: 4em;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l4 {
    display: inline;
    width: 5em;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.lcars {
    display: inline;
    width: 47%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.l3:focus,
.l4:focus,
.lcars:focus {
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

@media (max-width: 640px) {
    .lcars {
        width: 80%;
    }
}

#Hascar_select {
    display: none;
}

.gosubmit {
    margin: 30px auto 0 auto;
    width: 100%;
    color: #000;
    border: 2px solid #000;
}

input[type="submit"] {
    font-size: 2rem;
    display: block;
    border: none;
    outline: 0;
    cursor: pointer;
    color: #000;
    font-weight: bold;
    background: none;
    width: 100%;
    padding: 1em;
    transition: 0.3s;
}

.gsbtns {
    margin: 0 auto;
    position: relative;
    transition: 0.5s;
    width: 16em;
}

.link{
    padding:1.5em
}

.link .gsbtns{
    width:40%;
    text-decoration: none;
    text-align: center;
}

.gsbtns::before {
    transition: 0.3s;
    content: "";
    width: 1em;
    height: 1em;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.gsbtns:hover::before {
    left: 25px;
}

/*
input[type="submit"]:hover {
  background-color: #999;
}
*/
input[type="text"],
select,
textarea,
input[type="email"],
input[type="tel"] {
    color: #333;
    background-color: #D6DEE1;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
}

::placeholder {
    color: #999 !important;
}


.errors {
    margin: 0 0 40px 0;
    padding: 20px;
    border: 3px solid #C41D23;
}

.errtitle {
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    border-bottom: 3px solid #9D8994;
}

.errnote {
    margin: 0 0 0 20px;
    color: #C41D23;
    background-color: transparent;
}

span.ness:before {
    content: "\2a\20";
    color: #000;
    font-size: 1.6em;
    position: relative;
    top: 5px;
}

img.iright {
    float: right;
}

p.specnote {
    margin: 1.5em 0 3em 0;
    font-size: 1.2rem;
}

@media (max-width: 992px) {
    p.specnote {
        font-size: 1rem;
    }

    .formlist table th {
        vertical-align: baseline;
    }
    .errnote{
        margin-left: 0;
    }
}

h2 {
    font-weight: bold;
    text-align: center;
    padding: 0 0 40px;
    line-height: 1.5;
}

h2 span {
    font-size: 5.5rem;
}

.type2 {
    padding: 2em 0;
    text-align: center;
    font-weight: bold;
    font-size: 2.3rem;
}

h2.sname {
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 700;
}

h2.tname {
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

h3.telnum {
    margin: 0;
    padding: 0;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4em;
}

.site {
    margin: 1em 0 0 0;
    padding: 0.8em 0;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    color: #FFF;
    background-color: #577F98;
}

.site a:link,
.site a:visited {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.site a:hover,
.site a:active {
    color: #FF0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.clbl {
    color: #FFF;
    background-color: #577F98;
}

.clbl a:link,
.clbl a:visited {
    color: #FFF;
    background-color: #577F98;
}

@media (max-width: 1200px) {
    h2.sname {
        font-size: 2rem;
    }

    h2.tname {
        font-size: 3.1rem;
    }

    h3.telnum {
        font-size: 1.8rem;
    }

    h4.addr {
        font-size: 1.3rem;
    }

    .site {
        font-size: 1.1rem;
    }
}

@media (max-width: 992px) {
    h2.sname {
        font-size: 2.6rem;
    }

    h2.tname {
        font-size: 2.4rem;
        text-align: center;
    }

    h3.telnum {
        font-size: 2.4rem;
    }

    h4.addr {
        font-size: 2rem;
    }

    .site {
        font-size: 1.6rem;
    }
}

@media (max-width: 768px) {
    h2.sname {
        font-size: 4vw;
        text-align: center;
    }

    h2.tname {
        font-size: 5.2vw;
    }

    h3.telnum {
        font-size: 2rem;
        text-align: center;
    }

    h4.addr {
        font-size: 1.5rem;
        text-align: center;
    }

    .site {
        font-size: 1.4rem;
    }

    .type2 {
        font-size: 1.5rem;
    }
}

.fssubcatch {
    font-size: 38px;
}

.imgmap {
    width: 100%;
    max-width: 400px;
    margin:0 auto
}

.col-sm-6.imgmap{
    margin-bottom:60px
}

.wdoutevt {
    margin: 0 6% 0 12.5%;
}

@media (max-width: 992px) {
    .wdoutevt {
        margin: 0 20% 0 20%;
    }
}

@media (max-width: 768px) {

    .wdoutevt {
        margin: 0 15% 0 15%;
    }

    .fssubcatch {
        font-size: 18px;
    }
}


.imgaeon {
    width: 140px;
    padding-left: 10px;
}

@media (max-width: 1200px) {
    .imgaeon {
        width: 120px;
        padding-left: 10px;
    }
}