@charset "UTF-8";
/* =====================================
	全体設定
===================================== */

html{
    font-size: 62.5%;
}

a{
	color:#231815;
	text-decoration:none;
    transition: 0.3s opacity ease;
}

@media screen and (min-width: 750px) {
  a:hover{
	opacity: 0.8;
  }
}
.sp{
	display:none !important;
}

body{
	position: relative;
	margin: 0 auto;
	font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
    line-height: 1.15625;
	text-align: left;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    overflow-x: hidden;
}

.en{
    font-family: 'Oswald', sans-serif;
}

.wrapper {
  position: relative;
}
.big110 {
  font-size: 110%;
}
.big115 {
  font-size: 115%;
}
.big120 {
  font-size: 120%;
}
.big140 {
  font-size: 140%;
}
.blue {
  color: #174787;
}
.bold {
  font-weight: bold;
}
.red {
  color: #e60011;
}
.underline {
  text-decoration: underline;
}
.pb0 {
  padding-bottom: 0!important;
}
p.notes {
  font-size: min(max(12px, calc(0.75rem + ((1vw - 7.68px) * 1.2821))), 16px);
  min-height: 0vw;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
span.caution {
  position: relative;
  font-weight: bold;
  padding-left: 1.5em;
}
span.caution::before {
    content: "";
    background: url("../img/icon_caution.png") no-repeat;
    background-size: 100% auto;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    top: .25em;
    left: 0;
}
.caution_box {
    display: inline-block;
    width: 100%;
    background: #ececec;
    padding: 1.5em 2em;
    margin-bottom: 1em;
}
.caution_box span.caution {
    display: inline-block;
    padding-bottom: .55em;
    font-size: 120%;
}
.caution_box span.caution::before {
    top: .5em;
}
.caution_box .txt,
.caution_box .txt2 {
    text-indent: -.5em;
    padding-left: .5em;
}

/* =====================================
	header
===================================== */

header{
    width: 100%;
    position: absolute;
    margin: 0 auto;
    top: 1em;
    left: 0;
    right: 0;
    z-index: 2;
}

header img{
    margin: 0 auto;
    width: 300px;
}


/* =====================================
	main
===================================== */

.visual{
    width: 100%;
    padding: 4px 40px 0;
    background: #fff url(../img/fv_bg.jpg) center top/2000px 100% no-repeat;
}
.visual .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
.visual .inner h1 img{
    width: 100%;
}
.visual .inner .kinri:first-of-type{
    position: absolute;
    top: 50.33%;
    left: 2.7%;
    width: 30.64%;
}
.visual .inner .kinri:nth-of-type(2){
    position: absolute;
    top: 73.33%;
    left: 11.4%;
    width: 18.796%;
}
.visual .inner .kinri img{
    width: 100%;
}
.visual .inner .note:first-of-type{
    position: absolute;
    top: 60.65%;
    left: 3%;
    font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 0.5674))), 14px);
    min-height: 0vw;
    color: #262626;
}
.visual .inner .note a {
    text-decoration: underline;
    color: #044a94;
}
.visual .inner .note a:hover {
    text-decoration: none;
}
.visual .inner .note:nth-of-type(2){
    position: absolute;
    top: 65.5%;
    left: 0;
    right: 0;
    transform: translateX(-15.3%);
    font-size: min(max(13px, calc(0.8125rem + ((1vw - 3.75px) * 1.5603))), 24px);
    min-height: 0vw;
    text-align: center;
    font-weight: bold;
    color: #042952;
    letter-spacing: .05em;
}@media screen and (max-width:1260px){
  .visual .inner .note:nth-of-type(2){
    top: 65.65%;
  }
}
.visual .banner_camp {
  width: 100%;
}
.visual .banner_camp img {
  width: 100%;
  max-width: 1047px;
  margin: 0 auto;
}



.cv01{
    width: 100%;
    padding: 32px 40px;
    background: #e9e9e9;
}
.cv01 p img{
    margin: 0 auto 17px;
}
.cv01 ul{
    width: 100%;
    max-width: 839px;
    margin: 0 auto;
}
.cv01 ul li{
    width: 100%;
}
.cv01 ul li button{
    background: url("../img/btn01.png") no-repeat center;
    background-size: 100% auto;
    width: 100%;
    height: min(142vw, 142px);
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: 0.3s opacity ease;
}
.cv01 ul li button:hover{
    opacity: 0.8;
}
.cv01 ul li img{
    width: 100%;
}



.recommend{
    width: 100%;
    padding: 0 40px;
    background: #fff url(../img/recommend_arrow.png) center top/2000px auto no-repeat;
}@media screen and (max-width:1080px){
    .recommend{
        background: #fff url(../img/recommend_arrow.png) center top/2000px 23vw no-repeat;
    }
}
.recommend .inner{
    width: 100%;
    max-width: 961px;
    margin: 0 auto;
}
.recommend h2 img{
    width: 100%;
    max-width: 604px;
    margin: 0 auto;
    padding: 50px 0 140px;
}@media screen and (max-width:1080px){
  .recommend h2 img{
    max-width: calc(604/980 *100%);
    padding: 3vw 0 10vw;
  }
}
.recommend .btn_shindan {
    width: 100%;
    max-width: calc(670/961 *100%);
    margin: 0 auto;
}
.recommend .btn_shindan img {
    width: 100%;
}
.recommend .btn_shindan p.txt {
    max-width: calc(391/670 *100%);
    margin: 0 auto 20px;
}@media screen and (max-width:1080px){
    .recommend .btn_shindan p.txt {
        margin: 0 auto 1.5vw;
    }
}
.recommend h3 {
    font-size: 38px;
    line-height: 1.4;
    text-align: center;
    padding: 70px 0 50px;
    font-weight: bold;
}@media screen and (max-width:1080px){
    .recommend h3 {
      font-size: min(max(30px, calc(1.875rem + ((1vw - 7.68px) * 2.5641))), 38px);
      min-height: 0vw;
      padding: 4vw 0 3vw;
    }
}
.recommend .recommend_img img {
    padding-bottom: 30px;
    width: 100%;
}
.recommend p.caution {
    font-size: 30px;
    text-align: center;
    padding: 50px 0;
}@media screen and (max-width:1080px){
    .recommend p.caution {
        font-size: min(max(24px, calc(1.5rem + ((1vw - 7.68px) * 1.9231))), 30px);
        padding: 4vw 0 5vw;
    }
}




.point{
    width: 100%;
    padding: 0 40px 50px;
    background: #eaf1fb url("../img/point_bg.png") center top/2000px auto no-repeat;
}
.point .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.point h2 img{
    width: 100%;
    max-width: calc(565/1080 *100%);
    margin: 0 auto;
    padding: 70px 0;
}@media screen and (max-width:1080px){
  .point h2 img{
      padding: 5vw 0;
  }
}
.point h3{
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: 0.3s opacity ease;
}
.point h3::before{
    content: "";
    background: url(../img/btn_acc01_open.png) no-repeat center;
    background-size: 65px auto;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.point h3.active::before{
    background: url(../img/btn_acc01_close.png) no-repeat center;
    background-size: 65px auto;
}
.point img{
    width: 100%;
}
.point p a {
    text-decoration: underline;
    color: #044a94;
}
.point p a:hover {
    text-decoration: none;
}
.point .box{
  display: none;
  position: relative;
  max-width: 1080px;
  padding: 60px;
  box-sizing: border-box;
}@media screen and (max-width:1080px){
  .point .box{
    padding: 5% 5.55% 6%;
  }
}
#point01{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 40px;
}@media screen and (max-width:1080px){
    #point01{
        margin-bottom: 2vw;
  }
}
#point01 h3 span.txt {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: min(max(20px, calc(1.25rem + ((1vw - 7.68px) * 3.2051))), 30px);
    min-height: 0vw;
    top: 19%;
    left: 19%;
}@media screen and (max-width:1080px){
    #point01 h3 span.txt {
      font-size:2.6vw;
    }
}
#point01 h3 .kinri {
    position: absolute;
    width: 26.018%;
    top: 43.4%;
    left: 18.7%;
}
#point01 .kinriArea {
    position: relative;
}
#point01 .kinriArea:first-of-type .kinri {
    position: absolute;
    width: 65.52%;
    top: 0;
    left: 22%;
}
#point01 .kinriArea:nth-of-type(2) .kinri {
    position: absolute;
    width: 33.7%;
    top: 59.4%;
    left: 22%;
}
#point01 .kinriArea:nth-of-type(3) .kinri:nth-of-type(1) {
    position: absolute;
    width: 10.7%;
    top: 74.4%;
    left: 7.4%;
}
#point01 .kinriArea:nth-of-type(3) .kinri:nth-of-type(2) {
    position: absolute;
    width: 10.8%;
    top: 74.4%;
    left: 41.2%;
}
#point01 .kinriArea:nth-of-type(3) .kinri:nth-of-type(3) {
    position: absolute;
    width: 14.68%;
    top: 58%;
    right: 5.6%;
}
#point01 .kinriTable {
    display: table;
    width: 100%;
    box-sizing: border-box;
    border: solid 2px #3f3f3f;
}
#point01 .kinriTable .row {
    display:table-row;
}
#point01 .kinriTable .bb {
    border-bottom: solid 1px #3f3f3f;
}
#point01 .kinriTable .subhead {
    width: 8em;
    background: #e7e6e6;
    display: table-cell;
    vertical-align: middle;
    padding: 1.5em 2em;
}
#point01 .kinriTable .subhead p {
    font-weight: bold;
    font-size: min(max(18px, calc(1rem + ((1vw - 7.68px) * 1.2821))), 22px);
    min-height: 0vw;
    text-align: center;
}
#point01 .kinriTable .content {
    width: auto;
    display: table-cell;
    padding: 1.5em 2em;
    box-sizing: border-box;
}
#point01 .kinriTable .content p {
    font-size: min(max(16px, calc(1rem + ((1vw - 7.68px) * 1.2821))), 20px);
    min-height: 0vw;
    text-align: left;
    line-height: 1.5;
}
#point01 .kinriTable .content p.notes {
    padding-top: 1em;
    font-size: min(max(12px, calc(0.75rem + ((1vw - 7.68px) * 1.2821))), 16px);
    min-height: 0vw;
    line-height: 1.4;
}
#point01 p.point01_links {
    font-size: min(max(18px, calc(1.125rem + ((1vw - 7.68px) * 1.2821))), 22px);
    min-height: 0vw;
    text-align: center;
    padding-bottom: 40px;
}
#point01 p.notes {
    padding-top: 1em;
}
#point02{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 40px;
}@media screen and (max-width:1080px){
    #point02{
        margin-bottom: 2vw;
  }
}
.point #point02 .box{
  padding-top: 0;
}
#point03{
    width: 100%;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 40px;
}@media screen and (max-width:1080px){
    #point03{
        margin-bottom: 2vw;
  }
}
.point #point03 .box{
  padding-top: 0;
}




.flow{
    width: 100%;
    padding: 0 40px 50px;
    background: #d7e5f8;
}
.flow .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.flow h2 img{
    width: 100%;
    max-width: calc(521/1080 *100%);
    margin: 0 auto;
    padding: 70px 0 50px;
}@media screen and (max-width:1080px){
  .flow h2 img{
      padding: 5vw 0 3vw;
  }
}
.flow .tab {
    width: 100%;
    max-width: calc(640/1080 *100%);
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.flow .tab li {
    width: 47.65%;
    padding-top: 10%;
    cursor: pointer;
    text-indent: -9999px;
    transition: 0.3s opacity ease;
}@media screen and (max-width:1080px){
  .flow .tab li {
      padding-top: 4.6vw;
  }
}
.flow .tab li:nth-child(1) {
    background: url(../img/tab01_off.png) no-repeat center;
    background-size: contain;
}
.flow .tab li:nth-child(2) {
    background: url(../img/tab02_off.png) no-repeat center;
    background-size: contain;
}
.flow .tab li:nth-child(1).active {
    background: url(../img/tab01_on.png) no-repeat center;
    background-size: contain;
}
.flow .tab li:nth-child(2).active {
    background: url(../img/tab02_on.png) no-repeat center;
    background-size: contain;
}
@media screen and (min-width: 750px) {
  .flow .tab li:hover{
      opacity: 0.8;
  }
}
.flow .tabCnt{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.flow .tabCnt li{
    width: 100%;
    display: none;
}
.flow .tabCnt li.active{
    display: block;
}
.flow .tabCnt li img{
    width: 100%;
}
.flow .tab01 {
  position: relative;
}
.flow .tab01_link {
  position: absolute;
  width: calc(260/670*100%);
  bottom: 32.5%;
  left: 11%;
}
@media screen and (min-width: 750px) {
  .flow .tab01_link {
    width: calc(209/1080*100%);
    bottom: 21.8%;
    left: 38%;
  }
}

.faq{
    width: 100%;
    padding: 0 40px 40px;
    background: url("../img/faq_bg.png") repeat;
}
.faq .inner{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.faq h2 img{
    width: 100%;
    max-width: calc(355/1080 *100%);
    margin: 0 auto;
    padding: 90px 0 70px;
}@media screen and (max-width:1080px){
  .faq h2 img{
      padding: 7vw 0 5vw;
  }
}
.faq dl{
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
}
.faq dl dt{
    margin: 0 auto 50px;
    width: 100%;
    font-size: min(max(24px, calc(1.5rem + ((1vw - 7.68px) * 1.9231))), 30px);
    min-height: 0vw;
    line-height: 1.5;
    padding: 50px 90px;
    border-top: 2px solid #0059a1;
    border-bottom: 2px solid #0059a1;
    position: relative;
    cursor: pointer;
    transition: 0.3s opacity ease;
}@media screen and (max-width:1080px){
    .faq dl dt{
     margin: 0 auto 40px;
     padding: 36px 90px;
  }
}
.faq dl dt:hover{
	opacity: 0.8;
}
.faq dl dt::before{
    content: "";
    background: url("../img/icon_q.png") no-repeat;
    background-size: 100% auto;
    width: 41px;
    height: 52px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.faq dl dt::after{
    content: "";
    background: url("../img/btn_acc02_open.png") no-repeat center;
    background-size: 35px auto;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.faq dl dt.active::after{
    background: url("../img/btn_acc02_close.png") no-repeat center;
}
.faq dl dd{
    margin: 0 auto;
    width: 100%;
    font-size: min(max(16px, calc(1rem + ((1vw - 7.68px) * 1.2821))), 20px);
    min-height: 0vw;
    line-height: 1.9;
    padding: 0 90px 70px;
    position: relative;
    display: none;
}
.faq dl dd::before{
    content: "";
    background: url("../img/icon_a.png") no-repeat;
    background-size: 100% auto;
    width: 42px;
    height: 49px;
    position: absolute;
    top: 8px;
    left: 30px;
}
.faq span.ttl {
    position: relative;
    font-weight: bold;
    font-size: 120%;
    display: block;
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 1em;
}
.faq span.ttl:first-of-type {
    margin-top: 0; 
}
.faq span.ttl::before{
    content: "";
    background: url("../img/icon_ttl.png") no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 1em;
    position: absolute;
    top: .55em;
    left: 0;
}
.faq span.txt {
    display: block;
    padding-bottom: 1.5em;
}
.faq span.num {
    display: block;
    text-indent: -1.5em;
    padding-left: 1.5em;
    padding-bottom: .8em;
}
.faq span.li {
    display: block;
    text-indent: -.5em;
    padding-left: .5em;
    padding-bottom: .8em;
}
.faq span.img {
    display: block;
    padding-bottom: 1.5em;
}
.faq span.img img {
    width: 100%;
    max-width: 100%;
}
.faq a {
    display: inline;
    position: relative;
    color: #0059a1;
    text-decoration: underline;
    padding: 0 .2em 0 1.5em;
}
.faq a:hover {
    text-decoration: none;
}
.faq a::before {
    content: "";
    background: url("../img/icon_links.png") no-repeat;
    background-size: 100% auto;
    width: 1em;
    height: 1em;
    position: absolute;
    top: .45em;
    left: .3em;
}
.faq span.notes {
    font-size: min(max(14px, calc(0.875rem + ((1vw - 7.68px) * 1.2821))), 18px);
    min-height: 0vw; 
    display: block;
    padding-bottom: 1.5em;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}
.faq span.caution_box {
    margin-top: 1em;
}
.faq span.caution_box span.txt {
    display: block;
    padding-bottom: .8em;
    line-height: 1.6;
}
.faq span.caution {
    display: block;
}
.faq_img02 {
    max-width: 548px;
    padding-top: 1em;
}
.faq_img03 {
    max-width: 550px;
}
.btn_faq01{
    display: block;
    width: 100%;
    max-width: calc(547/900 *100%);
    margin: 0 auto;
}
.btn_faq01 img{
    width: 100%;
}
.btn_faq01 a::before {
  content: none;
}



.campaign {
    width: 100%;
}
.campaign h2 {
    width: 100%;
    background-image:
      url("../img/camp_ttl_bgR.png"),
      url("../img/camp_ttl_bgL.png"),
      url("../img/camp_ttl_bg.png");
    background-size:
      auto 100%,
      auto 100%,
      100% 100%;
    background-repeat:
      no-repeat,
      no-repeat,
      repeat-x;
    background-position:
      right,
      left,
      center;
    margin: 0 auto;
}
.campaign h2 img{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.campaign .inner{
    width: 100%;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    font-size: min(max(16px, calc(1rem + ((1vw - 7.68px) * 1.2821))), 20px);
    padding: 0 40px;
}

.campaign h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 70px 0;
}
.campaign h4 {
  position: relative;
  font-weight: bold;
  font-size: 120%;
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.4;
}
.campaign h4::before {
    content: "";
    background: url("../img/icon_ttl.png") no-repeat;
    background-size: 100% auto;
    width: 9px;
    height: 1em;
    position: absolute;
    top: .35em;
    left: 0;
}
.campaign h5 {
  font-weight: bold;
  font-size: 110%;
  display: block;
  margin-bottom: .5em;
  line-height: 1.4;
}
.campaign p {
    line-height: 1.9;
    padding-bottom: 1.5em;
}
.campaign p.num {
    text-indent: -1em;
    padding-left: 1em;
}
.campaign p.li {
  text-indent: -.5em;
  padding-left: .5em;
  padding-bottom: .6em;
}
.campaign .indent {
    padding-left: 1em;
}
.campaign .caution_box p:first-of-type {
    padding-bottom: 0;
}
.campaign .img {
    padding-bottom: .5em;
}
.campaign img {
    width: 100%;
    max-width: 100%;
}
.campaign a {
  display: inline;
  position: relative;
  color: #0059a1;
  text-decoration: underline;
  padding: 0 .2em 0 1.5em;
}
.campaign a::before {
    content: "";
    background: url("../img/icon_links.png") no-repeat;
    background-size: 100% auto;
    width: 1em;
    height: 1em;
    position: absolute;
    top: .45em;
    left: .3em;
}
.campaign .fin {
    padding: 50px 0 84px;
}
.campaign .fin p {
    padding-bottom: 0;
}
.campaign p.pb1_5 {
    padding-bottom: 1.5em;
}
.campaign p.pb0_5 {
    padding-bottom: .5em;
}
.campaign .small {
  font-size: min(max(12px, calc(0.75rem + ((1vw - 7.68px) * 1.2821))), 16px);
  min-height: 0vw;
  line-height: 1.4;
  display: block;
  text-indent: .1em;
}
img[src$="camp_img01.png"] {
  max-width: 900px;
}@media screen and (max-width:1080px){
  img[src$="camp_img01.png"] {
    max-width: calc(900/1080*100%);
  }
}@media screen and (max-width:1080px){
  img[src$="camp_img01.png"] {
    max-width: 100%;
  }
}
/* =====================================
	footer
===================================== */

footer{
    width: 100%;
    padding: 84px 40px 0;
    background: #eeece7;
}
footer .note01{
    width: 100%;
    max-width: 932px;
    font-size: 2.0rem;
    margin: 0 auto;
}
footer .note01 dt{
    font-weight: bold;
    line-height: 1;
}
footer .note01 dd + dt{
    margin-top: 32px;
}
footer .note01 dd{
    margin-top: 20px;
}
footer .note01 dd ul{
    padding-left: 1em;
    margin-top: 1em;
}
footer .note01 dd ul li{
    list-style: disc;
}

footer .note01 dd ul li + li{
    margin-top: .5em;
}
footer dd {
  line-height: 1.6;
}
footer .pdf01{
    width: 100%;
    max-width: 932px;
    background: #fff;
    padding: 40px;
    margin: 36px auto 0;
    border-radius: 8px;
}
footer .pdf01 dt{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 33px;
    border-bottom: 2px solid #858585;
}
footer .pdf01 dd{
    text-align: center;
    font-size: 2.0rem;
    line-height: 1;
}
footer a{
    text-decoration: underline;
    color: #044a94;
}
footer a:hover{
    text-decoration: none;
}
footer .links p {
  margin-top: 2.5em;
  text-align: center;
}
footer .links p a {
  padding: 0 1.5em;
}
footer p#copy {
  padding: 3em 0 4em;
  text-align: center;
  line-height: 1;
}



.floating{
    width: 100%;
    padding: 16px 40px 10px;
    background:rgba(255,255,255,0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
}

.floating ul{
    width: 100%;
    max-width: 974px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.floating ul li{
    width: 48.256%;
}

.floating ul li button{
    background: url("../img/btn_float01.png") no-repeat center;
    background-size: 100% auto;
    width: 100%;
    height: min(10.2vw, 102px);
    border: none;
    text-indent: -9999px;
    cursor: pointer;
    transition: 0.3s opacity ease;
}

.floating ul li button:hover{
    opacity: 0.8;
}

.floating ul li:nth-child(1) p img{
    width: 70.4255%;
    margin: 0 auto 10px;
}

.floating ul li:nth-child(2) p img{
    width: 57.66%;
    margin: 0 auto 10px;
}

.floating ul li a img{
    width: 100%;
}


@media screen and (max-width:768px){

.pc{
	display:none !important;
}

.sp{
	display:block !important;
}

a:hover{
	opacity: 1;
}

body{
	font-size: 2.4vw;
  width: 100%;
  overflow-x: hidden;
  min-width: inherit;
}
p.notes {
  font-size: 10px;
}
/* =====================================
	header 39.062vw
===================================== */
header{
    width: 180px;
    top: 3vw;
}
header img{
    width: 100%;
}
@media screen and (max-width:450px){
  header{
      left: 30%;
      margin: 0;
  }
}


/* =====================================
	main
===================================== */

.visual{
    padding: 0;
    background: none;
}
.visual .inner{
    margin: 0 auto;
}
.visual .inner .kinri:first-of-type{
    top: 45.8%;
    left: 7.2%;
    width: 51%;
}
.visual .inner .kinri:nth-of-type(2){
    top: 82.5%;
    left: 15.7%;
    width: 29.6%;
}
.visual .inner .note:first-of-type{
    top: 53.5%;
    left: 5%;
    font-size: min(max(10px, calc(0.625rem + ((1vw - 3.2px) * 2.6786))), 22px);
    min-height: 0vw;
    line-height: 1.4;
    text-indent: -1em;
    padding-left: 1em;
}
.visual .inner .note:nth-of-type(2){
    margin: 0 auto;
    top: 77.25%;
    left: 0;
    right: 0;
    font-size: 3.2vw;
    min-height: 0vw;
    transform: none;
}
.visual .inner p.note:nth-of-type(2){
    text-align: center;
}
@media screen and (max-width:370px){
    .visual .inner .note:first-of-type{
        font-size: 8px;
    }
   .visual .inner .note:nth-of-type(2){
        top: 110vw;
        font-size: 11px;
    }
}



.cv01{
    padding: 2vw 0;
}
.cv01 p img{
    margin: 0 auto 2vw;
    width: 45.733vw;
}
.cv01 ul{
    max-width: 90.933vw;
    display: block;
}
.cv01 ul li{
    width: 100%;
    margin-bottom: 3.733vw;
}
.cv01 ul li button{
    background: url("../img_sp/btn01.png") no-repeat center;
    height: 18.4vw;
    background-size: contain;
}
.cv01 ul li button:hover{
    opacity: 1;
}
.cv01 ul li:last-child{
    margin-bottom: 0;
}



.recommend {
  background-image: none;
  padding: 0;
}
.recommend h2 img {
  max-width: 100%;
  padding: 0 0 6vw;
}
.recommend .btn_shindan {
  max-width: calc(670/750 *100%);
}
.recommend .btn_shindan p.txt {
  max-width: calc(340/670 *100%);
}
.recommend h3{
  font-weight: bold;
  font-size: 5.1vw;
  min-height: 0vw;
  padding: 6vw 0 3vw;
}
.recommend p.notes {
  max-width: calc(670/750 *100%);
  margin: 0 auto;
}
.recommend .recommend_img img {
  padding-bottom: 3vw;
}
.recommend p.caution{
  font-size: 3.5vw;
  min-height: 0vw;
  padding: 4vw 0 8vw;
}



.point{
    padding: 8vw 0;
    background: #eaf1fb url("../img_sp/point_bg.png") center top/100% auto no-repeat;
}
.point h2 img{
    max-width: calc(556/750 *100%);
    margin: 0 auto;
    padding: 0 0 6vw;
}
.point h3::before {
  background-size: contain;
  width: 2em;
  height: 2em;
  right: 1.5em;
}
.point h3.active::before {
  background-size: contain;
}
.point .box {
  padding: 0 0 6vw;
}
#point01,
#point02,
#point03{
  max-width: calc(710/750 *100%);
  margin-bottom: 3vw;
}
#point01 h3 span.txt {
  font-size: 4vw;
  min-height: 0vw;
  top: 16%;
}
#point01 h3 .kinri{
  width: 28%;
  top: 56%;
  left: 20.3%;
}
#point01 .kinriArea:first-of-type .kinri {
  width: 88.3%;
  margin: 0 auto;
  top: inherit;
  bottom: 2vw;
  left: 0;
  right: 0;
}
#point01 .box {
  padding-top: 5vw;
}
#point01 p.point01_links{
  font-size: 3vw;
  min-height: 0vw;
  padding-bottom: 6vw;
}
#point01 .kinriArea:nth-of-type(2) .kinri {
  width: 51.267%;
  top: 59.4%;
  left: 6%;
}
#point01 .kinriArea:nth-of-type(3) .kinri:nth-of-type(1) {
  width: 14%;
  top: 59.7%;
  left: 15.4%;
}
#point01 .kinriArea:nth-of-type(3) .kinri:nth-of-type(2) {
  width: 14%;
  top: 59.7%;
  left: 61.3%;
}
#point01 .kinriArea:nth-of-type(3) .kinri:nth-of-type(3) {
  width: 20.3%;
  top: 83.8%;
  right: 46.2%;
}
#point01 .kinriTable {
  max-width: calc(630/710 *100%);
  margin: 0 auto;
  border: solid 1px #3f3f3f;
}
#point01 .kinriTable .subhead p {
  font-size: 3.267vw;
  min-height: 0vw;
}
#point01 .kinriTable .content p {
  font-size: 3vw;
  min-height: 0vw;
}
#point01 .kinriTable .content p.notes {
  font-size: 10px;
}
#point01 .point01_notes {
  max-width: calc(630/710 *100%);
  margin: 0 auto;
}
#point03 .box {
  padding-bottom: 0;
}



.flow{
    padding: 9vw 0;
}
.flow h2 img{
    max-width: 70.8%;  
    padding: 0 0 5vw;
}
.flow .tab {
  max-width: calc(630/710 *100%);
  justify-content: space-around;
}
.flow .tab li:nth-child(1) {
    background: url(../img_sp/tab01_off.png) no-repeat center;
    background-size: contain;
}
.flow .tab li:nth-child(2) {
    background: url(../img_sp/tab02_off.png) no-repeat center;
    background-size: contain;
}
.flow .tab li:nth-child(1).active {
    background: url(../img_sp/tab01_on.png) no-repeat center;
    background-size: contain;
}
.flow .tab li:nth-child(2).active {
    background: url(../img_sp/tab02_on.png) no-repeat center;
    background-size: contain;
}
.flow .tab li {
  padding-top: 10vw;
  margin-bottom: -.6vw;
}
.flow .tab li{
  width: 47.65%;
}
.flow .tabCnt {
  max-width: calc(670/750 *100%);
  margin: 0 auto;
}



.faq{
    padding: 5vw 4.4vw 4vw;
    background-size: 11px auto;
}
.faq h2 img{
    margin: 0 auto 2vw;
    max-width: 54.67%;
}

.faq dl dt{
    margin: 0 auto 6.67vw;
    font-size: 4.267vw;
    padding: 4.533vw 10.4vw;
    border-top: 0.267vw solid #858585;
    border-bottom: 0.267vw solid #858585;
}

.faq dl dt:hover{
	opacity: 1;
}

.faq dl dt::before{
    background: url("../img/icon_q.png") no-repeat;
    background-size: 4.8vw auto;
    width: 4.8vw;
    height: 6vw;
    top: 50%;
    left: 2.733vw;
}

.faq dl dt::after{
    background: url("../img/btn_acc02_open.png") no-repeat center;
    background-size: 4.533vw auto;
    width: 4.533vw;
    height: 4.533vw;
    right: 2.67vw;
}
.faq dl dt.active::after{
    background: url("../img/btn_acc02_close.png") no-repeat center;
    background-size: 4.533vw auto;
}
.faq dl dd{
    font-size: 3.467vw;
    padding: 0 7vw 6.67vw 10.4vw;
    line-height: 1.6;
}
.faq dl dd::before{
    background: url("../img/icon_a.png") no-repeat;
    background-size: 5.067vw auto;
    width: 5.067vw;
    height: 5.6vw;
    top: 1.067vw;
    left: 3.733vw;
}
.faq span.ttl {
  line-height: 1.4;
  margin-top: 1em;
}
.faq span.ttl::before {
  width: .4em;
  left: .2em;
  top: .3em;
}
.faq span.notes {
  font-size: min(max(10px, calc(0.625rem + ((1vw - 3.75px) * 1.0667))), 14px);
  min-height: 0vw;
}
.btn_faq01 {
  max-width: 100%;
}
.faq span.txt {
  padding-bottom: 1em;
}


.campaign .inner {
  max-width: calc(670/750*100%);
  font-size: 3.467vw;
  padding: 0;
}
.campaign h2 {
  background: none;
  padding: 0;
}
.campaign h2 img {
  max-width: 100%;
  padding: 0;
}
.campaign h3{
  font-size: 4.267vw;
  margin: 1.8em;
}
.campaign p {
  padding-bottom: 1em;
  font-size: 3.467vw;
  line-height: 1.6;
}
.campaign h4{
  margin-top: 1em;
}
.campaign h4::before{
  width: .4em;
  left: .2em;
}
.campaign p.notes {
  font-size: 10px;
}
.campaign .caution_box{
  padding-top: 1em;
}
.campaign .fin {
  padding: 6vw 0 10.67vw;
}
.campaign .fin p:first-of-type {
  padding-bottom: .3em;
}

/* =====================================
	footer
===================================== */

footer{
    padding: 10.67vw 6.67vw 3vw;
}

footer .note01{
    max-width: 100%;
    font-size: 3.467vw;
}

footer .note01 dd + dt{
    margin-top: 6.67vw;
}

footer .note01 dd{
    margin-top: 2.267vw;
}

footer .note01 dd ul li + li{
    margin-top: 1.867vw;
}

footer .pdf01{
    max-width: 100%;
    padding: 6.5vw 5.33vw 7vw;
    margin: 6.67vw auto 0;
}

footer .pdf01 dt{
    font-size: 4.267vw;
    padding-bottom: 3.33vw;
    border-bottom: 0.267vw solid #858585;
}

footer .pdf01 dd{
    font-size: 3.467vw;
}

footer .links p {
    font-size: 3vw;
}





.floating{
    padding: 4vw 3.2vw;
}

.floating ul li{
    width: 49%;
}

.floating ul li button{
    background: url("../img_sp/btn_float01.png") no-repeat center;
    background-size: 100% auto;
    height: 18.4vw;
}

.floating ul li button:hover{
    opacity: 1;
}

.floating ul li:nth-child(1) p img{
    width: 44vw;
    margin: 0 auto 2.67vw;
}

.floating ul li:nth-child(2) p img{
    width: 37.467vw;
    margin: 0 auto 2.67vw;
}

}

.is-sp{display:none;}

.doted-hr{
  background-image: linear-gradient(to right, #ddd, #ddd 5px, transparent 5px);
  background-size: 20px 4px;
  background-repeat: repeat-x;
  width: 100%;
  height: 20px;
}

.jouken{
    font-size: 2em;
    font-weight: 700;
    text-align: center;
}

.hikisage-jouken{
    background: #174787;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    padding: 10px;
    font-size: 1.8em;
}

.hikisage-jouken p{
        font-weight: 700;
}

.jouken-contents{
    border: 2px solid #174787;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jouken-contents p{
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.4;
}

.jouken-contents .jouken-kinri{
    font-size: 2.0em;
    color: #e60011;
    font-weight: bold;
    margin-left: 50px;
}

.jouken-contents .jouken-kinri span{
    font-size: 2.0em;
}

.jouken-hosoku{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.4;
    background: #e1f1ff;
    padding: 10px;
    width:100%;
    margin:0 auto;
}

.jouken-hosoku span{
    font-size: 1.5em;
    color: #e60011;
}

.jouken-attention{
    margin: 10px 0 20px;
}

@media screen and (max-width: 768px){
    .is-sp{display:block;}
    .hikisage-jouken{width:90%;}
    .jouken-contents{width:90%;padding:10px;}
    .jouken-hosoku{width:90%;margin:0 auto;}
    .jouken-contents .jouken-kinri{margin-left: 10px;}
    .jouken-attention{
        max-width: calc(630/710 *100%);
        margin: 10px auto 20px;
    }
    .jouken-hosoku{font-size: 1.5em;}
    .recommend .btn_shindan img {
    width: 85%;
    margin: 0 auto;
}
}


/*2024/4 abテスト反映 */
.visual{background:url(../img/FV_bg_02.png) center top/2000px 100% no-repeat;}
.visual .inner h1 img{margin-top:40px;}


  .recommend{background:none;}
  .recommend .btn_shindan{margin-top:30px;}
  .recommend .btn_shindan p.txt{margin:20px auto 0;}
  .recommend h3{padding:50px 0 50px;}
  .banner_camp img {
    width: 100%;
    max-width: 1047px;
    margin: 20px auto;
}
  @media screen and (max-width: 768px){
    .visual .inner h1 img{margin-top:0;}
    
    .recommend .btn_shindan{margin-top:10px;}
    .recommend .btn_shindan img{width:85%;margin:0 auto;}
    .recommend h3{padding: 6vw 0 3vw;}
    .banner_camp img{margin:10px auto;}
    .pt-merit-img{width:100%;}
  }


/*2024/6 改修 */

.campaign p.note-add{padding-bottom:0;}
.visual{background:url(../img/FV_bg_03.png) center top/2000px 100% no-repeat;}
.new-blue{color:#044a94;font-weight:bold;font-size:50px;}
  .visual .inner .note:first-of-type{top:93.65%;left:0;}
    .visual .inner .kinri:first-of-type{top:71.73%;left:28.7%;}
    .cv01 ul,.floating ul{max-width:760px;}
    .cv01 .cv-inner,.floating .cv-inner{
        max-width: 961px;
    margin: 0 auto;
    }
    .cv01 .cv-txt,.floating .cv-txt{
            text-align: center;
    font-size: 40px;
    }
    .cv01 .cv-txt .red,.floating .cv-txt .red{
        font-weight: bold;
    color: #b60302;
    }
    .cv01 .cv-txt .is-big,.floating .cv-txt .is-big{font-size:50px;}
    .cv01 .cv-txt .is-small,.floating .cv-txt .is-small{
            font-size: 20px;
    color: #b60302;
    vertical-align: top;
    }
    .anchor{
            max-width: 961px;
            margin: 0 auto;
            padding: 40px 0 30px;
    }
    .anchor ul{display:flex;
        justify-content: space-between;
    align-items: stretch;}
    .anchor ul a{
            display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    padding: 20px 0 40px;
    background: #09468f;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    border-radius: 25px;
        box-shadow: #023061 0px 8px;
        position: relative;
    }
    .anchor ul a::after{
        content: '▼';
        position: absolute;
        color: #fff;
        bottom: 7px;
    }
    .recommend{padding:0;}
    .recommend .new-h3{font-weight:400;font-size:40px;}
    .recommend .gray-inner{background:#e9e9e9;padding: 32px 40px;margin-bottom: 40px;}
.recommend .gray-inner h3{padding:10px 0 0 0;}
.recommend .gray-inner .txt img{margin:0 auto;}
.recommend .btn_shindan{max-width:760px;}

.floating{background: rgba(233, 233, 233, 0.8);padding:0;}
.floating .float-inner{padding:0 40px;}
.floating .cv-inner{
    padding: 16px 0 0px;
}
.floating .cv-inner-white{
    background: rgba(255, 255, 255, 0.8);
}
.floating ul li button{
    background:url(../img/btn01_float.png) no-repeat center;
    height: min(14.2vw, 142px);
    background-size: 100% auto;
}
.floating ul li{width:100%;}
.floating .cv-txt{font-size:30px;}
.floating .cv-txt .is-big{font-size:40px;}
.floating .cv-txt .is-small{font-size:15px;}
.floating .cv-inner-white p{
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
}

.floating .cv-inner-white p a{
    color:#239c6d;
    text-decoration: underline;
    }
  @media screen and (max-width: 768px){
    .visual .inner .kinri:first-of-type{top:50.73%;left: 7.2%;}
    .visual .inner .note:first-of-type{top: 89.65%;left: 3%;}
    .cv01 ul, .floating ul{width:100%;}
    .cv01 .cv-txt,.floating .cv-txt{font-size: 5.333333333333334vw;}
    .cv01 .cv-txt .is-big,.floating .cv-txt .is-big{font-size:6.666666666666667vw;}
    .cv01 .cv-txt .is-small,.floating .cv-txt .is-small{font-size:3.5vw;}
    .cv01 .cv-inner, .floating .cv-inner{width:90%;}
    .anchor{width: 90%;padding: 20px 0 20px;}
    .anchor ul a{font-size:4vw;width:32%;padding:10px 0 25px;border-radius: 16px;}
    .anchor ul a::after{font-size:3.5vw;bottom:4px;}
    .recommend .new-h3{font-size:5.066666666666666vw;}
    .new-blue{font-size:6.4vw;}
    .recommend .gray-inner{padding:20px 0;margin-bottom:20px;}
    .recommend .gray-inner .txt img{width:45%}
    .recommend .btn_shindan img{width:90%;}
    .floating,.floating .float-inner{padding:0;}
    .floating .cv-inner{padding:8px 0 2px;}
    .cv01 ul, .floating ul{display: block;margin: 0 auto;width: 90%;}
    .floating .cv-inner-white p{font-size:4vw;padding: 10px 0;}

  }



/*2024/9 改修 */
.tabCnt{
    border-top:15px solid #09468f;
    background: #fff;
        padding: 0 40px 30px 40px;
}

.tabCnt h3{
    text-align: center;
    font-size: 42px;
    margin-top: 50px;
    font-weight: bold;
    color: #09468f;
    margin-bottom: 40px;
}

.tabCnt .tab-head-border{
    margin: 0 auto;
    border-top: 2px solid #09468f;
    width: 260px;
}

.tabCnt h4{
        font-size: 36px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
}

.tabCnt h4 .is-big{font-size:50px;}
.tabCnt h4 .is-red{color:#b60302}

.tabCnt .acc-box{
    border: 2px solid #09468f;
    border-radius: 15px;
    margin: 40px auto;
}

.tabCnt .acc-heading{

    cursor: pointer;
    position: relative;
    padding: 20px 60px;

}
.tabCnt .acc-heading.flex{
    display: flex;
    align-items: center;
}


.tabCnt .acc-heading .img-box{
    width: 100px;
    margin-right: 40px;
}

.tabCnt  .acc-heading .img-box .atm{width:70%;margin:0 auto;}

.tabCnt .acc-heading p{
        font-size: 32px;
    font-weight: bold;
    color: #09468f;
}


.tabCnt  .acc-heading::before{
    content: "+";
    position: absolute;
    right: 60px;
    color: #09468f;
    font-size: 70px;
    top: 15%;
}

.tabCnt .acc-heading.active::before{
    content: "-";
}

.tabCnt .acc-content{
    padding: 30px 0 0;
    display: none;
    padding: 0px 60px 30px;
    margin-top: 10px;
}

.tabCnt .acc-content .acc-content-inner{
    border-top: 1px solid #09468f;
    padding-top: 30px;
}

.tabCnt .acc-content p{
    font-size: 18px;
        line-height: 1.5;
}

.tabCnt .acc-content .acc-content-inner .acc-content-app-box{
    background: #e9e9e9;
        padding: 30px 270px 30px 30px;
    margin-top: 50px;
    position: relative;
    margin-bottom: 60px;
}

.tabCnt .acc-content .acc-content-inner .acc-content-app-box img{
    position: absolute;
    width: 120px;
    right: 40px;
    top: -50%;
}

.tabCnt .acc-content .acc-content-inner .acc-content-app-box a{
        color: #09468f;
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.tabCnt .acc-content .acc-content-inner .acc-content-attention{
    margin: 30px 0;
    font-size: 16px;
}
.tabCnt .acc-content .acc-content-inner .acc-content-attention.is-red{color:#f85050;margin:0;padding: 3px 0 0 0;.tabCnt .acc-content .acc-content-inner .flex}
.tabCnt .acc-content .acc-content-inner .acc-content-attention a{
        text-decoration: underline;
    color: #09468f;
}
.tabCnt .acc-content .acc-content-inner .flex{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 70px 0;
    gap: 40px;
}

.tabCnt .tab-heading-flex{
        display: flex;
    align-items: center;
        margin-bottom: 20px;

}
.tabCnt .tab-heading-flex h4{
    font-size: 28px;
    text-align: left;
    margin-top: 0;
    margin-right: 20px;
}

.flow .tabCnt li .tab-heading-flex img{
    width:200px;
    padding-right: 10px;
    padding-left: 10px;
    }

.tabCnt .acc-heading .acc-heading-subtxt{
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    color: #000;
}

.tabCnt .acc-content .acc-content-inner .m-tblV{
    width: 100%;
    border-top: 1px solid #e3e5e9;
    border-left: 1px solid #e3e5e9;
    border-collapse: separate;
    word-break: break-all;
    margin-top: 40px;
}

table colgroup .m-w40{    width: 40%;}
table colgroup .m-w60{    width: 60%;}
table colgroup .m-w20{    width: 20%;}
table colgroup .m-w53{    width: 53%;}
table colgroup .m-w27{    width: 27%;}

.tabCnt .acc-content .acc-content-inner .m-tblV th{
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #f1f2f4;
    border: solid #fff;
    border-width: 0 1px 1px 0;
        padding: 18px 30px;
}

.tabCnt .acc-content .acc-content-inner .m-tblV td{
        border: solid #e3e5e9;
    border-width: 0 1px 1px 0;
        padding: 18px 30px;
}



.tabCnt .acc-content .acc-content-inner .m-hr-s{
        border-width: 1px 0 0 0;
    padding: 0;
    border-top: 1px solid #eee;
    margin: 40px 0;
}

.tabCnt .acc-content .acc-content-inner h3.m-hdr3{
    font-size: 2.2rem;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #0058a0;
    font-weight: bold;
    text-align: left;
}

.tabCnt .acc-content .acc-content-inner h4.m-hdr4{
        font-size: 1.8rem;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: left;
}

.tabCnt .acc-content .acc-content-inner .m-maxImg{
        width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.tabCnt .return-h4{
    text-align: left;
    font-weight: normal;
    font-size: 32px;
    margin-bottom: 20px;
}


.tabCnt .acc-content .acc-content-inner .m-linkModal{margin-top:20px;cursor:pointer;display:inline-block;color: #0057A0;}
.tabCnt .acc-content .acc-content-inner .m-iconModal-img{
        display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 0 0 5px;
}



#m-modalWrap{display:none;}
.m-modalOverlay {
background:rgba(0,0,0,0.6);
     width: 100%;
     height: 100%;
     position: fixed;
     z-index: 10001;
     top:0;
     right:0;
     bottom:0;
     left:0;
}

.m-modalContent{
    width: 95%;
    height: 90vh;
        max-width: 960px;
    max-height: 1000px;
     background:#fff;
     padding:50px;
     position: fixed;
     z-index: 10002;
     text-align: left;
     top: 50%;
     left: 50%;
     transform: translateY(-50%) translateX(-50%);
     border-radius:4px;
}

.m-modalContentInner{
    height: 80vh;
    max-height: 900px;
    position: relative;
    right: -25px;
    margin-left: -25px;
    padding-right: 25px;
    overflow: auto;
}

.m-modalContentInner .m-tblC{
    width: 100%;
    border-top: 1px solid #e3e5e9;
    border-left: 1px solid #e3e5e9;
    border-collapse: separate;
    word-break: break-all;
}

.m-tblC th{
        font-size: 1.4rem;
    background-color: #f1f2f4;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 18px 30px;
}
.m-tblC td{
    font-weight: normal;
    padding: 18px 30px;
}

table td.m-posR{text-align:right;}

table .m-tblC-h{text-align:center; background-color: #e3e5e9;}

table .m-txtEx{
    line-height: 100%;
    font-size: 2.1rem;
    font-weight: bold;
}

.m-modalClose {
    width: 50px;
    height: 50px;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;
    position: absolute;
    right: -25px;
    top: -25px;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    border: none;
    background-color: #0058a0;
}

.m-modalClose::after, .m-modalClose::before {
    width: 24px;
    height: 2px;
    text-indent: 0;
    position: absolute;
    left: 13px;
    top: 23px;
    background-color: #fff;
    content: '';
}

.m-modalClose::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.m-modalClose::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

  @media screen and (max-width: 768px){
    .tabCnt{border-top:5px solid #09468f;    padding: 0 15px 5px 15px;}
    .tabCnt h3{font-size:5.6vw;    margin-top: 30px;    margin-bottom: 20px;}
    .tabCnt h4{font-size:4.8vw;}
    .tabCnt h4 .is-big{font-size:6.6666666vw;}
    .tabCnt .tab-head-border{width: 16.6666666vw;}
    .tabCnt .acc-box{margin: 25px auto;}
    .tabCnt .acc-heading{padding: 15px 15px;}
    .tabCnt .acc-heading p{font-size:4.26vw;}
    .tabCnt .acc-heading .img-box {
    width: 18.6666vw;
    margin-right: 5.3vw;
    }
    .tabCnt .acc-heading::before{right: 4.6666vw;font-size: 10vw;top: 24%;}
    .tabCnt .acc-content{padding: 0px 15px 20px;margin-top: 10px;}
    .tabCnt .acc-content .acc-content-inner{padding-top: 15px;}
    .tabCnt .acc-content .acc-content-inner .acc-content-app-box{width: 100%;padding: 15px;margin:0;}
    .flow .tabCnt li img.app-capture{width: 26vw;margin: 20px auto;}
    .tabCnt .acc-content p{font-size:3.7vw;}
    .tabCnt .acc-content .acc-content-inner .acc-content-attention{font-size:3.0vw;    margin: 15px 0;}
    .sp-acc-img{margin-bottom:15px;}
    .tabCnt .acc-content .acc-content-inner .flex{display:block;padding: 0;}
    .tabCnt .tab-heading-flex h4{font-size: 3.93vw;line-height: 1.5;margin-right: 3vw;}
    .flow .tabCnt li .tab-heading-flex img {
        width: 28vw;
        padding-right: 1vw;
        padding-left: 1vw;
    }
    .tabCnt .acc-heading .acc-heading-subtxt{font-size:3.3vw;padding-right: 14vw;margin-top: 1.5vw;}
    .tabCnt .acc-content .acc-content-inner .m-tblV{margin-top:20px;}
    .tabCnt .acc-content .acc-content-inner .m-tblV,.tabCnt .acc-content .acc-content-inner .m-tblV th,.tabCnt .acc-content .acc-content-inner .m-tblV td,.tabCnt .acc-content .acc-content-inner .m-tblV tr,.tabCnt .acc-content .acc-content-inner .m-tblV tbody{display:block;}
    .tabCnt .acc-content .acc-content-inner .m-tblV th{padding:10px;}
    .tabCnt .acc-content .acc-content-inner .m-tblV td{padding:10px;font-size:1.4rem;}
    .tabCnt .acc-content .acc-content-inner .m-linkModal{margin-top: 10px;font-size: 3.0vw;}
    .tabCnt .acc-content .acc-content-inner .m-hr-s{margin: 20px 0;}
    .tab02_acc02_imgbox{margin-top:20px}
    .tab02_acc02_imgbox img:nth-child(2){margin-top:10px;}
    .tabCnt .return-h4{    font-size: 4.8vw;margin-bottom: 10px;}
    .m-modalContent{max-height:490px;    width: 85%;min-width: 260px;padding: 30px;}
    .m-modalContentInner{max-height:450px;}
    .m-tblC th,.m-tblC tr,.m-tblC td{padding:10px;}
    table td.m-posR{font-size:1.4rem;}
    table .m-txtEx{font-size:2.0rem;}
    .m-modalClose{
        width: 30px;
        height: 30px;
        right: -15px;
        top: -15px;
    }
    .m-modalClose::after, .m-modalClose::before{
        width: 14px;
        height: 1px;
        left: 8px;
        top: 14px;
    }
}