/*

  common

************************************************************/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8em;
  color: #FFF;
}
#wrapper {
  max-width: 100%;
  margin: 0 auto;
}
header {
  height: 70px;
  width: 100%;
  box-shadow: 0px 5px 5px 0px rgba(150, 150, 150, 0.1);
}
header .inner {
  width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
header .inner .logo.left {
  width: 345px;
  height: 41px;
}
header .inner .logo.right {
  width: 378px;
  height: 28px;
}
a.white_link{
  text-decoration: none;
  color: #FFF;
}
a.blue_link{
  text-decoration: none;
  color: #33DCF0;
}
a.bk_link{
  text-decoration: none;
  color: #111;
}
a.pink_link{
  text-decoration: none;
  color: #F547F5;
}
a.red_link{
  text-decoration: none;
  color: #CC0033;
}

a.yellow_link{
  text-decoration: none;
  color: #F5FF00;
}

.title {
  font-size: 13px;
}
.title > span {
  /* background: #cc0133; */
  color: #fff;
  padding: 3px 3px;
  margin-left: 5px;
  border-radius: 3px;
}
.main_catch {
  color: #33DCF0;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.5em;
}
p.main_sub {
  font-weight: 700;
}
sup {
  font-weight: 700;
  font-size: 0.55em;
}
sup.l_space {
  margin: 0 0 0 -0.9em;
}
dl.att {
  width: 100%;
  font-size: 0 !important;
  margin: 20px 0 0 0;
  display: flex;
flex-flow: row wrap;

}

dl.att.att_black{
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}

p.att{
  font-size: 13px;
  line-height: 1.4em;
  color: #000;
  margin: 20px 0 0 0;
}


dl.att > dt {
flex-basis: 1.5em;
  width: 1.5em;
  font-size: 13px;
  line-height: 1.4em;
}
dl.att > dd {
  flex-basis: calc(100% - 1.5em);
  text-align: left;
  font-size: 13px;
  line-height: 1.4em;
}
dl.att > dd strong {
  color: #C4000F;
  font-weight: normal;
}

dl.att > dd strong {
  color: #C4000F;
  font-weight: normal;
  display:contents;
}



dl.att2 {
  width: 100%;
  font-size: 0 !important;
  margin: 20px 0 0 0;
  display: flex;
flex-flow: row wrap;
}
dl.att2 > dt {
flex-basis: 1.5em;
  font-size: 18px;
  line-height: 1.8em;
}
dl.att2 > dd {
  flex-basis: calc(100% - 1.5em);
  text-align: left;
  font-size: 18px;
  line-height: 1.8em;
  display: inline-flex;
}
a {
  color: #1755AA;
  text-decoration: underline;
}
a.blank_icon {
  background: url("../img/icon_blank.png") no-repeat right 5px center;
  padding: 0 20px 0 0;
}
span.blank_icon {
  background: url("../img/icon_blank.png") no-repeat right 5px center;
  padding: 0 20px 0 0;
}
span.pdf_icon {
  background: url("../img/icon_pdf.png") no-repeat right 5px center;
  padding: 0 20px 0 0;
  background-size: 12px;
}


.main_visual {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url("../img/main_kv.png") no-repeat top center #000;
  background-size: 1400px;
  padding: 50px 20px 50px 20px;
  box-sizing: border-box;
}
.main_visual .inner {
  max-width: 1050px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 400px 0 0 0;
  position: relative;
}
.main_visual .inner .main_point {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  right: -120px;
}
.main_visual .inner .main_point img {
  width: 100%;
}

@media screen and (max-width: 1300px) {
.main_visual {
  max-width: 1400px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url("../img/main_kv.png") no-repeat top center #000;
  background-size: 100%;
  padding: 0 20px 50px 20px;
  box-sizing: border-box;
  position: relative;
}
.main_visual .inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30vw 0 0 0;
  position: static;
}
.main_visual .inner .main_point {
  width: 15%;
  height: 15%;
  position: absolute;
  top: 3%;
  right: 2%;
}

}


.page_nav {
  width: 100%;
  padding: 0 20px 65px 20px;
  box-sizing: border-box;

}
.page_nav ul {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page_nav ul li {
  width: 24%;
  border: 1px solid #F033D3;
  box-sizing: border-box;
  height: 60px;
  display: block;
  position: relative;
  box-shadow: 4px 4px #33DCF0;
  background: #000;
}
.page_nav ul li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 0;
}
.page_nav ul li a:hover {
  background: #F033D3;
}
.page_nav ul li a span {
  padding: 15px 0;
  background: url("../img/page_nav_arrow.svg") no-repeat bottom center;
}
.main_btn {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto 100px auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.main_btn img {
  width: 100%;
}
.ipoe_box h3 {
  color: #33DCF0;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  padding: 0 0 45px 0;
  margin: 0 0 37px 0;
  background: url("../img/title_border.png") bottom center no-repeat;
  background-size: 120px;
}
.ipoe_box p.catchcopy {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 1.6em;
}
.ipoe_box p.catchcopy span {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #F547F5;
}
.ipoe_box_01 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 170px auto;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
}
.ipoe_box_01 .inner {
  width: 100%;
  margin: 110px 0 0 0;
}
.ipoe_box_01 .inner .text_box {
  width: 68%;
  position: absolute;
}
.ipoe_box_01 .inner h4 {
  font-weight: 700;
  font-size: 30px;
  color: #F547F5;
  border-bottom: 1px solid #FFF;
  margin: 80px 0 15px 0;
  padding: 0 15% 15px 15%;
  width: 100%;
  box-sizing: border-box;
}
.ipoe_box_01 .inner p {
  font-size: 22px;
  padding: 0 15% 0 15%;
  line-height: 1.45em;
}
.ipoe_box_01 .inner > div {
  margin: 0 0 100px 0;
}
.ipoe_box_01 .inner > div:nth-child(odd) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.ipoe_box_01 .inner > div:nth-child(odd) .text_box {
  right: 0;
  text-align: right;
}
.ipoe_box_01 .inner > div:nth-child(even) .text_box {
  left: 0;
  text-align: left;
}
.ipoe_box_01 .inner > div:nth-child(even) {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ipoe_box_01 .inner > div:nth-child(odd) figure {
  position: relative;
  width: 44%;
  left: 4%;
}
.ipoe_box_01 .inner > div:nth-child(even) figure {
  position: relative;
  width: 44%;
  right: 10%;
}
.ipoe_box_01 .inner figure img {
  position: relative;
  z-index: 10;
  width: 100%;
}
.ipoe_box_01 .inner figure::before {
  position: absolute;
  bottom: -22px;
  right: -5px;
  content: "";
  width: 86%;
  height: 300px;
  display: block;
  background: url("../img/01_bg.png") right bottom no-repeat;
  background-size: 100%;
}
.ipoe_box_02 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 140px 20px 150px 20px;
  box-sizing: border-box;
  background: url("../img/02_bg_blue.png") top center no-repeat;
  text-align: center;
}
.ipoe_box_02 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.ipoe_box_02 .box_02_t01 {
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-align: center;
  color: #33DCF0;
}
.ipoe_box_02 .box_02_t02 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: center;
  color: #F5FF00;
}
.ipoe_box_02 .box_02_t03 {
  margin: 0 auto 50px auto;
  text-align: center;
  width: 82%;
}
.ipoe_box_02 .box_02_t03 img {
  margin: 0 auto;
  text-align: center;
}
.ipoe_box_02 ul.features {
  max-width: 1050px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0 auto;
}
.ipoe_box_02 ul.features .caption{
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}

.ipoe_box_02 ul.features li {
  width: 48.5%;
  box-sizing: border-box;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  color: #333333;
}
.ipoe_box_02 ul.features li .features_title {
  padding: 30px 0;
  font-size: 26px;
  width: 100%;
  position: relative;
  text-align: center;
  color: #33DCF0;
  font-weight: 700;
}
.ipoe_box_02 ul.features li .features01 {
  background: url("../img/02_features_01.png") no-repeat left top #000;
  background-size: 18%;
}
.ipoe_box_02 ul.features li .features02 {
  background: url("../img/02_features_02.png") no-repeat left top #000;
  background-size: 18%;
}
.ipoe_box_02 ul.features li p {
  padding: 30px 40px;
  text-align: left;
}
.ipoe_box_02 ul.features li.traffic {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  margin: 30px 0 0 0;
  padding: 30px 40px;
  font-weight: 700;
}
.ipoe_box_02 ul.features li.traffic .traffic_title {
  font-size: 26px;
  margin: 0 0 30px 0;
}
.ipoe_box_02 ul.features li.traffic .traffic_title span {
  border-bottom: 1px solid #000;
}
.ipoe_box_02 ul.features li.traffic p {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: center;
}
.ipoe_box_02 img{
  width: 100%;
}


.ipoe_box_03 {
  width: 100%;
  padding: 0 20px 100px 20px;
  box-sizing: border-box;
}
.ipoe_box_03 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}
.ipoe_box_03 .inner ul.inner_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0 0 0;
}
.ipoe_box_03 .inner ul.inner_box li {
  margin: 0 0 70px 0;
  text-align: left;
  width: 48%;
}

.ipoe_box_03 .inner ul.inner_box li:nth-child(3),.ipoe_box_03 .inner ul.inner_box li:nth-child(4){
  margin: 0 0 50px 0;
  text-align: left;
  width: 48%;
}



.ipoe_box_03 .inner ul.inner_box li img {
  width: 100%;
}
.ipoe_box_03 .inner ul.inner_box li .ipoe_box_03_title {
  margin: 30px 0 10px 20px;
  font-size: 26px;
  font-weight: 700;
  color: #F547F5;
}
.ipoe_box_03 .inner ul.inner_box li p {
  margin: 0 0 0 20px;
}
.ipoe_box_04 {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 50px 20px 130px 20px;
  box-sizing: border-box;
  background: url("../img/04_bk.svg") bottom center no-repeat, linear-gradient(90deg, rgba(222, 9, 190, 0.38) 0%, rgba(39, 200, 219, 0.38) 100%);
  background-size: 100%;
  text-align: center;
}
.ipoe_box_04 .ipoe_box_04_title {
  font-size: 46px;
  font-weight: 700;
  margin: 0 0 50px 0;
  color: #33DCF0;
}
.ipoe_box_04 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.ipoe_box_04 .inner p.attention {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 110%;
}
.mgn_btm30 {
margin-bottom: 30px;
}
.ipoe_box_04 .inner p.attention2 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  color: #CC0033;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.tokuten_title {
  background: #000;
  color: #FFF;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  padding: 10px 0;
}
.tokuten_title span {
  color: #F5FF00;
}
.tokuten_subtitle {
  font-weight: 700;
  font-size: 46px;
  text-align: center;
  color: #CC0033;
  margin: 0 0 40px 0;
}
.tokuten_box {
  background: #FFF;
  width: 100%;
  padding: 40px;
  text-align: center;
  position: relative;
}
.tokuten_box img {
  margin: 0 auto;
  max-width: 100%;
}
.tokuten_box > .att {
  font-size: 13px;
  text-align: left;
  color: #000;
}
.tokuten_box ul.tokuten_point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 34px;
  width: 100%;
  max-width: 680px;
}
.tokuten_box ul.tokuten_point li {
  width: 31.68%;
}
.tokuten_box ul.tokuten_point li img {
  width: 100%;
}
.docomouser {
  position: absolute;
  left: 30px;
  top: -130px;
}
.plus {
  margin: 40px auto;
}
.ipoe_box_05 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 100px 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.ipoe_box_05 .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
p.attention_application {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 110%;
}
p.attention_10g {
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  color: #FF0000;
  margin: 0;
  line-height: 1.5em;
}
p.attention_10g span {
  padding: 0 0 0 25px;
  background: url("../img/icon_attention.svg") no-repeat left center;
}
.ipoe_box_05 .arrow {
  margin: 40px auto 0 auto;
  width: 100%;
  text-align: center;
  position: static;
}
.ipoe_box_05 .arrow img {
  margin: 0 auto;
}
.ipoe_box_05 .step {
  text-align: center;
  margin: 30px auto 20px auto;
  width: 100%;
}
.ipoe_box_05 .step img {
  margin: 0 auto;
}
.ipoe_box_05 .step_title {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 30px;
}
.application_box {
  padding: 40px;
  box-sizing: border-box;
  background: #FFF;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  font-weight: 700;
}
.application_box img {
  max-width: 100%;
  margin: 0 auto 40px auto;
}
.application_box .caption {
  font-size: 16px;
  font-weight: normal;
}
.application_box p span {
  color: #26A301;
}
.application_title {
  font-size: 30px;
  margin: 0 0 30px 0;
}
.application_btn {
  width: 570px;
  height: 76px;
  border-radius: 38px;
  background: #26A301;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin: 10px auto 30px auto;
}
.application_btn a {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #FFF;
  display: block;
  line-height: 62px;
  text-decoration: none;
  background: url("../img/icon_btn_arrow.svg") right 25px center no-repeat #26A301;
  color: #F5FF00;
}

.application_btn a:hover,.application_tel a:hover{
  opacity: 0.7;
}

.application_tel a {
  font-size: 49px;
  color: #26A301;
  text-decoration: none;
  line-height: 1em;
}
.application_tel a span {
  background: url("../img/icon_phone.svg") left center no-repeat;
  padding: 0 0 0 40px;
}
.ipoe_box_06 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 100px 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.ipoe_box_06 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.price_title {
  background: #000;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.price_title span {
  color: #F5FF00;
}
.price_subtitle {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin: 0 0 50px 0;
}
.ml_space {
  padding-left: 200px;
}
.price_box {
  background: #FFF;
  width: 100% !important;
  padding: 40px;
  text-align: center;
  position: relative;
  border: 2px #000 solid;
  border-top: none;
  box-sizing: border-box;
  margin: 0;
  color: #000;
}
.price_box img {
  margin: 0 auto;
  max-width: 100%;
}
.price_box table {
  width: 100%;
  margin: 30px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
}
.price_box table th, .price_box table td {
  text-align: center;
  width: calc(100% / 3);
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #BFBFBF;
  padding: 15px;
}
.price_box table th {
  background: #F0F0F0;
  font-weight: normal;
}
.price_box table td {
  font-weight: 700;
}
.price_box .benefits_box {
  padding: 0;
}
.price_box2 {
  margin: 40px 0 0 0;
}
.ipoe_box_07 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 100px 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #000;
}
.ipoe_box_07 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ipoe_box_07 dl.att a {
  color: #1755AA;
}
.ipoe_box_08 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.ipoe_box_08 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ipoe_box_08 .sub_title {
  font-weight: 700;
  font-size: 30px;
  color: #CC0033;
  margin: 20px 0 10px 0;
}
.ipoe_box_08 .caption {
  font-size: 16px;
  color: #000;
}
.subbox_title {
  background: #000;
  color: #FFF;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  margin: 0;
}
.subbox_title span {
  color: #F5FF00;
}
.subbox_subtitle {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #000000;
  margin: 0 0 50px 0;
}
.subbox_box {
  background: #FFF;
  width: 100% !important;
  padding: 40px;
  text-align: center;
  position: relative;
  border: 2px #000 solid;
  border-top: none;
  box-sizing: border-box;
  margin: 0;
  color: #000;
}
.subbox_box strong {
  color: #CC0033;
}
.subbox_box table {
  width: 100%;
  margin: 30px 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  color: #333;
}
.subbox_box table th {
  text-align: center;
  width: 30%;
  vertical-align: middle;
  font-size: 18px;
  border: 1px solid #BFBFBF;
  padding: 15px;
}
.subbox_box table td {
  text-align: center;
  width: 70%;
  vertical-align: middle;
  font-size: 18px;
  border: 1px solid #BFBFBF;
  padding: 15px;
}
.subbox_box table th {
  background: #F0F0F0;
  font-weight: normal;
}
.subbox_box table td a {
  display: inline-block;
  border: 1px solid #004386;
  color: #004386;
  border-radius: 5px;
  padding: 10px 50px;
  margin: 10px auto 0;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 15px;
  background: url("../img/icon_btn_arrow2.svg") right 10px center no-repeat;
}
.ipoe_box_09 {
  max-width: 1400px;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  text-align: center;
  color: #FFF;
}
.ipoe_box_09 .inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ipoe_box_09 .benefits_box {
  margin: 0 0 0 0;
  text-align: left;
  color: #FFF;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.ipoe_box_09 .boldprice_head {
  color: #FFF;
  display: block;
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.ipoe_box_09 .benefitslead {
  color: #FFF;
  font-weight: normal;
  display: contents;
}
.ipoe_box_09 .benefitslead dl.att > dd a {
  color: #33DCF0;
  display: contents;
}
.download-reader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0 0;
}
.download-reader > div {
  margin: 0 10px;
}
.download-reader a {
  color: #33DCF0;
}
.ipoe_box_10 {
  width: 100%;
  margin: 100px auto 0;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #CC0033;
}
.ipoe_box_10 .inner {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.ipoe_box_10 .inner p.or {
  font-size: 19px;
  margin: 20px auto;
  font-weight: 700;
}
.ipoe_box_10 .online {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 19px;
  color: #000;
  font-weight: 700;
}
.ipoe_box_10 .online > div {
  background: #FFF;
  padding: 5px 5px 30px 5px;
  border-radius: 10px;
  width: 48%;
}
.ipoe_box_10 .online .online_title {
  border-radius: 10px 10px 0 0;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0;
  margin: 0 0 30px 0;
  color: #FFF;
}
.ipoe_box_10 .online .new_t {
  background: #CC0033;
}
.ipoe_box_10 .online .covenants_t {
  background: #000000;
}
.ipoe_box_10 .application_btn {
  width: 90%;
  margin: 10px auto 0 auto;
}
.ipoe_box_10 .application_tel a {
  font-size: 49px;
  color: #26A301;
  text-decoration: none;
  line-height: 1em;
}
.ipoe_box_10 .application_tel a span {
  background: url("../img/icon_phone.svg") left center no-repeat;
  padding: 0 0 0 40px;
}
.ipoe_box_10 .tel_box {
  background: #FFF;
  padding: 30px 5px 30px 5px;
  border-radius: 10px;
  width: 100%;
  color: #000;
  font-weight: 700;
  font-size: 22px;
}
.ipoe_box_10 .tel_box .application_tel {
  font-size: 49px;
  line-height: 1em;
}
.ipoe_box_10 .tel_box .caption {
  font-size: 16px;
  font-weight: normal;
}
.ipoe_box_10 .tel_box span {
  color: #26A301;
}
.tab-box {
  margin-top: 30px;
}
.tab-box .tab-list {
  display: flex;
  gap: 30px;
}
.tab-box .tab-list-item {
  text-align: center;
  width: calc((100% - 30px) / 2);
  background: #FEF2F2;
}
.tab-box .tab-list-item a {
  padding: 20px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #C4000F;
}
.tab-box .tab-list-item a:hover {
  transition: .4s;
  opacity: 0.8;
  cursor: pointer;
}
.tab-box .tab-list-item a > span {
  font-size: 16px;
  font-weight: normal;
  display: block;
}
.tab-box .tab-list-item.active {
  background: #CC0033;
}
.tab-box .tab-list-item.active a {
  color: #FFFFFF;
}
.tab-box .tab-body {
  padding: 40px;
  display: none;
  border: 2px solid #C4000F;
  background: #FFF;
  text-align: left;
  color: #000;
}
.tab-box .tab-body.active {
  display: block;
}
.tab-box .tab-body .ttl {
  font-size: 18px;
  font-weight: bold;
}
.tab-box .tab-body .image {
  margin-top: 20px;
  line-height: 1;
}
.tab-box .tab-body .image img{
  width: 100%;
}


.tab-box .tab-body .col {
  margin-top: 30px;
}
.benefits_box {
  margin: 40px 0 0 0;
  text-align: left;
  color: #000;
  width: 100%;
  padding: 0 25px;
  box-sizing: border-box;
}
.boldprice_head {
  color: #cc0133;
  display: block;
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  box-sizing: border-box;
}
.benefitslead {
  padding: 0 0 30px;
  text-align: left;
  color: #000;
  line-height: 1.8em;
  font-size: 16px;
}
.benefitslead dl.att {
display: flex;
flex-flow: row wrap;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0;
}
.benefitslead dl.att > dt {
  flex-basis: 1.2em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8em;
}
.benefitslead dl.att > dd {
  flex-basis: calc(100% - 1.2em);
  padding: 0;
  margin: 0 0 5px 0;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.8em;
}
span.maru {
  padding: 0 0.2em 0 0;
}
.toggle {
  margin: 25px 0 0 0;
}
.toggle .toggle_open {
  border: #999999 1px solid;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  transition: opacity .2s;
}
.toggle .toggle_open:hover {
  opacity: 0.7;
}
.toggle .toggle_open .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.toggle .toggle_open .btn span {
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.toggle .toggle_open .btn span.open {
  display: block;
}
.toggle .toggle_open .btn span.close {
  display: none;
}
.toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.toggle .toggle_open .btn span::after {
  transform: translateY(-50%) rotate(90deg);
}
.toggle .toggle_open.is-open .btn span::after {
  transform: translateY(-50%) rotate(0deg);
}
.toggle .toggle_open.is-open .btn span.open {
  display: none;
}
.toggle .toggle_open.is-open .btn span.close {
  display: block;
}
.toggle .toggle_content {
  display: none;
  padding: 20px;
  box-sizing: border-box;
  background: #F9F9F9;
}
.ipoe_box_06 .toggle .toggle_open, .ipoe_box_07 .toggle .toggle_open, .ipoe_box_08 .toggle .toggle_open {
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  position: relative;
  transition: opacity .2s;
  background: #CC0033;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
}
.ipoe_box_06 .toggle .toggle_open .btn span::before, .ipoe_box_06 .toggle .toggle_open .btn span::after, .ipoe_box_07 .toggle .toggle_open .btn span::before, .ipoe_box_07 .toggle .toggle_open .btn span::after, .ipoe_box_08 .toggle .toggle_open .btn span::before, .ipoe_box_08 .toggle .toggle_open .btn span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.ipoe_box_06 .toggle .toggle_open .btn span::after, .ipoe_box_07 .toggle .toggle_open .btn span::after, .ipoe_box_08 .toggle .toggle_open .btn span::after {
  transform: translateY(-50%) rotate(90deg);
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span::after, .ipoe_box_07 .toggle .toggle_open.is-open .btn span::after, .ipoe_box_08 .toggle .toggle_open.is-open .btn span::after {
  transform: translateY(-50%) rotate(0deg);
}


.ipoe_box_06 .toggle .btn span::before{
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span::after{
  transform: translateY(-50%) rotate(90deg);
}
.ipoe_box_06 .toggle .toggle_open .btn span::after{
  transform: translateY(-50%) rotate(0deg);
}





.ipoe_box_06 .toggle .toggle_open.is-open .btn span.open, .ipoe_box_07 .toggle .toggle_open.is-open .btn span.open, .ipoe_box_08 .toggle .toggle_open.is-open .btn span.open {
  display: none;
}


.ipoe_box_06 .toggle .toggle_open.is-open .btn span.close, .ipoe_box_07 .toggle .toggle_open.is-open .btn span.close, .ipoe_box_08 .toggle .toggle_open.is-open .btn span.close {
  display: block;
}
.ipoe_box_06 .toggle .toggle_content, .ipoe_box_07 .toggle .toggle_content, .ipoe_box_08 .toggle .toggle_content {
  display: none;
  padding: 30px;
  box-sizing: border-box;
  background: #FFF;
}
.ipoe_box_06 .toggle .toggle_content{
  display: block;
  padding: 30px;
  box-sizing: border-box;
  background: #FFF;
}



.plusspace {
  margin: 30px auto;
}
footer {
  background: #ededed;
  height: 50px;
}
footer .inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
}
footer .inner .left {
  line-height: 1;
}
footer .inner .left p {
  color: #8d8d8d;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
}
footer .inner .right ul {
  display: flex;
  gap: 15px;
}
footer .inner .right ul li a {
  text-decoration: underline;
  color: #333;
  font-size: 13px;
  font-weight: 300;
}
footer .inner .right ul li:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  display: inline-block;
  margin-left: 15px;
}
footer .inner .right ul li:last-child:after {
  display: none;
}
.cmnFooter {
  background-color: #4d4d4d;
  padding: 0;
  text-align: center;
  color: #fff;
}
footer {
  width: 100%;
  background: #e2e2e2;
  padding: 24px 0;
  color: #666;
  font-size: 14px;
}
.cmnFooter_inner {
  padding: 20px 15px;
  background: #4d4d4d;
}
.cmnFooter_link {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cmnFooter_link li {
  margin: 5px 12px;
  list-style-type: none;
}
.cmnFooter_copyright {
  background-color: #4d4d4d;
  padding: 0 0 20px;
}
.cmnFooter a {
  color: inherit;
  text-decoration: none;
}
.footer-ci {
  background: #fff;
  padding: 30px 0;
  text-align: center;
}
.footer-ci img {
  height: 30px;
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
}
.cmnHeader_logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmnHeader_logo a {
  width: 300px;
}
.cmnHeader_logo a.ocn {
  width: 94px;
}
.cmnHeader_logo img {
  width: 100%;
}
.cmnHeader_logo > h1 {
  font-size: 16px;
  color: #333;
}
.cmnHeader_logo span {
  background: #cc0133;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 5px;
}
.cmnHeader_main {
  padding: 15px;
  overflow: hidden;
  background-color: #fff;
}
.pagetop{
  width: 78px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
}
.pagetop img{
  width: 100%;
}
@media screen and (min-width:768px) and (max-width:1049px) {
  .cmnHeader_logo a {
    width: 280px;
  }
  .cmnHeader_logo a.ocn {
    width: 90px;
  }
  .cmnHeader_logo > h1 {
    font-size: 14px;
  }
  
html, body {
  font-size: 1.71vw;
}
  
  
.main_catch {
  font-size: 2.28vw;
}
dl.att > dt {
  font-size: 1.23vw;
}
dl.att > dd {
  font-size: 1.23vw;
}
dl.att2 > dt {
  font-size: 1.71vw;
}
dl.att2 > dd {
  font-size: 1.71vw;
}
  
  
.main_visual .inner {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 30vw 0 0 0;
  position: relative;
}
.main_visual .inner .main_point {
  width: 15%;
  height: 15%;
  position: absolute;
  top: 3%;
  right: 0;
}
  
.page_nav {
  width: 100%;
  padding: 0 20px 6vw 20px;
  box-sizing: border-box;
}
.page_nav ul li a {
  font-size: 1.33vw;
}

.main_btn {
  margin: 0 auto 3vw auto;
  padding: 0 40px;
}
.main_btn img {
  width: 100%;
}
.ipoe_box h3 {
  font-size: 2.85vw;
  padding: 0 0 4vw 0;
  margin: 0 0 4vw 0;
}
.ipoe_box p.catchcopy {
  font-size: 2.85vw;
}
.ipoe_box p.catchcopy span {
  font-size: 2.85vw;
}
.ipoe_box_01 {
  width: 100%;
  margin: 0 auto 17vw auto;
  padding: 0 20px;
}
.ipoe_box_01 .inner {
  margin: 10vw 0 0 0;
}
.ipoe_box_01 .inner h4 {
  font-size: 2.85vw;
  margin: 8vw 0 1.5vw 0;
  padding: 0 15% 15px 15%;
}
.ipoe_box_01 .inner p {
  font-size: 2vw;
}
.ipoe_box_01 .inner > div {
  margin: 0 0 10vw 0;
}
.ipoe_box_02 {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 14vw 20px 14vw 20px;
}
.ipoe_box_02 .inner {
  width: 100%;
  margin: 0 auto;
}
.ipoe_box_02 .box_02_t01 {
  font-size: 4.38vw;
  margin: 0 0 3vw 0;
}
.ipoe_box_02 .box_02_t02 {
  font-size: 2.47vw;
  margin: 0 0 20px 0;
}
.ipoe_box_02 .box_02_t03 {
  margin: 0 auto 5vw auto;
}
.ipoe_box_02 ul.features {
  margin: 7vw auto 0 auto;
}

.ipoe_box_02 ul.features li .features_title {
  padding: 3vw 0;
  font-size: 2.47vw;
}
.ipoe_box_02 ul.features li p {
  padding: 3vw 4vw;
}
.ipoe_box_02 ul.features li.traffic {
  margin: 3vw 0 0 0;
  padding: 3vw 4vw;
}
.ipoe_box_02 ul.features li.traffic .traffic_title {
  font-size: 2.47vw;
  margin: 0 0 3vw 0;
}
.ipoe_box_02 ul.features li.traffic p {
  margin: 0 0 3vw 0;
}


.ipoe_box_03 {
  width: 100%;
  padding: 10vw 20px 10vw 20px;
}
.ipoe_box_03 .inner {
  width: 100%;
}
.ipoe_box_03 .inner ul.inner_box {
  width: 100%;
  margin: 7vw 0 0 0;
}
.ipoe_box_03 .inner ul.inner_box li {
  margin: 0 0 7vw 0;
}
  

  
  
.ipoe_box_03 .inner ul.inner_box li img {
  width: 100%;
}
.ipoe_box_03 .inner ul.inner_box li .ipoe_box_03_title {
  margin: 3vw 0 1vw 2vw;
  font-size: 2.47vw;
}
.ipoe_box_03 .inner ul.inner_box li p {
  margin: 0 0 0 2vw;
}
.ipoe_box_04 {
  width: 100%;
  padding: 14vw 20px 14vw 20px;
}
.ipoe_box_04 .ipoe_box_04_title {
  font-size: 4.38vw;
  margin: 0 0 5vw 0;
}
.ipoe_box_04 .inner {
  width: 100%;
  margin: 0 auto;
}
.ipoe_box_04 .inner p.attention {
  margin: 0 0 3vw 0;
}
.ipoe_box_04 .inner p.attention2 {
  font-size: 2vw;
  margin: 0 0 1vw 0;
}
.tokuten_title {
  font-size: 2.47vw;
  padding: 1vw 0;
}
.tokuten_subtitle {
  font-size: 4.38vw;
  margin: 0 0 4vw 0;
}
.tokuten_box {
  padding: 4vw;
}
.tokuten_box > .att {
  font-size: 1.23vw;
}
.tokuten_box ul.tokuten_point {
  margin: 0 auto 3.5vw;
  width: 100%;
}
.docomouser {
  position: absolute;
  left: 3vw;
  top: -10vw;
  width: 15.2%;
}
.plus {
  margin: 4vw auto;
}
.ipoe_box_05 {
  width: 100%;
  padding: 10vw 20px 0 2vw;
}
.ipoe_box_05 .inner {
  max-width: 900px;
  width: 100%;
}
p.attention_application {
  margin: 0 0 2vw 0;
}
p.attention_10g {
  font-size: 1.42vw;
}

.ipoe_box_05 .arrow {
  margin: 4vw auto 0 auto;
}
.ipoe_box_05 .step {
  text-align: center;
  margin: 3vw auto 2vw auto;
  width: 100%;
}
.ipoe_box_05 .step_title {
  font-size: 2.85vw;
  margin: 0 0 3vw;
}
.application_box {
  padding: 4vw;
  font-size: 2vw;
}
.application_box img {
  max-width: 100%;
  margin: 0 auto 4vw auto;
}
.application_box .caption {
  font-size: 1.52vw;
}
.application_title {
  font-size: 2.85vw;
  margin: 0 0 3vw 0;
}
.application_btn {
  width: 570px;
  height: 76px;
  border-radius: 38px;
  background: #26A301;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  margin: 1vw auto 3vw auto;
}
.application_btn a {
  width: 100%;
  height: 100%;
  border-radius: 38px;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #FFF;
  display: block;
  line-height: 62px;
  text-decoration: none;
  background: url("../img/icon_btn_arrow.svg") right 25px center no-repeat #26A301;
  color: #F5FF00;
}
.application_tel a {
  font-size: 4.66vw;
  color: #26A301;
}
.application_tel a span {
  background: url("../img/icon_phone.svg") left center no-repeat;
  padding: 0 0 0 40px;
}
.ipoe_box_06 {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 10vw 2vw 0 2vw;
}
.ipoe_box_06 .inner {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.price_title {
  font-size: 2.28vw;
  padding: 1vw 0;
}
.price_subtitle {
  font-size: 2.28vw;
  margin: 0 0 5vw 0;
}
.ml_space {
  padding-left: 10vw;
}
.price_box {
  padding: 4vw;
}
.price_box table {
  width: 100%;
  margin: 3vw 0 0 0;
}
.price_box table th, .price_box table td {
  font-size: 1.52vw;
  padding: 1.5vw;
}
.price_box2 {
  margin: 4vw 0 0 0;
}
.ipoe_box_07 {
  max-width: 1400px;
  width: 100%;
  padding: 10vw 20px 0 20px;
}
.ipoe_box_07 .inner {
  max-width: 1050px;
  width: 100%;
}
.ipoe_box_08 {
  width: 100%;
  padding: 10vw 20px 0 20px;
}
.ipoe_box_08 .inner {
  width: 100%;
}
.ipoe_box_08 .sub_title {
  font-size: 2.85vw;
  margin: 2vw 0 1vw 0;
}
.ipoe_box_08 .caption {
  font-size: 1.52vw;
}
.subbox_title {
  font-size: 2.28vw;
  padding: 1vw 0;
  margin: 0;
}
.subbox_subtitle {
  font-size: 2.28vw;
  margin: 0 0 5vw 0;
}
.subbox_box {
  padding: 4vw;
}
.subbox_box table {
  width: 100%;
  margin: 3vw 0 0 0;
}
.subbox_box table th {
  text-align: center;
  width: 30%;
  font-size: 1.71vw;
  padding: 1.5vw;
}
.subbox_box table td {
  width: 70%;
  font-size: 1.71vw;
  padding: 1.5vw;
}
.subbox_box table td a {
  border-radius: 5px;
  padding: 1vw 5vw;
  margin: 1vw auto 0;
  font-size: 1.42vw;
  background: url("../img/icon_btn_arrow2.svg") right 10px center no-repeat;
}
.ipoe_box_09 {
  max-width: 1400px;
  width: 100%;
  margin: 10vw auto 0 auto;
  padding: 0 20px 0 20px;
}
.ipoe_box_09 .inner {
  max-width: 1050px;
  width: 100%;
}

.ipoe_box_09 .boldprice_head {
  padding: 10px;
  font-size: 1.71vw;
  margin: 0 0 2vw 0;
}

.download-reader {
  margin: 5vw 0 0 0;
}
.download-reader > div {
  margin: 0 1vw;
}
.ipoe_box_10 {
  width: 100%;
  margin: 10vw auto 0;
  padding: 4vw 2vw;
}
.ipoe_box_10 .inner {
  max-width: 890px;
  width: 100%;
}
.ipoe_box_10 .inner p.or {
  font-size: 1.8vw;
  margin: 2vw auto;
}
.ipoe_box_10 .online {
  font-size: 1.8vw;
}
.ipoe_box_10 .online > div {
  background: #FFF;
  padding: 5px 5px 3vw 5px;
  border-radius: 10px;
  width: 48%;
}
.ipoe_box_10 .online .online_title {
  border-radius: 10px 10px 0 0;
  font-size: 1.61vw;
  padding: 1.5vw 0;
  margin: 0 0 3vw 0;
}

.ipoe_box_10 .application_btn {
  width: 90%;
  margin: 1vw auto 0 auto;
}
.ipoe_box_10 .application_tel a {
  font-size: 4.66vw;
}
.ipoe_box_10 .application_tel a span {
  background: url("../img/icon_phone.svg") left center no-repeat;
  padding: 0 0 0 4vw;
}
.ipoe_box_10 .tel_box {
  padding: 3vw 5px 3vw 5px;
  border-radius: 10px;
  width: 100%;
  font-size: 2vw;
}
.ipoe_box_10 .tel_box .application_tel {
  font-size: 4.66vw;
}
.ipoe_box_10 .tel_box .caption {
  font-size: 1.52vw;
}
.tab-box {
  margin-top: 3vw;
}
.tab-box .tab-list {
  display: flex;
  gap: 3vw;
}
.tab-box .tab-list-item a {
  padding: 2vw;
  font-size: 1.9vw;
}
.tab-box .tab-list-item a > span {
  font-size: 1.52vw;
}

.tab-box .tab-body {
  padding: 4vw;
}
.tab-box .tab-body .ttl {
  font-size: 1.71vw;
}
.tab-box .tab-body .image {
  margin-top: 2vw;
}

.tab-box .tab-body .col {
  margin-top: 3vw;
}
.benefits_box {
  margin: 4vw 0 0 0;
  padding: 0 2.5vw;
}
.boldprice_head {
  padding: 1vw;
  margin-bottom: 1vw;
  font-size: 1.71vw;
}
.benefitslead {
  padding: 0 0 3vw;
  font-size: 1.52vw;
}
.benefitslead dl.att > dt {
  font-size: 1.52vw;
}
.benefitslead dl.att > dd {
  font-size: 1.52vw;
}
.toggle {
  margin: 2.5vw 0 0 0;
}
.toggle .toggle_open {
  padding: 1.2vw 2vw;
}
.toggle .toggle_open .btn {
  right: 2vw;
}
.toggle .toggle_open .btn span {
  padding-right: 2vw;
}
.toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}

.toggle .toggle_content {
  padding: 2vw;
}
.ipoe_box_06 .toggle .toggle_open, .ipoe_box_07 .toggle .toggle_open, .ipoe_box_08 .toggle .toggle_open {
  border: none;
  padding: 1.2vw 2vw;
  font-size: 2.28vw;
}
.ipoe_box_06 .toggle .toggle_open .btn span::before, .ipoe_box_06 .toggle .toggle_open .btn span::after, .ipoe_box_07 .toggle .toggle_open .btn span::before, .ipoe_box_07 .toggle .toggle_open .btn span::after , .ipoe_box_08 .toggle .toggle_open .btn span::before, .ipoe_box_08 .toggle .toggle_open .btn span::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.ipoe_box_06 .toggle .toggle_open .btn span::after, .ipoe_box_07 .toggle .toggle_open .btn span::after , .ipoe_box_08 .toggle .toggle_open .btn span::after {
  transform: translateY(-50%) rotate(90deg);
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span::after, .ipoe_box_07 .toggle .toggle_open.is-open .btn span::after , .ipoe_box_08 .toggle .toggle_open.is-open .btn span::after {
  transform: translateY(-50%) rotate(0deg);
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span.open, .ipoe_box_07 .toggle .toggle_open.is-open .btn span.open , .ipoe_box_08 .toggle .toggle_open.is-open .btn span.open {
  display: none;
}
  
.ipoe_box_06 .toggle .toggle_open .btn span::after{
  transform: translateY(-50%) rotate(90deg);
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span::after{
  transform: translateY(-50%) rotate(0deg);
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span.open{
  display: none;
}
  
  
  
.ipoe_box_06 .toggle .toggle_open.is-open .btn span.close, .ipoe_box_07 .toggle .toggle_open.is-open .btn span.close , .ipoe_box_08 .toggle .toggle_open.is-open .btn span.close {
  display: block;
}
.ipoe_box_06 .toggle .toggle_content, .ipoe_box_07 .toggle .toggle_content , .ipoe_box_08 .toggle .toggle_content {
  display: none;
  padding: 3vw;
  box-sizing: border-box;
  background: #FFF;
}
.ipoe_box_06 .toggle .toggle_content, .ipoe_box_07 .toggle .toggle_content , .ipoe_box_08 .toggle .toggle_content {
  display: block;
  padding: 3vw;
  box-sizing: border-box;
  background: #FFF;
}
  
.plusspace {
  margin: 3vw auto;
}

  
  
}
@media screen and (min-width: 768px) {
  .sp{
    display: none !important;
  }
}


@media screen and (max-width: 767px) {
  .pc, .tb {
    display: none !important;
  }
  html, body {
    font-size: 4.1vw;
  }
  header {
    height: auto;
    padding: 4vw 0 2.8vw 0;
  }
  header .inner {
    width: 100%;
    display: block;
    height: auto;
    padding-top: 0;
    margin: 0;
  }
  header .inner .logo.left {
    width: 70vw;
    height: auto;
    margin: 0 auto 2vw auto;
  }
  header .inner .logo.left img {
    width: 100%;
    height: auto;
  }
  header .inner .logo.right {
    width: 76vw;
    height: auto;
    margin: 0 auto;
  }
  header .inner .logo.right img {
    width: 100%;
    height: auto;
  }
  .cmnHeader_logo {
    display: block;
    font-size: 0;
  }
  .cmnHeader_logo a {
    width: 65%;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
  }
  .cmnHeader_logo a.ocn {
    width: 22%;
    margin-right: 13%;
  }
  .cmnHeader_main {
    padding: 10px 15px;
  }
  .cmnHeader_logo > h1 {
    font-size: 3.2vw;
    margin: 2vw auto;
    text-align: center;
  }
  .cmnHeader_logo span {
    padding: 1px 10px;
  }
  .cmnHeader {
    margin: 0;
    padding: 0;
  }
  .main_catch {
    margin-bottom: 5vw;
    font-size: 4.6vw;
  }
  dl.att {
    margin: 5vw 0 0 0;
  }
  dl.att > dt {
    font-size: 3.3vw;
  }
  dl.att > dd {
    font-size: 3.3vw;
  }
  dl.att2 {
    width: 100%;
    font-size: 0;
    margin: 5vw 0 0 0;
  }
  dl.att2 > dt {
    font-size: 4.1vw;
  }
  dl.att2 > dd {
    font-size: 4.1vw;
  }
  .main_visual {
    width: 100%;
    height: auto;
    margin: 0 auto 10vw auto;
    background: url("../img/main_kv_sp.png") no-repeat top center #000;
    background-size: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .main_visual .inner {
    max-width: 1050px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 90vw 5vw 0 4vw;
    position: relative;
  }
  .main_visual .inner .main_point {
    width: 26%;
    position: absolute;
    top: 5vw;
    right: 5vw;
  }
  .main_visual .inner .main_point img {
    width: 100%;
  }
  .page_nav {
    width: 100%;
    padding: 0 4vw 10vw 4vw;
    box-sizing: border-box;
  }
  .page_nav ul {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .page_nav ul li {
    width: 100%;
    border: 1px solid #F033D3;
    box-sizing: border-box;
    height: 15vw;
    display: block;
    position: relative;
    box-shadow: 4px 4px #33DCF0;
    margin: 0 0 3vw 0;
  }
  .page_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 4.1vw;
    padding: 0 5vw;
    background: url("../img/page_nav_arrow.svg") no-repeat right 5vw center;
    line-height: 15vw;
  }
  .page_nav ul li a:hover {
    background: url("../img/page_nav_arrow.svg") no-repeat right 5vw center #F033D3;
  }
  .page_nav ul li a span {
    padding: 0;
    background: none;
  }
  .main_btn {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto 10vw auto;
    padding: 0 4vw;
    box-sizing: border-box;
  }
  .main_btn img {
    width: 100%;
  }
  .ipoe_box h3 {
    font-size: 6.6vw;
    padding: 0 0 8vw 0;
    margin: 0 0 8vw 0;
    background: url("../img/title_border.png") bottom center no-repeat;
    background-size: 30%;
  }
  .ipoe_box p.catchcopy {
    font-size: 5.6vw;
  }
  .ipoe_box p.catchcopy span {
    font-size: 5.6vw;
  }
  .ipoe_box_01 {
    width: 100%;
    margin: 0 auto 10vw auto;
    padding: 0 4vw;
    box-sizing: border-box;
    position: relative;
  }
  .ipoe_box_01 .inner {
    width: 100%;
    margin: 10vw 0 0 0;
  }
  .ipoe_box_01 .inner .text_box {
    width: 100%;
    position: static;
  }
  .ipoe_box_01 .inner h4 {
    font-weight: 700;
    font-size: 5.6vw;
    color: #F547F5;
    border-bottom: 1px solid #FFF;
    margin: 4vw 0 2vw 0;
    padding: 0 0 2vw 0;
    width: 100%;
    box-sizing: border-box;
  }
  .ipoe_box_01 .inner p {
    font-size: 4.6vw;
    padding: 0;
    line-height: 1.45em;
  }
  .ipoe_box_01 .inner > div {
    margin: 0 0 10vw 0;
  }
  .ipoe_box_01 .inner > div:nth-child(odd) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .ipoe_box_01 .inner > div:nth-child(odd) .text_box {
    right: 0;
    text-align: right;
  }
  .ipoe_box_01 .inner > div:nth-child(even) .text_box {
    left: 0;
    text-align: left;
  }
  .ipoe_box_01 .inner > div:nth-child(even) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .ipoe_box_01 .inner > div:nth-child(odd) figure {
    position: relative;
    width: 100%;
    left: 0;
  }
  .ipoe_box_01 .inner > div:nth-child(even) figure {
    position: relative;
    width: 100%;
    right: 0;
  }
  .ipoe_box_01 .inner figure img {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .ipoe_box_01 .inner figure::before {
    display: none;
  }
  .ipoe_box_02 {
    max-width: 1400px;
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 10vw 4vw 10vw 4vw;
    box-sizing: border-box;
    background: url("../img/02_bg_blue_sp.jpg") top center repeat-x;
    background-size: cover;
    text-align: center;
  }
  .ipoe_box_02 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .ipoe_box_02 .box_02_t01 {
    font-size: 5.6vw;
    margin: 0 0 3vw 0;
  }
  .ipoe_box_02 .box_02_t02 {
    font-size: 4.1vw;
    margin: 0 0 5vw 0;
    line-height: 1.3em;
  }
  .ipoe_box_02 .box_02_t03 {
    margin: 0 auto 5vw auto;
    text-align: center;
    width: 100%;
  }
  .ipoe_box_02 .box_02_t03 img {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .ipoe_box_02 ul.features {
    width: 100%;
    display: block;
    margin: 10vw auto 0 auto;
  }
  .ipoe_box_02 ul.features li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.8);
    color: #333333;
    margin: 0 0 5vw 0;
  }
  .ipoe_box_02 ul.features li .features_title {
    padding: 4vw 4vw 4vw 25%;
    font-size: 5.1vw;
    width: 100%;
    position: relative;
    text-align: left;
    color: #33DCF0;
    font-weight: 700;

  }
  .ipoe_box_02 ul.features li .features01 {
    background: url("../img/02_features_01.png") no-repeat left top #000;
    background-size: 24%;
  }
  .ipoe_box_02 ul.features li .features02 {
    background: url("../img/02_features_02.png") no-repeat left top #000;
    background-size: 24%;
 }
  .ipoe_box_02 ul.features li p {
    padding: 4vw;
    text-align: left;
  }
  .ipoe_box_02 ul.features li.traffic {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    margin: 3vw 0 0 0;
    padding: 4vw;
    font-weight: 700;
  }
  .ipoe_box_02 ul.features li.traffic .traffic_title {
    font-size: 6.6vw;
    margin: 0 0 5vw 0;
    line-height: 1.4em;
  }
  .ipoe_box_02 ul.features li.traffic .traffic_title span {
    border-bottom: 1px solid #000;
  }
  .ipoe_box_02 ul.features li.traffic p {
    margin: 0 0 5vw 0;
    padding: 0;
    text-align: center;
    font-size: 3.33vw;
    line-height: 1.8em;
  }
  .ipoe_box_03 {
    margin: 10vw auto 0 auto;
    padding: 0 4vw 0 4vw;
    box-sizing: border-box;
  }
  .ipoe_box_03 .inner {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
  .ipoe_box_03 .inner ul.inner_box {
    width: 100%;
    display: block;
    margin: 10vw 0 0 0;
  }
  .ipoe_box_03 .inner ul.inner_box li {
    margin: 0 0 10vw 0;
    text-align: left;
    width: 100%;
  }
  
.ipoe_box_03 .inner ul.inner_box li:nth-child(3),.ipoe_box_03 .inner ul.inner_box li:nth-child(4){
  margin: 0 0 10vw 0;
  text-align: left;
  width: 100%;
}

  
  .ipoe_box_03 .inner ul.inner_box li img {
    width: 100%;
  }
  .ipoe_box_03 .inner ul.inner_box li .ipoe_box_03_title {
    margin: 5vw 0 2vw 3vw;
    font-size: 5.6vw;
    font-weight: 700;
    color: #F547F5;
  }
  .ipoe_box_03 .inner ul.inner_box li p {
    margin: 0 0 0 3vw;
  }
  .ipoe_box_04 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 10vw 4vw 20vw 4vw;
    box-sizing: border-box;
    background: url("../img/04_bk.svg") bottom center no-repeat, linear-gradient(90deg, rgba(222, 9, 190, 0.38) 0%, rgba(39, 200, 219, 0.38) 100%);
    background-size: 1400px, 100%;
    text-align: center;
  }
  .ipoe_box_04 .ipoe_box_04_title {
    font-size: 8.7vw;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 10vw 0;
    color: #33DCF0;
  }
  .ipoe_box_04 .inner {
    width: 100%;
    margin: 0 auto;
  }
  .ipoe_box_04 .inner p.attention {
    margin: 0 0 2vw 0;
    font-weight: 700;
  }
  .ipoe_box_04 .inner p.attention2 {
    font-weight: 700;
    font-size: 4.6vw;
    text-align: center;
    color: #CC0033;
    margin: 0 0 5vw 0;
    line-height: 1.5em;
  }
  .tokuten_title {
    background: #000;
    color: #FFF;
    font-weight: 700;
    font-size: 5.1vw;
    text-align: center;
    padding: 1vw 0;
  }
  .tokuten_title span {
    color: #F5FF00;
  }
  .tokuten_subtitle {
    font-weight: 700;
    font-size: 6.15vw;
    text-align: center;
    color: #CC0033;
    margin: 0 0 5vw 0;
  }
  .tokuten_box {
    background: #FFF;
    width: 100%;
    padding: 5vw;
    text-align: center;
    position: relative;
  }
  .tokuten_box img {
    margin: 0 auto;
    max-width: 100%;
  }
  .tokuten_box > .att {
    font-size: 3.3vw;
    text-align: left;
    color: #000;
  }
  .tokuten_box ul.tokuten_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 5vw;
    width: 100%;
  }
  .tokuten_box ul.tokuten_point li {
    width: 48%;
    margin: 0 0 4% 0;
  }
  .tokuten_box ul.tokuten_point li img {
    width: 100%;
  }
  .docomouser {
    position: static;
    width: 58%;
    margin: 0 auto -1.5vw auto;
  }
  .docomouser img{
    width: 100%;
  }

  
  
  .plus {
    margin: 5vw auto;
  }
  .ipoe_box_05 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 0 4vw 0 4vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ipoe_box_05 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  p.attention_application {
    margin: 0 0 5vw 0;
    font-weight: 700;
  }
  p.attention_10g {
    font-weight: 700;
    font-size: 3.8vw;
    text-align: center;
    color: #FF0000;
    margin: 0;
    line-height: 1.5em;
  }
  p.attention_10g span {
    padding: 0 0 0 25px;
    background: url("../img/icon_attention.svg") no-repeat left center;
  }
  .ipoe_box_05 .arrow {
    margin:10vw auto 0 auto;
    width: 100%;
    text-align: center;
    position: static;
  }
  .ipoe_box_05 .arrow img {
    margin: 0 auto;
  }
  .ipoe_box_05 .step {
    text-align: center;
    margin: 10vw auto 3vw auto;
    width: 100%;
  }
  .ipoe_box_05 .step img {
    margin: 0 auto;
  }
  .ipoe_box_05 .step_title {
    font-size: 6.15vw;
    font-weight: 700;
    margin: 0 0 5vw;
  }
  .application_box {
    padding: 5vw 3vw;
    box-sizing: border-box;
    background: #FFF;
    font-size: 4.6vw;
    color: #000;
    font-weight: 700;
 }
  .application_box img {
    max-width: 100%;
    margin: 0 auto 10vw auto;
  }
  .application_box .caption {
    font-size: 4.1vw;
    font-weight: normal;
     line-height: 1.4em;
    margin: 0 0 5vw 0;
  }
  .application_box p span {
    color: #26A301;
  }
  .application_title {
    font-size: 6.15vw;
    margin: 0 0 5vw 0;
  }
  .application_btn {
    width: 81%;
    height: auto;
    border-radius: 90px;
    background: #26A301;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    margin: 10px auto 30px auto;
  }
  .application_btn a {
    width: 100%;
    height: 100%;
    border-radius: 90px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #FFF;
    display: block;
    line-height: 1.3em;
    color: #FFF;
    text-decoration: none;
    background: url("../img/icon_btn_arrow.svg") right 15px center no-repeat #26A301;
    color: #F5FF00;
    padding: 2vw 0;
  }
  .application_tel a {
    font-size: 8.7vw;
    color: #26A301;
    text-decoration: none;
    line-height: 1em;
    margin: 2vw 0 0 0;
  }
  .application_tel a span {
    background: url("../img/icon_phone.svg") left center no-repeat;
    padding: 0 0 0 40px;
  }
  
  .ipoe_box_06 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 0 4vw 0 4vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ipoe_box_06 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .price_title {
    background: #000;
    color: #FFF;
    font-weight: 700;
    font-size: 5.26vw;
    text-align: center;
    padding: 1vw 0;
    margin: 0;
  }
  .price_title span {
    color: #F5FF00;
  }
  .price_subtitle {
    font-weight: 700;
    font-size: 5.12vw;
    text-align: center;
    color: #000000;
    margin: 0 0 5vw 0;
  }
  .ml_space {
    padding-left: 0;
  }
  .price_box {
    background: #FFF;
    width: 100% !important;
    padding: 3vw;
    text-align: center;
    position: relative;
    border: 2px #000 solid;
    border-top: none;
    box-sizing: border-box;
    margin: 0;
    color: #000;
  }
  .price_box img {
    margin: 0 auto;
    max-width: 100%;
  }
  .price_box table {
    width: 100%;
    margin: 30px 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333;
    line-height: 1.2em;
  }
  .price_box table th, .price_box table td {
    text-align: center;
    width: calc(100% / 3);
    vertical-align: middle;
    font-size: 3vw;
    border: 1px solid #BFBFBF;
    padding: 2vw;
  }
  .price_box table th {
    background: #F0F0F0;
    font-weight: normal;
  }
  .price_box table td {
    font-weight: 700;
  }
  .price_box .benefits_box {
    padding: 0;
  }
  .price_box2 {
    margin: 40px 0 0 0;
  }
  .ipoe_box_07 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 0 4vw 0 4vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ipoe_box_07 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .ipoe_box_08 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 0 4vw 0 4vw;
    box-sizing: border-box;
    text-align: center;
  }
  .ipoe_box_08 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .ipoe_box_08 .sub_title {
    font-weight: 700;
    font-size: 4.87vw;
    color: #CC0033;
    margin: 5vw 0 2vw 0;
  }
  .ipoe_box_08 .caption {
    font-size: 4.1vw;
    color: #000;
    text-align: left;
  }
  .subbox_title {
    background: #000;
    color: #FFF;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 10px 0;
    margin: 0;
  }
  .subbox_title span {
    color: #F5FF00;
  }
  .subbox_subtitle {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #000000;
    margin: 0 0 50px 0;
  }
  .subbox_box {
    background: #FFF;
    width: 100% !important;
    padding: 2vw;
    text-align: center;
    position: relative;
    border: 2px #000 solid;
    border-top: none;
    box-sizing: border-box;
    margin: 0;
    color: #000;
  }
  .subbox_box strong {
    color: #CC0033;
  }
  .subbox_box table {
    width: 100%;
    margin: 4vw 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    color: #333;
  }
  .subbox_box table th {
    text-align: center;
    width: 100%;
    vertical-align: middle;
    font-size: 4.1vw;
    border: 1px solid #BFBFBF;
    padding: 2vw;
    display: block;
  }
  .subbox_box table td {
    text-align: center;
    width: 100%;
    vertical-align: middle;
    font-size: 4.1vw;
    border: 1px solid #BFBFBF;
    padding: 2vw;
      display: block;
}
  .subbox_box table th {
    background: #F0F0F0;
    font-weight: normal;
  }
  .subbox_box table td a {
    display: inline-block;
    border: 1px solid #004386;
    color: #004386;
    border-radius: 5px;
    padding: 2vw 5vw;
    margin: 10px auto 0;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.5em;
    font-size: 3.33vw;
    background: url("../img/icon_btn_arrow2.svg") right 10px center no-repeat;
  }
  .ipoe_box_09 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 0 4vw 0 4vw;
    box-sizing: border-box;
    text-align: center;
    color: #FFF;
  }
  .ipoe_box_09 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .ipoe_box_09 .benefits_box {
    margin: 0 0 0 0;
    text-align: left;
    color: #FFF;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .ipoe_box_09 .boldprice_head {
    color: #FFF;
    display: block;
    text-align: center;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  .ipoe_box_09 .benefitslead {
    color: #FFF;
    font-weight: normal;
    display: contents;
  }
  .ipoe_box_09 .benefitslead dl.att > dd a {
    color: #33DCF0;
    display: contents;
  }
  .download-reader {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10vw 0 0 0;
  }
  .download-reader > div {
    margin: 0;
  }
  .download-reader a {
    color: #33DCF0;
  }
    .download-reader img{
      margin: 5vw auto 0 auto;
  }

  
  .ipoe_box_10 {
    width: 100%;
    margin: 10vw auto 0 auto;
    padding: 10vw 4vw 10vw 4vw;
    box-sizing: border-box;
    text-align: center;
    background: #CC0033;
  }
  .ipoe_box_10 .inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .ipoe_box_10 .inner p.or {
    font-size: 4.8vw;
    margin: 5vw auto;
    font-weight: 700;
  }
  .ipoe_box_10 .online {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 4.8vw;
    color: #000;
    font-weight: 700;
  }
  .ipoe_box_10 .online > div {
    background: #FFF;
    padding: 5px 5px 10vw 5px;
    border-radius: 10px;
    width: 100%;
  }
  
  .ipoe_box_10 .online > div:nth-child(2){
    margin: 4vw 0 0 0;
  }

  
  .ipoe_box_10 .online .online_title {
    border-radius: 10px 10px 0 0;
    font-size: 4.1vw;
    font-weight: 700;
    padding: 2vw 0;
    margin: 0 0 5vw 0;
    color: #FFF;
    line-height: 1.4em;
  }
  .ipoe_box_10 .online .new_t {
    background: #CC0033;
  }
  .ipoe_box_10 .online .covenants_t {
    background: #000000;
  }
  .ipoe_box_10 .application_btn {
    width: 90%;
    margin: 10px auto 0 auto;
    font-size: 4.1vw;
  }
  .ipoe_box_10 .application_tel a {
    font-size: 8.7vw;
    color: #26A301;
    text-decoration: none;
    line-height: 1em;
  }
  .ipoe_box_10 .application_tel a span {
    background: url("../img/icon_phone.svg") left center no-repeat;
    padding: 0 0 0 40px;
  }
  .ipoe_box_10 .tel_box {
    background: #FFF;
    padding: 10vw 0;
    border-radius: 10px;
    width: 100%;
    color: #000;
    font-weight: 700;
    font-size: 4.6vw;
    line-height: 1.4em;
  }
  .ipoe_box_10 .tel_box .application_tel {
    font-size: 8.7vw;
    line-height: 1em;
  }
  .ipoe_box_10 .tel_box .caption {
    font-size: 4.1vw;
    font-weight: normal;
    line-height: 1.3em;
    margin: 2vw 0 4vw 0
  }
  .ipoe_box_10 .tel_box span {
    color: #26A301;
  }
  .tab-box {
    margin-top: 10vw;
  }
  .tab-box .tab-list {
    display: flex;
    gap: 3%;
  }
  .tab-box .tab-list-item {
    text-align: center;
    width:48.5%;
    background: #FEF2F2;
  }
  .tab-box .tab-list-item a {
    padding: 2vw 1vw;
    text-decoration: none;
    font-size: 3.58vw;
    font-weight: bold;
    display: block;
    color: #C4000F;
    line-height: 1.25em;
  }
  .tab-box .tab-list-item a:hover {
    transition: .4s;
    opacity: 0.8;
    cursor: pointer;
  }
  .tab-box .tab-list-item a > span {
    font-size: 3vw;
    font-weight: normal;
    display: block;
    margin: 0.5vw 0 0 0;
  }
  .tab-box .tab-list-item.active {
    background: #CC0033;
  }
  .tab-box .tab-list-item.active a {
    color: #FFFFFF;
  }
  .tab-box .tab-body {
    padding: 4vw;
    display: none;
    border: 2px solid #C4000F;
    background: #FFF;
    text-align: left;
    color: #000;
  }
  .tab-box .tab-body.active {
    display: block;
  }
  .tab-box .tab-body .ttl {
    font-size: 4.6vw;
    font-weight: bold;
    text-align: center;
  }
  .tab-box .tab-body .image {
    margin-top: 5vw;
    line-height: 1;
  }
  .tab-box .tab-body .image img{
    width: 100%;
  }

  
  .tab-box .tab-body .col {
    margin-top: 10vw;
  }
  .benefits_box {
    margin: 10vw 0 0 0;
    text-align: left;
    color: #000;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .boldprice_head {
    color: #cc0133;
    display: block;
    text-align: center;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 5vw;
    margin-bottom: 5vw;
    font-weight: 700;
    font-size: 4.6vw;
    box-sizing: border-box;
  }
  .benefitslead {
    padding: 0 0 10vw;
    text-align: left;
    color: #000;
    line-height: 1.8em;
    font-size: 4.1vw;
  }
  .benefitslead dl.att {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 0;
  }
  .benefitslead dl.att > dt {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 4.1vw;
    line-height: 1.8em;
  }
  .benefitslead dl.att > dd {
    padding: 0;
    margin: 0 0 5px 0;
    box-sizing: border-box;
    font-size: 4.1vw;
    line-height: 1.8em;
  }
  span.maru {
    padding: 0 0.2em 0 0;
  }
  .toggle {
    margin: 25px 0 0 0;
  }
  .toggle .toggle_open {
    border: #999999 1px solid;
    padding: 1vw 2vw;
    cursor: pointer;
    position: relative;
    transition: opacity .2s;
    text-align: left;
    line-height: 1.5em;
  }
  .toggle .toggle_open:hover {
    opacity: 0.7;
  }
  .toggle .toggle_open .btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
  .toggle .toggle_open .btn span {
    padding-right: 20px;
    display: inline-block;
    position: relative;
  }
  .toggle .toggle_open .btn span.open {
    display: block;
  }
  .toggle .toggle_open .btn span.close {
    display: none;
  }
  .toggle .toggle_open .btn span::before, .toggle .toggle_open .btn span::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
  .toggle .toggle_open .btn span::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .toggle .toggle_open.is-open .btn span::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .toggle .toggle_open.is-open .btn span.open {
    display: none;
  }
  .toggle .toggle_open.is-open .btn span.close {
    display: block;
  }
  .toggle .toggle_content {
    display: none;
    padding: 2vw;
    box-sizing: border-box;
    background: #F9F9F9;
  }
  .ipoe_box_06 .toggle .toggle_open, .ipoe_box_07 .toggle .toggle_open, .ipoe_box_08 .toggle .toggle_open {
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
    transition: opacity .2s;
    background: #CC0033;
    color: #FFF;
    font-size: 4.1vw;
    font-weight: 700;
  }
.ipoe_box_07 .toggle .toggle_open .btn span::before, .ipoe_box_07 .toggle .toggle_open .btn span::after, .ipoe_box_08 .toggle .toggle_open .btn span::before, .ipoe_box_08 .toggle .toggle_open .btn span::after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
  }
.ipoe_box_07 .toggle .toggle_open .btn span::after, .ipoe_box_08 .toggle .toggle_open .btn span::after {
    transform: translateY(-50%) rotate(90deg);
  }
.ipoe_box_07 .toggle .toggle_open.is-open .btn span::after, .ipoe_box_08 .toggle .toggle_open.is-open .btn span::after {
    transform: translateY(-50%) rotate(0deg);
  }
  
.ipoe_box_06 .toggle .btn span::before{
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.ipoe_box_06 .toggle .toggle_open.is-open .btn span::after{
  transform: translateY(-50%) rotate(90deg);
}
.ipoe_box_06 .toggle .toggle_open .btn span::after{
  transform: translateY(-50%) rotate(0deg);
}
  
  
  
  .ipoe_box_06 .toggle .toggle_open.is-open .btn span.open, .ipoe_box_07 .toggle .toggle_open.is-open .btn span.open, .ipoe_box_08 .toggle .toggle_open.is-open .btn span.open {
    display: none;
  }
  .ipoe_box_06 .toggle .toggle_open.is-open .btn span.close, .ipoe_box_07 .toggle .toggle_open.is-open .btn span.close, .ipoe_box_08 .toggle .toggle_open.is-open .btn span.close {
    display: block;
  }
  .ipoe_box_06 .toggle .toggle_content, .ipoe_box_07 .toggle .toggle_content, .ipoe_box_08 .toggle .toggle_content {
    display: none;
    padding: 4vw;
    box-sizing: border-box;
    background: #FFF;
  }
  
  .ipoe_box_06 .toggle .toggle_content{
    display: block;
    padding: 4vw;
    box-sizing: border-box;
    background: #FFF;
  }

  
  .plusspace {
    margin: 10vw auto;
  }
}
@media screen and (max-width: 480px) {
  .cmnFooter {
    text-align: left;
  }
  .cmnFooter_inner {
    padding: 10px 15px 12px;
  }
  .cmnFooter_link {
    margin: 0 0 0 -12px;
    padding: 0;
    justify-content: flex-start;
  }
  .cmnFooter_link li {
    margin: 6px 12px;
    font-size: 12px;
  }
  .cmnFooter_copyright {
    padding: 0 0 17px;
    text-align: center;
    font-size: 12px;
  }
  
    .ipoe_box_10 .application_tel a span {
    background: url("../img/icon_phone.svg") left center no-repeat;
    padding: 0 0 0 30px;
    background-size: 25px;
  }

  .pagetop{
  width: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

  
}
/*********** add 2412 年末年始の休業対応 ***********/
.newyear_info {
  display: block;
  line-height: 1.4;
  margin: 20px auto;
  font-size: 13px;
  color: #cc0133;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  width: 95%;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .newyear_info {
      width: 100%;
      font-size: 3.3vw;
      text-align: left;
      padding: 10px 20px;
  }
}

.fc_rd {
	color: #CC0033;
}
.mb30_hq {
	margin-bottom: 30px !important;
}
.mb20_hq {
	margin-bottom: 20px !important;
}
.mb5_hq {
	margin-bottom: 5px !important;
}