@charset "UTF-8";
/* --------------------------------------------------------------
   共通
-------------------------------------------------------------- */
body {
  min-width: 11.6rem;
  font-size: 0.18rem;
  color: #1B2549;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.container_min {
  width: 9.2rem;
  margin: 0 auto;
}

.container {
  width: 10rem;
  margin: 0 auto;
}

.container_max {
  width: 12.3rem;
  margin: 0 auto;
}

.mod_btn02 {
  display: table;
  margin: 0 auto;
}

.mod_btn02 a {
  width: 4.3rem;
  padding-left: 1.8rem;
  display: block;
  line-height: .75rem;
  font-size: .22rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #1C2649;
  border-radius: 10rem;
  letter-spacing: .075em;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(28, 28, 73, 0.2);
          box-shadow: 0 0.03rem 0.06rem rgba(28, 28, 73, 0.2);
  position: relative;
}

.mod_btn02 a::before {
  content: "";
  width: .28rem;
  height: .28rem;
  position: absolute;
  top: calc(50% - .14rem);
  left: 1.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/cmn/s_icon.png);
}

.mod_btn02 a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.anchor_lists {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.anchor_lists li {
  width: calc(100% / 4);
}

.anchor_lists li a {
  padding: .2rem 0 .2rem;
  text-align: center;
  display: block;
  color: #ffffff;
  font-size: .16rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  background-color: #1B2549;
}

.anchor_lists li a span {
  position: relative;
}

.anchor_lists li a span::before {
  content: "";
  position: absolute;
  left: -.32rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

.anchor_lists li:nth-of-type(1) a span::before {
  width: .195rem;
  height: .195rem;
  top: calc(50% - .0975rem);
  background-image: url(../images/cmn/add01.png);
}

.anchor_lists li:nth-of-type(2) a {
  background-color: #313A5A;
}

.anchor_lists li:nth-of-type(2) a span::before {
  width: .24rem;
  height: .2rem;
  top: calc(50% - .1rem);
  background-image: url(../images/cmn/add02.png);
}

.anchor_lists li:nth-of-type(3) a span::before {
  width: .165rem;
  height: .21rem;
  top: calc(50% - .1rem);
  background-image: url(../images/cmn/add03.png);
}

.anchor_lists li:nth-of-type(4) a {
  background-color: #313A5A;
}

.anchor_lists li:nth-of-type(4) a span::before {
  width: .215rem;
  height: .215rem;
  top: calc(50% - .1rem);
  background-image: url(../images/cmn/add04.png);
}

.anchor_lists_pc.sticky {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
}

.cmn_header {
  width: 100%;
  background-color: #ffffff;
}

.cmn_header .wrap {
  padding: 0 .3rem;
  height: .61rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
}

.cmn_header .logo img {
  width: 2.01rem;
}

.cmn_header .r_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cmn_header .tel {
  margin-right: .15rem;
}

.cmn_header .tel a {
  pointer-events: none;
}

.cmn_header .tel img {
  width: 2.145rem;
}

.cmn_header .date img {
  width: 1.58rem;
}

.cmn_header.mb {
  margin-bottom: .5rem;
}

.footer {
  padding: .05rem 0 .05rem;
  background-color: #1C2649;
  text-align: center;
}

.footer small {
  font-size: .16rem;
  color: #ffffff;
}

.cta {
  padding: .6rem 0 .55rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/cta/bg.jpg);
}

.cta .lists {
  margin-top: .1rem;
}

.cta .lists li {
  font-size: .16rem;
  line-height: 1.75;
  letter-spacing: .075em;
  color: #ffffff;
}

.cta .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta .l_sec {
  padding-top: 0.6rem;
}

.cta .l_sec .tit {
  margin: 0 0 .24rem -.2rem;
  text-align: center;
  font-size: .33rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: .075em;
  color: #ffffff;
}

.cta .l_sec .img {
  margin-left: -0.1rem;
  width: 4.985rem;
}

.cta .s_form {
  width: 4.8rem;
}

.cta .s_form .tit01 {
  padding: .15rem 0 .15rem;
  font-size: .24rem;
  text-align: center;
  letter-spacing: .075em;
  font-weight: 700;
  border-radius: .15rem .15rem 0 0;
  position: relative;
  color: #ffffff;
  background-color: #3A99E2;
}

.cta .s_form .tit01 .fs {
  font-size: .2rem;
}

.cta .s_form .tit01::before, .cta .s_form .tit01::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.cta .s_form .tit01::before {
  width: .35rem;
  height: .37rem;
  top: calc(50% - .157rem);
  left: 1rem;
  background-image: url(../images/mv/tit_add01.png);
}

.cta .s_form .tit01::after {
  width: .4rem;
  height: .37rem;
  top: calc(50% - .16rem);
  right: 1rem;
  background-image: url(../images/mv/tit_add02.png);
}

.cta .s_form .conts01 {
  padding: .2rem .3rem .2rem .25rem;
  background-color: #ffffff;
}

.cta .s_form .conts01 .tit02 {
  margin-bottom: .23rem;
  text-align: center;
}

.cta .s_form .conts01 .tit02 img {
  width: 2.9rem;
}

.cta .s_form .conts01 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cta .s_form .conts01 .lists dt:not(:last-of-type),
.cta .s_form .conts01 .lists dd:not(:last-of-type) {
  margin-bottom: .12rem;
}

.cta .s_form .conts01 .lists dt {
  width: 1.07rem;
  font-size: .19rem;
  font-weight: 700;
  letter-spacing: .075em;
}

.cta .s_form .conts01 .lists dd {
  width: calc(100% - 1.07rem);
}

.cta .s_form .conts01 .lists input {
  padding: 0 .05rem;
  height: .428rem;
  width: 100%;
  font-size: .16rem;
  border: 1px solid #9B9B9B;
}

.cta .s_form .conts01 .lists input::-webkit-input-placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.cta .s_form .conts01 .lists input:-ms-input-placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.cta .s_form .conts01 .lists input::-ms-input-placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.cta .s_form .conts01 .lists input::placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.cta .s_form .conts02 {
  padding: .15rem 0 .1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  border-radius: 0 0 .15rem .15rem;
  background-image: url(../images/mv/form_bg.png);
}

.cta .s_form .conts02 .txt {
  text-align: center;
}

.cta .s_form .conts02 .txt img {
  width: 4.2rem;
}

.cta .s_form .conts02 .form_btn {
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.cta .s_form .conts02 .form_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.cta .s_form .conts02 .submit_btn {
  border: 0px;
  width: 3.83rem;
  height: .67rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/mv/btn_pc.png);
}

.cta_after {
  padding: .2rem 0 .28rem;
  background-image: url(../images/cta/bg02.jpg);
}

.cta_after .wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cta_after .r_sec {
  width: 4.68rem;
}

.cta_after .r_sec .after_tit {
  text-align: center;
  margin-bottom: .15rem;
}

.cta_after .r_sec .after_tit img {
  width: 4.37rem;
}

.cta_after .r_sec .after_bg {
  padding: .22rem 0 .15rem;
  text-align: center;
  border-radius: .05rem;
  background-color: #ffffff;
}

.cta_after .r_sec .tel {
  margin-bottom: .1rem;
}

.cta_after .r_sec .tel img {
  width: 3.11rem;
}

.cta_after .r_sec .tel a {
  pointer-events: none;
}

.cta_after .r_sec .date img {
  width: 3.19rem;
}

.cta_after small {
  margin-top: .55rem;
  font-size: .16rem;
  display: block;
  text-align: center;
  color: #ffffff;
}

.mv .catch {
  padding: .22rem 0 .25rem .7rem;
  text-align: center;
  font-size: .2rem;
  font-weight: 700;
  letter-spacing: .075em;
  color: #ffffff;
  background-color: #1C2649;
  position: relative;
}

.mv .catch::before {
  content: "";
  width: .57rem;
  height: .455rem;
  position: absolute;
  top: calc(50% - .227rem);
  left: 5.6rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/mv/add.png);
}

.mv .catch span {
  color: #F8F49A;
}

.mv .bg {
  padding: .2rem 0 .4rem;
  background-size: cover;
  background-image: url(../images/mv/mv.jpg);
}

.mv .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv .tit {
  margin-left: -.1rem;
}

.mv .tit img {
  width: 5.215rem;
}

.mv .img {
  margin-left: -.1rem;
}

.mv .img img {
  width: 5.32rem;
}

.mv .lists li {
  font-size: .14rem;
  line-height: 1.5;
  letter-spacing: .075em;
  color: #ffffff;
}

.mv .lists li:first-of-type {
  margin-bottom: .07rem;
}

.mv .r_sec {
  padding-top: .32rem;
}

.mv .s_form {
  width: 4.2rem;
}

.mv .s_form .tit01 {
  padding: .15rem 0 .15rem;
  font-size: .2rem;
  text-align: center;
  letter-spacing: .075em;
  font-weight: 700;
  border-radius: .15rem .15rem 0 0;
  position: relative;
  color: #ffffff;
  background-color: #3A99E2;
}

.mv .s_form .tit01 .fs {
  font-size: .17rem;
}

.mv .s_form .tit01::before, .mv .s_form .tit01::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.mv .s_form .tit01::before {
  width: .31rem;
  height: .315rem;
  top: calc(50% - 0.13rem);
  left: 0.9rem;
  background-image: url(../images/mv/tit_add01.png);
}

.mv .s_form .tit01::after {
  width: .345rem;
  height: .32rem;
  top: calc(50% - .13rem);
  right: .9rem;
  background-image: url(../images/mv/tit_add02.png);
}

.mv .s_form .conts01 {
  padding: .17rem .24rem .2rem .21rem;
  background-color: #ffffff;
}

.mv .s_form .conts01 .tit02 {
  margin-bottom: .2rem;
  text-align: center;
}

.mv .s_form .conts01 .tit02 img {
  width: 2.55rem;
}

.mv .s_form .conts01 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.mv .s_form .conts01 .lists dt:not(:last-of-type),
.mv .s_form .conts01 .lists dd:not(:last-of-type) {
  margin-bottom: .12rem;
}

.mv .s_form .conts01 .lists dt {
  width: .95rem;
  font-size: .17rem;
  font-weight: 700;
  letter-spacing: .075em;
}

.mv .s_form .conts01 .lists dd {
  width: calc(100% - .95rem);
}

.mv .s_form .conts01 .lists input {
  padding: 0 .05rem;
  height: .375rem;
  width: 100%;
  font-size: .16rem;
  border: 1px solid #9B9B9B;
}

.mv .s_form .conts01 .lists input::-webkit-input-placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.mv .s_form .conts01 .lists input:-ms-input-placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.mv .s_form .conts01 .lists input::-ms-input-placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.mv .s_form .conts01 .lists input::placeholder {
  font-size: .13rem;
  color: #9B9B9B;
  font-weight: 700;
}

.mv .s_form .conts02 {
  padding: .1rem 0 .1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  border-radius: 0 0 .15rem .15rem;
  background-image: url(../images/mv/form_bg.png);
}

.mv .s_form .conts02 .txt {
  text-align: center;
}

.mv .s_form .conts02 .txt img {
  width: 3.525rem;
}

.mv .s_form .conts02 .form_btn {
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.mv .s_form .conts02 .form_btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.mv .s_form .conts02 .submit_btn {
  border: 0px;
  width: 3.83rem;
  height: .67rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(../images/mv/btn_pc.png);
}

.sec01 {
  padding: .94rem 0 1rem;
}

.sec01 .tit {
  margin-bottom: .53rem;
  text-align: center;
  font-size: .35rem;
  letter-spacing: .075em;
  font-weight: 700;
  color: #3A99E2;
}

.sec01 .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec01 .lists li img {
  width: 2.31rem;
}

.sec02 {
  padding: .75rem 0 1rem;
  background-color: #EFF8FD;
}

.sec02 .tit {
  margin-bottom: .23rem;
  text-align: center;
  font-size: .4rem;
  letter-spacing: .075em;
  font-weight: 700;
  color: #3A99E2;
}

.sec02 .txt {
  text-align: center;
  font-size: .25rem;
  letter-spacing: .075em;
  font-weight: 700;
}

.sec02 .swiper-container {
  padding: .5rem 0 0;
  position: relative;
}

.sec02 .swiper-container .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.sec02 .swiper-container .swiper-slide-active .box {
  border: 0.05rem solid #1C2649;
}

.sec02 .swiper-container .swiper-slide {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

.sec02 .swiper-container .swiper-pagination-bullet {
  width: .16rem;
  height: .16rem;
  border: 0.02rem solid #1C2649;
  background-color: #ffffff;
  opacity: 1;
}

.sec02 .swiper-container .swiper-pagination-bullets {
  bottom: -.45rem !important;
}

.sec02 .swiper-container .swiper-pagination-bullet-active {
  background: #1C2649;
}

.sec02 .swiper-container .swiper-pagination-bullet {
  margin: 0 .05rem !important;
}

.sec02 .swiper-container .wrap {
  padding: .2rem .2rem .2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02 .swiper-container .box {
  border-radius: .05rem;
  border: 0.02rem solid #1C2649;
  background-color: #ffffff;
}

.sec02 .swiper-container .tit_wrap {
  text-align: center;
}

.sec02 .swiper-container .list_tit {
  margin-top: -.02rem;
  padding: .13rem .25rem .13rem;
  text-align: center;
  display: inline-block;
  min-width: 3.5rem;
  font-size: .26rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .075em;
  border-radius: 0 0 .05rem .05rem;
  background-color: #1C2649;
}

.sec02 .swiper-container .add {
  margin-top: .25rem;
  padding-left: .2rem;
  font-size: .22rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: .075em;
  color: #1C2649;
  border-left: 0.05rem solid #1C2649;
}

.sec02 .swiper-container .add02 {
  margin-top: 1.7rem;
}

.sec02 .swiper-container .pic01 img {
  width: 2.03rem;
}

.sec02 .swiper-container .pic02 img {
  width: 3.21rem;
}

.sec02 .swiper-container .lists {
  padding: .13rem 0 .1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-radius: 0 0 .05rem .05rem;
  background-color: #FEE157;
}

.sec02 .swiper-container .lists dt,
.sec02 .swiper-container .lists dd {
  font-size: .33rem;
  font-weight: 700;
  letter-spacing: .075em;
  color: #1C2649;
}

.sec02 .swiper-container .lists dd {
  margin-left: .4rem;
}

.sec02 .swiper-container .lists dd .price {
  font-size: .45rem;
}

.sec03 {
  padding: .8rem 0 1rem;
}

.sec03 .lists {
  margin-bottom: .5rem;
}

.sec03 .lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sec03 .lists li:nth-of-type(odd) {
  margin-left: -.12rem;
}

.sec03 .lists li:nth-of-type(odd) .txt {
  margin-left: .2rem;
}

.sec03 .lists li:nth-of-type(odd) .txt::before {
  left: -.2rem;
}

.sec03 .lists li:nth-of-type(odd) .txt::after {
  right: -.25rem;
}

.sec03 .lists li:nth-of-type(even) {
  margin-right: -.12rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sec03 .lists li:nth-of-type(even) .txt {
  margin-right: .2rem;
}

.sec03 .lists li:nth-of-type(even) .txt::before {
  right: -.2rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.sec03 .lists li:nth-of-type(even) .txt::after {
  left: -.25rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.sec03 .lists li:not(:last-of-type) {
  margin-bottom: .3rem;
}

.sec03 .lists .img img {
  width: 1.265rem;
}

.sec03 .lists .txt {
  width: 4.4rem;
  padding: .3rem .25rem .3rem;
  font-size: .22rem;
  font-weight: 700;
  line-height: 1.72;
  letter-spacing: .075em;
  border-radius: .05rem;
  position: relative;
  background-color: #EFF8FD;
}

.sec03 .lists .txt .strong {
  color: #3A99E2;
}

.sec03 .lists .txt::before, .sec03 .lists .txt::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec03 .lists .txt::before {
  width: .23rem;
  height: .195rem;
  top: calc(50% - .0975rem);
  background-image: url(../images/sec03/arrow.png);
}

.sec03 .lists .txt::after {
  width: .49rem;
  height: .55rem;
  bottom: 0;
  background-image: url(../images/sec03/add01.png);
}

.sec03 .tit {
  margin-bottom: 1rem;
  text-align: center;
  font-size: .35rem;
  letter-spacing: .075em;
  font-weight: 700;
}

.sec03 .tit .strong {
  color: #3A99E2;
}

.sec03 .item {
  padding: .4rem .4rem .3rem;
  border-radius: .05rem;
  background-color: #EFF8FD;
}

.sec03 .item:not(:last-of-type) {
  margin-bottom: .4rem;
}

.sec03 .item .wrap {
  margin-bottom: .35rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sec03 .item .pic {
  margin-right: .5rem;
}

.sec03 .item .pic img {
  width: 1.35rem;
}

.sec03 .item .txt .item_tit {
  margin-bottom: .2rem;
  font-size: .28rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .075em;
}

.sec03 .item .txt .item_tit .strong {
  color: #3A99E2;
}

.sec03 .item .txt .add {
  font-size: .2rem;
  font-weight: 500;
  letter-spacing: .075em;
}

.sec03 .item .desc {
  padding: .25rem .3rem .25rem;
  border-radius: .05rem;
  letter-spacing: .075em;
  line-height: 1.88;
  font-weight: 500;
  position: relative;
  background-color: #ffffff;
}

.sec03 .item .desc::before, .sec03 .item .desc::after {
  content: "";
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec03 .item .desc::before {
  width: .24rem;
  height: .17rem;
  top: -.16rem;
  left: .54rem;
  background-image: url(../images/sec03/arrow02.png);
}

.sec03 .item .desc::after {
  width: .49rem;
  height: .55rem;
  bottom: 0;
  right: -.25rem;
  background-image: url(../images/sec03/add01.png);
}

.sec03 .item .desc .strong {
  font-weight: 700;
}

.sec03 .mod_btn02 {
  margin-top: .6rem;
}

.sec04 .tit {
  padding: .33rem 0 .38rem;
  text-align: center;
  font-size: .35rem;
  letter-spacing: .075em;
  font-weight: 700;
  line-height: 1.6;
  color: #ffffff;
  background-color: #3997DE;
  position: relative;
}

.sec04 .tit::after {
  content: "";
  width: .93rem;
  height: .36rem;
  position: absolute;
  bottom: -.2rem;
  left: calc(50% - .465rem);
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/sec04/arrow.png);
}

.sec04 .tit .first {
  font-size: .28rem;
  position: relative;
}

.sec04 .tit .first::before, .sec04 .tit .first::after {
  content: "";
  width: .185rem;
  height: .265rem;
  position: absolute;
  top: calc(50% - .1325rem);
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/sec04/add.png);
}

.sec04 .tit .first::before {
  left: -.33rem;
}

.sec04 .tit .first::after {
  right: -.33rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.sec04 .tit .strong {
  color: #F8F49A;
}

.sec04 .f_bg {
  padding: .7rem 0 .6rem;
  background-size: cover;
  background-image: url(../images/sec04/f_bg.jpg);
}

.sec04 .f_bg .tit_wrap {
  text-align: center;
}

.sec04 .f_bg .f_tit {
  margin-bottom: .4rem;
  font-size: .35rem;
  display: inline-block;
  letter-spacing: .075em;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.sec04 .f_bg .f_tit::before, .sec04 .f_bg .f_tit::after {
  content: "";
  position: absolute;
  width: .255rem;
  height: .2rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec04 .f_bg .f_tit::before {
  top: -.08rem;
  left: -.85rem;
  background-image: url(../images/sec04/add01.png);
}

.sec04 .f_bg .f_tit::after {
  bottom: -.08rem;
  right: -.85rem;
  background-image: url(../images/sec04/add02.png);
}

.sec04 .f_bg .f_tit .strong {
  color: #3997DE;
}

.sec04 .f_bg .f_txt {
  padding: .35rem .55rem .85rem;
  line-height: 1.88;
  font-weight: 500;
  letter-spacing: .075em;
  position: relative;
  background-color: #ffffff;
}

.sec04 .f_bg .f_txt .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec04 .f_bg .f_txt .desc:not(:last-of-type) {
  margin-bottom: .25rem;
}

.sec04 .f_bg .f_txt .desc .strong {
  font-weight: 700;
}

.sec04 .f_bg .f_txt .pic {
  position: absolute;
  right: .53rem;
  bottom: .35rem;
}

.sec04 .f_bg .f_txt .pic img {
  width: 3.805rem;
}

.sec04 .point_sec {
  padding: 1.4rem 0 1rem;
}

.sec04 .point_sec .lists li {
  position: relative;
}

.sec04 .point_sec .lists li:not(:last-of-type) {
  margin-bottom: .92rem;
}

.sec04 .point_sec .lists li::before {
  content: "";
  width: 1.39rem;
  height: .5rem;
  position: absolute;
  top: -.5rem;
  left: .4rem;
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec04 .point_sec .lists .item01::before {
  background-image: url(../images/sec04/p01.png);
}

.sec04 .point_sec .lists .item02::before {
  background-image: url(../images/sec04/p02.png);
}

.sec04 .point_sec .lists .item03::before {
  background-image: url(../images/sec04/p03.png);
}

.sec04 .point_sec .lists .list_tit {
  padding: .1rem 0 .27rem;
  margin-bottom: .35rem;
  font-size: .35rem;
  letter-spacing: .075em;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  border-top: 1px solid #1C2649;
  border-bottom: 1px solid #1C2649;
}

.sec04 .point_sec .lists .list_tit .strong {
  color: #3997DE;
}

.sec04 .point_sec .lists .list_tit .fs {
  font-size: .22rem;
}

.sec04 .point_sec .lists .before {
  padding: .3rem .4rem .3rem;
  position: relative;
  background-color: #EFF8FD;
}

.sec04 .point_sec .lists .before::before {
  content: "";
  width: .455rem;
  height: .27rem;
  position: absolute;
  bottom: -.15rem;
  left: calc(50% - .227rem);
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/sec04/arrow02.png);
}

.sec04 .point_sec .lists .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec04 .point_sec .lists .txt {
  width: 4.6rem;
  letter-spacing: .074em;
  line-height: 1.88;
  font-weight: 500;
}

.sec04 .point_sec .lists .txt .desc:not(:last-of-type) {
  margin-bottom: .4rem;
}

.sec04 .point_sec .lists .txt .desc .strong {
  font-weight: 700;
}

.sec04 .point_sec .lists .pic_sec {
  width: 4.26rem;
}

.sec04 .point_sec .lists .list_tit02 {
  padding: .15rem 0 .1rem;
  border-radius: .05rem .05rem 0 0;
  text-align: center;
  font-weight: 700;
  letter-spacing: .075em;
  background-color: #EDEDED;
}

.sec04 .point_sec .lists .list_tit02 .strong {
  color: #3997DE;
}

.sec04 .point_sec .lists .bg {
  padding: .2rem .25rem .2rem;
  border-radius: 0 0 .05rem .05rem;
  background-color: #ffffff;
}

.sec04 .point_sec .lists .bg .pic:not(:last-of-type) {
  margin-bottom: .2rem;
}

.sec04 .point_sec .lists .bg .pic img {
  width: auto;
  height: 1.08rem;
}

.sec04 .point_sec .lists .bg .pic01 {
  text-align: right;
}

.sec04 .point_sec .lists .bg .pic02 {
  text-align: left;
}

.sec04 .point_sec .lists .after {
  padding: .3rem 0 .25rem;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/sec04/after_bg.jpg);
}

.sec04 .point_sec .lists .after .after_txt {
  width: 2.68rem;
  margin: 0 auto .08rem;
  line-height: .37rem;
  font-size: .2rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: .075em;
  border-radius: 10rem;
  background-color: #F2B309;
}

.sec04 .point_sec .lists .after .after_tit {
  font-size: .3rem;
  letter-spacing: .075em;
  line-height: 1.53;
  font-weight: 700;
}

.sec04 .point_sec .lists .after .after_tit .fs {
  font-size: .2rem;
}

.sec04 .point_sec .lists .after .after_tit .strong {
  color: #3997DE;
}

.sec04 .point_sec .lists .item03 .before::before {
  bottom: .1rem;
}

.sec04 .point_sec .lists .item03 .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  margin-bottom: .3rem;
}

.sec04 .point_sec .lists .item03 .pic img {
  width: 4.28rem;
}

.sec04 .point_sec .lists .item03 .child_lists {
  padding: .3rem .34rem .3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
}

.sec04 .point_sec .lists .item03 .child_lists li {
  margin-bottom: 0;
}

.sec04 .point_sec .lists .item03 .child_lists li img {
  width: 2.7rem;
}

.sec05 .bg {
  padding: .86rem 0 .9rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/sec05/bg.jpg);
}

.sec05 .bg .tit {
  margin-bottom: .5rem;
  text-align: center;
  font-size: .33rem;
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: .075em;
}

.sec05 .bg .tit .strong {
  color: #3997DE;
}

.sec05 .bg .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec05 .bg .graph {
  margin-left: -.1rem;
}

.sec05 .bg .graph img {
  width: 4.9rem;
}

.sec05 .bg .f_txt {
  width: 5rem;
  margin-bottom: .07rem;
}

.sec05 .bg .txt {
  padding-top: .1rem;
  line-height: 1.88;
  font-weight: 500;
  letter-spacing: .074em;
}

.sec05 .bg .txt .desc:not(:last-of-type) {
  margin-bottom: .16rem;
}

.sec05 .bg .txt .strong {
  font-weight: 700;
}

.sec05 .after {
  padding: .5rem 0 .95rem;
}

.sec05 .after .limit_lists li.is-hidden {
  visibility: hidden;
  display: none;
  opacity: 0;
  height: 0;
  margin: 0 .1rem;
  padding: 0;
}

.sec05 .after .more_btn {
  display: table;
  margin: .5rem auto 0;
}

.sec05 .after .more_btn button {
  width: 4.3rem;
  padding-left: .4rem;
  display: block;
  line-height: .75rem;
  font-size: .22rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #1C2649;
  border-radius: 10rem;
  letter-spacing: .075em;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(28, 28, 73, 0.2);
          box-shadow: 0 0.03rem 0.06rem rgba(28, 28, 73, 0.2);
  position: relative;
  border: none;
}

.sec05 .after .more_btn button::before {
  content: "";
  width: .28rem;
  height: .28rem;
  position: absolute;
  top: calc(50% - .14rem);
  left: 1.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/cmn/s_icon.png);
}

.sec05 .after .more_btn button:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec05 .after .lists {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sec05 .after .lists li {
  margin-top: .4rem;
  width: 3.83rem;
  position: relative;
  text-align: center;
}

.sec05 .after .lists li:not(:nth-of-type(3n)) {
  margin-right: .44rem;
}

.sec05 .after .lists li:last-of-type {
  margin-right: 0;
}

.sec05 .after .list_tit {
  margin-bottom: .14rem;
  display: inline-block;
  letter-spacing: .075em;
  font-weight: 700;
  color: #3997DE;
  position: relative;
}

.sec05 .after .list_tit .fs01 {
  margin-bottom: .05rem;
  display: block;
  font-size: .16rem;
}

.sec05 .after .list_tit .fs02 {
  font-size: .22rem;
}

.sec05 .after .list_tit::before, .sec05 .after .list_tit::after {
  content: "";
  width: .16rem;
  height: .225rem;
  position: absolute;
  top: calc(50% - .07rem);
  background-size: 100%;
  background-repeat: no-repeat;
}

.sec05 .after .list_tit::before {
  left: -.3rem;
  background-image: url(../images/sec05/add.png);
}

.sec05 .after .list_tit::after {
  right: -.3rem;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-image: url(../images/sec05/add.png);
}

.sec05 .after .box {
  border-radius: .05rem;
  border: 0.03rem solid #1C2649;
}

.sec05 .after .box_tit {
  padding: .1rem .2rem .1rem;
  margin: -.02rem 0 .18rem;
  min-width: 2.2rem;
  display: inline-block;
  text-align: center;
  font-size: .14rem;
  letter-spacing: .075em;
  font-weight: 700;
  border-radius: 0 0 .05rem .05rem;
  color: #ffffff;
  background-color: #1C2649;
}

.sec05 .after .wrap {
  padding: 0 .2rem .15rem;
}

.sec05 .after .img img {
  width: 100%;
}

.sec05 .after .txt img {
  width: 1.995rem;
}

.sec05 .after .detail_lists {
  padding: .08rem .18rem .08rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFF8FD;
}

.sec05 .after .detail_lists dt {
  margin-right: .08rem;
}

.sec05 .after .detail_lists dt img {
  width: .34rem;
}

.sec05 .after .detail_lists dd {
  width: calc(100% - .34rem);
  text-align: left;
  font-size: .11rem;
  line-height: 1.55;
  letter-spacing: .075em;
}

.sec05 .after .detail_lists dd .strong {
  font-weight: 700;
}

.sec06 {
  padding: 1rem 0 1rem;
}

.sec06 .tit_wrap {
  text-align: center;
}

.sec06 .f_tit {
  margin-bottom: .1rem;
}

.sec06 .f_tit img {
  width: 2.4rem;
}

.sec06 .tit {
  margin-bottom: .57rem;
  font-size: .35rem;
  font-weight: 700;
  letter-spacing: .075em;
}

.sec06 .tit .strong {
  color: #3997DE;
}

.sec06 .lists li:not(:last-of-type) {
  margin-bottom: .6rem;
}

.sec06 .lists .item02 .img,
.sec06 .lists .item03 .img {
  width: 4.09rem;
}

.sec06 .lists .item02 .img img,
.sec06 .lists .item03 .img img {
  width: 4.09rem;
}

.sec06 .lists .item04 .img,
.sec06 .lists .item05 .img,
.sec06 .lists .item06 .img {
  width: 3.6rem;
}

.sec06 .lists .item04 .img img,
.sec06 .lists .item05 .img img,
.sec06 .lists .item06 .img img {
  width: 3.6rem;
}

.sec06 .lists .item04 .txt,
.sec06 .lists .item05 .txt,
.sec06 .lists .item06 .txt {
  width: 5.1rem;
}

.sec06 .lists .item01 .bg {
  padding: .6rem .4rem .2rem;
}

.sec06 .lists .item01 .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.sec06 .lists .item01 .list_tit {
  margin-bottom: -.3rem;
}

.sec06 .lists .item01 .list_tit img {
  width: 2.16rem;
}

.sec06 .lists .item01 .box {
  width: 4.09rem;
  text-align: center;
  padding: .18rem 0 .14rem;
  background-color: #ffffff;
}

.sec06 .lists .item01 .box .tel {
  width: 2.665rem;
}

.sec06 .lists .item01 .box a {
  pointer-events: none;
}

.sec06 .lists .item01 .box .date {
  margin-top: .1rem;
}

.sec06 .lists .item01 .box .date img {
  width: 2.79rem;
}

.sec06 .lists .item01 .btn {
  margin-top: .25rem;
  text-align: center;
}

.sec06 .lists .item01 .btn a img {
  width: 6.26rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.sec06 .lists .item01 .btn a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec06 .lists .item02 .bg {
  padding: .57rem .4rem .34rem;
}

.sec06 .lists .item02 .list_tit {
  margin-bottom: -.3rem;
}

.sec06 .lists .item02 .list_tit img {
  width: 2.115rem;
}

.sec06 .lists .item03 .bg {
  padding: .63rem .4rem .2rem;
}

.sec06 .lists .item03 .list_tit {
  margin-bottom: -.3rem;
}

.sec06 .lists .item03 .list_tit img {
  width: 3.32rem;
}

.sec06 .lists .item04 .bg {
  padding: .64rem .4rem .27rem;
}

.sec06 .lists .item04 .list_tit {
  margin-bottom: -.3rem;
}

.sec06 .lists .item04 .list_tit img {
  width: 3.47rem;
}

.sec06 .lists .item05 .bg {
  padding: .54rem .4rem .34rem;
}

.sec06 .lists .item05 .list_tit {
  margin-bottom: -.3rem;
}

.sec06 .lists .item05 .list_tit img {
  width: 3.385rem;
}

.sec06 .lists .item06 .bg {
  padding: .57rem .4rem .34rem;
}

.sec06 .lists .item06 .list_tit {
  margin-bottom: -.3rem;
}

.sec06 .lists .item06 .list_tit img {
  width: 3.385rem;
}

.sec06 .lists .list_tit {
  text-align: center;
}

.sec06 .lists .bg {
  padding: 0 .4rem 0;
  background-color: #EFF8FD;
}

.sec06 .lists .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec06 .lists .img {
  width: 4.09rem;
}

.sec06 .lists .img img {
  width: 4.09rem;
}

.sec06 .lists .txt {
  width: 4.6rem;
  font-weight: 500;
}

.sec06 .lists .txt .desc {
  line-height: 1.88;
  font-weight: 500;
}

.sec06 .lists .txt .notes {
  margin-top: .1rem;
  font-size: .16rem;
  line-height: 2;
}

.qa {
  padding: .96rem 0 .95rem;
  background-color: #EFF8FD;
}

.qa .tit {
  margin-bottom: .5rem;
  text-align: center;
  font-size: .35rem;
  font-weight: 700;
  letter-spacing: .075em;
}

.qa .ac {
  width: 100%;
  margin: 0 auto;
}

.qa .ac_parent {
  padding: .2rem 0 .25rem 1rem;
  position: relative;
  font-size: .22rem;
  font-weight: 500;
  letter-spacing: .075em;
  cursor: pointer;
  color: #ffffff;
  background-color: #1C2649;
}

.qa .ac_parent span {
  display: block;
  position: relative;
}

.qa .ac_parent span::before, .qa .ac_parent span::after {
  content: "";
  position: absolute;
}

.qa .ac_parent span::before {
  width: .25rem;
  height: .37rem;
  top: calc(50% - .12rem);
  left: -.6rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/qa/q.png);
}

.qa .ac_parent span::after {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  top: calc(50% - .17rem);
  right: .63rem;
  background-color: #ffffff;
}

.qa .ac_parent::before, .qa .ac_parent::after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F2B309;
}

.qa .ac_parent::before {
  top: 50%;
  right: .73rem;
  width: .22rem;
  height: .04rem;
}

.qa .ac_parent::after {
  right: .81rem;
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
  width: .04rem;
  height: .22rem;
}

.qa .ac_parent:not(:first-of-type) {
  margin-top: .4rem;
}

.qa .ac_child {
  display: none;
  padding: .25rem .4rem .2rem;
  font-size: .18rem;
  letter-spacing: .075em;
  line-height: 1.88;
  font-weight: 500;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.16);
}

.qa .ac_parent.open::after {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.contact_page .contact_sec {
  padding: .9rem 0 .8rem;
  background-color: #EFF8FD;
}

.contact_page .tit {
  text-align: center;
  font-size: .38rem;
  letter-spacing: .04em;
  font-weight: 700;
}

.contact_page .txt {
  margin: .39rem 0 .45rem;
  text-align: center;
  font-size: .2rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .075em;
}

.contact_page form dl {
  padding: 0 .75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-radius: .05rem;
  background-color: #ffffff;
}

.contact_page form dl:not(:last-of-type) {
  margin-bottom: .4rem;
}

.contact_page form dl input {
  width: 100%;
  height: .6rem;
}

.contact_page form dl textarea {
  padding-top: .1rem;
  width: 100%;
  min-height: 2.4rem;
}

.contact_page form dl input,
.contact_page form dl textarea {
  padding-left: .25rem;
  font-size: .21rem;
  border: 1px solid #C6C6C6;
  border-radius: .05rem;
}

.contact_page form dl input::-webkit-input-placeholder,
.contact_page form dl textarea::-webkit-input-placeholder {
  letter-spacing: .1em;
}

.contact_page form dl input:-ms-input-placeholder,
.contact_page form dl textarea:-ms-input-placeholder {
  letter-spacing: .1em;
}

.contact_page form dl input::-ms-input-placeholder,
.contact_page form dl textarea::-ms-input-placeholder {
  letter-spacing: .1em;
}

.contact_page form dl input::placeholder,
.contact_page form dl textarea::placeholder {
  letter-spacing: .1em;
}

.contact_page form dl input::-webkit-input-placeholder,
.contact_page form dl textarea::-webkit-input-placeholder {
  color: #AAA;
  letter-spacing: .03em;
}

.contact_page form dl input:-ms-input-placeholder,
.contact_page form dl textarea:-ms-input-placeholder {
  color: #AAA;
  letter-spacing: .03em;
}

.contact_page form dl input::-ms-input-placeholder,
.contact_page form dl textarea::-ms-input-placeholder {
  color: #AAA;
  letter-spacing: .03em;
}

.contact_page form dl input::placeholder,
.contact_page form dl textarea::placeholder {
  color: #AAA;
  letter-spacing: .03em;
}

.contact_page form dl dt {
  width: 3.23rem;
  padding-top: .2rem;
  font-size: .2rem;
  letter-spacing: .03em;
  font-weight: 500;
  color: #252525;
}

.contact_page form dl dd {
  width: calc(100% - 3.23rem);
}

.contact_page form dl .required {
  width: .42rem;
  line-height: .24rem;
  margin-left: .13rem;
  display: inline-block;
  text-align: center;
  font-size: .16rem;
  color: #ffffff;
  background-color: #C64242;
}

.contact_page form .name_wrap {
  padding: .45rem .75rem .45rem;
}

.contact_page form .tel_wrap {
  padding: .45rem .75rem .45rem;
}

.contact_page form .tel_wrap .notes {
  margin-bottom: .05rem;
  display: inline-block;
  font-size: .18rem;
  color: #7C7C7C;
  font-family: "Noto Sans JP", sans-serif;
}

.contact_page form .mail_wrap {
  padding: .45rem .75rem .75rem;
}

.contact_page form .txt_wrap {
  padding: .33rem .75rem .75rem;
}

.contact_page form label + label {
  margin: .12rem 0 0;
}

.contact_page form .privacy {
  margin: .5rem 0 .3rem;
  text-align: center;
}

.contact_page form .privacy .check_txt {
  font-size: .18rem;
  font-weight: 500;
  color: #000000;
}

.contact_page form .privacy .check_txt a {
  border-bottom: 1px solid #000000;
}

.contact_page form .privacy .check_txt .bar {
  margin: 0 .1rem;
}

.contact_page form .privacy input[type="checkbox"] {
  opacity: 0;
}

.contact_page form .privacy input[type="checkbox"] + span {
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: .25rem;
  padding-right: .1rem;
}

.contact_page form .privacy input[type="checkbox"] + span::before {
  content: "";
  width: .26rem;
  height: .26rem;
  display: block;
  position: absolute;
  top: calc(50% - .11rem);
  left: -.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  border-radius: .05rem;
  background-color: #ffffff;
}

.contact_page form .privacy input[type="checkbox"]:checked + span::after {
  content: "";
  width: .31rem;
  height: .245rem;
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -.04rem;
  left: -.15rem;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/contact/check.png);
}

.contact_page form .form_btn {
  text-align: center;
}

.contact_page form .submit_btn {
  border: 0px;
  width: 6.26rem;
  height: .87rem;
  background-image: url(../images/contact/submit.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
}

.thanks_page .thanks_sec {
  padding: .36rem 0 .5rem;
  text-align: center;
}

.thanks_page .thanks_sec .tit {
  font-size: .35rem;
  font-weight: 700;
  letter-spacing: .1em;
  color: #3997DE;
}

.thanks_page .thanks_sec .img {
  margin: .27rem 0 .3rem;
}

.thanks_page .thanks_sec .img img {
  width: 2.74rem;
}

.thanks_page .thanks_sec .txt {
  letter-spacing: .1em;
  line-height: 1.88;
  font-weight: 500;
}

.thanks_page .thanks_sec .txt .strong {
  color: #3997DE;
}

.thanks_page .thanks_sec .box {
  width: 7.5rem;
  padding: .25rem 0 .25rem;
  margin: .25rem auto .44rem;
  background-color: #EFF8FD;
}

.thanks_page .thanks_sec .mail {
  width: 7.5rem;
  padding: .18rem 0 .15rem;
  margin: .16rem auto .15rem;
  letter-spacing: .1em;
  font-size: .25rem;
  font-family: "Noto Sans JP", sans-serif;
  border: .02rem solid #3997DE;
}
/*# sourceMappingURL=style.css.map */