@charset "utf-8";

/* CSS Document */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   vertical-align: baseline;
}

html {
   line-height: 1;
}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

caption,
th,
td {
   text-align: left;
   font-weight: 400;
   vertical-align: middle;
}

a img {
   border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
   display: block;
}

html {
   font-size: 62.5%;
}

body {
   font-family: "メイリオ", 'Noto Sans JP', sans-serif;
   font-size: 1.4rem;
   line-height: 1.5;
   color: #333;
   letter-spacing: 0.02em;
   min-width: 1096px;
   overflow-y: scroll;
}

body * {
   box-sizing: border-box;
}

body>img {
   display: none;
}

@media all and (max-width:739px) {
   body {
      width: 100%;
      min-width: auto;
      overflow: auto;
   }

   .contents-wrap {
      overflow: hidden;
   }
}

a {
   color: #333;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

input,
button,
textarea {
   background-color: #FFF;
   border: 1px solid #CCC;
   border-radius: 3px;
   color: #333;
   letter-spacing: 0.02em;
}
input[type="email"], input[type="number"] {
   padding: 12px 15px;
}
input[type="email"].em, input[type="number"].em {
   border: 2px solid #CC0000;
   background-color: #FDF5F5;
}

select {
   color: #333;
   letter-spacing: 0.02em;
}

input,
button,
textarea {
   font-family: 'Noto Sans JP', "メイリオ", sans-serif;
}

button {
   background-color: transparent;
   border: none;
   cursor: pointer;
   padding: 0;
   appearance: none;
}

[role="button"] {
   cursor: pointer;
}

.fw-n {
   font-weight: 400;
}

.fw-b {
   font-weight: 700;
}

.alL {
   text-align: left !important;
}

.alC {
   text-align: center !important;
}

.alR {
   text-align: right !important;
}

.fcRD {
   color: #cc0000 !important;
}

.fcWT {
   color: #fff !important;
}

.dis-hide, .disNon {
   display: none !important;
}

.disInB {
   display: inline-block !important;
}

/* display:none */
@media all and (min-width:740px) {
   .pc-disnon {
      display: none !important;
   }
}

@media all and (max-width:739px) {
   .sp-disnon {
      display: none !important;
   }
}

/* icon round */
.ctm_iconTxt_br,
.ctm_iconTxt_br_RD,
.ctm_iconTxt_br_BK,
.ctm_iconTxt_br_GY,
.ctm_iconTxt_br_F,
.ctm_iconTxt_br_C,
.ctm_iconTxt_br_PY,
.ctm_iconTxt_br_Y {
   display: inline-block;
   border-radius: 4px;
   color: #fff;
   font-size: 1.2rem;
   padding: 2px 6px;
   vertical-align: top;
}

.ctm_iconTxt_br_RD {
   background-color: #cc0000;
}

/*margin set*/
.mgtNo {
   margin-top: 0px !important;
}

.mgtXXS {
   margin-top: 6px !important;
}

.mgtXS {
   margin-top: 13px !important;
}

.mgtS {
   margin-top: 24px !important;
}

.mgtM {
   margin-top: 32px !important;
}

.mgtL {
   margin-top: 40px !important;
}

.mgtXL {
   margin-top: 60px !important;
}

.mgtXXL {
   margin-top: 96px !important;
}

@media all and (max-width:739px) {
   .mgtNo {
      margin-top: 0px !important;
   }

   .mgtXXS {
      margin-top: 4px !important;
   }

   .mgtXS {
      margin-top: 8px !important;
   }

   .mgtS {
      margin-top: 16px !important;
   }

   .mgtM {
      margin-top: 32px !important;
   }

   .mgtL {
      margin-top: 40px !important;
   }

   .mgtXL {
      margin-top: 48px !important;
   }

   .mgtXXL {
      margin-top: 60px !important;
   }
}

.btn {
   display: block;
   width: 70vw;
   max-width: 100%;
   min-height: 48px;
   /* margin: 10px auto 0 auto; */
   padding: 18px 30px 18px 20px;
   position: relative;
   text-align: center;
   font-weight: bold;
   line-height: 1.3;
}

.btn.disabled {
   pointer-events: none;
   box-shadow: 0px 1px 3px 0px #0000001A;
   background-color: #F8F8F8 !important;
   color: #A7A7A7 !important;
   text-decoration: none;
}

.btn-s {
   font-size: 1.2rem;
   font-weight: 400;
   padding: 12px 20px 8px 32px;
   line-height: 1em;
   min-height: 36px;
   width: auto;
   color: #0F0F69;
   box-shadow: none !important;
}

.btn:after,
.btn .altIcon {
   font-size: inherit;
   position: absolute;
   top: 50%;
   right: 10px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.btn.btn-back::before {
   position: absolute;
   top: 50%;
   left: 10px;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.btn.btn-back::after, .btn.btn-plus::after {
   content: none;
}

.btn.disabled::after {
   background-position: 0 -34px !important;
}

.btn:after,
.btn.btn-back::before,
.btn.btn-plus::before,
.txtLink:before,
.txtLink.inText.iconDown:after,
.linkBox:after,
.tmbBox:after,
.tmbBlock a.inr .heading:before,
.ancNav_list>li>a:after,
.faqBtn:after {
   content: "";
   display: inline-block;
   vertical-align: middle;
   background-image: url("../img/icons_utility.svg");
   background-repeat: no-repeat;
   background-size: 100px auto;
}
.btn.noAr::after {
   content: none;
}

.btn-s::before {
   content: "";
   position: absolute;
   left: 10px;
   top: 9px;
   display: inline-block;
   vertical-align: middle;
   background-repeat: no-repeat;
   background-size: contain;
   width: 16px;
   height: 16px;
}

.btn-s::after {
   content: none;
}

.btn-confirm:before {
   background-image: url("../img/icon_confirm.svg");
}

.btn-cancel:before, .btn-deleat:before {
   background-image: url("../img/icon_cancel.svg");
}

.txtLink:before,
.btnBox .btn:after,
.linkBox:after,
.tmbBox:after,
.tmbBlock a.inr .heading:before {
   width: 8px;
   height: 12px;
   background-position: 0 0;
}

.btnRD.btn:after,
.btnBK.btn:after,
.btnCL.btn:after,
.faqBtn:after {
   width: 8px;
   height: 13px;
   background-position: 0 -17px;
}

.btn.btn-back::before {
   width: 8px;
   height: 13px;
   background-position: -14px 0;
}
.btn.btn-plus {
   font-weight: 400;
}
.btn.btn-plus::before {
   background-image: url("../img/icon_plus.svg");
   width: 16px;
   height: 17px;
   background-size: contain;
   margin-right: 10px;
}

@media all and (min-width: 740px) {
   .btn {
      display: inline-block;
      font-size: 1.6rem;
      width: auto;
      min-width: 240px;
   }

   .btn-s {
      font-size: 1.2rem;
      width: auto;
      min-width: auto;
   }
}

.btnBox {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}
.btnBox + .btnBox {
   margin-top: 36px;
}
.btnBox>div {
   width: 90%;
   margin: 12px auto;
}
@media all and (min-width: 740px) {
   .btnBox {
   }
   .btnBox>div {
      display: flex;
      margin: 0 12px;
      width: auto;
   }
}
.btnBox .btn {
   background-color: #fff;
   border: 1px solid rgba(0, 0, 0, 0.1);
   box-shadow: 0px 1px 3px 0px #0000001A;
}

.btn.btnRD {
   background-color: #c00;
   color: #fff;
   border: 0px;
}

.txtList>li,
.noteList>li,
.noteList_star>li,
.numList>li {
   padding: 0 0 0 1.2em !important;
   position: relative;
   line-height: 1.5em;
}

.txtList>li:before {
   content: "";
   display: inline-block;
   width: 0.3em;
   height: 0.3em;
   background-color: #333;
   border-radius: 50%;
   position: absolute;
   top: 0.75em;
   left: 0.5em;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}

@media all and (min-width: 740px) {
   .contents .txtList>li {
      padding: 0 0 0 12px;
   }

   .txtList>li:before {
      width: 5px;
      height: 5px;
      position: absolute;
      top: 11px;
      left: 2px;
   }
}

/* sprite */
.TypeRadio label:before,.checked:before,.formSelect label:after,.TypeCheckBox label:before,.formSelectWT label:after,
.TypeCheckBox input[type='checkbox']:checked + label:after,.TypeCheckBox > li > input[type='checkbox']:checked + input + label:after{
background: url(../img/sprite.png) no-repeat;
}

.TypeRadio input,
.TypeCheckBox input{
opacity: 0;
position: absolute;
z-index: -1;
}

.TypeRadio label{
position: relative;
cursor: pointer;
width: 20px;
height: 20px;
}
.TypeRadio input:disabled + label, .TypeCheckBox input:disabled + label {
cursor: auto;
}
.TypeCheckBox input:disabled + label {
    background: #946D6D;
    color: #fff;
}
.TypeCheckBox > li input:disabled + label:before {
    background-position: -36px -64px;
}
.TypeRadio label:before{
 content: "";
 display: inline-block;
 width: 20px;
 height: 20px;
 background-position: -99px -64px;
 position: absolute;
 top: 50%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 }
 .TypeRadio label:after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #555;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*transition: opacity .3s cubic-bezier(.39, .575, .565, 1);*/
  opacity: 0;
  }
  .TypeRadio input[type='radio']:checked + label:before{
  background-position: 0 -64px;
  }
  .TypeRadio input[type='radio']:checked + label:after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #555;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*transition: opacity .3s cubic-bezier(.39, .575, .565, 1);*/
  opacity: 1;
  }
  .TypeCheckBox label:before,
  .TypeCheckBox input[type='checkbox']:checked + label:after,
  .TypeCheckBox input[type='checkbox']:checked + input + label:after{
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
  .TypeCheckBox label:before{
  background-position: -120px -64px;
  }
  .TypeCheckBox input[type='checkbox']:checked + label:after,
  .TypeCheckBox > li > input[type='checkbox']:checked + input + label:after{
  background-position: -57px -64px;
  opacity: 1;
  /*transition: opacity .3s cubic-bezier(.39, .575, .565, 1);*/
  }
  .TypeCheckBox label{
	position:relative;
   width: 100%;
    display: inline-block;
    padding-left: 35px;
}

     


.mfp-bg {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2010;
   overflow: hidden;
   position: fixed;
   background: #0b0b0b;
   opacity: 0.8;
}

.mfp-wrap {
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 2015;
   position: fixed;
   outline: none !important;
   -webkit-backface-visibility: hidden;
}

.mfp-container {
   padding-top: 20px !important;
   padding-bottom: 20px !important;
   padding-left: 20px !important;
   padding-right: 20px !important;
}

@media all and (min-width: 740px) {
   .mfp-container {
      padding-left: 60px !important;
      padding-right: 60px !important;
   }
}

.mfp-close-btn-in .mfp-close {
   color: #333;
}

button.mfp-close {
   cursor: pointer;
   touch-action: manipulation;
}

.mfp-close {
   width: 44px;
   height: 44px;
   position: absolute;
   right: 20px;
   top: 20px;
}

