html {
    font-size: 62.5%;
    /* sets the base font to 10px for easier math */
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.0;
    letter-spacing: 0.05em;
    font-size: 14px;
    color: #000;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-x: hidden;
}

@media (min-width: 767px) {
    body {
        font-size: 15px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}


/* -------------------------------------
  common
----------------------------------------*/

a {
    color: inherit;
}

.cf:after {
    content: "";
    clear: both;
    display: block;
}

.ib {
    display: inline-block;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

strong {
    font-weight: 600;
}

.mode_pc,
.mode_pc_ib {
    display: none;
}

.mode_sp {
    display: block;
}

.mode_sp_ib {
    display: inline-block;
}

.tel a,
.mail a {
    pointer-events: auto;
    cursor: pointer;
}

.mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1;
}

.mover:hover {
    opacity: 0.8;
}

.inner {
    padding: 0 4%;
}

.arrow {
    position: relative;
}

.arrow:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    left: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.anchor {
    margin-top: -78px;
    padding-top: 78px;
}

.contentInner {
    padding-bottom: 30px;
}

.contentInner.type02 {
    padding-top: 20px;
}

#contentWrap {
    padding-bottom: 50px;
}

.innerBox,
.innerBox02 {
    text-align: left;
}

.innerBox+.innerBox {
    padding-top: 40px;
}

.innerBox02+.innerBox02 {
    padding-top: 30px;
}

.blankLink {
    position: relative;
    padding-right: 20px;
    text-decoration: underline;
}

.blankLink:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../img/common/blank.png);
    background-position: center center;
    background-repeat: no-repeat;
    margin: auto;
}

@media (min-width: 767px) {
    .inner {
        padding: 0 2.5%;
    }
    .mode_pc {
        display: block;
    }
    .mode_pc_ib {
        display: inline-block;
    }
    .mode_sp,
    .mode_sp_ib {
        display: none;
    }
    .tel a a,
    .mail a {
        pointer-events: none;
    }
    .anchor {
        margin-top: -100px;
        padding-top: 100px;
    }
}

@media (min-width: 1000px) {
    .inner,
    .pcInner {
        width: 83.33333%;
        max-width: 1000px;
        margin: auto;
        padding: 0;
    }
    .contentInner {
        padding-bottom: 60px;
    }
    #contentWrap {
        padding-bottom: 100px;
    }
    .innerBox+.innerBox {
        padding-top: 60px;
    }
    .innerBox02+.innerBox02 {
        padding-top: 30px;
    }
    .contentInner.type02 {
        padding-top: 30px;
    }
}


/* -------------------------------------
  header
----------------------------------------*/

header {
    background-color: #0f2e5d;
    padding: 10px 0 5px;
}

header img {
    width: 151px;
}

header .language {
    color: #fff;
    background-image: url(../img/common/icon_global_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px auto;
    padding: 5px 0 5px 28px;
    margin-top: 5px;
}

header .language li {
    display: inline-block;
    margin: 5px 2%;
}

@media (min-width: 767px) {
    header img {
        width: auto;
    }
}

@media (min-width: 1000px) {
    header {
        padding: 10px 0;
    }
    header .logo {
        float: left;
    }
    header .language {
        float: right;
        display: inline-block;
        background-position: left center;
        padding: 5px 0 5px 36px;
        border-bottom: none;
    }
    header .language li a {
        padding: 0;
        border: none;
        border-radius: 0;
    }
    header .language li::before {
        content: "/";
        margin-left: 8px;
        margin-right: 12px;
    }
    header .language li:first-child::before {
        content: none;
    }
    header .language li {
        margin: 0;
    }
    header .language li a {
        padding-bottom: 4px;
    }
}


/* -------------------------------------
footer
----------------------------------------*/

footer {
    background-color: #f6f7fb;
    text-align: center;
    position: relative;
}

footer>div {
    padding: 30px 0;
}

footer .copy {
    background-color: #0f2e5d;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 10px 0;
}

@media (min-width: 767px) {
    footer>div {
        padding: 65px 0;
    }
    footer .copy {
        font-size: 14px;
        padding: 20px 0;
    }
}

#toTop {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 46px;
    height: 46px;
    background-color: #172e73;
    text-align: center;
    z-index: 5;
}

#toTop a {
    display: inline-block;
    width: 30px;
    height: 30px;
}

#toTop:before {
    position: absolute;
    right: 0;
    left: 0;
    top: 18px;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: auto;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    z-index: 1;
    pointer-events: none;
}


/* -------------------------------------
btn
----------------------------------------*/

.btnWrap {
    display: flex;
    justify-content: center;
    text-align: center;
}

.btnBace {
    width: 100%;
    position: relative;
    display: block;
}

.btnBace a,
.btnBace button {
    background-color: #f16272;
    border-radius: 5px;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 1;
    padding: 18px 0;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1;
}

.btnBace a:hover,
.btnBace button:hover {
    opacity: 0.8;
}

.btnBace a:disabled,
.btnBace a.is-disabled,
.btnBace button:disabled,
.btnBace button.is-disabled {
    background-color: rgba(241, 98, 114, 0.4);
    cursor: default;
}

.btnBace a:disabled:hover,
.btnBace a.is-disabled:hover,
.btnBace button:disabled:hover,
.btnBace button.is-disabled:hover {
    opacity: 1;
}

.btnBace button {
    font-family: 'Noto Sans JP', sans-serif;
}

.btnBace.next:after {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    transform: rotate(-45deg);
    margin: auto;
}

.btnBace.back a,
.btnBace.back button,
.btnBace.type02 a,
.btnBace.type02 button {
    background-color: #666;
}

.btnBace.back:after {
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    content: '';
    display: inline-block;
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    height: 8px;
    vertical-align: middle;
    width: 8px;
    transform: rotate(135deg);
    margin: auto;
}

.btnBace+.btnBace {
    margin-left: 2%;
}

.btnBace.next+.btnBace.next {
    margin-left: 0;
    margin-top: 5px;
}

.btnBace.tableBtn.small {
    width: 49%;
    display: inline-block;
}

.btnBace.back {
    width: 35%;
}

.checkTitle {
    text-align: center;
    font-weight: 700;
    margin-bottom: 7px;
}

.btnBace.tableBtn a,
.btnBace.tableBtn button {
    padding: 10px 0;
}

@media (min-width: 1000px) {
    .btnBace {
        width: 460px;
    }
    .btnBace.tableBtn {
        width: 100%;
    }
    .btnBace.tableBtn a,
    .btnBace.tableBtn button {
        font-size: 16px;
        padding: 10px 0;
    }
    .btnBace.tableBtn.small a {
        font-size: 14px;
    }
    .btnBace.tableBtn.next:after {
        right: 10px;
    }
    .btnBace a,
    .btnBace button {
        font-size: 20px;
        padding: 22px 0;
    }
    /*.btnBace+.btnBace {
		margin-top: 20px;
	}*/
    .btnBace.back {
        width: 180px;
    }
}

.required {
    display: inline-block;
    background-color: #51d7b8;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    vertical-align: middle;
    padding: 5px 10px;
    margin-right: 10px;
}

@media (min-width: 1000px) {
    .required {
        font-size: 14px;
    }
}


/* -------------------------------------
title
----------------------------------------*/

.pageTitle {
    color: #51d7b8;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 0;
}

.pageTitle.type01 {
    text-align: center;
}

.pageTitle.type02 {
    padding-top: 0;
}

.pageTitle .note {
    display: block;
    font-size: 14px;
    color: #000;
    padding-top: 5px;
}

@media (min-width: 1000px) {
    .pageTitle {
        font-size: 26px;
        text-align: left;
        padding: 50px 0;
    }
    .pageTitle .note {
        font-size: 17px;
    }
}

.innerTitle {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
}

.innerTitle:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    background-color: #51d7b8;
    height: 3px;
    width: 16px;
    margin: auto;
}

.innerTitle span {
    display: inline-block;
    background-color: #51d7b8;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    vertical-align: middle;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.innerTitle p {
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
}

@media (min-width: 1000px) {
    .innerTitle {
        margin-bottom: 20px;
    }
    .innerTitle span {
        font-size: 14px;
        margin-bottom: 0;
    }
    .innerTitle p {
        display: inline-block;
        font-size: 20px;
    }
}

.innerTitle02 {
    background-color: #51d7b8;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 20px 6px;
    margin-bottom: 15px;
}

#step2,
#step3 {
    padding-top: 60px;
}

@media (min-width: 1000px) {
    .innerTitle02 {
        font-size: 17px;
        margin-bottom: 20px;
    }
}


/* -------------------------------------
optionWrap
----------------------------------------*/

.optionWrap {
    width: 100%;
}

.optionWrap .radioBtn {
    display: block;
}

.optionWrap .radioBtn>div {
    padding: 20px 2%;
    border: 3px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-transition: .4s;
    transition: .4s;
}

.optionWrap .radioBtn>div.disabled {
    cursor: default;
    opacity: 0.5;
}

.optionWrap .radioBtn>div.disabled:hover {
    border: 3px solid #ccc;
    box-shadow: 2px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.optionWrap .radioBtn>div.selected {
    border: 3px solid #51d7b8;
    background-color: rgba(81, 215, 184, 0.15);
}

.optionWrap .radioBtn>div:hover {
    border: 3px solid #51d7b8;
    box-shadow: 4px 4px 6px 1px rgba(0, 0, 0, 0.4);
}

.optionWrap .radioBtn p,
.optionWrap .radioBtn dd {
    font-size: 15px;
}

.optionWrap .radioBtn p,
.optionWrap .radioBtn p>* {
    font-weight: 600;
}

.optionWrap .radioBtn .att {
    font-weight: 400;
    font-size: 12px;
    color: #f16272;
    vertical-align: top;
}

.optionWrap .radioBtn dt {
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 10px;
}

.optionWrap .radioBtn+.radioBtn {
    margin-top: 10px;
}

.optionWrap .color span {
    position: relative;
    padding-left: 40px;
}

.optionWrap .color span:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #000;
    border: 1px solid #eee;
    margin: auto;
}

.optionWrap .color.color01 span:before {
    background-color: #c04574;
}

.optionWrap .color.color02 span:before {
    background-color: #3e3e44;
}

.optionWrap .color.color03 span:before {
    background-color: #26487f;
}

.optionWrap .color.color04 span:before {
    background-color: #3b414d;
}

.optionWrap .color.color05 span:before {
    background-color: #003940;
}

.optionWrap .color.color06 span:before {
    background-color: #0d4a8a;
}

.optionWrap .color.color07 span:before {
    background-color: #000;
}

.optionWrap .color.color08 span:before {
    background-color: #fff;
}

.optionWrap+.note {
    text-align: right;
    color: #f16272;
    padding-top: 10px;
}

@media (min-width: 1000px) {
    .optionWrap {
        display: flex;
    }
    .optionWrap .radioBtn {
        flex-basis: 49.2%;
    }
    .optionWrap .radioBtn>div {
        padding: 30px 15px;
    }
    .optionWrap .radioBtn+.radioBtn {
        margin: 0 0 0 1.4%;
    }
    .optionWrap .radioBtn p,
    .optionWrap .radioBtn dd {
        font-size: 17px;
    }
    .optionWrap .radioBtn dt {
        font-size: 24px;
    }
    .optionWrap.type02 .radioBtn {
        flex-basis: 24.5%;
    }
}

.checkradio input {
    display: none;
}

checkradio label {
    vertical-align: middle;
}

.checkradio .parts {
    padding-left: 30px;
    position: relative;
}

.checkbox-parts {
    position: relative;
    padding-right: 36px;
}

.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: auto;
}

.checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    right: 8px;
    width: 11px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 3px solid #51d7b8;
    border-right: 3px solid #51d7b8;
}

.radio-input+p,
.radio-input+dl,
.radio-input.type02+label {
    padding-left: 30px;
    position: relative;
    margin-right: 8px;
}

.radio-input+p::before,
.radio-input+dl::before,
.radio-input.type02+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    margin: auto;
}

.radio-input:checked+p::after,
.radio-input:checked+dl::after,
.radio-input.type02:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #51d7b8;
    border-radius: 50%;
    margin: auto;
}


/* -------------------------------------
detailTable
----------------------------------------*/

.detailtable dl {
    display: table;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.detailtable dl:first-of-type {
    border-top: 1px solid #ddd;
}

.detailtable dt,
.detailtable dd {
    vertical-align: middle;
    line-height: 1.6;
    padding: 8px 3%;
}

.detailtable dt {
    font-weight: 600;
    background-color: #f7f5f1;
}

@media (min-width: 1000px) {
    .detailtable dl {
        display: table;
        border-left: none;
        border-right: none;
    }
    .detailtable dt,
    .detailtable dd {
        display: table-cell;
        padding: 15px 20px;
    }
    .detailtable dt {
        width: 30%;
        font-weight: 600;
        background-color: #f7f5f1;
    }
    .detailtable dd {
        width: 70%;
    }
}

.confirmTable.type02+.confirmTable.type02 {
    margin-top: 40px;
}

.confirmTable>div+div {
    background-color: #f7f5f1;
    padding: 10px 2%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.confirmTable.type02>div {
    /* border-top: 1px solid #ddd; */
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.confirmTable.type02>div+div {
    /* border-top: none;
	border-bottom: none; */
    padding: 20px 2% 30px;
}

.confirmTable.type02>div {
    border-top: none;
    /* border-top: 1px solid #ddd; */
}

.confirmTable label {
    display: block;
    padding-top: 10px;
}

.contentInner .innerBox .note {
    margin-bottom: 30px;
}

.contentInner .innerBox .note>* {
    font-size: small;
    line-height: 20px;
    font-weight: normal;
}

.contentInner .innerBox .note dt {
    margin-top: 10px;
}

.contentInner .innerBox .note dt:first-of-type {
    margin-top: 0;
}

.contentInner .innerBox .note dd {
    text-indent: -1em;
    padding-left: 2em;
}

@media (min-width: 1000px) {
    .confirmTable {
        display: table;
        width: 100%;
    }
    .confirmTable.type02+.confirmTable.type02 {
        margin-top: 0;
    }
    .confirmTable.type02:first-of-type>div {
        /* border-top: none; */
        border-top: 1px solid #ddd;
    }
    .confirmTable>div {
        display: table-cell;
        vertical-align: middle;
        width: 67%;
    }
    .confirmTable>div+div {
        width: 33%;
        padding: 10px 15px;
        border: none;
    }
    .confirmTable label {
        display: inline-block;
        padding-top: 0;
    }
}

.textdecoration_linethrough {
    text-decoration: line-through;
}

.ini_cost {
    color: #f16272;
}

.monthly_price_text {
    line-height: 1.3;
}

.mobileList .mobileCont .condition_area {
    margin-top: 10px;
}

.mobileList .mobileCont .condition_area p {
    padding: 10px 5px;
    text-align: center;
    background-color: green;
    color: #fff;
}

.iziModal .modalInner .condition_area {
    padding: 10px 0;
}

.iziModal .modalInner .condition_area .condition {
    border: solid 1px;
    width: 100%;
    overflow: hidden;
}

.iziModal .modalInner .condition_area .condition .condition_status {
    width: 20%;
    float: left;
    padding: 12px 22px;
    background-color: green;
    color: #fff;
    font-size: 1.5em;
    word-break: keep-all;
    line-height: 1.5;
}

.iziModal .modalInner .condition_area .condition .condition_text {
    width: 80%;
    float: left;
    text-align: left;
    padding: 10px;
}

.iziModal .modalInner .condition_area .guarantee_text {
    padding: 5px;
}


/*# sourceMappingURL=common.css.map */

.monthly_price_text>span {
    font-size: 0.9em;
}

.monthly_price_text>span>span {
    font-size: 0.8em;
}