@charset "utf-8";

/* Base Setting
------------------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  color: black;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.61;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* imgover */
img.opRollover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

a{
  outline: none;
}
/* Text
------------------------------------------ */
/* List
------------------------------------------ */
/* common */
ul > li > ul,
ul > li > ol,
ul > li > dl,
ol > li > ul,
ol > li > ol,
ol > li > dl {
  margin-top: 0 !important;
}
ul > li > .navAnchor01 > li,
ol > li > .navAnchor01 > li {
  text-indent: 0;
}

dl dd ul,
dl dd ol {
  margin-top: 0 !important;
}

/* Column
------------------------------------------ */
/* column */
/* Align
------------------------------------------ */
.aC {
  text-align: center !important;
}

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

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

#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
}
#cboxLoadedContent {
  padding: 0;
  margin: 0;
  overflow: auto;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
.colorBox {
  display: none;
}
/* ======================
　PC
====================== */
@media only screen and (min-width: 641px) {
/* Base Setting
------------------------------------------ */
  body {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .wrap{
    margin: 0 auto;
    width: 1086px;
  }
  .wrap.type02{
    margin: 0 auto;
    width: 750px !important;
  }
  .pcOnly{
    display: block;
  }
  .spOnly{
    display: none;
  }
  .bold {
    font-weight: bold;
  }

/* Page
------------------------------------------ */

/* Header
------------------------------------------ */
/* header */
  header .logo{
    padding: 5px 0;
    margin: 0;
  }

/* 20230626変更 */
  header .logo img{
    width: 100px;
    height: auto;
    padding-left: 100px;
  }

/*-----------------------------------------------------
	footer
----------------------------------------------------**/
  footer {
    color: #fff;
    background-color: #033a59;
    padding: 40px 0;
    margin-top: 100px;
    min-width: 1086px;
  }
  .mt20{
    margin-top: 20px;
  }
  .mb15{
    margin-bottom: 15px;
  }
  footer p {
    font-size: 16px;
    line-height: 1.3em;
  }
  footer a {
    color: #fff;
  }
  footer a:hover {
    opacity: 0.7;
  }
  .footer_btn {
    margin-top: 10px;
    display: flex;
  }
  .footer_btn img {
    margin: 12px 25px 12px 0;
    width: 97%;
  }
  .footer_logo {
    margin: 13px 0 5px;
  }
  .footer_logo img {
    width: 25%;
  }
  .footer_bor {
    padding: 15px 0;
    border-top: 1px solid #fff;
  }


/*-----------------------------------------------------
	mainVisual
----------------------------------------------------**/
  .mainVisual {
    position: relative;
    min-width: 1086px;
    height: 889px;
    background: url("../img/index_bg01.jpg") center top no-repeat;
  }
  .mainVisual .lead{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 327px;
  }
  .mainVisual .lead p{
    margin: 0 auto;
  }
  .mainVisual .lead p:first-of-type{
    width: 196px;
    position: relative;
    left: 0;
    right: 0;
    top: 47px;
  }
  .mainVisual .lead p:last-of-type{
    width: 327px;
    position: relative;
    left: 0;
    right: 0;
    top: 53px;
  }
  .mainVisual .title h1{
    width: 661px;
    position: relative;
    left: 0;
    right: 0;
    top: 92px;
    margin: auto;
  }
  .mainVisual .title p{
    width: 417px;
    position: relative;
    left: 0;
    right: 0;
    top: 123px;
    margin: auto;
  }
  .mainVisual .point {
    width: 491px;
    position: relative;
    left: 0;
    right: 0;
    top: 164px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mainVisual .point li{
    width: 144px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
  }
  .mainVisual .card{
    width: 884px;
    position: relative;
    left: 1px;
    right: 0;
    bottom: -214px;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mainVisual .card .left,
  .mainVisual .card .right{
    width: 342px;
    position: relative;
  }
  .mainVisual .card .left p,
  .mainVisual .card .right p{
    position: relative;
    top: 15px;
    left: 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
  }
  .mainVisual .card .left .bold span,
  .mainVisual .card .right .bold span{
    font-size: 26px;
  }

/*-----------------------------------------------------
	section
----------------------------------------------------**/
  .section.pink {
    min-width: 1086px;
    padding: 59px 0 63px;
    background: #dfedf8;
  }
  .section.pink h2 {
    text-align: center;
  }
  .section.pink h2 img {
    width: 352px;
    margin: 0 auto;
  }
  .section.pink .col {
    display: -webkit-flex;
    display: flex;
    padding-top: 32px;
  }
  .section.pink .col .left {
    width: 560px;
  }
  .section.pink .col .left p {
    font-size: 18px;
  }
  .section.pink .col .left p + p {
    padding-top: 10px;
  }
  .section.pink .col .right {
    width: 400px;
    margin: 7px 78px 0 48px;
  }
  .section.pink .col .right .button a {
    position: relative;
    display: inline-block;
    padding: 18px 136px;
    border: 1px solid #00479d;
    box-sizing: border-box;
    border-radius: 31px;
    background: #00479d;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-shadow:0px 10px 20px 0px rgb(0,0,0,.2);
  }
  .section.pink .col .right .button a::before {
    position: absolute;
    content: "";
    right: 20px;
    top: -1px;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    box-sizing: border-box;
  }
  .section.pink .col .right .button a:hover {
    background: #fff;
    color: #00479d;
    box-shadow:0px 10px 20px 0px rgb(0,0,0,0);
  }
  .section.pink .col .right .button a:hover::before {
    border-top: 3px solid #00479d;
    border-right: 3px solid #00479d;
  }
  .section.pink .col .right p:not(.button) {
    font-size: 16px;
    text-align: center;
    padding-top: 13px;
  }
  .section.pink .col .right p:not(.button) a {
    position: relative;
    padding-bottom: 4px;
    color: #009be3;
    text-decoration: none;
  }
  .section.pink .col .right p:not(.button) a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.pink .col .right p:not(.button) a:hover::before {
    background: transparent;
  }

  .section.stripe {
    min-width: 1086px;
    padding: 59px 0 60px;
    line-height: 1.4;
    background: url("../img/index_bg02.png") left top;
  }
  .section.stripe .wrap > h2 {
    padding-bottom: 40px;
    text-align: center;
  }
  .section.stripe .wrap > h2 img {
    width: 322px;
    margin: 0 auto;
}
  .section.stripe .original {
    display: -webkit-flex;
    display: flex;
    background: #00479d;
    color: #fff;
  }
  .section.stripe .original .left {
    width: 528px;
  }
  .section.stripe .original .right {
    position: relative;
    width: 488px;
    padding: 86px 40px 0 30px;
  }
  .section.stripe .original .right::before {
    position: absolute;
    content: "";
    width: 49px;
    height: 100%;
    left: -48px;
    top: 0;
    background: -moz-linear-gradient(left,  rgba(0,71,157,0) 0%, rgba(0,71,157,0.96) 96%, rgba(0,71,157,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(0,71,157,0) 0%,rgba(0,71,157,0.96) 96%,rgba(0,71,157,1) 100%);
    background: linear-gradient(to right,  rgba(0,71,157,0) 0%,rgba(0,71,157,0.96) 96%,rgba(0,71,157,1) 100%);
  }
  .section.stripe .original .right .bold {
    position: relative;
    padding-bottom: 17px;
    font-weight: normal;
    font-size: 22px;
  }
  .section.stripe .original .right .balloon {
    position: absolute;
    left: 31px;
    top: 42px;
    padding: 5px 9px 6px;
    font-size: 14px;
    color: #00479d;
    background: #fff;
    font-weight: 500;
  }
  .section.stripe .original .right .balloon::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 51px;
    bottom: -12px;
    border-style: solid;
    border-width: 0 12px 12px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .section.stripe .original .right .bold span {
    font-weight: bold;
    font-size: 30px;
  }
  .section.stripe .original .right .lead{
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 1.67;
  }
  .section.stripe .original .right .link a{
    position: relative;
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }
  .section.stripe .original .right .link a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .section.stripe .original .right .link a:hover::before{
    background: transparent;
  }
  .section.stripe .contents.col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 41px 31px 32px;
    margin-bottom: 176px;
    background: #fff;
  }
  .section.stripe .contents.col .left ,
  .section.stripe .contents.col .right{
    position: relative;
    width: 497px;
  }
  .section.stripe .contents.col .left .bold.pink ,
  .section.stripe .contents.col .right .bold.pink {
    padding-top: 15px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.67;
  }
  .section.stripe .contents.col .left .bold.pink span,
  .section.stripe .contents.col .right .bold.pink span {
    font-weight: bold;
    color: #00479d;
  }
  .section.stripe .contents.col .figureText {
    position: absolute;
    line-height: 1.5;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #00479d;
  }
  .section.stripe .contents.col .left .figureText {
    right: 69px;
    top: 74px;
  }
  .section.stripe .contents.col .right .figureText {
    right: 73px;
    top: 74px;
    font-size: 30px;
    line-height: 1.56;
  }
  .section.stripe .contents.goldCard {
    position: relative;
    padding: 116px 31px 51px;
    background: url("../img/index_bg03.png") left top;
  }
  .section.stripe .contents.goldCard::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -33px;
    margin: auto;
    width: 55px;
    height: 55px;
    background: url(../img/index_ic01.png) no-repeat left top/55px 55px;
  }
  .section.stripe .contents.goldCard h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: -135px;
    margin: auto;
    text-align: center;
    width: 273px;
    z-index: 1;
  }
  .section.stripe .contents.goldCard .photoLeft {
    position: relative;
    display: -webkit-flex;
    display: flex;
    background: #ffc683;
  }
  .section.stripe .contents.goldCard .photoLeft .col:first-of-type {
    width: 510px;
  }
  .section.stripe .contents.goldCard .photoLeft .col:nth-of-type(2) {
    position: relative;
    width: 432px;
    padding: 47px 41px 0;
  }
  .section.stripe .contents.goldCard .photoLeft .bold {
    font-size: 20px;
    line-height: 1.5;
  }
  .section.stripe .contents.goldCard .photoLeft .lead {
    font-size: 18px;
    line-height: 1.65;
    padding-top: 7px;
  }
  .section.stripe .contents.goldCard .photoLeft .col:nth-of-type(2)::before {
    position: absolute;
    content: "";
    width: 49px;
    height: 100%;
    left: -48px;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255,198,131,0) 0%, rgba(255,198,131,0.01) 1%, rgba(255,198,131,1) 100%);
    background: -o-linear-gradient(left, rgba(255,198,131,0) 0%, rgba(255,198,131,0.01) 1%, rgba(255,198,131,1) 100%);
    background: linear-gradient(to right, rgba(255,198,131,0) 0%, rgba(255,198,131,0.01) 1%, rgba(255,198,131,1) 100%);
  }
  .section.stripe .contents.goldCard .photoRight {
    position: relative;
    display: -webkit-flex;
    display: flex;
    background: #bbe6f4;
  }
  .section.stripe .contents.goldCard .photoRight .col:first-of-type {
    position: relative;
    width: 436px;
    padding: 44px 39px 0;
  }
  .section.stripe .contents.goldCard .photoRight .bold {
    font-size: 20px;
    line-height: 1.5;
  }
  .section.stripe .contents.goldCard .photoRight .lead {
    font-size: 18px;
    line-height: 1.65;
    padding-top: 7px;
  }
  .section.stripe .contents.goldCard .photoRight .lead a {
    position: relative;
    padding-bottom: 4px;
    color: #009be3;
    text-decoration: none;
  }
  .section.stripe .contents.goldCard .photoRight .lead a {
    position: relative;
    padding-bottom: 4px;
    color: #009be3;
    text-decoration: none;
  }
  .section.stripe .contents.goldCard .photoRight .lead a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.stripe .contents.goldCard .photoRight .lead a:hover::before {
    background: transparent;
  }
  .section.stripe .contents.goldCard .photoRight .col:first-of-type::before {
    position: absolute;
    content: "";
    width: 49px;
    height: 100%;
    right: -48px;
    top: 0;
    transform: rotate(180deg);
    background: -webkit-linear-gradient(left, rgba(186,230,244,0) 0%, rgba(186,230,244,0.01) 1%, rgba(186,230,244,1) 100%);
    background: -o-linear-gradient(left, rgba(186,230,244,0) 0%, rgba(186,230,244,0.01) 1%, rgba(186,230,244,1) 100%);
    background: linear-gradient(to right, rgba(186,230,244,0) 0%, rgba(186,230,244,0.01) 1%, rgba(186,230,244,1) 100%);
  }
  .section.stripe .contents.goldCard .photoRight .col:nth-of-type(2) {
    width: 510px;
  }
  .section.stripe .courtesy {
    padding: 50px 98px 42px;
    background: #fff;
  }
  .section.stripe .courtesy h3{
    margin-bottom: 31px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3e3a39;
  }
  .section.stripe .courtesy ul{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .section.stripe .courtesy ul li{
    padding: 10px 0 13px;
    border-top: 2px solid #aa8534;
    border-bottom: 2px solid #aa8534;
    line-height: 1.5;
    width: 277px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #aa8534;
  }
  .section.stripe .courtesy .button {
    text-align: center;
  }
  .section.stripe .courtesy .button a{
    position: relative;
    display: inline-block;
    width: 400px;
    margin: 0 auto;
    padding: 16px 0 17px;
    border: 2px solid #aa8534;
    border-radius: 29px;
    background: #aa8534;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    box-sizing: border-box;
    box-shadow: 0px 10px 10px 0px rgb(0,0,0,.2);
  }
  .section.stripe .courtesy .button a::after{
    position: absolute;
    content: "";
    right: 20px;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    box-sizing: border-box;
  }
  .section.stripe .courtesy .button a:hover{
    border: 2px solid #aa8534;
    background: #fff;
    color: #aa8534;
    box-shadow: 0px 0px 0px 0px rgb(0,0,0,0);
  }
  .section.stripe .courtesy .button a:hover::after{
    border-top: 3px solid #aa8534;
    border-right: 3px solid #aa8534;
    box-sizing: border-box;
  }

  .section.cardCf {
    min-width: 1086px;
    padding: 88px 0 0;
  }
  .section.cardCf h2 {
    margin-bottom: 30px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
  }
  .section.cardCf table {
    border-top: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
    box-sizing: border-box;
  }
  .section.cardCf table sup {
    font-size: 10px;
  }
  .section.cardCf table th ,
  .section.cardCf table td {
    vertical-align: top;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
    box-sizing: border-box;
  }
  .section.cardCf table th{
    background: #f5f5f5;
    font-weight: bold;
    text-align: left;
  }
  .section.cardCf table thead th{
    padding: 27px 0 25px;
    text-align: center;
  }
  .section.cardCf table thead th img{
    margin: 0 auto;
  }
  .section.cardCf table thead th:nth-of-type(2){
    background: #aa8534;
  }
  .section.cardCf table thead th:nth-of-type(3){
    background: #00479d;
  }
  .section.cardCf table tbody th {
    padding: 25px 28px 23px 27px;
    font-size: 17px;
  }
  .section.cardCf table tbody td {
    padding: 25px 0 23px;
    text-align: center;
    font-size: 18px;
  }
  .section.cardCf .note {
    padding-top: 17px;
    font-size: 16px;
  }
  .section.cardCf .note a {
    position: relative;
    padding-bottom: 5px;
    color: #009be3;
    text-decoration: none;
  }
  .section.cardCf .note a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.cardCf .note a:hover::before {
    background: transparent;
  }
  .section.cardCf .pink {
    margin-top: 64px;
    padding: 28px 0 26px;
    border-top: 1px solid #00479d;
    box-sizing: border-box;
    background: #dfedf8;
  }
  .section.cardCf .pink .col {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 740px;
    margin: auto;
  }
  .section.cardCf .pink .col .left {
    width: 400px;
  }
  .section.cardCf .pink .col .left a {
    position: relative;
    display: inline-block;
    padding: 18px 136px;
    border: 1px solid #00479d;
    box-sizing: border-box;
    border-radius: 31px;
    background: #00479d;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    box-shadow: 0px 10px 20px 0px rgb(0,0,0,.2);
  }
  .section.cardCf .pink .col .left a::before {
    position: absolute;
    content: "";
    right: 20px;
    top: -1px;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
    width: 9px;
    height: 9px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    box-sizing: border-box;
  }
  .section.cardCf .pink .col .left a:hover {
    background: #fff;
    color: #00479d;
    box-shadow:0px 10px 20px 0px rgb(0,0,0,0);
  }
  .section.cardCf .pink .col .left a:hover::before {
    border-top: 3px solid #00479d;
    border-right: 3px solid #00479d;
  }
  .section.cardCf .pink .col .right {
    width: 320px;
    padding-top: 3px;
    text-align: center;
  }
  .section.cardCf .pink .col .right a {
    position: relative;
    padding-bottom: 5px;
    color: #009be3;
    text-decoration: none;
  }
  .section.cardCf .pink .col .right a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.cardCf .pink .col .right a:hover::before {
      background: transparent;
  }
  .section.cardCf .pink .col .right a:hover::before {
      background: transparent;
  }
  #inline-content {
    position: relative;
    padding: 25px;
    z-index: 1;
    background: #3e3a39;
  }
  #inline-content .contents {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  #inline-content .contents ul {
    margin: 0 auto ;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #inline-content ul li {
    width: 49%;
    margin-top: 2%;
  }
  #inline-content ul li:first-of-type , 
  #inline-content ul li:nth-of-type(2) {
    margin-top: 0;
  }
  #inline-content .contents + .contents {
    padding-top: 10px;
    font-size: 14px;
    color: #fff;
  }
  #inline-content .contents + .contents p + p {
    padding-top: 5px;
  }
  #cboxClose {
    z-index: 1;
    top: 5px;
    right: 5px;
  }


/*-----------------------------------------------------
	table
----------------------------------------------------**/
  .section table{
    width: 100%;
  }
  .w20per{
    width: 256px
  }
  .w40per{
    width: 415px;
  }

}
/* ======================
　SP
====================== */
@media only screen and (max-width: 640px) {
/* Base Setting
------------------------------------------ */
  .wrap{
    margin: 0 auto;
    width: auto;
    padding: 0 7.5%;
  }
  .wrap.type02{
    width: auto !important;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
  a{
    position: relative;
    color: #009be3;
    text-decoration: none;
  }
  .subWrap{
    padding: 0;
  }
/* Page
------------------------------------------ */
/* Header
------------------------------------------ */
/* header */
  
  header .wrap {
    margin: 0 auto;
    width: auto;
    padding: 0 2.6%;
  }
  header .logo{
    padding: 4.5% 0 4.4% 0;
  }
  /* 20230626変更 */
  header .logo img{
    width:25%;
    height: auto;
    padding-left: 0px;
  }

/*-----------------------------------------------------
	footer
----------------------------------------------------**/
  footer {
    padding: 7.5% 0;
    margin-top: 13%;
    min-width: inherit;
    background: #033a59;
    color: #fff;
    font-size: 10px;
    line-height: 1.3em;
  }
  footer a {
    color: #fff;
    text-decoration: underline;
  }
  .mt20{
    margin-top: 20px;;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .footer_btn {
    margin-top: 10px;
  }
  .footer_btn img {
    margin: 2px 0;
    width: 60%;
  }
  .footer_logo {
    margin: 13px 0 5px;
  }
  .footer_logo img {
    width: 45%;
  }
  
  .footer_bor {
    padding: 15px 0;
    border-top: 1px solid #fff;
  }

/*-----------------------------------------------------
	mainVisual
----------------------------------------------------**/
  .mainVisual {
    width: 100%;
    padding-bottom: 17%;
    background: url("../img/index_bg01_sp.jpg") no-repeat center top/100%;
  }
  .mainVisual .lead {
    width: 74%;
    margin: 0 auto;
    padding-top: 7%;
  }
  .mainVisual .lead p:first-of-type {
    width: 61%;
    margin: 0 auto;
  }
  .mainVisual .lead p:nth-of-type(2) {
    padding-top: 3%;
  }
  .mainVisual .title {
    padding-top: 9%
  }
  .mainVisual .title p {
    padding-top: 5%;
    width: 78%;
    margin: 0 auto;
  }
  .mainVisual .point {
    padding-top: 6%;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .mainVisual .point li {
    width: calc(100% - 6%);
    margin-right: 6%;
  }
  .mainVisual .point li:last-of-type {
    margin-right: 0;
  }
  .mainVisual .card {
    padding-top: 13%;
    width: 71%;
    margin: 0 auto;
  }
  .mainVisual .card .bold {
    padding-top: 5%;
    line-height: 1;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
  }
  .mainVisual .card .right .bold {
    padding-top: 6%;
  }
  .mainVisual .card .bold span {
    line-height: 1.5;
    font-size: 18px;
  }
  .mainVisual .card .right {
    padding-top: 12%;
  }

/*-----------------------------------------------------
	section
----------------------------------------------------**/
  .section.pink {
    padding: 10% 0 12%;
    background: #dfedf8;
  }
  .section.pink h2 {
    text-align: center;
  }
  .section.pink h2 img {
    width: 80%;
    margin: 0 auto;
  }
  .section.pink .col {
    padding-top: 5%;
    font-size: 14px;
  }
  .section.pink .col .left p + p {
    padding-top: 2%;
  }
  .section.pink .col .left .bold span {
    font-weight: bold;
  }
  .section.pink .col .right {
    padding-top: 7%;
    text-align: center;
  }
  .section.pink .col .right .button a {
    position: relative;
    display: inline-block;
    padding: 4% 16% 5%;
    border-radius: 40px;
    background: #00479d;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 5px 5px 0px rgb(0,0,0,.2);
  }
  .section.pink .col .right .button a::before {
    position: absolute;
    content: "";
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .section.pink .col .right p:not(.button) {
    font-size: 13px;
    padding-top: 3%;
  }
  .section.pink .col .right p:not(.button) a {
    position: relative;
  }
  .section.pink .col .right p:not(.button) a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.stripe {
    padding: 10% 0;
    line-height: 1.35;
    background: url("../img/index_bg02.png") left top;
  }
  .section.stripe .wrap > h2 {
    text-align: center;
  }
  .section.stripe .wrap > h2 img {
    width: 69%;
    margin: 0 auto;
  }
  .section.stripe .original {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction : column-reverse;
    flex-direction : column-reverse;
    margin-top: 8%;
    background: #00479d;
  }
  .section.stripe .original .left {
    padding: 0% 5% 8%;
    height: 100%;
  }
  .section.stripe .original .left .spOnly ul {
    margin-top: 0;
  }
  .section.stripe .original .left .spOnly ul li:not(:first-of-type) {
    margin-top: 5%;
  }
  .section.stripe .original .left .spOnly .contents {
    margin-top: 8%;
  }
  .section.stripe .original .left .spOnly .contents p {
    color: #fff;
    font-size: 14px;
  }
  .section.stripe .original .left .spOnly .contents p + p {
    margin-top: 3%;
  }
  .section.stripe .original .right {
    position: relative;
    padding: 8% 5%;
    color: #fff;
  }
  .section.stripe .original .right .balloon {
    display: inline-block;
    position: relative;
    padding: 1.5% 2% 1%;
    font-size: 11px;
    background: #fff;
    color: #00479d;
  }
  .section.stripe .original .right .balloon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -9px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
  }
  .section.stripe .original .right .bold {
    margin-top: 6%;
    font-size: 16px
  }
  .section.stripe .original .right .bold span {
    font-size: 18px;
    font-weight: bold;
  }
  .section.stripe .original .right .lead {
    margin-top: 3%;
    font-size: 14px;
    line-height: 1.5;
  }
  .section.stripe .original .right .link {
    margin-top: 3%;
  }
  .section.stripe .original .right .link a {
    color: #fff;
    font-size: 14px;
  }
  .section.stripe .original .right .link a::before{
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #fff;
  }
  .section.stripe .contents.col {
    padding: 9% 5% 8%;
    background: #fff;
  }
  .section.stripe .contents.col .left {
    padding-bottom: 9%;
  }
  .section.stripe .contents.col .left figure ,
  .section.stripe .contents.col .right figure {
    position: relative;
  }
  .section.stripe .contents.col .left .bold.pink ,
  .section.stripe .contents.col .right .bold.pink {
    padding-top: 3%;
    font-size: 14px;
    line-height: 1.5;
  }
  .section.stripe .contents.col .left .bold.pink span ,
  .section.stripe .contents.col .right .bold.pink span {
    color: #00479d;
    font-weight: 500;
  }
  .section.stripe .goldCard {
    position: relative;
    margin-top: 25%;
    padding: 30% 4.5% 10%;
    background: url("../img/index_bg03.png") left top;
  }
  .section.stripe .goldCard h2{
    position: absolute;
    left: 0;
    right: 0;
    top: -49px;
    margin: auto;
    width: 51%;
  }
  .section.stripe .goldCard .photoLeft{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction : column-reverse;
    flex-direction : column-reverse;
    background: #ffc683;
  }
  .section.stripe .goldCard .photoLeft .col:first-of-type {
    height: 100%;
  }
  .section.stripe .goldCard .photoLeft .col:nth-of-type(2) {
    padding: 10% 5%;
    line-height: 1.4;
  }
  .section.stripe .goldCard .photoLeft .col:nth-of-type(2) .bold {
    font-weight: bold;
    font-size: 15px;
  }
  .section.stripe .goldCard .photoLeft .col:nth-of-type(2) .lead {
    font-size: 14px;
    padding-top: 4%;
    line-height: 1.5;
  }
  .section.stripe .goldCard .photoRight {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 5%;
    background: #bbe6f4;
  }
  .section.stripe .goldCard .photoRight .col:first-of-type {
    padding: 9% 5%;
    line-height: 1.4;
  }
  .section.stripe .goldCard .photoRight .col:first-of-type .bold {
    font-weight: bold;
    font-size: 15px;
  }
  .section.stripe .goldCard .photoRight .col:first-of-type .lead {
    font-size: 14px;
    padding-top: 3%;
    line-height: 1.5;
  }
  .section.stripe .goldCard .photoRight .col:first-of-type .lead a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.stripe .goldCard .photoRight .col:nth-of-type(2) {
    height: 100%;
  }
  .section.stripe .courtesy {
    position: relative;
    padding: 8% 11% 9%;
    background: #fff;
  }
  .section.stripe .courtesy::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: -12px;
    margin: auto;
    width: 25px;
    height: 25px;
    background: url(../img/index_ic01.png) no-repeat center top/25px;
  }
  .section.stripe .courtesy h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .section.stripe .courtesy ul {
    margin-top: 7%;
  }
  .section.stripe .courtesy li {
    position: relative;
    padding: 6% 0 6.5%;
    line-height: 1.45;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #aa8534;
  }
  .section.stripe .courtesy li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #aa8534;
  }
  .section.stripe .courtesy li:last-of-type::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #aa8534;
  }
  .section.stripe .courtesy .button {
    margin-top: 13%;
    text-align: center;
  }
  .section.stripe .courtesy .button a {
    width: 80%;
    position: relative;
    display: inline-block;
    padding: 6% 0 7%;
    border-radius: 40px;
    background: #aa8534;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 5px 5px 0px rgb(0,0,0,.2);
  }
  .section.stripe .courtesy .button a::before {
    position: absolute;
    content: "";
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .section.cardCf {
    padding: 14% 0 0;
  }
  .section.cardCf h2 {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
  }
  .section.cardCf .tableWrap {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-top: 4%;
    margin-bottom: 1%;
  }
  .section.cardCf table {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 464px;
    margin-bottom: 3%;
    box-sizing: border-box;
    border-top: 1px solid #dcdddd;
    border-left: 1px solid #dcdddd;
  }
  .w20per {
    width: 182px;
  }
  .w40per {
    width: 141px;
  }
  .section.cardCf table th ,
  .section.cardCf table td {
    box-sizing: border-box;
    border-right: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
  }
  .section.cardCf table th {
    vertical-align: top;
    background: #f5f5f5;
  }
  .section.cardCf table th img {
    margin: 0 auto;
    height: 50%
  }
  .section.cardCf table thead th:nth-of-type(2) {
    padding: 3.5% 0;
    background: #aa8534;
    text-align: center;
  }
  .section.cardCf table thead th:nth-of-type(3) {
    padding: 3.5% 0;
    background: #00479d;
    text-align: center;
  }
  .section.cardCf table tbody th {
    padding: 3.5% 2.5%;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    background: #f5f5f5;
  }
  .section.cardCf table sup {
    font-size: 10px;
  }
  .section.cardCf table td {
    text-align: center;
    padding: 2% 3.2%;
    font-size: 14px;
  }
  .section.cardCf table .spAl {
    text-align: left;;
  }
  .section.cardCf table tbody tr:nth-of-type(5) td:first-of-type {
    padding: 4% 0;
  }
  .section.cardCf table tbody tr:nth-of-type(6) td ,
  .section.cardCf table tbody tr:nth-of-type(7) td ,
  .section.cardCf table tbody tr:nth-of-type(8) td ,
  .section.cardCf table tbody tr:nth-of-type(9) td {
    padding: 3.4% 3.2%;
  }
  .section.cardCf .note {
    margin-top: 6%;
    font-size: 13px;
  }
  .section.cardCf .note a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  .section.cardCf .tableWrap::-webkit-scrollbar{
    height: 12px;
    border-radius: 12px;
   }
  .section.cardCf .tableWrap::-webkit-scrollbar-track{
    border-radius: 12px;
     background: #F1F1F1;
  }
  .section.cardCf .tableWrap::-webkit-scrollbar-thumb {
    border-radius: 12px;
     background: #BCBCBC;
  }
  .section.cardCf .pink {
    margin-top: 10%;
    padding: 9% 0 11%;
    border-top: 1px solid #00479d;
    box-sizing: border-box;
    background: #dfedf8;
  }
  .section.cardCf .pink .left {
    text-align: center;
  }
  .section.cardCf .pink .left a {
    position: relative;
    display: inline-block;
    padding: 4% 16% 5%;
    border-radius: 40px;
    background: #00479d;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0px 5px 5px 0px rgb(0,0,0,.2);
  }
  .section.cardCf .pink .left a::before {
    position: absolute;
    content: "";
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    box-sizing: border-box;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .section.cardCf .pink .right {
    margin-top: 3%;
    font-size: 13px;
    text-align: center;
  }
  .section.cardCf .pink .right a::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    background: #009be3;
  }
  #inline-content .contents {
    width: 75%;
    margin: 0 auto;
  }
  #inline-content .contents ul {
    margin: 0 auto ;
    width: 100%;
  }
  #inline-content ul li {
    width: 100%;
    margin-top: 10px;
  }
  #cboxClose {
    top: 0;
  }

}