.container{
    max-width:100%;
}
.fs_94.hirakaku_pro6.r_mincho.bluesky.als{
    font-family: serif;
}
.external_link.fs_21.mincho.bluesky
{
    font-size: 18px;
}
.fs_20.gothicmb101pr5.text-right
{
    font-size: 16px;
}

@font-face {
    font-family: RyuminPro-Medium;
    src: url("../assets/fonts/RyuminPro-Medium.ttf")  format("truetype");
}
@font-face {
    font-family: RyuminPro-Light;
    src: url("../assets/fonts/RyuminPro-Light.ttf")  format("truetype");
}
@font-face {
    font-family: CorporateA-Demi;
    src: url("../assets/fonts/CorporateA-Demi.ttf")  format("truetype");
}
@font-face {
    font-family: HiraKakuPro-W6;
    src: url("../assets/fonts/HiraKakuPro-W6.ttf")  format("truetype");
}
@font-face {
    font-family: GothicMB101Pr5-R;
    src: url("../assets/fonts/GothicMB101Pr5-Regular.ttf")  format("truetype");
}
@font-face {
    font-family: Mincho;
    src: url("../assets/fonts/MSMINCHO.ttf")  format("truetype");
}



.ryuminpro_medium {
    font-family: RyuminPro-Medium;
    font-weight: bold;
}
.ryuminpro_light {
    font-family: RyuminPro-Light;
    font-weight: 400;
}
.corporatea_demi {
    font-family: CorporateA-Demi;
}
.hirakaku_pro6 {
    font-family: HiraKakuPro-W6;
}
.gothicmb101pr5 {
    font-family: GothicMB101Pr5-R;
}
.mincho {
    /*font-family: Mincho;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 600
}

.fs_12 {
    font-size: 12px;
}
.fs_14 {
    font-size: 14px;
}
.fs_20 {
    font-size: 20px;
}
.fs_21 {
    font-size: 21px;
}
.fs_22 {
    font-size: 22px;
}
.fs_28 {
    font-size: 28px;
}
.fs_40 {
    font-size: 40px;
}
.fs_94 {
    font-size: 94px;
}

.bluesky {
    color: #00a0e9;
}
.black {
    color: black;
}
.red {
    color: red;
}

.dg_bg{
    background: #e5e5e5;
}
.g_bg{
    background: #f2f2f2;
}

.mright {
    padding: 20px;
}
.external_link {
    width: 100%;
    padding: 7px;
    border: solid 2px #00a0e9;
    text-align: center;
    cursor: pointer;
}
.external_link img {
    margin-left: 10px;
}
.calc_summary{
    width: 100%;
    margin-top: 70px;
}
.calc_summary td{
    padding: 0px 20px 7px 0px !important;
}
.calc_summary tr:nth-last-of-type(2) td{

padding-bottom:7px;

}
.total_line{
    border-top: solid 1px;
	padding: 10px 20px!important;
}
.cs_title {
    font-weight: bold;
}

.mleft {
    padding: 20px;
}
.full_calc{
    width: 100%;
}
.full_calc td{
    padding: 7px 10px;
}
.cm_title {
    /*font-weight: bold;*/
    padding-left: 22px !important;
}

label.wrap {
    overflow: hidden;
    height: 35px;
    position: relative;
    display: block;
    margin-bottom: 0;
}

select.m_select{
    font-size:16px;
    width: 100px;
    height: 35px;
    border: none;
    text-align-last: right;
    -ms-text-align-last: right;
   -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 29px;
}
select.m_select option {
    direction: rtl;
}
label.wrap:after {
    content: "\f107 ";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 1;
    width: 10%;
    height: 100%;
    pointer-events: none;
}
select::-ms-expand {
    display: none;
}

.m_input{
    width: 120px;
    height: 35px;
    text-align: right;
    padding-right: 8px;
    border: none;
    font-size:16px;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.m_blackbtn {
    background: #333333;
    width: 140px;
    height: 30px;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 20px;
}
.m_blackbtn:hover {
    background: #444444;
}

.last_row {
    padding: 40px 15px;
}
.m_blueskybtn {
    background: #00adef;
    padding: 20px 35px;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: auto;
}
.m_blueskybtn:hover {
    background: #1db6f3;
}

.mb {
    display: none;
}
.pc {
    display: initial;
}



@media screen and (max-width: 768px) {
   select.m_select{
    font-size:20px;
   }
   .m_input{
    width: 150px;
    font-size:20px;
   }
   .external_link.fs_21.mincho.bluesky
   {
    font-size: 21px;
   }
.container{
    max-width:720px;
}
   .fs_94.hirakaku_pro6.r_mincho.bluesky.als{
    font-family: serif;
}
.fs_20.gothicmb101pr5.text-right
{
    font-size: 20px;
}

    .fs_94 {
        font-size: 58px;
    }
    .fs_40 {
        font-size: 30px;
    }
    .fs_28 {
        font-size: 24px;
    }
    .fs_22 {
        font-size: 20px;
    }
    .fs_21 {
        font-size: 16px;
    }
    .fs_20 {
        font-size: 16px;
    }

    .r_mincho {
        font-family: Mincho;
    }

    .mb {
        display: initial;
    }
    .pc {
        display: none;
    }

    .full_calc td {
        padding: 7px 7px;
        width: 110px !important;
    }
    .calc_summary td {
        padding: 0px 7px;
    }

    .cm_title {
        padding-left: 7px !important;
    }

    .m_input {
        width: 150px;
    }

    select.m_select {
        width: 85px;
    }

    .mbcomment {
        text-align: left;
    }
    .mbcomment p{
        margin-left: 48.5%;
    }

    .calc_summary tr:nth-child(3) td{
        padding: 0px 7px;
    }

}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .external_link {
        padding-top: 8px;
        padding-bottom: 2px;
    }
    .m_blueskybtn {
        padding-bottom: 12px;
    }
 }
.fs_94.hirakaku_pro6.r_mincho.bluesky.cls{
    font-family: serif;
}