 /*
 * EC-CUBEが選ばれる理由
-------------------------------------------------- */

/* -------------------------------- 
	Parts 
-------------------------------- */

.u-underline{
    position: relative;
    padding: 0 0 25px;
    margin: 0 0 28px;
    position: relative;
}
.u-underline::after{
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #FFCC00;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.u-text__small{
    font-size: 12px;
    font-size: 1.2rem;
}
.p-reason .c-btn a{
    max-width: 380px;
    margin: 0 auto;
    display: block;
    padding: 18px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    background: #FFCC00;
    position: relative;
    border-radius: 6px;
}
.p-reason .c-btn a:hover{
    background: #ffb700;
}

.p-reason .c-btn a::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}


/* -------------------------------- 
	p-header
-------------------------------- */
.p-reason .p-header{
 background: #F5F5F5;
}
.p-header__hgroup{
    width: 100%;
}
.p-header__hgroup .p-header__inner{
    max-width: 1064px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 20px;
}
.p-header__hgroup .c-category{
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    transform: translateY(8px);
}
.p-header__hgroup .c-title{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    margin: 0;
    transform: translateY(2px);
}
.p-header .p-reason__inner{
    background: url(../img/product/reason/bg_header@2x.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px 20px 20px;
}
.p-reason__inner .c-layout__left{
    max-width: 471px;
    margin: 0 20px;
}
.p-reason__inner .c-layout__right{
    max-width: 420px;
    margin: 20px;
}
.p-reason__inner .p-reason__title{
    margin: 0;
}
.p-reason__supplement{
    font-size:10px;
    font-size:1.0rem;
    color: #fff;
    text-align: center;
    margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
    .p-header__hgroup .p-header__inner{
        max-width: 1064px;
        height: 100px;
        padding: 0;
    }
    .p-header__hgroup .c-title{
        font-size: 28px;
        font-size: 2.8rem;
    }
    .p-header .p-reason__inner{
        flex-direction: row;
        padding: 70px 20px 50px;
    }
    .p-reason__inner .c-layout__left{
        margin: 20px;
    }
}

/* -------------------------------- 
	.p-evidence
-------------------------------- */

.p-evidence{
    text-align: center;
    padding: 40px 20px;
}
.p-evidence .p-reason__title{
    font-size: 20px;
    font-size: 2.0rem;
}
.p-evidence .p-reason__lead{
    font-size: 14px;
    font-size: 1.4rem;
}
.p-evidence .p-reason__supplement{
    font-size: 10px;
    font-size: 1.0px;
    color: #333;
}
@media only screen and (min-width: 768px) {
    .p-evidence{
        padding: 60px 20px 50px;
    }
    .p-evidence .p-reason__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-evidence .p-reason__lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
}
/* -------------------------------- 
	.p-start
-------------------------------- */

.p-start{
    text-align: center;
    padding: 40px 20px;
    background: #f5f5f5;
}
.p-start .p-start__title{
    font-size: 20px;
    font-size: 2.0rem;
}
.p-start__inner{
    padding: 10px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 1064px;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .p-start{
        padding: 80px 20px;
    }
    .p-start .p-start__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-start__inner{
        padding: 10px 20px 0;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

/* -------------------------------- 
	.p-basic
-------------------------------- */
.p-basic{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 80px;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.p-basic__title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 20px;
}
.p-basic__title .p-basic__subtitle{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #FFCC00;
    display: block;
}
.p-basic__lead{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}
.p-basic__list{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 40px;
    text-align: left;
}
.p-basic__list li{
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
}
.p-basic__list li::before{
    content: "・"
}
.p-basic .p-basic__btn{
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
}
.p-start__plus{
    width: 40px;
    margin: 10px 20px;
}
@media only screen and (min-width: 768px) {
    .p-basic{
        width: 44.17%;
        height: 450px;
        padding: 50px 40px;
    }
    .p-basic__title{
        font-size: 26px;
        font-size: 2.6rem;
    }
    .p-basic__title .p-basic__subtitle{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-basic__lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-basic__list{
        display: flex;
        flex-wrap: wrap;
        padding: 5px 5px 40px;
        text-align: left;
        transform: translateX(10px);
    }
    .p-basic__list li{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-basic__list li::before{
        content: "・ "
    }
    .p-basic .p-basic__btn{
        width: 100%;
    }
    .p-start__plus{
        width: 58px;
        margin: 0 20px;
    }
}

/* -------------------------------- 
	.p-plugin
-------------------------------- */
.p-plugin{
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 80px;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.p-plugin__title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 20px;
}
.p-plugin__title .p-plugin__subtitle{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #88C8EA;
    display: block;
}
.p-plugin__list{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 40px;
    text-align: left;
    transform: translateX(10px);
}
.p-plugin__list li{
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
}
.p-plugin__list li a{
    text-decoration: underline;
}
.p-plugin__list li a:hover{
    text-decoration: none;
}
.p-plugin__list li::before{
    content: "・"
}
.p-plugin .p-plugin__btn{
    width: 80%;
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
}
.p-plugin .p-plugin__btn a{
    background: #88C8EA; 
}
.p-plugin .p-plugin__btn a:hover{
    background: #72B3D6; 
}
@media only screen and (min-width: 768px) {
    .p-plugin{
        width: 44.17%;
        height: 450px;
        padding: 50px 40px;
    }
    .p-plugin__title{
        font-size: 26px;
        font-size: 2.6rem;
    }
    .p-plugin__title .p-basic__subtitle{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-plugin__lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-plugin__list{
        display: flex;
        flex-wrap: wrap;
        padding: 5px 5px 40px;
        text-align: left;
        transform: translateX(10px);
    }
    .p-plugin__list li{
        font-size: 14px;
        font-size: 1.4rem;
    }
    .p-plugin__list li::before{
        content: "・ "
    }
    .p-plugin .p-plugin__btn{
        width: 100%;
    }
}

/* -------------------------------- 
	.p-template
-------------------------------- */
.p-template{
    width: 100%;
    margin-top: 40px;
}
.p-template__title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    margin: 0 0 20px;
}
.p-template__title .p-template__subtitle{
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 3px;
    color: #E5729E;
    display: block;
}
.p-template__list{
    display: flex;
    justify-content: space-between;
    margin: 30px auto 40px;
}
.p-template__list li{
    width: 17.86%;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.p-template .p-template__btn a{
    background: #E5729E;
}
.p-template .p-template__btn a:hover{
    background: #DB578A;
}
@media only screen and (min-width: 768px) {
    .p-template__title{
        font-size: 26px;
        font-size: 2.6rem;
    }
    .p-template__title .p-template__subtitle{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* -------------------------------- 
	.p-custom
-------------------------------- */
.p-custom{
    padding: 40px 20px;
}
.p-custom__title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .p-custom{
        padding: 80px 20px;
    }
    .p-custom__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
}

/* -------------------------------- 
	.p-design
-------------------------------- */
.p-design{
    max-width: 1064px;
    margin: 0 auto 60px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.p-design__title{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0;
}
.p-design__lead{
    font-size: 12px;
    font-size: 1.2rem;
}
.p-design__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 0 10px 20px;
}
.p-design__list li{
    font-size:10px;
    font-size: 1.0rem;
    font-weight: 700;
    width: 50%;
}
.p-design__img{
    width: 100%;
    text-align: center;
}
.p-design__img img{
    margin-top: 20px;
    transform: translateY(-25px);
}
.p-design__desc{
    width: 100%;
}
.p-design .p-design__btn a{
    max-width: 420px;
    font-size: 12px;
    font-size: 1.2rem;
}
.p-design__supplement{
    font-size: 10px;
    font-size: 1.0rem;
    text-align: center;
    padding: 5px;
}
@media only screen and (min-width: 768px) {
    .p-design{
        margin: 0 auto 60px;
        padding: 10px 20px;
        flex-direction: row-reverse;
    }
    .p-design__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-design__lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-design__list{
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 0 10px 30px;
    }
    .p-design__img{
        width: 45%;
        text-align: center;
        padding-left: 10px;
    }
    .p-design__img img{
        margin-top: 20px;
        transform: translateY(0px);
    }
    .p-design__desc{
        width: 50%;
        padding-right: 20px;
    }
    .p-design__list{
        flex-wrap: nowrap;
    }
    .p-design__list li{
        font-size:12px;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .p-design .p-design__btn a{
        max-width: 420px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/* -------------------------------- 
	.p-customize
-------------------------------- */
.p-customize{
    max-width: 1064px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.p-customize__title{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0;
}
.p-customize__lead{
    font-size: 12px;
    font-size: 1.2rem;
}
.p-customize__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 0 10px 20px;
}
.p-customize__list li{
    font-size:12px;
    font-size: 1.2rem;
    font-weight: 700;
    width: 50%;
}
.p-customize__img{
    width: 100%;
    text-align: center;
}
.p-customize__desc{
    width: 100%;
}
.p-customize .p-customize__btn a{
    max-width: 420px;
    background: #88C8EA;
}
.p-customize .p-customize__btn a:hover{
    background: #72B3D6;
}
@media only screen and (min-width: 768px) {
    .p-customize{
        margin: 0 auto 60px;
        padding: 10px 20px;
        flex-direction: row;
    }
    .p-customize__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-customize__lead{
        font-size: 16px;
        font-size: 1.6rem;
    }
    .p-customize__list{
        display: flex;
        justify-content: space-around;
        text-align: center;
        padding: 0 10px 30px;
    }
    .p-customize__img{
        width: 45%;
        text-align: center;
        padding-left: 10px;
    }
    .p-customize__img img{
        margin-top: 20px;
        transform: translateY(0px);
    }
    .p-customize__desc{
        width: 50%;
        padding-left: 20px;
    }
    .p-customize__list{
        flex-wrap: nowrap;
    }
    .p-customize__list li{
        font-size:12px;
        font-size: 1.2rem;
        font-weight: 700;
    }
    .p-customize .p-customize__btn a{
        max-width: 420px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}


/* -------------------------------- 
	.p-partner
-------------------------------- */
.p-partner{
    padding: 40px 20px;
    background: url(../img/product/reason/bg_header@2x.png) no-repeat;
    background-size: cover; 
}
.p-partner__title{
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
}
.p-partner__list{
    overflow: hidden;
    display: flex;
    margin: 40px 0;
}
.p-partner__list a{
    display: block;
    width: 160px;
    margin: 0 20px;
}
.p-partner .p-partner__btn a{
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
    .p-partner{
        padding: 80px 20px;
    }
    .p-partner__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-partner .p-partner__btn a{
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/* -------------------------------- 
	.p-interview
-------------------------------- */
.p-interview{
    padding: 40px 20px;  
}
.p-interview__title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}
.p-remy{
    max-width: 800px;
    margin: 0 auto;
}
.p-remy__img{
    text-align: center;
    margin: 30px 0;
}
.p-remy__name{
    font-size: 30px;
    font-size: 3.0rem;
    line-height: 1.2;
    margin:0 0 5px;
}
.p-remy p{
    line-height: 2;
}
.p-remy__name .p-remy__disc{
    font-size: 12px;
    font-size: 1.2rem;
}
.p-remy__url a{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
}
.p-remy__url a:hover{
    text-decoration: none;
}
.p-remy__challenge{
    margin: 40px 0;
}
.p-remy__problem{
    width: 100%;
    padding-bottom: 20px;
}
.p-remy__challenge dt{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    width: 100%;
}
.p-remy__problem dd{
    margin-top: 5px;
}
.p-remy__custom{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #000;
    padding-top: 20px;
}
.p-remy__custom dd{
    border: 1px solid #000;
    padding: 4px 8px 3px;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 0 10px;
}
@media only screen and (min-width: 768px) {
    .p-interview{
        padding: 80px 20px;  
    }
    .p-interview__title{
        font-size: 24px;
        font-size: 2.4rem;
    }
    .p-remy__name{
        font-size: 36px;
        font-size: 3.6rem;
    }
    .p-remy__challenge{
        display: flex;
        margin: 40px 0;
    }
    .p-remy__problem{
        width: 54%;
        padding-bottom: 0;
    }
    .p-remy__challenge dt{
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        width: 100%;
    }
    .p-remy__problem dd{
        margin-top: 5px;
    }
    .p-remy__custom{
        width: 45%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-left: 1px solid #000;
        padding-left: 30px;
        border-top: none;
        padding-top: 0;
    }
    .p-remy__custom dd{
        border: 1px solid #000;
        padding: 4px 8px 3px;
        font-size: 14px;
        font-size: 1.4rem;
        margin: 5px 0 0 10px;
    }
}


/* -------------------------------- 
	.p-intro
-------------------------------- */
.p-intro{
    position: relative;
    align-items: center;
    padding: 0 40px 15px;
    border: 1px solid #000;
    margin-top: 40px;
}
.p-intro__title{
    text-align: center;
    margin: 0;
    padding: 6px 15px;
    transform:translateY(-50%);
    background: #FFCC00;
    font-size: 16px;
    font-size:1.6rem;
    color: #fff;
}
.p-intro .c-img{
    display: block;
    width: 100%;
    padding-right: 0;
}
.p-intro__partner{
    width: 100%;
}
.p-intro__partner .c-title{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
}
.p-intro__partner .c-charge{
    font-size: 10px;
    font-size: 1.0rem;
    margin: 0 0 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}
.p-intro__partner .c-lead{
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
    .p-intro{
        position: relative;
        display: flex;
        align-items: center;
        padding: 30px 40px 15px;
        transform: translateX(0);
        border: 1px solid #000;
        margin-top: 40px;
    }
    .p-intro__title{
        position: absolute;
        top: 12px;
        left: -20px;
        transform:translateY(0);
        padding: 4px 15px;
        background: #FFCC00;
        font-size: 12px;
        font-size:1.2rem;
        color: #fff;
    }
    .p-intro .c-img{
        display: block;
        width: 30%;
        padding-right: 20px;
    }
    .p-intro__partner{
        width: 70%;
    }
}


/* -------------------------------- 
	.p-service
-------------------------------- */
.p-service{
    background:url(../img/common/pattern_triangle.png) #fc0;
    padding: 40px 20px;
}
.p-service__title{
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}
.p-service__title.u-underline::after{
    background: #000;
}

.p-service__list li{
    background: #fff;
    max-width: 336px;
    padding-bottom: 30px;
    margin: 20px 0;
}
.p-service__list .c-title{
    padding: 0 30px;
    text-align: center;
    position: relative;
    margin: 30px 0 10px;
}
.p-service__list .c-count{
    position: absolute;
    top:0;
    left: 50%;
    padding: 8px 10px;
    background: #FFCC00;
    transform: translate(-50%,-120%);
    color: #fff;
}
.p-service__list .c-subtitle{
    padding: 0 30px;
    text-align: center;
    margin: 10px 0 8px;
}
.p-service__list .c-lead{
    padding: 0 30px;
    font-size: 14px;
    font-size: 1.4rem;
}
.p-service__list .c-btn{
    width: 70%;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .p-service{
        padding: 80px 20px;
    }
    .p-service__title{
        font-size: 24px;
        font-size: 2.4rem;
        text-align: center;
    }
    .p-service__list{
        display: flex;
        justify-content: center;
    }
    .p-service__list li{
        margin: 0 20px;
    }
}