/* 

/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;
    box-shadow: 0px 8px 0px -1px rgba(0, 0, 0, 0.32);
}
.btn-l.s2line{
    font-size: 18px;
}
.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/ouchiwari_ols_cp/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;
}

.btn_top_txt span{
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.btn_top_txt span:before,
.btn_top_txt span:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 2.5rem;
    background: rgba(0, 0, 0, 1);
}
.btn_top_txt span:before {
    transform: rotate(-30deg);
    left: 0;
}
.btn_top_txt span:after {
    transform: rotate(30deg);
    right: 0;
}
.btn_margin{
    margin: 23px auto 0;
}

@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;
    }

    .btn-l.s2line  {
        height: 100%;
        font-size: 16px;
        padding: 14px;
        line-height: 1.4;
    }

    .white-box  {
        background: #fff;
        border-radius: 10px;
        padding: 15px 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    
    .btn-l  {
        box-shadow: 0px 8px 0px -1px rgba(0, 0, 0, 0.32);
    }
    
    .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/ouchiwari_ols_cp/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;
    }
    .btn_top_txt span{
      font-size: 12px;
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .btn_top_txt span:before,
    .btn_top_txt span:after {
      height: 2rem;
    }
}