@charset "UTF-8";
.mobile-page-u96-flow-list{
    max-width: 950px;
    margin: 0 auto;
}
.mobile-page-u96-flow-lists-item{
    position: relative;
    margin-top: 45px;
}
.mobile-page-u96-flow-lists-item::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -34px;
  left: 50%;
  border-style: solid;
  border-width: 24px 12px 0 12px;
  border-color: #424242 transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mobile-page-u96-flow-lists-item::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  border-style: solid;
  border-width: 5px 12px 0 12px;
  border-color: #f8f8f8 transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mobile-page-u96-flow-lists-item:nth-of-type(1){
    margin-top: 0;
}
.mobile-page-u96-flow-lists-item:last-of-type::after ,.mobile-page-u96-flow-lists-item:last-of-type::before{
    display: none;
} 
.mobile-page-u96-flow-list-item-label{
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background-color: #000000;
    line-height: 2;
    padding: 5px 10px;
    box-sizing: border-box;
}

.mobile-page-u96-flow-list-item-desc{
    box-sizing: border-box;
    background-color: #fff;
}
.mobile-page-u96-pluss-message-desc{
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
}

.mobile-page-u96-pluss-message-note-list-item{
    margin-top: 20px;
    position: relative;
}
.mobile-page-u96-pluss-message-note-list-item span{
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
}
.mobile-page-u96-pluss-message-note-list-item div{
    text-align: left;
    padding-left: 25px;
}
.mobile-page-u96-pluss-message{
    max-width: 950px;
    margin: 0 auto;
}

.mobile-page-u96-step-contents{
    margin: 40px 0 0;
}
.mobile-page-u96-step-contents-ttl{
    padding: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ececec;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    box-sizing: border-box;
}
.mobile-page-u96-step-contents-wrap{
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
}
.mobile-page-u96-step-contents-desc{
    margin: 0;
    font-size: 16px;
    text-align: left;
}
.mobile-page-u96-form-text{
    position: relative;
    display: block;
}
.mobile-page-u96-form-text .mobile-page-u96-form-input-text-label{
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    z-index: 10;
    vertical-align: middle;
    color: #333333;
    text-align: center;
    font-size: 14px;
    background-color: #ececec;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
.mobile-page-u96-form-text-input{
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 20px 12px 130px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    color: #333;
    font-family: inherit;
    font-size: 1.6rem;
    line-height: 1.5;
    outline: none;
    position: relative;
}
.mobile-page-u96-js-validate-msg{
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: red;
    text-align: left;
}
.mobile-page-u96-step-contents-table{
    width: 100%;
    text-align: center;
}
.mobile-page-u96-stepcontents-th , .mobile-page-u96-step-contents-td{
    padding: 30px 25px;
    font-size: 14px;
    vertical-align: middle;

}

.mobile-page-u96-stepcontents-th{
    background: #e0e0e0;
    font-weight: bold;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.mobile-page-u96-step-contents-td{
    background-color: #ffffff;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}
.mobile-page-u96-step-contents-btn-wrap{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    text-align: center;
}
.mobile-page-u96-step-contents-btn{
    position: relative;
    /* display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex; */
    padding: 3px 40px;
    min-height: 50px;
    border-radius: 50px;
    text-align: center;
    /* -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
    box-sizing: border-box;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background: #fff;
    border: 1px solid #c1c1c2;
    color: #333;
    box-sizing: border-box;
    margin: 0 auto;
    min-width: 180px;
}
.mobile-page-u96-step-contents-btn:hover{
    opacity: 0.6;
}
.mobile-page-u96-result-area{
    margin-top: 50px;
    width: 100%;
    position: relative;
}
.mobile-page-u96-result-area::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #86888A transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mobile-page-u96-result-area::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -30px;
  left: 50%;
  border-style: solid;
  border-width: 3px 6px 0 6px;
  border-color: #f8f8f8 transparent transparent transparent;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.mobile-page-u96-result-area-th,.mobile-page-u96-result-area-td{
    box-sizing: border-box;
    padding: 1.6rem 0;
    font-size: 14px;
    padding: 30px 25px;
    text-align: center;
}
.mobile-page-u96-result-area-th:nth-of-type(1){
    width: 180px;
}
.mobile-page-u96-result-area-th{
    background-color: #f3f3ff;
    font-weight: normal;
    background: #e0e0e0;
    font-weight: bold;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
}
.mobile-page-u96-result-area-td{
    background-color: #ffffff;
    border-bottom: solid 1px #e0e0e0;
    border-right: solid 1px #e0e0e0;
}
.mobile-page-u96-js-result-area{
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
    padding: 0 1.6rem;
    font-size: 16px;
    line-height: 1.45;
    font-weight: normal;
}
.mobile-page-u96-step-contents-table label{
    margin-top: 25px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}
p.mobile-page-u96-step-contents-size-label{
    margin-top: 0;
    font-size: 16px;
}
.mobile-page-u96-step-contents-table label input[type="radio"]{
    margin-left: 0;
}
label[for=icon-square-45]::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 45px;
    height: 45px;
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/sq_45.png) no-repeat center center;
    background-size: contain;
}

label[for=icon-round-45]::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 45px;
    height: 45px;
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/round_45.png) no-repeat center center;
    background-size: contain;
}

label[for=icon-wide-119]::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 119px;
    height: 30px;
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/wide_30_119.png) no-repeat center center;
    background-size: contain;
}

label[for=icon_square_30]::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 30px;
    height: 30px;
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/sq_30.png) no-repeat center center;
    background-size: contain;
}

label[for=icon_round_30]::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 30px;
    height: 30px;
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/round_30.png) no-repeat center center;
    background-size: contain;
}

label[for=icon_wide_79]::after{
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 79px;
    height: 20px;
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/wide_20_79a.png) no-repeat center center;
    background-size: contain;
}
.mobile-page-u96-icon-prev-area{
    width: 100%;
    height: 100%;
    position: relative;
}
.mobile-page-u96-js-icon-prev[data-sb-page-icon-prev=sq_45]{
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/sq_45.png) #ffffff no-repeat center center;
    background-size: 45px 45px;
}
.mobile-page-u96-js-icon-prev[data-sb-page-icon-prev=round_45]{
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/round_45.png)  #ffffff no-repeat center center;
    background-size: 45px 45px;
}
.mobile-page-u96-js-icon-prev[data-sb-page-icon-prev=wide_30_119]{
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/wide_30_119.png) #ffffff no-repeat center center;
    background-size: 119px 30px;
}
.mobile-page-u96-js-icon-prev[data-sb-page-icon-prev=sq_30]{
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/sq_30.png) #ffffff no-repeat center center;
    background-size: 30px 30px;
}
.mobile-page-u96-js-icon-prev[data-sb-page-icon-prev=round_30]{
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/round_30.png)  #ffffff no-repeat center center;
    background-size: 30px 30px;
}
.mobile-page-u96-js-icon-prev[data-sb-page-icon-prev=wide_20_79a]{
    background: url(/mobile/set/data/service/plus-message/share-button/img/shared/wide_20_79a.png) #ffffff no-repeat center center;
    background-size: 79px 20px;
}
.mabile-page-u96-border-bottom{
    border-bottom: 1px solid #e0e0e0;
}
.mabile-page-u96-border-right{
    border-right: 1px solid #e0e0e0;
}
.mabile-page-u96-border-left{
    border-left: 1px solid #e0e0e0;
}

@media screen and (max-width: 900px){
    .mobile-page-u96-step-contents-wrap{
        padding: 30px 15px;
    }
    .mobile-page-u96-flow-lists-item{
        margin-top: 30px;
    }
    .mobile-page-u96-flow-lists-item::before{
        border-width: 15px 7.5px 0 7.5px;
        bottom: -25px;
    }
    .mobile-page-u96-flow-lists-item::after{
        bottom: -14px;
    }
    .mobile-page-u96-step-contents-ttl{
        padding: 15px;
        font-size: 17px;
    }
    .mobile-page-u96-step-contents-desc{
        font-size: 15px;
    }
    .mobile-page-u96-result-area-th,.mobile-page-u96-stepcontents-th{
        padding: 20px 15px;
    }
    .mobile-page-u96-result-area-td, .mobile-page-u96-step-contents-td{
        padding: 30px 0;
    }
    .mobile-page-u96-form-text .mobile-page-u96-form-input-text-label{
        width: 100%;
        position: relative;
        display: block;
        line-height: 47px;
    }
    .mobile-page-u96-js-result-area{
        font-size: 14px;
    }
    .mobile-page-u96-result-area-th:nth-of-type(1) {
        width: 160px;
    }
    .mobile-page-u96-form-text-input{
        padding: 13px 15px 13px;
        font-size: 1.5rem;
        line-height: 1.4;
    }
    p.mobile-page-u96-step-contents-size-label{
        font-size: 12px;
    }
    .mobile-page-u96-step-contents-btn-wrap{
        margin-top: 30px;
    }
    .mobile-page-u96-step-contents-btn{
        min-width: 160px;
        padding: 9px 35px;
        min-height: 40px;
        border-radius: 40px;
    }
}

body:not(.page-index):not(.page-module-list):not(.page-module-accordion):not(.page-module-box):not(.page-module-button):not(.page-module-image):not(.page-module-layout):not(.page-module-list):not(.page-module-other):not(.page-module-radio):not(.page-module-set):not(.page-module-table):not(.page-module-text) {
    padding-top: 0;
  }
  @media screen and (min-width: 901px) {
    .sp_none {
      display: none;
    }
    .image-type01_image[data-sb-image-size-pc="auto"] {
      max-width: 50%;
    }
  }
  @media screen and (max-width: 900px) {
    .pc_none {
      display: none;
    }
    .image-type01_image[data-sb-image-size-sp="auto"] {
      max-width: 80%;
    }
  }
  
  header {
    position: static;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    min-width: 960px;
  }
  header .headerBar {
    position: relative;
    z-index: 100;
    background: #000;
    overflow: hidden;
    border-bottom: 1px solid #494949;
    text-align: right;
    font-size: 0;
    line-height: 0;
    letter-spacing: normal;
    vertical-align: top;
  }
  header .inner {
    display: block;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
  header .inner::after {
    content: "";
    display: table;
    clear: both;
  }
  header .logo {
    float: left;
    padding: 20px;
    padding-left: 0;
  }
  header .logo a {
    display: block;
    padding: 12px;
    padding-left: 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
  }
  header .logo img {
    max-width: 100%;
    height: 21px;
    width: auto;
    vertical-align: top;
  }
  @media only screen and (max-width: 980px) {
    header .inner {
      padding-left: 10px;
      padding-right: 10px;
    }
  }
  @media only screen and (max-width: 600px) {
    header {
      min-width: 320px;
    }
    header .logo {
      margin-left: 5px;
      padding: 11px 0;
    }
    header .logo a {
      display: block;
      padding: 10px 5px 10px 0;
    }
    header .logo img {
      height: 14px;
      width: auto;
      vertical-align: top;
    }
  }
  @media only screen and (max-width: 980px) and (max-width: 600px) {
    header .inner {
      padding-left: 15px;
      padding-right: 15px;
    }
  }
  
  .js-lazyload {
    background: none;
  }
  .keyvisual-full_image {
    background: center / auto 100% repeat-x url("../img/kv_bg.png");
    text-align: center;
  }
  .keyvisual-full_image + p,
  .keyvisual-01 ~ p {
    text-align: center;
  }
  .applink-list_text {
    display: block;
    margin-top: 10px;
  }
  
  p.text span.note {
    display: block;
    font-size: 14px;
    margin-top: 0.5em;
  }
  
  @media screen and (max-width: 900px) {
    .hash-index-01_link {
      font-size: 14px;
    }
  }
  
  footer {
    background: #000;
    color: #fff;
    font-family: Helvetica, Arial, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
    padding: 0;
    position: relative;
    width: 100%;
    min-width: 990px;
  }
  footer .res-footer-inner {
    max-width: 960px;
    margin: 0 auto;
    border-top: none;
  }
  footer .res-footer-inner .footer-parts-01 {
    display: table;
    padding: 23px 0;
  }
  footer .res-footer-inner .footer-parts-01 .footer-hdg {
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    color: #ccc;
  }
  footer .res-footer-inner .footer-parts-01 .footer-discription {
    display: table-cell;
    font-size: 13px;
    padding-right: 30px;
    color: #ccc;
  }
  footer .footer-parts-03.simpleCopy {
    background-color: #000;
    padding: 15px 0 10px;
  }
  footer .copyright {
    color: #ccc;
    margin: 0;
    text-align: center;
    font-size: 13px;
    padding: 0;
    opacity: 1;
    line-height: 1;
    letter-spacing: 0;
  }
  @media only screen and (max-width: 600px) {
    footer {
      min-width: 0;
      width: 100%;
      padding: 0;
    }
    footer .res-footer-inner {
      min-width: 320px;
      padding: 0 20px;
      box-sizing: border-box;
      position: relative;
      zoom: 1;
    }
    footer .res-footer-inner .footer-parts-01 .footer-hdg {
      margin-bottom: 12px;
    }
    footer .res-footer-inner .footer-parts-01 .footer-discription {
      margin-bottom: 0;
    }
    footer .res-footer-inner .footer-parts-01 .footer-hdg,
    #footer .res-footer-inner .footer-parts-01 .footer-discription {
      display: block;
      padding-right: 0;
    }
    footer .copyright {
      font-size: 12px;
    }
  }
  