a, a *, div, div *{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.under #content {
    width: 1200px;
    margin: 0 auto;
}
.under_wrapper{
    width: 890px;
    margin: 0 auto;
}
.image_l {
    float: left;
    margin: 0 30px 8px 0;
    line-height: 0;
}
.image_r {
    float: right;
    margin: 0 0 8px 30px;
    line-height: 0;
}
.image_c{
    text-align: center;
    margin: 0 auto 30px;
}
.topic_path {
    position: relative;
    padding: 20px 0;
    margin-bottom: 77px;
}
.topic_path:before{
    position: absolute;
    content: '';
    top: 0;
    left: -100vw;
    width: 300vw;
    height: 100%;
    background: #F5F5F5;
    z-index: -1;
}
.topic_path li {
    position: relative;
    display: inline-block;
    line-height: 1.3em;
    font-weight: bold;
    letter-spacing: 0.02em;
    color: #008EDC;
    margin-right: 24px;
}
.topic_path li a {
    position: relative;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.topic_path li a:hover{
    text-decoration: none;
}
.topic_path li:not(:first-child):before {
    position: absolute;
    left: -17px;
    top: 5px;
    content: '';
    background: url(../images/under_ico_arrow.png) no-repeat center;
    background-size: contain;
    width: 6px;
    height: 10px;
}
.topic_path li a:after{
    position: absolute;
    content: '';
    left:0;
    bottom: 1px;
    background: #333;
    height: 1px;
    width: 100%;
}
.under section,
.under .section {
    margin: 0 0 60px;
}
section p:last-child,
.section p:last-child {
    margin-bottom: 0;
}
.vtop {
    vertical-align: top;
}
.vmid {
    vertical-align: middle;
}
.under-tbl.vtop td {
    vertical-align: top;
}
.lh0 {
    line-height: 0;
}
.anchor_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
.anchor_list li {
    margin: 10px 29px 0 0;
    width: 36%;
}
.anchor_list li:last-child{
    margin-right: 0;
}
.anchor_list.col04 li {
    width: 23%;
}
.anchor_list.col02 li {
    width: 36%;
}
.anchor_list.col03 li {
    width: 30%;
}
.anchor_list li a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #01245D;
    height: 100%;
    text-align: center;
    padding: 21px 25px 20px;
    text-decoration: none;
    border: solid 1px #01245D;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5em;
    transition: all 0.3s ease;
    border-radius: 35px;
}
.anchor_list.col04 li a {
    font-size: 16px;
}
.anchor_list.col04 li{
    margin: 10px 15px 0 0;
}
.under_check > li {
    padding-left: 26px;
    line-height: 1.8em;
    background: url(../images/under_ico_r_check.png) no-repeat 0 1px;
    background-size: 18px 20px;
    margin-bottom: 8px;
}
.under_tbl td {
    border: 1px solid #01245D;
    background: #fff;
    line-height: 1.5em;
    padding: 22px 32px 18px;
}
.under_tbl th {
    background: #01245D;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    padding: 22px 15px 18px;
}

.under_tbl > tbody > tr:first-child > th{
    border-top: 1px solid #01245D;
}
.under_tbl > tbody > tr:last-child > th{
    border-bottom: 1px solid #01245D;
}

.under_tbl > tbody > tr:last-child > th {
    border-bottom: #01245D 1px solid;
}
*/
.under_tbl.fixed{
    table-layout: fixed;
}

.under_tbl.fixed > tbody > tr > th:first-child{
    border-left: 1px solid #01245D;
}
.under_tbl.fixed > tbody > tr > th:last-child{
    border-right: 1px solid #01245D;
}
.under_tbl.fee_tbl > tbody > tr:nth-child(3) > th {
    border-bottom: #01245D 1px solid;
}
.under_tbl.tbl_block > tbody > tr:last-child > th {
    border-bottom: #01245D 1px solid;
}
.under_tbl.tbl_block.one_column > tbody > tr:not(:last-child) > th{
  border-right: 1px solid #01245D;
  border-left: 1px solid #01245D;
}

.under_list li {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 14px;
    margin-bottom: 7px;
    line-height: 2em;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.under_list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    height: 4px;
    width: 4px;
    background: #008EDC;
}
.under_list li:last-child {
    margin-bottom: 0
}
.under h3,
.under h4,
.under h5,
.under h6 {
    line-height: 1.5em;
}
.under #mainvisual {
    height: 250px;
    margin-top: 155px;
    background: url(../images/under_mv.jpg) no-repeat center;
    background-size: cover;
}
.under #mainvisual .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 3%;
}
.under #mainvisual h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 1.5em;
}
.under h3{
    font-size: 24px;
    font-weight: bold;
    color: #01245D;
    padding-bottom: 4px;
    margin-bottom: 28px;
    border-bottom: solid 1px #01245D;
}
.under h4{
    position: relative;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
    color: #01245D;
    margin-bottom: 35px;
}
.under h4:before{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    background: url(../images/under_ico_h4.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
}
.under h5{
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 35px;
}
.under h5::first-letter{
    color: #008EDC;
}
.under h5:before{
    position: absolute;
    content: '';
    left: 0;
    top: 12px;
    background: #01245D;
    width: 15px;
    height: 15px;
}
.under h6{
    font-weight: bold;
    padding: 6px 0 3px 11px;
    border-left: solid 3px #01245D;
    margin-bottom: 35px;
}
.under_bnr{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.under_bnr li{
    width: 90%;
    margin: 0 auto 30px;
}
.under_bnr li:last-child{
    margin-bottom: 0;
}
.under_bnr a {
    text-decoration: none;
    padding: 14px 20px 12px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    overflow: hidden;
    margin: 0 auto;
    line-height: 1.5em;
    border: solid 1px #01245D;
    border-radius: 35px;
    color: #fff;
    background: #01245D;
    box-shadow: 0px 5px #7b92b7;
    transition: all 0.5s ease;
}
.under_bnr .txt{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
}
.under_bnr .txt:last-child{
    margin-bottom: 0;
}
.under_bnr a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}
.under_bnr.download li{
    width: 40%;
    margin: 10px 5px;
}
.under_bnr.small li{
    width: 55%;
}
.under_bnr.mail li{
    width: 88%;
}
.under_bnr.download .bnr01 a{
    background: #008EDC;
    border: solid 1px #008EDC;
}
.under_bnr.download .bnr02 a{
    background: #0066db;
    border: solid 1px #0066db;
}
.under_bnr.download a{
    padding: 15px 12px 12px;
}
.under_bnr.download .txt{
    font-size: 22px;
}

.under_bnr.has_2item li{
  width: 45%;
  margin: 0 10px;
}
.under_bnr.has_3item li{
  width: 31%;
  margin: 0 5px;
}
.under_bnr.has_2item .txt, .under_bnr.has_3item .txt{
  font-size: 17px;
}
.under_bnr a:hover, .under_bnr.mail a:hover, .under_bnr.download a:hover, .under_bnr.small a:hover{
    color: #fff;
}
.under .note{
    color: #008EDC;
}
.under_frame{
    border: solid 1px #01245D;
}
.under_frame .frame_content{
    background: #DDE5F2;
    border: solid 6px #fff;
    padding: 30px 40px;
}
.under_frame.bg_white .frame_content{
  background: #fff;
  border: 0;
}

.under_frame.bg_white .frame_content p,.under_frame.bg_white .under_list li{
  color: #333;
}
.under_frame.bg_white .under_list li::before{
  background: #009DE1;
}
.under_frame .under_list li{
    color: #fff;
}
.under_frame .ttl{
    font-size: 24px;
    font-weight: bold;
}
.under_frame .under_list li::before{
    background: #fff;
    top: 13px;
}
.under_tbl_scroll_cols {
    display: flex;
}
.under_tbl_scroll_cols.has_2item{
    justify-content: space-between;
}
.under_tbl_scroll_cols.has_2item > li{
    width: 50%;
}
.under_tbl_scroll_cols.has_3item{
    justify-content: space-between;
}
.under_tbl_scroll_cols.has_3item > li{
    width: calc(100% / 3);

}
.under_tbl_scroll_cols.has_3item.has_space > li{
    width: calc(100% / 3 - 7px);
}
.under_tbl_scroll_cols.has_2item.has_space > li{
    width: calc(50% - 7px);
}
.under_tbl_scroll_cols .th{
    background: #01245D;
    text-align: center;
    font-weight: bold;
    color: #fff;
    line-height: 1.5em;
    padding: 22px 15px 18px;
    margin-bottom: 0;
}
.under_tbl_scroll_cols .td{
    border: 1px solid #01245D; 
    background: #fff;
    line-height: 1.5em;
    padding: 22px 32px 18px;
}
.under_grp{
    display: flex;
    align-items: center;
}
.under_grp p, .under_grp h5{
    margin-bottom: 0;
}
.under_grp .img{
    margin-right: 15px;
}
.under_link:hover{
    text-decoration: underline;
}
.under_link[target="_blank"]:hover{
  text-decoration: underline;
  color: #01245D;
}
.under_box_people .content_women, .under_box_people .content_men,
.under_box_people .content_customer,.under_box_people .content_customer2 {
    position: relative;
}
.under_box_people .content_men {
    width: 637px;
    height: 100%;
    background-color: #FFA500;
    margin-left: 130px;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    margin-bottom: 50px;
}
.under_box_people .content_men span {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    display: block;
}
.under_box_people .content_men span:before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 35px solid #FFA500;
    left: -50px;
    top: 60%;
    z-index: -1;
}
.under_box_people .content_men:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 153px;
    background: url(../images/under_person01.png) no-repeat;
    background-size: 42px;
    left: -100px;
    top: -4px;
}
.under_box_people .content_men:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    top: -40px;
    left: 0;
    text-align: left;
    font-size: 14px;
    color: #6f6d6d;
}
.under_box_people p.topic_customer2 {
    width: 607px;
    height: auto;
    margin-right: 155px;
    padding: 15px 30px 15px 15px;
    margin-left: auto;
    font-weight: bold;
    background-color: #FFA500;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    color: #fff;
}
.under_box_people .content_women {
  width: 607px;
  height: auto;
  margin-right: 130px;
  padding: 15px 30px 15px 15px;
  margin-left: auto;
  font-weight: bold;
  background-color: #FFA500;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  color: #fff;
}
.under_box_people .content_women:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 157px;
    background: url(../images/under_person02.png) no-repeat;
    background-size: 41px;
    right: -92px;
    bottom: -20px;
}
.under_box_people .topic_customer2:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 80px;
  background: url(../images/topic_customer2.png) no-repeat;
  background-size: 150px;
  right: -173px;
  bottom: -27px;
}
.under_box_people .content_women:after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 60px;
    height: 30px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 35px solid #FFA500;
    right: -50px;
    top: 60%;
    z-index: -1;
}

.under_box_people .content_customer2 {
  width: 637px;
  height: 100%;
  background-color: #FFA500;
  margin-left: 200px;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
}
.under_box_people .content_customer2 span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: block;
}
.under_box_people .content_customer2 span:before {
  box-sizing: border-box;
  content: '';
  position: absolute;
  width: 60px;
  height: 30px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 35px solid #FFA500;
  left: -52px;
  top: 50%;
  z-index: -1;
}
.under_box_people .content_customer2:before {
  content: "";
  position: absolute;
  width: 153px;
  height: 100px;
  background: url(../images/topic_customer3.png)no-repeat;
  background-size: 153px;
  left: -180px;
  top: 15px;
}
.under_box_people .naiteisha_ic_1_2:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 153px;
  background: url(../images/naiteisha_ic_1_2.png)no-repeat;
  background-size: 42px;
  left: -165px;
  top: -5px;
}
.under_box_people .content_customer2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  top: 40px;
  left: 0;
  text-align: left;
  font-size: 14px;
  color: #6f6d6d;
}
.under_box_people .content_customer2.ict_box::after {
  content: "";}

.torikumilist_tbl td img{
    margin: 0 5px;
}
/* ============== Ikuseiplant ============== */
.iku_box01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iku_box01 dl {
    width: 430px;
    border: #F37DDC 1px solid;
    padding: 24px 15px 25px 75px;
    position: relative;
    z-index: 1;
}
.iku_box01 dl.iku_orange {
    border-color: #FF8B1E;
}
.iku_box01 dl:before {
    position: absolute;
    left: 10px;
    top: 28px;
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background: #F37DDC;
}
.iku_box01 dl.iku_orange:before {
    background: #FF8B1E;
    }
.iku_box01 dl dt {
    color: #F37DDC;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
.iku_box01 dl.iku_orange dt {
    color: #FF8B1E;
}
.under .iku_box_arrow {
    position: relative;
    z-index: 2;
    padding-bottom: 30px;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
  }


.iku_list01 dl.iku_dl03 dt, .iku_list01 dl.iku_dl04 dt {
    color: #fff;
  }

.iku_list01 dl:hover dd {
    bottom: calc(100% + 30px);
    opacity: 1;
    visibility: visible;
  }

.iku_list01 dl.iku_dl02 dd {
    background: #009DE1;
    color: #fff;
  }
.iku_list01 dl.iku_dl02 dd:before {
    border-color: #009DE1 transparent transparent transparent;
  }
.iku_list01 dl.iku_dl03 dd {
    background: #01245D;
    color: #fff;
  }
.iku_list01 dl.iku_dl03 dd:before {
    border-color: #01245D transparent transparent transparent;
  }
.iku_list01 dl.iku_dl04 dd {
    background: #1AAD78;
    color: #fff;
  }
.iku_list01 dl.iku_dl04 dd:before {
    border-color: #1AAD78 transparent transparent transparent;
  }

.iku_box01 dl.iku_orange dt {
    color: #FF8B1E;
  }

  .under .list_arrow {
    margin: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
  }
  .under .list_arrow span {
    height: 100%;
    border-radius: 10px 10px 0 0;
    display: block;
    width: 280px;
    position: relative;
  }

  .under .list_arrow .iku_arrow01 {
    background: #DDE5F2;
    width: 380px;
  }

  .under .list_arrow .iku_arrow02 {
    background: #009DE1;
  }

  .under .list_arrow .iku_arrow03 {
    background: #01245D;
  }

  .under .list_arrow .iku_arrow04 {
    background: #1AAD78;
  }

  .under .iku_list01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 38px;
  }
  .under .iku_list01 dl {
    width: 280px;
    position: relative;
    z-index: 1;
    padding-top: 18px;
    cursor: default;
  }
  .under .iku_list01 dl:before {
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #01245D transparent transparent transparent;
  }
  .under .iku_list01 dl.iku_dl03:before, .under .iku_list01 dl.iku_dl02:before {
    border-color: #ffffff transparent transparent transparent;
  }
  .under .iku_list01 .iku_dl01 {
    width: 380px;
  }
 .iku_list01 dl dt {
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }
.iku_list01 .iku_dl01 dt{
    color: #01245D;
  }
 .iku_list01 dl.iku_dl03 dt,  .iku_list01 dl.iku_dl04 dt {
    color: #fff;
  }
   .iku_list01 dl dd {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    padding: 18px;
    border-radius: 15px;
    transition: 0.3s all;
    background: #DDE5F2;
    line-height: 1.5em;
    color: #000000;
    opacity: 0;
    visibility: hidden;
  }
.iku_list01 dl:hover dd {
    bottom: calc(100% + 30px);
    opacity: 1;
    visibility: visible;
  }
.iku_list01 dl dd:before {
    position: inherit;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 14px 0 14px;
    border-color: #DDE5F2 transparent transparent transparent;
  }
.iku_list01 dl.iku_dl02 dd {
    background: #009DE1;
  }
.iku_list01 dl.iku_dl02 dd:before {
    border-color: #009DE1 transparent transparent transparent;
  }
.iku_list01 dl.iku_dl03 dd {
    background: #01245D;
    color: #fff;
  }
.iku_list01 dl.iku_dl03 dd:before {
    border-color: #01245D transparent transparent transparent;
  }
.iku_list01 dl.iku_dl04 dd {
    background: #1AAD78;
    color: #fff;
  }
.iku_list01 dl.iku_dl04 dd:before {
    border-color: #1AAD78 transparent transparent transparent;
  }
  .under .iku_box02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .under .iku_item01 {
    background: #fff;
    border: #707070 2px solid;
    text-align: center;
    width: 100%;
    margin-bottom: 27px;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
  }
  .under .iku_item01 a {
      text-decoration: none !important;
      display: flex;
      flex-direction: column;
      width: 100%;
      height: 100%;
      padding: 12px 10px;
  }
  .under .iku_item01:hover{ transform: translateY(-5px);}
  .under .iku_item01.wid01 {
    width: 100%;
  }
  .under .iku_item01.wid02 {
    width: 680px;
  }
  .under .iku_item01.wid03 {
    width: 380px;
    margin-right: 100px;
    padding: 43px 10px 12px;
  }
  .under .iku_item01.iku_common {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .under .iku_item01.wid04 {
    width: 480px;
  }
  .under .iku_item01.wid09{width: 140px;}
  .under .iku_item01.ml200{margin-left: 200px;}
  .under .iku_item01.wid05 {
    width: 220px;
  }
  .under .iku_item01.wid06 {
    width: 280px;
  }
.under .iku_item01.wid06.small{
      width: 180px;
  }
  .under .iku_item01.wid07 {
    width: 100px;
  }
  .under .iku_item01.pink, .under .pink .iku_btn span {
    border-color: #F37DDC;
  }
  .under .iku_item01.orange01, .under .orange01 .iku_btn span {
    border-color: #FF8B1E;
  }

  .under .iku_item01.type01 {
    padding-bottom: 12px;
  }
.iku_item01 p {
    margin-bottom: 0;
  }

.iku_note {
    position: absolute;
    top: -2px;
    right: -2px;
    min-width: 110px;
    text-align: center;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #707070;
    font-weight: 600;
  }
.pink .iku_note {
    background: #F37DDC;
  }
.orange01 .iku_note {
    background: #FF8B1E;
  }
.orange02 .iku_note {
    background: #FF6714;
  }
.iku_title01, .iku_title02, .iku_title03, .iku_title04 {
    font-size: 24px;
    font-weight: 700;
    color: #707070;
    line-height: 1.5em;
  }
.iku_title02 {
    font-size: 18px;
    line-height: 1.4em;
  }
.iku_title03 {
    font-size: 18px;
    line-height: 1.4em;
  }
.iku_title04 {
    font-size: 18px;
    line-height: 1.4em;
  }
  .iku_title04 span{
      font-size: 14px;
  }
.pink .iku_title01, .pink .iku_title01 span, .pink .iku_btn span, .pink .iku_title02 {
    color: #F37DDC;
  }
.orange01 .iku_title01, .orange01 .iku_title01 span, .orange01 .iku_btn span {
    color: #FF8B1E;
  }
.orange02 .iku_title01, .orange02 .iku_title01 span, .orange02 .iku_btn span {
    color: #FF6714;
  }
.iku_title01 span, .iku_title02 span, .iku_title03 span, .iku_title04 span {
    font-size: 15px;
    display: block;
    line-height: 1.4em;

}
.iku_title04 span{
    margin-top: 10px;
}
.iku_title02 span {
    font-size: 16px;
    margin-bottom: 10px;
}
.iku_title03 span, .iku_title02 span {
    font-size: 14px;
}

.wid02 .iku_title01 span {
    margin: 4px 0;
  }
  .under .iku_btn {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    width: 100%;
  }

  .under .type01 .iku_btn {
    margin-top: 9px;
  }
  .under .iku_btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    height: 28px;
    min-width: 70px;
    padding: 2px 5px 0;
    border: #707070 1px solid;
    margin-right: 5px;
    color: #707070;
  }
.under .orange01 .iku_btn span, .under .pink .iku_btn span{
    margin-right: 35px;
}
.under .orange01 .iku_btn span{
    color: #FF8B1E;
}
.under .pink .iku_btn span{
    color: #F37DDC;
}
.under .wid07 .iku_btn span {
    margin-right: 0;
    margin-bottom: 5px;
}
.under .iku_btn span:last-child {
    margin: 0;
}
.iku_item00 p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.under .iku_item01.wid04.orange01 .iku_title01{
    margin-bottom: 4px;
}
.under .iku_item01.wid06.small a, .under .iku_item01.wid04 a, .under .iku_item01.wid06.smal1 a,  .under .iku_item01.wid06 a{
    justify-content: center;
}

.iku_item00 span{margin-left: 10px;}
  .under .iku_list01.fix{position: fixed; top: 155px; z-index: 99; height: 106px; width: 980px; background-color: #FFF;}
  .under .iku_list01.fix dl:before{bottom: 25px;}
  .under .iku_list01.fix dl{border-radius: 10px 10px 0 0;}
  .under .iku_list01.fix  .iku_dl01{background-color: #DDE5F2;}
  .under .iku_list01.fix  .iku_dl02{background-color: #009DE1;}
  .under .iku_list01.fix  .iku_dl03{background-color: #01245D;}
  .under .iku_list01.fix  .iku_dl04{background-color: #1AAD78;}
  .under .iku_list01.fix ~ .iku_box02{padding-top: 106px;}


/*******************/
.under .bold{
  font-weight: bold;
}
.under .txt_blue{
  color: #008EDC;
}
.under .txt_small{
  font-size: 14px;
}
.under .txt_big{
  font-size: 20px;
}
.under_tbl .img{
  line-height: 0;
  text-align: center;
}
.under .flex_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  flex-wrap: wrap
}

.under .flex_col dl {
  width: 475px;
  color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.under .flex_col dd {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  padding: 15px 20px
}

.under .flex_3col {
  display: flex;
  justify-content: flex-start;
}

.under .flex_3col dl {
  width: 300px;
  margin-right: 40px;
}

.under .flex_3col dl:nth-child(3n+3), .under .flex_3col dl:last-child {
  margin-right: 0
}

.under .flex_circle dt {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.under .flex_circle dt span {
  background: #01245D;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin-right: 15px;
  flex-shrink: 0;
}

.under .flex_txt {
  display: flex;
  flex-direction: column;
}

.under .flex_txt .line {
  display: flex;
}

.under .flex_txt .line span {
  flex-shrink: 0;
  margin-right: 10px
}
.under_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.under .fix_img img{
  max-height: 200px;
}
.under .txt_red{
  color: #ff0b0b;
}
/*step*/
.under_step_item h6{
  margin-bottom: 10px;
}
.under_step_item {
  position: relative;
  margin-bottom: 65px;
}
.under_step_item:after{
  position: absolute;
  content: '▼';
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  width: 100%;
  color: #01245D;
  text-align: center;
  font-size: 24px;
}
.under_step_item:last-child{
  margin-bottom: 0;
}
.under_step_item:last-child:after{
  content:none
}
.under_step_item .step_ttl{
  border: solid 1px #01245D;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-weight: bold;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.under_step_item .step_ttl .ttl01{
  background: #01245D;
  color: #fff;
  line-height: 1.5em;
  padding: 8px 10px 5px;
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.under_step_item .step_ttl .ttl02{
    font-size: 20px;
    display: inline-block;
    line-height: 1.5em;
}
.under_step_item h5:before{
  content: none;
}
/******/
.under .w6{
  width: 6%;
}
.under .w7{
  width: 7%;
}
.under .w4{
  width: 4%;
}
.under .w5{
  width: 5%;
}
/**QA**/
.under_qa_item{
  padding: 30px;
  border: solid 2px #01245D;
  margin-bottom: 40px;
}
.under_qa_item .ttl{
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.under_qa_item .ttl .q{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  background: #01245D;
  color: #fff;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 30px;
}
.under_qa_item .ttl .q:after{
  position: absolute;
  content: '';
  left:100%;
  top: 0;
  border-left: solid 15px #01245D;
  border-top: solid 25px transparent;
  border-bottom: solid 25px transparent;
}
.kaijo_tbl.under_tbl td, .kaijo_tbl.under_tbl th{
  padding: 5px;
  font-size: 12px;
  text-align: center;
}

.kaijo_tbl.under_tbl td, .kaijo_tbl.under_tbl th{
  border: 1px solid #a6a6a6;
}
.kaijo_tbl.under_tbl th.bg11{
  background-color: #DDE5F2;
  color: #008EDC;
}
.kaijo_tbl.under_tbl th.bg12{
  background-color: #DDE5F2;
  color: #008EDC;
}
.kaijo_tbl.under_tbl th.bg13{
  background-color: #DDE5F2;
  color: #008EDC;
}
.kaijo_tbl.under_tbl th.bg14{
  background-color: #DDE5F2;
  color: #008EDC;
}
.kaijo_tbl.under_tbl td.left{
  text-align: left;
}
.page_search .gsc-search-box td {
    padding: 0;
    border: none;
}
.page_search table.gsc-search-box td.gsc-input {
    padding-right: 12px;
}
.page_search .gsc-search-box .gsib_a {
    padding: 5px 9px 4px 9px;
}
.page_search .gsc-search-box .gsc-search-button {
    padding-bottom: 4px;
}
.page_search .gsc-result-info-container {
    padding: 0;
    border: none;
}
.entry_caution{
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  margin-top: 30px;
}