@charset "UTF-8";

/*---------------------------------------------------------------------------------------------

ベース

---------------------------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: a-otf-ud-shin-go-pr6n, "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Mplus {
  font-family: 'M PLUS Rounded 1c', sans-serif !important;
}

.indent {
  text-indent: -1.2em;
  padding-left: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
  min-width: 920px;
}

@media screen and (max-width: 768px) {

  .wrapper {
    min-width: auto;
  }

}

/*---------------------------------------------------------------------------------------------

FLEX

---------------------------------------------------------------------------------------------*/

.flex {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.al-start {
  -webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.al-center {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jt-center {
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.jt-around {
  -ms-flex-pack: distribute;
	justify-content: space-around;
}

.jt-between {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jt-start {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}


/*---------------------------------------------------------------------------------------------

PC

---------------------------------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

  .onlyPC {
    display: block;
  }

  .onlySP {
    display: none !important;
  }

}

/*---------------------------------------------------------------------------------------------

SP

---------------------------------------------------------------------------------------------*/


@media screen and (max-width: 768px) {

  .onlyPC {
    display: none !important;
  }

  .onlySP {
    display: block;
  }

}

/*---------------------------------------------------------------------------------------------

LP

---------------------------------------------------------------------------------------------*/

a {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

header {
  padding: 20px;
  background: #FFF;
}

.header_nav {
max-width: 1100px;
    margin: auto;
    font-size: 1.8rem;
    color: #004ea2;
}

.header_nav li {
  position: relative;
  padding-left: 30px;
}

.header_nav li::before {
  content: "";
  position: absolute;
  background: url(../img/ico_arrow_nav.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 8px;
  top: 8px;
  left: 0;
}

.mv_area {
  background: #dff2fc;
  padding: 50px 0 100px 0;
  text-align: center;
}

.mv_area img {
  max-width: 900px;
  width: 90%;
  height: auto;
}

.present_area {
  position: relative;
  background: #FFF;
  padding-bottom: 80px;
}

.dl_box {
  max-width: 920px;
  width: 90%;
  height: 125px;
  border-radius: 15px;
  background: #FFF;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.dl_inner {
  width: 99%;
  height: 117px;
  background: #fff67f;
  border-radius: 10px;
  margin: auto;
}

.dl_inner p {
  width: 33%;
  font-size: 2.6rem;
  color: #004ea2;
}

.dl_ico {
  width: 55%;
}

.dl_ico img.app {
  max-width: 162px;
  height: auto;
}

.dl_ico img.gp {
  max-width: 200px;
  height: auto;
}

.dl_ico img.qr {
  max-width: 90px;
  height: auto;
}

.img_present {
  padding-top: 125px;
  display: block;
  margin: auto;
  max-width: 900px;
  width: 90%;
  height: auto;
}

.point_area {
  padding: 50px 0;
}

.point_box {
  max-width: 900px;
    width: 90%;
    margin: auto;
}

.point_img, .point_txt {
  width: 48%;
}

.point_img p {
  text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 20px;
}

.point_txt {
  font-size: 2.9rem;
  color: #004ea2;
  margin-top: 30px;
}

.point_txt span {
  font-size: 2rem;
  margin-bottom: 10px;
  line-height: 1.5;
  display: block;
}

.point_txt .point_info {
  font-size: 1.4rem;
  color: #000;
  margin-top: 25px;
  line-height: 1.5;
}

.point_txt .point_info a {
  color: #004ea2;
  text-decoration: underline;
}

.cotion_box {
    max-width: 900px;
    width: 100%;
       margin: 90px auto 30px;
    padding: 35px;
    border: 3px solid #054a97;
    background-color: #ffffff;
}
.cotion_box_tit {
font-size: 3rem;
    color: #ffffff;
    text-align: center;
    background: #004ea2;
    max-width: 210px;
    margin: -69px auto 20px;
    padding: 15px 15px;
    border-radius: 10px;
    position: relative;
	    letter-spacing: 0.08em;
}

.pointcotion_tit {
      width: 40%;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}
.cotion_box_txt {
font-size: 18px;
    margin: 0 0 40px 0;
    line-height: 1.5;
		padding-left:1em;
	text-indent:-1em;
}
.pointcaution_txt {
	width: 75%;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 0 30px;
}

.app_area {
  background: #dff2fc;
  padding: 50px 0;
}

.app_box {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.app_img {
  width: 300px;
  height: auto;
}

.app_point {
  width: 540px;
  padding-top: 30px
}

.app_point_box {
  border: 3px solid #054a97;
  border-radius: 10px;
  position: relative;
  padding: 30px 45px 30px 45px;
  position: relative;
  margin-bottom: 30px;
}

.app_point_box img {
  width: 158px;
    height: auto;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

.app_point_main {
  color: #054a97;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 15px;
}

.app_point_main span {
  font-size: 3.6rem;
}

.app_point_info {
  font-size: 1.5rem;
  line-height: 1.5;
}

.app_point_info span {
  font-size: 1.2rem;
}

.app02_area {
  padding-top: 80px;
  position: relative;
}

.app02_box {
  max-width: 900px;
    width: 90%;
    margin: auto;
}

.app_special_left, .app_special_right {
  width: 420px;
  text-align: center;
}

.app_special_left p {
  font-size: 1.8rem;
  margin: 30px auto 50px auto;
  padding: 0 28px;
  line-height: 1.5;
}

.app_special_left img:last-of-type, .app_special_right img:last-of-type {
  width: 220px;
  height: auto;
}

.app_special_right span {
  font-size: 2.2rem;
  color: #054a97;
  margin: 20px auto;
  display: block;
}

.app_special_right p {
  font-size: 1.8rem;
  padding: 0 30px;
  margin-bottom: 30px;
  text-align: left;
}

.bg_app02 {
  background: #dff2fc;
  width: 100%;
  height: 30px;
  z-index: 99;
  position: absolute;
  bottom: -8px;
}

.app03_area {
  padding: 50px 0;
  background: #dff2fc;
}

.app03_box {
  max-width: 900px;
  width: 90%;
  margin: auto;
}

.app03_box img {
  max-width: 86px;
  height: auto;
}

.tokuten {
max-width: 900px;
    width: 90%;
    margin: auto;
	    background-color: #ffffff;
}
.tokuten dl {
}

.tokuten-facilities {
    background-color: #fff67f;
    margin-top: 45px;
	text-align: center;
    padding: 18px 0 18px 10px;
}

.tokuten-facilities h2 {
    color: #054a97;
    font-size: 23px;
    font-weight: bold;
	  position: relative;
  display: inline-block;
}

.tokuten-facilities h2:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #054a97;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-120deg);
  left: -40px;
}
.tokuten-facilities h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #054a97;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -40px;
}

.tokuten-item {
    border-bottom: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin: 0 30px;
}

.tokuten dt {
	width: 17%;
    color: #fff;
    font-size: 15px;
    margin: 0px 5% 0px 0;
    padding: 10px 10px;
    text-align: center;
background: rgb(48,127,213);
background: -moz-linear-gradient(0deg, rgba(48,127,213,1) 0%, rgba(23,93,170,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(48,127,213,1) 0%, rgba(23,93,170,1) 100%);
background: linear-gradient(0deg, rgba(48,127,213,1) 0%, rgba(23,93,170,1) 100%);;
}

.tokuten dd span {
color: #054a97;
	font-size: 18px;
	font-weight: bold;
}
.tokuten dd {
width: 100%;
	font-size: 16px;
    margin-right: 10px;
    padding: 20px 0;
	line-height: 1.5;
}

.tokuten-about {
	    text-align: center;
font-size: 2.4rem;
    color: #ea545d;
    font-weight: bold;
	    padding: 50px 0;
}

.tokuten-about {
	    text-align: center;
font-size: 2.4rem;
    color: #ea545d;
    font-weight: bold;
	    padding: 50px 0;
}

.tokuten-about span {
  background: linear-gradient(transparent 50%, #fff67f 50%);
}

.tokuten_02 {
	margin: 70px 0 0;
}
.tokuten_02 p.Mplus {
    font-size: 2.6rem;
    text-align: center;
    color: #004ea2;
}

.tokuten_img {
    width: 100%;
    margin: 40px 0 0 0;
    text-align: center;
}

.tokuten_img img {
    max-width: 90%;
}
.tokuten_txt {
    max-width: 900px;
    width: 90%;
    margin: 40px auto;
    font-size: 18px;
}

.point_cotion_box {
  max-width: 900px;
  width: 90%;
  height: 170px;
  margin: 30px auto;
}

.cotion_tit {
  width: 25%;
  height: 170px;
  background: #004ea2;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.5;
}

.cotion_txt {
  width: 75%;
  height: 170px;
  background: #dff2fc;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 20px;
}
.app_info {
  width: 790px;
}

.app_info p {
  font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 10px;
}

p.memo {
	padding-left:1em;
	text-indent:-1em;
	font-size: 14px;
	line-height: 1.5;
}

.app_info p.Mplus {
  margin-bottom: 20px;
    font-size: 2.4rem;
    color: #ea545d;
    line-height: 1.2;
}

.app_info a {
  font-size: 2rem;
    color: #004ea2;
    text-decoration: underline;
}

.app04_area {
  padding: 20px 0;
    background: #fff67f;
}

.app04_box {
  max-width: 900px;
    width: 90%;
    margin: auto;
}

.app04_box .dl_inner {
  width: 100%;
}

.app04_box .dl_inner p {
  width: 45%;
  line-height: 1.5;
}

.policy_area {
  padding: 70px 0;
}

.policy_area p.Mplus {
  font-size: 2.6rem;
  text-align: center;
  color: #004ea2;
}

.policy_area2 {
  padding: 0px 0 70px;
}

.policy_area2 p.Mplus {
  font-size: 2.6rem;
  text-align: center;
  color: #004ea2;
}

.policy_box {
  max-width: 900px;
    width: 90%;
    height: 250px;
    margin: 20px auto;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    padding: 10px;
    overflow-y: scroll;
}

.policy_box a {
  text-decoration: underline;
  color: #004ea2;
}

.policy_box p {
  font-size: 1.4rem;
    line-height: 1.2;
}

.qa_area {
  padding: 50px 0;
  background: #dff2fc;
}

.qa_box {
  max-width: 900px;
  width: 90%;
  margin: 50px auto;
  flex-flow: wrap;
}

.qa_tit {
  font-size: 3rem;
  color: #004ea2;
  text-align: center;
  background: #fff67f;
  max-width: 290px;
  height: 125px;
  margin: auto;
  padding: 20px 15px;
  border-radius: 60px;
  position: relative;
}

.qa_tit::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 13px 0 13px;
  border-color: #fff67f transparent transparent transparent;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-label {
  width: 140px;
  height: 50px;
  border: 1px solid #054a97;
  border-radius: 25px;
  text-align: center;
  font-size: 1.5rem;
  color: #054a97;
}

.tab-label {
    order: -1;
}

.tab-content {
    width: 100%;
    background: #FFF;
    margin-top: 45px;
    padding: 40px;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #054a97;
    color: #FFF;
    position: relative;
}
.tab-switch:checked+.tab-label::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8.5px 0 8.5px;
  border-color: #054a97 transparent transparent transparent;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.q_tit {
  font-size: 1.6rem;
  font-weight: 700;
    color: #004ea2;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 3px solid #fff67f;
}

.answer_box {
  margin-bottom: 40px;
}

.answer_box.last {
  margin-bottom: 70px;
}

.answer_box .Mplus {
  font-size: 2.2rem;
  color: #004ea2;
}

.q_detail {
  font-size: 1.6rem;
  font-weight: 700;
  margin-left: 15px;
  margin-top: 4px;
}

.answer {
  font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 10px;
}

.answer a {
  color: #004ea1;
    text-decoration: underline;
}

footer {
  max-width: 900px;
  width: 90%;
  margin: auto;
  padding: 40px;
}

.footer_list li {
  margin-left: 20px;
  font-size: 1.6rem;
}

.footer_list li.tel {
  position: relative;
  padding-left: 20px;
}

.footer_list li.tel::before {
  content: "";
  position: absolute;
  background: url(../img/ico_tel.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 13px;
  height: 15px;
  top: 0;
  left: 0;
}

.footer_list li a {
  font-size: 1.6rem;
    text-decoration: underline;
}

.footer_list li.tel a {
  font-size: 1.6rem;
  text-decoration: none;
}

.footer_float {
  width: 100%;
    position: fixed;
    bottom: 0;
}

.float_area {
  position: relative;
}

.back_top {
  display: block;
  position: absolute;
    bottom: 20px;
    right: 20px;
    background: #dcdddd;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.back_top::before {
  content: "";
  position: absolute;
  background: url(../img/ico_arrow_top.svg) no-repeat;
  background-size: 100%;
  background-position: center;
  width: 20px;
  height: 8px;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}


@media screen and (max-width: 768px) {

  .mv_area {
    padding: 50px 0;
  }

  .nav_sp {
    background: #FFF;
    padding: 10px;
    margin-top: 30px;
  }

  .header_nav {
    font-size: 1.2rem;
  }

  .header_nav li {
    padding-left: 18px;
    text-align: left;
  }

  .header_nav li::before {
    width: 12px;
    height: 5px;
    top: 5px;
  }

  .dl_box {
    height: 180px;
  }

  .dl_inner {
width: 97%;
    display: block;
    height: auto;
    padding: 15px;
    margin-top: 5px;
  }

  .dl_inner p {
    width: 90%;
    font-size: 1.8rem;
    margin: 10px auto;
    text-align: center;
  }

  .dl_ico {
width: 100%;
    text-align: center;
  }

  .dl_ico a:last-of-type {
    margin-left: 10px;
  }

  .dl_ico img.app, .dl_ico img.gp {
    max-width: 100%;
    margin: 10px auto;
  }
.point_cotion_box {
    height: auto;
    display: block;
}
  .present_area {
    padding-bottom: 160px;
  }

  .img_present {
    padding-top: 180px;
  }

  .present_cotion {
    font-size: 1.2rem;
    color: #004ea2;
    width: 90%;
    margin: 20px auto;
  }

  .point_area {
    padding: 25px 0;
  }

  .point_box {
    display: block;
  }

  .point_img, .point_txt {
    width: 100%;
  }

  .point_img p {
    font-size: 1.2rem;
  }

  .point_txt span {
    font-size: 1.6rem;
  }

  .point_txt {
    font-size: 2.4rem;
  }

  .point_txt .point_info {
    font-size: 1.2rem;
    margin-top: 15px;
  }

  .cotion_box {
width: 90%;
    height: auto;
    display: block;
    padding: 30px 20px;
  }
	
.tokuten-item {
    display: grid;
	    margin: 0 15px;
}
.tokuten dd {
    padding: 10px 0 20px;
}
	
.cotion_box_tit {
    font-size: 1.8rem;
	    max-width: fit-content;
}

	.tokuten dt {
width: 30%;
    font-size: 1.2rem;
    margin: 20px 0 0 0;
    padding: 6px 5px;
}

.pointcaution_txt {
    width: 100%;
    font-size: 1.4rem;
    padding: 20px 0 0;
}
.cotion_box_txt {
font-size: 1.4rem;
}

  .cotion_tit {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .cotion_txt {
    width: 100%;
    height: auto;
    padding: 10px;
  }

  .app_area {
    padding: 25px 0 0 0;
  }

  .app_box {
    flex-flow: column-reverse;
  }

  .app_img {
    width: 100%;
    text-align: center;
  }

  .app_img img {
    max-width: 200px;
    height: auto;
  }

  .app_point {
    width: 100%;
  }

  .app_point_box {
    padding: 30px 20px;
  }

  .app_point_main {
    font-size: 1.8rem;
  }

  .app_point_main span {
    font-size: 2.4rem;
  }

  .app_point_info {
    font-size: 1.2rem;
  }

  .app_point_info span {
    font-size: 1.1rem;
  }

  .app02_area {
    padding: 40px 0;
  }

  .app02_box {
    display: block;
  }

  .app_special_left, .app_special_right {
    width: 100%;
    margin-bottom: 30px;
  }

  .app_special_left p, .app_special_right p {
    padding: 0;
    font-size: 1.4rem;
    margin: 30px auto;
  }

  .app_special_right span {
    font-size: 1.8rem;
  }

  .app03_area {
    padding: 40px 0;
  }

  .app03_box {
    display: block;
  }

  .app03_box img {
    display: block;
    margin: 0 auto 20px auto;
  }

	
.tokuten-facilities h2:before {
    width: 30px;
    left: -30px;
}
.tokuten-facilities h2:after {
    width: 30px;
    right: -25px;
}
.tokuten-facilities h2 {
    font-size: 1.6rem;
}
.tokuten_txt {
font-size: 1.4rem;
		padding-left:1em;
	text-indent:-1em;
    line-height: 1.4;
}
	
.tokuten-about {
font-size: 1.8rem;
    line-height: 1.8;
        padding: 20px 0 30px;
}
  .app_info {
    width: 100%;
  }

  .app_info p.Mplus {
    font-size: 1.8rem;
  }

	.tokuten dd {
    font-size: 1.4rem;
}
.tokuten dd span {
 font-size: 1.6rem;
}
  .app_info p, .app_info a {
    font-size: 1.4rem;
  }

  .app04_box .dl_inner p {
    width: 90%;
  }

  .policy_area {
    padding: 40px 0;
  }

  .policy_area p.Mplus {
    font-size: 1.8rem;
  }
	
  .policy_area2 {
    padding: 0px 0 40px;
  }

  .policy_area2 p.Mplus {
    font-size: 1.8rem;
  }

  .policy_box {
    height: 200px;
  }

  .tab-content {
    padding: 20px;
  }

  .tab-label {
    font-size: 1.4rem;
    width: 48%;
    margin: 10px 0;
  }
	
.cotion_sp {
    display: block;
  }
.pointcotion_tit {
    width: 100%;
    margin: 0 auto;
    display: block;
}
  .qa_btn {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 120px;
    height: 90px;
    background: #f5a200;
    border: 5px solid #FFF;
    border-radius: 30px;
    color: #FFF;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5;
    padding: 20px;
  }

  .qa_btn::after {
    content: "";
    position: absolute;
    background: url(../img/ico_arrow_faq.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    width: 15px;
    height: 6px;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }

  .back_top {
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
  }

  .back_top::before {
    top: 28px;
  }

  footer {
    width: 100%;
    padding: 20px;
  }

  .footer_list {
    display: block;
  }

  .footer_list li {
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .footer_list li a {
    font-size: 1.4rem;
  }


}

@media screen and (max-width: 320px) {

.tokuten-facilities h2 {
    font-size: 1.4rem;
}
.tokuten {
    max-width: 900px;
    width: 95%;
    margin: auto;
    background-color: #ffffff;
}
	}
