@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
.txt_base {
  font-size: 1.6rem;
  line-height: 1.7;
}


.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08{
  margin-bottom: 0;
}

/* ======================================================================
 accordion(js)
====================================================================== */
.accordion {
  cursor: pointer;
  padding: 33px 33px 13px 97px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-weight: 700;
  color: #202020;
  font-size: 20px;
}

/* .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap.active .a_wrap{
  overflow: hidden;
  display: block;
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .a_wrap{
  display: none;
} */

.accordions {
  margin: 3em auto;
}
.toggle {
  display: none;
}
.option {
  position: relative;
  margin-bottom: 2em;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.title {
  border: solid 2px #ccc;
  padding: 1em;
  display: inline-block;
  color: #333;
  font-weight: bold;
  width: 100%;
  font-size: 2rem;
  border-top: 3px solid #00A4FF;
  position: relative;
  border-bottom: 2px solid #ccc;
}
.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.3em;
  width: 4px;
  height: 1.75em;
  background-color: #00A4FF;
  transition: all 0.3s;
}
.title::after {
  transform: rotate(90deg);
}
.badges{
  position: absolute;
  top: 36px;
  left: 90px;
}
.content {
  max-height: 0;
  overflow: hidden;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.12;
  border-bottom: 1px solid #ccc;
  border-top: none;
}
.content span {
  font-weight:bold;
}
.toggle:checked + .title + .content {
  max-height: none;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}
.badge {
  font-size: 3rem;
  width: 60px;
  height: 60px;
}
.badge {
  font-family: "Delius Unicase", cursive;
  font-weight: 700;
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  background: #FFE034;
  color: #00A4FF;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 30px;
}



@media screen and (max-width: 1100px) {
  .accordion {
    color: #202020;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    padding: 19px 74px 13px 97px;
  }
}

.accordion_small {
  -webkit-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.16);
  margin-bottom: 20px;
  border-top: 3px solid #00A4FF;
  border-radius: 10px;
  position: relative;
}
.accordion_small .ball {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #FFE034;
  color: #00A4FF;
  text-align: center;
  font-family: "Delius Unicase", cursive;
  position: absolute;
  top: 17px;
  left: 20px;
}
.accordion_small .ball p:nth-child(1) {
  font-size: 30px;
  font-weight: 700;
  padding-top: 17px;
  line-height: 27px;
  text-transform: uppercase;
}
@media screen and (max-width: 1100px) {
  .accordion_small .ball {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: #FFE034;
    color: #00A4FF;
    text-align: center;
    font-family: "Delius Unicase", cursive;
    position: absolute;
  }
  .accordion_small .ball p:nth-child(1) {
    font-size: 24px;
    font-weight: 700;
    padding-top: 12px;
    line-height: 27px;
    text-transform: uppercase;
  }
}

.accordion:after {
  content: '\002B';
  color: #00A4FF;
  font-weight: 700;
  margin-left: 5px;
  font-size: 54px;
  position: absolute;
  right: 26px;
  top: 17px;
}
@media screen and (max-width: 1100px) {
  .accordion:after {
    top: 21px;
  }
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 10px;
  margin: 20px 20px 20px 20px;
}
@media screen and (max-width: 1100px) {
  .panel {
    margin: 10px 20px 20px 20px;
  }
}
.panel .text {
  background-color: #EFF9FF;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.panel .text p {
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 961px) {
  .panel .text p {
    font-size: 16px;
    font-weight: 700;
  }
}

/* ======================================================================
 p_top
====================================================================== */
.p_lp .l_header_lp {
  width: 100%;
  z-index: 1;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p_lp .l_header_lp {
    position: fixed;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_header_lp.sticky {
    position: fixed;
    z-index: 2;
  }
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp {
    background: #fff;
    z-index: 1;
  }
}
.p_lp .l_header_lp:before {
  content: "";
  position: absolute;
  height: 10px;
  background: #00A4FF;
  width: 100%;
  top: 0;
  z-index: 1;
}
.p_lp .l_header_lp .inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_header_lp .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_header_lp .inner {
    padding: 0;
  }
}
.p_lp .l_header_lp .inner .left {
  z-index: 1;
}
.p_lp .l_header_lp .inner .left a {
  width: 164px;
  height: 110px;
  display: block;
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 2px 4px rgba(112, 112, 112, 0.16);
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .left a {
    box-shadow: none;
    height: 100px;
    background: none;
  }
}
.p_lp .l_header_lp .inner .left a img {
  margin: 0px auto;
  display: block;
  padding-top: 20px;
  width: 90%;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .left a img {
    padding-top: 20px;
  }
}
.p_lp .l_header_lp .inner .right {
  z-index: 1;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right {
    margin-top: 10px;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_01 {
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right .lp_btn_01 {
    margin-right: 0;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_01 .headcallbtn {
  color: #E3556A;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #E3556A;
  display: block;
  background: #fff;
  line-height: 20px;
  padding: 18px 25px 18px 25px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right .lp_btn_01 .headcallbtn {
    border: none;
    background: #fff url("../img/ico/ico_phone.svg") center no-repeat;
    padding: 0;
    width: 74px;
    height: 74px;
  }
  .p_lp .l_header_lp .inner .right .lp_btn_01 .headcallbtn span {
    display: none;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_01 .headcallbtn:hover {
  background: #FDE7EA;
  transition: all 0.2s linear;
}
.p_lp .l_header_lp .inner .right .lp_btn_01 .headcallbtn:after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background: url("../img/top/arrow-2.png") 0 0 no-repeat/cover;
  top: 32px;
  right: 37px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right .lp_btn_01 .headcallbtn:after {
    display: none;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_02 {
  position: relative;
}
.p_lp .l_header_lp .inner .right .lp_btn_02 a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  border: 3px solid #E3556A;
  display: block;
  background: #E3556A;
  line-height: 20px;
  padding: 17px 155px 17px 40px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #fff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right .lp_btn_02 a {
    border: none;
    background: #E3556A url("../img/ico/mail.svg") center no-repeat;
    padding: 0;
    width: 74px;
    height: 74px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .p_lp .l_header_lp .inner .right .lp_btn_02 a span {
    display: none;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_02 a:after {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/top/arrow-13.png") 0 0 no-repeat;
  top: 32px;
  right: 130px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right .lp_btn_02 a:after {
    display: none;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_02 a:before {
  position: absolute;
  content: "";
  width: 95px;
  height: 93px;
  background: url("../img/top/bear_01.png") 0 0 no-repeat;
  top: 8px;
  right: 28px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_header_lp .inner .right .lp_btn_02 a:before {
    display: none;
  }
}
.p_lp .l_header_lp .inner .right .lp_btn_02 a:hover {
  background: #DD3951;
  transition: all 0.2s linear;
}
.p_lp .l_container_lp {
  position: relative;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp._confirm {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp {
    padding-bottom: 55px;
  }
}
.p_lp .l_container_lp .l_main_visual_top {
  background: #ccc;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.p_lp .l_container_lp .l_main_visual_top .slick-slide img {
  width: 100%;
}
.p_lp .l_container_lp .l_main_visual_top .bxslider {
  position: relative;
}
.p_lp .l_container_lp .l_main_visual_top .bxslider .slick-next {
  background: url(..//img/top/btn_r.png) no-repeat center right/cover;
  right: 0;
}
.p_lp .l_container_lp .l_main_visual_top .bxslider .slick-next:before {
  content: none;
}
.p_lp .l_container_lp .l_main_visual_top .bxslider .slick-prev {
  background: url(..//img/top/btn_l.png) no-repeat center right/cover;
  left: 0;
}
.p_lp .l_container_lp .l_main_visual_top .bxslider .slick-prev:before {
  content: none;
}
.p_lp .l_container_lp .l_main_visual_top .bxslider .slick-arrow {
  z-index: 1;
  display: block;
  width: 50px;
  height: 100px;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_main_visual_top .bxslider .slick-arrow {
    height: 50px;
    width: 25px;
    top: 95%;
  }
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_main_visual_top .bxslider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.p_lp .l_container_lp .l_main_visual_top:before {
  content: "";
  width: 100%;
  height: 110px;
  background: url("../img/top/bg_section_cloud.png") top left repeat-x;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .p_lp .l_container_lp .l_main_visual_top:before {
    height: 57px;
    background: url("../img/top/bg_cloud_sp.png") top left repeat-x;
  }
}
.p_lp .l_container_lp .l_main_visual_top .inner .h1_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 52px;
  padding-top: 300px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_container_lp .l_main_visual_top .inner .h1_01 {
    font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 31px;
    padding-top: 130px;
  }
}
.p_lp .l_container_lp .l_main_visual_top .inner .p_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 31px;
  margin-bottom: 90px;
}
@media screen and (max-width: 820px) {
  .p_lp .l_container_lp .l_main_visual_top .inner .p_01 {
    font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 18px;
  }
}
.p_lp .l_container_lp .l_main_visual_top .inner .p_02 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 30px;
  display: none;
}
@media screen and (max-width: 820px) {
  .p_lp .l_container_lp .l_main_visual_top .inner .p_02 {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp {
    padding-top: 75px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .topconv {
    padding-bottom: 20px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .topconv .l_conversion {
  background: none;
  border-top: none;
}
.p_lp .l_container_lp .l_content_lp_wp .topconv .l_conversion:before, .p_lp .l_container_lp .l_content_lp_wp .topconv .l_conversion:after {
  content: none;
}
.p_lp .l_container_lp .l_content_lp_wp .topconv .l_conversion .inner .p_01 {
  color: #202020;
}
.p_lp .l_container_lp .l_content_lp_wp .topconv .l_conversion .inner .p_01:before {
  background: url("../img/top/accent_obj01_top.svg") 0 0 no-repeat/cover;
}
.p_lp .l_container_lp .l_content_lp_wp .topconv .l_conversion .inner .p_01:after {
  background: url("../img/top/accent_obj02_top.svg") 0 0 no-repeat/cover;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 {
  position: relative;
}
#link-06{padding-top: 100px;margin-top: -100px;}

@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 {
    background: url("../img/top/campaign_bg01_sp.png") right 47% no-repeat;
  }
}
@media screen and (max-width: 380px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 {
    background: url("../img/top/campaign_bg01_sp.png") right 160% no-repeat;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01:before {
  content: "";
  background: url("../img/top/campaign_bg02.png") 0 0 no-repeat;
  width: 425px;
  height: 1083px;
  position: absolute;
  top: 70px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01:before {
    display: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01:after {
  content: "";
  background: url("../img/top/campaign_bg01.png") 0 0 no-repeat;
  width: 420px;
  height: 1045px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01:after {
    display: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner {
    margin-top: -35px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .h2_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #00A4FF;
  font-size: 3.2rem;
  margin: 0px 0 55px 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .h2_01 {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .h2_01 {
    margin: 60px 0 30px 0;
    line-height: 4.2rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .pc {
    display: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .sp {
    display: block;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .p_01 {
  text-align: right;
  color: #202020;
  font-size: 1.4rem;
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .p_01 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .p_01 {
    color: #202020;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp {
  display: table;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp .p_02 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #202020;
  font-size: 42px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp .p_02 {
    text-align: center;
    font-weight: 700;
    color: #202020;
    font-size: 20px;
    background: #fff;
    max-width: 280px;
    line-height: 30px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp:before {
  content: "";
  position: absolute;
  left: -65px;
  top: 0;
  width: 45px;
  height: 45px;
  background: url("../img/top/accent_obj01-1.png") 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp:before {
    width: 28px;
    height: 28px;
    background-size: cover;
    left: -50px;
    top: 30px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp:after {
  content: "";
  position: absolute;
  right: -65px;
  top: 0;
  width: 45px;
  height: 45px;
  background: url("../img/top/accent_obj02-1.png") 0 0 no-repeat;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .exp:after {
    width: 28px;
    height: 28px;
    background-size: cover;
    right: -50px;
    top: 30px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_01 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 60px;
    border: 3px solid #E3556A;
    display: block;
    background: #E3556A;
    max-width: 890px;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding-top: 28px;
    -webkit-box-shadow: inset 0px 0px 0px 2px #ff;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    position: relative;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_01 a:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url("../img/top/arrow-3.png") 0 0 no-repeat;
    background-size: cover;
    top: 34px;
    right: 9%;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_01 a .p_a {
    max-width: 200px;
    margin: 0 auto;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_02 {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_02 a {
    color: #E3556A;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #E3556A;
    display: block;
    background: #fff;
    line-height: 20px;
    max-width: 600px;
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding-top: 27px;
    position: relative;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_01 .inner .lp_btn_02 a:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: #fff url("../img/top/arrow-2.png") 0 0 no-repeat;
    background-size: cover;
    top: 29px;
    right: 10%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 {
  background: url("../img/top/bg_sky.png") 0 0 no-repeat;
  background-size: cover;
  padding: 60px 0 60px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  max-width: 1130px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner {
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .p_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 26px;
  padding-top: 100px;
  padding-bottom: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .h2_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 52px;
  padding-bottom: 50px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lp_btn_01 {
  color: #00A4FF;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  display: block;
  background: #FFE034;
  max-width: 800px;
  width: 100%;
  height: 74px;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  margin-bottom: 40px;
  color: #00A4FF;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lp_btn_01:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/top/yt.png") 0 0 no-repeat;
  left: 0;
  right: 0;
  bottom: -34px;
  margin-left: 50%;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .p_02 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .p_03 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding-bottom: 30px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 40px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 24%;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item:nth-child(8) {
max-height:262px;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item:nth-child(8) {
    max-height:auto;
    background:white;
    display: flex;
    align-items: center;
    justify-content: center;
    }


    .listimg_8{ 
      display: flex;
      align-items: center;
      justify-content: center;
    }



}

@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap {
    display: block;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap > img {
  transition: all 0.2s linear;
  display: block;
  width: 100%;
  max-width: 353px;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap > img {
    width: 50%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label {
  transition: all 0.2s linear;
  width: 100%;
  height: 70px;
  background: #fff;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label {
    padding-left: 10px;
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label {
    left: 0;
    font-size: 2rem;
    position: relative;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label .labelttl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label .labelttl {
    line-height: 1.33;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label .labelttl {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label .labelttl .small {
  font-size: .8em;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .lists .item .wrap .label .labelttl .small {
    font-weight: 400;
    padding-top: 5px;
    display: block;
    padding-left: 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .p_06 {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .p_07 {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 40px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp {
  background: url("../img/top/dot_02.png") bottom center no-repeat;
}
@media screen and (min-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp {
    background: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu {
  max-width: 33.33333%;
  width: 100%;
  background: url("../img/top/dot_01.png") 95% top no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    max-width: 100%;
    background: url("../img/top/dot_02.png") bottom center no-repeat;
    padding: 20px 0 20px 0;
    margin-bottom: 0;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu:nth-child(1) {
    padding: 0 0 20px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top {
    max-width: 43.47826%;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top .ball {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: #FFE034;
    color: #00A4FF;
    text-align: center;
    font-family: "Delius Unicase", cursive;
    position: absolute;
    right: -47px;
    top: 0;
    z-index: 1;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top .ball p:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
    padding-top: 14px;
    line-height: 23px;
    text-transform: uppercase;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top .ball p:nth-child(2) {
    font-size: 9px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top .ball {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: #FFE034;
    color: #00A4FF;
    text-align: center;
    font-family: "Delius Unicase", cursive;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top .ball p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    padding-top: 17px;
    line-height: 38px;
    text-transform: uppercase;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top .ball p:nth-child(2) {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .top img {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .bottom {
    max-width: 54.49275%;
    width: 100%;
    padding-top: 84px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .bottom p {
  text-align: center;
  font-weight: 700;
  color: #202020;
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .bottom p {
    color: #202020;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .kosu_wp .kosu .bottom p:last-child {
    margin-bottom: 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px auto;
  margin-top: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left {
  position: relative;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left {
    position: absolute;
  }
}
@media screen and (min-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left .ball {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    background: #FFE034;
    color: #00A4FF;
    text-align: center;
    font-family: "Delius Unicase", cursive;
    position: absolute;
    left: 0;
    top: -34px;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left .ball p:nth-child(1) {
    font-size: 30px;
    font-weight: 700;
    padding-top: 17px;
    line-height: 38px;
    text-transform: uppercase;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left .ball p:nth-child(2) {
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left .ball {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    background: #FFE034;
    color: #00A4FF;
    text-align: center;
    font-family: "Delius Unicase", cursive;
    position: absolute;
    left: 0;
    top: 0;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left .ball p:nth-child(1) {
    font-size: 22px;
    font-weight: 700;
    padding-top: 14px;
    line-height: 23px;
    text-transform: uppercase;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .left .ball p:nth-child(2) {
    font-size: 9px;
    font-weight: 700;
    line-height: 13px;
    text-transform: uppercase;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .right {
  height: 20px;
  padding: 0 90px 0 103px;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .right {
    height: 65px;
    padding: 20px 90px 0 103px;
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_left .right p {
  font-weight: 700;
  color: #202020;
  font-size: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_right {
  max-width: 120px;
  max-height: 120px;
  height: 120px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_right {
    max-width: 31.30435%;
    height: auto;
    min-height: 108px;
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_02 .inner .short_wp .short_right p {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  line-height: 22px;
  font-weight: 700;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 {
  padding: 50px 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 {
    padding: 90px 0 60px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .c_ttl_1 {
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .c_ttl_1 .accent_kuma {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .c_ttl_1 .accent_kuma {
    width: 110px;
    right: 280px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item {
  padding: 0 20px 0 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(112, 112, 112, 0.16);
  margin-bottom: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item:last-child {
  margin-bottom: 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap {
  min-height: 100px;
  border-top: 3px solid #00A4FF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .badge {
  font-family: "Delius Unicase", cursive;
  font-weight: 700;
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  background: #FFE034;
  color: #00A4FF;
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 30px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .badge {
    font-size: 3rem;
    width: 60px;
    height: 60px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .state {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .state:before {
  content: '';
  background: #00A4FF;
  display: block;
  width: 30px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .state:after {
  content: '';
  background: #00A4FF;
  display: block;
  height: 30px;
  width: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s linear;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .txt {
  flex: 1;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap .txt {
    font-size: 2rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .q_wrap.active .state:after {
  height: 3px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .a_wrap {
  display: none;
  padding: 10px 0 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_03 .list .item .a_wrap .txt {
  background: #EFF9FF;
  padding: 20px;
  border-radius: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion {
  background: #00A4FF;
  border-top: 5px solid #E3556A;
  padding: 20px 0 30px 0;
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion.exp_wp {
  padding-top: 70px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion {
    border-top: 10px solid #E3556A;
    padding: 70px 0 60px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion:before {
  content: "";
  background: url("../img/top/cv_accent01.png") no-repeat center center/cover;
  width: 145px;
  height: 151px;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion:before {
    width: 380px;
    height: 394px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion:after {
  content: "";
  background: url("../img/top/cv_accent03.png") 0 0 no-repeat/cover;
  width: 144px;
  height: 178px;
  position: absolute;
  top: 8px;
  right: 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion:after {
    width: 322px;
    height: 399px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner {
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .p_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 2rem;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .p_01 {
    font-size: 42px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .p_01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 29px;
  background: url("../img/top/accent_obj01.png") 0 0 no-repeat/cover;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .p_01:before {
    left: 32px;
    width: 45px;
    height: 45px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .p_01:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 29px;
  height: 29px;
  bottom: 0;
  background: url("../img/top/accent_obj02.png") 0 0 no-repeat/cover;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .p_01:after {
    right: 38px;
    width: 45px;
    height: 45px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 {
  color: #fff;
  height: 90px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  border: 3px solid #E3556A;
  display: block;
  background: #E3556A;
  width: 100%;
  margin: 0 auto 10px;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: inset 0px 0px 0px 2px #ff;
  -moz-box-shadow: inset 0px 0px 0px 2px #fff;
  box-shadow: inset 0px 0px 0px 1px #fff;
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01:hover {
  background: #DD3951;
  transition: all 0.2s linear;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 {
    max-width: 890px;
    height: 120px;
    margin: 0 auto 20px;
    z-index: 1;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 .lp_btn_01_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 .lp_btn_01_inner .txt_wrap {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 .lp_btn_01_inner .txt_wrap {
    font-size: 42px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 .lp_btn_01_inner:after {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: url("../img/top/arrow-3.png") 0 0 no-repeat/cover;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_01 .lp_btn_01_inner:after {
    width: 40px;
    height: 40px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 {
  position: relative;
  color: #E3556A;
  font-weight: 700;
  text-align: center;
  border-radius: 50px;
  border: 2px solid #E3556A;
  display: block;
  background: #fff;
  height: 70px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02:hover {
  background: #FDE7EA;
  transition: all 0.2s linear;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 {
    max-width: 600px;
    height: 80px;
    width: 100%;
    z-index: 1;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 .lp_btn_02_inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 .lp_btn_02_inner .txt_wrap {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 .lp_btn_02_inner .txt_wrap {
    font-size: 26px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 .lp_btn_02_inner:after {
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url("../img/ico/arrow.svg") 0 0 no-repeat/contain;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_conversion .inner .lp_btn_02 .lp_btn_02_inner:after {
    width: 25px;
    height: 25px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 {
  padding: 50px 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 {
    padding: 90px 0 70px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner {
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .p_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #00A4FF;
  font-size: 26px;
  margin-bottom: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .h_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #00A4FF;
  font-size: 3.2rem;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .h_01 {
    font-size: 52px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .p_02 {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
  line-height: 35px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item {
    width: 31.818%;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(n+4) {
    width: 31.818%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap {
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap {
    width: 100%;
    display: flex;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap > img, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap picture {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap > img, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap picture {
    width: 50%;
    object-fit: cover;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label {
  width: 100%;
  height: auto;
  min-height:160px;
  bottom: 0;
  background: #FFE034;
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label {
    left: 0;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label {
    padding-left: 5px;
    width: 50%;
    right: 0;
    /* position: absolute; */
    height: 100%;
    min-height:auto;
    height:auto;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .labelttl {
  /* position: absolute;
  top: 30%; */
  transform: translateY(-50%);
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
  color: #00A4FF;
  width: 100%;
  padding: 0 15px;
  padding-top: 78px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label h4 {
  color: #00A4FF;
  font-size:1em;
  padding: 0px 20px 0 20px;
  margin-top: -53px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 1.4em;
  font-weight:100;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label h4 {
    font-size: 0.8em;
    line-height: 1.1em;
    padding: 20px 10px 0 20px;
  }
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .labelttl span{
  font-size: 11px;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .labelttl {
    font-size: 1.3em;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .labelttl {
    font-size:0.9em;
    padding: 50px 5px 0 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon {
  width: 108px;
  height: 108px;
  position: absolute;
  top: -54px;
  background: #FFE034;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 40%;
    transform: translateY(-50%);
    border-radius: 30px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon {
    left: 50%;
    transform: translateX(-50%);
    border-radius: 54px;
    padding-top: 25px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon .num {
  font-size: 2.6rem;
  font-family: 'Delius Unicase', cursive;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: block;
  color: #00A4FF;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon .num {
    font-size: 2.1rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon .en {
  font-size: 1.3rem;
  font-family: 'Delius Unicase', cursive;
  color: #00A4FF;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item .wrap .label .circleicon .en {
    font-size: 1rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label {
  background: #00A4FF;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label .labelttl {
  color: #fff;
  font-size:1.2em;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label .labelttl {
    color: #fff;
    font-size:1em;
    padding-top: 50px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label h4 {
  color: #fff;
  font-size:1em;
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label h4 {
    color: #fff;
    padding-bottom:10px;
    font-size: 0.8em;
    line-height: 1.4em;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label .circleicon {
  background: #00A4FF;
  font-weight: 700;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label .circleicon .num {
  color: #fff;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_05 .inner .l_liststyle .item:nth-child(odd) .wrap .label .circleicon .en {
  color: #fff;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 {
  background: url("../img/top/bg_sky.png");
  background-size: cover;
  margin-bottom: 0px;
  padding: 50px 0;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 {
    margin-bottom: 0px;
    background: url("../img/top/bg_sky_sp.png");
    background-size: cover;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .sec_wrapper {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .sec_wrapper {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
  }
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .sec_wrapper {
    padding: 0 15px;
  }
}

@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .sec_wrapper .u_txt_2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .slick-dots li {
  margin: 0;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .slick-dots {
  bottom: -15px;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .slick-dots li.slick-active button:before {
  color: #FFE034;
  opacity: 1;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 button.slick-prev.slick-arrow,
.p_lp .l_container_lp .l_content_lp_wp .sec4 button.slick-next.slick-arrow {
  display: none !important;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .list.sp_slider {
    margin-bottom: 30px;
    width: 600px;
  }
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .list.sp_slider .item {
    padding-right: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item {
  max-width: 44.1%;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 40px;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap {
    display: block;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap img {
  display: block;
  transition: all 0.2s linear;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap {
  transition: all 0.2s linear;
  background: #fff;
  height: auto;
  position: relative;
  text-align: center;
  padding: 25px 20px 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap {
    height: auto;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap .u_txt_1 {
    text-align: left;
    line-height: 1.5;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap .listttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color:#00A4FF;
}
.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap span {
  font-size: 1.9rem;
  padding-bottom: 10px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #000;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: -0.16rem;
}

.heading {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}
.heading::before,
.heading::after {
  background-color: #000; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  content: "";
  height: 1.4px; /* 線の高さ */
  width: 20px; /* 線の長さ */
}
.heading::before {
  margin-right: 10px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.heading::after {
  margin-left: 10px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap p{
text-align: left;
font-size: 1.4rem;
padding-bottom:20px;
line-height: 27px;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: bold;
}

.p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item .wrap .inf_wrap .listttl {}


@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .sec4 .list .item:nth-child(even) {
    margin-left: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 {
  background: url("../img/top/bg_sky.png") 0 0 no-repeat;
  background-size: cover;
  padding: 90px 0 70px 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner {
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .p_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .h_02 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-size: 52px;
  margin-bottom: 30px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .p_02 {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list .product {
  max-width: 49.09091%;
  margin-bottom: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list .product .top {
  line-height: 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list .product .top .ball {
  display: none;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list .product .bottom {
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list .product .bottom p:nth-child(1) {
  text-align: center;
  font-weight: 700;
  color: #202020;
  font-size: 20px;
  margin-bottom: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_06 .inner .products_list .product .bottom p:nth-child(2) {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 {
  padding: 50px 0;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 {
    padding: 90px 0 90px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07:before {
  content: "";
  background: url("../img/top/campaign_bg02.png") 0 0 no-repeat;
  width: 425px;
  height: 1083px;
  position: absolute;
  top: 70px;
  left: 0;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07:before {
    display: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07:after {
  content: "";
  background: url("../img/top/campaign_bg01.png") 0 0 no-repeat;
  width: 420px;
  height: 1045px;
  position: absolute;
  top: 70px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07:after {
    display: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner {
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_01 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #00A4FF;
  font-size: 26px;
  margin-bottom: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_02 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #00A4FF;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_02 {
    font-size: 52px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_03 {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 70px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp {
    text-align: center;
    margin-bottom: 30px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_04, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_05, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_04, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_05 {
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
  text-align: center;
  color: #00A4FF;
  font-size: 3.2rem;
  background: #FFE034;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #FFE034 0%, #FFE034 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #FFE034 0%, #FFE034 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #FFE034 0%, #FFE034 15px, rgba(0, 0, 0, 0) 15px, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startcolor', endColorstr='$endcolor',GradientType=0 );
  /* IE6-9 */
  position: relative;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_04, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_05, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_04, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_05 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_04, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_05, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_04, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_05 {
    display: inline;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_04 span, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_05 span, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_04 span, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_05 span {
  font-size: 7rem;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_04 span, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04_wp .p_05 span, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_04 span, .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp .p_05 span {
    font-size: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05_wp {
    margin-bottom: 60px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_04 {
  margin-bottom: 30px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .p_05 {
  margin-bottom: 100px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item {
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap {
  padding: 15px 0;
  border-top: 3px solid #00A4FF;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap {
    width: 110px;
    height: 110px;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-right: 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .ball_yellow {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #FFE034;
  color: #00A4FF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .ball_yellow {
    width: 110px;
    height: 110px;
    border-radius: 110px;
    margin: 0 auto 5px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .ball_yellow p {
  transform: translateY(5px);
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .ball_yellow p span {
  width: 28px;
  height: 62px;
  font-size: 4.5rem;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .txt_wrap {
    flex: 1;
    padding-left: 10px;
    padding-top: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .txt_wrap .blue_txt {
  padding-top: 5px;
  color: #00A4FF;
  font-size: 15.5px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .txt_wrap .blue_txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .state {
    display: block;
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .state:before {
    content: '';
    background: #00A4FF;
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap .ball_yellow_wp .state:after {
    content: '';
    transition: all 0.2s linear;
    background: #00A4FF;
    display: block;
    height: 30px;
    width: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s linear;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .badge_wrap.active .ball_yellow_wp .state:after {
    height: 3px;
  }
}


.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems {
  flex: 1;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems {
    padding: 0 0 15px;
    display: none;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list {
    padding: 0 10px 15px;
    border-radius: 10px;
    background: #EFF9FF;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items {
    width: 16.6%;
    padding-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items {
    padding: 15px 5px 0;
    margin-bottom: 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items .img_wrap {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  overflow: hidden;
  margin: 0 auto 10px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items .img_wrap {
    width: 110px;
    height: 110px;
    border-radius: 55px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items .name_txt {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items .name_txt {
    font-size: 1.6rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .samplelist .item .listitems .list .items .name_txt .blu_txt {
  padding-right: 5px;
  color: #00A4FF;
  font-weight: 600;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp {
  max-width: 100%;
  border: 3px solid #00A4FF;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp {
    border: 5px solid #00A4FF;
    margin-bottom: 50px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .c_ttl_2._blue {
  width: 90%;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .c_ttl_2._blue span {
  color: #FFE034;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .top {
  color: #fff;
  line-height: 1.2;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  display: block;
  background: #00A4FF;
  height: 74px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -400px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .top {
    font-size: 32px;
    max-width: 800px;
    width: 100%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .top:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/top/bt.png") 0 0 no-repeat;
  left: 0;
  right: 0;
  bottom: -34px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .top p span {
  color: #FFE034;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0px 0px 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom {
    padding: 80px 0px 0px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom .ball_products_01 {
  padding: 0 10px;
  max-width: 157px;
  width: 100%;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom .ball_products_01 img {
  display: block;
  margin: 0 auto;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom .ball_products_01 p {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  font-size: 15.5px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom .ball_products_01 p span {
  color: #00A4FF;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp .bottom .ball_products_01 {
    width: 50%;
    max-width: 50%;
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp p.log {
  text-align: right;
  color: #202020;
  font-size: 1.4rem;
  padding: 20px 40px 20px 40px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .num_one_wp p.log {
    font-size: 1.6rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    padding: 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_yellow_wp .ball_yellow {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #FFE034;
  color: #00A4FF;
  text-align: center;
  font-family: "Delius Unicase", cursive;
  margin: 0 auto;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_yellow_wp .ball_yellow {
    width: 110px;
    height: 110px;
    border-radius: 110px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_yellow_wp .ball_yellow p {
  transform: translateY(5px);
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_yellow_wp .ball_yellow p span {
  width: 28px;
  height: 62px;
  font-size: 4.5rem;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_grey_wp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: left;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_grey_wp {
    flex: 1;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_grey_wp .ball_grey {
  padding: 0 10px;
  max-width: 157px;
  width: 100%;
  margin-bottom: 20px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_grey_wp .ball_grey img {
  display: block;
  margin: 0 auto;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_grey_wp .ball_grey p {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
  font-size: 15.5px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .inner .ball_list .ball_grey_wp .ball_grey p span {
  color: #00A4FF;
  font-weight: 700;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .p_06 {
  text-align: right;
  color: #202020;
  font-size: 1.4rem;
  margin-bottom: 65px;
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .p_06 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .p_06 {
    text-align: left;
    padding-left: 64%;
  }
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .p_06 {
    text-align: left;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .p_07 {
  text-align: right;
  color: #202020;
  font-size: 1.4rem;
  margin-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .p_07 {
    font-size: 1.6rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .button_01 {
  color: #fff;
  line-height: 1.2;
  font-size: 2rem;
  text-align: center;
  border-radius: 50px;
  display: block;
  background: #00A4FF;
  height: 74px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .button_01 {
    font-size: 32px;
    max-width: 800px;
    width: 100%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .button_01:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 34px;
  background: url("../img/top/bt.png") 0 0 no-repeat;
  left: 0;
  right: 0;
  bottom: -34px;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: inherit;
    -moz-align-items: inherit;
    -ms-align-items: inherit;
    align-items: inherit;
    flex-wrap: wrap;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product {
  border: 5px solid #00A4FF;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product {
    width: 31.81818%;
    padding: 0px 20px 20px 20px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product {
    margin-bottom: 15px;
    border: 3px solid #00A4FF;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .top {
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
  background: #00A4FF;
  max-width: 92%;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .top span {
  color: #FFE034;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .mid {
    padding-top: 20px;
  }
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .mid {
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .mid img {
  display: block;
  margin: 0 auto;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .mid p {
  text-align: center;
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 35px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .mid p span {
  color: #00A4FF;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .bottom {
    max-width: 92%;
    width: 100%;
    margin: 0 auto 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .bottom p {
  color: #202020;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .bottom p {
    font-size: 16px;
    font-weight: 700;
  }
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .bottom p {
    line-height: 35px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .bottom p span {
  color: #00A4FF;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product .bottom .blue_bg {
  background: #E0F1FC;
  padding: 0px 25px;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product:nth-child(1) .blue_bg {
    margin-top: 76px;
  }
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product:nth-child(2) .blue_bg {
    margin-top: 76px;
  }
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_07 .products_list .product:nth-child(3) .blue_bg {
    margin-top: 40px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 {
  margin-bottom: 0px;
  padding: 90px 0 60px;
  background: #FFE034;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 {
    padding: 40px 0 20px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap {
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap .wordbreak {
  display: block;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap .wordbreak {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap .c_ttl_1 {
    text-align: center;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap .c_ttl_1 .small {
    text-align: center;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap .kuma {
  width: 187px;
  position: absolute;
  right: 0;
  top: -30px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap .kuma {
    width: 278px;
    top: -40px;
  }
}


.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .read_wrap p {
  text-align: center;
}








.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  margin-bottom: 10px;
}



@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist {
    margin-bottom: 25px;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist{
    justify-content: space-between;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item {
  width: 48%;
  width: 48.4058%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item {
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item:nth-child(8) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item:nth-child(8) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* 
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item:nth-child(5n+5) {
    margin-right: 0;
  }
} */
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item:nth-child(even) {
    margin-right: 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap {
  position: relative;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap img {
  display: block;
  width: 100%;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label {
  width: 100%;
  height: 80px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label {
    height: 90px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .label_inner {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .labelttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .labelttl {
    margin-bottom: 5px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .call_txt {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .call_txt {
    font-size: 1.6rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .call_txt:before {
  content: '';
  transform: translateY(5px);
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  background: url(../img/ico/ico_phone_black.svg) no-repeat center center/cover;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_li_08 .schoollist .item .wrap .label .call_txt:before {
    transform: translateY(2px);
    width: 14px;
    height: 14px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form {
  background: #00A4FF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00A4FF 0%, #00A4FF 450px, rgba(0, 0, 0, 0) 450px, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00A4FF 0%, #00A4FF 450px, rgba(0, 0, 0, 0) 450px, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00A4FF 0%, #00A4FF 450px, rgba(0, 0, 0, 0) 450px, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$startcolor', endColorstr='$endcolor',GradientType=0 );
  /* IE6-9 */
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .ttl {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .ttl {
    margin-bottom: 30px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .ttl .small {
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .ttl .small {
    font-size: 2.6rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .ttl .large {
  line-height: 1.3;
  display: block;
  font-size: 3.2rem;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .ttl .large {
    font-size: 5.2rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1 {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
  padding: 0 50px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border: 2px solid #00A4FF;
  color: #00A4FF;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1 {
    padding: 0 30px;
    font-size: 1.4rem;
    width: 90%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1:after {
  content: '';
  margin-left: 5px;
  width: 15px;
  height: 15px;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZyBpZD0iYXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDEwIC0xODczKSI+CiAgICA8Y2lyY2xlIGlkPSLmpZXlhoblvaJfNyIgZGF0YS1uYW1lPSLmpZXlhoblvaIgNyIgY3g9IjcuNSIgY3k9IjcuNSIgcj0iNy41IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMDEwIDE4NzMpIiBmaWxsPSIjMDBhNGZmIi8+CiAgICA8ZyBpZD0iYmFjayIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTA3NC4xMTMgMTg4NC4wMDEpIHJvdGF0ZSgxODApIj4KICAgICAgPHBhdGggaWQ9IkNoZXZyb25fUmlnaHQiIGQ9Ik01NC4yMTksMy43NTEsNTcuNDg2LDYuOWEuMzc4LjM3OCwwLDAsMCwuNTE5LDAsLjM0NC4zNDQsMCwwLDAsMC0uNUw1NSwzLjUsNTguMDA1LjZhLjM0NC4zNDQsMCwwLDAsMC0uNS4zNzguMzc4LDAsMCwwLS41MTksMEw1NC4yMTksMy4yNTFBLjM0Ny4zNDcsMCwwLDAsNTQuMjE5LDMuNzUxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSIgZmlsbD0iI2ZmZiIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==");
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1:hover {
  background: #FFE034;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1._center {
  margin-left: auto;
  margin-right: auto;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1._blue {
  border: 2px solid #00A4FF;
  background: #00A4FF;
  color: #fff;
  max-width: 300px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1._blue:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZyBpZD0iYXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgPGNpcmNsZSBpZD0i5qWV5YaG5b2iXzciIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDciIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjcuNSIgZmlsbD0iI2ZmZiIvPgogICAgPGcgaWQ9ImJhY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDExKSByb3RhdGUoMTgwKSI+CiAgICAgIDxwYXRoIGlkPSJDaGV2cm9uX1JpZ2h0IiBkPSJNLjEwNiwzLjc1LDMuMzczLDYuOWEuMzc4LjM3OCwwLDAsMCwuNTE5LDAsLjM0NC4zNDQsMCwwLDAsMC0uNUwuODg1LDMuNSwzLjg5Mi42YS4zNDQuMzQ0LDAsMCwwLDAtLjUuMzc4LjM3OCwwLDAsMC0uNTE5LDBMLjEwNiwzLjI1QS4zNDcuMzQ3LDAsMCwwLC4xMDYsMy43NVoiIGZpbGw9IiMwMGE0ZmYiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1._blue:hover {
  border: 2px solid  #0076FF;
  background: #0076FF;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1._pink {
  background: #E3556A;
  color: #fff;
  height: 70px;
  border-radius: 35px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .c_btn_1._pink:after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICA8ZyBpZD0iYXJyb3ciIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiPgogICAgPGNpcmNsZSBpZD0i5qWV5YaG5b2iXzciIGRhdGEtbmFtZT0i5qWV5YaG5b2iIDciIGN4PSI3LjUiIGN5PSI3LjUiIHI9IjcuNSIgZmlsbD0iI2ZmZiIvPgogICAgPGcgaWQ9ImJhY2siIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwIDExKSByb3RhdGUoMTgwKSI+CiAgICAgIDxwYXRoIGlkPSJDaGV2cm9uX1JpZ2h0IiBkPSJNLjEwNiwzLjc1LDMuMzczLDYuOWEuMzc4LjM3OCwwLDAsMCwuNTE5LDAsLjM0NC4zNDQsMCwwLDAsMC0uNUwuODg1LDMuNSwzLjg5Mi42YS4zNDQuMzQ0LDAsMCwwLDAtLjUuMzc4LjM3OCwwLDAsMC0uNTE5LDBMLjEwNiwzLjI1QS4zNDcuMzQ3LDAsMCwwLC4xMDYsMy43NVoiIGZpbGw9IiMwMGE0ZmYiLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .sec {
  padding: 60px 0 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .sec._confirm {
  padding: 150px 0 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .sec._confirm {
    padding: 190px 0 150px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .sec._confirm .list .item .input_wrap .tb_wrap {
  padding-left: 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .sec {
    padding: 80px 0 150px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .sec {
    background: url(../img/top/cv_accent01.svg) no-repeat top left, url(../img/top/cv_accent02.svg) no-repeat top right;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .u_roundtop_wrap {
  background: #fff;
  padding: 35px 15px 50px;
  border-radius: 10px 10px 0 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .u_roundtop_wrap {
    padding: 40px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .l_content_size {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .l_content_size {
    width: auto;
    padding: 0 15px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .stepimg_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .contact_btnwrap:hover > input {
  transition: all 0.2s linear;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .list {
  padding: 30px 0 70px 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list {
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list {
    width: 844px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list br {
  display: none;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item._mb10 {
  margin-bottom: 0;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item._mb10 {
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label {
    width: 224px;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label {
    margin-bottom: 10px;
  }

  .c_ttl_1 .large{
    font-size: 2.8rem;
  }


}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label.irregular {
  align-items: flex-start;
  padding-top: 15px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label.irregular:after {
  transform: translateY(0);
  top: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "必須";
  width: 48px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid #00A4FF;
  color: #00A4FF;
  border-radius: 2px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label._nomust:after {
  content: "任意";
  background: #C7C7C7;
  border-color: #C7C7C7;
  color: #fff;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label._notag:after {
  content: none;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_txt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 961px) {

  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_txt {
    font-size: 1.55rem;
  }

  .label_inner.plus{
    width: 160px;
  }

  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_inner.plus .label_txt{
    font-size: 12px;
  }

}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_txt .wordbreak {
    display: block;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_txt_s {
  font-size: 1.2rem;
  display: inline-block;
  padding-left: 5px;
  padding-top: 5px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_txt_s {
    font-size: 1.4rem;
    padding-left: 0;
    display: block;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap {
  flex: 1;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap {
    max-width: 600px;
    padding-left: 20px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap.name {
  padding-top: 9px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap.irregular {
  align-items: flex-start;
  padding-top: 15px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap.irregular:after {
  transform: translateY(0);
  top: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap._ymd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap {
  position: relative;
  width: 100%;
  display: block;
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap.add{
  flex-wrap: wrap;
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap.add .mwform-radio-field{
  width: 26%;
  margin-bottom: 0.5%;
}

.form-ex-small{
  font-size: 11px;
  margin-top: 1%;
}

.form-ex-small.add{
  font-size: 11px;
  margin-top: 0.5%;
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label.form-adjust:after{
  position: absolute;
    right: 0;
    top: 25%;
    transform: translateY(-50%);
    content: "必須";
    width: 48px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.4rem;
    border: 1px solid #00A4FF;
    color: #00A4FF;
    border-radius: 2px;
}

.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .label .label_txt.add-plus{
  display: block;
  margin-top: -32px;
}

@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap {
    width: 300px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._long {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._long {
    width: 600px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._y {
  width: 120px;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._y {
    width: 25%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._md {
  width: 90px;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._md {
    width: 20%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._txt {
  height: 50px;
  display: block;
  padding: 0 30px 0 10px;
  font-size: 1.4rem;
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap._txt {
    width: 5%;
    padding: 0 20px 0 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.sb:after {
  content: "";
  pointer-events: none;
  width: 15px;
  height: 15px;
  background: url(../img/contact/select.svg) no-repeat center center;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 20px 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap .mwform-radio-field {
  width: 100%;
  margin-right: 10px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap .mwform-radio-field {
    width: 16%;
  }
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap .mwform-radio-field {
    margin-bottom: 10px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap .mwform-radio-field .mwform-radio-field-text {
  font-size: 1.4rem;
  position: relative;
  margin-left: 1.5em;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap .mwform-radio-field .mwform-radio-field-text:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/contact/circle.svg) no-repeat center center;
  display: inline-block;
  position: absolute;
  left: -1.5em;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.rb_wrap .mwform-radio-field .rb:checked + .mwform-radio-field-text:before {
  background: url(../img/contact/circle_on.svg) no-repeat center center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap {
    padding: 10px 20px 0;
    margin-bottom: 0;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap .mwform-checkbox-field {
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap .mwform-checkbox-field {
    width: 25%;
    width: 26%;
    width: 32%;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap .mwform-checkbox-field .mwform-checkbox-field-text {
  font-size: 1.4rem;
  position: relative;
  margin-left: 1.5em;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap .mwform-checkbox-field .mwform-checkbox-field-text:before {
  content: '';
  width: 16px;
  height: 15px;
  background: url(../img/contact/cb.svg) no-repeat center center;
  display: inline-block;
  position: absolute;
  left: -1.5em;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb_wrap.cb_wrap .mwform-checkbox-field .cb:checked + .mwform-checkbox-field-text:before {
  background: url(../img/contact/cb_on.svg) no-repeat center center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb {
  border: 1px solid #C7C7C7;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  padding: 0 10px;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb {
    padding: 0 20px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb.txa {
  height: 100px;
  padding: 15px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .list .item .input_wrap .tb:focus {
  background: #EFF9FF;
  transition: all 0.2s linear;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .caution {
  margin: 30px 0 20px;
  line-height: 2;
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .caution {
    margin: 50px 0 20px;
    text-align: center;
    font-size: 1.6rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .caution a {
  color: #00A4FF;
  text-decoration: underline;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .privacypolicy_wrap {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .privacypolicy_wrap {
    padding-bottom: 50px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .privacypolicy_wrap .mwform-radio-field-text {
  font-size: 1.4rem;
  position: relative;
  margin-left: 2em;
  line-height: 20px;
  font-weight: 700;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .privacypolicy_wrap .mwform-radio-field-text:before {
  content: '';
  width: 22px;
  height: 20px;
  background: url(../img/contact/ico_check_def.svg) no-repeat center center;
  display: inline-block;
  position: absolute;
  left: -2em;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .privacypolicy_wrap .rb:checked + .mwform-radio-field-text:before {
  background: url(../img/contact/ico_check.svg) no-repeat center center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form .error {
  color: #E3556A;
  font-size: 1.6rem;
  padding-top: 10px;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .error_place {
  width: 100%;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .c_btn_1 {
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .c_btn_1 {
    width: 100%;
    max-width: 400px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .c_btn_1:hover {
  transition: all 0.2s linear;
  background: #DD3951;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .c_btn_1._blue:hover {
  transition: all 0.2s linear;
  background: #0076FF;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .subttl {
  font-size: 3.2rem;
  color: #00A4FF;
  margin-bottom: 40px;
  text-align: center;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .subttl {
    font-size: 4.8rem;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .thx_txt {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 20px;
  text-align: center;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .item._kakunin {
  display: none;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .privacypolicy_wrap {
  display: none;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .list .item._mb10 {
    margin-bottom: 20px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .mw_wp_form_complete {
  max-width: 400px;
  margin: 0 auto;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .backbtn_wrap {
  padding: 20px 0;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .backbtn_wrap .c_btn_1 {
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .backbtn_wrap .c_btn_1 {
    max-width: 260px;
  }
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .list .item .input_wrap .tb_wrap {
  font-size: 1.6rem;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .list .item .input_wrap .tb_wrap {
  width: auto;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .list .item .input_wrap .tb_wrap.sb:after,
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .list .item .input_wrap .tb_wrap.sb:after {
  content: none;
}
.p_lp .l_container_lp .l_content_lp_wp .l_content_lp_form .form_wrap .mw_wp_form_confirm .caution {
  display: none;
}
.p_lp .l_gnav {
  position: fixed;
  z-index: 9998;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p_lp .l_gnav {
    display: none;
  }
}
.p_lp .l_gnav .l_gnav_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_lp .l_gnav .l_gnav_wrap .item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 55px;
  width: 50%;
  background: #fff;
}
.p_lp .l_gnav .l_gnav_wrap .item .item_wrap {
  text-align: center;
}
.p_lp .l_gnav .l_gnav_wrap .item .txt {
  line-height: 1.5;
  color: #E3556A;
  font-size: 1.1rem;
}
.p_lp .l_gnav .l_gnav_wrap .item._red {
  background: #E3556A;
}
.p_lp .l_gnav .l_gnav_wrap .item._red .txt {
  color: #fff;
}
.p_lp .l_popup {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.16);
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s linear;
}
.p_lp .l_popup.active {
  overflow: scroll;
  pointer-events: auto;
  opacity: 1;
}
.p_lp .l_popup .popinner {
  padding: 100px 0 0;
  border-radius: 10px;
  background: #fff;
  position: relative;
}
.p_lp .l_popup .popinner .ttl {
  margin-bottom: 25px;
  font-size: 2rem;
  color: #E3556A;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
  font-weight: 700;
}
.p_lp .l_popup .popinner .list .item {
  padding: 0 40px 20px;
}
.p_lp .l_popup .popinner .list .item .cta {
  background: #E3556A;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 35px;
  margin-bottom: 10px;
}
.p_lp .l_popup .popinner .list .item .cta .cta_inner .schoolname {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p_lp .l_popup .popinner .list .item .cta .cta_inner .telno {
  text-align: center;
  color: #fff;
}
.p_lp .l_popup .popinner .list .item .cta .cta_inner .telno:before {
  content: '';
  margin-right: 5px;
  transform: translateY(5px);
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../img/top/ico_phone_white.svg) no-repeat center center/cover;
}
.p_lp .l_popup .popinner .list .item .inf_wrap {
  width: 260px;
  margin: 0 auto;
}
.p_lp .l_popup .popinner .list .item .inf_wrap .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.p_lp .l_popup .popinner .list .item .inf_wrap .items .label {
  width: 121px;
  font-size: 1.2rem;
  text-align: right;
}
.p_lp .l_popup .popinner .list .item .inf_wrap .items .txt {
  flex: 1;
  padding-left: 10px;
  font-size: 1.2rem;
}
.p_lp .l_popup .popinner .closebtn {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
}
.p_lp .l_popup .popinner .closebtn ._1 {
  width: 30px;
  height: 2px;
  background: #E3556A;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 20px;
  top: 30px;
}
.p_lp .l_popup .popinner .closebtn ._2 {
  position: absolute;
  left: 20px;
  top: 30px;
  width: 30px;
  height: 2px;
  background: #E3556A;
  display: block;
  transform: rotate(-45deg);
}

.l_footer {
  background: #F4F4F4;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .l_footer {
    height: 120px;
  }
}
.l_footer .txt {
  font-size: 1.4rem;
}
@media screen and (min-width: 961px) {
  .l_footer .txt {
    font-size: 1.6rem;
  }
}

body.fixed {
  position: fixed;
}

/*# sourceMappingURL=top.css.map */



.accordion_test {
  margin: 3em auto;
  max-width: 100%;
  }
  .tog {
  display: none;
  }
  .option_test {
  position: relative;
  margin-bottom: 1em;

  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  color: #333;
  font-weight: bold;

  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 0 15px;
  border-top: 3px solid #00A4FF;
  }
  .title_2,
  .content_2 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  }


  .title_2 {


  }
  .title_2::after,
  .title_2::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 2.25em;
  width: 3px;
  height: 2.2em;
  background-color: #00A4FF;
  transition: all 0.3s;
  }
  .title_2::after {
  transform: rotate(90deg);
  }
  .content_2 {
  max-height: 0;
  overflow: hidden;
  }
  .content_2 p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
  }
  .tog:checked + .title_2 + .content_2 {
  max-height: 500px;
  height: auto;
  max-height: none;
  transition: all 1.5s;
  }
  .tog:checked + .title_2::before {
  transform: rotate(90deg) !important;
  }
.b_txt{
  padding-top: 5px;
  color: #00A4FF;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  text-align: left;
  padding: 40px 0;
  margin-left: 100px;
}


.ball_yellow_ac {
  width: 90px;
    height: 90px;
    border-radius: 45px;
    background: #FFE034;
    color: #00A4FF;
    text-align: center;
    font-family: "M PLUS Rounded 1c", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, Verdana;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ball_yellow_ac span {
  width: 28px;
  height: 62px;
  font-size: 4.5rem;
}
.bcy_wrap{
  /* display:flex;
  align-items: center;
  justify-content: flex-start; */
  position: absolute;
  top:10px;
  left:10px;

}
.content_2 .listitems {
  padding-bottom: 13px;
}
.content_2 .listitems .list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 15px;
  border-radius: 10px;
  background: #EFF9FF;
}
.content_2 .listitems .list .items {
  padding: 15px 5px 0;
  margin-bottom: 0;
  width: 50%;
}
.content_2 .listitems .list .items .img_wrap {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.content_2 .listitems .list .items .name_txt {
  text-align: center;
  font-size: 1.4rem;
}
.content_2 .listitems .list .items .name_txt .blu_txt {
  padding-right: 5px;
  color: #00A4FF;
  font-weight: 600;
}






  @media screen and (max-width: 767px) {
    .sp_only {
      display:block;
    }
  }
  @media screen and (min-width: 768px) {
    .sp_only {
      display:none;
    }
  }


  @media screen and (max-width: 767px) {
    .pc_only {
      display:none;
    }
    .pc_br{
      display:none;
    }
  }
  @media screen and (min-width: 768px) {
    .pc_only {
      display:block;
    }
    .pc_br{
      display:block;
    }
  }



