.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-40 { padding-top: 40px; }

.pb-40 { padding-bottom: 40px; }

.mb-15 { margin-bottom: 15px; }
.mb-60 { margin-bottom: 60px; }

.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }
.mt-110 { margin-top: 110px; }
.mt-120 { margin-top: 120px; }

@media screen and (max-width: 767px){
    .mt-120 { margin-top: 80px; }
}

.text_right {
    text-align: right !important;
}

.normal {
    font-weight: 400;
    font-size: 1.4rem;
}

.bold {
    font-family: Asap,sans-serif;;
    font-weight: 800;
    font-size: 50px;
    color: #bfb091;
    margin-right: 10px;
}

h2 {
    font-size: 25px;
    font-weight: 600;
}

h3 {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.04em;
}

.section-head {
    border-bottom: 2px solid #000000;
    padding: 5px 0;
}

.section-head {
    /*display: flex;*/
    margin-bottom: 30px;
    padding: 10px 0;
    font-weight: 700;
}

.section-head span.head_title {
    font-size: 30px;
    margin-right: 15px;
    line-height: 35px
}

.section-head span.subtitle {
    font-size: 14px;
}

.section-head .right-content {
    text-align: right;
}

.icon_1 {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(icons/icon_1.svg);
    background-repeat: no-repeat;
    margin: 0 0;
    position: relative;
    top: -5px;
}

.icon_2 {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(icons/icon_2.svg);
    background-repeat: no-repeat;
    margin: 0 5px;
    position: relative;
    top: -5px;
}

.tit_icon_1 {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(icons/icon_1.svg);
    background-repeat: no-repeat;
    margin: 0 5px;
    position: relative;
    top: 10px;
}

.tit_icon_2 {
    content: '';
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url(icons/icon_2.svg);
    background-repeat: no-repeat;
    margin: 0 5px;
    position: relative;
    top: 10px;
}

.content-block {
    display: flex;
    padding: 40px 0;
}

.content-block .content-box {
    width: 60%;
}

.content-block .image-box {
    width: 40%;
}

.sl {
    content: '';
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-right: 15px
}


.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.mw-85p {
    max-width: 85% !important;
}

.mw-100p {
    max-width: 100% !important;
}

.block-title h2 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
}

.head-bg {
    background: url('bg/heading-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

h3 .head-bg em {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 1.6rem;
    font-style: normal;
}

.price-time {
    padding: 15px 0;
}

.price-time .price {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-right: 30px;
}

.price-time .time {
    font-size: 18px;
    font-weight: 600;
}

.yen {
    font-size: 20px;
    font-weight: 600;
}

.image-container img {
    max-width: 100%;
}

.content-block .services {
    max-width: 350px;
}

.image-box .image-container {
    max-width: 350px;
    margin: 0 auto;
}

.image-box .image-text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

.image-box .image-text p {
    font-weight: 700;
}

.border-bottom-2 {
    border-bottom: 1px solid #d2d2d2;
}

.services {
    padding: 15px 0 50px;
}

.services .items {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 50px;
}

.services .items .item {
    flex: 1 1 25%;
    padding: 10px 0;
}

.services .items .item span {
    background: #363E43;
    color: #ffffff;
    padding: 30px;
    border-radius: 40px;
    max-width: 300px;
    width: 90%;
    min-height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.plans {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 30px;
}

.single-plan {
    position: relative;
    flex: 1 1 50%;
    /*border-bottom: 1px solid #d2d2d2;*/
    padding: 20px 0 20px 20px;
    display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.single-plan:nth-child(even) {
    border-left: 1px solid #d2d2d2;
    padding-left: 40px;
}

.single-plan:nth-child(odd) {
    padding-left: 0;
}

.plan-img {
    box-sizing: border-box;
    width: 160px;
    min-width: 160px;
    padding-right: 40px;
    text-align: center;
}

.plan-img img {
    max-width: 120px;
}

.plan-img img.shadow {
    box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.1);
}

.single-plan h3.title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.single-plan .content {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 30px;
}

.single-plan .price + .content {
    margin-top: 8px;
}

.single-plan .price {
    font-weight: 600;
    font-size: 2rem;
    line-height: 30px;
    letter-spacing: 0.06em;
}

.single-plan .price span {
    padding-left: 2px;
    font-size: 1.4rem;
}

.plan__list__borderbox {
    position: relative;
}

.plan__list__borderbox .logo-30days {
    position: absolute;
	bottom: 10px;
	right: 15px;
}

.plan__list__borderbox .logo-30days img {
    width: 160px;
	height: auto;
}

.plan-text {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.plan-text p a {
    text-decoration: underline;
}

.retouch {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.retouch p {
    margin-bottom: 18px;
    padding: 0 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.8;
    text-align: justify;
}

.retouch p a {
    text-decoration: underline;
    transition: .15s ease-out;
}

.retouch p a:hover {
    opacity: 0.6;
}

.retouch p.mb0 {
    margin-bottom: 0;
}

.retouch p.txt-i {
    position: relative;
    margin: 5px 0 0 5px;
    padding-left: 30px;
}

.retouch p.txt-i i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    font-style: normal;
}

.retouch p:last-of-type {
    margin-bottom: 0;
}

.album-box {
    background-color: #EBE6DF;
    display: flex;
    padding: 30px 40px 18px 30px;
    margin: 50px 0;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}

.album-box p {
    padding-top: 7px;
    font-weight: 600;
}

.album-box p a {
    text-decoration: underline;
}

.album-box .album-logo {
    margin-right: 30px;
}

.gray-box {
    background-color: #ebe6df;
    padding: 30px 35px 35px;
    margin-bottom: 20px;
}

.gray-box .box-head {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.gray-box .box-head h2 {
    letter-spacing: 0.04em;
    transform: translateY(2px);
}

.gray-box .box-text {
    font-size: 18px;
    font-weight: 6
    00;
    line-height: 28px;
    padding-top: 20px;
}

.border-b-none {
    border-bottom: none;
}

ul .site__nav__list__sublist_sp {
    display: none;
}

.single-plan .plan-text p:last-of-type {
    margin-top: 8px;
}

/***********Responsive****************/

@media only screen and (max-width: 990px) {
    .services .items .item {
        flex: 1 1 33%;
        padding: 10px 0;
    }
}

@media only screen and (max-width: 767px) {

    .content-block {
        display: block;
    }
    .content-block .content-box {
        width: 100%;
    }
    .content-block .image-box {
        width: 100%;
        padding-top: 15px;
    }
    .image-box .image-text {
        text-align: left;
    }
    .image-box .image-container {
        margin: inherit;
    }
    .services .items .item {
        flex: 1 1 50%;
        padding: 10px 0;
    }
    .single-plan {
        flex: 1 1 100%;
        border-bottom: 1px solid #d2d2d2;
        padding: 18px 0 18px 18px;
        display: flex;
        border-left: 0 !important;
    }
    .single-plan:nth-child(even) {
        padding-left: 0;
    }
    .album-box {
        display: block;
        margin-bottom: 30px;
        padding: 25px 25px 20px;
    }
    .gray-box {
        margin-bottom: 30px;
        padding: 35px 25px;
    }
    .gray-box .box-head {
        display: block;
        padding-bottom: 10px;
    }
    .gray-box .box-head .left {
        margin-bottom: 10px;
    }
    .gray-box .box-head h2 {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0.04em;
        transform: translateY(0);
    }
    .gray-box .box-head h2 .yen {
        display: inline-block;
        font-size: 15px;
    }
    .bold {
        font-family: Asap,sans-serif;;
        font-weight: 800;
        font-size: 30px;
        color: #bfb091;
    }
    h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 20px;
    }
    .plan__list__borderbox .logo-30days {
        position: inherit;
        bottom: initial;
        right: initial;
        margin: 5px 0 -5px 98px;
    }
    .plan__list__borderbox .logo-30days img {
        width: 110px;
    }
}

@media screen and (min-width: 767px){
    .pc { display:block; }
    .pc_in { display:inline; }
    .sp { display:none; }
}

@media screen and (max-width: 767px){
    .pc { display:none; }
    .pc_in { display:none; }
    .sp { display:block; }

    ul .site__nav__list__sublist_sp {
        display: block;
        padding-left:1.5rem;
    }

    ul .site__nav__list__sublist_sp a {
        display: inline-block;
        padding-left: 1rem;
    }

    ul .site__nav__list__sublist_sp li {
        position: relative;
    }

    ul .site__nav__list__sublist_sp li::before {
        content:'';
        display: inline-block;
        width: 6px;
        height: 3px;
        position: absolute;
        top: 14px;
        left: 0px;
        background: #000
    }

    .section-head span.head_title {
        font-size: 20px;
        letter-spacing: 0.04em;
    }
    .section-head .right-content {
        margin-bottom: 10px;
        font-size: 12px;
    }
    .tit_icon_1,
    .tit_icon_2 {
        height: 24px;
        width: 24px;
        top: 8px;
    }
    .tit_icon_2 {
        margin-left: 6px;
    }

    .plan-img {
        width: 120px;
        min-width: 120px;
        padding-right: 20px;
        padding-left: 10px;
    }
    .single-plan .plan-img {
        width: 105px;
        min-width: 105px;
        padding-left: 0;
    }
    .plan-img img {
        max-width: 80px;
    }
    .single-plan h3.title {
        margin-bottom: 14px;
        font-size: 16px;
        letter-spacing: 0.04em;
        white-space: nowrap;
    }
    .plan-text p {
        font-size: 13px;
        line-height: 1.6;
    }
    .single-plan .plan-text p {
        line-height: 1.6;
    }
    .single-plan .content {
        font-size: 14px;
    }
    .single-plan .content span {
        font-size: 12px;
    }
    .single-plan .price {
        font-size: 16px;
    }
    .single-plan .price + p {
        margin-top: 2px;
    }
    h3 .head-bg em {
        display: block;
        margin: 8px 0 11px;
        padding-left: 0;
        font-size: 1.4rem;
    }
    .album-box .album-logo {
        width: 90px;
        margin: 0 auto;
    }
    .album-box .album-logo img {
        width: 100%;
	    height: auto;
    }
    .retouch {
        font-size: 15px;
        line-height: 1.6;
    }
    .album-box p,
    .retouch p {
        font-size: 14px;
        line-height: 1.85;
    }
}