/* ======================================================================
 p_benefits
====================================================================== */
.p_benefits .sec > .inner {
  padding: 50px 0 60px;
  width: 1160px;
  margin: 0 auto;
}
.p_benefits .sec.sec_1 {
  background: #F3F3F3;
}
.p_benefits .sec.sec_1 .lead {
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
}
.p_benefits .sec.sec_1 .lead > span {
  display: inline-block;
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FBC632 60%);
}
.p_benefits .sec.sec_1 .imgwrap {
  margin: 30px auto 0;
  width: 1000px;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.p_benefits .sec.sec_1 .imgwrap > .img1 {
  position: relative;
}
.p_benefits .sec.sec_1 .imgwrap > .img1:before {
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  content: url(../img/common/plus.svg);
}
.p_benefits .sec.sec_2 .l_flex {
  margin: 40px 0 0;
}
.p_benefits .sec.sec_2 .l_flex .txtwrap {
  width: 600px;
  padding: 20px 0 0 50px;
}
.p_benefits .sec.sec_2 .l_flex .txtwrap > .u_txt_1 {
  margin: 20px 0 10px;
}
.p_benefits .sec.sec_2 .l_flex .txtwrap > .sub {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.p_benefits .sec.sec_2 .l_flex .txtwrap > .sub._second {
  margin: 3px 0 0;
}
.p_benefits .sec.sec_3 {
  background: #F3F3F3;
}
.p_benefits .sec.sec_3 .lead {
  margin: 20px 0 0;
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
}
.p_benefits .sec.sec_3 .lead > span.bg {
  display: inline-block;
  padding: 0 5px;
  font-size: 22px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FBC632 60%);
}
.p_benefits .sec.sec_3 .lead .sml {
  font-size: 14px;
}
.p_benefits .sec.sec_3 ul.switch {
  position: relative;
  margin: 30px 0 0;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.p_benefits .sec.sec_3 ul.switch li {
  width: calc((100% - 50px) / 6);
}
.p_benefits .sec.sec_3 ul.switch li > a {
  display: block;
  width: 100%;
  background: #fff;
  height: 152px;
  border: 2px solid #d8d8d8;
  border-radius: 10px;
  box-shadow: 0px 5px 0px #d8d8d8;
  position: relative;
}
.p_benefits .sec.sec_3 ul.switch li > a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}
.p_benefits .sec.sec_3 ul.switch li > a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #B4B4B4;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap {
  height: 58px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
}
.p_benefits .sec.sec_3 ul.switch li .txtwrap {
  height: 64px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p_benefits .sec.sec_3 ul.switch li .u_txt_5 {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap {
  text-align: center;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap .rakuten {
  width: 47px;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap .amazon {
  width: 122px;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap .hulu {
  width: 130px;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap .apple {
  width: 67px;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap .stock {
  width: 70px;
}
.p_benefits .sec.sec_3 ul.switch li .imgwrap .doll {
  width: 43px;
}
.p_benefits .sec.sec_3 .wrap {
  width: 1160px;
  margin: 50px auto 0;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  padding: 0 0 40px;
}
.p_benefits .sec.sec_3 ul.box {
  width: 1160px;
  border-radius: 20px;
}
.p_benefits .sec.sec_3 ul.box > li {
  background: #fff;
  padding: 40px;
}
.p_benefits .sec.sec_3 ul.box > li:not(:first-child) {
  border-top: 1px solid #F3F3F3;
}
.p_benefits .sec.sec_3 ul.box > li > .u_sp .c_ttl_4 {
  margin: 10px 0;
}
.p_benefits .sec.sec_3 ul.box > li > .imgwrap {
  width: 450px;
  height: 254px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E2E2E2;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap {
  width: calc(100% - 480px);
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .c_ttl_4 {
  margin: 15px 0 20px;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .u_txt_1 > a {
  color: #0E5BB5;
  text-decoration: underline;
  padding: 0 20px 0 0;
  position: relative;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .u_txt_1 > a:before {
  content: url(../img/common/blue-link.svg);
  position: absolute;
  top: 0;
  right: 0;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .sub {
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 10px 0 0;
  line-height: 1.5;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .sub._m0 {
  margin: 0;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .sub._m0 a {
  color: #0E5BB5;
  text-decoration: underline;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap .sub._m0 a:hover {
  text-decoration: none;
}
.p_benefits .sec.sec_3 ul.box > li > .txtwrap a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../img/common/pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.p_benefits .sec.sec_3 .infobox {
  width: calc(100% - 80px);
  margin: 10px auto 0;
  background: #FDE9AC;
  border-radius: 20px;
  padding: 25px 0;
  text-align: center;
}
.p_benefits .sec.sec_3 .infobox .u_txt_1 {
  margin: 10px 0 0;
}
.p_benefits .sec.sec_3 .infobox > a {
  margin: 20px auto 0;
}
.p_benefits .sec.sec_3 .txtbox {
  text-align: center;
  padding: 60px 0 0;
}
.p_benefits .sec.sec_3 .txtbox .c_ttl_5 {
  margin: 0 0 20px;
}
.p_benefits .sec.sec_3 .txtbox .u_txt_1 > a {
  color: #0E5BB5;
  text-decoration: underline;
}
.p_benefits .sec.sec_3 .txtbox .u_txt_1 > a:hover {
  text-decoration: none;
}
.p_benefits .sec.sec_4 {
  background: #F3F3F3;
}
.p_benefits .sec.sec_4 .faq {
  width: 1000px;
  margin: 40px auto 0;
}
.p_benefits .sec.sec_4 .faq .item {
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.p_benefits .sec.sec_4 .faq .item + .item {
  margin-top: 15px;
}
.p_benefits .sec.sec_4 .faq .item .parent {
  display: -ms-flex;
  display: flex;
  cursor: pointer;
}
.p_benefits .sec.sec_4 .faq .item .parent._active .desc:before {
  right: 20px;
  transform: rotate(-135deg) translateY(-50%);
}
.p_benefits .sec.sec_4 .faq .item .parent .ttl {
  width: 56px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  background: #FBC933;
  border-radius: 10px 0 0 0;
}
.p_benefits .sec.sec_4 .faq .item .parent .desc {
  width: calc(100% - 56px);
  padding: 16px 40px 18px 23px;
  background: #fff;
  position: relative;
}
.p_benefits .sec.sec_4 .faq .item .parent .desc:before {
  position: absolute;
  top: 48%;
  right: 25px;
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  transform: rotate(45deg) translateY(-50%);
}
.p_benefits .sec.sec_4 .faq .item .child {
  padding: 14px 25px 33px;
  display: none;
}
.p_benefits .sec.sec_4 .faq .item .child a {
  text-decoration: underline;
  color: #0E5BB5;
}
.p_benefits .sec.sec_4 .faq .item .child a:hover {
  text-decoration: none;
}
.p_benefits .sec.sec_4 .btn {
  margin: 40px auto 0;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.p-modal {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.p-modal.is-open {
  display: block;
}
.p-modal .p-modal-content-wrap {
  background-color: #fff;
  left: 50%;
  height: 830px;
  max-height: 90%;
  max-width: 900px;
  padding: 54px 0 54px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2100;
}
.p-modal .p-modal-content {
  height: 100%;
  overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 30px;
  padding-right: 30px;
}
.p-modal .btn-close {
  align-items: center;
  background: #333;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.p-modal .btn-close > * {
  transition: opacity ease;
}
.p-modal .btn-close .icon-box-close {
  display: flex;
  flex-direction: column;
  height: 29px;
  left: 50%;
  margin: -1px auto 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29px;
}
.p-modal .btn-close .icon-box-close::before, .p-modal .btn-close .icon-box-close::after {
  background: #fff;
  content: "";
  display: block;
  height: 2.9px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.p-modal .btn-close .icon-box-close::before {
  transform: rotate(-45deg);
}
.p-modal .btn-close .icon-box-close::after {
  transform: rotate(45deg);
}
.p-modal .p-modal-ttl {
  margin-bottom: 27px;
  text-align: center;
}
.p-modal .p-modal-ttl span {
  font-size: 1.4rem;
  font-weight: bold;
  background: #eee;
  border-radius: 15px;
  display: inline-block;
  margin: 10px 0 15px;
  padding: 6px 2px 4px;
  position: relative;
  width: 244px;
}
.p-modal .p-modal-ttl span::after {
  border-color: #eee transparent transparent transparent;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.p-modal .p-modal-ttl p.p-modal-ttl__txt {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-modal .c-pref-group-wrap {
  border-bottom: 1px solid #ccc;
  margin-bottom: 34.5px;
  padding-bottom: 60.5px;
  width: 100%;
}
.p-modal .c-pref-group-wrap .c-pref-group {
  border: 2px solid #aaa;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 26px 0 40px;
  overflow: hidden;
}
html:not(.msie) .p-modal .c-pref-group-wrap .c-pref-group {
  margin: 26px 0.1px 40px 0;
}
.p-modal .c-pref-group-wrap .c-pref-group > * {
  border-right: 2px solid #aaa;
  display: flex;
  width: 33.3333333333%;
}
.p-modal .c-pref-group-wrap .c-pref-group > *:nth-child(3n) {
  border-right: none;
}
.p-modal .c-pref-group-wrap .c-pref-group > *:nth-child(n+4) {
  border-top: 2px solid #aaa;
}
.p-modal .c-pref-group-wrap .c-pref-group > *.is-active {
  background: #59a2c2;
}
.p-modal .c-pref-group-wrap .c-pref-group input {
  display: none;
}
.p-modal .c-pref-group-wrap .c-pref-group input[type=radio]:checked + label {
  background: #59a2c2;
  color: #fff;
}
.p-modal .c-pref-group-wrap .c-pref-group label {
  font-size: 1.4rem;
  font-weight: bold;
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 13px 10px 11px;
  text-align: center;
  width: 100%;
}
.p-modal .c-area-group-wrap {
  border-bottom: 1px dashed #ccc;
  display: flex;
  flex-wrap: wrap;
  margin: -24px 0 24.5px 0;
  padding-bottom: 46.5px;
}
.p-modal .c-area-group-wrap .c-area-group {
  flex-basis: 50%;
  margin-top: 24px;
  max-width: 50%;
  width: 50%;
}
.p-modal .c-area-group-wrap .c-area-group:nth-child(even) {
  padding-left: 40px;
}
.p-modal .c-area-group-wrap .c-area__ttl {
  font-size: 1.4rem;
  font-weight: bold;
  align-items: center;
  background: #eee;
  display: flex;
  justify-content: center;
  margin-bottom: 11px;
  padding: 8px 10px 5px;
}
.p-modal .c-select-request {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 40px;
  padding-bottom: 60px;
}

.c-form-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-form-group > * {
  flex-basis: 376px;
}
.c-form-group--2 > * {
  flex-basis: calc(50% - 18px);
}
.c-form-group--2 > *:first-child {
  margin-right: 36px;
}

.c-form-label {
  margin: 30px 0 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-form-text {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 10px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 48px;
}
.c-form-text::-moz-placeholder {
  color: #aaa;
}
.c-form-text:-ms-input-placeholder {
  color: #aaa;
}
.c-form-text::placeholder {
  color: #aaa;
}
.c-form-text:-ms-input-placeholder {
  color: #aaa;
}
.c-form-text[disabled] {
  background: #f5f5f5;
  border-color: #ddd;
}
.c-form-text--inline:not(:first-child) {
  margin-left: 10px;
  margin-right: 10px;
}
.c-form-text--inline:first-child {
  margin-right: 10px;
}

.c-form-select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.c-form-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 6px solid #59a2c2;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
}
.c-form-select select {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 35px 0 20px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 48px;
  cursor: pointer;
}
.c-form-select--inline {
  display: inline;
  margin-right: 10px;
}
.c-form-select--inline select {
  display: inline;
}

.c-form-radio {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  line-height: 48px;
  cursor: pointer;
}
.c-form-radio input {
  position: absolute;
  left: -20px;
}
.c-form-radio input + span {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 35px 0 60px;
  border: 1px solid #333;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 48px;
}
.c-form-radio input + span::before, .c-form-radio input + span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  border-radius: 100%;
}
.c-form-radio input + span::before {
  left: 20px;
  width: 28px;
  height: 28px;
  border: 1px solid #333;
  background: #fff;
}
.c-form-radio input:checked + span {
  font-size: 1.6rem;
  font-weight: bold;
}
.c-form-radio input:checked + span::after {
  left: 24px;
  width: 20px;
  height: 20px;
  background: #59a2c2;
}
.c-form-radio--inline {
  margin-left: 5px;
  margin-right: 5px;
}

.c-form-checkbox {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  line-height: 48px;
}
.c-form-checkbox input {
  position: absolute;
  left: -20px;
}
.c-form-checkbox input + span {
  display: inline-block;
  width: 100%;
  height: 48px;
  padding: 0 0 0 38px;
  background: #fff;
  font-size: 1.4rem;
  line-height: 48px;
}
.c-form-checkbox input + span::before, .c-form-checkbox input + span::after {
  position: absolute;
  transform: translateY(-50%);
  display: block;
  content: "";
}
.c-form-checkbox input + span::before {
  top: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 6px;
}
.c-form-checkbox input:checked + span::after {
  top: 16px;
  left: 6px;
  width: 16px;
  height: 10px;
  border-left: 3px solid #59a2c2;
  border-bottom: 3px solid #59a2c2;
  transform: rotate(-45deg);
}
.c-form-checkbox--inline {
  margin-left: 5px;
  margin-right: 5px;
}

.c-form-error {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #ef0000;
}
.c-form-error--all {
  margin-top: 50px;
  font-size: 1.6rem;
  font-weight: bold;
}

.c-mail {
  font-size: 1.4rem;
}
.c-mail .c-mail-input {
  width: 376px;
  margin: 0 auto;
}
.c-mail .c-mail-input a {
  text-decoration: underline;
}
.c-mail .c-mail-input .c-form-error {
  display: none;
}
.c-mail .c-mail-input .c-btn-group-wrap {
  margin-top: 30px;
}
.c-mail .c-mail-input button {
  width: 150px;
}
.c-mail .c-mail-text {
  margin-top: 40px;
  padding: 30px 20px;
  background: #f5f5f5;
}
.c-mail .c-mail-text__domain {
  margin-top: 20px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

.c-btn-group-wrap {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 788px;
}
.c-btn-group-wrap .c-btn-group {
  display: flex;
  justify-content: center;
  margin-left: -18px;
  margin-right: -18px;
  text-align: center;
}
.c-btn-group-wrap .c-btn-group > * {
  line-height: 1;
  margin-left: 18px;
  margin-right: 18px;
  max-width: 376px;
  width: 100%;
}
.c-btn-group-wrap + .c-btn-group-wrap {
  margin-top: 28px;
}
.c-btn-group-wrap.c-btn--l-group-wrap {
  max-width: 582px;
}
.c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group {
  flex-wrap: nowrap;
}
.c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group > * {
  max-width: 273px;
}

.mt-15 {
  margin-top: 15px !important;
}

.c-mail {
  line-height: 1.66667;
}
.c-mail .c-mail-input {
  width: 376px;
  margin: 0 auto;
}
.c-mail .c-mail-input a {
  text-decoration: underline;
}
.c-mail .c-mail-input .c-form-error {
  display: none;
}
.c-mail .c-mail-input .c-btn-group-wrap {
  margin-top: 30px;
}
.c-mail .c-mail-input button {
  width: 150px;
}
.c-mail .c-mail-text {
  margin-top: 40px;
  padding: 30px 20px;
  background: #f5f5f5;
}
.c-mail .c-mail-text__domain {
  margin-top: 20px;
  padding: 10px 0;
  background: #fff;
  text-align: center;
}

.c-btn {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 32px;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  max-width: 376px;
  padding: 16px 10px 14px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all ease;
  width: 100%;
}
.c-btn span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
}
.c-btn--outline {
  background: #fff;
  border: 2px solid #fcc800;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
  padding: 12.5px 10px 9.5px;
}
.c-btn--outline > * {
  transition: opacity ease;
}
.c-btn--outline span {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0 25px;
}
.c-btn--outline.c-btn--disabled {
  box-shadow: none;
  border-color: #aaa;
  background: #fff;
}
.c-btn--outline.c-btn--disabled span {
  color: #aaa;
}
.c-btn--outline.c-btn--disabled:hover {
  opacity: 1;
}
.c-btn--outline.c-btn--disabled:hover span {
  opacity: 1;
  color: #aaa;
}
.c-btn--disabled {
  background: #ddd;
  border: 2px solid #ddd;
  cursor: default;
  pointer-events: none;
}
.c-btn--disabled span {
  color: #666;
}

.comp_btn {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p_benefits .sec > .inner {
    width: 100%;
    padding: 30px 15px 40px;
  }
  .p_benefits .sec.sec_1 .lead {
    text-align: left;
  }
  .p_benefits .sec.sec_1 .lead > span {
    display: inline;
    font-size: 16px;
  }
  .p_benefits .sec.sec_1 .imgwrap {
    width: 100%;
    display: block;
  }
  .p_benefits .sec.sec_1 .imgwrap picture {
    display: block;
    text-align: center;
  }
  .p_benefits .sec.sec_1 .imgwrap > .img1 {
    display: block;
    text-align: center;
    margin: 0 0 20px;
  }
  .p_benefits .sec.sec_1 .imgwrap > .img1:before {
    z-index: 1;
    top: initial;
    width: 40px;
    height: 40px;
    background: url(../img/common/plus.svg);
    background-size: cover;
    content: "";
    bottom: -30px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .p_benefits .sec.sec_2 .l_flex {
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
  .p_benefits .sec.sec_2 .l_flex .txtwrap {
    padding: 0;
    margin: 20px 0 0;
  }
  .p_benefits .sec.sec_2 .l_flex .txtwrap > .u_txt_1 {
    margin: 15px 0 10px;
  }
  .p_benefits .sec.sec_3 .lead {
    text-align: left;
  }
  .p_benefits .sec.sec_3 .lead > span.bg {
    display: inline;
    font-size: 16px;
    padding: 0;
  }
  .p_benefits .sec.sec_3 ul.switch {
    width: 345px;
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
  .p_benefits .sec.sec_3 ul.switch li {
    width: 110px;
  }
  .p_benefits .sec.sec_3 ul.switch li:nth-child(n+4) {
    margin: 10px 0 0;
  }
  .p_benefits .sec.sec_3 ul.switch li > a {
    height: 125px;
    border-radius: 10px;
    box-shadow: 0px 2px 0px #B4B4B4;
  }
  .p_benefits .sec.sec_3 ul.switch li > a:before {
    width: 5px;
    height: 5px;
    bottom: 4px;
  }
  .p_benefits .sec.sec_3 ul.switch li > a:hover {
    transform: translateY(0);
    box-shadow: 0 2px 0 #B4B4B4;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap {
    height: 62px;
  }
  .p_benefits .sec.sec_3 ul.switch li .txtwrap {
    height: 50px;
  }
  .p_benefits .sec.sec_3 ul.switch li .u_txt_5 {
    font-size: 10px;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap .rakuten {
    width: 51px;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap .amazon {
    width: 86px;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap .hulu {
    width: 130px;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap .apple {
    width: 68px;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap .stock {
    width: 75px;
  }
  .p_benefits .sec.sec_3 ul.switch li .imgwrap .doll {
    width: 41px;
  }
  .p_benefits .sec.sec_3 .wrap {
    width: 100%;
    border-radius: 10px;
  }
  .p_benefits .sec.sec_3 ul.box {
    width: 100%;
  }
  .p_benefits .sec.sec_3 ul.box > li {
    padding: 25px 15px 20px;
    flex-wrap: wrap;
  }
  .p_benefits .sec.sec_3 ul.box > li > .imgwrap {
    width: 100%;
    height: 178px;
  }
  .p_benefits .sec.sec_3 ul.box > li > .txtwrap {
    width: 100%;
    margin: 15px 0 0;
  }
  .p_benefits .sec.sec_3 ul.box > li > .txtwrap .c_ttl_4 {
    display: none;
  }
  .p_benefits .sec.sec_3 ul.box > li > .txtwrap .c_ico_2 {
    display: none;
  }
  .p_benefits .sec.sec_3 ul.box > li > .txtwrap .sub {
    margin: 5px 0 0;
  }
  .p_benefits .sec.sec_3 .infobox {
    width: calc(100% - 30px);
    border-radius: 10px;
    padding: 25px 15px;
  }
  .p_benefits .sec.sec_3 .infobox .u_txt_4 {
    font-size: 18px;
  }
  .p_benefits .sec.sec_3 .infobox .u_txt_1 {
    text-align: left;
  }
  .p_benefits .sec.sec_3 .txtbox {
    padding: 45px 0 0;
    text-align: left;
  }
  .p_benefits .sec.sec_4 .faq {
    width: 100%;
    margin: 20px auto 0;
  }
  .p_benefits .sec.sec_4 .faq .item + .item {
    margin-top: 10px;
  }
  .p_benefits .sec.sec_4 .faq .item .parent._active .desc:before {
    right: 15px;
  }
  .p_benefits .sec.sec_4 .faq .item .parent .ttl {
    font-size: 20px;
  }
  .p_benefits .sec.sec_4 .faq .item .parent .desc {
    padding: 9px 31px 11px 10px;
  }
  .p_benefits .sec.sec_4 .faq .item .parent .desc:before {
    top: 43%;
    right: 20px;
  }
  .p_benefits .sec.sec_4 .faq .item .child {
    padding: 15px 15px 20px 15px;
  }
  .p-modal .p-modal-content-wrap {
    height: 508px;
    padding: 54px 0 54px;
    width: calc(100% - 30px);
  }
  .p-modal .p-modal-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-modal .btn-close {
    height: 45px;
    width: 45px;
  }
  .p-modal .p-modal-ttl {
    margin-bottom: 19px;
  }
  .p-modal .p-modal-ttl span {
    margin: 10px 0 21px;
    padding: 5px 2px;
  }
  .p-modal .p-modal-ttl p {
    text-align: left;
  }
  .p-modal .p-modal-ttl p.p-modal-ttl__txt {
    font-size: 2rem;
  }
  .p-modal .c-pref-group-wrap {
    margin-bottom: 33px;
    padding-bottom: 40px;
  }
  .p-modal .c-pref-group-wrap .c-pref-group {
    margin: 14px 0.1px 30px 0;
  }
  .p-modal .c-pref-group-wrap .c-pref-group label {
    padding: 8px 5px 6px;
  }
  .p-modal .c-area-group-wrap {
    flex-direction: column;
    margin: -24px 0 16px 0;
    padding-bottom: 34px;
  }
  .p-modal .c-area-group-wrap .c-area-group {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
  .p-modal .c-area-group-wrap .c-area-group:nth-child(even) {
    padding-left: 0;
  }
  .p-modal .c-select-request {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  .p-modal .c-select-request .c-btn--l {
    padding: 14px 5px 30px;
  }
  .p-modal .c-select-request .c-btn--l .c-icon {
    margin-bottom: 11.3px;
  }
  .c-form-label {
    margin: 25px 0 10px;
  }
  .c-form-text--inline:not(:first-child) {
    margin-left: 5px;
    margin-right: 5px;
  }
  .c-form-text--inline:first-child {
    margin-right: 5px;
  }
  .c-form-select select {
    padding: 0 35px 0 10px;
  }
  .c-form-select--inline {
    margin-right: 5px;
  }
  .c-form-error {
    font-size: 1.4rem;
  }
  .c-form-error--all {
    margin-top: 30px;
  }
  .c-mail .c-mail-input {
    width: auto;
  }
  .c-btn-group-wrap {
    margin-top: 40px;
  }
  .c-btn-group-wrap .c-btn-group {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-top: -20px;
  }
  .c-btn-group-wrap .c-btn-group > * {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .c-btn-group-wrap + .c-btn-group-wrap {
    margin-top: 20px;
  }
  .c-btn-group-wrap.c-btn--l-group-wrap {
    max-width: 100%;
  }
  .c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
  .c-btn-group-wrap.c-btn--l-group-wrap .c-btn--l-group > * {
    margin-left: 8.5px;
    margin-right: 8.5px;
    max-width: 100%;
  }
  .c-mail .c-mail-input {
    width: auto;
  }
  .c-btn span {
    font-size: 1.6rem;
  }
  .c-btn--outline {
    padding: 13.5px 10px 10.5px;
  }
}

@media screen and (min-width: 769px) {
  .p-modal .btn-close:hover > * {
    opacity: 0.6;
  }
  .p-modal .c-pref-group-wrap .c-pref-group label:hover {
    opacity: 0.6;
  }
  .c-btn--outline:hover > * {
    opacity: 0.6;
  }
}