﻿/* =============================================================
serina
============================================================= */

body{
    color: #333;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 500;
}

a{color: #59d184;}
a:hover{color: #00d1db;}

.fCChange{color: #e84f98;}
.fCSubChange{color: #00d1db;}
.fCSubChange02{color: #59d184;}

.benefits .number::before{background-color: #d8f9fb}

.checkCircleLst > li{
    border-color: #00d1db;
    border-width: 2px;
    background-image: url(../images/icon_checkmark_lightblue.png);
}

.flowLst > li::after{border-left-color: #f762a9;}
.flowLst .num{background-color: #f762a9;}
.flowLst .txtArea .ttl{color: #e84f98;}

.cmnTtl_1 > span{
    background-color: #f762a9;
    color: #fff;
}

.cmnTtl_2::after{background-color: #59d184;}
.cmnTtl_3::before{background-color: #59d184;}

.cmnBtn_1{color: #59d184;}
.cmnBtn_1::after{border-left-color: #59d184;}
.cmnBtn_1:hover::after{border-left-color: #00d1db;}

.cmnBtn_2 > a{
    background-color: #ffe2f0;
    color: #333;
}
.cmnBtn_2 > a:hover{color: #333;}
.cmnBtn_2 > a::after{border-left-color: #333;}

.cmnTbl th,
.cmnTbl td{border-color:#ff9dcc;}
.cmnTbl th{background-color:#ff9dcc;}
.cmnTbl tr:last-child th{border-bottom-color: #ff9dcc!important;}

@media only screen and (max-width:640px){
    body{min-width: 375px;}
    .cmnTbl.row tr:last-child td{border-bottom-color: #ff9dcc;}
    .cmnTbl th{border-bottom: 0!important;}
}

#runway .cmnTtl_1 > span{background-color: #00d1db;}

#runway .cmnTbl th,
#runway .cmnTbl td{border-color:#00d1db;}
#runway .cmnTbl th{background-color:#00d1db;}
#runway .cmnTbl tr:last-child th{border-bottom-color: #00d1db!important;}

@media only screen and (max-width:640px){
    .cmnTbl.row tr:last-child td{border-bottom-color: #00d1db;}
}

.fSize18sp16{font-size:18px !important;}

@media only screen and (max-width:640px){
    .fSize18sp16{font-size:16px !important;}
    .cmnTtl_1 > span{width: 100%;}
}

/* style
------------------------------------------------------- */
.lH_18{
    line-height: 1.8;
}

.introNumLst{
    display: flex;
    flex-wrap: wrap;
    width: 860px;
    margin: -40px auto 0;
}

.introNumLst > li{
    position: relative;
    width: 270px;
    padding: 30px 20px 20px;
    margin: 40px 0 0 25px;
    border: 2px solid #00d1db;
    box-sizing: border-box;
    text-align: center;
}

.introNumLst > li:nth-child(3n-2){margin-left: 0;}

.introNumLst .num{
    position: absolute;
    top: -25px;
    left: 20px;
    width: 50px;
    height: 50px;
    padding-top: 3px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #00d1db;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.introNumLst .ttl{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

.introNumLst .imgArea{
    margin-bottom: 15px;
}

@media only screen and (max-width:640px){
    .introNumLst{
        display: block;
        width: 100%;
        margin-top: 0;
    }

    .introNumLst > li{
        width: 355px;
        padding: 20px 12px 15px;
        margin: 30px 0 0;
        text-align: left;
    }

    .introNumLst > li:nth-child(2n){margin-left: auto;}

    .introNumLst .num{
        top: -21px;
        left: 12px;
        width: 42px;
        height: 42px;
        padding-top: 2px;
        font-size: 26px;
    }

    .introNumLst .ttl{
        text-align: center;
    }

    .introNumLst .cnt{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .introNumLst .imgArea{
        width: 120px;
        margin-bottom: 0;
    }

    .introNumLst .txtArea{
        width: calc(100% - 135px);
        font-size: 15px;
    }
}

.benefits .photodate{
	width: 200px;
	transform: rotate(5deg);
}

.benefits .hpImg{
	width: 800px;
}

.partClmLst{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.partClmLst li{
    width: 180px;
    margin: 12px 0 0 12px;
}

.partClmLst li:nth-child(4n-3){margin-left: 0;}

.partClmLst li img{width: 100%;}

@media only screen and (max-width:640px){
	.benefits .hpImg{width: 100%;}

    .partClmLst li{
        width: calc(50% - 4px);
        margin: 8px 0 0 8px;
    }

    .partClmLst li:nth-child(4n-3){margin-left: 8px;}
    .partClmLst li:nth-child(2n-1){margin-left: 0;}
}


/* EOF */