@charset "utf-8";
/*  01 link
======================================================================================*/
/*  04 content
======================================================================================*/
/* main --------------------*/
.main {
  background-color: #ebf6ff;
  padding: 25px 10px;
}
.main h1 {
  font-size: 23px;
  color: #000;
}
.main h1 span {
  color: #2c64cc;
}
/* .mainTop */
.mainTop {
 background-image: url(../img/main_top_sp.jpg);
 background-repeat: no-repeat;
 background-position: top 140px center;
 background-size: 375px auto;
 text-align: center;
}

.emblem {
  margin: 280px auto 20px;
  display: flex;
  gap:10px;
  max-width: 340px;
}

.emblem > p{
  width: 160px;
  margin-bottom: 0;
}
.emblem .emblem_fig {
  width: 170px;
}

.emblem .emblem_fig p {
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.emblem .emblem_fig p:nth-of-type(1){
  border-top: 1px solid #bde2ff;
  border-bottom: 1px solid #bde2ff;
  padding: 5px 0;
}

.emblem .emblem_fig p:nth-of-type(1) span {
  font-size: 10px;
}

.emblem .emblem_fig p:nth-of-type(2){
  color: #ff0000;
  font-size: 19px;
}

.emblem .emblem_fig p:nth-of-type(2) span{
  font-size: 30px;
}


/* main2nd */
.main2nd {
 padding: 20px 0 35px;
  background-image: url(../img/main_2nd_sp.png);
 background-repeat: no-repeat;
 background-position: right top;
 background-size: contain;
}

.document_title {
 padding: 20px 0 35px;
}
.main2nd h1,
.document_title h1{
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.main2nd h1 span,
.document_title h1 span {
  font-size: 13px;
  color: #2c64cc;
  font-weight: 700;
}

.main2nd h1:before,
.document_title h1:before {
  background-color: #2c64cc;
  content: '';
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}



/* common button -----------*/

.common_bu {
  margin-bottom: 10px;
}

.mfp_buttons {
  margin-bottom: 10px;
  text-align: center;
}

.common_bu  span {
  font-size: 12px;
  font-weight: 700;
}

.common_bu  span:before {
  content: "＼ ";
}

.common_bu  span:after {
  content: " ／";
}

.common_bu a,
.mfp_buttons button{
  display: inline-block;
  padding: 7px 40px 8px;
  margin: 5px 0 10px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-color: #2c65cd;
  border-radius: 2.5em;
  position: relative;
  box-shadow: 0px 0px 8px 0px rgba(12, 131, 196, 0.2);
  border: none;
}

.mfp_buttons button{
  padding: 10px 60px 11px;
  font-size: 17px;
  font-weight: 700;
}

.bu_document a,
.mfp_buttons button {
  background-color: #fdd84a;
  color: #000;
  font-weight: 400;
}

.common_bu  a:before,
.common_bu  a:after,
.mfp_buttons button:before,
.mfp_buttons button:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.common_bu a:before,
.mfp_buttons button:before {
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.common_bu  a:after,
.mfp_buttons button:after {
  width: 7px;
  height: 1px;
  background: #fff;
}

.bu_document a:before,
.mfp_buttons button:before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.bu_document a:after,
.mfp_buttons button:after {
  background: #000;
}

.bu_estimate a:hover {
  background-color: #1c4bbf;
  transition: .5s ease;
  color: #fff;
}
.bu_document a:hover,
.mfp_buttons button:hover {
  background-color: #fdba23;
  transition: .5s ease;
}

#mfp_confirm_table + .mfp_buttons {
  display: flex;
    margin: auto;
  justify-content: space-between;
}

#mfp_confirm_table + .mfp_buttons button {
  padding: 10px 20px 11px 10px;
    min-width: 130px;
}
#mfp_button_cancel,
.common_bu.bu_cancel a{
  background-color: #ddd;
  color: #000;
}

#mfp_button_cancel:before,
#mfp_button_cancel:after,
.common_bu.bu_cancel a:before,
.common_bu.bu_cancel a:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 20px;
  width: 1px; /* 棒の幅（太さ） */
  height: 11px; /* 棒の高さ */
  background: #000;
  border: none;
}

#mfp_button_cancel:before,
.common_bu.bu_cancel a:before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
#mfp_button_cancel:after,
.common_bu.bu_cancel a:after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/* toppage -----------------*/

.scene_area .bl_bold {
  font-size: 16px;
}

.scene_fuki {
 background-image: url(../img/scene_bg.png);
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: 110px auto;
  padding-bottom: 120px;
  margin-bottom: 10px;
}

.scene_fuki p {
  background-color: #058fe6;
  border-radius: 20px;
  padding: 15px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  position: relative;
}

.scene_fuki p span {
  color: #ffff00;
}

.scene_fuki p:before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #058fe6;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}

.solve_reason_img img {
  width: 253px;
}

.solve_reason {
  display: flex;
  gap:2%;
}

.solve_reason > div {
  width: 32%;
 background-image: url(../img/ye_dotline.png);
 background-repeat: no-repeat;
 background-position: center bottom 10px;
 background-size: auto 32px;
  padding-bottom: 50px;
}

.solve_reason > div p {
  background-color: #759dad;
  border-radius: 10px;
  padding: 7px 5px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
}

.solve .solve_catch {
  background-color: #058fe6;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.solve_ok {
  display: flex;
  gap:2%;
}

.solve_ok > div {
  width: 32%;
 background-image: url(../img/ye_dotarrow.png);
 background-repeat: no-repeat;
 background-position: center top 5px;
 background-size: auto 52px;
  padding-top: 65px;
}

.solve_ok > div p:nth-of-type(1) {
  background-color: #fff097;
  border-radius: 10px 10px 0 0;
  padding: 5px 10px 10px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  font-size: 11px;
  margin-bottom: 0;
}

.solve_ok > div p:nth-of-type(1) span {
  color: #048fe6;
  font-family: 'Damion', cursive;
  font-size: 19px;
  font-weight: 400;
}

.solve_ok > div p:nth-of-type(2) {
  background-color: #fff;
  padding: 10px 5px;
  border-radius: 0 0 10px 10px;
}

.expand_stage {
  width: 240px;
  margin: auto;
}

.expand_stage dl {
  padding: 10px;
  margin: 0 0 10px;
}

.expand_stage dt {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.expand_stage dd {
  padding-top: 10px;
  font-weight: 500;
}

.expand_stage .expand_start {  background-color: #c5e5f9;}
.expand_start dt {  background-color: #058fe6;}

.expand_stage .expand_add {  background-color: #cfece9;}
.expand_add dt {  background-color: #53bbb0;}

.expand_stage .expand_challenge {  background-color: #fff097; margin-bottom: 20px;}
.expand_challenge dt {  background-color: #ff9c00;}

.self_zero {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap:4%;
  margin-bottom: 20px;
}

.self_zero p {
  margin: 0;
  width: 48%;
}

.self_zero > p:first-of-type {
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.self_zero > p:first-of-type span {
  display: inline-block;
  position: relative;
  color: #fff;
  background-color: #2b64cc;
  padding: 3px 5px 5px 12px;
  margin-top: 10px;
}

.self_zero > p:first-of-type span:before {
  content: "";
  border: 25px solid transparent;
  border-left: 25px solid #2b64cc;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.self_option {
 background-image: url(../img/support.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 60px auto;
  padding: 12px 0 12px 65px;
}

.self_option dt {
  border-radius: 5px;
  background-color: #759dad;
  color: #fff;
}

.self_option dd {
  font-size: 12px;
}


.person {
 background-image: url(../img/person_bg_sp.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 160px auto;
}
@media screen and (max-width : 750px) {
  .person_area {
    position: relative;
  }
.person_area div .name {
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
  .person_area > p {
    padding-bottom: 40px;
  }
}

.person_area div p {
  text-align: left;
}

.name span {
  font-size: 18px;
  padding-left: 10px;
}

.top .voice {
  border-top: 1px solid #d9d9d9;
}

.voice_title {
  background-image: url("../img/voice_bg_sp.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  padding: 20px 0 5px;
  margin-bottom: 20px;
}

.voice_title > p {
  margin-bottom: 10px;
}

.voice_title img {
  padding: 0 15%;
}

.voice_title_tx * {
  color: #fff;
}

.voice_title_tx h3 {
  display: inline-block;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 700;
}


.voice_title_tx h3 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.voice > p {
  text-align: left;
}


.questions_blk {
  background-color: #fff;
  padding: 1px 10px 15px;
}

.questions_blk h3 {
  color: #2c64cc;
  font-size: 17px;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  margin-top: 30px;
}

i {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  padding-right: 10px;
  line-height: 1.4;
  margin-top: -5px;
  display: inline-block;
  width: 25px;
  text-align: center;
}

.question,
.answer {
  padding: 14px 14px 14px 4px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  margin-bottom: 0;
}

.question {
  position: relative;
}

.question:before,
.question:after,
.active:before {
    content:"";
    position:absolute;
    top:50%;
    background:#2c64cc;
}


.question:before {
    right:12px;
    width:2px;
    height:10px;
    margin-top:-7px;
}

.question:after {
    right:8px;
    width:10px;
    height:2px;
    margin-top:-3px;
}

.question.active:before {
	display:none;
}

.answer {
  display: none;
  color: #2c64cc;
}

.answer i {
  color: #2c64cc;
}

/* voice page----------*/

.voice_link {
  background-color: #f4f4f4;
}

.voice_link a {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 700;
}

.voice_content {
  margin-top: 40px;
}

.voice_content * {
  text-align: left;
}

.voice_content p {
  margin-bottom: 30px;
}

.voice_h {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 10px 0 10px 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.voice_h span {
  display: inline-block;
  border-left: 3px solid #2c65cd;
  padding-left: 10px;
}


.voice_content h4 {
  position: relative;
  color: #2c65cd;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
}

.voice_content h4:before {
  position: absolute;
  left:0px;
  content: "ー";
}

.voice_end {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
}

.voice .voice_foot01 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.voice .voice_foot02 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #2c64cc;
}


/* function page -----*/
.app_tx {
  margin: 0 10px 35px;
}

.app_tx li {
  background-color: #fff;
  border: 1px solid #07a4ff;
  border-radius: 5px;
  padding: 10px 20px 10px 30px;
  text-align: left;
  margin-bottom: 10px;
}

@media screen and (max-width : 750px) {
  .app_tx li {
    position: relative;
  }
  .app_tx li:before {
    content:"1";
    color: #07a4ff;position: absolute;
    left:10px;
    top:10px
  }
  .app_tx li:nth-child(2):before { content:"2"; }
  .app_tx li:nth-child(3):before { content:"3"; }
  .app_tx li:nth-child(4):before { content:"4"; }
}

.appdl_area dl {
  background-color: #fff;
  border-radius: 22px;
  padding: 22px;
  margin-bottom: 30px;
}

.appdl_area dt {
  background-color: #048fe6;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.appdl_area dt span {
  color: #ffff00;
}

.shift_exp {
  background:linear-gradient(90deg,#e0e9ed 0%,#e0e9ed 50%,#fff097 50%,#fff097 100%);
  padding-bottom: 3%;
  margin-bottom: 30px;
}

.shift_label {
  display: flex;
  padding: 6% 0;
}

.shift_label p {
  margin: 0 4%;
  width: 42%;
  background-color: #759dad;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
}

.shift_label p:nth-of-type(2) {
  background-color: #048fe6;
}

.shift_img {
  display: flex;
 background-image: url(../img/shift_arrow_sp.png);
 background-repeat: no-repeat;
 background-position: top 30% left 48%;
 background-size: 47px auto;
}

.shift_img p {
  margin: 0 6% 6%;
  width: 38%;
  line-height: 1.4;
}


.shift_keep {
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 5px;
  margin: 0 4%;
  padding: 4% 0;
}

.shift_keep h3 {
  color: #048fe6;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 10px;
}

.shift_keep p {
  margin-bottom: 5px;
}

.shift_keep ul {
  display: flex;
}

.shift_keep li {
  width: 25%;
  font-size: 12px;
}

.support_img {
  background-color: #fff;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 5px;
}

.support_img p:nth-of-type(2){
  background-color: #048fe6;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
}

.support_img p:nth-of-type(2) span{
  color: #ffff00;
  font-weight: 700;
}

.support_img img {
  width: 60%;
}

.support_img + p{
  font-size: 12px;
  margin-bottom: 30px;
}

.number .number_catch {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 8px 0;
  font-weight: 700;
  font-size: 14px;
}

.number_catch span {
  color: #e4007f;
}

.number_compare {
 background-image: url(../img/compare_arrow_sp.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 35px 41px;
  margin-bottom: 40px;
}

.number_compare > div {
  background-color: #e0e9ed;
  border-radius: 5px;
  padding: 12px;
}

.number_compare > div h3 {
  background-color: #759dad;
  border-radius: 5px;
  padding: 5px 12px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 12px;
}

.number_compare > div ul {
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 8px 15px;
}

.number_compare > div li {
  font-size: 13px;
 border-bottom: 1px solid #e0e9ed;
  padding: 10px 0 10px 26px;
  text-align: left;
  line-height: 23px;
  position: relative;
}

.number_compare > div li:before {
  content: "×";
  font-size: 23px;
  font-weight: 700;
  color: #759dad;
  display: block;
  position: absolute;
  top:10px;
  left:0;
}

.number_compare > .compare_doko {
  background-color: #d2eef6;
  margin-top: 70px;
}

.number_compare > .compare_doko h3 {
  background-color: #048fe6;
}

.number_compare > .compare_doko li:before {
  content: "〇";
  color: #e4007f;
  display: block;
}

.number_merit_h {
  background-color: #048fe6;
  border-radius: 5px;
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.6;
}

.number_merit_h span {
  color: #fff100;
}

.number_merit dl {
  background-color: #fff097;
  border-radius: 5px;
  padding: 17px;
  margin: 20px 0;
}

.number_merit dt {
  background-color: #048fe6;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.number_merit dd {
  font-size: 14px;
  line-height: 1.6;
  padding-bottom: 5px;
}

.number_merit dd img {
  width: 189px;
}

#content .like tr td:nth-of-type(2){
  color: #e4007f;
  font-size: 16px;
}

.encrypt_img {
  background-color: #ebf6ff;
  padding: 4%;
}

.encrypt_img h3 {
  background-color: #048fe6;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px;
  margin-bottom: 10px;
}

.encrypt_img p {
  margin-bottom: 0;
}

.antenna .number_compare div div {
  background-color: #fff;
  border-radius: 5px;
  padding: 7px 12px 15px;
}

.antenna .number_compare div div img {
  width: 180px;
}

.antenna .number_compare div div p {
  margin-bottom: 10px;
}

/* fee page ----------*/

.fee_include_area {
  background-color: #ebf6ff;
  padding: 3% 3% 1px;
  margin-bottom: 20px;
}
.exclude.fee_include_area {
  background-color: #e0e9ed;
}

.fee_include_area h3 {
  background-color: #048fe6;
  padding: 5px;
  color: #fff;
  font-size: 16px;
}

.exclude.fee_include_area h3 {
  background-color: #759dad;
  font-size: 14px;
}
.fee_include_inner {
  display: flex;
  padding: 25px 0 0;
  gap:5%;
}
.exclude .fee_include_inner {
  display: block;
  padding: 25px 0 0;
}

.fee_include_inner div {
  width: 50%;
  padding: 0 5%;
}

.fee_include_inner > p {
  width: 45%;
  padding: 0 5%;
}

.fee_include_inner p {
  font-weight: 700;
}
@media screen and (max-width : 750px) {
  .fee_include .fee_include_area:nth-of-type(1) p img {
    padding-bottom: 10px;
  }
.exclude .fee_include_inner div {
  display: flex;
  width: 100%;
  padding: 0;
   align-items: center;
}

.exclude .fee_include_inner div p:nth-child(1){
  width: 30%;
}
.exclude .fee_include_inner div p:nth-child(2){
  width: 70%;
  text-align: left;
}
.exclude .fee_include_inner div p img {
  height: 88px;
  width: auto;
}

.exclude .fee_include_inner div p {
  font-size: 11px;
}

.exclude .fee_include_inner div p span {
  font-size: 13px;
  font-weight: 700;
}
}

.fee_plan .fee_catch {
  font-size: 19px;
  color: #ff0000;
  font-weight: 700;
  margin: 40px 0 0;
}
.fee_plan dl {
  border: 2px solid #048fe6;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.fee_plan dt {
  background-color: #048fe6;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 0 4px;
}

.fee_plan dd {
  margin: 0 3%;
  padding: 5px 0;
  border-bottom: 1px solid #c5e5f9;
}
.fee_plan dd:nth-of-type(1) {
  font-size: 14px;
  font-weight: 700;
}
.fee_plan dd:nth-of-type(2) {
  color: #ff0000;
  font-size: 24px;
  font-weight: 700;
  padding-top: 0;
}
.fee_plan dd:nth-of-type(2) span {
  font-size: 37px;
}
.fee_plan dd:nth-of-type(3) {
  font-size: 12px;
  border: none;
}

.fee_option dl {
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  margin-bottom: 30px;
}

.fee_option dt {
  width: 100%;
  background-color: #048fe6;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 2px;
}

.fee_option dd {
  width: calc(50% - 5px);
  height: 165px;
  background-color: #fff;
  padding-top: 27px;
  line-height: 1.4;
  font-weight: 700;
}

.fee_option dd img {
  height: 78px;
  margin-bottom: 10px;
}




/* formpage -----------------*/
.form {
}

.form .lead {
  font-size: 16px;
  font-weight: 700;
}

form {
  text-align: left;
}

.form dl {
 margin-bottom: 20px;
}
.form dt {
 padding-top: 15px;
 font-weight: 700;
  font-size: 14px;
}
.form dd {
 padding-top: 7px;
}

.must {
 display: inline-block;
 padding: 0px 8px 1px;
 margin-left: 5px;
 background-color: #ff5c83;
 color: #FFF;
 font-size: 10px;
  border-radius: 5px;
}
.form select {
 padding: 8px 0;
 border: 1px solid #DDD;
 background-color: #F5F5F5;
}
.form textarea {
 width: 100%;
 box-sizing: border-box;
 border-radius: 3px;
 border: 1px solid #dfe7ec;
 background-color: #ebf6ff;
}
.form form#mailformpro input[type="text"],
.form form#mailformpro input[type="tel"],
.form form#mailformpro input[type="email"]{
 width: 100%;
 box-sizing: border-box;
 padding: 10px;
 border-radius: 3px;
 border: 1px solid #dfe7ec;
 background-color: #ebf6ff;
}
input[type="radio"] {
 margin-bottom: 5px;
}
label {
 padding: 5px 15px 5px 0px;
  display: block;
}

.form .form_privacy {
}

.form .form_privacy dt {
  margin-bottom: 10px;
}

.form .form_privacy dd {
  background-color: #f4f4f4;
  padding: 6% 6% 10%;
}

.form .form_privacy dd ul {
  padding: 10px 0;
  text-align: center;
}

.form .form_privacy dd a{
  display: inline-block;
  color: #0b6cda;
  text-decoration: none;
  padding: 5px 5px 5px 18px;
 background-image: url(../img/privacy_arrow.png);
 background-repeat: no-repeat;
 background-position: left center;
 background-size: 13px;
}


.form .form_privacy dd label {
  text-align: center;
  margin-top: 15px;
}


.form .bu_area {
  text-align: center;
}

#content .form th,
#content .form td{
 padding: 12px 8px;
  text-align: left;
}

.thanks {
  padding-top: 0;
}

.thanks_area dl {
  border: 2px solid #ffd92c;
  margin-bottom: 30px;
}

.thanks_area .phonenum,
.thanks_area .dl_ask{
  border: 2px solid #048fe6;
}

.thanks_area dt {
  background-color: #ffd92c;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0;
}

.phonenum dt,
.dl_ask dt {
  background-color: #048fe6;
  color: #fff;
}

.thanks_area dd {
  padding: 5%;
  height: 345px;
 background-image: url("../img/phonecall.png");
 background-repeat: no-repeat;
 background-position: bottom 10px center;
 background-size: 147px auto;
}
.phonenum dd {
 background-image: url("../img/phonenum.png");
}

.phonenum dd span {
  color: #2c64cc;
}

.thanks_area dd p {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 18px 10px;
  font-size: 15px;
  line-height: 1.7;
}
.thanks_area dd p:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}
.thanks_area dd p:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%);
  border: 13px solid transparent;
  border-top: 13px solid #d5d5d5;
  z-index: 1;
}

/* document -----------*/

.content.document {
  padding-top: 0;
}

.document_title {
  padding-bottom: 0;
}

.document .form {
  padding-top: 10px;
}

.document .thanks_area dd {
  padding: 18px 10px;
}

.document .thanks_area dd p {
  width: 245px;
  margin: auto;
}

.dl_click dd {
  height: 313px;
 background-image: url("../img/download_click_bg.png");
 background-size: 120px auto;
}
.dl_ask dd {
  height: 313px;
 background-image: url("../img/download_ask_bg.png");
 background-size: 120px auto;
}

.document .thanks_area dt:before {
  content: "＼ ";
}

.document .thanks_area dt:after {
  content: " ／";
}

/* common parts ----------------------*/



@media screen and (min-width : 751px) {
 /* pc style ---------------------------------------*/

/* main --------------------*/
.main {
}
  .main_inner {
    width: 1200px;
    margin: auto;
  }
  
.main h1 {
  font-size: 52px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* .mainTop */
.mainTop {
 background-image: url(../img/main_top_pc.jpg);
 background-position: top center;
 background-size: auto 100%;
 text-align: left;
  padding: 100px 0px 30px;
}
.emblem {
  margin: 45px 0 65px;
  gap:20px;
  max-width: 590px;
}

.emblem > p{
  width: 230px;
}
.emblem .emblem_fig {
  width: 340px;
}

.emblem .emblem_fig p {
  text-align: center;
}

.emblem .emblem_fig p:nth-of-type(1){
  font-size: 23px;
}

.emblem .emblem_fig p:nth-of-type(1) span {
  font-size: 16px;
}

.emblem .emblem_fig p:nth-of-type(2){
  font-size: 38px;
}

.emblem .emblem_fig p:nth-of-type(2) span{
  font-size: 60px;
}
  
  
/* main2nd */

.main2nd {
 padding: 50px 0;
  background-image: url(../img/main_2nd_pc.png);
 background-position: center top;
 background-size: auto 100%;
}
  
.main2nd h1,
.document_title h1 {
  font-size: 40px;
  line-height: 1.4;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.main2nd h1 span,
.document_title h1 span {
  font-size: 25px;
}
.main2nd h1:before,
.document_title h1:before {
  height: 8px;
}  
  
  /* common button ----------*/
  .bu2 {
    display: flex;
    gap:20px;
    margin: auto;
  }

  section:not(.main) .bu2 {
    width: 604px;
  }
  .bu_area.bu2 {
    text-align: center;
}

.common_bu  span {
  font-size: 18px;
}

.common_bu  a,
.mfp_buttons button {
  padding: 15px 50px 16px;
  font-size: 24px;
  margin: 10px 0 20px;
}
.mfp_buttons button{
  padding: 18px 100px 15px;
  font-size: 24px;
}
.common_bu  a:before,
.common_bu  a:after,
.mfp_buttons button:before,
.mfp_buttons button:after {
  right: 20px;
}

.common_bu  a:before,
.mfp_buttons button:before {
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.common_bu  a:after,
.mfp_buttons button:after {
  width: 12px;
  height: 2px;
  background: #fff;
}

.bu_document a:before,
.mfp_buttons button:before {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.bu_document a:after,
.mfp_buttons button:after {
  background: #000;
}  

#mfp_confirm_table + .mfp_buttons button {
  padding: 18px 80px;
}

  
  
  
/* toppage -----------------*/

  .scene {
    width: 1100px;
    margin: auto;
  }
  .scene_area {
    display: flex;
    gap:75px;
    width: 1100px;
    margin: 0 auto 50px;
  }
  
  .scene_area > p {
    width: 524px;
  }
  
  .scene_area_tx {
    text-align: left;
  }
.scene_area .bl_bold {
  font-size: 24px;
}

.scene_fuki {
 background-position: left 105px bottom;
 background-size: 160px auto;
  padding-bottom: 180px;
  margin-top: 60px;
}

.scene_fuki p {
  border-radius: 30px;
  font-size: 28px;
  text-align: left;
}

.scene_fuki p:before {
  border: 15px solid transparent;
  border-top: 15px solid #058fe6;
}

  .solve {
 background-image: url(../img/solve_bg_pc.png);
 background-repeat: no-repeat;
 background-position: top center;
 background-size: 2500px auto;
  }
  .solve_reason_img img {
  width: 460px;
}
  
  .solve_inner {
    width: 1200px;
    margin: auto;
  }
  
  .solve_reason {
  gap:45px;
}
  .solve_reason > div {
  width: 370px;
 background-position: center bottom 15px;
 background-size: 10px auto;
  padding-bottom: 80px;
}
  .solve_reason > div p {
  border-radius: 10px;
  padding: 15px 10px;
  font-size: 25px;
}
  
  .solve .solve_catch {
  border-radius: 10px;
  padding: 30px 15px;
  font-size: 36px;
  font-weight: 700;
}
  
  .solve_ok {
  gap:45px;
    margin-bottom: 50px;
}
  
  .solve_ok > div {
  width: 370px;
  background-size: 38px auto;
  background-position: center top 15px;
  padding-top: 125px;
}
  
.solve_ok > div p:nth-of-type(1) {
  padding: 20px 10px 25px;
  font-size: 25px;
  line-height: 1.5;
}  
  .solve_ok > div p:nth-of-type(1) span {
  font-size: 39px;
}
  
.solve_ok > div p:nth-of-type(2) {
  padding: 30px 18px;
  border-radius: 0 0 10px 10px;
}
  
 .expand_stage {
  width: 1200px;
  margin: 50px auto 0;
  display: flex;
   gap:48px;
   flex-wrap: wrap;
}
  
.expand_stage dl {
  width: 368px;
  padding: 20px;
  margin: 0;
}
  
.expand_stage dt {
  font-size: 28px;
}

.expand_stage dd {
  padding-top: 21px;
}
  
  .expand_stage .expand_challenge { margin-bottom: 0;}

  .expand_stage > p {
    margin-top: -30px;
  }
  
  .self_zero {
    width: 814px;
  padding: 50px;
  gap:16px;
  margin: 50px auto;
}
  .self_zero p {
  margin: 0;
  width: 264px;
}
.self_zero > p:first-of-type {
  width: 434px;
  font-size: 27px;
  padding-top: 20px;
}
  
.self_zero > p:first-of-type span {
  display: block;
  padding: 5px 0;
  width: calc(100% - 40px );
  margin-top: 10px;
  font-size: 25px;
  text-align: center;
}

 .self_zero > p:first-of-type span:before {
  border: 40px solid transparent;
  border-left: 40px solid #2b64cc;
}
.self_option {
  width: 510px;
  margin: auto;
  background-size: 90px auto;
  padding: 12px 0 12px 90px;
}

.self_option dt,
  .self_option dd {
  font-size: 18px;
    margin-bottom: 10px;
}
  

.person {
 background-image: url(../img/person_bg_pc.png);
  background-size: 893px auto;
  padding: 130px 0;
}  

  .person_area {
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .person_area div {
    width: 620px;
  }
  
  .person_area div p {
  text-align: left;
    margin-bottom: 40px;
}
.person_area > p {
  width: 528px;
}
  
  .person_area .name {
    font-size: 18px;
  }
  
.name span {
  font-size: 26px;
}
  

  .voice h2 {
    font-size: 34px;
  }
  
.voice_title {
  background-image: url("../img/voice_bg_pc.png");
  padding: 20px;
  margin: auto auto 30px;
  width: 1200px;
  display: flex;
  align-items: center;
}

  .voice_title > p {
    width: 520px;
    margin-bottom: 0;
  }
  
.voice_title img {
  padding: 0 60px 0 0;
}

  .voice_title_tx {
    text-align: left;
  }

.voice_title_tx h3 {
  font-size: 39px;
  border-bottom: 3px solid #fff;
}

.voice_title_tx h3 span {
  display: block;
  font-size: 33px;
}
  
  .voice_title_tx p {
    font-size: 27px;
  }

.top .voice > p {
  width: 1200px;
  margin: auto auto 50px;
}

  
  
  .faq h2 {
    font-size: 34px;
  }
  
.questions_blk {
  width: 1200px;
  margin: auto;
  padding: 1px 90px 60px;
}  
.questions_blk h3 {
  font-size: 28px;
  padding-bottom: 20px;
  margin-top: 60px;
}
i {
  font-size: 24px;
  padding-right: 20px;
  margin-top: -5px;
  width: 50px;
}
.question,
.answer {
  padding: 20px 30px 20px 10px;
}

.question:before {
    right:23px;
    width:4px;
    height:18px;
    margin-top:-9px;
}

.question:after {
    right:16px;
    width:18px;
    height:4px;
    margin-top:-2px;
}

.question.active:before {
	display:none;
}

.answer {
  display: none;
  color: #2c64cc;
}

.answer i {
  color: #2c64cc;
}
  
  
  /* voice page----------*/

.content .voice_link {
  font-size: 26px;
  margin-bottom: 20px;
}

.voice_link a {
  padding: 20px;
}

  .voice > p {
  width: 1200px;
    margin: auto;
}
  
  .voice_content {
  width: 1200px;
    margin: 70px auto;
  }
.voice_content p {
  margin-bottom: 80px;
}


.voice_h {
  padding: 20px 0 20px 10px;
  margin: 0 0 40px;
  font-size: 32px;
}

.voice_h span {
  border-left: 6px solid #2c65cd;
  padding-left: 20px;
}

  .voice_box {
    display: flex;
  }
  .voice_content .voice_box.even{
    flex-direction: row-reverse;
  }

  .voice_box > p {
    width: 500px;
    padding-right: 40px;
  }
  
    .voice_content .voice_box.even > p {
    padding-right: 0px;
      padding-left: 40px;
  }


  .voice_box .voice_tx {
    width: 700px;
  }
.voice_content h4 {
  padding-left: 40px;
  margin-bottom: 15px;
  font-size: 26px;
}


.voice_end {
  padding: 30px 10px;
}

.voice .voice_foot01 {
  font-size: 24px;
  margin-bottom: 8px;
}
.voice .voice_foot02 {
  font-size: 33px;
  margin-bottom: 40px;
}



/* function page-------------*/
  .app {
 background-image: url(../img/app_bg_pc.png);
  background-size: 1920px auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  .app_area {
    position: relative;
    margin: 150px auto 0;
    width: 1000px;
  }
  
  .app_tx li {
  border: 2px solid #07a4ff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 0px;
    display: inline-block;
    position: absolute;
}
  
  .app_tx li:nth-child(1) {
    top: 10px;
    left: 30px;
  }
  .app_tx li:nth-child(2) {
    top: 125px;
    left: 814px;
  }
  .app_tx li:nth-child(3) {
    top: 297px;
    left: 814px;
  }
  .app_tx li:nth-child(4) {
    top: 505px;
    left: 158px;
  }  

  .appdl_area {
    width: 1200px;
    margin: 50px auto 0;
    display: flex;
    gap:54px;
  }
.appdl_area dl {
  width: 573px;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 60px;
}

.appdl_area dt {
  padding: 15px;
  margin-bottom: 40px;
  font-size: 27px;
}

.shift_exp {
  width: 1000px;
  margin: 50px auto;
  padding: 60px 20px;
}

  .shift_label {
  padding: 0;
}
.shift_label p {
  margin: 0 40px 40px;
  width: 400px;
  background-color: #759dad;
  border-radius: 5px;
  padding: 10px;
  font-size: 27px;
}

.shift_img {
 background-image: url(../img/shift_arrow_pc.png);
 background-position: top 25% center;
 background-size: 230px auto;
}
.shift_img p {
  margin: 0 40px 40px;
  width: 400px;
  line-height: 1.4;
}
  
  .shift_img p img {
    width: 220px;
  }
  
  .shift_img p .lan_shift {
    padding-left: 25px;
  }
.shift_keep {
  border: 3px solid #e6e6e6;
  border-radius: 10px;
  margin: 0 40px;
  padding: 20px;
}
.shift_keep h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.shift_keep p {
  width: 600px;
  margin: 0 auto 5px;
}
.shift_keep ul {
  width: 600px;
  margin: 0 auto;
}
.shift_keep li {
  font-size: 20px;
}
  
.support_img {
  width: 814px;
  border-radius: 20px;
  padding: 40px;
  margin: 40px auto 10px;
  display: flex;
  gap:10px;
  align-items: center;
}

  .support_img p:nth-of-type(1) {
    width: 270px;
    margin: 0;
    
  }
.support_img p:nth-of-type(2){
  width: 440px;
  border-radius: 10px;
  padding: 20px;
  font-size: 32px;
  line-height: 1.4;
}
  .support_img img {
  width: 100%;
}
.support_img + p{
  font-size: 17px;
  margin-bottom: 60px;
}
  .number {
    width: 1200px;
    margin: auto;
  }
.number .number_catch {
  padding: 15px 0;
  font-size: 24px;
}

 .number_compare {
 background-image: url(../img/compare_arrow_pc.png);
 background-size: 82px auto;
  margin: 40px 0 80px;
   display: flex;
  gap:120px;
} 
.number_compare > div {
  border-radius: 10px;
  padding: 20px;
  width: 540px;
}
.number_compare > div h3 {
  border-radius: 10px;
  padding: 7px;
  font-size: 27px;
  margin-bottom: 20px;
}
.number_compare > div ul {
  border-radius: 10px;
  padding: 10px 15px 30px;
}
.number_compare > div li {
  font-size: 23px;
 border-bottom: 1px solid #e0e9ed;
  padding: 20px 0 20px 34px;
  text-align: left;
  line-height: 30px;
  position: relative;
}
.number_compare > div li:before {
  font-size: 30px;
  top:19px;
  left:0;
}
.number_compare > .compare_doko {
  margin-top: 0px;
}
.number_merit_h {
  border-radius: 10px;
  padding: 15px 0;
  font-size: 32px;
}
  .number_merit {
    width: 1200px;
    margin: auto;
    display: flex;
    gap:48px;
  }
  .number_merit dl {
  border-radius: 10px;
  padding: 20px;
  margin: 60px 0;
    width: 368px;
}
.number_merit dt {
  border-radius: 10px;
  padding: 4px;
  margin-bottom: 15px;
  font-size: 28px;
}  
.number_merit dd {
  font-size: 23px;
}

.number_merit dd img {
  width: 307px;
  padding-bottom: 10px;
}
#content .like table{
  width: 900px;
  margin: 60px auto;
}
#content .like tr td:nth-of-type(2){
  font-size: 31px;
}
  
.encrypt_img {
  width: 1000px;
  margin: 50px auto 0;
  padding: 40px;
}
.encrypt_img h3 {
  border-radius: 10px;
  font-size: 32px;
  padding: 15px;
  margin-bottom: 50px;
}
  .antenna .number_compare {
    width: 1200px;
    margin: 50px auto 0;
  }
  
  .antenna .number_compare div div {
  border-radius: 10px;
  padding: 15px 10px 25px;
}
  .antenna .number_compare div div p {
  margin-bottom: 15px;
    font-size: 24px;
}
  .antenna .number_compare div div img {
  width: 285px;
}
  
  
/* fee page ----------*/

  .fee_include h2:first-child {
    font-size: 24px;
    margin: -30px 0 40px;
  }
  
.fee_include_area {
  width: 900px;
  padding: 20px 20px 1px;
  margin: 0 auto 40px;
}
.fee_include_area h3 {
  padding: 5px;
  font-size: 27px;
}
  .exclude.fee_include_area h3 {
  font-size: 20px;
}
  .fee_include_inner {
  display: flex;
  padding: 20px 0 0;
  gap:0;
  align-items: flex-end;
}
  .fee_include_inner div {
  width: 572px;
  padding: 0;
    display: flex;
  align-items: flex-end;
}
  .fee_include_inner div p {
  width: 286px;
  padding: 0;
    line-height: 1.4;
}
  .fee_include_inner div p:nth-of-type(2) { 
    border-right: 1px solid #b7c9e5;
    border-left: 1px solid #b7c9e5;
  }
  
  .fee_include_inner div p:nth-of-type(1) img { 
    width: 183px;
    padding-bottom: 55px;
  }
  .fee_include_inner div p:nth-of-type(2) img { 
    width: 177px;
    padding: 72px 0 52px;
  }
  
  .fee_include_inner > p {
  width: 286px;
  padding: 0;
}
  
  .fee_include_inner > p img {
    width: 137px;
    padding: 20px 0 10px;
  }
  
.exclude .fee_include_inner {
  display: flex;
  padding: 20px 0;
}
.exclude .fee_include_inner div {
  display: flex;
  width: 50%;
  padding: 0;
   align-items: center;
}
  .exclude .fee_include_inner div:first-of-type {
    border-right: 1px solid #b7c9e5;
  }
  .exclude .fee_include_inner div p:nth-of-type(2) { 
    border: none;
  }
  .exclude .fee_include_inner div p img {
    height: auto;
    padding: 0;
  }
  .exclude .fee_include_inner .exclude_iphone p:nth-of-type(1) {
    width: 100px;
    padding: 10px 20px;
  }
  .exclude .fee_include_inner .exclude_lanphone p:nth-of-type(1) {
    width: 150px;
    padding: 10px 20px;
  }
 .exclude .fee_include_inner div p {
  font-size: 16px;
   font-weight: 400;
   text-align: left;
   margin-bottom: 0;
}

.exclude .fee_include_inner div p span {
  font-size: 18px;
  font-weight: 700;
} 
  
.fee_plan .fee_catch {
  font-size: 46px;
  margin: 80px 0 0;
}
.fee_plan dl {
  border: 3px solid #048fe6;
  padding-bottom: 20px;
  margin: 0 auto 60px;
  width: 900px;
}
.fee_plan dt {
  font-size: 27px;
  padding: 5px 0 8px;
  margin-bottom: 20px;
}
.fee_plan dd {
  margin: 0px 177px;
  padding: 10px 0;
}
.fee_plan dd:nth-of-type(1) {
  font-size: 20px;
  padding-bottom: 20px;
}
.fee_plan dd:nth-of-type(2) {
  font-size: 33px;
  padding-top: 0;
}
.fee_plan dd:nth-of-type(2) span {
  font-size: 54px;
}
.fee_plan dd:nth-of-type(3) {
  font-size: 16px;
}
  
.fee_option dl {
  width: 1200px;
  gap:20px;
  margin: 0 auto 60px;
}
.fee_option dt {
  font-size: 27px;
  padding: 2px;
}
.fee_option dd {
  width: 285px;
  height: 285px;
  padding-top: 35px;
  line-height: 1.4;
}
.fee_option dd img {
  height: 135px;
  margin-bottom: 20px;
} 
  
  
  
 /* formpage -----------------*/
  .form .lead {
  font-size: 24px;
    margin-bottom: 50px;
}
  form {
    width: 610px;
    margin: auto;
}
  .form dl {
 margin-bottom: 40px;
}
  .form dt {
  font-size: 20px;
}
  .form dd {
 padding-top: 10px;
}
label {
 padding: 5px 15px 5px 0px;
  display: block;
  font-size: 17px;
}
  .must {
 padding: 0px 11px 1px;
 margin-left: 5px;
 font-size: 14px;
  border-radius: 5px;
}
  .form select {
 padding: 12px;
 border: 1px solid #DDD;
 background-color: #F5F5F5;
}
.form textarea {
 border-radius: 6px;
}
 .form form#mailformpro input[type="text"] {
 padding: 15px;
 border-radius: 6px;
}
  
  .form .form_privacy {
    margin-bottom: 60px;
  }
  
  .form .form_privacy dd {
  background-color: #f4f4f4;
  padding: 40px 30px 60px;
    font-size: 17px;
}
  .form .form_privacy dd ul {
  padding: 20px 0;
}
  
  .form .form_privacy dd li {
    display: inline-block;
  }
  
  .form .form_privacy dd a {
    font-size: 17px;
 background-size: 15px;
     background-position: left top 18px;
    padding: 10px 30px 10px 20px;
  }
  
  .form .form_privacy dd label {
  margin-top: 30px;
}
  
  #mfp_phase_confirm_inner {
    width: 610px;
    margin: auto;
  }
  
  #content #mfp_confirm_table {
    margin-bottom: 50px;
  }
  
  #content #mfp_confirm_table th,
  #content #mfp_confirm_table td {
    font-size: 18px;
   padding: 20px 15px;
  }
  
  #content #mfp_confirm_table th {
    white-space: nowrap;
  }
  

  .thanks_area {
    width: 1080px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  
  .thanks .thanks_area dl {
  border-width: 3px;
  margin-bottom: 50px;
    width: 518px;
}
  
  .thanks_area dt {
  font-size: 27px;
  padding: 23px 0;
}
 
  .thanks_area dd {
  padding: 30px;
  height: 510px;
 background-position: bottom 20px center;
 background-size: 210px auto;
}
  
  .thanks_area dd p {
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 25px 10px;
  font-size: 22px;
}
  .thanks_area dd p:before {
  bottom: -48px;
  border: 24px solid transparent;
  border-top: 24px solid #fff;
  z-index: 2;
}
.thanks_area dd p:after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  border: 26px solid transparent;
  border-top: 26px solid #d5d5d5;
  z-index: 1;
  }
  
  /* document -----------*/
  
  #iziModal_iframe {
    width: 900px;
    max-width: 900px;
  }
  
  #content.thankscontent {
    min-width: 610px;
    width: 610px;
    margin: auto;
    padding-bottom: 30px;
  }
  
.document_title {
    padding: 40px 0 0;
}
  .document .form {
  padding: 30px 0;
}
  
  .document.thankscontent .form {
  padding-bottom: 20px;
}  
  
  .document .form .lead {
    margin-bottom: 20px;
}
  
  .document .thanks_area {
    width: 480px;
    margin: auto;
    display: block;
}
  
  .document .thanks .thanks_area dl {
    width: 480px;
}
  .document .thanks_area dt {
    font-size: 21px;
    padding: 12px 0;
  }  
  .document .thanks_area dd {
  padding: 20px 40px;
    height: 450px;
    background-size: 180px auto;
}
  
  .document .thanks_area dd p {
    width: 320px;
}
  
  /* iframe ----------------------------*/
 iframe#topics {
  margin: 10px 0 20px;
 }
 /* contact ---------------------------------*/
}