/*
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
*/



/*==============================*/
/* reset */
/*==============================*/
*,*::before,*::after {box-sizing: border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{margin:0;padding:0;}
html{overflow-y:scroll;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:normal;}
ol,ul,li{list-style:none;list-style-image:none;}
_:-ms-lang(x), ul {
  list-style-image: url(data:0);
}
fieldset,img{border:0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
/*NoscriptMessage*/
#msgNoscript{display:block;position:absolute;top:0;left:0;z-index:9999;width:100%;padding:5px 0;border-top:1px solid #fcc;border-bottom:1px solid #fcc;background:#fdd;color:#f33;line-height:1.2;text-align:center;opacity:0.7;}
main{display:block;}
img {vertical-align: top;}
input,select,textarea,button {font-size: 1em;}
input[type="text"] {padding:0;border:none;border-radius:0;outline:none;background:none;}
input[type="email"] {padding:0;border:none;border-radius:0;outline:none;background:none;}
input[type="radio"] {display:none;}
input[type="checkbox"] {display:none;}
input[type="tel"] {padding:0;border:none;border-radius:0;outline:none;background:none;}
select {-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;background:transparent;cursor: pointer;}
select::-ms-expand {display: none;}
textarea {-webkit-appearance:none;-moz-appearance:none;appearance:none;resize:none;padding:0;border:0;outline:none;background:transparent;}
button,input[type="submit"] {-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;border:none;outline:none;background:transparent;cursor: pointer;}



/*==============================*/
/* base */
/*==============================*/
html,body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.5;
  color: #4D4D4D;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-text-size-adjust:100%;max-height:100%;
  font-size: 14px;
  font-size: 1.4rem;
  background: #eff0e8;
}
body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}
a {
  text-decoration: none;
  color: #111;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
    background: #fff;
  }
}



/*==============================*/
/* header */
/*==============================*/
#header {
  position: relative;
  max-width: 980px;
  height: 75px;
  background: #ffffff url(../img/header_bg01.png) no-repeat;
  z-index: 800;
  margin: 0 auto;
}
#header h1 {
  display: none;
  position: absolute;
  top: 15px;
  left: 30px;
}
#header #h_sp_menu {
  max-width: 980px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 850;
  display: block;
}
#header #h_h1 {
  display: block;
  width: 210px;
  height: 36px;
  position: absolute;
  top: 15px;
  left: 30px;
}
#header #h_h1 a {
  display: block;
  width: 210px;
  height: 36px;
  background: url(../img/h_h1.png) no-repeat;
}
#header #h_txt {
  display: block;
  width: 220px;
  height: 20px;
  position: absolute;
  top: 28px;
  left: 290px;
}
.pc_dis_n {
    display: none!important;
}
.dis_n {
    display: none!important;
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    height: 60px;
    background-color: #009900;
    background-image: none;
  }
  #header h1 {
    display: block;
    width: 170px;
    height: 60px;
    margin: 0 auto;
    position: static;
  }
  #header h1 a {
    display: block;
    width: 170px;
    height: 60px;
    background: url(../img/h_h1_spi.png) no-repeat center center;
    background-size: 170px 45px;
  }
  #header #h_sp_menu {
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    left: 0;
    display: none;
    background-color: #ffffff;
  }
  .sp_dis_n {
    display: none!important;
  }
  .pc_dis_n {
    display: block!important;
  }
}



/*==============================*/
/* main */
/*==============================*/
main {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    max-width: initial;
    max-width: auto;
    padding: 0 24px;
  }
}



/*==============================*/
/* elem_info */
/*==============================*/
.elem_info {
  background: #fff;
  padding: 32px 64px 0;
}
.elem_info > .elem_in {
  border: 1px solid #B8B8B8;
  padding: 12px 16px;
}
.elem_info > .elem_in > * + * {
  margin-top: 4px;
}
.elem_info > .elem_in > ul > li {
  position: relative;
  padding-left: 1em;
}
.elem_info > .elem_in > ul > li > span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .elem_info {
    padding: 20px 0 0;
  }
}



/*==============================*/
/* topicpath */
/*==============================*/
.topicpath {
  padding: 96px 0 30px;
  background: #fff;
}
.topicpath .topicpath_in {
  position: relative;
  width: 728px;
  margin: 0 auto;
}
.topicpath .topicpath_in::before {
  content: "";
  position: absolute;
  left: 21px;
  right: 21px;
  top: 50%;
  height: 4px;
  margin-top: -2px;
  background: #cecece;
}
.topicpath .topicpath_bar {
  content: "";
  position: absolute;
  left: 21px;
  right: 21px;
  top: 50%;
  height: 4px;
  margin-top: -2px;
}
.topicpath .topicpath_bar span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0%;
  background: #4BC14B;
}
.topicpath ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.topicpath ul li {
  position: relative;
  width: 42px;
  height: 42px;
}
.topicpath ul li.passed::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #4BC14B url(../img/ico_check02.png) no-repeat center center / 19px auto;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
}
.topicpath ul li + li {
  margin-left: 44px;
}
.topicpath ul li .num {
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.6rem;
  color: #CECECE;
}
.topicpath ul li.active .num {
  color: #4bc14b;
}
.topicpath ul li .ico {
  display: block;
  width: 20px;
  height: 20px;
  background: #A8A8A8;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 11px auto 0;
  font-size: 0;
}
.topicpath ul li.active .ico::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  background: #fff;
  border-radius: 50%;
  transition: all .3s ease-out;
  opacity: 0;
}
.loaded .topicpath ul li.active .ico::before {
  width: 42px;
  height: 42px;
  margin-left: -21px;
  margin-top: -21px;
  border: 4px solid #4bc14b;
  opacity: 1;
}
.topicpath ul li.active .ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  margin-left: 0;
  margin-top: 0;
  background: #fff;
  border-radius: 50%;
  transition: all .3s .1s ease-out;
  opacity: 0;
}
.loaded .topicpath ul li.active .ico::after {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  border: 2px solid #4bc14b;
  opacity: 1;
}
.topicpath ul li .balloon {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #A8A8A8;
  border-radius: 2px;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  padding: 8px 12px;
}
.topicpath ul li.active .balloon {
  opacity: 0;
  background: #4bc14b;
  transition: opacity .3s .15s ease-out;
}
.loaded .topicpath ul li.active .balloon {
  opacity: 1;
}
.topicpath ul li .balloon::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #A8A8A8 transparent;
  margin-left: -8px;
  margin-top: 8px;
}
.topicpath ul li.active .balloon::before {
  border-color: transparent transparent #4bc14b transparent;
}
@media screen and (max-width: 880px) {
  .topicpath .topicpath_in {
    width: 640px;
  }
  .topicpath ul li .balloon {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .topicpath {
    padding: 52px 0 14px;
  }
  .topicpath .topicpath_in {
    width: auto;
  }
  .topicpath .topicpath_in::before {
    left: 17px;
    right: 17px;
    height: 2px;
    margin-top: -1px;
  }
  .topicpath .topicpath_bar {
    left: 17px;
    right: 17px;
    height: 2px;
    margin-top: -1px;
  }
  .topicpath ul li {
    width: 34px;
    height: 34px;
  }
  .topicpath ul li.active::before {
    display: none;
  }
  .topicpath ul li.passed::before {
    background-size: 10px auto;
    border-width: 2px;
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
  }
  .topicpath ul li + li {
    margin-left: 6px;
  }
  .topicpath ul li .num {
    display: none;
    margin-bottom: 4px;
  }
  .topicpath ul li.active .num {
    display: block;
    color: #4bc14b;
  }
  .topicpath ul li .ico {
    width: 8px;
    height: 8px;
    border-width: 2px;
    margin-top: 13px;
  }
  .loaded .topicpath ul li.active .ico::before {
    width: 34px;
    height: 34px;
    margin-left: -17px;
    margin-top: -17px;
    border-width: 2px;
    box-shadow: 0 0 0 2px #fff;
  }
  .loaded .topicpath ul li.active .ico::after {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
  }
  .topicpath ul li .balloon {
    display: none;
  }
}



/*==============================*/
/* article */
/*==============================*/
article {
  background: #fff;
  padding: 0 64px 56px;
}
article .section02 {
  width: 612px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  article {
    padding: 0;
  }
  article .section02 {
    width: auto;
  }
}
.cbif {
  display: none;
}
.cbif.active {
  display: block;
}
/* システムで追加 */
tr.cbif.active {
  display: table-row;
}
/* システムで追加 */
tbody.cbif.active {
  display: table-row-group;
}

/*==============================*/
/* pnav */
/*==============================*/
.pnav {
  position: relative;
  margin: 68px 0 92px;
}
.pnav .next .btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 426px;
  height: 80px;
  background: #C6C7C6;
  box-shadow: 0 -3px 0 #9D9D9D inset;
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
.pnav .next.type02 .btn {
  background: #C6C7C6 url(../img/ico_arrow01.png) no-repeat right 24px center / 11px auto;
}
.pnav .next .btn.active {
  background-color: #F76300;
  box-shadow: 0 -3px 0 #A84401 inset;
  pointer-events: auto;
  cursor: pointer;
}
.pnav .next .btn.active:hover,
.pnav .next .btn.active:hover {
  top: 3px;
  box-shadow: none;
}
.pnav .next .btn span {
  display: block;
  font-size: 1.4rem;
}
.pnav .next .btn.active span {
  display: none;
}
.pnav .next .btn.active span.sub {
  display: block;
}
.nav_btn .btn_back .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  height: 46px;
  background: #777777;
  box-shadow: 0 -3px 0 #535353 inset;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.pnav .prev .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 150px;
  height: 46px;
  background: #777777;
  box-shadow: 0 -3px 0 #535353 inset;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.pnav .prev .btn::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 11px;
  height: 19px;
  margin-top: -10px;
  background: url(../img/ico_arrow01.png) no-repeat center center / 100% auto;
  -webkit-transform: scale(-1,1);
  transform: scale(-1,1);
}
.pnav .prev .btn:hover {
  bottom: -2px;
  box-shadow: none;
}
.pnav .unentered_error {
  display: none;
  position: relative;
  padding-bottom: 10px;
  color: #EF3F37;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 8px;
  line-height: 1.5;
}
.pnav .unentered_error::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 23px;
  text-align: center;
  margin-top: -12px;
}
.pnav .unentered_error.active {
  display: block;
}
@media screen and (max-width: 767px) {
  .pnav {
    margin: 60px 0 0;
  }
  .pnav ul li + li {
    margin-top: 20px;
  }
  .pnav .next .btn {
    width: 100%;
    height: 70px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
  .pnav .next.type02 .btn {
    background: #C6C7C6 url(../img/ico_arrow01.png) no-repeat right 16px center / 9px auto;
  }
  .pnav .next .btn.active {
    background-color: #F76300;
  }
  .pnav .next .btn span {
    font-size: 1.2rem;
  }
  .pnav .next .btn.active span {
    display: none;
  }
  .pnav .prev .btn {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 20px 0 0;
    width: 104px;
    height: 44px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .pnav .prev .btn::before {
    left: 16px;
    width: 9px;
    background: url(../img/ico_arrow01.png) no-repeat center center / 100% auto;
  }
  .pnav .unentered_error {
    padding-left: 18px;
  }
  .pnav .unentered_error::before {
    width: 12px;
    height: 10px;
    margin-top: -5px;
  }
}


/*==============================*/
/* parts */
/*==============================*/
/* hl */
article .hl01 {
  font-size: 3.6rem;
}
article .hl02 {
  font-size: 2.2rem;
  font-weight: bold;
}
article .hl02.type00 {
  background: #000;
  color: #fff;
  padding: 4px 20px;
}
article .hl03 {
  font-size: 1.8rem;
  font-weight: bold;
}
article .hl04 {
  background: #F5F5F5;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 16px 20px;
}
@media screen and (max-width: 767px) {
  article .hl01 {
    font-size: 2.2rem;
  }
  article .hl02 {
    font-size: 2.0rem;
  }
  article .hl03 {
    font-size: 1.4rem;
  }
  article .hl04 {
      font-size: 1.6rem;
      padding: 12px 20px;
  }
}

/*paragraph*/
article p.lead01 {
  font-size: 1.6rem;
}
article p.note {
  margin-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  article p.lead01 {
    font-size: 1.4rem;
  }
}

/* anchor */
article .link01 {
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding-left: 12px;
}
article .link01:after {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000333;
}
article .link01:hover {
  text-decoration: none;
}
article .hl02 .link01 {
  font-size: .72em;
}

/* list */
article .ul_list01 > li {
  position: relative;
  padding-left: 1em;
}
article .ul_list01 > li span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
article .ul_list01.type02 > li {
  padding-left: 3.5em;
}
article .ul_list01.ul_flex {
  display: flex;
}
article .ul_list01.ul_flex > li + li {
  margin-top: 0;
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  article .ul_list01.ul_flex {
    display: block;
  }
  article .ul_list01.ul_flex > li + li {
    margin-top: 8px;
    margin-left: 0;
  }
}


/* button */
article .btn01 a {
  position: relative;
  display: flex;
  align-items: center;
  width: 562px;
  border-radius: 6px;
  background: #4BC14B;
  box-shadow: 0 -3px 0 #2C892C inset;
  padding: 12px 24px;
  font-size: 1.6rem;
  color: #fff;
}
article .btn01 a:hover,
article .btn01 a.active {
  box-shadow: none;
  top: 3px;
}
article .btn01 a.active {
  background: #B3DDAB;
}
article .btn01 a .text {
  flex: 1;
}
article .btn01 a .tag {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 36px;
  background: #1F911F url(../img/ico_blank01.png) no-repeat right 16px center / 21px auto;
  border-radius: 4px;
  margin-left: 24px;
}
article .btn01 a.active .tag {
  background: #96C496 url(../img/ico_check01.png) no-repeat right 12px center / 12px auto;
}
article .btn01 a .tag span.after {
  display: none;
}
article .btn01 a.active .tag span.before {
  display: none;
}
article .btn01 a.active .tag span.after {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  article .btn01 a {
    width: 100%;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 1.3rem;
  }
  article .btn01 a .tag {
    width: 92px;
    background: #1F911F url(../img/ico_blank01.png) no-repeat right 8px center / 15px auto;
    border-radius: 2px;
    margin-left: 16px;
  }
  article .btn01 a.active .tag {
    background-position: right 8px center;
    padding-right: 16px;
  }
}

/*table*/
article .table01 table {
  width: 100%;
  border-top: 1px solid #DEDEDE;
}
article .table01 table tr {
  border-bottom: 1px solid #DEDEDE;
}
article .table01 table tr th,
article .table01 table tr td {
  padding: 20px 0;
}
article .table01 table tr th {
  font-weight: bold;
  vertical-align: top;
  width: 280px;
  padding-right: 40px;
}
article .table01 table td.td_txt {
  vertical-align: top;
  font-size: 1.8rem;
  padding-right: 40px;
}
article .table01 table td.td_txt p.td_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  color: #808080;
}
article .table01 table td.td_txt p + p {
  margin-top: 12px;
}
article .table01 table td.td_txt p.td_ttl + p {
  margin-top: 4px;
}
article .table01 table td.td_btn {
  vertical-align: middle;
  width: 120px;
}
article .table01 table td.td_btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 32px;
  background: #B8B8B8 url(../img/ico_edit01.png) no-repeat right 10px center / 18px auto;
  box-shadow: 0 -3px 0 #888888 inset;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  padding-right: 16px;
}
article .table01 table td.td_btn a:hover {
  top: 2px;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  article .table01 table,
  article .table01 table tbody,
  article .table01 table tr,
  article .table01 table tr th,
  article .table01 table tr td {
    display: block;
  }
  /* システムで追加 */
  article .table01 table tbody.cbif,
  article .table01 table tr.cbif {
    display: none;
  }
  /* システムで追加 */
  article .table01 table tbody.cbif.active,
  article .table01 table tr.cbif.active {
    display: block;
  }
  /* システムで追加 */
  article .table01 table tbody.form_more01,
  article .table01 table tr.form_more01 {
    display: none;
    margin-top: 0px;
  }
  /* システムで追加 */
  article .table01 table tbody.form_more01.active,
  article .table01 table tr.form_more01.active {
    display: block;
  }
  article .table01 table tr {
    position: relative;
    border-bottom: 1px solid #DEDEDE;
    padding: 20px 0;
  }
  article .table01 table tr th,
  article .table01 table tr td {
    padding: 0;
  }
  article .table01 table tr th {
    width: auto;
    padding-right: 80px;
  }
  article .table01 table td.td_txt {
    font-size: 1.4rem;
    padding-right: 80px;
    margin-top: 16px;
  }
  article .table01 table td.td_txt p.td_ttl {
    font-size: 1.2rem;
  }
  article .table01 table td.td_txt p + p {
    margin-top: 8px;
  }
  article .table01 table td.td_btn {
    width: auto;
  }
  article .table01 table td.td_btn a {
    position: absolute;
    right: 0;
    top: 50%;
    width: 70px;
    height: 40px;
    margin-top: -20px;
    background: #B8B8B8 url(../img/ico_edit01.png) no-repeat right 4px center / 12px auto;
    border-radius: 5px;
    padding-right: 16px;
    font-size: 1.1rem;
  }
  article .table01 table td.td_btn a:hover {
    top: 2px;
    box-shadow: none;
  }
}

/* box */
article .box01 {
  background: #F5F5F5;
  padding: 12px 16px;
}
/* box03 */
article .box03 {
  background: #FFF6F0;
  padding: 16px;
  margin-top: 24px;
}
article .box03 dl {
  text-align: center;
}
article .box03 dl dt {
  font-size: 1.6rem;
  font-weight: bold;
}
article .box03 dl dd {
  font-size: 2.8rem;
  font-weight: bold;
  color: #F76300;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  article .box03 dl dt {
    font-size: 1.3rem;
  }
  article .box03 dl dd {
    font-size: 1.9rem;
  }
}

/* box04 */
main .box04 {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #DEDEDE;
}
main .box04 .box04_in {
  width: 612px;
  margin: 0 auto;
}
main .box04 .box04_in p {
  line-height: 1.714;
}
main .box04.type02 {
  background: #fff;
  border-top: none;
  padding: 56px 0;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  main .box04 {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  main .box04.type02 {
    margin-top: 32px;
    border-top: 1px solid #DEDEDE;
    padding: 32px 24px 0;
  }
  main .box04 .box04_in {
    width: auto;
  }
  main .box04 .box04_in p {
    line-height: 1.66;
  }
}


/* form */
article .form_sttl {
  font-size: 1.8rem;
  font-weight: bold;
}
article .form_tag {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  background: #EF3F37;
  border-radius: 4px;
  padding: 4px 6px;
  vertical-align: middle;
  margin-left: 12px;
}
article .form_tag.type02 {
  background: #A8A8A8;
}
article .form_txt_error {
  display: none;
  position: relative;
  padding-left: 24px;
  color: #EF3F37;
  margin-top: 8px;
  line-height: 1.5;
}
article .form_txt_error::before {
  content: "";
  position: absolute;
  left: 0;
  top: .75em;
  width: 18px;
  height: 16px;
  margin-top: -8px;
  background: url(../img/ico_error01.png) no-repeat center center / 100% 100%;
}
article .form_txt_error.active {
  display: block;
}
@media screen and (max-width: 767px) {
  article .form_txt_error {
    padding-left: 18px;
  }
  article .form_txt_error::before {
    width: 12px;
    height: 10px;
    margin-top: -5px;
  }
}
article .form_txt01 {
  padding: 12px 24px;
  font-size: 1.8rem;
}
article .form_txt02 {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  pointer-events: none;
}
article .form_txt02 li + li {
  margin-left: 12px;
}
article .form_txt02 li span {
  display: block;
  padding: 12px 24px;
  width: 98px;
  text-align: center;
}
article input.text01,
article .textarea01  {
  background: #FAFCEF;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 1.8rem;
  width: 100%;
}
article input.text01:focus,
article .textarea01:focus {
  background: #fff;
  border: 1px solid #4BC14B;
  box-shadow: 0 0 0 1px #4BC14B inset;
}
article input.text01.error,
article .textarea01.error {
  border: 1px solid #EF3F37;
  box-shadow: 0 0 0 1px #EF3F37 inset;
  background-color: #FFEFEA;
}
article input.text01.active,
article .textarea01.active {
  background: #fff;
}
article input:placeholder-shown,
article input::-webkit-input-placeholder,
article textarea:placeholder-shown,
article textarea::-webkit-input-placeholder {
  color: #CDCDCD;
}
input:-ms-input-placeholder {
  color: #CDCDCD;
}
input::-ms-input-placeholder {
  color: #CDCDCD;
}
article .input_type01 {
  width: 560px;
}
article .input_type02 > ul {
  display: flex;
}
article .input_type02 > ul > li {
  width: 272px;
}
article .input_type02 > ul > li + li {
  margin-left: 16px;
}
article .input_type03 > ul {
  display: flex;
  align-items: center;
}
article .input_type03 > ul > li.w01 {
  width: 148px;
}
article .input_type03 > ul > li.w02 {
  width: 148px;
}
article .input_type03 > ul > li.w03 {
  width: 272px;
}
article .input_type03 > ul > li.large {
  font-size: 1.8rem;
}
article .input_type03 > ul > li + li {
  margin-left: 12px;
}
article .textarea_type01 > ul > li {
  width: 560px;
}
article .radio01 + label {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  box-shadow: 0 -2px 0 #B8B8B8 inset;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}
article .radio01 + label .small {
  font-size: 1.4rem;
}
article .radio01 + label:hover,
article .radio01:checked + label {
  top: 2px;
  box-shadow: none;
}
article .radio01:checked + label {
  background: #4BC14B;
  border-color: #4BC14B;
  color: #fff;
}
article .radio01.type02 + label {
  height: 48px;
}
article .radio_type01 > ul {
  display: flex;
  flex-wrap: wrap;
}
article .radio_type01 > ul > li {
  width: 32%;
}
article .radio_type01 > ul > li + li {
  margin-left: 2%;
}
article .radio_type01 > ul > li:nth-of-type(3n+4) {
  margin-left: 0;
}
article .radio_type01 > ul > li:nth-of-type(n+4) {
  margin-top: 16px;
}
article .checkbox01 + span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  padding: 0 20px;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  box-shadow: 0 -2px 0 #B8B8B8 inset;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
}
article .checkbox01 + span .small {
  font-size: 1.4rem;
}
article .checkbox01 + span:hover,
article .checkbox01:checked + span {
  top: 2px;
  box-shadow: none;
}
article .checkbox01:checked + span {
  background: #4BC14B;
  border-color: #4BC14B;
  color: #fff;
}
article .checkbox_type01 > ul {
  display: flex;
  flex-wrap: wrap;
}
article .checkbox_type01 > ul > li {
  width: 32%;
}
article .checkbox_type01 > ul > li + li {
  margin-left: 2%;
}
article .checkbox_type01 > ul > li:nth-of-type(3n+4) {
  margin-left: 0;
}
article .checkbox_type01 > ul > li:nth-of-type(n+4) {
  margin-top: 16px;
}
article .select_outer {
  position: relative;
}
article .select_outer::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: #B8B8B8 url(../img/ico_arrow02.png) no-repeat center center / 19px auto;
  pointer-events: none;
  border-radius: 0 6px 6px 0;
}
article .select_outer select {
  display: block;
  width: 100%;
  color: #4D4D4D;
  background: #FAFCEF;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  padding: 12px 64px 12px 24px;
  font-size: 1.8rem;
  line-height: 1.2;
}
article .select_outer.active select {
  background: #fff;
}
article .select_type01 > ul > li {
  width: 216px;
}
article .select_type01.type02 > ul > li {
  width: 560px;
}
article .select_type02 > ul {
  display: flex;
  align-items: center;
}
article .select_type02 > ul > li.large {
  font-size: 1.8rem;
}
article .select_type02 > ul > li.w01 {
  width: 148px;
}
article .select_type02 > ul > li + li {
  margin-left: 16px;
}
article .form_address .form_address01 .btn,
article .form_address .form_address02 .btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 188px;
  height: 48px;
  background: #DEDEDE url(../img/ico_search01.png) no-repeat right 16px center / 17px auto;
  box-shadow: 0 -3px 0 #B8B8B8 inset;
  border-radius: 6px;
  font-size: 1.8rem;
  padding-left: 28px;
  cursor: pointer;
  margin-left: auto;
}
article .form_address .form_address01 .btn:hover,
article .form_address .form_address02 .btn:hover {
  top: 3px;
  box-shadow: none;
}
article .form_address {
  width: 568px;
}
article .form_address .form_address01,
article .form_address .form_address02 {
  display: flex;
  align-items: center;
  width: 100%;
}
article .form_address .form_address01 {
  padding-right: 16px;
}
article .form_address .form_address01 span {
  display: inline-block;
  font-size: 1.8rem;
  margin-right: 12px;
}
article .form_address .form_address01 * + span {
  margin-left: 12px;
}
article .form_address .form_address01 input[type="text"] {
  text-align: center;
}
article .form_address .form_address01 input[type="text"].input1 {
  width: 98px;
}
article .form_address .form_address01 input[type="text"].input2 {
  width: 148px;
}
article .form_address .form_address01 input[type="tel"] {
  text-align: center;
}
article .form_address .form_address01 input[type="tel"].input1 {
  width: 98px;
}
article .form_address .form_address01 input[type="tel"].input2 {
  width: 148px;
}
article .form_address .form_address02 {
  margin-top: 20px;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 16px;
}
article .form_address .form_address02 p {
  font-size: 1.8rem;
}
article .form_more01 {
  display: none;
}
article .form_more01.active {
  display: block;
}
/* システムで追加 */
tr.form_more01.active {
  display: table-row;
}
/* システムで追加 */
tbody.form_more01.active {
  display: table-row-group;
}
@media screen and (max-width: 979px) {
  article .radio01 + label {
    font-size: 1.6rem;
  }
  article .checkbox01 + span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  article .form_txt01 {
    font-size: 1.6rem;
  }
  article .form_txt02 {
    flex-wrap: wrap;
  }
  article .form_txt02 li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  article .form_txt02 li:nth-of-type(2n+1) {
    width: 50%;
  }
  article .form_txt02 li + li {
    margin-left: 0;
  }
  article .form_txt02 li span {
    width: 100%;
  }
    article .form_txt03 {
    flex-wrap: nowrap;
    margin-right: 40%;
  }
  article input.text01,
  article .textarea01  {
    font-size: 1.6rem;
  }
  article .input_type01 {
    width: auto;
  }
  article .input_type02 > ul {
    display: block;
  }
  article .input_type02 > ul > li {
    width: auto;
  }
  article .input_type02 > ul > li + li {
    margin-left: 0;
    margin-top: 8px;
  }
  article .input_type03 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  article .input_type03 > ul > li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  article .input_type03 > ul > li.large {
    font-size: 1.6rem;
  }
  article .input_type03 > ul > li + li {
    margin-left: 0;
  }
  article .textarea_type01 > ul > li {
    width: auto;
  }
  article .radio01 + label .small {
    font-size: 1.2rem;
  }
  article .radio01:checked + label {
    background: #4BC14B;
    border-color: #4BC14B;
    color: #fff;
  }
  article .radio01 + label,
  article .radio01.type02 + label {
    height: 52px;
    padding: 0 4px;
    border-radius: 6px;
  }
  article .radio_type01 > ul > li {
    width: 50%;
  }
  article .radio_type01 > ul > li + li {
    margin-left: 0;
  }
  article .radio_type01 > ul > li:nth-of-type(3n+4) {
    margin-left: 0;
  }
  article .radio_type01 > ul > li:nth-of-type(2n+1) {
    padding-right: 8px;
  }
  article .radio_type01 > ul > li:nth-of-type(2n) {
    padding-left: 8px;
  }
  article .radio_type01 > ul > li:nth-of-type(n+3),
  article .radio_type01 > ul > li:nth-of-type(n+4) {
    margin-top: 16px;
  }
  article .radio_type01.large > ul {
    display: block;
  }
  article .radio_type01.large > ul > li {
    width: auto;
  }
  article .radio_type01.large > ul > li:nth-of-type(2n+1) {
    padding-right: 0;
  }
  article .radio_type01.large > ul > li:nth-of-type(2n) {
    padding-left: 0;
  }
  article .radio_type01.large > ul > li:nth-of-type(n+2) {
    margin-top: 16px;
  }
  article .radio_type01.large > ul > li.li_blank {
    display: none;
  }
  article .checkbox01 + span {
    height: 52px;
  }
  article .checkbox_type01 > ul {
    display: block;
  }
  article .checkbox_type01 > ul > li {
    width: auto;
  }
  article .checkbox_type01 > ul > li + li {
    margin-left: 0;
  }
  article .checkbox_type01 > ul > li:nth-of-type(n+2) {
    margin-top: 16px;
  }
  article .select_outer select {
    font-size: 1.6rem;
  }
  article .select_type01 > ul > li,
  article .select_type01.type02 > ul > li {
    width: auto;
  }
  article .select_type02 > ul {
    flex-wrap: wrap;
  }
   article .select_type04 > ul {
  display: flex;
  flex-wrap: nowrap;
  }
  article .select_type02 > ul > li {
    margin-right: 8px;
    margin-bottom: 8px;
  }
  article .select_type02 > ul > li.large {
    font-size: 1.8rem;
  }
  article .select_type02 > ul > li.w01 {
    width: 50%;
  }
  article .select_type02 > ul > li + li {
    margin-left: 0;
  }
  article .form_address .form_address01 .btn,
  article .form_address .form_address02 .btn {
    justify-content: center;
    height: 44px;
    background: #DEDEDE url(../img/ico_search01.png) no-repeat right 12px center / 9px auto;
    border-radius: 5px;
    font-size: 1.4rem;
    padding-left: 0;
    margin: 0 auto;
  }
  article .form_address .form_address01 .btn {
    width: calc(100% - 40px);
    margin-top: 16px;
  }
  article .form_address .form_address02 .btn {
    width: 149px;
  }
  article .form_address .form_address01 .btn:hover,
  article .form_address .form_address02 .btn:hover {
    top: 0;
    box-shadow: 0 -3px 0 #B8B8B8 inset;
  }
  article .form_address {
    width: auto;
  }
  article .form_address .form_address01 {
    flex-wrap: wrap;
  }
  article .form_address .form_address01 {
    padding-right: 0;
  }
  article .form_address .form_address01 span {
    font-size: 1.4rem;
    margin-right: 8px;
  }
  article .form_address .form_address01 * + span {
    margin-left: 8px;
  }
  article .form_address .form_address01 input[type="text"].input1 {
    width: 80px;
  }
  article .form_address .form_address01 input[type="text"].input2 {
    width: 104px;
  }

  article .form_address .form_address01 input[type="tel"].input1 {
    width: 80px;
  }
  article .form_address .form_address01 input[type="tel"].input2 {
    width: 104px;
  }

  article .form_address .form_address02 {
    margin-top: 16px;
    border-radius: 2px;
    padding: 16px 20px;
  }
  article .form_address .form_address02 p {
    flex: 1;
    font-size: 1.4rem;
    margin-right: 16px;
  }
}
@media screen and (max-width: 524px) {

 article .birthdate_outer01 select {
  display: block;
  width: 90px;
  color: #4D4D4D;
  background: #FAFCEF;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  padding: 12px 4px 12px 4px;
  font-size: 1.5rem;
  line-height: 1.2;
 }
 article .birthdate_outer02 select {
  display: block;
  width: 100%;
  color: #4D4D4D;
  background: #FAFCEF;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  padding: 12px 4px 12px 4px;
  font-size: 1.5rem;
  line-height: 1.2;
  }
  article input.phone_layout01{
    padding: 12px 20px;
  }
  article .select_type02 > ul > li.large {
  font-size: 1.4rem;
 }
}
@media screen and (max-width: 373px) {

    article .select_type04 > ul {
    display: flex;
    flex-wrap: wrap;
 }
article .form_txt03 {
  flex-wrap: wrap;
 }
article .select_outer select {
  display: block;
  width: 100%;
  color: #4D4D4D;
  background: #FAFCEF;
  border: 1px solid #B8B8B8;
  border-radius: 6px;
  padding: 12px 64px 12px 24px;
  font-size: 1.8rem;
  line-height: 1.2;
 }

article .select_type02 > ul > li.large {
  font-size: 1.6rem;
 }
}

/* box_btn01 */
article .box_btn01 {
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  article .box_btn01 {
    margin-top: 27px;
  }
}

/* input_btn03 */
article .input_btn03 + label {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 426px;
  height: 64px;
  border: 2px solid #CCCCCC;
  box-shadow: 0 -2px 0 #CCCCCC inset;
  border-radius: 6px;
  color: #CCCCCC;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
}
article .input_btn03 + label:hover,
article .input_btn03:checked + label {
  top: 3px;
  box-shadow: none;
}
article .input_btn03:checked + label {
  color: #4BC14B;
}
article .input_btn03 + label::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  border: 2px solid #CCCCCC;
  border-radius: 4px;
}
article .input_btn03:checked + label::before {
  background: #4BC14B url(../img/ico_check02.png) no-repeat center center / 19px auto;
  border-color: #4BC14B;
}
@media screen and (max-width: 767px) {
  article .input_btn03 + label {
    display: flex;
    width: 100%;
    height: 52px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  article .input_btn03 + label:hover {
    top: 0;
    box-shadow: 0 -2px 0 #CCCCCC inset;
  }
  article .input_btn03:checked + label {
    top: 3px;
    box-shadow: none;
  }
  article .input_btn03 + label::before {
    right: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    border-radius: 2px;
  }
  article .input_btn03:checked + label::before {
    background-size: 10px auto;
  }
}



/* box_error */
article .box_error {
  border: 1px solid #EF3F37;
  box-shadow: 0 0 0 1px #EF3F37 inset;
  background-color: #FFEFEA;
  padding: 20px;
  margin-bottom: 32px;
}
article .box_error + .hl01 {
  margin-top: 0;
}

article .box_error_disp_none {
  display: none;
  border: 1px solid #EF3F37;
  box-shadow: 0 0 0 1px #EF3F37 inset;
  background-color: #FFEFEA;
  padding: 20px;
  margin-bottom: 32px;
}
article .box_error_disp_none + .hl01 {
  margin-top: 0;
}

/*==============================*/
/* margin */
/*==============================*/
/* 56px */
article * + section,
article * + .hl01,
article * + .hl02,
article .form_more01 .hl02:first-child {
  margin-top: 56px;
}
/* 24px */
article p.lead01 + p,
article * + .btn01,
article * + .box01,
article * + .input_type01,
article * + .input_type02,
article * + .input_type03,
article * + .form_address,
article * + .radio_type01,
article * + .select_type01,
article * + .select_type02,
article * + .form_more01 {
  margin-top: 24px;
}

/* 8px */
article .hl02 + *,
article .hl03 + *,
article * + p,
article * + .ul_list01,
article .ul_list01 > li + li,
article .btn01 + .btn01,
article .form_sttl + *,
article p + p,
article ul + ul {
  margin-top: 8px;
}
/* 1px */
article .ul_list02 > li + li{
margin-top: 1px;
}


/*==============================*/
/* modal */
/*==============================*/
.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  padding: 20px 24px;
  overflow-y: auto;
 -ms-overflow-style:none;
 background: rgba(0,0,0,.7);
}
.modal::-webkit-scrollbar{
 display:none;
}
.modal .modal_ov {
 display: none;
}
.modal .modal_in {
  position: absolute;
  width: 800px;
  margin: 0 auto;
  background: #fff;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal .modal_in.y {
  top: 20px;
  margin-bottom: 20px;
  -webkit-transform: none;
          transform: none;
}
.modal .modal_cnts01 {
  background: #fff;
  padding: 40px 20px;
}
.modal .modal_cnts01 .hl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  color: #EF3F37;
}
.modal .modal_cnts01 .hl span {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.modal .modal_cnts01 .hl span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 26px;
  height: 23px;
  margin-top: -12px;
  background: url(../img/ico_error02.png) no-repeat center center / 100% 100%;
}
.modal .modal_cnts01 * + p,
.modal .modal_cnts01 * + ul {
  margin-top: 20px;
}
.modal .modal_cnts01 p {
  font-size: 1.8rem;
  line-height: 1.77;
  text-align: center;
}
.modal .modal_cnts01 ul {
  font-size: 1.8rem;
  line-height: 1.77;
}
.modal .modal_cnts01 ul li {
  position: relative;
  padding-left: 1em;
}
.modal .modal_cnts01 ul li span:first-child {
  position: absolute;
  left: 0;
  top: 0;
}
.modal .modal_cnts01 .link a {
  text-decoration: underline;
}
.modal .modal_cnts01 .link a:hover {
  text-decoration: none;
}
.modal .modal_close01 {
  position: relative;
  margin: 28px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  background: #777777 url(../img/ico_close.png) no-repeat right 10px center / 13px auto;
  box-shadow: 0 -3px 0 #535353 inset;
  border-radius: 6px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.modal .modal_close01:hover {
  top: 2px;
  box-shadow: none;
}
@media screen and (max-width: 840px) {
  .modal .modal_in {
    left: 20px;
    right: 20px;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .modal .modal_cnts01 {
    padding: 20px;
  }
  .modal .modal_cnts01 .hl {
    text-align: left;
    font-size: 1.6rem;
  }
  .modal .modal_cnts01 .hl span {
    padding-left: 24px;
  }
  .modal .modal_cnts01 .hl span::before {
    width: 18px;
    height: 16px;
    margin-top: -8px;
  }
  .modal .modal_cnts01 * + p {
    margin-top: 16px;
  }
  .modal .modal_cnts01 p {
    font-size: 1.3rem;
    line-height: 1.615;
    text-align: left;
  }
  .modal .modal_cnts01 .modal_close01 {
    width: 135px;
    height: 40px;
    background: #777777 url(../img/ico_close.png) no-repeat right 10px center / 10px auto;
    border-radius: 5px;
    padding-right: 0;
    font-size: 1.1rem;
    margin-top: 20px;
  }
}



/*==============================*/
/* form_address_modal */
/*==============================*/
.form_address_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  padding: 40px 0;
  z-index: 1000;
}
.form_address_modal .modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  cursor: pointer;
}
.form_address_modal .modal_in {
  position: absolute;
  left: 50%;
  top: 40px;
  bottom: 40px;
  width: 800px;
  margin-left: -400px;
  background: #fff;
  padding: 40px 64px;
  display: flex;
  flex-direction: column;
}
.form_address_modal .modal_hl01 {
  font-size: 2.2rem;
  font-weight: bold;
}
.form_address_modal .modal_btn {
  margin-top: 20px;
  flex: 1;
  overflow: auto;
}
.form_address_modal .modal_btn li + li {
  margin-top: 12px;
}
.form_address_modal .modal_btn li .radio01 + label {
  text-align: left;
  align-items: flex-start;
  height: auto;
  padding: 8px 20px;
}
.form_address_modal .modal_close {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  width: 426px;
  height: 80px;
  background-color: #F76300;
  box-shadow: 0 -3px 0 #A84401 inset;
  border-radius: 6px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.form_address_modal .modal_close:hover {
  top: 3px;
  box-shadow: none;
}
@media screen and (max-width: 840px) {
  .form_address_modal .modal_in {
    position: absolute;
    left: 20px;
    right: 20px;
    width: auto;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .form_address_modal .modal_in {
    padding: 20px 24px;
  }
  .form_address_modal .modal_close {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    font-size: 1.6rem;
  }
}



/*==============================*/
/* confirm */
/*==============================*/
.modal_confirm {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
  background: rgba(0,0,0,.5);
}
.modal_confirm .modal_ov {
  display: none;
}
.modal_confirm .modal_outer {
  position: relative;
  margin: 0 20px;
  padding: 40px 0;
}
.modal_confirm .modal_in {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 64px;
}
.modal_confirm .nav_btn {
  margin-top: 36px;
  margin-bottom: 0;
}
.modal_confirm .btn_confirm_close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  height: 50px;
  background: #C6C7C6 url(../img/ico_edit01.png) no-repeat right 10px center / 18px auto;
  box-shadow: 0 -3px 0 #9D9D9D inset;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  margin: 0 auto;
}
.modal_confirm .btn_confirm_close:hover {
  top: 3px;
  box-shadow: none;
}
.modal_confirm .pnav {
  margin: 36px 0 0;
}
article .modal_confirm .table01 table td.td_txt {
  padding-right: 0;
  word-break: break-all;
  }
@media screen and (max-width: 767px) {
  .modal_confirm {
    padding: 24px;
  }
  .modal_confirm .modal_in {
    width: auto;
    max-width: initial;
    max-width: auto;
    padding: 18px;
  }
  .modal_confirm .nav_btn {
    margin-top: 27px;
  }
  .modal_confirm .btn_confirm_close {
    width: 136px;
    height: 43px;
    background-size: 11px auto;
    border-radius: 5px;
    font-size: 1.1rem;
  }
}



/*==============================*/
/* footer */
/*==============================*/
.error .topicpath .topicpath_in {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.error article {
  padding-bottom: 260px;
}
@media screen and (max-width: 767px) {
  .error article {
    padding-bottom: 54px;
  }
}



/*==============================*/
/* footer */
/*==============================*/
#footer {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
#footer #footer_copyright {
  text-align: left;
  height: 25px;
  overflow: hidden;
  background-color: #009900;
}
#footer #footer_copyright #footer_copyright02 {
  float: right;
  width: 258px;
  height: 25px;
  background: url(../img/footer_copyright02.png) no-repeat;
  margin-right: 20px;
}
#footer #footer_copyright #footer_copyright01 {
  float: left;
  width: 120px;
  height: 25px;
  background: url(../img/footer_copyright01.png) no-repeat;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #footer {
    font-family: "メイリオ",Meiryo,"Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Helvetica,Arial,sans-serif;
    width: auto;
  }
  #footer #footer_copyright {
    text-align: center;
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    background-color: #ffffff;
  }
  #footer #footer_copyright #footer_copyright02 {
    float: none;
    width: auto;
    height: auto;
    background: none;
    margin-right: 0;
    font-size: 12px;
    line-height: 1.1;
    padding-bottom: 15px;
  }
  #footer #footer_copyright #footer_copyright01 {
    float: none;
    width: auto;
    height: 45px;
    background: #029900 url(../img/footer_copyright01_spi.png) no-repeat center center;
    background-size: 130px 25px;
    margin-left: 0;
  }
}



/*==============================*/
/* module */
/*==============================*/
.clearfix {zoom:1;}
.clearfix::after {content:"";display:block;clear:both;}
.is_sp {
  display: none;
}
.bold {
  font-weight: bold;
}
.c_red {
  color: #E60000;
}
.c_blue {
  color: #0000ff;
}

article .link02 {
  text-decoration: underline;
}

.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.mt00 {
  margin-top: 0 !important;
}
.mt04 {
  margin-top: 4px !important;
}
.mt08 {
  margin-top: 8px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.block {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  .is_sp.inline {
    display: inline;
  }
}



/*==============================*/
/* module */
/*==============================*/
.debug {
  display: block !important;
}
.pnav .next .btn.debug02 {
  background-color: #F76300 !important;
  box-shadow: 0 -3px 0 #A84401 inset !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}
.pnav .next .btn.debug02 span {
  display: none !important;
}

/*==============================*/
/* progress */
/*==============================*/
.modal_pr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}

.modal_pr.active {
  display: block;
}

.modal_pr .modal_ov {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,.8);
}

.modal_pr .modal_progress {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  background: #fff;
  border-radius: 8px;
}

.modal_pr .modal_progress img {
  width: 100%;
}

.error_disp {
	display:none;
	font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #FFDCA5;
}

.error_disp.activ {
display: block;
}

.err_conf {
	font-size: 12px;
	text-align: left;
	color: #EF3F37;
	display: block;
	width:fit-content;
	cursor: pointer;
}

.space {
	background: #fff;
	padding: 30px 0 0 0;
}

.selector-hide {
	display: none;
	height: 0;
}

.notice {
	color: #4682b4;
    font-weight: bold;
    margin: 0;
    font-size: 18px;
}

.input_yubin{
  width: 148px;
}

/*==============================*/
/* englishu_botton */
/*==============================*/

.en_botton_area{
  background-color: #ffffff;
  padding: 0 116px;
  padding-bottom: 48px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.en_botton{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 16px;
  font-size: 14px;
  height: 30px;
  font-weight: 700;
  color: #4D4D4D;
  background-color: #ffffff;
  border: 1px solid #4D4D4D;
  border-radius: 8px;
  box-shadow: 0px 3px 0px rgba(77, 77, 77, 1);
  cursor: pointer;
  transition: transform 0.1s ease, box-shadow 0.2s ease;
}

.en_botton:not(last-child){
  margin-right: 10px;
}

.en_botton img{
  width: 15px;
  height: auto;
  margin-left: 4px;
}

.en_botton:active {
  box-shadow: none;
  transform: translateY(3px);
}

.index6_pd_bottom{
  padding-bottom: 60px;
}


@media screen and (max-width: 767px) {
  .en_botton_area {
    padding: 0;
    padding-bottom: 38px;
  }
  .index6_pd_bottom{
    padding-bottom: 28px;
  }
}