@charset "utf-8";
:root{
	--blue: #171c61;
	--lblue: #4774b9;
	--black: #111;
	--pink: #BB004B;
	--red: #CD2D37;
}
.pcsbk{
	background: var(--blue);
}

body {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    color: rgb(62, 58, 57);
    margin: 0px;
}

.mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}

.goth {
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
dl,
dt,
dd,
figure {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #000;
}


p {
    line-height: 1.7em;
    word-break: break-all;
}

.fo_bold {
    font-weight: bold;
}

li {
    list-style: none;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

.center {
    text-align: center;
}

.img {
    width: 100%;
}

a:hover {
    opacity: 0.7;
}

#main .wrapper {
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
}

#main .wrapper .wrapper-in {
    width: 80%;
    padding: 0 10%;
}

.cl:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}


/* ===============================
style
=============================== */

.wrapper {
    width: 90%;
    max-width: 1150px;
    margin: 0 auto;
}

#mv {
    background: url(img/mv.png) no-repeat;
    background-size: cover;
    height: 50vw;
    position: relative;
}

#mv .logo {
    padding: 20px 15px 20px;
    /* width: 40%; */
    font-weight: bold;
}

#mv .logo p {
    color: #fff;
    font-size: 18px;
    margin: 12px 0 0 20px;
    line-height: 1em;
}

#mv .logo p .big {
    font-size: 24px;
}

#mv .logo p .small {
    font-size: 12px;
}

#mv .mv_txt {
    color: #fff;
    position: relative;
}

#mv .mv_txt h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 2em;
    margin-top: 35px;
}

#mv .mv_txt .mar {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
}

#mv .mv_txt h1 .yellow {
    color: #feef00;
}

#mv .mv_txt h1 .fo-b {
    font-size: 72px;
}

#mv .mv_txt .par-txt {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 3px solid #fff;
    width: 75%;
    margin: 0px 0 30px;
}

#mv .mv_txt .par-txt span {
    font-size: 18px;
}

#mv .mv_txt .button {
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 21px;
    color: #fff;
    padding: 15px 45px;
    background: #e56c21 url(img/mail.png) no-repeat 12% 45%;
    padding-left: 75px;
    margin: 20px 0;
    width: 25%;
}

.mv_gl {
    width: 23%;
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 25px;
    bottom: 0px;
}

/* 210712追加 */
#voice{
    background: #eeeeee;
    padding: 30px 0;
}

#voice h2{
    text-align: center;
    color: #033d69;
    margin-bottom: 15px;
    font-size: 32px;
}

#voice ul.order{
    overflow: scroll;
    height: 100px;
}

#voice ul.order li{
    border-bottom: 1px solid #000;
    padding: 10px 0 ;
}

#voice ul.order li:last-child{
    border: none;
}

/* 210712追加 */

#pc-total h2,
#komari-sec h2 {
    font-size: 32px;
    text-align: center;
    padding: 0px 0 40px;
    color: #0081ff;
}

#pc-total h2 {
    padding: 50px 0px 20px 0px;
}

#pc-total .tot_vd {
    text-align: center;
    padding: 30px 0px;
}

#pc-total .tot_vd .tt_img {
    width: 50%;
}


#pc-total .bl-sec,
#contact-sec {
    margin: 20px 0 0;
    width: 100%;
    background-color: #0081ff;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
}

#pc-total .bl-sec:before,
#contact-sec:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    left: 43%;
    top: -16px;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid #fff;
}

#contact-sec:before {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 80px solid #fff;
}

#pc-total .bl-sec .b-titl {
    padding: 0px 0 20px;
    font-size: 24px;
    font-weight: bold;
}

#pc-total .bl-sec .s-titl {
    padding: 0 0 30px;
    font-size: 16px;
}

#pc-total .bl-sec .w60 {
    width: 65%;
    padding-top: 100px;
}

#pc-total .bl-sec .w660 {
    width: 35%;
    padding-top: 100px;
    text-align: right;
}

#pc-total .bl-sec .mtb {
    width: 87%;
}

#komari-sec {
    padding: 60px 0 60px;
}

#komari-sec .mtb330 {
    width: 35%;
    margin-right: 5%;
}

#komari-sec .mtb330 .mt_img01 {
    width: 100%;
}

#komari-sec .mtb30 ul {
    width: 60%;
}

#komari-sec ul li {
    background: url(img/mv-photo03.png) no-repeat 0% 0%;
    padding: 0 0 15px 40px;
    font-size: 20px;
}

#komari-sec .mtb30 {
    margin: 30px 0;
}

#contact-sec {
    padding: 100px 0;
    color: #fff;
    overflow: hidden;
}

.con-titl {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.phl_div01 {
    width: 50%;
}

.phl_div02 {
    width: 50%;
}






.bg {
    background: url(img/pcc-bg02.jpg) no-repeat;
    background-size: 100%;
}

.wrapper .w45 {
    width: 80%;
    text-align: center;
}

.wrapper .phone {
    background: url(img/mv-photo05.png) no-repeat 4% 95%;
    padding: 0;
    font-size: 38px;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
    margin: 0 10%;
}

.wrapper .phone:hover {
    opacity: 0.7;
}

.wrapper .phone span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.wrapper .button01 {
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    padding: 15px 30px;
    background: #ff9000 url(img/mv-photo06.png) no-repeat 7% 38%;
    padding-left: 90px;
    margin-top: 10px;
}

.inner_wrapper {
    margin: 0 auto;
    width: 90%;
}

#num_sec {
    padding: 20px 0 0;
    text-align: center;
    color: #fff;
}

#num_sec .num_tp {
    font-size: 32px;
    font-weight: bold;
    padding: 30px 0 0;
    color: #0081ff;
}

#num_sec ul {
    overflow: hidden;
    background: #0081ff url(img/pcc-bg01.jpg)no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 115px 0 0;
}

#num_sec .num_pp {
    padding: 185px 0 40px 0;
    color: #0081ff;
    margin: -90px 0 0;
}

#num_sec ul li {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

#num_sec ul li:last-child {
    margin-bottom: 0;
}

#num_sec ul li .num_p {
    font-size: 48px;
    font-weight: bold;
    text-decoration: underline;

}

#num_sec ul li h2 {
    font-size: 30px;
    padding: 15px 0px 40px 0px;
}

#num_sec ul li .num_div01 {
    float: left;
    width: 50%;
}

#num_sec ul li .num_div01 .num_img {
    width: 80%;
}

#num_sec ul li .num_div02 {
    text-align: left;
    font-size: 16px;
    width: 50%;
    float: left;
}

#num_sec .num_div03 {
    padding: 100px 0px 0px 0px;

}

#num_sec .num_div03 p {
    font-size: 36px;
    color: #0081ff;
    font-weight: bold;
}

.wrapper .phone_blu {
    background: url(img/pc_img09.png) no-repeat 4% 95%;
    padding: 0;
    font-size: 38px;
    font-weight: bold;
    line-height: 1em;
    color: #0081ff;
    margin: 0 10%;
}

.wrapper .phone_blu:hover {
    opacity: 0.7;
}

.wrapper .phone_blu span {
    font-size: 14px;
    font-weight: normal;
    display: block;
}

/*ht_sec*/

#ht_sec {
    background: url(img/pc_img08.png) no-repeat;
    padding: 150px 0px 160px 0px;
    background-size: cover;
    overflow: hidden;
    margin: 90px 0 0;
}

.wtd {
    width: 100%;
}

#ht_sec h2 {
    font-size: 36px;
    color: #0081ff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 120px;
}

#ht_sec ul {
    overflow: hidden;
}


#ht_sec ul li {
    float: left;
    margin-right: 5%;
    width: 30%;
    background-color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0px 0px 20px 20px;
}

#ht_sec ul li:last-child {
    margin-right: 0px;
}

#ht_sec ul li .ht_div01 {
    width: 55%;
    margin-right: 5%;
    font-weight: bold;
    float: left;
}

#ht_sec ul li .ht_div01 p {
    padding-top: 20px;
}

#ht_sec ul li .ht_div02 {
    width: 40%;
    float: left;
}

#ht_sec ul li .ht_dp01 {
    display: inline-block;
    padding: 10px 10px 26% 0px;
}

#ht_sec ul li .ht_dp02 {
    display: inline-block;
    padding: 10px 10px 26% 0px;
}

#ht_sec ul li .ht_dp03 {
    display: inline-block;
    padding: 10px 10px 0px 0px;
}

#ht_sec .ht_div03 {
    width: 100%;
    float: left;
    padding: 50px 0px 20px 0px;
}

#ht_sec .ht_div03 .ht_p01 {
    font-size: 36px;
    color: #0081ff;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
}

#ht_sec .ht_div03 .ht_p02 {
    padding: 10px 25px 10px 25px;
    font-size: 18px;
    background-color: #fff;
    border: 3px solid #0081ff;
}

#pcc {
    padding: 50px 0px;
}

#pcc .pcc_tit {
    font-size: 24px;
    font-weight: bold;
    color: #0081ff;
    text-align: center;
    padding: 30px 0px 0px 0px;
}

#pcc .pcc_tit h2 {
    font-size: 36px;
    margin-bottom: 40px;
}

a:hover {
    opacity: 0.5;
}

.wd {
    padding: 40px 0px;
}


.tbl {
    width: 100%;
}

.tbl tr {
    font-size: 18px;
    border-bottom: 3px solid #fff;
}

.tbl td {
    padding: 10px;
    text-align: left;
    background: #f2f2f2;
    font-weight: bold;
}

.tbl th {
    width: 15%;
    padding: 10px;
    text-align: center;
    background: #7f7f7f;
    color: #fff;
    border-right: 3px solid #fff;
}

.cl {
    clear: both;
}

#pc {
    padding: 0px 0px 0px 0px;
}

.wd100 {
    padding: 40px 0px 0px 0px;
    width: 100%;
}


#pc .pc_tit {
    font-size: 24px;
    color: #0081ff;
    text-align: center;
    padding: 30px 0px 0px 0px;
}

#pc .pc_tit h2 {
    font-size: 36px;
    margin-bottom: 40px;

}

#pc .pc_tit ul {
    overflow: hidden;
    margin-top: 50px;
}

#pc .pc_tit ul li {
    float: left;
    margin-top: -11px;
}

#pc .pc_tit ul li .pc_fl01 {
    width: 50%;
    float: left;
}

#pc .pc_tit ul li .pc_fl02 {
    width: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 7% 30px 40px;
}

#pc .pc_tit ul li .pc_fl03 {
    width: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    padding: 30px 6% 30px 4%;
}

#pc .pc_tit ul li .pc_fl02 .pc_p01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 20px;
}

#pc .pc_tit ul li .pc_fl03 .pc_p01 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    padding-bottom: 20px;
}

#pc .pc_tit ul li .pc_fl02 .pc_p02 {
    font-size: 16px;
    color: #000;
}

#pc .pc_tit ul li .pc_fl02 .pc_p02 span {
    color: #0081ff;
}


#pc .pc_tit ul li .pc_fl03 .pc_p02 {
    font-size: 16px;
    color: #000;
}

#pc .pc_tit ul li .pc_fl03 .pc_p02 span {
    color: #0081ff;
}



.blu_col01 {
    padding: 0;
    margin-top: -11px;
}

.bl_co01 {
    background-color: #0081ff;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
}

.bl_co01 h2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.blu_col {
    padding: 0px 0px 0px 0px;
}

.bl_co {
    background-color: #0081ff;
    padding: 60px 0px 60px 0px;
}

.bl_co h2 {
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.wht {
    padding: 60px 0px 60px 0px;
}

.wtd100 {

    width: 100%;
}

.cl_wh {
    color: #ffffff;
    padding-top: 45px;
}





.pcv {
    display: block;
}

.spv {
    display: none;
}

.pccv {
    display: block;
}

.sppv {
    display: none;
}

#contact table {
    width: 100%;
    border-collapse: collapse;
    border: none;
    margin-top: 40px;
}

#contact table tr th {
    vertical-align: middle;
    text-align: left;
    background: #5da5ec;
    border: solid 1px #FFFFFF;
    padding: 15px;
    color: #231815;
    width: 220px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-family: "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
}


#contact table tr th em {
    text-align: center;
    float: right;
    font-style: normal;
    display: inline-block;
    width: 40px;
    background: #FF0000;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    padding: 0 0 1px 0;
}

#contact table tr th em span.red {
    text-align: center;
    float: right;
    display: inline-block;
    width: 40px;
    background: #FF0000;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    padding: 0 0 1px 0;
}

#contact table tr th span.unmust {
    text-align: center;
    float: right;
    display: inline-block;
    width: 40px;
    background: #033d69;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    padding: 0 0 1px 0;
}


#contact table tr th b {
    text-align: center;
    float: right;
    display: inline-block;
    width: 40px;
    background: #17A3D1;
    border-radius: 4px;
    color: #FFF;
    font-size: 12px;
    padding: 0 0 1px 0;
}


#contact table tr td {
    padding: 10px;
    text-align: left;
    background: #f1f2f2;
    border: solid 1px #FFFFFF;
}

#contact table tr td .space {
    padding: 0 5px 0 0;
    float: left;
}

#contact table tr td label {
    display: block;
    line-height: 24px;
    font-family: "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, "ï¼­ï¼³ ï¼°ã‚´ã‚·ãƒƒã‚¯", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 24px;
}

#contact table tr td input {
    border: #9a9a9b 1px solid;
    padding: 5px;
    width: 98%;
}

#contact table tr td input.radio {
    max-width: 15px;
    vertical-align: middle;
}

#contact table tr td .textarea {
    border: #9a9a9b 1px solid;
    padding: 5px;
    width: 98%;
    height: 180px;
}

#contact #button {
    position: relative;
    text-align: center;
    max-width: inherit;
    border-radius: 4px;
    margin: 20px auto 30px auto;
    padding: 0 0 0 0;
    z-index: 0;
}

#contact #button .button {
    font-size: 24px;
    margin-bottom: 60px;
    padding: 30px;
    color: #fff;
    width: 400px;
    max-width: inherit;
    font-weight: 600;
    background: linear-gradient(to bottom, #fa0 45%, #fa0 45%, #fa8c00 55%);
    box-shadow: 2px 4px 4px #000;
    box-shadow: none;
    transition: 0.5s;
    border-radius: 0px;
    border: none;
}

#contact #button .button:hover {
    opacity: 1;
    box-shadow: none;
    box-shadow: 2px 4px 4px #000;
    background: linear-gradient(to bottom, #fa8c00 45%, #fa8c00 45%, #d47700 55%);

}


/* メディアクエリサンプル */

/* ===============================
device setting
=============================== */

@media(min-width: 1px) and (max-width: 940px) {
    .pcv {
        display: none;
    }

    .spv {
        display: block;
    }

    #mv .logo {
        padding: 2% 0px 0px;
    }

    #mv .mv_txt {
        margin: 4% 0 0 40px;
    }

    #mv .mv_txt h1 .fo-b {
        font-size: 6vw;
    }

    #mv .mv_txt h1 {
        font-size: 4vw;
    }

    #mv .mv_txt .mar {
        margin: -6% 0 0 10px;
        width: 37%;
    }

    #mv .mv_txt .par-txt {
        font-size: 2.5vw;
        width: 71%;
        margin: 2% 0 70px;
    }

    #pc-total h2,
    #komari-sec h2 {
        font-size: 26px;
    }

    .phl_div01 {
        width: 100%;
        margin-bottom: 8%;
    }

    .con-titl {
        font-size: 32px;
    }

    .wrapper .phone {
        background: url(img/mv-photo05.png) no-repeat 7% 95%;
        margin: 0 15%;
    }

    .wrapper .phone_blu {
        margin: 0 15%;
    }

    .wrapper .w45 {
        width: 70%;
        text-align: center;
    }

    .phl_div02 {
        text-align: center;
        width: 100%;
    }

    .wrapper .button01 {
        float: none;
    }

    #num_sec .num_tp {
        font-size: 28px;
    }

    #num_sec ul {
        padding: 60px 0 80px 0px;
    }

    #num_sec ul li .num_p {
        font-size: 43px;
    }

    #num_sec ul li h2 {
        font-size: 26px;
        padding: 5px 0px 25px 0px;
    }

    #ht_sec {
        padding: 80px 0px 100px 0px;
    }

    #ht_sec h2 {
        font-size: 32px;
        margin-bottom: 60px;
    }

    #ht_sec ul li {
        font-size: 16px;
    }

    #ht_sec ul li .ht_dp01 {
        padding: 10px 10px 51% 0px;
    }

    #ht_sec ul li .ht_dp02 {
        padding: 10px 10px 50% 0px;
    }

    #ht_sec .ht_div03 .ht_p01 {
        font-size: 32px;
    }

    #ht_sec .ht_div03 .ht_p02 {
        font-size: 16px;
    }

    #pcc .pcc_tit {
        font-size: 22px;
    }

    #pcc .pcc_tit h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .inner_wrapper {
        width: 100%;
    }

    #pc .pc_tit h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    #pc .pc_tit {
        font-size: 22px;
        padding: 30px 0px 0px 0px;
    }

    #pc .pc_tit ul li .pc_fl01 {
        width: 100%;
    }

    #pc .pc_tit ul li .pc_fl02 {
        width: 100%;
        padding: 3% 5% 5% 5%;
    }

    #pc .pc_tit ul li .pc_fl03 {
        width: 100%;
        padding: 3% 5% 5% 5%;
    }

    #pc .pc_tit ul li {
        margin-top: 0;
        margin-bottom: 7%;
    }

    .bl_co h2 {
        font-size: 42px;
    }

    #pc-total .bl-sec:before,
    #contact-sec:before {
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 65px solid #fff;
    }

    #contact-sec:before {
        border-left: 60px solid transparent;
        border-right: 60px solid transparent;
        border-top: 65px solid #fff;
    }

    #pc-total .bl-sec .b-titl {
        font-size: 22px;
    }
}

@media (min-width: 1px) and (max-width: 740px) {

    #komari-sec .mtb330 {
        width: 100%;
        text-align: center;
        margin-bottom: 5%;
    }

    #komari-sec .mtb330 .mt_img01 {
        width: 90%;
    }

    #komari-sec .mtb30 ul {
        width: 100%;
    }

    #pc-total .bl-sec,
    #contact-sec {
        padding-bottom: 50px;
    }

    #pc-total .bl-sec .w60 {
        width: 100%;
    }

    #pc-total .bl-sec .w660 {
        width: 100%;
        padding-top: 5%;
        text-align: center;
    }

    #num_sec ul {
        padding: 60px 0 50px 0px;
    }

    #num_sec ul li {
        margin-bottom: 60px;
    }

    #num_sec ul li .num_p {
        font-size: 38px;
    }

    #num_sec ul li h2 {
        font-size: 24px;
    }

    #num_sec ul li .num_div01 {
        width: 100%;
        margin-bottom: 2%;
    }

    #num_sec ul li .num_div02 {
        width: 100%;
    }

    #num_sec .num_pp {
        padding: 150px 0 40px 0;
        margin: 0;
    }

    #ht_sec h2 {
        font-size: 28px;
        margin-bottom: 45px;
    }

    #ht_sec .ht_div03 .ht_p01 {
        font-size: 28px;
    }

    #ht_sec ul li {
        width: 100%;
        margin-bottom: 8%;
    }

    #ht_sec ul li .ht_dp01 {
        padding: 10px 10px 3% 0px;
    }

    #ht_sec ul li .ht_dp02 {
        display: inline-block;
        padding: 10px 10px 3% 0px;
    }

    .wtd {
        width: auto;
    }

}

@media (min-width: 1px) and (max-width: 640px) {
    body {
        overflow-x: hidden;
    }

    .pccv {
        display: none;
    }

    .sppv {
        display: block;
    }

    #mv {
        height: 100vw;
        background: url(img/mv.png) no-repeat 40% top;
    }

    #mv .mv_txt {
        margin:0;
    }

    #mv .mv_txt .par-txt {
        width: 100%;
        margin: 2% 0 0px;
        font-size: 12px;
        border-bottom: 2px solid #fff;
    }

    #mv .mv_txt h1 .fo-b {
        font-size: 8vw;
    }

    #mv .mv_txt h1 {
        font-size: 6vw;
        margin-top: 50px;
    }

    #mv .mv_txt .par-txt span {
        font-size: 11px;
    }

    #mv .mv_txt .mar {
        margin: -6% 0 0 10px;
        width: 60%;
        z-index: 9999;
        
    }

    #mv .mv_txt .button{
        display: block;
        font-size: 19px;
        color: #fff;
        padding: 15px 0px;
        background: #e56c21 url(img/mail.png) no-repeat 6% 48%;
        padding-left: 35px;
        margin: 20px 0;
        width: 57%;
        background-size: 25px;  
        z-index: 10000;
    }

    #pc-total .bl-sec:before, #contact-sec:before{
        left: 39%;
    }

    .mv_gl {
        width: 40%;
        right: 0px;
    }
    

    .sp_lg {
        width: 20%;
    }

    .wrapper .w45 {
        width: 90%;
    }

    .wrapper .phone {
        background: url(img/mv-photo05.png) no-repeat 4% 105%;
        margin: 0 5%;
        background-size: 10%;
        font-size: 28px;
    }

    .wrapper .phone_blu {
        background: url(img/pc_img09.png) no-repeat 4% 105%;
        margin: 0 5%;
        background-size: 10%;
        font-size: 28px;
    }

    .con-titl {
        font-size: 24px;
    }

    #num_sec .num_tp {
        font-size: 24px;
    }

    .con-titl {
        font-size: 24px;
    }

    .wrapper .button01 {
        font-size: 17px;
        padding-left: 70px;
        background: #ff9000 url(img/mv-photo06.png) no-repeat 7% 51%;
        background-size: 11%;
    }

    #komari-sec ul li {
        font-size: 16px;
    }

    #pc-total h2 {
        font-size: 20px;
    }

    #komari-sec h2 {
        font-size: 20px;
        padding: 0px 0 20px;
    }

    .bl_co {
        padding: 40px 0px 60px 0px;
    }

    .bl_co h2 {
        font-size: 34px;
    }

    .tbl tr {
        display: grid;
        font-size: 14px;
        border-bottom: 1px solid #fff;
    }
    .tbl th {
        width: 100%;
        box-sizing: border-box;
        border-right: 0px;
    }
    .tbl td {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .wd {
        width: 60%;
    }

    #pcc .pcc_tit {
        font-size: 20px;
    }

    #pcc .pcc_tit h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    #pc .pc_tit h2 {
        font-size: 28px;
    }

    #pc .pc_tit {
        font-size: 20px;
    }

    #pc .pc_tit ul li .pc_fl02 .pc_p01 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    #pc .pc_tit ul li .pc_fl03 .pc_p01 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    #num_sec ul li h2 {
        font-size: 21px;
    }

    #num_sec ul {
        padding: 40px 0 40px 0px;
    }

    #num_sec .num_pp {
        padding: 100px 0 40px 0;
    }

    #pc-total .tot_vd .tt_img {
        width: 60%;
    }

    #ht_sec .ht_div03 .ht_p01 {
        font-size: 24px;
    }

    #pc .pc_tit ul li .pc_fl02 {
        padding: 1% 5% 5% 5%;
    }

    #pc .pc_tit ul li .pc_fl03 {
        padding: 1% 5% 5% 5%;
    }

    #pc-total .bl-sec:before,
    #contact-sec:before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 50px solid #fff;
    }

    #contact-sec:before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 50px solid #fff;
    }

    #pc .pc_tit ul li {
        margin-bottom: 9%;
    }

    #num_sec ul li .num_div01 .num_img {
        width: 100%;
    }
    #contact form{
        width: 95%;
        margin: auto;
    }
    #contact table{
        display: block;
        
    }
    #contact table tbody{
        display: block;
        width: 100%;
    } 
    #contact table tr{
        display: block;
    }
    #contact table tr th{
        display: block;
        text-align: left;
        width: auto;
    }
    
    #contact table tr td{
        display: block;
        width: auto;
        padding: 10px;
    }
    #contact table tr td textarea{
        width: 100%;
    }
    
    #contact #button .button{
        width: 100%;
    }


}

@media (min-width: 1px) and (max-width: 320px) {

    .pcv {
        display: none;
    }

    .spv {
        display: block;
    }
}


/*CONTACT*/
.pcs-contact_h2{
	background: var(--lblue);
	color: #fff;
	font-weight: 700;
}
.form-privacy{
	height: 220px;
	overflow-y: scroll;
	padding: 1em;
}
.form-privacy_h2{
	font-size: 16px;
	font-weight: 700;
}
.form-privacy_h3{
	font-size: 15px !important;
	font-weight: 700;
	padding: 0 !important;
}
.form-privacy_inner p,
.form-privacy_inner li{
	font-size: 13px;
}
.link{
	border: 2px solid var(--blue);
	padding: 1em 2em;
	min-width: 200px;
	max-width: 400px;
	width: 90%;
	color: var(--blue);
	font-size: 120%;
	font-weight: 700;
	cursor: pointer;
	transition: 0.2s all;
}
.link:hover{
	background: var(--blue);
	color: #fff;
}
@media screen and (max-width: 980px) {
	.form-send .link{
		padding: 1em;
		min-width: auto !important;
		max-width: auto !important;
		width: 45%;
		flex-basis: 45%;
	}
}

