@charset "UTF-8";

/************************************

reset

************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

li {
  list-style-type: none;
}

img {
  width:100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  color: inherit;
  text-decoration: none;
}
/************************************

base

************************************/
html {
  font-size: 625%;
}

body {
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 0.16rem;
  font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 768px)  {
  .pc-block {
    display: none;
  }
}
@media screen and (min-width: 768px)  {
  .sp-block {
    display: none;
  }
}

.koumuten_color {
  color: #58aaf0;
}
.reform_color {
  color: #54c2af;
}

.koumuten_bg {
  background: #58aaf0;
}
.reform_bg {
  background: #54c2af;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/************************************

Header

************************************/

@media screen and (min-width: 768px)  {
  #Header {
  }
  .header__koumuten {
    background: url(../images/pc_header_bg.webp) center top no-repeat;
    max-width: 1366px;
		height: 613px;
    margin: 0 auto;
    position: relative;
  }
  .header__reform {
    background: url(../images/pc_header_bg_reform.webp) center top no-repeat;
    max-width: 1366px;
		height: 613px;
    margin: 0 auto;
    position: relative;
  }
  .header__wrap {
    max-width: 996px;
    position: relative;
    margin: 0 auto;
  }
  .header__target {
    position:absolute;
    top:10px;
    right: 0;
    color:#FFF;
    font-size: .28rem;
    font-weight: bold;
    width: 500px;
    padding-bottom:10px;
    border-bottom: 4px solid #FFF;
    line-height: 1.4;
  }
  .header__img  {
    position:absolute;
    right:10px;
    top: 270px;
    width: 310px;
  }
  .header__msg-box  {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    padding: 80px 30px 30px 30px;
    width: 386px;
    top:140px;
    left: 10px;
  }
  .header__reform .header__msg-box  {
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    padding: 80px 30px 30px 30px;
    width: 386px;
    top:200px;
    left: 10px;
  }
  .header__logo  {
    width:120px;
    position: absolute;
    left:30px;
    top:165px;
    z-index:1;
  }
  .header__reform .header__logo  {
    width:120px;
    position: absolute;
    left:30px;
    top:220px;
    z-index:1;
  }
  .header__subtitle {
    font-size: .17rem;
    font-weight: bold;
    margin-bottom: 14px;
  }
  .header__title  {
    font-size: .28rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .header__msg  {
    font-size: .14rem;
    line-height: 1.6;
  }
}

@media screen and (max-width: 768px)  {
  #Header {
  }
  .header__koumuten {
    background: url(../images/sp_header_bg.webp) 0 60px no-repeat;
    background-size:100% auto;
    margin: 0 auto;
    position: relative;
  }
  .header__reform {
    background: url(../images/sp_header_bg_reform.webp) 0 60px no-repeat;
    background-size:100% auto;
    margin: 0 auto;
    position: relative;
  }
  .header__logo  {
    width:140px;
    position: absolute;
    top:14px;
    left:10px;
  }
  .header__target {
    position: absolute;
    top:74px;
    right: 0px;
    color:#FFF;
    text-align: left;
    font-size: .24rem;
    font-weight: bold;
    padding: 0 10px 4px 10px;
    border-bottom: none;
    line-height: 1.2;
  }
  .header__img  {
    position:absolute;
    width: 160px;
    top:140px;
    right:20px;
  }
  .header__msg-box  {
    padding-top:320px;
  }
  .header__reform .header__msg-box  {
    padding-top:280px;
  }
  .header__reform .header__msg-box  {
    width:85%;
    margin-left: 20px;
  }
  .header__msg-spbox  {
    background-color: rgba(255,255,255,0.9);
  }
  .header__subtitle {
    font-size: .17rem;
    font-weight: bold;
    padding:20px 10px;
  }
  .header__title  {
    font-size: .20rem;
    line-height: 1.4;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .header__reform .header__title  {
    font-size: .18rem;
    margin-bottom: 0px;
    line-height: 1.8;
  }
  .header__msg  {
    font-size: .14rem;
    line-height: 1.6;
    padding: 0 10px 20px;
  }
}


/************************************

nav

************************************/
.nav  {
  clear: both;
  overflow: hidden;
  _zoom: 1;
  background:#054299;
  max-width: 1366px;
  margin: 0 auto;
}
.nav__list  {
  max-width: 996px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nav__item  {
  width: 20%;
  color:#FFF;
}
.nav__item a {
  display: block;
  padding:20px 10px 20px 30px;
  transition: all .3s ease;
  position: relative;
  font-size: .14rem;
  font-weight: bold;
}
.nav__item a:hover {
  color: #58aaf0;
}
.nav__item a:before {
  position: absolute;
  content: "";
  top: 27px;
  left: 10px;
  width: 0.06rem;
  height: 0.06rem;
  margin-top: -0.04rem;
  border-top: 0.02rem solid #FFF;
  border-right: 0.02rem solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 769px) {
  .nav__item  {
    width: 50%;
    color:#FFF;
    line-height: 1;
  }
}


/************************************

lead

************************************/
.lead__wrap {
  background: url(../images/bg-tieup-lead.png) right top no-repeat;
  margin: 0 auto 25px auto;
  padding: 0;
  max-width: 756px;
  position: relative;
}

.lead__title {
  margin: 0 0 44px;
  padding: 46px 0 0;
  line-height: 1;
  max-width: 362px;
}

.lead__copy {
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  max-width: 406px;
}

.lead__text {
  margin: 0;
  padding: 0;
}
.lead__text p {
  color: #363636;
  font-size: 0.875em;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.lead__img-01 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  right: 0;
  width: 250px;
}

.lead__img-02 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 162px;
  right: 0;
  width: 250px;
}
@media only screen and (max-width: 769px) {
  .lead img{
    width: 100%;
  }
  .lead__img-01,
  .lead__img-02 {
    width: 100%;
    padding: 10px 30px;
    position: static;
  }
}

/************************************

news

************************************/
.news {
  width: 100%;
  padding: 0.5rem 0;
}
.news__wrap {
  max-width: 996px;
  padding: 0 0.1rem;
  margin: 0 auto;
}
.news__title {
  font-size: .28rem;
  text-align: center;
  font-weight: 500;
  color: #004098;
  margin: 0 0 0.3rem 0;
}
.news__list {
  border-top: 1px solid #cdcdcd;
  margin: 0 0 0.3rem 0;
}
.news__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.2rem 0;
  text-align: left;
  font-size: .16rem;
  border-bottom: 1px solid #cdcdcd;
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .news__item a:hover {
    background: #F5F5F5;
  }
}

.news__item-date {
  margin: 0 0.2rem 0 0;
  padding-left: 10px;
  font-size: .14rem;
  color: #818181;
}
.news__btn {
  width: 300px;
  margin: 0 auto 0.2rem auto;
  color: #fff;
  text-align: center;
  background: #362e2b;
  position: relative;
}
.news__btn a {
  padding: 0.2rem 0;
  color: #fff;
  display: block;
  font-weight: bold;
  position: relative;
}
.news__btn a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0.3rem;
  width: 0.1rem;
  height: 0.1rem;
  margin-top: -0.05rem;
  border-top: 0.02rem solid #FFF;
  border-right: 0.02rem solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .news__btn a:hover {
    background: #594943;
    transition: 0.45s ease all;
  }
}
@media only screen and (max-width: 769px) {
  .news__item a {
    display: block;
  }
  .news__item-date {
    margin-bottom: 10px;
  }
}

/************************************

about

************************************/
.about  {
  margin: 0 auto 30px;
  max-width: 756px;
}
.about__wrap {
  display: flex;
  flex-wrap: wrap; /* 折返し可 */ 
  justify-content: space-between;
}
.about__item {
  width: 25% ;
  padding:10px 5px;
}
.about__item img  {
  width: 100%;
}
@media only screen and (max-width: 769px) {
  .about__item {
    width: 50% ;
  }
}


/************************************

privileges

************************************/
.privileges__wrap {
  margin: 0 auto 50px;
  padding: 0;
  max-width: 756px;
  text-align: center;
  border-bottom: solid 1px #b1b1b1;
}
.privileges__bnr  {
  margin-bottom:20px;
}
.privileges__text  {
  margin-bottom:50px;
}
@media only screen and (max-width: 769px) {
  .privileges__wrap img{
    width: 100%;
  }
}


/************************************

Footer

************************************/

.f__wrap {
  background: #f6f8fb;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0.3rem 0 0 0;
}
.f__logo {
  width: 135px;
  margin: 28px auto;
  padding: 0;
  text-align: center;
}
.f__staff-name  {
  font-size: .14rem;
  text-align: center;
  margin-bottom: 28px;
}
.f__text {
  background: #004098;
  width: 100%;
  color: #ffffff;
  padding: 20px 10px 10px;
  text-align: center;
  line-height: 1.8;
}
.f_addr {
  font-size: .13rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom:10px;
}
.f_addr span {
  margin-right: 10px;
}
.copyright  {
  font-size: .13rem;
}
@media only screen and (max-width: 769px) {
  .f_addr span {
    margin-right: 0;
  }
}

/************************************

tokuten

************************************/
.tokuten  {
  max-width: 777px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
.tokuten__title {
  text-align: center;
  color:#FFF;
  padding:22px 0;
}
.tokuten__box  {
  background: #efece0;
  padding: 20px;
}
.tokuten__body  {
  padding:30px 0 20px;
  text-align: center;
}
.tokuten__text  {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
  font-weight: bold;
}
.tokuten__info  {
  padding: 20px 10px 30px;
  line-height: 1.8;
}
.tokuten__info span {
  margin-right: 10px;
}
.tokuten__or  {
  background: #58aaf0;
  border-radius: 50%;
  padding: 18px 10px;
  color:#FFF;
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px;
}
.tokuten__target  {
  background: #FFF;
  padding: 20px;
  text-align: center;
}
.tokuten__target-title  {
  margin-bottom: 10px;
}
.tokuten__target-text  {
 line-height: 1.6;
 font-weight: bold;
}
.tokuten__discount  {
  font-size: .26rem;
  font-weight: bold;
  padding: 0 0 30px 0;
  text-align: center;
  border-bottom: 1px solid #CCC;
  line-height: 1.8;
}
.tokuten__discount span  {
  font-size: 140%;
}
.tokuten__boxlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tokuten__item {
  width:48%;
  text-align: center;
}
.tokuten__subtitle  {
  font-size: .24rem;
  margin-bottom:20px;
}
.tokuten__item-text {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media only screen and (max-width: 769px) {
  .tokuten__text  {
    text-align: left;
    font-size: .16rem;
  }
  .tokuten__target-text {
    text-align: left;
  }
  .tokuten__item {
    width:100%;
    margin-bottom: 30px;
  }
}

.catch  {
  margin-bottom: 50px;
  text-align: center;
  padding: 0 20px;
  font-size: .30rem;
  line-height: 2;
  font-weight: bold;
}
.catch span {
  background:linear-gradient(transparent 60%, #fdff76 60%);
}
@media only screen and (max-width: 769px) {
  .catch  {
    font-size: .18rem;
    text-align: left;
  }
}

/************************************

campaign

************************************/

.campaign {
  margin: 0 auto 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #b1b1b1;
  max-width: 757px;
}
.campaign__wrap {
  padding: 30px 20px;
  border-top: solid 4px #054299;
  border-bottom: solid 4px #054299;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.campaign__img  {
  width: 195px;
}
.campaign__box {
  width: 500px;
}
.campaign__title  {
  color: #054299;
  font-size: .24rem;
  margin-bottom:20px;
}
.campaign__pr {
  font-size: .15rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom:10px;
}
.campaign__pr span  {
  color:#c91515;
}
.campaign__notes  {
  position: relative;
  margin-bottom: 10px;
  font-size: .14rem;
  line-height: 1.6;
  padding-left: 14px;
}
.campaign__notes:before {
  content: "※";
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 769px) {
  .campaign__img  {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .campaign__img img {
    width: 195px;
  }
  .campaign__box  {
    width: 100%;
  }
}


/************************************

reform__office

************************************/
.reform__office {
  margin: 0 auto 50px;
  padding: 20px;
  max-width: 757px;
  border: solid 1px #c7c7c7;
  overflow: hidden;
}
.reform__office-title {
  padding: 0;
  margin-bottom:20px;
}
.reform__office-text {
  line-height: 1.6;
}













/************************************

finish

************************************/
.finish__logo  {
  width: 160px;
  margin: 40px auto 0;
}
.finish {
  margin:50px 0;
}
.finish__wrap {
  max-width: 736px;
  margin: 0 auto;
  padding: 0 10px;
}
.finish__title {
  font-size: .28rem;
  text-align: center;
  color: #004098;
  margin: 0 0 0.3rem 0;
  line-height: 1.6;
}
.finish__text {
  line-height: 1.8;
  margin-bottom: 50px;
}
@media only screen and (max-width: 769px) {
  .finish__title {
    font-size: .20rem;
    text-align: left;
  }
}

/************************************

Form

************************************/
.form__wrap {
  max-width: 756px;
  margin: 0 auto;
}
.form__header  {
  margin-bottom: 30px;
}
.form__title {
  font-size: .28rem;
  text-align: center;
  font-weight: 500;
  color: #004098;
  margin: 0 0 0.3rem 0;
  line-height: 1.6;
}
.form__subtitle {
  padding: 0 0 0 0.1rem;
  font-size: .24rem;
  border-left: 3px solid #004098;
  margin: 0 0 0.2rem 0;
}
.form__group  {
  margin-bottom: 50px;
}
.input__group {
  display: flex;
  justify-content: space-between;
  padding:30px 0;
  border-bottom: 1px #CCC solid;
}

.input__title {
  width: 28%;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 50px 0 0;
  line-height: 1.6;
}
.input__title span {
  display: inline-block;
}

.required:before {
  background: #d8401a;
  color: #FFF;
  content: "必須";
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 6px 10px;
  border-radius: 2px;
}
.any:before {
  border: 1px solid #CCC;
  background:#FFF;
  color: #666;
  content: "任意";
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  right: 0;
  text-align: center;
  padding: 6px 10px;
  border-radius: 2px;
}
.input__area  {
  width: 70%;
}

.checkbox__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 10px;
}
.checkbox__list-tandem {
  display:block;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 10px;
}
.others__checkbox-list  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}
.others__text {
  width: 70%;
}
.others__item {
  display: table-cell;
}
.input-link  {
  margin:20px 0;
}
.radio__list {
  display:block;
  width:100%;
  flex-wrap: wrap;
  gap: 10px 10px;
  margin-bottom: 10px;
}
.radio__item-grpup {
  margin-top: 10px;
}
.radio__item-grpup-side {
  display: flex;
}
.radio__item-text {
  margin-top:5px;
  margin-left:30px;
  max-width: 470px;
}
.radio__item-grpup-side .radio__item-text {
  max-width: 100px;
  margin-left:0px;
}
@media screen and (max-width: 767px) {
  .input__group {
    display: block;
  }
  .input__title {
    width: 100%;
    margin-bottom:30px;
  }
  .input__area  {
    width: 100%;
  }
}
.date__area  {
  margin-bottom:30px;
}
.input__name  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.input__date  {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom:20px;
}
.input__subtitle {
  font-size: .14rem;
  font-weight: 700;
  margin-bottom: 10px;

}
.address__area  {
  margin-bottom:30px;
}
.zip-text  {
  width: 140px;
}
.name-text  {
  width: 240px;
}
.city-text  {
  width: 240px;
}
.pref-text  {
  width: 500px;
}
.mail-text  {
  width: 500px;
}
.tel-text  {
  width: 500px;
}
.area-text  {
  width: 140px;
  display:inline-block;
  margin-right: 10px;
}
.connection-text  {
  display:inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.connection-year  {
  width: 80px;
}
.date-calendar  {
  width:200px;
}
.input__name-text  {
  width: 100%;
}
.input__area-supplement {
  margin-top:10px;
  font-size: .14rem;
  color:#666;
  line-height: 1.6;
}
.input__area-supplement a {
  color:#074084;
  text-decoration: underline;
}
.input__area-supplement a:hover {
  text-decoration: none;
}

.form__wrap input[type="text"],
.form__wrap input[type="email"],
.form__wrap input[type="tel"]  {
  width: 100%;
  box-sizing: border-box;
  line-height: 2.2;
  background: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  padding: 0.3em;
  margin-left: -0.25%;
}
.form__wrap input[type="date"]  {
  font-size: .16rem;
  width: 100%;
  box-sizing: border-box;
  line-height: 2;
  background: #EFEFEF;
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: none;
  padding: 0.3em;
  margin-left: -0.25%;
  position: relative;
}

.form__wrap input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.form__wrap input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}
.form__wrap input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
}
.form__wrap input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.form__wrap select  {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0px;
  color: #000;
  padding: 14px 30px 14px 8px;
  background: #EFEFEF;
  border: 1px solid #CCC;
  background-image: url(../images/select-arrow.svg);
  background-position: calc(100% - 0.5em) 50%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
}

.form__wrap textarea {
  width:100%;
  background: #EFEFEF;
  border: 1px solid #CCC;
  padding: 0.4em;
  line-height: 1.6;
  font-weight: 400;
}

input[type=checkbox] {
    display: none;
}
.checkbox__item {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 30px;
    position: relative;
    width: auto;
    line-height: 1.6;
}
.tandem .checkbox__item {
  width: 100%;
}
.checkbox__item::before {
  background: #EFEFEF;
  border: 1px solid #CCC;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 16px;
  width: 16px;
}
input[type=checkbox]:checked + .checkbox__item::before {
  background: #0070BD;
  border: #0070BD 1px solid;
}
.checkbox__item::after {
  opacity: 0;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 16px;
  transform: rotate(45deg);
  width: 5px;
    
}

input[type=checkbox]:checked + .checkbox__item::after {
  opacity: 1;
}

.error__msg-top {
  margin:20px 0;
  color:#d8401a;
}
.error__msg {
  margin-top:20px;
  color:#d8401a;
}
::placeholder {
  color: #999;
}
input[type=checkbox] {
	-moz-transform:		scale(1.6);
	-webkit-transform:	scale(1.6);
	transform:		scale(1.6);
}


/* ラジオボタン01 */
input[type=radio] {
  display: none;
}
.radio__item {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
  line-height: 1.6;
}
.radio__item::before {
  background: #EFEFEF;
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 16px;
  width: 16px;
}
.radio__item::after {
  background: #0070BD;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 9px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 17px;
  width: 10px;
}
input[type=radio]:checked + .radio__item::before {
  border-color: #666;
}
input[type=radio]:checked + .radio__item::after {
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .form__title {
    font-size: .20rem;
  }
  .form__wrap select  {
    width: 100%;
  }
  .zip-text,
  .name-text,
  .pref-text,
  .mail-text,
  .tel-text,
  .date-calendar,
  .time-select  {
    width: 100%;
  }
  .checkbox__item  {
    width: 100%;
  }
  .date-text  {
    width: 500px;
  }
  .connection-label {
    display:block;
    margin-bottom:10px;
  }
  .connection-text  {
    margin-left: 0;
    width: 85%;
  }
}

#Main {
  padding: 50px 10px 0;
  margin-bottom:30px;
}

.form__wrap { 
  *padding: 10px;
}
.form__subtitle {
  font-weight: 700;
  font-size: .18rem;
  margin-bottom: 30px;
  line-height: 1.6;
}
#Contents  {
  max-width: 1080px;
  margin: 0 auto;
}

.step__bar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:30px;
}
.step__bar .step__item {
  position: relative;
  width: 33%;
  text-align: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  line-height: 1.5;
  background: #F5F5F5;
  color: #999999;
}
.step__bar .step__item:not(:last-child)::before,
.step__bar .step__item:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 100%;
  content: '';
  border: 37px solid transparent;
  border-left: 20px solid #F5F5F5;
  margin: auto;
}
.step__bar .step__item:not(:last-child)::before {
  margin-left: 1px;
  border-left-color: #FFF;
}

@media screen and (max-width: 767px) {
  .step__bar .step__item {
    font-size: .11rem;
    line-height: 1.4;
    padding: 10px 0;
  }
  .step__bar .step__item:not(:last-child)::before,
  .step__bar .step__item:not(:last-child)::after {
    border-width: 25px;
    border-left-width: 12px;
  }
}

/* active */
.step__bar .step__item.active {
  z-index: 1;
  background: #0070BD;
  color: #FFF;
}
.step__bar .step__item.active:not(:last-child)::after {
  border-left-color: #0070bd;
}
.step__bar .step__item.active:not(:last-child)::before {
  border-left: none;
}

.input-link a[target="_blank"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: .16rem;
  content: "\f35d";
  margin: 0 0 0 10px;
}
.form__btn  {
  margin:60px 0;
  text-align: center;
}
.check__link-btn  {
  background:#820000;
  color:#FFF;
  padding:30px;
  width:600px;
  font-size: .20rem;
  font-weight: 700;
  border-radius: 8px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine) {
  .check__link-btn:hover  {
    opacity: .8;
    transition: .3s;
  }
}
@media screen and (max-width: 767px) {
  .form__btn  {
    padding: 0 30px;
  }
  .check__link-btn  {
    width:100%;
  }
}

.check__group {
  display: flex;
  justify-content: space-between;
  padding:20px 0;
  border-bottom: 1px #CCC solid;
}

.check__title {
  width: 28%;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:0 0 0 0;
  line-height: 1.6;
}
.check__area  {
  width: 70%;
  line-height: 1.6;
}
.check__list {
  margin: 0 0 0 20px;
}
.check__item  {
  list-style-type: disc;
  margin-bottom: 20px;
  line-height: 1.6;
}

.send__btn-list  {
  text-align: center;
  margin:60px auto;
}
.send__btn-item {
  width: 48%;
}
.send__link-btn  {
  background:#820000;
  color:#FFF;
  padding:30px;
  width:600px;
  font-size: .20rem;
  font-weight: 700;
  border-radius: 8px;
  transition: .3s;
}
@media (hover: hover) and (pointer: fine) {
  .send__link-btn:hover  {
    opacity: .8;
    transition: .3s;
  }
}
@media screen and (max-width: 767px) {
  .check__group {
    display: block;
  }
  .check__title {
    width: 100%;
    margin-bottom:30px;
  }
  .check__area  {
    width: 100%;
  }
  .send__link-btn  {
    width: 100%;
  }
}

.thanks__area {
  margin:50px 0;
  padding: 0 10px;
}
.thanks__title {
  text-align: center;
  color:#004098;
  font-size: .20rem;
  font-weight: 700;
  margin-bottom: 50px;
}
.thanks__text {
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
}
.toplink__btn  {
  margin: 0 auto 0 auto;
  width: 400px;
  color:#FFF;
  text-align: center;
}
.toplink__btn a {
  background:#FFF;
  border: 1px solid #000;
  padding: 0.2rem 0;
  display: block;
  font-size: .16rem;
  border-radius: 0px;
  transition: .3s;
  color:#000;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .toplink__btn a:hover  {
    opacity: .8;
    transition: .3s;
    background: #000;
    color:#FFF;
  }
}
@media screen and (max-width: 767px) {
  .toplink__btn  {
    width: 100%;
  }
}


.document__choice-title {
  font-size: .16rem;
  font-weight: 700;
  *border-bottom: 1px dotted #999999;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.document__choice-title:before {
  position: absolute;
  *bottom: 13px;
  left: 0;
  top:50%;
  width: 20px;
  height: 1px;
  content: '';
  background: #004098;
}
.document__choice-group {
  margin-bottom: 30px;
}
.document__choice-list  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.document__choice-item  {
  width:32.7%;
  border: 1px #CCC solid;
  margin-bottom:14px;
}
.document__check-item {
  width: 100%;
  padding:10px;
  display: block;
  position: relative;
}
.document__choice-list::after {
  content: "";
  display: block;
  width:32.7%;
}
.document__check-box  {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.document__name {
  position: relative;
  font-size: .14rem;
  width: 100%;
  font-weight: bold;
  border-bottom: 1px dotted #999999;
  padding-bottom: 10px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.document__name::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #EFEFEF;
  border: 1px solid #CCC;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}
input[type=checkbox]:checked + .document__check-box .document__name::before {
  background: #0070BD;
  border: 1px #0070BD solid;
}
.document__check-box .document__name::after {
  content: "";
  border-bottom: 3px solid #FFF;
  border-right: 3px solid #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  opacity: 0;
}
input[type=checkbox]:checked + .document__check-box .document__name::after {
  opacity: 1;
}
.document__choice-item .checked {
  background: #cff9ff;
}

.document__thum {
  width:28%;
  position: relative;
  overflow: hidden;
}
.document__text {
  width:70%;
  font-size: .14rem;
  line-height: 1.9;
}
@media screen and (max-width: 1080px) {
  .document__choice-item  {
    width:49.5%;
  }
}
@media screen and (max-width: 767px) {
  .document__choice-item  {
    width: 100%;
  }
}
.online__free-area  {
  margin-bottom: 50px;
}
.online__free-area p  {
  margin-bottom: 30px;
  line-height: 1.6;
}
.img__online  {
  text-align: center;
  margin-bottom: 30px;
}
.check__box div {
  margin-bottom: 20px;
}
.form__supplement-list  {
  margin-bottom: 30px;
}
.form__supplement {
  margin-bottom:20px;
  line-height: 1.6;
}
.form__supplement-list li  {
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .form__supplement-list li  {
    font-size: 14px;
  }
}