/* 

/sp/ouchihikari_cp1/
/sp/ouchihikari_cp2/
/sp/ouchidenki_cp1/
にほぼ同一デザインあり。各ディレクトリ毎に同一の画像、CSSを個別に入れているので更新時は注意

*/

@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
	font-family: 'Noto Sans JP', sans-serif;
    color: #000;
	}

.l-wrapper   {
    background: #FFE600;
}
.l-section  {
    padding: 0;
}
.white-box  {
    background: #fff;
    border-radius: 20px;
    padding: 40px 125px;
    text-align: center;
    margin-bottom: 30px;
}

.btn-l  {
    width: 500px;
    font-size: 24px;
}
.btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;;
    width: 15.43px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -5px;
    background-image: url(/sp/ouchihikari_cp1/images/triangle.png);
}

.cp-outline {
    width: 90%;
    margin-inline: auto;
}
.cp-logo img    {
    width: 200px;
}
.cp-outline-ttl {
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: bold;
}
.cp-outline li,
.cp-outline p,
.cp-outline a,
.cp-outline li a {
    font-size: 15px;
    color: #000;
}
.cp-outline li a {
    text-decoration: underline;
}

.step-ttl   {
    font-weight: bold;
    font-size: 30px;
    margin: 30px 0 20px 0;
    text-align: center;
}
.step-sub-ttl   {
    font-weight: bold;
    font-size: 20px !important;
    width: 300px;
    color: #fff;
    background: #FF0033;
    border-radius: 110px;
    text-align: center;
    margin-inline: auto;
    padding: 5px 0;
}
.step-icon   {
    width: 20%;
}
.step-wrap p  {
    margin-top: 23px;
    font-weight: bold;
    font-size: 18px;
}
.step-note  {
    font-weight: 300 !important;
    font-size: 15px;
}

.flow h2    {
    font-size: 30px;
}
.flow img    {
    width: 80%;
}
.flow-sub-ttl   {
    background: #FFE600;
    border-radius: 70px;
    padding: 10px 0;
    font-size: 18px;
    margin-bottom: 30px;
}
.flow-note  {
    text-align: left;
}

.benefits h2    {
    font-size: 30px;
}
.benefits p,
.benefits ul,
.benefits li a {
    margin-bottom: 0;
    font-size: 12px;
    width: 90%;
    margin-inline: auto;
}
.benefits li a {
    text-decoration: underline;
}
.benefits   {
    text-align: left;
    padding: 0 25px 45px 25px ;
}
.table  {
    font-size: 12px;
    width: 90%;
    margin-inline: auto;
}
.table-th-color {
    background-color: #fff !important;
}


@media (max-width: 768px) {

    .cp-logo img    {
        padding: 0 10px;
        width: 120px;
    }

    .sp-text-size-10    {
        font-size: 10px !important;
    }

    .btn-l  {
        width: 80%;
        height: 60px;
        font-size: 25px;
        padding: 0;
        line-height: 60px;
        position: relative;
    }

    .white-box  {
        background: #fff;
        border-radius: 10px;
        padding: 15px 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .btn::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-size: contain;;
        width: 15.43px;
        height: 11px;
        position: absolute;
        top: 50%;
        right: 22px;
        margin-top: -5px;
        background-image: url(/sp/ouchihikari_cp1/images/triangle.png);
    }
    
    .cp-outline {
        width: 80%;
        margin-inline: auto;
    }
    
    .cp-outline-ttl {
        background: #000;
        color: #fff !important;
        text-align: center;
        padding: 5px 0;
        margin-bottom: 10px;
        border-radius: 5px;
        font-weight: bold;
    }
    
    .cp-outline li,
    .cp-outline p,
    .cp-outline a,
    .cp-outline li a {
        font-size: 10px;
        color: #000;
    }
    
    .step-ttl   {
        font-weight: bold;
        font-size: 30px;
        margin: 30px 0 20px 0;
        text-align: center;
    }
    
    .step-sub-ttl   {
        font-weight: bold;
        font-size: 20px !important;
        width: 150px;
        color: #fff;
        background: #FF0033;
        border-radius: 110px;
        text-align: center;
        margin-inline: auto;
        padding: 3px 0;
    }
    
    .step-icon   {
        width: 33.333333%;
    }
    
    .step-wrap p  {
        margin-top: 23px;
        font-weight: bold;
        font-size: 15px;
    }
    
    .step-note  {
        font-weight: 300 !important;
    }
    
    .flow h2    {
        font-size: 18px;
    }
    .flow img    {
        width: 100%;
    }
    
    .flow-sub-ttl   {
        background: #FFE600;
        border-radius: 70px;
        padding: 5px 0;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .flow-note  {
        font-size: 12px;
    }
    
    .benefits h2    {
        font-size: 18px;
    }
    .benefits p,
    .benefits ul,
    .benefits li a {
        margin-bottom: 0;
        font-size: 12px;
        width: 100%;
    }
    .benefits li a {
        text-decoration: underline;
    }
    
    .benefits   {
        text-align: left;
        padding: 0 25px 45px 25px ;
    }
    
    .table  {
        font-size: 12px;
        width: 100%;
    }
    .table-th-color {
        background-color: #fff !important;
    }
}

/* 20250723 */
.cp_calendar-wrap   {
    margin: 0 auto;
    font-size: 50px;
}
.week-wrap  {
    padding: 0 30px;
}
.cp_calendar-wrap table {
    font-size: 50px;
} 
.week   {
    font-size: 40px;
}
.cp_calendar-inner  {
    padding: 20px 30px;
    background-color: #fffcd1;
    border-radius: 20px;
}
.cp_calendar-month  {
    border-bottom: solid 6px #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.month-num {
    font-size: 50px;
}
.month-tsuki    {
    font-size: 35px;
}
.cp_calendar-wrap td {
    text-align: center;
    width: calc(100% / 7);
}
.circle-bg {
    background: #ffff00;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    line-height: 1.2em;
}
.color-gray {
    color: #d1d1d1;
}
.color-blue {
    color: #006ece;
}
.color-red {
    color: #e30004;
}
@media (max-width: 960px) {
    .week {
        font-size: 40px;
    }
    .month-num {
        font-size: 40px;
    }
    .month-tsuki    {
        font-size: 30px;
    }
    .cp_calendar-wrap   {
        font-size: 40px;
    }
    .cp_calendar-wrap table {
        font-size: 40px;
    } 
}
@media (max-width: 768px) {
    .week-wrap {
        padding: 0 20px;
    }
    .cp_calendar-wrap {
        font-size: 6.3vw;
    }
    .week {
        font-size: 6.3vw;
    }
    .month-num {
        font-size: 6.3vw;
    }
    .month-tsuki    {
        font-size: 5vw;
    }
    .cp_calendar-wrap table {
        font-size: 6.3vw;
        margin-bottom: 10px;
    } 
    .cp_calendar-wrap td {
        white-space: nowrap;
    }
    .cp_calendar-month {
        border-bottom: solid 3px #000;
    }
    .cp_calendar-inner {
        padding: 10px 20px;
    }
    td {
        text-align: center;
    }
}
/* 20250723 */