@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
body {
    font-family: "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.5;
    font-size: 14px;
    color: #1d354e;
}

/*-------------------------*/
/*  common
/*-------------------------*/
h1 {
    width: 100%;
    text-align: center;
    letter-spacing: 0.1em;
}

h2 {
    letter-spacing: 0.1em;
}

h1 img {
    width: 60px;
    margin: 40px auto;
}

.radius_wrap {
    background: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px 0px 30px 0px;
    -webkit-border-radius: 30px 0px 30px 0px;
    -moz-border-radius: 30px 0px 30px 0px;
    box-sizing: border-box;
}

.fc-red {
    color: #c31c00;
}

.img {
    text-align: center;
}

.p-re {
    position: relative;
}

.adbg {
    background: #f6fbff;
}

p,
span {
    font-weight: bold;
}

.btn a {
    letter-spacing: 0.1em;
    display: inline-block;
    font-size: 22px;
    background: #c34c49;
    color: #fff;
    line-height: 1;
    padding: 15px 20px;
    border-radius: 10px;
    font-weight: bold;
}

#telbox {
    position: fixed;
    bottom: 95px;
    right: 0;
    z-index: 999;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 999;
}

/*-------------------------*/
/*  section
/*-------------------------*/
section {
    padding: 30px 0;
    margin-top: 30px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
}

.inner {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

section.origin {
    padding: 0 0 60px;
    margin-bottom: 0;
}

.origin h2 {
    background: #1f3650;
    padding: 16px 0;
    line-height: 1;
    color: #fff;
    font-size: 32px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.origin h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1f3650 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

h4.min_title {
    max-width: 400px;
    border-radius: 40px;
    background: #1f3650;
    padding: 16px 0;
    line-height: 1;
    color: #fff;
    font-size: 28px;
    text-align: center;
    position: relative;
    margin: 40px auto 20px;
}

h4.min_title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #1f3650 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.noimg {
    position: absolute;
    right: 45px;
    top: -38px;
    z-index: 1;
}

/*-------------------------
/*  add
/*-------------------------*/
#main {
    text-align: center;
    background: #f6fbff;
}

#main h2 {
    text-align: center;
    margin: 0 auto;
}
#main h2 img {
    margin: 0 auto;
}

/*-------- catch --------*/
#catch .radius_wrap {
    max-height: 300px;
}

#catch h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1rem;
}

/*-------- feature --------*/
#feature h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 1rem;
    margin-top: 50px;
}

#feature .radius_wrap {
    border: 1px solid #1f3650;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
    margin-top: 70px;
    z-index: 0;
}


#feature .feature_min .radius_wrap {
    padding: 0;
    margin-top: 0;
}

.min_icon img {
    width: auto;
}

.min_icon {
    background: #9dc3db;
    padding: 10px 0;
    width: auto;
    text-align: center;
    position: relative;
}

.min_icon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #9dc3db transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

.feature_min .text {
    text-align: center;
    padding: 20px;
}

.feature_min h5 {
    font-size: 24px;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .noimg {
        right: 0px;
    }
    #feature .radius_wrap {
        padding: 20px 20px 10px;
        box-sizing: border-box;
        margin-top: 70px;
        z-index: 0;
    }
    #feature .radius_wrap .img {
        margin-top: 20px;
    }
    #feature h3 {
        font-size: 28px;
        margin-top: 0px;
    }
}

/*-------- sample --------*/
#sample .col3 {
    margin-top: 20px;
    text-align: center;
}

/*-------- plan --------*/
#plan .inner {
    margin-top: 20px;
}

#plan .col3 {
    text-align: center;
    justify-content: center;
    margin-right: 0;
}

#plan .col3>div {
    width: 31%;
    max-width: 320px;
    border-radius: 10px;
    border: 2px solid #3f5974;
    color: #3f5974;
    font-weight: bold;
}

#plan .text,
#plan .price {
    font-weight: bold;
    letter-spacing: 0;
}

#plan .price {
    margin-top: 20px;
    border-top: 2px solid #3f5974;
    padding-top: 20px;
}

#plan .price span {
    font-size: 62px;
    font-weight: bold;
    line-height: 1;
}

#plan .col3 .pinner {
    padding: 0 20px;
}

#plan h3 {
    padding: 20px;
    background: #3f5974;
}

#plan h3 img {
    width: auto;
}

#plan .icon {
    height: 166px;
    padding-bottom: 40px;
    position: relative;
}

#plan .icon img {
    max-width: 136px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    margin: 0;
    -webkit-transform: translateY(0%) translateX(-50%);
    transform: translateY(0%) translateX(-50%);
}

#plan #plan_03 .icon img {
    max-width: 97px;
}

#plan #plan_02 .icon img {
    max-width: 85px;
}

#plan .col3 .orange {
    border: 2px solid #f3514b;
}

#plan .orange h3 {
    background: #f3514b;
}

#plan #plan_03 {
    position: relative;
    z-index: 999;
}

#plan #plan_02 {
    position: relative;
    left: -3px;
    margin-top: 10px;
    z-index: 0;
}

#plan #plan_01 {
    position: relative;
    right: -3px;
    margin-top: 10px;
    z-index: 0;
}

#plan #plan_03 h3 {
    padding: 30px 20px;
}

#plan #plan_03 .pinner {
    padding: 0 20px 20px;
}

#plan h2.plan_10 {
    margin-top: 20px;
    background: transparent;
}

#plan h2.plan_10 img {
    width: auto;
}

#plan .col3.plan_10 .price {
    border: none;
    margin-top: 0;
}

#plan .excuse p {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}

#plan .excuse {
    max-width: 1000px;
    text-align: left;
    margin: 20px auto;
}

.stock .radius_wrap {
    padding: 50px;
    border: 1px solid #1d354e;
    margin-bottom: 20px;
}

.stock .radius_wrap h4 {
    font-size: 28px;
    font-weight: bold;
}

.stock .radius_wrap p {
    margin-top: 10px;
}

.stock .radius_wrap p .fc-red {
    display: inline-block;
    margin: 0 10px;
    font-size: 46px;
}

@media (max-width: 767px) {
    #plan .price span {
        display: block;
    }

    #plan .col3>div {
        width: 31%;
    }

    #plan .col3 .pinner {
        padding: 0px 5px;
    }

    #plan #plan_03 .pinner {
        padding: 0px 5px 20px;
    }

    #plan .icon img {
        max-width: 80px;
    }

    #plan #plan_03 .icon img {
        max-width: 70px;
    }

    #plan #plan_02 .icon img {
        max-width: 60px;
    }

    #plan .icon {
        height: 89px;
    }

    #plan .icon img {
        bottom: 20px;
    }

    #plan .price span {
        font-size: 26px;
        font-weight: bold;
    }

    #plan h3 {
        padding: 10px;
        background: #3f5974;
    }

    #plan #plan_03 h3 {
        padding: 16px 5px;
    }

    #plan #plan_03 {
        width: 32%;
    }
    .stock .radius_wrap {
        padding: 20px;
    }
}


/*-------- faq --------*/
#faq .col2 {
    margin-top: 20px;
    text-align: left;
}

#faq .col2>div {
    padding: 0 0 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #1d354e;
}

#faq .col2>div:nth-child(1) {
    border-top: 1px solid #1d354e;
}

#faq .col2>div:nth-child(2) {
    border-top: 1px solid #1d354e;
}

#faq .col2>div>p {
    padding: 0 0 0 50px;
    text-indent: -16px;
}

#faq span {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.faq_q {
    font-weight: bold;
}

.faq_q span {
    color: #c0c2c3;
}

.faq_a {
    font-weight: normal;
}

.faq_a span {
    font-weight: bold;
    color: #3f5974;
}

@media (max-width: 767px) {
    #faq .col2 {
        display: block;
        text-align: left;
    }

    .col2>div,
    .col2>li {
        width: calc(100%);
        margin-right: 0px;
    }

    #faq .col2>div {
        padding: 0 0 20px 0;
    }
    #faq .col2>div:nth-child(2) {
        border-top: none;
    }
}

/*-------- contact --------*/
#contact {
    text-align: center;
}

#contact.origin h2 {
    background: #c34c49;
    padding: 16px 0;
    line-height: 1;
    color: #fff;
    font-size: 32px;
    text-align: center;
    position: relative;
}

#contact.origin h2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #c34c49 transparent transparent transparent;
    border-width: 10px 10px 0 10px;
}

#contact p {
    margin: 40px 0;
}

#contact .btn {
    margin: 40px 0;
}

#contact .btn a {
    width: 300px;
}

#contact .btn.tel a {
    width: 300px;
    background: #bf6c13;
}

#company {
    text-align: center;
    padding: 80px 0;
    background: #1f3650;
}

#company a {
    color: #fff;
    text-decoration: underline;
}

footer {
    color: #fff;
    text-align: center;
    background: #1f3650;
    padding: 5px 0 10px;
}

/*-------------------------/*-------------------------*/
/*  sp 
/*-------------------------/*-------------------------*/
@media (max-width: 767px) {
    .col4,
    .col3,
    .col2 {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: flex-start;
    }
    .inner {
        padding: 0 15px;
    }
    #catch h2 {
        font-size: 22px;
    }
    p, span {
        font-weight: normal;
    }
    #telbox {
        width: 50px;
    }
}