@charset "utf-8";

body {
  font-family: Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-size: 14px;
  padding: 0;
  margin: 0;
  color: #000;
/* 案件によって
  text-align: justify;
  text-justify: distribute;
  word-break: normal;
  line-break: strict;
*/
}
body.fontL {font-size: 16px;}
body.fontS {font-size: 12px;}
/*==================
 ▼ブレイクポイントのルール▼
 -スマホを基本設計にする-
 *?479px：SP縦
 *480px?：SP横
 *600px?タブレット
 *960px?小型PC
 *1280px?大型PC
==================*/


.clearfix:after {
  content:" ";
  display:block;
  clear:both;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*------ common ------*/

img {
  vertical-align: bottom;
  max-width: 100%;
}
a {color: #0563c1; text-decoration: none;}
a:hover {text-decoration: underline;}
img {vertical-align: top;}
h1,h2,h3,h4,h5,p,dl,dd { margin: 0; padding: 0}
h3 {font-weight: normal;}
ul li {
    list-style: none;
}
ul {
    margin: 0;
    padding: 0;
}
select,
input {font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
font-size: 14px;}
.mb10 {margin-bottom: 10px;}
.sp { display: none!important; }
.visual-box .ipad { display: none; }
@media only screen and (min-width: 768px){
  /*.gnav ul li span,
  a {transition: all 0.3s ease;}*/
  .gnav ul li span:hover,
  a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}
.txt-left {text-align: left!important;}

/*-------------------------------------------------- */
.m00 { margin: 0px !important; }
.m05 { margin: 5px !important; }
.m10 { margin: 10px !important; }
.m15 { margin: 15px !important; }
.m20 { margin: 20px !important; }
.m25 { margin: 25px !important; }
.m30 { margin: 30px !important; }
.m35 { margin: 35px !important; }
.m40 { margin: 40px !important; }
.m45 { margin: 45px !important; }
.mt00 { margin-top: 0px !important; }
.mt02 { margin-top: 2px !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt33 { margin-top: 33px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 30px !important; }
.mt45 { margin-top: 35px !important; }
.mr00 { margin-right: 0px !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mb00 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.ml00 { margin-left: 0px !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
/*
--------------------------------------------------
  padding
-------------------------------------------------- */
.p00 { padding: 0px !important; }
.p05 { padding: 5px !important; }
.p10 { padding: 10px !important; }
.p15 { padding: 15px !important; }
.p20 { padding: 20px !important; }
.p25 { padding: 25px !important; }
.p30 { padding: 30px !important; }
.p35 { padding: 35px !important; }
.p40 { padding: 40px !important; }
.p45 { padding: 45px !important; }
.pt00 { padding-top: 0px !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pr00 { padding-right: 0px !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pb00 { padding-bottom: 0px !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb120 { padding-bottom: 120px !important; }
.pl00 { padding-left: 0px !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.txtRed {color: #d23c28;}

/*------ header ------*/

#headerSp {
  display: none;
}
.header01 {
  background: #144678;
  color: #fff;
  padding: 4px 0;
}
.header01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  flex-direction: row-reverse;

}
/*.h-search input {
  background: #eee;
  height: 28px;
  width: 240px;
  border-radius: 2px;
  font-size: 12px;
  padding-left: 14px;
  box-sizing: border-box;
  border: none;
  margin-left: 20px;
}*/
  input::-webkit-input-placeholder {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  input:-moz-placeholder {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  input::-moz-placeholder {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
  input:-ms-input-placeholder {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
  }
/*.h-search {
  position: relative;
  float: right;
}
.h-search a {
  position: absolute;
  right: 6px;
  top: 6px;
}*/
.header01 .hnav {
  padding: 4px 20px 0 0;
}
.header01 .hnav li {
  float: left;
}
.header01 .hnav li a {
  border-right: 1px solid #64738c;
  padding: 3px 20px 3px 20px;
  font-size: 16px;
  display: block;
}
.header01 .fchange a,
.header01 .hnav li a {
  color: #fff;
}
.header01 .fchange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  font-size: 12px;
  align-items: center;
}
.header01 .fchange dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  padding-left: 10px;
}
.header01 .fchange li {
  border: 1px solid #64738c;
  border-right: none;
}
.header01 .fchange a {
  display: block;
  padding: 6px 8px;
}
.fontL .sizeL a:hover,
.fontM .sizeM a:hover,
.fontS .sizeS a:hover,
.fontL .sizeL a,
.fontM .sizeM a,
.fontS .sizeS a { background: #d23c28!important; }

.header01 .fchange a:hover {
  background: #234e7d;
}
.header01 .fchange li:last-child {
  border-right: 1px solid #64738c;
}
.header02 {
  background: #fff;
}
.header02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  align-items: center;
  padding: 2px 0;
}
.header02 .hbnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
}
.header02 .hbnr li {
  padding-left: 2px;
}
.header02 .hbnr li img {
  max-width: 100%;
  width: 100%;
}
.header02 .hbnr li:last-child {
  padding-left: 4px;
}
#header {
  position: relative;
  z-index: 2;
}
.gnav {
  background: #e2e8ee;
  border-bottom: 1px solid #f4f6fa;
  position: relative;
  z-index: 2;
}
.gnav ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;

}
.gnav ul.list li {
  width: 20%;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.gnav ul.list li span,
.gnav ul.list li a {
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-left: 1px solid #ced6dc;
  border-top: 1px solid #e2e8ee;
  padding: 19px 0 20px;
  cursor: pointer;
}
.gnav ul.list li:last-child span {
  border-right: 1px solid #ced6dc;
}
.gnav .inner {
  position: relative;
}
.sub_opened05 .gnav ul.list .tit05.nav_open,
.sub_opened04 .gnav ul.list .tit04.nav_open,
.sub_opened03 .gnav ul.list .tit03.nav_open,
.sub_opened02 .gnav ul.list .tit02.nav_open,
.sub_opened01 .gnav ul.list .tit01.nav_open {
  background: #fff!important;
  border-top: 1px solid #ced6dc;
  position: relative;
  z-index: 100;
}
.sub_opened05 .gnav ul.list .tit01.nav_open:hover,
.sub_opened04 .gnav ul.list .tit01.nav_open:hover,
.sub_opened02 .gnav ul.list .tit01.nav_open:hover,
.sub_opened02 .gnav ul.list .tit01.nav_open:hover,
.sub_opened01 .gnav ul.list .tit01.nav_open:hover {
  opacity: 1;
}
.sub_opened05 .gnav ul.list .tit05.nav_open:after,
.sub_opened04 .gnav ul.list .tit04.nav_open:after,
.sub_opened03 .gnav ul.list .tit03.nav_open:after,
.sub_opened02 .gnav ul.list .tit02.nav_open:after,
.sub_opened01 .gnav ul.list .tit01.nav_open:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 10px;
  background: #fff;
  content: "";
  z-index: 100;
}
.gnav ul.list li:last-child a {
  border-right: 1px solid #ced6dc;
}
.gnav .sub_nav {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #ced6dc;
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
}
.sub_opened05 .gnav #sub_nav05,
.sub_opened04 .gnav #sub_nav04,
.sub_opened03 .gnav #sub_nav03,
.sub_opened01 .gnav #sub_nav01,
.sub_opened02 .gnav #sub_nav02 {
  display: block;
}
.bg-click {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 179px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
}
.sub_opened05 .bg-click,
.sub_opened04 .bg-click,
.sub_opened03 .bg-click,
.sub_opened02 .bg-click,
.sub_opened01 .bg-click {
  display: block;
}
.gnav .sub_nav span {
  color: #000;
  font-weight: bold;
  position: relative;
}
.gnav .sub_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
        justify-content: space-between;
}
.gnav .sub_nav .link01 {
  width: 30%;
}
.gnav .sub_nav .link01 img {
  max-width: 100%;
}
.gnav .sub_nav .link01 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0 20px 22px;
}
.gnav .sub_nav .link01 span:hover {
  opacity: 0.7;
}
.gnav .sub_nav .link01 .txt:after {
  background: url(/common/img/arr_blue04.png) no-repeat 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  width: 9px;
  height: 14px;
  box-sizing: border-box;
  margin-top: -5px;
}
.gnav .link_box {
  width: 70%;
  background: #f4f6fa;
  padding: 10px 10px 0;
  box-sizing: border-box;
}
.gnav .link_box .sublink {
  margin-bottom: 10px;
}
.gnav .link_box .sublink li {
  width: 49.5%;
  background: #fff;
  border: 1px solid #e2e8ee;
  border-top: none;
  border-radius: 4px;
  padding: 0 1px 1px 1px;
  float: left;
}
.gnav .link_box .sublink li:last-child {
  float: right;
}
.gnav .link_box .sublink li.last {
  float: none;
}
.gnav .link_box .sublink li a {
  border: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}
.gnav .link_box .sublink li .txt {
  padding-left: 9px;
  padding-right: 2px;
  box-sizing: content-box;
  width: 50%;
  box-sizing: border-box;
}
.gnav .link_box a:after {
  background: url(/common/img/arr_blue03.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  width: 7px;
  height: 11px;
  box-sizing: border-box;
  margin-top: -4px;
}
#sub_nav02 .link_box a:after {
  background: none;
}
.gnav .link_box .sublink li span img {
  max-width: 100%;
}
.btnClose {
  text-align: right;
  padding: 15px 20px 15px 0;
}
.gnav .btnClose span {
  color: #144678;
  background: url(/common/img/ico_close.png) no-repeat right 1px;
  padding-right: 23px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gnav .btnClose span:hover {
  opacity: 0.6;
}
.gnav #sub_nav02 .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.gnav .nav_box {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-top: none;
  border-left: none;
  border-radius: 4px;
  padding: 12px 5px 12px 20px;
  width: 49%;	/*31.8%*/
  margin: 0 2% 2% 0;
  box-sizing: border-box;
}
.gnav .nav_box:last-child{
  margin-right: 0;
}
.gnav .nav_box ul li {
  padding: 3px 0;
}
.gnav .nav_box ul li a {
  background: url(/common/img/arr_blue05.png) no-repeat 0 center;
  padding: 0 0 0 13px;
  color: #000;
  font-size: 13px;
}
.gnav .nav_box .title {
  color: #144678;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px){
  .sp-pb10 {padding-bottom: 10px!important;}
  .sp-pb20 {padding-bottom: 20px!important;}
  a:hover {
    opacity: 1;
  }
  .gnav,
  #header {
    display: none;
  }
  #headerSp {
    display: block;
    border-top: 3px solid #144678;
    padding: 5px 0;
    position: relative;
    height: 63px;
    padding-right: 55px;
  }
  #headerSp .logp_sp {
    display: flex;
    justify-content: center;
  }
  #headerSp .logp_sp span{
    float: left;
    padding: 10px 0 0 0;
  }
  #headerSp .logp_sp img {
    max-width: 252px;
  }
  #headerSp .menu {
    position: absolute;
    right: 0;
    top: 5px;
    background: #144678;
    height: 50px;
    width: 55px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    cursor: pointer;
  }
  #headerSp .menu span {
    width: 25px;
    height: 1px;
    background: #fff;
    position: relative;
    display: block;
    margin: 16px 0 0 23px;
  }
  #headerSp .menu span:after {
    position: absolute;
    left: 0;
    top: 7px;
    width: 25px;
    height: 1px;
    background: #fff;
    content: "";
  }
  #headerSp .menu span:before {
    position: absolute;
    left: 0;
    top: 14px;
    width: 25px;
    height: 1px;
    background: #fff;
    content: "";
  }
  .nav-content {
    position: fixed;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease;
    z-index: 200;
  }
  .nav-open {
    left: 0;

  }
  /*@-moz-document url-prefix() {
    .h-search input {
        padding-top: 5px;
    }
  }*/

  body.overflow {
    overflow-y: hidden;
  }
  .menu-open .nav-content {
    display: block;
  }
  .nav-open .click {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,64,84,0.5);
    content: "";
  }
  .nav-inner {
    position: relative;
    margin-left: 55px;
    background: #144678;
    border-left-width: 2px;
    border-left-style: solid;
    border-color: rgba(178,182,187,0.5);
    z-index: 1;
    padding-bottom: 10px;

  }
  .nav-content {
    height: calc(100vh);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
  }
  .nav-close01 {
    position: absolute;
    left: -55px;
    top: 20px;
    background: #144678;
    height: 50px;
    width: 55px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    cursor: pointer;border-width: 2px;
    border-style: solid;
    border-color: rgba(178,182,187,0.5);
    border-right: none;
    cursor: pointer;
  }
  .nav-close01  span {
    position: relative;
    display: block;
    margin: 13px 0 0 23px;
  }
  .nav-close01 img {
    width: 19px;
  }

  .nav-content .hbnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari 6.1+ */
    display: flex;
    padding: 10px 7px 5px;
  }
  .nav-content .hbnr2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari 6.1+ */
    display: flex;
    padding: 0 7px 10px;
  }
  .nav-content .hbnr img,
  .nav-content .hbnr2 img {
    max-width: 100%;
  }
  .nav-content .hbnr li,
  .nav-content .hbnr2 li {
    margin: 0 3px 0;
    /* width: 33%; */
  }
  /*.h-search {
    float: none;
    padding: 0 10px;
  }
  .h-search input {
    width: 100%;
    height: 30px;
    margin-left: 0;
    background: #c8d7e1;
    color: #144678;
  }*/
  #search_wrap input::-webkit-input-placeholder {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    color: #144678;
    line-height: 1;
  }
  #search_wrap input:-moz-placeholder {
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
      color: #144678;
      line-height: 1;
  }
  #search_wrap input::-moz-placeholder {
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
      color: #144678;
      line-height: 1;
  }
  #search_wrap input:-ms-input-placeholder {
      font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
      color: #144678;
      line-height: 1;
  }
  /*.h-search a {
    right: 20px;
  }*/
  .h-link li > a,
  .h-link li span {
    background: #144678;
    padding: 15px 40px 15px 20px;
    font-size: 15px;
    font-weight: normal;
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: #fff;
  }
  .h-link li:first-child a {
    border-top: 1px solid #fff;
  }
  .h-link li span:after {
    background: url(/common/img/ico_f01.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 8px;
    top: 50%;
    content: "";
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    margin-top: -16px;
  }
  .h-link .active span:after,
  .h-link  li .open:after {
    background: url(/common/img/ico_f01_o.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .h-link .h-block {
    background: #c8d7e1;
    padding: 20px;
    display: none;
  }
  .h-link .active .h-block {
    display: block;
  }
  .h-link .h-block li {
    padding: 6px 0;
  }
  .h-link .h-block li a {
    background: url(/common/img/arr_blue02.png) no-repeat 0 center;
    background-size: 6px auto;
    margin: 0;
    color: #144678;
    font-size: 14px;
    padding: 0 0 0 13px;
    display: block;
    line-height: 1.3;
    border: none;
  }
  .h-link .h-block li a:hover {
    text-decoration: none;
  }
  .h_map {
    display: block;
    padding: 15px 20px 0;
  }
  .h_map li {
    padding: 6px 0;
  }
  .h_map a {
    background: url(/common/img/arr_white01.png) no-repeat 0 center;
    font-weight: normal;
    background-size: 6px auto;
    padding-left: 13px;
    font-size: 12px;
    color: #fff;
  }
  .nav-close02 {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin: 15px 10px 10px;
    padding: 10px 0;
    cursor: pointer;
  }
  .nav-close02 span {
    background: url(/common/img/ico_close02_sp.png) no-repeat 0 center;
    background-size: 14px 14px;
    font-size: 14px;
    padding: 0 0 0 20px;
  }
  .login-content {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 7px;
    background-color: rgba(47,64,84,0.5);
    display: none;
    height: 100%;
    z-index: 200;
  }
  .login-open .login-content {
    display: block!important;
  }
  .login-content ul {
    display: flex;
  }
  .login-content ul li {
    padding: 0 3px;
  }
  .login-content ul img {
    max-width: 100%;
  }
  .login-content .nav-close02 {
    margin: 10px 3px 0;
  }
  .search-content {
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 7px;
    background-color: rgba(47,64,84,0.5);
    height: 100%;
    width: 100%;
    z-index: 200;
  }
  .search-content {
    padding: 10px;
    display: none;
  }
  .search-open .search-content {
    display: block;
  }
  .search-content .search-inner{
    background: #fff;
    border-radius: 5px;
    padding: 3px;
  }
  .search-content .title {
    text-align: center;
    padding: 10px 0 10px;
  }
  .search-content .title span {
    background: url(/common/img/ico_company.jpg) no-repeat 0 center;
    background-size: 15px 20px;
    font-size: 17px;
    padding: 0 0 0 25px;
    font-weight: bold;
  }
  .search-content dl.search01 {
    background: #f4f6fa;
  }
  .search-content dl.search01 dd {
    border-bottom: 1px solid #e0e4ea;
    padding: 0 10px 10px;
  }
  .search-content dl.search01 dd:last-child {
    border: none;
  }
  .search-content dl.search01 dd input {
    background: #fff;
    border: 1px solid #eaeef4;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
    text-align: center;
  }
  .search-content dl.search01 dt {
    padding: 10px;
  }
  .search-content .btn01 {
    background: #144678;
    text-align: center;
  }
  .search-content .btn01 a {
    color: #fff;
    display: block;
    padding: 10px;
    font-size: 13px;
  }
  .search-content .btn01 span {
    background: url(/common/img/ico_search02.png) no-repeat 0 center;
    background-size: 18px 18px;
    font-size: 17px;
    padding: 0 0 0 25px;
  }
  .search-content .nav-close02  {
    margin: 10px 0 0 0;
  }

}
.custom-select select {
    width: 100%;
    border: none;
    background: #fff;
    border: none;
    font-size: 12px;
    color: #787878;
}
.custom-select {
  background:#fff url(/common/img/arr_blue06.png) no-repeat right 8px center!important;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #e0e4ea;
  position: relative;
  box-sizing: border-box;
}
.custom-select:after {
  background: #eaeef4;
  position: absolute;
  right: 23px;
  top: 0;
  height: 31px;
  width: 1px;
  content: "";
}
.custom-select select {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  width: 100%;
  cursor: pointer;
  padding: 4px 5px 1px 8px;
  height: 31px;
  overflow: hidden;
  box-sizing: border-box;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
}
.custom-select select::-ms-expand{
    display: none;
}

/*------ footer ------*/
#footer {
  display: block;
}
.footer01 {
  background: #b4c8dc;
  padding: 20px 0;
}
.footer01 .f_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
}
.footer01 .f_banner li img {
  max-width: 100%;
  width: 100%;
}
.footer01 .f_banner li {
  padding-right: 9px;
}
.footer01 .f_banner li:last-child {
  padding-right: 0;
}
.footer02 {
  background: #144678;
  color: #a5b9d2;
  padding: 42px 30px;
}
.footer02 .f_box01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  border-bottom: 1px solid #50648c;
  padding-bottom: 30px;
}
.footer02 .f_contact img {
  max-width: 100%;
}
.footer02 .f_contact {
  width: 30%;
}
.footer02 .f_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  width: 65%;
}
.footer02 .f_left .f_text {
  padding-left: 27px;
  font-size: 12px;
  line-height: 1.6;
}
.footer02 .f_left .f_text span {
  display: block;
  color: #fff;
  font-size: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}
.f_map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  border-top: 1px solid #50648c;
  padding-top: 15px;
}
.f_map li {
  padding-top: 15px;
}
.f_map a {
  background: url(/common/img/arr_white02.png) no-repeat 0 0;
  color: #fff;
  padding: 0 0 0 30px;
  margin-right: 30px;
  font-size: 16px;
  display: block;
}
.f_map a:hover {
  text-decoration: none;
}
.f_box02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex; /* Safari 6.1+ */
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
  padding-top: 30px;
}
.fnav li span {
  cursor: default;
}
.fnav li span,
.fnav li a {
  background: url(/common/img/arr_white02.png) no-repeat 0 0;
  color: #fff;
  padding: 0 0 0 30px;
  margin-right: 30px;
  font-size: 16px;
  display: block;
}
.fnav li a:hover {
  text-decoration: none;
}
.taget {
  position: relative;
  display: inline-block!important;
}
.taget:after {
  background: url(/common/img/ico_taget.png) no-repeat 0 0;
  position: absolute;
  right: -22px;
  top: 2px;
  content: "";
  width: 13px;
  height: 15px;
  box-sizing: border-box;
}
.fnav .flink {
  padding: 10px 0 25px 30px;
}
.fnav .flink li {
  padding: 5px 0;
}
.fnav .flink li a {
  background: url(/common/img/arr_blue01.png) no-repeat 0 center;
  color: #a5b9d2;
  padding: 0 0 0 13px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: normal;
}
.footer03 {
  text-align: center;
  font-size: 11px;
  color: #818181;
  line-height: 1.6;
  padding: 25px 0 55px;
}
.copyright {
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
}
@media only screen and (min-width: 768px){
  .gnav ul,
  .inner {
    max-width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px){
  .gnav ul.list li:nth-child(2) span {
    font-size: 15px;
  }
  .gnav .link_box a:after {
    right: 2px;
  }
  .gnav .sub_nav .link01 .txt:after {
    right: 10px;
  }
}
@media only screen and (max-width: 767px){
  .visual-box .ipad,.pc { display: none!important; }
  .sp { display: block!important; }
  .footer01 {
    padding: 10px;
  }
  .footer01 .f_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex; /* Safari 6.1+ */
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between; /* Safari 6.1+ */
            justify-content: space-between;
    margin-bottom: -2%;
  }
  .footer01 .f_banner li {
    width: 49%;
    box-sizing: border-box;
    padding: 0 0 2%;
  }
  .footer02 {
    padding: 40px 0;
  }
  .footer02 .f_contact,
  .footer02 .f_left,
  .footer02 .f_box01 {
    display: block;
    width: 100%;
  }
  .footer02 .f_box01 img {
    margin: 0 auto 10px;
  }
  .footer02 .f_box01 {
    text-align: center;
    padding-bottom: 20px;
    border: none;
  }
  .footer02 .f_left .f_text {
    padding: 0 0 20px;
  }
  .footer02 .f_left .f_text span {
    font-size: 14px;
  }
  .footer02 .f_box02 {
    padding-top: 0;
    display: block;
    border-top: 1px solid #fff;
  }
  .f_contact {
    padding: 0 20px;
  }
  .f_contact img {
    max-width: 335px;
    margin: 0 auto;
  }
  .fnav {
    padding-left: 0;
  }
  .fnav .flink {
    padding-left: 0;
  }
  .fnav .flink {
    background: #c8d7e1;
    padding: 20px;
    display: none;
  }
  .fnav .flink li {
    padding: 6px 0;
  }
  .fnav .flink li a {
    background: url(/common/img/arr_blue02.png) no-repeat 0 center;
    background-size: 6px auto;
    margin: 0;
    color: #144678;
    font-size: 14px;
    border: none
  }
  .fnav li a,
  .fnav li span {
    background: none;
    padding: 15px 20px;
    font-size: 15px;
    font-weight: normal;
    display: block;
    position: relative;
    margin: 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
  }
  .fnav li span:after {
    background: url(/common/img/ico_f01.png) no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    right: 8px;
    top: 50%;
    content: "";
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    margin-top: -16px;
  }
  .fnav li .open:after {
    background: url(/common/img/ico_f01_o.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .f_map {
    display: block;
    padding: 15px 20px 0;
  }
  .f_map li {
    padding: 6px 0;
  }
  .f_map a {
    background: url(/common/img/arr_white01.png) no-repeat 0 center;
    font-weight: normal;
    background-size: 6px auto;
    padding-left: 13px;
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
    padding: 20px 0;
  }
  .footer03 {
    font-size: 10px;
    padding: 20px 10px 40px;
  }
  .taget:after {
    top: 0;
  }
}

/*------------ main ------------*/
.btn a {
  background: #002878;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 422px;
  display: block;
  font-size: 22px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 50px;
  text-decoration: none!important;
}
.btn .edit span {
  background: url(/common/img/ico_edit.png) no-repeat 0 4px;
  padding: 4px 0 4px 50px;
}
.detail a {
  display: block;
  border: 1px solid #d23c28;
  font-size: 14px;
  text-align: center;
  color: #d23c28;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}
.detail.blue a {
  border: 1px solid #144678;
  color: #144678;
  text-decoration: none;
}
.detail.white a {
  border: 1px solid #fff;
  color: #fff;
}

.detail a:after {
  background: url(/common/img/ico_detail.png) no-repeat 0 0;
  position: absolute;
  right: 12px;
  top: 50%;
  content: "";
  width: 7px;
  height: 10px;
  margin-top: -5px;
}
.detail.blue a:after {
  background: url(/common/img/arr_blue03.png) no-repeat 0 0;
}
.detail.white .target:after {
  background: url(/common/img/ico_taget.png) no-repeat 0 0;
  width: 13px;
  height: 15px;
}
@media only screen and (min-width: 768px){
  .detail a {
    width: 200px;
  }
  .fontL .detail a {
    width: 210px;
  }
}
@media only screen and (max-width: 767px){
  .detail a:after {
    right: 15px;
  }
  .detail { width: 240px; margin: 0 auto; }
}


/*
--------------------------------------------------
  sub page
-------------------------------------------------- */

.page__main {
    background: #f4f6fa;
    line-height: 1.4;
}
.page__main a {
  text-decoration: underline;
}
.page__main a:hover {
  text-decoration: none;
}
.page__main .text {
  line-height: 1.8;
  padding-bottom: 30px;
}
.h2-tit {
  color: #144678;
  font-size: 34px;
  padding-bottom: 20px;
}
.h2-tit02 {
  font-size: 32px;
  padding-bottom: 10px;
  position: relative;
  margin: 0 0 25px;
}
.h2-tit02:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 80px;
  background: #000;
  content: "";
}
.h3-back {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 20px;
}
.h3-blue {
  font-size: 18px;
  font-weight: bold;
  color: #144678;
  padding-bottom: 20px;
}
.h3-tit-bd {
  color: #144678;
  font-size: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid #144678;
  margin-bottom: 25px;
}
.h3-tit {
  font-size: 20px;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
}
.h3-tit02 {
  font-size: 28px;
  padding-bottom: 10px;
  color: #000;
  font-weight: bold;
}

.center { text-align: center; }
hr {
  border: none;
  border-bottom: 1px solid #cdd7dc;
  height: 1px;
  margin-bottom: 40px;
}
#gnav_acv05 .gnav ul.list li:nth-child(5) span,
#gnav_acv04 .gnav ul.list li:nth-child(4) span,
#gnav_acv03 .gnav ul.list li:nth-child(3) span,
#gnav_acv02 .gnav ul.list li:nth-child(2) span,
#gnav_acv01 .gnav ul.list li:first-child span,
#tool .gnav ul.list li:nth-child(3) span,
#individual .gnav ul.list li:nth-child(2) span,
#contact .gnav ul.list li:last-child span,
#listed .gnav ul.list li:nth-child(3) span,
#template .gnav ul.list li:first-child span {
  background: #dceafc;
}
.breadcrumb {
  background: rgba(86, 121, 156, 0.5);
  padding: 10px 0;
}
.breadcrumb ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items:center;
  font-size: 13px;
}
.breadcrumb ul li img {
  vertical-align: middle;
  margin-top: -4px;
}
.breadcrumb ul li {
  color: #fff;
  padding-right: 10px;
  line-height: 1;
}
.breadcrumb ul a {
  color: #fff;
  margin-right: 10px;
  text-decoration: underline;
}
.breadcrumb ul a:hover {
  text-decoration: none;
}
.visual__box {
  background: url(/common/img/visual.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#visual01 {
  background: url(/common/img/visual01.jpg) no-repeat center center;
  background-size: cover;
}
#visual02 {
  background: url(/common/img/visual02.jpg) no-repeat center center;
  background-size: cover;
}
#visual03 {
  background: url(/common/img/visual03.jpg) no-repeat center center;
  background-size: cover;
}
#visual04 {
  background: url(/common/img/visual04.jpg) no-repeat center center;
  background-size: cover;
}
#visual05 {
  background: url(/common/img/visual05.jpg) no-repeat center center;
  background-size: cover;
}
.visual__pb {
  padding-bottom: 50px;
}
.visual__box h1 {
  font-size: 38px;
  padding: 40px 0;
}
.visual__box h6 {
  font-size: 40px;
  padding: 40px 0;
}
.visual__box .text {
  font-size: 16px;
  line-height: 1.7;
  padding-bottom: 40px;
  margin-top: -25px;
}
.anc__list {
  max-width: 1000px;
  margin: 0 auto 0;
}

.anc__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}
.anc__list ul li {
  width: 16.6667%;
  background: #fff;
}
.anc__list.anc05 ul li {
  width: 20%;
}
.anc__list.anc02 ul li {
  width: 50%;
}
.anc__list.anc03 ul li {
  width: 33%;
}
.anc__list.anc04 ul li {
  width: 25%;
}
.anc__list ul li a {
  display: block;
  text-align: center;
  line-height: 1.4;
  color: #000;
  background: #fff;
  position: relative;
  border-bottom: 1px solid #e0e4ea;
  border-right: 1px solid #e0e4ea;
  box-sizing: border-box;
  padding: 18px 0 40px;
  height: 100%;
  text-decoration: none;
}
.anc__list ul li:first-child,
.anc__list ul li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.anc__list ul li:last-child,
.anc__list ul li:last-child a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.anc__list ul li a:after {
  background: url(/common/img/arr_blue07.png) no-repeat center 0;
  position: absolute;
  left: 50%;
  bottom: 14px;
  content: "";
  height: 12px;
  width: 20px;
  margin-left: -10px;
}
.section {
  background: #f4f6fa;
  padding: 70px 0;
}
.section2 {
  background: #f4f6fa;
  padding: 10px 0;
}
.box-col01 .image {
  background: #fff;
  padding: 1px;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  margin-bottom: 30px;
}
.box-col01 .image span {
  display: block;
  padding: 20px;
}
.box-col01 .text {
  line-height: 1.8;
  padding-bottom: 20px;
}
.gray02__box {
  background: #ecf0f6;
  padding: 70px 0;
  border-top: 1px solid #e4eaf4;
  border-bottom: 1px solid #e4eaf4;
}
.gray02__box .text {
  line-height: 1.8;
  padding-bottom: 30px;
}
.list-col04{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-evenly;
  padding-bottom: 30px;
}
.list-col03,
.list-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.list-col04 li,
.list-col03 li,
.list-col02 li {
  width: 49%;
  background: #fff;
  padding: 1px;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  box-sizing: border-box;
}
.list-col04 li {
  width: 45%;
}
.list-col03 li {
  width: 32%;
}
.list-col04 li span,
.list-col03 li span,
.list-col02 li span {
  display: block;
  padding: 20px;
}
.list-col02.list_txt .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #e0e4ea;
  padding: 20px;
}
.list-col02.list_txt .title span {
  font-size: 22px;
  color: #22458a;
  padding: 0;
}
.list-col02.list_txt .text {
  padding: 20px;
}
.list-col02.list_txt .title span small {
  font-size: 16px;
}
.list-col02.list_txt .detail {
  padding-bottom: 20px;
}
.list-col02.list_txt .detail a {
  margin: 0 auto;
}

.img_white {
  background: #fff;
  padding: 1px;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  box-sizing: border-box;
  width: 38%;
  height: 100%;
  border-radius: 4px;
}
.sec-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}
.img_white span {
  display: block;
  padding: 20px;
}
.sec-img .text_box {
  width: 58%;
}
.sec-img .text_box .text {
  padding-bottom: 0;
}
.noteTxt {
  font-size: 13px;
  color: #505050;
  padding-bottom: 30px;
  line-height: 1.6;
}
.tbl-col3 {
  margin-bottom: 20px;
}
.tbl-col3 .td-box .col,
.tbl-col3 .th-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}
.tbl-col3 .th-box p {
  background: #6ea0d2;
  color: #fff;
  padding: 15px;

  font-weight: bold;
  border-right: 1px solid #fff;
  text-align: center;
  width: 33.3333%;
}
.tbl-col3 .td-box p:first-child,
.tbl-col3 .th-box p:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.tbl-col3 .td-box p:last-child,
.tbl-col3 .th-box p:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.tbl-col3 .th-box p:last-child {
  border-right: none;
}
.tbl-col3 .td-box p {
  background: #fff;
  color: #000;
  padding: 20px 20px 20px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  margin-top: 4px;
  width: 33.3333%;
}
.tbl-col4 {
  padding-bottom: 40px;
}
.tbl-col5 .td-box .cell,
.tbl-col5 .th-box p {
  width: 20%;
}
.tbl-col5 .td-box .cell ul {
  height: 100%;
}
.tbl-col5 .td-box .cell {
  background: #fff;
  color: #000;
  padding: 20px 20px 20px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  margin-top: 4px;
}
.tbl-col3 .td-box .cell:first-child,
.tbl-col3 .th-box .cell:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.tbl-col3 .td-box .cell:last-child,
.tbl-col3 .th-box .cell:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.tbl-col4 .td-box .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tbl-col4 .td-box p {
  background: #fff;
  color: #000;
  padding: 20px 20px 20px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  width: 26%;
  margin-left: 4px;
}
.tbl-col4 .td-box p:first-child {
  background: #6ea0d2;
  color: #fff;
  padding: 18px;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #e0e4ea;
  margin-left: 0;
  text-align: center;
  box-sizing: border-box;
  width: 22%;
}
.tbl-col4 .td-box .col:first-child p {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl-col4 .td-box .col:last-child p {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.tbl-col2 {
  padding-bottom: 40px;
}
.tbl-col2 .td-box .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4px;
}
.tbl-col2 .td-box .col:last-child {
  padding-bottom: 0;
}
.tbl-col2 .td-box .col div,
.tbl-col2 .td-box p {
  background: #fff;
  color: #000;
  padding: 20px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  width: 65%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.6;
}
.tbl-col2 .td-box p:first-child {
  background: #6ea0d2;
  color: #fff;
  padding: 20px;
  font-weight: normal;
  border-right: 1px solid #fff;
  margin-left: 0;
  width: 35%;
  text-align: center;
  box-sizing: border-box;
}
.tbl-col2 .td-box .col p:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: bold;
}
.sec-white {
  background: #fff;
  border-radius: 4px;
  line-height: 1.8;
  padding: 20px;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  margin-bottom: 20px;
}
.sec-gray {
  background: #e1e8f2;
  border-radius: 4px;
  line-height: 1.8;
  padding: 20px;
  margin-bottom: 20px;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  z-index: 10;
}
.pagetop a {
  background: #144678;
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid #fff;
}
.pagetop a:after {
  position: absolute;
  left: 12px;
  top: 12px;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 20px solid #fff;
}
.layout-gray {
  background: #f4f6fa;
}
.white__box {
  background: #fff;
  border-top: 1px solid #e4eaf4;
}
.lixt-txt_col03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 -24px;
}
.lixt-txt_col03 li {
    width: 33.3%;
    border-right: 1px solid #d8dce2;
    padding: 0 24px;
    box-sizing: border-box;
    text-align: center;
}
.lixt-txt_col03 li .text {
  padding-bottom: 20px;
  text-align: left;
}
.lixt-txt_col03 li:last-child {
  border-right: none;
}
.lixt-txt_col03 li .title {
  color: #144678;
  font-size: 20px;
  border-bottom: 1px solid #144678;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.lixt-txt_col03 .detail a {
  width: 180px;
  margin: 0 auto;
  text-decoration: none;
}
.tbl02 {
  width: 100%;
  border-collapse: collapse;
}
.tbl02 th {
  width: 22%;
  border-bottom: 1px dashed #c8d0d8;
  padding: 22px 46px 15px 0;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  vertical-align: top;
  box-sizing: border-box;
}
.tbl02 th .any,
.tbl02 th .required {
  position: absolute;
  right: 0;
  top: 22px;
  font-weight: normal;
  font-size: 13px;
}
.tbl02 td {
  width: 78%;
  padding: 15px 0 15px 20px;
  border-bottom: 1px dashed #c8d0d8;
  box-sizing: border-box;
}
.tbl02 textarea {
  width: 100%;
  border: 1px solid #e0e4ea;
  border-radius: 3px;
  box-shadow: 1px 1px #b1b4b8;
  box-sizing: border-box;
  padding: 5px 15px;
}
.tbl-col2 input[type="text"],
.tbl02 input[type="text"] {
  width: 100%;
  border: 1px solid #e0e4ea;
  border-radius: 3px;
  height: 45px;
  box-shadow: 1px 1px #b1b4b8;
  box-sizing: border-box;
  padding: 4px 15px;
}
.tbl-col2 input::-webkit-input-placeholder,
.tbl02 input::-webkit-input-placeholder {
  color: #969696;
}
.tbl-col2 input:-moz-placeholder,
.tbl02 input:-moz-placeholder {
    color: #969696;
}
.tbl-col2 input::-moz-placeholder,
.tbl02 input::-moz-placeholder {
    color: #969696;
}
.tbl-col2 input:-ms-input-placeholder,
.tbl02 input:-ms-input-placeholder {
    color: #969696;
}
.tbl-col2 .td-box .col .w10 {width: 10%;}
.tbl-col2 .td-box .col .w20 {width: 20%;}
.tbl-col2 .td-box .col .w25 {width: 25%;}
.tbl-col2 .td-box .col .w40 {width: 36%;}
.tbl-col2 .td-box .col .w50 {width: 50%;}
.tbl-col2 .td-box .col .w60 {width: 60%;}
.tbl-col2 .td-box .col .w75 {width: 75%;}
.tbl-col2 .td-box .col .w80 {width: 80%;}
.tbl-col2 .td-box .col .w90 {width: 90%;}
.tbl01 .w20 { width: 20%; }
.tbl01 .w40 { width: 40%; }
.tbl01 .w33 { width: 33.3333%; }
.tbl03 .w20 { width: 20%; }
.tbl04 .w20 { width: 20%; }
.circle-list li {
  background: url(/common/img/ico_circle.png) no-repeat 0 4px;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}

.circle-list2 li {
  background: no-repeat 0 4px;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
.circle-list li:last-child {
  margin-bottom: 0;
}
.blue-tit {
  color: #114776;
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
}
/*.num-tit {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  display: block;
}*/

.targ-link {
  position: relative;
  display: inline-block!important;
  margin-right: 22px;
}
.targ-link:after {
  background: url(/common/img/ico_target02.png) no-repeat 0 0;
  position: absolute;
  right: -16px;
  top: 5px;
  content: "";
  width: 13px;
  height: 15px;
  box-sizing: border-box;
}
.ico-detail {
  background: url(/common/img/arr_blue03.png) no-repeat 0 7px;
  padding: 0 0 0 16px;
}
.ico-pdf {
  position: relative;
  display: inline-block!important;
  margin-right: 22px;
}
.ico-pdf:after {
  background: url(/common/img/ico_pdf.png) no-repeat 0 0;
  position: absolute;
  right: -19px;
  top: 2px;
  content: "";
  width: 15px;
  height: 18px;
  box-sizing: border-box;
}
.tbl01 {
  width: 100%;
}
.tbl01 th {
  background: #6ea0d2;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #fff;
  text-align: center;
}
.tbl01 th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tbl01 th:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl01 td {
  background: #fff;
  color: #000;
  padding: 20px 15px 15px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.6;
}
.tbl01 td.col01 {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 29px;
}
.tbl01 td.col01 {
  width: 46%;
}
.tbl01 td.col03 {
  width: 24%;
}
.tbl01 td.col04,
.tbl01 td.col02 {
  width: 15%;
}
.tbl01 td.col04,
.tbl01 td.col03,
.tbl01 td.col02 {
  text-align: center;
}
.tbl01 td.col04 {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl01 td:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 4px;
  background: #ecf0f6;
  width: 100%;
  z-index: 1;
}
.tbl01 td:before {
  position: absolute;
  top: 0;
  right: -1px;
  content: "";
  height: 4px;
  background: #ecf0f6;
  width: 100%;
  z-index: 1;
}
.section .tbl01 td:before,
.section .tbl01 td:after {
  background: #fff;
}
.tbl01 .col01 {
  font-size: 16px;
  color: #144678;
}
.tbl03 {
  width: 100%;
}
.tbl03 th {
  background: #f96319;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #fff;
  text-align: center;
}
.tbl03 th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tbl03 th:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl03 td {
  background: #fff;
  color: #000;
  padding: 20px 15px 15px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.6;
}
.tbl03 td.col01 {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 29px;
}
.tbl03 td.col01 {
  width: 46%;
}
.tbl03 td.col03 {
  width: 24%;
}
.tbl03 td.col04,
.tbl03 td.col02 {
  width: 15%;
}
.tbl03 td.col04,
.tbl03 td.col03,
.tbl03 td.col02 {
  text-align: center;
}
.tbl03 td.col04 {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl03 td:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 4px;
  background: #ecf0f6;
  width: 100%;
  z-index: 1;
}
.tbl03 td:before {
  position: absolute;
  top: 0;
  right: -1px;
  content: "";
  height: 4px;
  background: #ecf0f6;
  width: 100%;
  z-index: 1;
}
.section .tbl03 td:before,
.section .tbl03 td:after {
  background: #fff;
}
.tbl03 .col01 {
  font-size: 16px;
  color: #144678;
}
.tbl04 {
  width: 100%;
}
.tbl04 th {
  background: #1f4e79;
  color: #fff;
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #fff;
  text-align: center;
}
.tbl04 th:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.tbl04 th:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl04 td {
  background: #fff;
  color: #000;
  padding: 20px 15px 15px;
  font-weight: normal;
  border-right: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  position: relative;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.6;
}
.tbl04 td.col01 {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  padding-left: 29px;
}
.tbl04 td.col01 {
  width: 46%;
}
.tbl04 td.col03 {
  width: 24%;
}
.tbl04 td.col04,
.tbl04 td.col02 {
  width: 15%;
}
.tbl04 td.col04,
.tbl04 td.col03,
.tbl04 td.col02 {
  text-align: center;
}
.tbl04 td.col04 {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.tbl04 td:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 4px;
  background: #ecf0f6;
  width: 100%;
  z-index: 1;
}
.tbl04 td:before {
  position: absolute;
  top: 0;
  right: -1px;
  content: "";
  height: 4px;
  background: #ecf0f6;
  width: 100%;
  z-index: 1;
}
.section .tbl03 td:before,
.section .tbl03 td:after {
  background: #fff;
}
.tbl04 .col01 {
  font-size: 16px;
  color: #144678;
}
.font18 { font-size: 18px; }
input[type="radio"]:checked + label span {
    background: url(/common/img/radio_on.png) center no-repeat;
    background-size: contain;
}
input[type="radio"] + label span {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    background: url(/common/img/radio_off.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
input[type="checkbox"]:checked + label span {
    background: url(/common/img/checkbox_on.png) center no-repeat;
    background-size: contain;
}
input[type="checkbox"] + label span {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(/common/img/checkbox_off.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
}
input[type="checkbox"] {
    display: none;
}
input[type="radio"] {
    display: none;
}
.bold { font-weight: bold; }
.page-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-radius: 4px;
    margin-top: -30px;
}
.page-link li {
  width: 25%;
}
.page-link li a {
    display: block;
    text-align: center;
    line-height: 1.2;
    color: #000;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #e0e4ea;
    border-right: 1px solid #e0e4ea;
    box-sizing: border-box;
    padding: 14px 0;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    text-decoration: none;
}
.page-link li:first-child,
.page-link li:first-child a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.page-link li:last-child,
.page-link li:last-child a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.page-link .active {
    background: #144678;
    color: #fff;
}
.txt-right {
  text-align: right;
}
.flex {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 display: -moz-flex;
 display: -ms-flex;
 line-height: 1.8
}
.txt-red  { color: red; }
.txt-blue { color: #0000FF; }
@media only screen and (min-width: 768px){
  .fontL .visual__box h1 {
    font-size: 40px;
  }
  .fontS .visual__box h1 {
    font-size: 34px;
  }
  .fontL .h2-tit {
    font-size: 35px;
  }
  .fontS .h2-tit {
    font-size: 32px;
  }
  .fontL .h3-tit-bd {
    font-size: 26px;
  }
  .fontS .h3-tit-bd {
    font-size: 22px;
  }
  .fontL .h3-tit {
    font-size: 22px;
  }
  .fontS .h3-tit {
    font-size: 18px;
  }
  .fontL .h3-back {
    font-size: 30px;
  }
  .fontS .h3-back {
    font-size: 26px;
  }
  .fontL .noteTxt {
    font-size: 15px;
  }
  .fontS .noteTxt {
    font-size: 11px;
  }
  .fontL .tbl-col4 .td-box p:first-child {
    font-size: 20px;
  }
  .fontS .tbl-col4 .td-box p:first-child {
    font-size: 16px;
  }
  .fontL .tbl-col2 .td-box p:first-child {
    font-size: 17px;
  }
  .fontS .tbl-col2 .td-box p:first-child {
    font-size: 13px;
  }
  .fontL .visual__box .text {
    font-size: 18px;
  }
  .fontS .visual__box .text {
    font-size: 14px;
  }
  .fontL .btn .edit {
    font-size: 24px;
  }
  .fontS .btn .edit {
    font-size: 20px;
  }
  .fontL .list-col03.list02 li span {
    font-size: 20px;
  }
  .fontS .list-col03.list02 li span {
    font-size: 16px;
  }
  .fontL .lixt-txt_col03 li .title {
    font-size: 22px;
  }
  .fontS .lixt-txt_col03 li .title {
    font-size: 18px;
  }
  .anc__list {
    position: relative;
    min-height: 90px;
  }
  .anc__list ul {
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
  }
  /*.fontL .num-tit {
   font-size: 32px;
  }
  .fontS .num-tit {
   font-size: 28px;
  }*/
  .fontL .blue-tit {
   font-size: 20px;
  }
  .fontS .blue-tit {
   font-size: 13px;
  }
  .fontL .tbl01 th {
    font-size: 20px;
  }
  .fontS .tbl01 th {
    font-size: 13px;
  }
  .fontS .tbl01 .col01 {
    font-size: 13px
  }
  .fontL .tbl01 td {
    font-size: 16px;
  }
  .fontS .tbl01 td {
    font-size: 12px;
  }
  .fontL .font18 { font-size: 20px; }
  .fontS .font18 { font-size: 16px; }
  .page-link li a:hover {
    background: #144678;
    color: #fff;
    opacity: 1;
  }
  .fontL .page-link li a { font-size: 20px; }
  .fontS .page-link li a { font-size: 16px; }
}
@media only screen and (min-width: 768px) and (max-width: 1000px){
  .visual__box .inner,
  .breadcrumb,
  .gray02__box,
  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

}
@media only screen and (max-width: 767px){
  a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .h-link {
    padding-top: 45px;
  }
  .pb120 {
    padding-bottom: 50px!important;
  }
  .h3-tit02 {
    font-size: 24px;
  }
  .page__main .gray02__box .croll-txt,
  .page__main .section .croll-txt {
    margin: 15px 0;
  }
  .page__main .text {
    padding-bottom: 20px;
  }
  .h2-tit {font-size: 24px}
  .h2-tit02 {font-size: 24px}
  .breadcrumb {
    display: none;
  }
  .visual__box {
    padding: 15px 10px 10px;
    line-height: 1.3;
  }
  .visual__box .text {
    line-height: 1.3;
    padding-top: 10px;
  }
  .visual__box h1 {
    font-size: 26px
  }
  .visual__box h1 {
    padding: 0;
  }
  .anc__list {
    margin-top: 0;
  }
  .visual__box .text {
    margin-top: 0;
  }
  .visual__box .text {
    padding-bottom: 0;
  }
  .anc__list ul {
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  }
  .anc__list ul li {
    width: 33.3333%;
  }
  .anc__list.anc05 ul li {
    width: 33.3333%;
  }
  .anc__list.anc05 ul li:last-child,
  .anc__list.anc05 ul li:nth-child(4) {
    width: 50%;
  }
  .anc__list ul li a {
        padding: 8px 0 25px;
  }
  .anc__list ul li a:after {
    background: url(/common/img/arr_blue07.png) no-repeat center 0;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: 4px;
    content: "";
    height: 10px;
    width: 12px;
    margin-left: -10px;
  }
  .section {
    padding: 30px 10px;
  }
  .box-col01 .image span {
    padding: 10px;
  }
  .gray02__box {
    padding: 30px 10px;
  }
  hr {margin-bottom: 30px;}
  .gray02__box .text {
    padding-bottom: 20px;
  }
  .list-col04,
  .list-col03,
  .list-col02 {
    display: block;
  }
  .list-col04 {
    padding-bottom: 20px;
  }
  .list-col03 {
    padding-bottom: 0;
  }
  .list-col04 li,
  .list-col03 li,
  .list-col02 li {
    width: 100%;
    margin-bottom:20px;
  }
  .list-col04 li:last-child,
  .list-col03 li:last-child,
  .list-col02 li:last-child {
    margin-bottom: 0;
  }
  .list-col03 li img {
    width: 100%;
  }
  .sec-img {
    padding-bottom: 20px;
    flex-direction: column;
  }
  .sec-img .img_white {
    width: 100%;
    margin: 0 0 20px;
  }
  .sec-img .text_box{
    width: 100%;
  }
  .sec-img .img_white {
    -ms-flex-order: 0;
    order: 0;
  }
  .sec-img .text_box {
    -ms-flex-order: 1;
    order: 1;
  }
  .tbl-col2,
  .tbl-col3,
  .tbl-col4 {
    max-width: 100%;
    padding-bottom: 0;
    overflow-x: scroll;
  }
  .tbl-inner {
    width: 1000px;
  }
  .pagetop {
    right: 8px;
    bottom: 8px;
  }
  .noteTxt {
    padding-bottom: 20px;
  }
  .list-col03 li img, .list-col02 li img,
  .sec-img .img_white img {
    width: 100%;
  }
  .lixt-txt_col03 {
    display: block;
    margin: 0;
  }
  .lixt-txt_col03 li {
    width: 100%;
    border: none;
    padding: 0 0 40px 0;
  }
  .lixt-txt_col03 li:last-child {
    padding-bottom: 0;
  }
  .white__box {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tbl02 th {
    display: block;
    width: 100%;
    border: none;
    padding: 22px 46px 0 0;
  }
  .tbl02 td {
    display: block;
    width: 100%;
  }
  input.sizeS,
  input.sizeM,
  input.sizeL {
    width: 100%;
  }
  .tbl02 th .any, .tbl02 th .required {
    margin-right: 0;
  }
  .pagetop a {
    width: 34px;
    height: 34px;
  }
.pagetop a:after {
    position: absolute;
    left: 9px;
    top: 12px;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
  }
  .sp-left {
    text-align: left;
  }
  .tbl01 td.col03 {
    width: 20%;
  }
  .tbl01 td.col04,
  .tbl01 td.col02 {
    width: 20%;
  }
  .tbl01-box {
    max-width: 100%;
    padding-bottom: 0;
    overflow-x: scroll;
    width: 1000px;
  }
  .tbl01 {
    width: 1000px;
  }
  .page-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-link li {
    width: 50%;
  }
  .page-link li a {
    font-size: 16px;
  }
  .h3-tit-bd{
    font-size: 20px;
    padding-bottom: 10px;
  }
}



/*-- search --*/
#search_wrap {
  position: relative;
    float: right;
  width: 260px;
  height: 21px;
  z-index: 100;
  display: block!important;
}
#search_wrap #search {position: relative;}
#search_wrap #search .space {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  background: #eee;
  height: 28px;
  width: 240px;
  border-radius: 2px;
  font-size: 12px;
  padding-left: 14px;
  box-sizing: border-box;
  border: none;
  margin-left: 20px;
}
#search_wrap #search .search_btn {
  position: absolute;
  right: 6px;
  top: 6px;
  width: 16px;
  height: 16px;
  outline: none;
}
@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
  #search_wrap {
    width: 100%;
    height: auto;
    padding: 0 10px;
  }
  #search_wrap #search .space {
    width: 100%;
    height: 30px;
    background: #c8d7e1;
    color: #144678;
    margin-left: 0;
  }
/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;

  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer; /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}
}
