/* トップページ */
.mainArea_bg {
   background: url("../img/main001.jpg") top center no-repeat;
   height: 600px;
   background-size: cover;
   z-index: 0;
   position: relative;
}
.mainArea {
   position: absolute;
   top: 32%;
   left: 8%;
}
.mainArea h1 {
   font-size: 4.8rem;
   margin-bottom: 10px;
   color: #FFF;
   text-shadow: 1px 2px 1px #2a2a2a;
}
.mainArea p {
   font-size: 2.4rem;
   font-weight: 500;
   letter-spacing: 0;
   padding-left: 10px;
   color: #FFF;
   text-shadow: 1px 2px 1px #2a2a2a;
}
@media screen and (max-width: 834px) {
.mainArea_bg {
   padding: 0 3em;
   background: url("../img/main001_sp.jpg") top right no-repeat;
   background-size: cover;
   height: 480px;
}
.mainArea {
   font-size: 2.0rem;
   top: 38%;
   left: inherit;
   right: 7%;
}
.mainArea h1 {
   font-size: 2.5rem;
   letter-spacing: 0;
}
.mainArea p {
   font-size: 2rem;
   padding-left: 0px;
   line-height: 140%;
}
}

.main_under {
   padding: 50px 0;
   background-color: #fdede4;
   margin-bottom: 80px;
}
.mu_left {
   width: 50%;
   margin: 0 25px;
}
.mu_right {
   width: 21%;
   margin: 0 25px;
}
.mu_left_title {
   font-size: 3.6rem;
   font-weight: 500;
   margin-bottom: 20px;
}
.mu_bt a {
   background-color: #ff8493;
   color: #FFF;
   text-decoration: none;
   border-radius: 10px;
   padding: 15px 40px;
   display: inline-block;
   text-align: center;
   border-bottom: 5px solid #e15062;
   width: 80%;
}
@media screen and (max-width: 834px) {
.main_under {
   padding: 40px 0;
   margin-bottom: 40px;
}
.mu_left {
   width: 100%;
   margin: 0 auto 25px;
}
.mu_right {
   width: 100%;
   margin: 0;
   text-align: center;
}
.mu_left_title {
   font-size: 2.4rem;
   margin-bottom: 15px;
}
}

.top_dekinai {
   margin: 0 auto 80px;
}
.top_d_title {
   font-size: 3.6rem;
   font-weight: 500;
   text-align: center;
   margin-bottom: 40px;
}
.top_d_left {
   width: 61%;
}
.top_d_right {
   width: 35%;
}
@media screen and (max-width: 834px) {
.top_dekinai {
   margin: 0 auto 40px;
}
.top_d_title {
   font-size: 2.4rem;
   margin-bottom: 30px;
}
.top_d_left {
   width: 100%;
   margin-bottom: 25px;
}
.top_d_right {
   width: 80%;
   margin: 0 auto;
}
}

.top_news {
   background-color: #f0f0f0;
   padding: 40px 0;
   margin: 0 auto 70px;
}

.koremade {
   background-color: #fdede4;
   border-radius: 20px;
   position: relative;
   padding: 80px 35px 50px;
   margin-bottom: 80px;
}
.korekara {
   background-color: #eff5e2;
}
.koremade_title {
   position: absolute;
   top: -25px;
   left: 0;
   right: 0;
   margin: auto;
   background: url("../img/koremade_bg.png") top center no-repeat;
   background-size: cover;
   color: #FFF;
   font-size: 2.8rem;
   font-weight: 500;
   padding: 7px 20px;
   display: block;
   width: 50%;
   text-align: center;
   border-radius: 40px;
}
.korekara_title {
   background: url("../img/korekara_bg.png") top center no-repeat;
   background-size: cover;
}
.koremade_left {
   width: 53%;
}
.koremade_right {
   width: 42%;
}
.koremade_line {
   padding-bottom: 35px;
   margin-bottom: 35px;
   border-bottom: 1px solid #ffb8be;
}
.koremade_left h2 {
   font-size: 2.6rem;
   font-weight: 500;
   color: #f64469;
   margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
.koremade {
   padding: 55px 25px 40px;
   margin-bottom: 40px;
}
.korekara {
   background-color: #eff5e2;
}
.koremade_title {
   font-size: 2.2rem;
   display: block;
   width: 90%;
}
.korekara_title {
   background: url("../img/korekara_bg.png") top center no-repeat;
   background-size: cover;
}
.koremade_left {
   width: 100%;
   margin-bottom: 20px;
}
.koremade_right {
   width: 100%;
}
.koremade_left h2 {
   font-size: 2.2rem;
   margin-bottom: 5px;
}
}

.top_pre {
   margin: 0 auto 60px;
}
.top_pre_left {
   width: 30%;
}
.top_pre_right {
   width: 65%;
}
.top_pre h2 {
   font-size: 3.2rem;
   font-weight: 500;
   margin-bottom: 30px;
}
.top_pre_pink {
   display: inline-block;
   color: #FFF;
   margin-bottom: 20px;
   background-color: #f797b0;
   padding: 1px 10px;
}
@media screen and (max-width: 834px) {
.top_pre {
   margin: 0 auto 40px;
}
.top_pre_left {
   width: 100%;
   margin-bottom: 30px;
}
.top_pre_right {
   width: 100%;
}
.top_pre h2 {
   font-size: 2.4rem;
   margin-bottom: 20px;
}
}

.youtube {
   text-align: center;
   width: 70%;
   margin: 0 auto 80px;
   aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.support_title {
   font-size: 2.8rem;
   text-align: center;
   margin: 0 auto 50px;
   font-weight: 500;
}
.support_title span {
   background: url("../img/partner_icon.png") top left no-repeat;
   background-size: 45px;
   padding: 12px 0 12px 60px;
}
.top_support {
   margin: 0 auto 130px;
}
@media screen and (max-width: 834px) {
.support_title {
   font-size: 2.4rem;
   margin: 0 auto 40px;
}
.support_title span {
   background: url("../img/partner_icon.png") top left no-repeat;
   background-size: 55px;
   padding: 12px 0 12px 60px;
   display: inline-block;
}
}
.support_list {
   margin: 0 auto 80px;
}
.support_list li {
   max-width: 355px;
   width: 28%;
}
.support_list img {
   display: block;
   margin: 0 auto 20px;
}
.sl_name {
   font-weight: bold;
   font-size: 18px;
   margin-bottom: 10px;
   line-height: 130%;
}
@media screen and (max-width: 834px) {
.support_list {
   margin: 0 auto 50px;
}
.support_list li {
   max-width: inherit;
   width: 100%;
   margin-bottom: 25px;
}
.support_list img {
   display: block;
   margin: 0 auto 20px;
   width: 70%;
}
}

.top_zero {
   padding: 50px 0 70px;
   background-color: #eff5e2;
   margin-bottom: 240px;
}
.top_zero_img {
   position: absolute;
   left: 25px;
   top: -100px;
   z-index: 1;
}
.top_zeroArea {
   width: 850px;
   margin: 0 auto;
}
.top_zero_txt {
   padding-left: 330px;
   margin-bottom: 50px;
}
.top_zero_txt h2 {
   font-size: 2.8rem;
   margin-bottom: 25px;
   font-weight: 500;
}
.top_zero_kifu {
   background-color: #FFF;
   border-radius: 10px;
   overflow: hidden;
   position: relative;
   z-index: 2;
}
.top_zero_title {
   margin-bottom: 35px;
   background-color: #ff8493;
   font-size: 2.0rem;
   text-align: center;
   color: #FFF;
   padding: 15px 1em;
   font-weight: bold;
}
.top_c_f {
   padding: 0 2% 30px;
   font-weight: bold;
}
.top_credit {
   width: 49%;
   border-right: 3px solid #ffd5da;
   text-align: center;
}
.top_furikomi {
   width: 49%;
   text-align: center;
}
.top_c_title {
   font-size: 2.4rem;
   line-height: 105%;
}
.top_c_p {
   margin-bottom: 50px;
}
.bt001 a {
   background-color: #ff8493;
   color: #FFF;
   font-size: 2.0rem;
   text-align: center;
   display: inline-block;
   padding: 10px 3em;
   border-bottom: 5px solid #e15062;
   border-radius: 50px;
}
.bt001 a:hover {
   background-color: #f54a5f;
   border-bottom: 5px solid #e15062;
   border-radius: 50px;
}
.top_f_p {
   margin-bottom: 30px;
}
.top_f_txt {
   text-align: left;
   width: 83%;
   margin: 0 auto;
   line-height: 140%;
}
.top_f_txt dt {
   width: 32%;
}
.top_f_txt dd {
   width: 68%;
}
@media screen and (max-width: 834px) {
.top_zero {
   padding: 50px 0 50px;
   margin-bottom: 125px;
}
.top_zero_img {
   position: absolute;
   top: -140px;
   z-index: 1;
   width: 70%;
left: 0;
right: 0;
margin: auto;
}
.top_zeroArea {
   width: 100%;
   margin: 0 auto;
}
.top_zero_txt {
   padding-left: 0;
   margin-bottom: 50px;
}
.top_zero_txt h2 {
   font-size: 2.4rem;
   padding-top: 32%;
}
.top_credit {
   width: 100%;
   border-right: 0px solid #ffd5da;
   border-bottom: 2px solid #ffd5da;
   padding-bottom: 25px;
   margin-bottom: 25px;
}
.top_furikomi {
   width: 100%;
}
.top_c_p {
   margin-bottom: 30px;
}
}

.footer {
   background-color: #fdede4;
   position: relative;
   padding: 210px 0 65px;
}
.foot_city {
   position: absolute;
   top: -140px;
   left: 0;
   right: 0;
}
.foot_left {
   width: 50%;
   line-height: 145%;
}
.foot_right {
   width: 45%;
}
.foot_right a {
   background-color: #ff8493;
   color: #FFF;
   text-decoration: none;
   border-radius: 10px;
   padding: 25px 40px;
   display: block;
   text-align: center;
   border-bottom: 5px solid #e15062;
}
@media screen and (max-width: 834px) {
.footer {
   background-color: #fdede4;
   position: relative;
   padding: 100px 0 45px;
}
.foot_city {
   position: absolute;
   top: -75px;
   left: 0;
   right: 0;
}
.foot_city img {
height: 150px;
object-fit: cover;
}
.foot_left {
   width: 100%;
   margin-bottom: 25px;
}
.foot_right {
   width: 87%;
   text-align: center;
   margin: 0 auto;
}
}




.pp {
   margin-bottom: 50px;
}
.pp dt {
   font-weight: bold;
   border-bottom: 1px solid #A6A6A6;
   padding-bottom: 5px;
   margin-bottom: 20px;
}
.pp dd {
   margin-bottom: 25px;
}



.contactArea {
   width: 900px;
   margin: 0 auto;
}
@media screen and (max-width: 900px) {
.contactArea {
   width: 100%;
}
}
.contact_title {
    background-color: #c3ae6e;
    color: #FFF;
    text-align: center;
    padding: 12px;
    margin-bottom: 30px;
    border-radius: 10px;
    font-size: 1.8rem;
}
.contactArea dl {margin-bottom: 40px;
    border-bottom: 1px solid #c9c9c9;
}
.contactArea dt, .contactArea dd {
    padding: 25px 0 25px 15px;
}
.contactArea dt {
   width: 25%;
   float: left;
   clear: left;
   display: block;
   border-top: 1px solid #c9c9c9;
}
.contactArea dt.ca10 { padding: 35px 0 25px 15px;}
.contactArea dd {
    border-top: 1px solid #c9c9c9;
    width: 75%;
    display: block;
    float: left;
}
.contactArea dt:first-child, .contactArea dt:first-child + dd {
   border: 0;
}
.contactArea dl::after {
    content: '';
    display: block;
    clear: both;
}
.contactArea::after {
    content: '';
    display: block;
    clear: both;
}
.required_red {
   color: #fe0000;
}
:focus {
    outline: none;
}
.contactArea input[type='text'], .contactArea textarea, .contactArea input[type='email'], .contactArea input[type='tel'] {
	box-sizing: border-box;
    background-color: #f0f0f0;
    border: 0;
    width: 90%;
    padding: 15px;
}
.contactArea input[type='text']:focus, .contactArea textarea:focus, .contactArea input[type='email']:focus, .contactArea input[type='tel']:focus {
   border: 1px solid #f0bdb8;
    outline: 0;
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
}
.contactArea input[type='text'].input_width130 {width:140px;}
.contactArea input[type='text'].input_width70 {width:70%;}
.contactArea input[type='tel'].input_width35 {width:35%;}

.contactArea textarea {
   height: 200px;
   font-family: 'Roboto', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;font-style: normal;
}
.contactArea input[type='submit'] {
   background-color: #2180ad;
   border: 0;
   color: #FFF;
   padding: 20px 5em;
   transition : all 0.2s ease 0s;
}
.contactArea input[type='submit']:hover {
   background-color: #065b83;
   border: 0;
   color: #FFF;
   padding: 20px 5em;
   border-radius: 5px;
}
.contact_radio {overflow: hidden;padding-left: 5px;}
.contact_radio li {
   float: left;
   margin-right: 12px;
}
.contact_radio label input {
   margin-right: 5px;
}
.privacy_link {
   cursor: pointer;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
left: 0;
right: 0;
margin: auto;
top: 5%;
width: 70%;
max-width: 600px;
padding: 50px 25px;
background-color: #fff;
z-index: 2;
height: 90vh;
overflow-y: scroll;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 900px){
.contactArea dl {
   margin-top: -20px;
}
.contactArea dt, .contactArea dd{
    padding: 25px 0 25px 15px;
}
.contactArea dt {
   width: 100%;
   float: none;
   padding: 20px 0 10px 0;
   font-weight: bold;
}
.contactArea dd {
    border-top: 0;
    padding: 0 0 15px;
    float: none;
    width: 100%;
}
.contactArea dt.ca10 {
   padding: 20px 0 10px 0;}
.contactArea input[type='text'], .contactArea textarea, .contactArea input[type='email'] {
    width: 100%;
}
.contactArea input[type='text'].input_width70 {width:100%;}
.contact_radio {padding-left: 5px;}
.contact_radio li {
   padding: 5px 0;
}
}
.error {
   color: red;
   padding: 5px 0 0 0;
}
.form_bt {
   display: inline-block;
}
.contactArea input[type='submit'].form_back {
   color: #313131;
   background-color: inherit!important;
   padding: 20px 2em;
   background: #efefef!important;
   margin-right: 20px;
}
@media screen and (max-width: 768px){
.form_bt {
   display: block;
}
.contactArea input[type='submit'].form_back {
   padding: 20px 1em!important;
}
}
::placeholder {
  color: #a4a4a4;
}
input:focus:placeholder-shown {
color: transparent;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
input:focus:-ms-input-placeholder {
color: transparent;
}
input:focus::-ms-input-placeholder {
color: transparent;
}
.require {
   position: relative;
}
.require::after {
   content: '必須';
   position: absolute;
   right: 0;
   top: 30px;
   font-size: 11px;
   background-color: #f5082f;
   line-height: 110%;
   padding: 2px 3px;
   color: #FFF;
   display: inline-block;
   height: 16px;
}
.exp_title {
   font-size: 1.8rem;
   color: #fff;
   margin-bottom: 20px;
   text-align: center;
   background-color: #65c7d0;
   padding: 10px;
   font-weight: bold;
}
.exp_line {
   margin-right: 15px;
   display: inline-block;
}
@media screen and (max-width: 768px){
.exp_line {
   margin: 0 0 15px 0;
   display: block;
}
}



/*   LP   --------------------------------------*/
.lpmainArea_bg {
   background: url("../img/lp_main01.jpg") top center no-repeat;
   height: 504px;
   background-size: cover;
   margin: 0 auto 75px;
   z-index: 0;
   position: relative;
}
.lpmainArea {
   position: absolute;
   color: #FFF;
   font-size: 3.8rem;
   top: 37%;
   right: 20%;
}
@media screen and (max-width: 768px){
.lpmainArea_bg {
   margin: -109px auto 45px;
}
.lpmainArea {
   font-size: 2.0rem;
   top: 37%;
   right: 5%;
   left: 5%;
}
}
.lp_dare_left {
   width: 61%;
}
.lp_dare_right {
   width: 35%;
}
.lp_dare_left h2 {
   font-size: 5.2rem;
   color: #0061ab;
   margin-bottom: 20px;
   line-height: 125%;
}
@media screen and (max-width: 768px){
.lp_dare_left {
   width: 100%;
   order: 2;
}
.lp_dare_right {
   width: 60%;
   order: 1;
   margin: 0 auto 20px;
}
.lp_dare_left h2 {
   font-size: 3.0rem;
   text-align: center;
}
}
.lp_case {
   padding: 60px 0;
   margin-bottom: 70px;
   background-color: #faf4e7;
}
.lp_case_left {
   width: 42%;
}
.lp_case_right {
   width: 54%;
}
.lp_case_right li {
   padding: 25px 35px;
   border-radius: 10px;
   background-color: #FFF;
   margin-bottom: 15px;
}
.lp_case_right li img {
   margin-bottom: 18px;
}
@media screen and (max-width: 768px){
.lp_case {
   padding: 40px 0;
   margin-bottom: 40px;
}
.lp_case_left {
   width: 80%;
   order: 2;
   margin: 0 auto;
}
.lp_case_right {
   width: 100%;
   order: 1;
   margin: 0 auto 25px;
}

}
.lp_title01 {
   font-size: 3.6rem;
   text-align: center;
}
@media screen and (max-width: 768px){
.lp_title01 {
   font-size: 2.4rem;
}
}
.lp_dx_e {
   margin: 0 auto 80px;
}
.lp_dx_e li {
   margin-bottom: 30px;
}
.lp_dx_e_left {
   width: 29%;
}
.lp_dx_e_right {
   width: 66%;
}
.lp_dx_e_right h3 {
   font-size: 2.2rem;
   color: #0061ab;
   margin-bottom: 25px;
}
@media screen and (max-width: 768px){
.lp_dx_e_left {
   width: 80%;
   margin: 0 auto 25px;
}
.lp_dx_e_right {
   width: 100%;
}
.lp_dx_e_right h3 {
   font-size: 2rem;
   margin-bottom: 20px;
}
}
.lp_about_kintone {
   background-color: #fffae5;
   padding: 70px 0;
}
.lp_ak_left {
   width: 41%;
}
.lp_ak_right {
   width: 54%;
   line-height: 180%;
}
@media screen and (max-width: 768px){
.lp_about_kintone {
   padding: 40px 0;
}
.lp_ak_left {
   width: 80%;
   margin: 0 auto 20px;
}
.lp_ak_right {
   width: 100%;
}
}
.lp_point {
   padding: 80px 0;
   background-color: #00569e;
}
.lp_point h3 {
   font-size: 2.8rem;
   text-align: center;
   margin-bottom: 30px;
   color: #FFF;
}
.lp_point_list {
   margin: 0 auto 80px;
}
.lp_point_list li {
   background-color: #FFF;
   border-radius: 10px;
   text-align: center;
   width: 30%;
   padding: 30px 20px 22px;
}
.lp_point_list li:nth-child(2) img {
   padding: 20px 0 20px 0;
}
.lp_point_list li img {
   display: block;
   margin: 0 auto 20px;
}
.lp_point h4 {
   background-color: #002f63;
   color: #FFF;
   font-size: 2.8rem;
   text-align: center;
   padding: 7px 1em;
   margin-bottom: 30px;
}
@media screen and (max-width: 768px){
.lp_point {
   padding: 40px 0;
}
.lp_point h3 {
   font-size: 2.0rem;
}
.lp_point_list {
   margin: 0 auto 40px;
}
.lp_point_list li {
   width: 100%;
   padding: 30px 15px 22px;
   margin-bottom: 15px;
}
.lp_point h4 {
   background-color: #002f63;
   color: #FFF;
   font-size: 2.2rem;
   text-align: center;
   padding: 7px 1em;
   margin-bottom: 30px;
}
}
.lp_kenshu li {
   margin-bottom: 15px;
   background-color: #FFF;
   border-radius: 10px;
   padding: 30px 0;
}
.lp_kenshu_left {
   text-align: center;
   width: 20%;
   padding: 0 2%;
   font-size: 2.0rem;
}
.lp_kenshu_right {
   width: 78%;
   padding: 0 2% 0 0;
   font-size: 1.8rem;
}
.lp_kenshu_left img {
   display: block;
   margin: 0 auto 15px;
}
@media screen and (max-width: 768px){
.lp_kenshu_left {
   width: 100%;
   padding: 0 2%;
   margin: 0 auto 20px;
}
.lp_kenshu_right {
   width: 90%;
   margin: 0 auto;
}
}
.lp_carrier_up {
   text-align: center;
   padding: 70px 0;
}
@media screen and (max-width: 768px){
.lp_carrier_up {
   padding: 40px 0;
}
}
.lp_cali {
   background-color: #d5f1f6;
   padding: 75px 0;
}
.lp_cali li {
   margin-bottom: 20px;
}
.lp_cali_left {
   width: 25.4%;
}
.lp_cali_right {
   width: 71%;
}
.lp_cali li h3 {
   display: inline-block;
   font-size: 1.8rem;
   background-color: #065f9d;
   font-weight: bold;
   padding: 1px 7px;
   margin-bottom: 15px;
   color: #FFF;
}
@media screen and (max-width: 768px){
.lp_cali {
   padding: 40px 0;
}
.lp_cali_left {
   width: 90%;
   margin: 0 auto 20px;
   order: 2;
}
.lp_cali_right {
   width: 100%;
   order: 1;
   margin: 0 auto 15px;
}
.lp_cali li h3 {
   display: block;
   text-align: center;
   padding: 3px 1em;
   margin: 0 auto 20px;
}
}
.lp_output {
   padding: 70px 0;
   background-color: #065f9d;
   color: #FFF;
}
.lp_output h2 {
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 40px;
}
.lp_out_left {
   width: 32%;
}
.lp_out_right {
   width: 65%;
}
@media screen and (max-width: 768px){
.lp_output {
   padding: 40px 0;
}
.lp_output h2 {
  font-size: 2.0rem;
  margin-bottom: 30px;
}
.lp_out_left {
   width: 90%;
   margin: 0 auto 25px;
}
.lp_out_right {
   width: 100%;
}
}
.lp_payArea {
   padding: 70px 0;
}
.lp_pay_left {
   width: 32%;
}
.lp_pay_right {
   width: 32%;
}
.lp_payArea h3 {
   background-color: #065f9d;
   font-size: 2.4rem;
   display: inline-block;
   padding: 5px 3em;
   color: #FFF;
   margin: 0 auto 35px;
}
.lp_pay_left li {
   margin-bottom: 40px;
   position: relative;
   font-size: 1.8rem;
   font-weight: bold;
   padding: 0 0 10px 60px;
}
.lp_pay_left li::after {
   content: '';
   background-image: url("../img/lp_arrow.png");
   background-size: 30px;
   width: 30px;
   height: 29px;
   position: absolute;
   left: 62px;
   bottom: -25px;
}
.lp_pay_left li:last-child::after {content: none;}
.lp_pl01 {
   background: url("../img/lp_flow01.png") top left no-repeat;
   background-size: 40px;
}
.lp_pl02 {
   background: url("../img/lp_flow02.png") top left no-repeat;
   background-size: 40px;
}
.lp_pl03 {
   background: url("../img/lp_flow03.png") top left no-repeat;
   background-size: 40px;
}
.lp_pl04 {
   background: url("../img/lp_flow04.png") top left no-repeat;
   background-size: 40px;
}
.lp_pl05 {
   background: url("../img/lp_flow05.png") top left no-repeat;
   background-size: 40px;
}
@media screen and (max-width: 768px){
.lp_payArea {
   padding: 40px 0;
}
.lp_pay_left {
   width: 80%;
   margin: 0 auto 30px;
}
.lp_pay_right {
   width: 80%;
   margin: 0 auto;
}
.lp_payArea h3 {
   font-size: 2.0rem;
   display: block;
   padding: 5px 1em;
   margin: 0 auto 35px;
}
}
.lp_teacher {
   background-color: #d5f1f6;
   padding: 40px 0;
}
.lp_teacher h3 {
   font-size: 3.0rem;
   text-align: center;
   margin-bottom: 40px;
}
.lp_t_left {
   width: 18%;
}
.lp_t_right {
   width: 78%;
}
@media screen and (max-width: 768px){
.lp_teacher {
   padding: 40px 1em;
}
.lp_teacher h3 {
   font-size: 2.0rem;
   margin-bottom: 30px;
}
.lp_t_left {
   width: 70%;
   margin: 0 auto 25px;
}
.lp_t_right {
   width: 100%;
}
}
.lp_ctaArea {
   padding: 60px 0;
   text-align: center;
}
.lp_cta {
   display: inline-block;
   margin: 0 3%;
   width: 41%;
}
@media screen and (max-width: 768px){
.lp_ctaArea {
   padding: 40px 0 15px;
}
.lp_cta {
   display: block;
   margin: 0 auto 30px;
   width: 90%;
}

}


.kifu {
   width: 31%;
   margin: 0 auto 25px;
}
.kifu_price {
   font-weight: bold;
   text-align: center;
   margin-bottom: 15px;
}
.kifu_price span {
   font-size: 160%;
   display: block;
}

@media screen and (max-width: 834px) {
.kifu {
   width: 92%;
   margin: 0 auto 25px;
}
}
