@charset "UTF-8";
/*	Reset
------------------------------*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

html {
  color: #000;
  font-size: 62.5%;
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
}

body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.7;
  background-color: #fff;
  word-break: break-word;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

button,
input,
input[type=file],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  border-radius: 0;
  word-break: normal;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
td,
th {
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

img {
  font-size: 0;
  vertical-align: top;
}

hr {
  height: 1px;
  margin: 0;
  border: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

/*	Utility
------------------------------*/
/*-- Display --*/
.disBlo {
  display: block !important;
}

.disInl {
  display: inline !important;
}

.disInB {
  display: inline-block !important;
}

.disTbl {
  display: table !important;
  width: 100%;
}

.disTbc {
  display: table-cell !important;
}

.disFlex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.disFlex.disFlexEnd {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.disNon {
  display: none !important;
}

.visHid {
  visibility: hidden !important;
}

.visVis {
  visibility: visible !important;
}

.hide {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fixed {
  position: fixed !important;
}

/*-- Img --*/
.fullImg {
  width: 100%;
  max-width: none;
}

/*-- Text --*/
.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs17 {
  font-size: 17px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs19 {
  font-size: 19px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fcRD {
  color: #7f0301 !important;
}

.fcBL {
  color: #008eed !important;
}

.fcWT {
  color: #fff !important;
}

.fcBK {
  color: #333 !important;
}

.fcGY {
  color: #757575 !important;
}

.fwN {
  font-weight: normal !important;
}

.fwB,
b {
  font-weight: bold !important;
}

.nowrap {
  white-space: nowrap !important;
}

.brAll {
  word-break: break-all !important;
}

.ofHid {
  overflow: hidden !important;
}

/*-- Background  --*/
.bgBL {
  background-color: #008eed !important;
}

.bgGY {
  background-color: #d9d6d6 !important;
}

.bglGY {
  background-color: #f2f1f1 !important;
}

.bgWT {
  background-color: #fff !important;
}

.bgBK {
  background-color: #000 !important;
}

.bgCL {
  background-color: transparent !important;
}

/*-- Layout --*/
.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL {
  text-align: left !important;
}

.alC {
  text-align: center !important;
}

.alR {
  text-align: right !important;
}

.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

.vaBL {
  vertical-align: baseline !important;
}

.jcE {
  -ms-flex-pack: end !important;
      justify-content: end !important;
}

.jcC {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.jcSA {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.jcSB {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

/*-- Border --*/
.brdrNon {
  border: none !important;
}
.dashedT {
  border-top: 1px dashed #979595;
}
.dashedB {
  border-bottom: 1px dashed #979595;
}

/*-- Margin --*/
.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.not_lastchild_mgr5 > *:not(:last-child){
  margin-right: 5px !important;
}
.not_lastchild_mgr10 > *:not(:last-child){
  margin-right: 10px !important;
}
.not_lastchild_mgr15 > *:not(:last-child){
  margin-right: 15px !important;
}
.not_lastchild_mgr20 > *:not(:last-child){
  margin-right: 20px !important;
}
.not_lastchild_mgr25 > *:not(:last-child){
  margin-right: 25px !important;
}
.not_lastchild_mgr30 > *:not(:last-child){
  margin-right: 30px !important;
}
.not_lastchild_mgr35 > *:not(:last-child){
  margin-right: 35px !important;
}
.not_lastchild_mgr40 > *:not(:last-child){
  margin-right: 40px !important;
}
.not_lastchild_mgr45 > *:not(:last-child){
  margin-right: 45px !important;
}

/*-- Padding --*/
.pdt0 {
  padding-top: 0px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

/*-- width --*/
.widAuto {
  width: auto !important;
}

.wid10 {
  width: 10px !important;
}

.wid20 {
  width: 20px !important;
}

.wid30 {
  width: 30px !important;
}

.wid40 {
  width: 40px !important;
}

.wid50 {
  width: 50px !important;
}

.wid60 {
  width: 60px !important;
}

.wid70 {
  width: 70px !important;
}

.wid80 {
  width: 80px !important;
}

.wid90 {
  width: 90px !important;
}

.wid100 {
  width: 100px !important;
}

.wid110 {
  width: 110px !important;
}

.wid120 {
  width: 120px !important;
}

.wid130 {
  width: 130px !important;
}

.wid140 {
  width: 140px !important;
}

.wid150 {
  width: 150px !important;
}

.wid160 {
  width: 160px !important;
}

.wid170 {
  width: 170px !important;
}

.wid180 {
  width: 180px !important;
}

.wid190 {
  width: 190px !important;
}

.wid200 {
  width: 200px !important;
}

.wid1em {
  width: 1em !important;
}

.wid2em {
  width: 2em !important;
}

.wid3em {
  width: 3em !important;
}

.wid4em {
  width: 4em !important;
}

.wid5em {
  width: 5em !important;
}

.wid6em {
  width: 6em !important;
}

.wid7em {
  width: 7em !important;
}

.wid8em {
  width: 8em !important;
}

.wid9em {
  width: 9em !important;
}

.wid10em {
  width: 10em !important;
}

.forPC {
  display: block !important;
}

.forPC-alC {
  text-align: center !important;
}

.forSP {
  display: none !important;
}

.forSP-alC {
  text-align: left !important;
}

/*	Font
------------------------------*/
@font-face {
  font-family: 'Noto Sans CJK Regular';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans CJK Medium';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
  font-family: 'Noto Sans CJK Light';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

.font_ns_regular, .wf-ns {
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
}

.font_ns_medium {
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
}

.font_ns_light {
  font-family: "Noto Sans CJK Light", "メイリオ", Meiryo;
}

.wf-os {
  font-family: 'Open Sans', sans-serif;
}

/*	SP
------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .forPC {
    display: none !important;
  }
  br.forPC {
    display: none !important;
  }
  .forSP {
    display: block !important;
  }
  .forPC-alC {
    text-align: left !important;
  }
  .forSP-alC {
    text-align: center !important;
  }
  .disFlex.disFlexCen_sp {
    justify-content: center;
  }
}

/*	Header
------------------------------*/
#header {
  position: relative;
}

.header_sub_menu {
  width: 100%;
  background: #f2f1f1;
  padding: 5px 0;
}

.header_sub_menu .content_inr {
  display: table;
}

.sub_menu_list {
  float: right;
}
.sub_menu_list a {
  display: inline-block;
  padding: 1px 24px 1px 0;
  background: url("/common/img/icon_other_bk.png") no-repeat right center;
}
.sub_menu_list a#header_faq{
  background: none;
}

.sub_menu_list > li {
  display: inline-block;
  margin-right: 20px;
}

.sub_menu_list > li:last-child {
  margin-right: 0;
}

.sub_menu_list > li > a {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  color: #757575;
}

.sub_menu_list > li > a:hover {
  text-decoration: underline;
}

.header_main .content_inr {
  padding: 15px 10px;
  overflow: hidden;
}

.header_main .header_log {
  display: inline-block;
  vertical-align: middle;
  max-width: 195px;
  width: 18%;
  transition: opacity 0.2s;
}

.header_main .header_log:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.header_main .header_log img {
  width: 100%;
}

.header_main .header_contact_box {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 580px;
  float: right;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.header_main .header_contact_box > p {
  display: inline-block;
}

.header_main .header_contact_box .header_tel_item {
  font-size: 18px;
  font-size: 1.8rem;
}

.header_main .header_contact_box .header_tel_item .tel {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}

.header_main .header_contact_box .header_login {
  max-width: 130px;
  width: 24%;
}

.header_main .header_contact_box .header_login .btn {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 10px;
}

.header_info_box {
  display: block;
  min-width: 525px;
  margin-right: 155px;
  float: right;
  font-size: 12px;
  text-align: right;
}

.header_main .sp_hum_icon {
  display: none;
}

.header_main_menu {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2000;
  min-height: 55px;
}

.header_main_menu.is_fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}

.main_menu_list {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.main_menu_item {
  display: table-cell;
  cursor: pointer;
}

.main_menu_item:hover {
  background: #f2f0f0;
  border-top: 2px solid #008eed;
}

.main_menu_item:hover > a > span {
  color: #9a9999;
}

.main_menu_item > .inr {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 13px 0 10px;
}

.drop_menu {
  position: absolute;
  background: #f2f0f0;
  display: none;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2000;
}

.drop_menu_ttl {
  max-width: 1100px;
  margin: 34px auto;
  font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 30px;
}

.drop_menu_ttl:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

.drop_menu_ttl a {
  padding-left: 7px;
}

.drop_menu_ttl a:hover {
  text-decoration: underline;
}

.drop_menu_inr {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-align: left;
}

.drop_menu_box {
  vertical-align: top;
  background: #fff;
  padding: 30px 35px;
}

.drop_menu_box_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  margin-bottom: 20px;
}

.drop_menu_box_ttl:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #a6a5a5;
  border-bottom: 2px solid #a6a5a5;
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

.drop_menu_box_ttl a {
  color: #008eed;
  padding-left: 7px;
}

.drop_menu_box_ttl a:hover {
  text-decoration: underline;
}

.drop_menu_2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.drop_menu_2col .drop_menu_box {
  width: 39%;
}

.drop_menu_2col .drop_menu_box:last-child {
  width: 59%;
}

.drop_menu_col {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.drop_menu_col:last-child {
  margin-right: 0;
}

.drop_menu_col_ttl {
  border-bottom: dashed 1px #ddd;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans CJK Medium", "メイリオ", Meiryo;
  padding-bottom: 0.5em;
}

.drop_menu_col_ttl a:hover {
  text-decoration: underline;
}

.drop_menu_link_list {
  display: inline-block;
}

.drop_menu_link_item {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.drop_menu_link_item:last-child {
  margin-bottom: 0;
}

.drop_menu_link_item a:hover {
  text-decoration: underline;
}

.drop_menu_link_item .other_icon img {
  padding-top: 3px;
  padding-left: 3px;
}

.main_menu_item.service .tabimae_list .drop_menu_col{
  width: 342px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.main_menu_item.service .tabimae_list .drop_menu_link_list{
  width: 156px;
  margin-right: 30px;
}

.main_menu_item.service .tabinaka_ato_list {
  width: 156px;
}

.main_menu_item.service .tabinaka_ato_list dl+dl{
  margin-top: 30px;
}

.drop_menu .serch.btn {
  padding: 10px 30px 10px 60px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}

.drop_menu .serch.btn:before {
  left: 25px;
}

.main_menu_item.service .drop_menu_col {
  width: 156px;
}

.hum_menu_cont {
  display: none;
}

.abroad .main_menu_item.abroad {
  border-top: 2px solid #008eed;
}

.japan .main_menu_item.japan {
  border-top: 2px solid #008eed;
}

.service .main_menu_item.service {
  border-top: 2px solid #008eed;
}

.guide .main_menu_item.guide {
  border-top: 2px solid #008eed;
}

/*----- for IE -----*/
@media all and (-ms-high-contrast: none) {
  .header_main .header_contact_box .header_login .btn {
    padding: 14px 10px 6px;
  }
  .drop_menu .serch.btn {
    padding: 14px 35px 6px 67px;
  }
}

/*----- SP -----*/
@media screen and (max-width: 767px) {
  .header_main .header_contact_box .header_tel_item,
  .header_main_menu,
  .header_sub_menu {
    display: none;
  }
  .header_main .content_inr {
    padding: 12px;
  }
  .header_main .header_log {
    width: 140px;
  }
  .header_main .header_contact_box {
    min-width: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 25%;
    margin-left: 5%;
    vertical-align: middle;
  }
  .header_main .header_contact_box .header_login {
    width: 100%;
    max-width: 100%;
  }
  .header_main .header_contact_box .header_login .btn {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
  .header_main .sp_hum_icon {
    display: inline-block;
    width: 40px;
    position: relative;
    min-height: 30px;
    float: right;
  }
  .header_main .sp_hum_icon:after, .header_main .sp_hum_icon:before,
  .header_main .sp_hum_icon span {
    content: "";
    display: block;
    background: #191919;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 3px;
    width: 35px;
    cursor: pointer;
    transition: all 500ms ease-in-out;
  }
  .header_main .sp_hum_icon:before {
    -webkit-transform: translate3d(-50%, -14px, 0);
    transform: translate3d(-50%, -14px, 0);
  }
  .header_main .sp_hum_icon span {
    -webkit-transform: translate3d(-50%, -3px, 0);
    transform: translate3d(-50%, -3px, 0);
  }
  .header_main .sp_hum_icon:after {
    -webkit-transform: translate3d(-50%, 9px, 0);
    transform: translate3d(-50%, 9px, 0);
  }
  .header_main .sp_hum_icon.is_active:before {
    transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
  }
  .header_main .sp_hum_icon.is_active span {
    display: none;
  }
  .header_main .sp_hum_icon.is_active:after {
    -webkit-transform: translateX(-50%) translateY(0px) rotate(-45deg);
    transform: translateX(-50%) translateY(0px) rotate(-45deg);
  }
  .hum_menu_cont {
    display: block;
    position: absolute;
    top: 55px;
    width: 80%;
    right: 0;
    z-index: 300;
    background: #dbdada;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    transition: all 0.5s ease-in-out;
  }
  .hum_menu_cont.is_active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .hum_menu_cont .hum_menu {
    border-bottom: 1px solid #c6c6c6;
  }
  .hum_menu_cont .hum_menu_item {
    border-top: 1px solid #c6c6c6;
    font-size: 1.4rem;
    font-family: "Noto Sans CJK Regular", "メイリオ", Meiryo;
  }
  .hum_menu_cont .hum_menu_item a {
    display: block;
    padding: 10px;
  }
  .hum_contact {
    padding: 15px;
    color: #000000;
  }
  .hum_contact .tel {
    font-size: 2rem;
  }
  .hum_sub_menu {
    padding: 15px;
  }
  .hum_sub_menu .hum_sub_menu_item {
    padding: 10px;
  }
  .hum_sub_menu .hum_sub_menu_item a {
    display: inline-block;
    padding: 1px 24px 1px 0;
    background: url("/common/img/icon_other_bk.png") no-repeat right center;
  }
  .hum_sub_menu .hum_sub_menu_item a#header_faq{
    background: none;
  }
}

/*	Footer
------------------------------*/
footer {
  margin-top: 120px;
  border-top: 1px dashed #bfbebe;
  padding: 33px 0 0;
}

.page_top {
  position: absolute;
  right: 10px;
  bottom: 180px;
  transition: opacity 0.2s;
  z-index: 10;
}

.page_top:hover {
  opacity: 0.6;
  transition: opacity 0.2s;
}

.page_top.is_fixed {
  position: fixed;
  bottom: 10px;
}

.sub_footer {
  width: 100%;
  display: table;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.sub_footer .logo_other {
  float: right;
}

.sub_footer_txt {
  display: inline-block;
  width: calc(100% - 204px);
  margin-left: 1%;
  color: #757575;
  font-size: 12px;
  font-size: 1.2rem;
}

.main_footer {
  width: 100%;
  margin: 15px 0 0;
  padding: 40px 0;
  background: #003b90;
  color: #fff;
  text-align: center;
}

.main_footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a69ab;
}

.main_footer_menu {
  margin: 50px auto 15px;
  max-width: 750px;
}

.main_footer_menu li {
  display: inline-block;
  border-right: 1px solid #1f529d;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
}

.main_footer_menu li:nth-child(4),
.main_footer_menu li:nth-child(8),
.main_footer_menu li:nth-child(10){
  border-right: none;
}

.main_footer_menu li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}

.main_footer_menu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .page_top {
    bottom: 10px;
  }
  .page_top a {
    display: none;
  }
  footer {
    margin: 70px auto;
    padding: 2% 0 0;
  }
  .sub_footer {
    padding: 12px;
  }
  .sub_footer_txt {
    width: 100%;
  }
  .main_footer {
    padding: 30px 0 15px;
  }
  .main_footer_menu {
    padding: 0 20px;
  }
  .main_footer_menu li {
    display: inline;
    padding-left: 1em;
    padding-right: 1em;
  }
  .main_footer_menu li a {
    font-size: 1rem;
  }
  .main_footer_menu li:nth-child(4),
  .main_footer_menu li:nth-child(8){
    border-right: 1px solid #1f529d;
  }
  .main_footer_menu li a{
    display: inline-block;
  }

  .not_lastchild_mgr5 > *:not(:last-child),
  .not_lastchild_mgr10 > *:not(:last-child),
  .not_lastchild_mgr15 > *:not(:last-child),
  .not_lastchild_mgr20 > *:not(:last-child),
  .not_lastchild_mgr25 > *:not(:last-child),
  .not_lastchild_mgr30 > *:not(:last-child),
  .not_lastchild_mgr35 > *:not(:last-child),
  .not_lastchild_mgr40 > *:not(:last-child),
  .not_lastchild_mgr45 > *:not(:last-child) {
    margin-right: 2% !important;
  }

/*	hummenu
------------------------------*/

.acd-check{
    display: none;
}
.acd-label{
    background: #026cb2;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
   
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


}
