@charset "UTF-8";
body {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 16px;
  font-feature-settings: "palt" 1;
}

img {
  vertical-align: bottom;
}

#header {
  padding: 0.6rem 0;
}
#header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  width: 35%;
}
#header .cach {
  width: 55%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

a {
  color: inherit;
}

sup {
  font-size: 10px;
  vertical-align: text-top;
  display: inline-block;
  transform: translateY(55%);
}

.elm_imgFrame, .mod_acd--hybrid .elm_body .img, .mod_Flow .img {
  border-radius: 7px;
  border: 1px solid #eee;
  overflow: hidden;
  background: #fff;
}
.elm_imgFrame p, .mod_acd--hybrid .elm_body .img p, .mod_Flow .img p {
  padding: 0 0.7em 0.7em;
}

.elm_hr, .elm_hr--obake {
  margin: 1rem 0;
  border: none;
  border-bottom: 1px dashed #eee;
}
.elm_hr--obake {
  border: none;
}
.elm_hr--line {
  border: none;
  margin: 1.3rem 0;
  border-bottom: 1px solid #EB5505;
}

.elm_h1 {
  line-height: 1.25;
  letter-spacing: 0.15em;
  text-align: center;
  font-weight: 600;
}
.elm_h1 span {
  font-size: 190%;
  display: block;
  margin: 0.2em 0;
}
@media screen and (max-width: 320px) {
  .elm_h1 span {
    font-size: 170%;
  }
}
.elm_h1 small {
  font-size: 1rem;
  display: block;
  margin: 0.2em 0;
}
@media screen and (max-width: 320px) {
  .elm_h1 small {
    font-size: 0.8rem;
  }
}
.elm_h1 strong {
  color: #EB5505;
}
.elm_h1 .elm_label {
  margin-top: 0.3rem;
}
.elm_h1 + p {
  margin-top: 2rem;
}

.elm_h2 {
  font-size: 120%;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 0.5rem;
}

.elm_h3 {
  color: #EB5505;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
}

.elm_h4 {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}

.elm_label {
  background: #FFE200;
  display: inline-block;
  font-style: normal;
  font-size: 75%;
  padding: 0.5em 0.8em;
  border-radius: 4px;
}

.elm_chui {
  font-size: 11px;
  letter-spacing: 0.05em;
  opacity: 0.6;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 320px) {
  .elm_chui {
    font-size: 10px;
  }
}

.elm_imgCard {
  background: #fff;
  border-radius: 7px;
  border: 1px solid #eee;
  text-align: center;
  margin: 1.5rem 0 1rem;
}
.elm_imgCard:first-child {
  margin-top: 0;
}
.elm_imgCard .title {
  background: #EB5505;
  color: #fff;
  padding: 0.3em 0;
  border-radius: 7px 7px 0 0;
  font-size: 105%;
}
@media screen and (max-width: 320px) {
  .elm_imgCard .title {
    font-size: 100%;
  }
}
.elm_imgCard .img {
  padding: 0.8rem;
  margin-bottom: 0.3rem;
}
.elm_imgCard .img img {
  max-width: 480px;
  display: inline-block;
}
.elm_imgCard .label {
  background: #FFE200;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  padding: 0.4em 1em 0.4em 2.7em;
  font-size: 13px;
  position: relative;
  transform: translateX(2%);
  margin-bottom: 1.2rem;
}
.elm_imgCard .label.none {
  display: none;
}
.elm_imgCard .label:before {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-26%, -10%);
  background: url("../images/icon/check.png") no-repeat center center;
  background-size: 75%;
  background-color: #fff;
  border-radius: 100%;
  border: 4px solid #FFE200;
}
.elm_imgCard + .elm_imgCard {
  margin-top: -0.5rem;
}

.mod_cvBtn {
  text-align: center;
}
.mod_cvBtn:last-child {
  margin-bottom: 0;
}
.mod_cvBtn .twins {
  display: flex;
  max-width: 460px;
  margin: 0 auto;
  justify-content: space-between;
}
.mod_cvBtn .twins .cvBtn {
  flex: 1;
  max-width: 49%;
}
.mod_cvBtn .twins .cvBtn i {
  text-align: left;
  line-height: 1.4;
  padding: 0.7em 1.9em;
}
.mod_cvBtn .twins .cvBtn small {
  display: block;
  font-size: 80%;
}
.mod_cvBtn .cvBtn {
  font-size: 120%;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin: 0.8em 0 0.7em;
}
.mod_cvBtn .cvBtn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .mod_cvBtn .cvBtn {
    font-size: 100%;
  }
}
.mod_cvBtn .cvBtn small {
  font-size: 80%;
}
.mod_cvBtn .cvBtn a, .mod_cvBtn .cvBtn span {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border-radius: 500px;
  padding: 2px;
  color: #fff;
  transition: all 0.2s ease-out;
  width: 100%;
  max-width: 460px;
}
@media screen and (min-width: 768px) {
  .mod_cvBtn .cvBtn a, .mod_cvBtn .cvBtn span {
    cursor: pointer;
    text-align: center;
  }
  .mod_cvBtn .cvBtn a:hover, .mod_cvBtn .cvBtn span:hover {
    transform: scale(1.05);
  }
}
.mod_cvBtn .cvBtn i {
  display: block;
  width: 100%;
  font-style: normal;
  border: 2px solid rgba(255, 255, 255, 0.318);
  border-radius: 500px;
  padding: 1.1em 1.9em;
  position: relative;
}
.mod_cvBtn .cvBtn i:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/icon/arrow_r.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.mod_cvBtn .cvBtn.au a, .mod_cvBtn .cvBtn.au span {
  background: rgb(255, 157, 0);
  background: linear-gradient(180deg, rgb(255, 157, 0) 0%, rgb(255, 89, 0) 100%);
}
.mod_cvBtn .cvBtn.uq a, .mod_cvBtn .cvBtn.uq span {
  background: #B441AF;
  background: linear-gradient(180deg, #B441AF 0%, #6969CF 100%);
}
.mod_cvBtn .cvBtn.povo a, .mod_cvBtn .cvBtn.povo span {
  background: #fbe447;
}
.mod_cvBtn .cvBtn.povo a i, .mod_cvBtn .cvBtn.povo span i {
  color: #000;
}
.mod_cvBtn .cvBtn_cach {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 320px) {
  .mod_cvBtn .cvBtn_cach {
    font-size: 100%;
    letter-spacing: 0.01em;
  }
}
.mod_cvBtn .cvBtn_cach:before, .mod_cvBtn .cvBtn_cach:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.mod_cvBtn .cvBtn_cach:before {
  margin-right: 0.5em;
  background-image: url("../images/cvbtn/accent_l.png");
}
.mod_cvBtn .cvBtn_cach:after {
  margin-left: 0.5em;
  background-image: url("../images/cvbtn/accent_r.png");
}
.mod_cvBtn .none {
  display: none;
}

#mod_tabAction {
  text-align: center;
  font-size: 80%;
  font-weight: 600;
  line-height: 1;
  border-bottom: 1px solid #EB5505;
}
@media screen and (max-width: 320px) {
  #mod_tabAction {
    font-size: 70%;
  }
}
#mod_tabAction .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.7rem;
}
#mod_tabAction small {
  font-size: 80%;
  display: block;
}
#mod_tabAction .elm {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-bottom: none;
  min-height: 45px;
  display: flex;
  align-items: center;
  border-radius: 7px 7px 0 0;
}
#mod_tabAction .elm .in {
  width: 100%;
}
#mod_tabAction .elm:nth-child(1) {
  border-right: none;
}
#mod_tabAction .elm:nth-child(3) {
  border-left: none;
}
#mod_tabAction .elm.active {
  background: #EB5505;
  color: #fff;
  border-color: #EB5505;
}
#mod_tabAction .elm.active:hover {
  background: #EB5505;
  border-color: #EB5505;
}
@media screen and (min-width: 768px) {
  #mod_tabAction .elm {
    cursor: pointer;
    transition: all 0.2s ease-out;
  }
  #mod_tabAction .elm:hover {
    background: #ffe9dd;
    border-color: #EB5505;
  }
}

#mod_mv {
  padding: 1rem 0 2.8rem 0;
}
#mod_mv p {
  margin-top: 0.7em;
}
#mod_mv .linkbox {
  margin: 0.8rem 0 2rem 0;
  display: flex;
  justify-content: space-between;
}
#mod_mv .linkbox a {
  line-height: 1;
}
#mod_mv .linkbox a:after {
  content: "";
  width: 1em;
  height: 1em;
  background: url("../images/icon/arrow_dn.png") no-repeat center center;
  background-size: 0.8em;
  margin-left: 0.3em;
  display: inline-block;
  transform: translateY(2px);
}
@media screen and (max-width: 320px) {
  #mod_mv .linkbox {
    font-size: 11px;
  }
}

.mod_sec, .mod_sec--green, .mod_sec--blue, .mod_sec--yellow, .mod_sec--red {
  padding: 2.8rem 0;
  background: #fff;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.mod_sec--red {
  background: #FFF4F7;
}
.mod_sec--yellow {
  background: #FFFCED;
}
.mod_sec--blue {
  background: #F4FBFF;
}
.mod_sec--green {
  background: #F7FFF7;
}

.elm_secHead {
  margin-bottom: 2rem;
}

.elm_secFoot {
  margin: 2.2rem 0 0;
}

.mod_textBlock p, .mod_acd--hybrid dl.colors p {
  margin-bottom: 1rem;
  line-height: 1.5;
}
.mod_textBlock p img, .mod_acd--hybrid dl.colors p img {
  display: block;
  margin: 0 auto;
}
.mod_textBlock p:last-child, .mod_acd--hybrid dl.colors p:last-child {
  margin-bottom: 0;
}
.mod_textBlock .img img, .mod_acd--hybrid dl.colors .img img {
  display: block;
  margin: 0 auto;
}

.mod_Flow {
  margin: 2rem 0 3.3rem;
}
.mod_Flow .ttl {
  text-align: center;
  font-size: 130%;
  margin-bottom: 0.7rem;
  line-height: 1.3;
}
.mod_Flow .ttl small {
  display: block;
  font-size: 75%;
  font-weight: 500;
}
.mod_Flow .img {
  margin-bottom: 1rem;
}
.mod_Flow li {
  position: relative;
  margin-top: 4rem;
}
.mod_Flow li:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url("../images/icon/arrow_dn.png") no-repeat center center;
  background-size: auto 100%;
  position: absolute;
  margin: 0.5rem 0 1rem 0;
}
.mod_Flow li:first-child {
  margin-top: 0;
}
.mod_Flow li:last-child {
  margin-bottom: 0;
}
.mod_Flow li:last-child:after {
  content: none;
}
.mod_Flow li.finish .img {
  border-color: #EB5505;
}
.mod_Flow li.finish .img:after {
  content: "切り替え完了!";
  background: #EB5505;
  color: #fff;
  font-size: 210%;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  padding: 0.2em 0;
}
.mod_Flow li.after .img {
  border-color: #FFE200;
}

.mod_acd dd, .mod_acd--hybrid dd, .mod_acd--txt dd {
  display: none;
}
.mod_acd--txt .trigg {
  line-height: 1;
  text-align: center;
}
.mod_acd--txt .trigg:before, .mod_acd--txt .trigg:after {
  vertical-align: middle;
}
.mod_acd--txt .trigg:before {
  content: "詳細を見る";
  font-weight: 600;
  font-size: 100%;
  color: #000;
}
.mod_acd--txt .trigg:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/icon/dn.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-left: 0.3em;
  transform: translateY(1px);
}
.mod_acd--txt .trigg.joken:before {
  content: "条件など詳細を見る";
}
@media screen and (min-width: 769px) {
  .mod_acd--txt .trigg {
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .mod_acd--txt .trigg:hover {
    opacity: 0.6;
  }
}
.mod_acd--txt .elm {
  padding-bottom: 1rem;
}
.mod_acd--txt.active .trigg:before {
  content: "閉じる";
}
.mod_acd--txt.active .trigg:after {
  background-image: url("../images/icon/up.png");
}
.mod_acd--hybrid li {
  margin: 0.5rem 0;
}
.mod_acd--hybrid dl.colors {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 320px) {
  .mod_acd--hybrid dl.colors {
    font-size: 11px;
  }
}
.mod_acd--hybrid dl.colors.tone--blue {
  border: 1px solid #34B4ED;
}
.mod_acd--hybrid dl.colors.tone--blue dt {
  background-color: #F4FBFF;
}
.mod_acd--hybrid dl.colors.tone--blue .elm {
  border-top-color: #34B4ED;
}
.mod_acd--hybrid dl.colors.tone--orange {
  border: 1px solid #ED9834;
}
.mod_acd--hybrid dl.colors.tone--orange dt {
  background-color: #FFF7EF;
}
.mod_acd--hybrid dl.colors.tone--orange .elm {
  border-top-color: #ED9834;
}
.mod_acd--hybrid dl.colors.tone--green {
  border: 1px solid #70C71A;
}
.mod_acd--hybrid dl.colors.tone--green dt {
  background-color: #F7FFEF;
}
.mod_acd--hybrid dl.colors.tone--green .elm {
  border-top-color: #70C71A;
}
.mod_acd--hybrid dl.colors.tone--red {
  border: 1px solid #ED3466;
}
.mod_acd--hybrid dl.colors.tone--red dt {
  background-color: #FFF4F7;
}
.mod_acd--hybrid dl.colors.tone--red .elm {
  border-top-color: #ED3466;
}
.mod_acd--hybrid dl.colors.tone--yellow {
  border: 1px solid #FFE200;
}
.mod_acd--hybrid dl.colors.tone--yellow dt {
  background-color: #FFFDF4;
}
.mod_acd--hybrid dl.colors.tone--yellow .elm {
  border-top-color: #FFE200;
}
.mod_acd--hybrid .colors dt {
  padding: 0.5rem 0.9rem;
  padding-right: 2.8rem;
  position: relative;
  border-radius: 7px;
}
.mod_acd--hybrid .colors dt .accent {
  max-width: 93px;
}
.mod_acd--hybrid .colors dt:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: translateY(1px);
  position: absolute;
  right: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .mod_acd--hybrid .colors dt {
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .mod_acd--hybrid .colors dt:hover {
    opacity: 0.6;
  }
}
.mod_acd--hybrid .colors dt, .mod_acd--hybrid .colors .elm_head {
  display: flex;
  align-items: center;
}
.mod_acd--hybrid .colors dt .accent, .mod_acd--hybrid .colors .elm_head .accent {
  margin-right: 0.7rem;
}
.mod_acd--hybrid .colors dt .accent img.small, .mod_acd--hybrid .colors .elm_head .accent img.small {
  max-width: 26px;
}
.mod_acd--hybrid .colors dt .title, .mod_acd--hybrid .colors .elm_head .title {
  font-weight: 600;
  line-height: 1.2;
  font-size: 100%;
}
.mod_acd--hybrid .colors dt .title strong, .mod_acd--hybrid .colors .elm_head .title strong {
  color: #EB5505;
}
.mod_acd--hybrid .elm {
  border-top: 1px solid #eee;
  position: relative;
  padding: 0.8rem 0.9rem;
}
.mod_acd--hybrid .elm_head {
  margin-bottom: 0.8rem;
  font-size: 115%;
}
.mod_acd--hybrid .elm_head .accent {
  max-width: 50px;
  padding: 0 0.4rem;
}
.mod_acd--hybrid .elm_body .img {
  margin: 0 0 1rem 0;
}
.mod_acd--hybrid .elm_foot {
  padding: 1.3rem 0 0.6rem;
  text-align: center;
}
@media screen and (max-width: 320px) {
  .mod_acd--hybrid .elm_foot {
    padding: 0.3rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .mod_acd--hybrid .close_txt, .mod_acd--hybrid .close_icon {
    cursor: pointer;
    transition: all 0.2s ease;
  }
  .mod_acd--hybrid .close_txt:hover, .mod_acd--hybrid .close_icon:hover {
    opacity: 0.6;
  }
}
.mod_acd--hybrid .close_txt {
  color: #EB5505;
  text-decoration: underline;
  font-weight: 600;
  font-size: 110%;
}
.mod_acd--hybrid .close_icon {
  width: 40px;
  height: 40px;
  background: url("../images/icon/close.png") no-repeat center center;
  background-size: 18px;
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (min-width: 769px) {
  .mod_acd--hybrid .close_icon {
    background-size: 24px;
  }
}
.mod_acd--hybrid .mdl dt:after {
  background-image: url("../images/icon/pls.png");
}
.mod_acd--hybrid .mdl dd {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.67);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}
.mod_acd--hybrid .mdl .in {
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 550px;
}
.mod_acd--hybrid .mdl .elm {
  background: #fff;
  border-radius: 9px;
}
.mod_acd--hybrid .mdl.mini {
  margin: 0;
}
.mod_acd--hybrid .mdl.mini dl {
  border: none;
}
.mod_acd--hybrid .mdl.mini dt {
  padding: 0;
}
.mod_acd--hybrid .mdl.mini dt:after {
  transform: translateY(0);
  position: initial;
  margin-left: 0.4em;
}
.mod_acd--hybrid .mdl.mini .elm_head {
  text-align: center;
}
.mod_acd--hybrid .mdl.mini .elm_head .title {
  width: 100%;
}
.mod_acd--hybrid .mdl.mini .elm_head .accent {
  display: none;
}
.mod_acd--hybrid .acd dl.colors.active dt:after {
  background-image: url("../images/icon/up.png");
}
.mod_acd--hybrid .acd dt:after {
  background-image: url("../images/icon/dn.png");
}
.mod_acd--hybrid .acd .elm_head, .mod_acd--hybrid .acd .elm_foot {
  display: none;
}
.mod_acd--hybrid .open dd {
  display: block;
}
.mod_acd--hybrid .open dt {
  display: none;
}
.mod_acd--hybrid .open .elm {
  border-top: none;
  padding-bottom: 1.3em;
}
.mod_acd--hybrid .open .elm_foot {
  display: none;
}
.mod_acd--hybrid .open .elm_body .mod_acd--txt .elm {
  padding: 0 0 0.8rem;
}

.mod_faqTTL {
  font-weight: 600;
  font-size: 120%;
  color: #EB5505;
  line-height: 1.3;
  padding-left: 48px;
  margin: 0.5em 0 1em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .mod_faqTTL {
    padding-left: 40px;
  }
}
.mod_faqTTL:after {
  content: "";
  display: block;
  width: 38%;
  height: 38px;
  background: url("../images/icon/q.png") no-repeat left top;
  background-size: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .mod_faqTTL:after {
    width: 28%;
    height: 28px;
    background-size: 28px;
  }
}

dl.mod_acd--txt {
  margin: 0.5rem 0 2rem;
  border: 1px solid #eee;
  border-radius: 7px;
  background: #fff;
  font-size: 100%;
}
dl.mod_acd--txt .trigg {
  padding: 1rem 0.9rem;
  line-height: 1;
  text-align: left;
  color: #FF7F00;
  position: relative;
}
dl.mod_acd--txt .trigg:before {
  content: none;
}
dl.mod_acd--txt .trigg:after {
  transform: translateY(-48%);
  position: absolute;
  right: 0.8rem;
  top: 50%;
}
@media screen and (min-width: 769px) {
  dl.mod_acd--txt .trigg {
    transition: all 0.2s ease;
    cursor: pointer;
  }
  dl.mod_acd--txt .trigg:hover {
    opacity: 0.6;
  }
}
dl.mod_acd--txt .elm {
  padding: 1rem 0.9rem;
  border-top: 1px solid #eee;
  font-size: 90%;
  text-align: justify;
}
dl.mod_acd--txt .elm .elm_chui {
  font-size: 90%;
  line-height: 1.6;
}
dl.mod_acd--txt.active .trigg:before {
  content: none;
}
dl.mod_acd--txt.active .trigg:after {
  background-image: url("../images/icon/up.png");
}

.forSp {
  display: none;
}
@media screen and (max-width: 769px) {
  .forSp {
    display: inline;
  }
}

.forPC {
  display: inline;
}
@media screen and (max-width: 769px) {
  .forPC {
    display: none;
  }
}

.mod_cvm .elm_body {
  padding: 0.7rem 0.7rem 1rem;
}
.mod_cvm .cv_wrap_au {
  padding-bottom: 1.3em;
  border: 2px solid #FF7F00;
  border-radius: 8px;
}
.mod_cvm .elm {
  padding: 0;
  width: 100%;
}
.mod_cvm .elm_foot {
  padding: 0;
}
.mod_cvm .inc_entry {
  box-shadow: none;
  margin-top: -1px;
}
.mod_cvm .sec_entry .entry_box {
  box-shadow: none;
  border-radius: 7px;
}
.mod_cvm .sec_entry {
  width: 100%;
}
.mod_cvm .sec_entry .sec_inner {
  padding: 0;
}
.mod_cvm .sec_entry .entry_box_body {
  padding: 0.5em 0.9rem;
  padding-bottom: 0;
}
.mod_cvm .sec_entry .entry_box .entry_box_message {
  font-size: 12px;
  margin-bottom: 0.8em;
}
.mod_cvm .sec_entry .entry_box .btn_login {
  width: 100%;
  max-width: 350px;
}
.mod_cvm .sec_entry .entry_box .btn_login span {
  display: inline-block;
  margin-left: 6px;
}
.mod_cvm .sec_entry .entry_box_step1 {
  padding-bottom: 0.8rem;
}
.mod_cvm .sec_entry .entry_box_note {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mod_cvm .sec_entry .entry_box h3 {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.2;
  padding: 0.7rem;
}
.mod_cvm .sec_entry .entry_box_header {
  height: auto;
}
.mod_cvm .sec_entry .entry_box select {
  padding: 0.8em 1rem;
}

.mod_pontac {
  position: relative;
}
.mod_pontac:after {
  content: "©︎Ponta";
  font-size: 10px;
  font-size: 70%;
  position: absolute;
  right: 0;
  bottom: -1.2rem;
}

.m-gaiyou {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.02em;
  font-kerning: auto;
  font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 1.5;
  color: #7E7E7E;
  margin: 3rem 0;
  font-weight: 400;
}
.m-gaiyou hr {
  margin: 1rem 0;
  border: none;
}
.m-gaiyou .t1 {
  font-weight: 700;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0.5rem;
}
.m-gaiyou .t2 {
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.3rem;
}
.m-gaiyou p, .m-gaiyou ul {
  margin-bottom: 1em;
}
.m-gaiyou p.nosp, .m-gaiyou ul.nosp {
  margin-bottom: 0;
}
.m-gaiyou sup {
  vertical-align: initial;
  display: initial;
  transform: initial;
}
.m-gaiyou a {
  display: inline;
  color: #00a1b9;
  text-decoration: underline;
}
.m-gaiyou ul.list li, .m-gaiyou ul.list-kome li, .m-gaiyou ul.list-none li {
  padding-left: 1em;
  text-indent: -1em;
}
.m-gaiyou ul.list li:before {
  content: "・";
}
.m-gaiyou ul.list-kome li:before {
  content: "※";
}
.m-gaiyou ul.list-none li:before {
  content: none;
}
.m-gaiyou ul li > ul {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .m-gaiyou {
    font-size: 13px;
  }
}
.acdTrigg {
  background-image: url("../images/icon/faq_arrow-d.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
  padding-right: 2rem;
  cursor: pointer;
}
.acdTrigg.active {
  background-image: url("../images/icon/faq_arrow-u.png");
}

.col_red {
  color: #e60000;
}
