@charset "utf-8";
/*--------------------------------------------
*	reset style
*--------------------------------------------*/
body,
p {
	margin : 0;
	padding : 0;
  font-family:'游ゴシック体', 'Yu Gothic', YuGothic,Arial, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', osaka, sans-serif;
  font-size: 20px;
  line-height: 1.7;
}

h1, h2, h3, h4, h5, h6, form {
	margin : 0;
	padding : 0;
	font-size : 100%;
	font-weight : normal;
	display : block;
}
a {
  text-decoration: none;
  color: #2a2a2a;
}
a.link_txt {
  text-decoration: underline;
}
address {
	font-style : normal;
}
a.block {
  display: block;
}
.pointerNone {
  pointer-events: none;
  user-select:none;
}
table {
	border-collapse : collapse;
	border-spacing : 0;
}

ul, ol {
	list-style : none;
	margin : 0;
	padding : 0;
}

ul li {
	margin : 0;
	padding : 0;
}

ol {
	margin-top : 1em;
	margin-bottom : 1em;
}

dl, dt, dd {
	margin : 0;
	padding : 0;
}

address {
	font-style : normal;
}

img {
	border : none;
	vertical-align : bottom;

}
main img {
  width: 100%;
}
.center-txt {
  text-align: center;
  margin-top: 40px;
}
.bold {
  font-weight: bold;
}
.caution {
  font-size: 12px;
  margin-top: 10px;
}
.clear hr {
	display : none;
}
section {
  max-width: 1200px;
  margin: 60px auto 0;
}
section h2 {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
section + section {
  margin-top: 90px;
}
.sectionInner {
  padding: 30px 0 0;
}
#qa .sectionInner {
  padding-bottom: 60px;
}
main img {
  width: auto;
  max-width: 100%;
}

@media not screen and (max-width: 768px) {
  a:hover {
    opacity: .7;
  }
  .is-pc {
    display: block!important;
  }
  .is-sp {
    display: none!important;
  }
  .pc {
    display: inline;
  }
  .sp {
    display: none;
  }
  .sectionInner.sectionInner02 {
    padding: 30px 50px 60px;
  }
  .center-txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width:768px){
  body, p {
    font-size: 14px;
  }
  main img {
    width: 100%;
  }
  .is-pc {
    display: none!important;
  }
  .is-sp {
    display: block!important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
  .mt_set {
   margin-top: 18% !important;
  }
  .center-txt {
    margin-top: 20px;
    text-align: left;
  }
  section {
    padding: 0;
    margin-top: 14%;
  }
  section#qa {
    margin-top: 8%;
  }
  section + section {
    margin-top: 30px;
  }
  section h2 {
    font-size: 22px;
    padding: 5px 10px;
    line-height: 1.3;
  }
  .sectionInner {
    padding: 3% 5% 5%;
  }
  section#pointtation {
    margin-top: 15%;
  }
  .center-sp {
    margin: 0 auto;
  }
}
/*--------------------------------------------
*
*	header
*
*--------------------------------------------*/
header {
  width: 100%;
  border-bottom: #dcdcdc solid 1px;
}

header .logo {
  display: flex;
  align-items: center;
  padding-left: 10px;
  max-width: 1200px;
  margin: 0 auto;
}

header .header {
  max-width: 1200px;
  margin: 0 auto;
}

header .cont_blk {
  display: none;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 768px) {
  header img {
    max-width: 256px;
    margin-left: 10px;
  }
  header {
    width: 100%;
    border-bottom: #dcdcdc solid 1px;
  }
  header .logo {
    padding-left: 0;
  }
  header .header {
    width: 100%;
    margin: 0 auto;
  }
  header .header img {
    height: 57px;
    margin-left: 10px;
  }
}
/*--------------------------------------------
*	KV
*--------------------------------------------*/
.mvArea {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 2.5% 0;
  box-sizing: border-box;
}
.mvArea .bt_hami {
  position: absolute;
  top: 59%;
  right: -37px;
  width: 328px;
}
@media only screen and (max-width:1236px){
  .mvArea .bt_hami {
    top: 59%;
    right: 0.8%;
    width: 26%;
  }
}

@media screen and (min-width: 769px) {
  .mvArea {
    background-image: url(../images/kv_bg_pc.png);
    max-height: 370px;
  }
  .mvArea h1 {
    width: 44%;
  }
}
@media only screen and (max-width:768px){
  .mvArea {
    background-image: url(../images/kv_bg_sp.png);
    background-size: 100% auto;
    padding: 50% 5% 0 3%;
  }
  .mvArea img {
    margin: 0 auto;
  }
  .mvArea .bt_hami {
    top: 72%;
    right: 0;
    width: 54%;
  }
}
/*--------------------------------------------
*	wrap
*--------------------------------------------*/
.cont_wrap {}
.cont_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width:768px){
  .cont_inner {
    margin: 0 2%;
  }
}
/*--------------------------------------------
*	h2,h3
*--------------------------------------------*/
h2 {
  font-size: 40px;
  font-weight: bold;
  color: #0984E3;
  border-bottom: solid 3px #0984E3;
  margin-bottom: 20px;
}
h3 {
  padding: 0 20px;
  margin-top: 60px;
  background: transparent;
  border-left: solid 9px #0984E3;
  font-size: 32px;
  font-weight: bold
}
@media only screen and (max-width:768px){
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
    margin: 40px 0;
  }
}
/*--------------------------------------------
*	sec_appeal
*--------------------------------------------*/
.sec_appeal {
  padding: 115px 0 85px 0;
  background-color: #E0EEF6;
}
.sec_appeal .appeal_text {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
span.fc-blue {
  color: #0053A6;
  font-size: 44px;
}
.appeal_box {
  max-width: 760px;
  margin: 70px auto;
}
.appeal_box li {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin-bottom: 50px;
}
.appeal_box li:last-child {
    margin-bottom: 0;
}
.appeal_icon {
  width: 145px;
  margin-right: 4%;
}
.appeal_bubble{
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 520px;
  margin-right: 14px;
  padding: 30px;
  border-radius: 20px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #000000;
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, .2));
}

.appeal_bubble.-r {
  margin-right: 14px;
}
.appeal_bubble.-l {
  margin-left: 14px;
}

.appeal_bubble.-r::after,
.appeal_bubble.-l::after {
  content: "";
  position: absolute;
  top: 50%;
  border-style: solid;
}
.appeal_bubble.-r::after {
  right: 0;
  border-width: 7px 0 7px 14px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}
.appeal_bubble.-l::after {
  left: 0;
  border-width: 7px 14px 7px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% -50%;
}
.sec_appeal .btn_wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .sec_appeal {
    padding: 12% 0 5% 0;
  }
  .appeal_box {
    margin: 10% auto;
  }
  .sec_appeal .appeal_text {
    font-size: 22px;
  }
  .appeal_bubble{
    font-size: 14px;
    padding: 25px;
  }
  span.fc-blue {
    display: inline-block;
    font-size: calc(22px + 4 * (100vw - 300px) / 115);
  }

  .sec_appeal .btn_wrap {
    margin-top: 30px;
  }

}
/*--------------------------------------------
*	sec_support
*--------------------------------------------*/
.sec_support {
  margin: 90px 0;
}

.point-block_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3.3%;
  margin-top: 70px;
}
.point-block {
  position: relative;
  width: 48.35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 8px;
  border: 8px solid #dfeef6;
  padding: 95px 2% 35px;
  margin-bottom: 50px;
  box-sizing: border-box;
}
.point-block .balloon {
  background: #0072bd;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
}
.point-block .balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  background-image: url(../images/parts_angle_blue.svg);
  transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 17px;
  z-index: -1;
}
.point-block .balloon-wrap {
  position: absolute;
  top: 0;
  transform: translateY(-30%);
}
.point-block .balloon img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.point-block .title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #0984E3;
  margin-bottom: 35px;
}
.point-block .title span {
}
.point-block .text {
  width: 100%;
  margin-bottom: 15px;
  flex: 1;
  letter-spacing: 0;
}
.point-block .btn-wrap {
  width: 100%;
}
.attention_box {
  background-color: #FFF1E3;
  padding: 45px;
}
.attention_box h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border: unset;
  margin-top: 0;
}
.attention_box p {
  font-size: 22px;
  margin: 30px 0 40px;
}
.attention_box ul li {
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.attention_box ul li.no-indent {
  text-indent: initial;
  padding-left: unset;
}
@media only screen and (max-width: 768px) {
  .sec_support {
    margin: 7% 0;
  }
  .point-block_wrap {
    flex-direction: column;
    gap: 40px;
    margin-top: 45px;
  }
  .point-block {
    width: 100%;
    padding: 90px 4.7% 40px;
    margin-bottom: 0;
    border: 4px solid #dfeef6;
  }
  .point-block .balloon {
    width: 80px;
    height: 80px;
  }
  .point-block .balloon-wrap {
    transform: translateY(-30%);
  }
  .point-block .title {
  }
  .point-block .text {
    margin-bottom: 10px;
  }
  .attention_box {
    margin-top: 40px;
    padding: 25px 20px;
  }
  .attention_box h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .attention_box p,
  .attention_box ul li {
    font-size: 14px;
  }
  .attention_box p {
    margin: 0 0 20px 0;
  }
}


/*--------------------------------------------
*	sec_service
*--------------------------------------------*/
.cont_2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/*--------------------------------------------
*	btn
*--------------------------------------------*/
.btn_wrap {
  display: flex;
  justify-content: space-around;
}
.btn_wrap._2col .btn_link {
  width: 45.8%;
}
.btn_link {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  border-radius: 5px;
}
.btn_link:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 35%;
    left: 10px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_link.-blue {
  color: #fff;
  background-color: #0984E3;
  box-shadow: 0px -3px 0px 0px rgba(0, 70, 123, 1) inset;
}
.btn_link.-orange {
  width: 100%;
  color: #fff;
  background-color: #FFAE00;
  box-shadow: 0px -3px 0px 0px rgba(164, 122, 23, 1) inset;
}
.btn_link.-orange::after {
  transform: rotate(45deg) translateY(-50%);
  top: 48%;
}
.btn_link.-white {
  width: 100%;
  color: #0053A6;
  border: 2px solid #0053A6;
  background-color: #fff;
  box-shadow: 0px -3px 0px 0px rgba(0, 83, 166, 1) inset;
}
.btn_link.-white::after {
  content: "";
  width: 17.5px;
  height: 17.5px;
  top: 30%;
  left: unset;
  right: 5%;
  background-image: url('../images/ico_blank.svg');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  border: none;
  transform: none;
}
.btn_link.-white.-samewindow:after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #0053A6;
  border-right: 2px solid #0053A6;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 22px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  background-image: none;
}

  @media only screen and (max-width: 768px) {
    .btn_wrap {
      flex-wrap: wrap;
    }
    .btn_wrap._2col .btn_link {
      width: 100%;
      margin-bottom: 20px;
    }
    .btn_link.-white {
      width: 86%;
      padding: 20px 28px 20px 10px;
    }
    .btn_link.-white::after {
      right: 3%;
    }
  }
/*--------------------------------------------
*	table
*--------------------------------------------*/
.table_wrap {
  width: 100%;
}
table {
  width: 100%;
}
table,tr,th,td {
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #B4B4B5;
}
th {
  background-color: #F1F1F1;
}
.sec_support .table_wrap th {
  width: 50%;
  font-size: 16px;
  font-weight: bold;
}
.sec_support .table_wrap td {
  font-size: 14px;
}
.sec_support .pay_wrap .table_wrap th {
  width: auto;
  font-size: 18px;
  font-weight: bold;
}
.sec_support .pay_wrap .table_wrap td {
  font-size: 20px;
}
.sec_support .pay_wrap .table_wrap td.reward {
  background-color: #FDF293;
}
.sec_support .pay_wrap .table_wrap td.reward2 {
  background: linear-gradient(to right,#fff 50%, #FDF293 50%);
}
.sec_support .pay_wrap .table_wrap td.pension1 {
  background-color: #E0EEF6;
}
.sec_support .pay_wrap .table_wrap td.pension2 {
  color: #fff;
  background-color: #0053A6;
}
@media (min-width: 767px) and (max-width: 805px) {
  .sec_support .table_wrap th.sp-w-min {
    width: 38%;
  }
}
@media only screen and (max-width: 768px) {
  .table_wrap.table_scroll > table {
    width: 650px;
  }
  .sec_support .pay_wrap .table_wrap th {
    font-size: 14px;
  }
  .sec_support .pay_wrap .table_wrap td {
    font-size: 16px;
  }
}
@media only screen and (max-width: 410px) {
    .sec_support .table_wrap.-merit2 {
      width: 107%;
    }
    .sec_support .table_wrap th.sp-w-min {
      width: 38%;
    }
    .sec_support .table_wrap td {
      font-size: 13px;
      white-space: nowrap;
    }
}
/*--------------------------------------------
*	acc
*--------------------------------------------*/
.acc-wrap {
  max-width: 1200px;
    width: calc(100% - 40px);
    margin: 70px auto 60px;
    position: relative;
    border-radius: 16px;
    background: white;
    border: 8px solid rgba(9, 132, 227, 0.4);
    box-sizing: border-box;
}
.acc-area dt {
  padding: 25px 3%;
  position: relative;
  cursor: pointer;
}
.acc-area dt:before, .acc-area dt:after {
  content: "";
  display: block;
  top: 50%;
  right: 30px;
  width: 32px;
  position: absolute;
  height: 4px;
  background: #0984E3;
  transform: translateY(-50%);
}
.acc-area dt:before {
  transform: translateY(-50%) rotate(90deg);
}
.acc-area dd {
  display: none;
}

.acc-area.active dt:before {
  display: none;
}
.acc-area.active dd {
  display: block;
  padding: 0 3% 3%;
}
.acc-wrap .ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.acc-wrap .acc-text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.acc-2col {
  display: flex;
  justify-content: space-around;
}
.acc-2col_inner {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.acc-wrap .sub-ttl {
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.acc-wrap .table_wrap {
  width: 100%;
  max-width: 1140px;
  margin: 20px auto 0;
}

.acc-wrap .btn-flexwrap {
  margin-top: 60px;
}
.acc-text_attention {
  text-align: center;
}
.acc-text_attention img {
  margin-right: 15px;
}
.acc-text_attention span {
  font-size: 34px;
  border-bottom: 10px solid rgba(226, 19, 32, 0.5);
}
@media only screen and (max-width: 768px) {
  .acc-wrap {
    width: 100%;
    margin: 40px auto;
  }
  .acc-area dt {
    padding: 20px 3%;
  }
  .acc-area dt:before, .acc-area dt:after {
    right: 15px;
    width: 20px;
    height: 2px;
  }
  .acc-area.active dd {
    padding: 0 3% 8% 3%;
  }
  .acc-wrap .acc-text {
    font-size: 16px;
  }
  .acc-wrap .ttl {
    font-size: 20px;
  }
  .acc-wrap .sub-ttl {
    font-size: 22px;
    margin-top: 20px;
  }
  .acc-wrap .btn-flexwrap {
    margin-top: 25px;
  }
  .acc-wrap .table_wrap {
    margin-top: 15px;
  }
  .acc-text_attention {
    display: flex;
    border-bottom: 10px solid rgba(226, 19, 32, 0.5);
    padding: 0 0 5px;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  .acc-text_attention img {
    width: 14%;
  }
  .acc-text_attention span {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    border-bottom: none;
  }
  .acc-2col {
    flex-wrap: wrap;
  }
  .acc-2col_inner {
    width: 97%;
    max-width: 292px;
  }

}

/*--------------------------------------------
*	step_box
*--------------------------------------------*/
.step_wrap {}
.step_wrap_gray {
  padding: 50px;
  background-color: #F1F1F1;
}
.step_inner {
  text-align: center;
}
.step_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.step_box > li {
  position: relative;
  width: 30%;
  display: flex;
  flex-direction: column;
}
.step_box > li img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.step_box > li::after {
  content: '';
  position: absolute;
  background: url(../images/ico_next.png) center / contain no-repeat;
  width: 11%;
  max-width: 35.72px;
  height: 70px;
  top: 30%;
  right: -13.5%;
}
.step_box > li.step_nocapture::after {
  top: 9vw;
}
.step_box > li:last-child::after {
  content: none;
}
.step_box .step_txtbox {
  display: flex;
  flex-direction: column;
}
.step_box p.step_tit,
.step_box p.step_tit-apo {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #0984E3;
  align-content: center;
  height: 60px;
  padding: 15px 0;
}
.step_box p.step_tit-apo {
  height: unset;
}
.step_box p.step_txt {
  text-align: left;
}
.step_box p.step_txt span.small {
  font-size: 18px;
}
.arrow_riyou {
  width: 100%;
  max-width: 320px;
  margin-top: 60px;
}

.pay_wrap {}
.pay_inner {

}
@media only screen and (max-width:768px){
  .step_box > li {
    width: 100%;
    padding-bottom: 50px;
    margin-top: 2%;
  }
  .step_box > li:last-child {
    padding: 0;
  }
  .step_box > li::after {
    top: unset !important;
    right: 46%;
    height: 67px;
    bottom: 0;
    transform: rotate(90deg);
  }
  .step_box p.step_tit,
  .step_box p.step_tit-apo {
    height: auto;
    font-size: 16px;
  }
  .step_wrap_gray {
    padding: 25px 20px;
  }
  .step_box .step_txtbox {
    margin-bottom: 10px;
  }
  .step_box p.step_txt span.small {
    font-size: 14px;
  }
  .step_box .arrow_riyou {
    width: 100%;
    margin-top: 60px;
  }
  .arrow_riyou {
    max-width: 220px;
    margin-top: 20px;
  }
}

/*--------------------------------------------
consul_box
--------------------------------------------*/
.consul_box_wrap {}
.consul_box_inner {
  background-color: #FFF1E3;
  border-radius: 20px;
}
.consul_box_tit {
  color: #fff;
  padding: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  background-color: #FFAE00;
  border-radius: 20px 20px 0 0;
}
.consul_box_txt {}
.consul_box_check li {
  padding-left: 20px;
  line-height: 1.6em;
  background: url(../images/ico_check.svg) left 0px top 50% no-repeat;
}
.consul_box_txtbox {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px 20px;
}
.consul_box_txtbox2 {
  margin: 0 auto;
  padding: 50px 20px;
}
.consul_box_txtbox2 p {
  text-align: center;
}
@media only screen and (max-width:768px){
  .consul_box_tit {
    font-size: 16px;
    padding: 18px;
  }
  .consul_box_txtbox, .consul_box_txtbox2 {
      padding: 20px;
  }
  .consul_box_check li {
    background: url(../images/ico_check.svg) left 0px top 4px no-repeat;
  }
  .consul_box_txtbox2 p {
    text-align: left;
    margin-bottom: 10px;
  }
  .consul_box_txtbox2 .appeal_bubble {
    text-align: left;
  }
}
/*--------------------------------------------
pagetop
--------------------------------------------*/
.pagetop{
  position:fixed;
  bottom:130px;
  right:40px;
  width:50px;
  height:50px;
  z-index:10;
  background:rgba(0,0,0,0.3);
  border-radius:5px;
  cursor:pointer;
  z-index:997;
  transition:all 0.2s ease;
}
.pagetop::after{box-sizing: border-box;
  position:absolute;
  top:57%;
  left:50%;
  display:block;
  content:"";
  width:20px;
  height:20px;
  vertical-align:middle;
  border-top:5px solid #fff;
  border-right:5px solid #fff;
  -webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);
  transform:translateX(-50%) translateY(-50%) rotate(-45deg);
  transition:all 0.2s ease;
}
.pagetop:hover{
  background:rgba(0,0,0,0.7);
}
.pagetop:hover::after{
  top:50%;
}
@media only screen and (max-width:768px){
  .pagetop{
    position:fixed;
    bottom:165px;
    right:20px;
    width:30px;
    height:30px;
    z-index:10;
    background:rgba(0,0,0,0.3);
    border-radius:5px;
    cursor:pointer;
    z-index:997;
    transition:all 0.2s ease;
  }
  .pagetop::after{
    position:absolute;
    top:57%;
    left:50%;
    display:block;
    content:"";
    width:12px;
    height:12px;
    vertical-align:middle;
    border-top:3px solid #fff;
    border-right:3px solid #fff;
    -webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);
    transform:translateX(-50%) translateY(-50%) rotate(-45deg);
    transition:all 0.2s ease;
  }
}
/*--------------------------------------------
width
--------------------------------------------*/
.w_100 {width: 100%!important;}
.w_90 {width: 90%!important;}
.w_85 {width: 85%!important;}
.w_80 {width: 80%!important;}
.w_75 {width: 75%!important;}
.w_70 {width: 70%!important;}
.w_65 {width: 65%!important;}
.w_60 {width: 60%!important;}
.w_55 {width: 55%!important;}
.w_50 {width: 50%!important;}
.w_45 {width: 45%!important;}
.w_40 {width: 40%!important;}
.w_35 {width: 35%!important;}
.w_30 {width: 30%!important;}
.w_25 {width: 25%!important;}
.w_20 {width: 20%!important;}
.w_15 {width: 15%!important;}
.w_10 {width: 10%!important;}
.w_5 {width: 5%!important;}

@media only screen and (max-width:768px){
  .w_100-sp {width: 100%!important;}
  .w_90-sp {width: 90%!important;}
  .w_85-sp {width: 85%!important;}
  .w_80-sp {width: 80%!important;}
  .w_75-sp {width: 75%!important;}
  .w_70-sp {width: 70%!important;}
  .w_65-sp {width: 65%!important;}
  .w_60-sp {width: 60%!important;}
  .w_55-sp {width: 55%!important;}
  .w_50-sp {width: 50%!important;}
  .w_45-sp {width: 45%!important;}
  .w_40-sp {width: 40%!important;}
  .w_35-sp {width: 35%!important;}
  .w_30-sp {width: 30%!important;}
  .w_25-sp {width: 25%!important;}
  .w_20-sp {width: 20%!important;}
  .w_15-sp {width: 15%!important;}
  .w_10-sp {width: 10%!important;}
  .w_5-sp {width: 5%!important;}
}

/*--------------------------------------------
margin
--------------------------------------------*/
.cont-center {margin: 0 auto;}
.mt_5 {margin-top: 5px!important;}
.mt_10 {margin-top: 10px!important;}
.mt_15 {margin-top: 15px!important;}
.mt_20 {margin-top: 20px!important;}
.mt_25 {margin-top: 25px!important;}
.mt_30 {margin-top: 30px!important;}
.mt_35 {margin-top: 35px!important;}
.mt_40 {margin-top: 40px!important;}
.mt_45 {margin-top: 45px!important;}
.mt_50 {margin-top: 50px!important;}
.mt_55 {margin-top: 55px!important;}
.mt_60 {margin-top: 60px!important;}
.mb_5 {margin-bottom: 5px!important;}
.mb_10 {margin-bottom: 10px!important;}
.mb_15 {margin-bottom: 15px!important;}
.mb_20 {margin-bottom: 20px!important;}
.mb_25 {margin-bottom: 25px!important;}
.mb_30 {margin-bottom: 30px!important;}
.mb_35 {margin-bottom: 35px!important;}
.mb_40 {margin-bottom: 40px!important;}
.mb_45 {margin-bottom: 45px!important;}
.mb_50 {margin-bottom: 50px!important;}
.mb_55 {margin-bottom: 55px!important;}
.mb_60 {margin-bottom: 60px!important;}
@media only screen and (max-width:768px){
  .mt_0-sp {margin-top: 0px!important;}
  .mt_5-sp {margin-top: 5px!important;}
  .mt_10-sp {margin-top: 10px!important;}
  .mt_15-sp {margin-top: 15px!important;}
  .mt_20-sp {margin-top: 20px!important;}
  .mt_25-sp {margin-top: 25px!important;}
  .mt_30-sp {margin-top: 30px!important;}
  .mt_35-sp {margin-top: 35px!important;}
  .mt_40-sp {margin-top: 40px!important;}
  .mt_45-sp {margin-top: 45px!important;}
  .mt_50-sp {margin-top: 50px!important;}
  .mt_55-sp {margin-top: 55px!important;}
  .mt_60-sp {margin-top: 60px!important;}
  .mb_5-sp {margin-bottom: 5px!important;}
  .mb_10-sp {margin-bottom: 10px!important;}
  .mb_15-sp {margin-bottom: 15px!important;}
  .mb_20-sp {margin-bottom: 20px!important;}
  .mb_25-sp {margin-bottom: 25px!important;}
  .mb_30-sp {margin-bottom: 30px!important;}
  .mb_35-sp {margin-bottom: 35px!important;}
  .mb_40-sp {margin-bottom: 40px!important;}
  .mb_45-sp {margin-bottom: 45px!important;}
  .mb_50-sp {margin-bottom: 50px!important;}
  .mb_55-sp {margin-bottom: 55px!important;}
  .mb_60-sp {margin-bottom: 60px!important;}

  .pb_0-sp {padding-bottom: 0px!important;}
}
/*--------------------------------------------
font
--------------------------------------------*/
.f_size-big {
  font-size: 22px;
}
.fc-red {color: #E21320;}
@media only screen and (max-width:768px){
  .f_size-big {
    font-size: 16px;
  }
}
/*--------------------------------------------
note
--------------------------------------------*/
.txt-center {
  text-align: center;
}
.txt-note {
  font-size: 20px;
  margin-top: 25px;
}
.txt-note li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.txt_reference {
  font-size: 12px;
  text-align: right;
}
@media only screen and (max-width:768px){
  .txt_reference {
    text-align: left;
    padding: 0 20px;
  }
  .txt-note {
    font-size: 14px;
  }
}
/*--------------------------------------------
追従
--------------------------------------------*/
.floatBtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}
.floatBtn > .btn_wrap {
  max-width: 1200px;
  margin: 30px auto;
}
@media only screen and (max-width:768px){
  .floatBtn > .btn_wrap {
    max-width: 390px;
    margin: 15px auto;
  }
  .floatBtn.is-sp .btn_wrap {
    padding: 0 2%;
  }
  .floatBtn.is-sp .btn_wrap._2col {
    justify-content: space-between;
  }
  .float_app {
    width: 48%;
  }
  .float_app img {
    width: 100%;
  }
}
/*--------------------------------------------
footer
--------------------------------------------*/
#footer .inner {
  margin: 0 0 130px 0;
  border-top: 1px solid #DCDCDC;
}
#footer .footer{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
#footer .footer .txtArea{
    padding-right: 3%;
    font-size: 85.71428%;
}
@media only screen and (max-width:768px){
  #footer .inner {
    margin: 0 0 140px 0;
    border-top: none;
  }
  #footer .footer{
      display: block;
      border: unset;
  }
  #footer .logo{
      width: 60%; margin: 0 auto 4% auto;
  }
  #footer .logo img{
      width: 100%;
  }
  #footer .footer .txtArea{
      padding: 3% 0;
      font-size: 100%;
      text-align: center;
  }
}

/*--------------------------------------------
modal
--------------------------------------------*/
/*.yellowBtn{
    display: block;
    width: 300px;
    height: 70px;
    line-height: 70px;
    background: linear-gradient(to right, #F8F462, #FDE26E);
    border-radius: 70px;
    color: #001976;
    font-size: 135.71428%;
    font-weight: bold;
    text-align: center;
}
.mv_pc .yellowBtn{
    position: absolute;
    top: 433px;
    left: 380px;
}

 modal */

#modalArea{
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(255, 255, 255, 0.5);
}
.modal{
    z-index: 2;
    position: absolute;
    width: 700px;
    padding: 35px 60px 60px 60px;
    background: #EDFDFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}
.modal .modalTxt{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 214.28571%;
    font-weight: bold;
    color: #223F9A;
}
.modal .modalTxt img{
    margin-right: 50px;
}
.modal .modalCloseBtn{
    position: absolute;
    top: -21px;
    right: -21px;
    cursor: pointer;
}
.modal .downloadImg{
    display: flex;
}
.modal .downloadImg ul{
    display: flex;
    align-items: center;
    margin-right: 50px;
}
.modal .downloadImg ul:last-child{
    margin-right: 0;
}
.modal .downloadImg ul li{
    margin-right: 20px;
}
.modal .downloadImg ul li:last-child{
    margin-right: 0;
}
.modal .downloadImg ul li img{
    max-width: 100%;
}
.active{display: block !important; visibility: visible !important;}