
.help {
  background: url(../images/help/pd_bg.jpg) no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .help {
    background-size: auto;
  }
}

.help_detail__header {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help_detail__header .ttl {
  text-align: center;
  font-weight: 400;
  color: #FFF;
  font-size: 4.2em;
}

@media (max-width: 768px) {
  .help_detail__header .ttl {
    font-size: 1.4em;
    padding: 10px 0;
  }
}

.help_detail__header .ttl span.h-icon {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .help_detail__header .ttl span.h-icon {
    margin-right: 3px;
  }
}

.help_detail__header .ttl span.qe {
  width: 46px;
  height: 54px;
  background: url(../images/help/qe-icon.png) no-repeat;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .help_detail__header .ttl span.qe {
    width: 4vw;
    height: 4vw;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .help_detail__header .ttl span.qe {
    background-size: contain;
    width: 8vw;
    height: 7vw;
  }
}

.help_body {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.help_body .help_bodyin {
  margin: 20px auto 80px;
  padding: 50px 80px;
  font-weight: 500;
  line-height: 1.71;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #bfbfbf;
}

@media (max-width: 768px) {
  .help_body .help_bodyin {
    padding: 30px 10px;
    margin: 20px auto 35px;
  }
}

.help_body_notes{
  font-size: 1.8em;
  margin: 0 0 20px;
}

.help_body_notes .strong{
  color: #00519f;
}

@media (max-width: 768px) {
  .help_body_notes{
    font-size: 1em;
  }
}

.help_body .help_bodyin h2 {
  margin: 0 0 30px;
  padding-right: 50px;
  font-size: 3.6em;
  text-align: center;
}

@media (max-width: 768px) {
  .help_body .help_bodyin h2 {
    font-size: 1.4em;
    padding-right: 0;
  }
}

.help_body .help_bodyin h2 span {
  background: url(../images/help/tel-icon.png) no-repeat;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .help_body .help_bodyin h2 span {
    background-size: contain;
  }
}

.help_body .help_bodyin h2 .icon-m {
  background: url(../images/common/icon-inter.png) no-repeat;
  width: 55px;
  height: 56px;
}

@media (max-width: 768px) {
  .help_body .help_bodyin h2 .icon-m {
    background-size: contain;
  }
}

.help_body .help_bodyin .border {
  border-bottom: 1px solid #333;
}

.help_body .help_bodyin .border h3 {
  margin: 0 0 15px;
  padding-left: 10px;
  font-size: 3.0em;
  font-weight: 500;
  color: #00519f;
  border-left: 8px solid #00519f;
}

@media (max-width: 768px) {
  .help_body .help_bodyin .border h3 {
    font-size: 1.4em;
  }
}

.contents1 {
  letter-spacing: 0.08rem;
}

.contents1 .tel-area {
  padding: 35px 0;
}

@media (max-width: 768px) {
  .contents1 .tel-area {
    padding: 20px 0;
  }
}

.contents1 .tel-area h4 {
  font-size: 2.5em;
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .contents1 .tel-area h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
}

.contents1 .dial {
  padding: 0 0 10px;
}

.contents1 .dial.dotted {
  border-top: 2px dotted #707070;
  padding-top: 10px;
}

.contents1 .dial .shikaku {
  font-size: 1.8em;
  position: relative;
  padding-left: 25px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .contents1 .dial .shikaku {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .contents1 .dial .shikaku {
    font-size: 1.1em;
  }
}

.contents1 .dial .shikaku:before {
  background: #00519f;
  content: "";
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 7px;
  border: 1px solid #6588ba;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .contents1 .dial .shikaku:before {
    top: 0;
  }
}

.contents1 .dial .txt {
  font-size: 1.8em;
  font-weight: 500;
  color: #00519f;
}

@media (max-width: 768px) {
  .contents1 .dial .txt {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
}

.contents1 .dial .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contents1 .dial .flex li .em {
  display: block;
  font-size: 2.8em;
  font-weight: bold;
  margin: 0 20px 0 5px;
}

@media (max-width: 768px) {
  .contents1 .dial .flex li .em {
    font-size: 1.6em;
  }
}

.em2 {
  font-size: 1.6em;
  font-weight: normal;
}

@media (max-width: 768px) {
  .em2 {
    font-size: 1.2rem;
  }
}

.contents1 .dial .padd {
  padding: 10px 0;
}

.contents1 .dial .mg {
  margin: 40px 0;
  font-size: 1.8em;
}

@media (max-width: 768px) {
  .contents1 .dial .mg {
    margin: 20px 0;
    font-size: 1em;
  }
}

.contents2 h2 span {
  background: url(../images/help/mail-icon.png) no-repeat;
}

.contents2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 50px 0 30px;
}

.contents2 .flex li {
  width: calc(100% / 2 - 10px);
}

@media (max-width: 768px) {
  .contents2 .flex li {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .top .link_btn a {
    width: 100%;
    max-width: 580px;
    height: 87px;
    font-size: 2.6em;
    margin: auto;
    border-radius: 3px;
  }
}

@media print, screen and (min-width: 1024px) {
  .help_detail__header {
    padding: 44px 0 27px;
  }
  .help_detail__body {
    padding: 0;
  }
}

.Breadcrumb a {
  color: #FFF;
}

.Breadcrumb a span {
  color: #FFF;
}

.Breadcrumb span {
  color: #FFF;
}

.input-area .note-txt {
  font-size: 2.25em;
  font-weight: normal;
  padding: 0 88px 10px;
  margin-bottom: 20px;
}
.input-area .note-txt li:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .input-area .note-txt {
    padding: 0 10px 10px;
    font-size: 1.2rem;
  }
}

.input-area .note-txt li {
  padding-left: 1em;
  text-indent: -1em;
}

@media (max-width: 640px) {
  .input-area .note-txt li .br-none {
    display: none;
  }
}

.mfp_colored input[type=text] {
  width: 200px;
}

@media (max-width: 768px) {
  .mfp_colored input[type=text] {
    width: 30%;
  }
}

.mfp_tel input[type=text] {
  width: 150px;
}

@media (max-width: 768px) {
  .mfp_tel input[type=text] {
    width: 20%;
  }
}

input[type=email],
input[type=text] {
  padding: 0.2em;
  width: 100%;
  border: 1px solid #dad9da;
  background-color: #FFF;
  height: 40px;
  border-radius: 3px;
  font-size: 1em;
}

textarea {
  height: 200px;
  background-color: #FFF;
  font-size: 1em;
}

select {
  width: 200px;
  height: 40px;
  font-size: .9em;
  border: 1px solid #e5e5e5;
}

.cp_ipselect select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl04 {
  position: relative;
  width: 200px;
}

.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 5px;
  padding: 0;
  z-index: 100;
  content: '';
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 9px solid #00519f;
  pointer-events: none;
}

.cp_ipselect.cp_sl04 select {
  padding: 0 0 0 8px;
}

input::-webkit-input-placeholder {
  padding-left: 10px;
}

input:-ms-input-placeholder {
  padding-left: 10px;
}

input::-ms-input-placeholder {
  padding-left: 10px;
}

input::placeholder {
  padding-left: 10px;
}

:placeholder-shown {
  padding-left: 30px;
  color: #cccccc;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #cccccc;
}

.form-area {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .form-area {
    width: 95%;
  }
}

.form-area .info-text {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .form-area .info-text {
    font-size: 1.4rem;
  }
}

.form-area .mfp_phase .mailform {
  display: flex;
  font-size: 2.5em;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .form-area .mfp_phase .mailform {
    font-size: 2rem;
  }
  .form-area .info-text {
    font-size: 1.4rem;
  }
}


.form-area .mfp_phase .mailform dt {
    width: 30%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 35px 0px 35px 10px;
  border-top: 1px solid #e5e5e5;
}

.form-area .mfp_phase .mailform dt:last-of-type{
  border-top: 0;
}

@media (max-width: 768px) {
  .form-area .mfp_phase .mailform dt {
    padding: 10px 0;
    width: 100%;
    border-top: 0;
  }
}

.form-area .mfp_phase .mailform dt span {
  font-weight: normal;
  color: #FD0000;
  display: inline-block;
  margin-left: 8px;
}



@media (max-width: 768px) {
  .form-area .mfp_phase .mailform dt.mfp-first {

  }
  .form-area .mfp_phase .mailform dt span {
    font-size: 0.8em;
  }
}

.form-area .mfp_phase .mailform dd.mfp1 {
  display: flex;
  flex-wrap: wrap;
}

.form-area .mfp_phase .mailform dd {
    width: 70%;
  box-sizing: border-box;
  padding: 35px 0px 35px 10px;
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 768px) {
  .form-area .mfp_phase .mailform dd {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .form-area .mfp_phase .mailform dd span {
    font-size: 0.8em;
  }
}

.form-area .mfp_phase .mailform dd.mfp1 ul {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .form-area .mfp_phase .mailform dd.mfp1 ul {
    margin-bottom: 30px;
  }
}

.form-area .mfp_phase .mailform dd.mfp-last {
  border-top: 0;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
  .form-area .mfp_phase .mailform dd.mfp-last {
    width: 230px;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .form-area .mfp_phase .mailform dd.mfp-last {
    width: 30%;
    margin: auto;
  }
}
@media (max-width: 640px) {
  .form-area .mfp_phase .mailform dd.mfp-last {
    width: 40%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .form-area .mfp_phase .mailform .link_btn {
    margin: 10px auto;
  }
}

.form-area .mfp_phase .mailform .link_btn {
    width: 100%;
    /*max-width: 260px;*/
    max-width: 426px;
  display: flex;
  align-items: center;
}
.form-area .mfp_phase .mailform .link_btn a {
  font-size: 1.15rem;
  width: 100%;
  max-width: 260px;
  height: 74px;
  text-align: center;
  border-radius: 5px;
}
.form-area .mfp_phase .mailform .link_btn a:last-of-type {
  margin: 0 0 0 25px;
}
@media print, screen and (min-width: 641px) {
    .form-area .mfp_phase .mailform .link_btn a::after {
        width: 12px;
        height: 12px;
        right: 10px;
    } 
}
@media (max-width: 640px) {
    .form-area .mfp_phase .mailform .link_btn {
        display: block;
    }
    .form-area .mfp_phase .mailform .link_btn a {
        font-size: 1.4rem;
    }
    .form-area .mfp_phase .mailform .link_btn a:last-of-type {
      margin: 30px auto 0;
    }
}

.form-area .flex {
  margin: 50px 0;
}

label {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

.input-checkbox,
.input-radio {
  display: block;
  position: relative;
  padding-left: 30px;
}


.input-radio label {
  display: inline-block;
  cursor: pointer;
}

.input-checkbox label{
  position: relative;
  font-size: 2.4rem;
  padding-left: 35px;
}
.input-radio label:before,
.input-radio label:after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  background: #e0dede;
  border-radius: 50%;
}

.input-radio label:before {
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
}

.input-radio label:after {
  top: 9px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: transparent;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.input-radio input[type="radio"]:checked + label:after {
  background: #00519f;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-checkbox label:before,
.input-checkbox label:after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  background: #e0dede;
}

.input-checkbox label:before {
  top: 6px;
  left: 0;
  width: 22px;
  height: 22px;
}

@media (max-width: 768px) {
  .input-checkbox label:before {
    top: 15%;
  }
}

.input-checkbox label:after {
  top: 40%;
  left: 5%;
  width: 7px;
  height: 12px;
  margin-top: -5.5px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-bottom-color,border-right-color .2s ease;
  -o-transition: border-bottom-color,border-right-color .2s ease;
  transition: border-bottom-color,border-right-color .2s ease;
}

@media (max-width: 768px) {
  .input-checkbox label:after {
  top: 41%;
    left: 5%;
  }
}

.input-checkbox input[type="checkbox"]:checked + label:after {
  border-color: #00519f;
}

.scrollbar {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: 305px;
  text-align: left;
  padding: 30px 50px 50px;
  margin: 40px 0 30px;
  line-height: 1.2;
  border: 1px solid #d2d2d2;
  background: #f5f3f3;
}

@media (max-width: 768px) {
  .scrollbar {
    padding: 30px 20px 30px;
  }
}

.scrollbar .scroll-area {
  font-size: .9em;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .scrollbar .scroll-area {
    padding: 10px 0;
  }
}

.scrollbar .scroll-area .border-bottom {
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.scrollbar .scroll-area ul, .scrollbar .scroll-area .border-common {
  margin: 15px 0;
}

.info-title {
  font-size: 1.6rem;
}

.info-title a {
  border-bottom: 1px solid #adadad;
  padding-bottom: 2px;
}
@media (min-width: 768px) {
.note-content {
	padding-left: 1em;
}
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #FFF;
  border: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.button-flex {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button-flex .link_btn {
  width: calc(100% / 2 - 5px);
}

.button-flex .link_btn a {
  max-width: 590px;
  width: 100%;
  font-size: 18px;
  height: 65px;
  border-radius: 3px;
}

.button-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 480px;
  margin: 40px auto 60px;
}

@media (max-width: 768px) {
  .button-flex {
    width: auto;
    margin: 20px auto 30px;
  }
}

.button-flex button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: calc(100% / 2 - 10px);
  height: 65px;
  max-width: 580px;
  color: #00519f;
  font-size: 2.25em;
  font-weight: 700;
  background: #FFF;
  border: 1px solid #00519f;
  border-radius: 3px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 768px) {
  .button-flex button {
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.button-flex .link_btn a::after{
  border-right: 3px solid #00519f;
  border-bottom: 3px solid #00519f;
}
.button-flex button::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-right: 3px solid #00519f;
  border-bottom: 3px solid #00519f;
  position: absolute;
  right: 20px;
  top: 45%;
  margin-top: -3px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.button-flex button:hover {
  color: #FFF;
  background-color: #00519f;
  text-decoration: none;
}

.button-flex button:hover::after {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

@media print, screen and (min-width: 768px) {
  .link_btn a {
    max-width: 290px;
    font-size: 2.2em;
  }
  .link_btn a::after {
    margin-top: -6px;
    width: 14px;
    height: 14px;
    right: 28px;
    border-right: 3px solid #00519f;
    border-bottom: 3px solid #00519f;
  }
  .link_btn a:hover::after {
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
  }
}

.check {
  max-width: 1024px;
  margin-bottom: 40px;
}
.check .help_bodyin h2 {
  font-size: 3em;
}
@media (max-width: 768px) {
  .check .help_bodyin h2 {
    font-size: 2.2rem;
  }
}
.check .help_bodyin p {
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

.check .form-area {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #bfbfbf;
  padding: 60px 80px 30px;
}

@media (max-width: 768px) {
  .check .form-area {
    padding: 30px 20px;
  }
}

@media (max-width: 768px) {
  .check .form-area .mailform dd {
    padding: 10px 0 10px 0;
  }
}



.send-box {
  padding-bottom: 80px;
}

.send-area {
  padding: 0 40px;
}

@media (max-width: 768px) {
  .send-area {
    padding: 0 10px;
  }
}

.send-area .send-txt {
  font-size: 1.8em;
}

@media (max-width: 768px) {
  .send-area .send-txt {
    font-size: 1em;
  }
}

.send-area .send-txts {
  font-size: 1.7em;
  font-weight: normal;
  padding: 20px 0;
  line-height: 2.4;
}

@media (max-width: 768px) {
  .send-area .send-txts {
    font-size: 1.2rem;
  }
}

.send .link_btn a {
  height: 74px;
}

@media print, screen and (min-width: 768px) {
  .send .link_btn a {
    width: 100%;
    max-width: 400px;
    font-size: 2.2em;
    margin: auto;
  }
}

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

/*inafuku追加分*/

/*---------------------------------------------------
*
*  商品についてのよくある質問
*
*     @url  /help/faq_products.html
*
*/

.faq-area ul.note-txt {
  margin: 0 auto 50px;
  padding: 0 0 50px;
  text-indent: 0;
  border-bottom: 1px solid #ccc;
}

.faq-area li {
  margin: 0;
  padding: 0 0 0 1.8em;
  background: url(../../help/images/faq_products/icon_q.gif)no-repeat;
  background-position: left top 6px;
  font-size: 3.73333vw;
  font-weight: 300;
  line-height: 1.42;
}

@media print, screen and (min-width: 768px) {
  .faq-area ul.note-txt {
    margin: 0 auto 50px;
  }

  .faq-area ul.note-txt li{
    margin: 0;
    font-size: 1.8em;
    line-height: 1.66;
  }
}

.faq-area dl {
  margin: 0 auto 50px;
  padding: 0 0 50px;
  text-indent: 0;
}

.faq-area dt,dd {
  margin: 0;
  padding: 0 0 0 1.8em;
  background: url(../../help/images/faq_products/icon_q.gif)no-repeat;
  background-position: left top 6px;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.42;
}

.faq-area dd {
  background: url(../../help/images/faq_products/icon_a.gif)no-repeat;
  background-position: left top 6px;
}

@media print, screen and (min-width: 768px) {
  .faq-area dl {
    margin: 0 auto 50px;
  }

  .faq-area dt,.faq-area dd{
    margin: 0;
    font-size: 1.8em;
    line-height: 1.66;
  }
}

.faq-area .bullet a{
  margin: 0 0 30px;
  padding: 0 0 0 16px;
  position: relative;
}

.faq-area .bullet a:before{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #00529f;
  position: absolute;
  left: 0;
  top: 42%;
}

.faq-area .link01 {
  margin-top: 10px;
  line-height: 1;
}

.faq-area .link01 a[target=_blank] {
    padding-right: 16px;
    background-image: url(../images/common/icon_blank.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: auto;
}

@media print, screen and (min-width: 768px){

  .faq-area .bullet a{
    display: inline-block;
    padding: 0 0 0 12px;
    position: relative;
  }

  .faq-area .bullet a:before{
    border-width: 5px 0 5px 10px;
    top: 5px;
  }

  .faq-area .link01 a[target=_blank] {
    background-position: 100% 70%;
  }

  .faq-area .link01 a {
    padding: 0 0 0 16px;
  }
}

.error {
  font-size: 14px;
  line-height: 100%;
  color: #f00;
  padding-top: 10px;
  clear: both;
}

.confirmation__btn-link.disabled {
    cursor: default;
    pointer-events: none;
    opacity: .6;
}
.submit-reset {
  -webkit-appearance: none;
  background-color: #FFF;
    max-width: 590px;
    width: 100%;
    font-size: 2.25em;
    height: 65px;
    border-radius: 3px;
  align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    color: #00519f;
    font-weight: 700;
    border: 1px solid #00519f;
    position: relative;
    transition: 0.3s;
}
@media print, screen and (max-width: 768px){
  .submit-reset {
    font-size: 16px;
  }
}
.submit-reset:hover,
.submit-reset:focus {
  outline: none;
}

.submit-reset::-moz-foucus-inner {
  border: none;
  padding: 0;
}

.reset-after{
  position: relative;
}
.after::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-right: 3px solid #00519f;
    border-bottom: 3px solid #00519f;
    position: absolute;
    right: 28px;
    top: 50%;
    margin-top: -6px;
    transform: rotate(-45deg);
}
@media print, screen and (max-width: 768px){
  .after::after {
    top: 40%;
  }
}
.submit-reset:hover {
    color: #fff;
    background-color: #00519f;
    text-decoration: none;
}
@media print, screen and (max-width: 768px){
  .button-flex .confirmation__btn-link{
    font-size: 1.4rem;
    padding-right: 10px;
  }
}

.button-b button{
  width: 100%;
  cursor: pointer;
}
/*
.faq-area .note-txt li {
  padding-left: 1em;
  text-indent: -1em;
}
*/

.close_box .help_body {
    padding: 20vh 0 50vh;
}
.close_box .help_body h2 {
    padding: 0;
    margin: 0;
    
}