@charset "utf-8";
.headtop {
  width: 100%;
  background-color: #192683;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  z-index: 1;
}
header {
  width: 100%;
  background-color: #000012;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.head_logo {
  width: 200px;
  float: left;
  text-align: center;
}
h1 {
  color: #ffffff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 2px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-weight: normal;
}
h2 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  letter-spacing: 1px;
}
h4 {
  width: 200px;
  float: left;
}
.head_right {
  width: 250px;
  float: right;
  text-align: center;
  margin-right: 15px;
}
.text01 {
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 1px;
}
.text02 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 11px;
  line-height: 25px;
  height: 25px;
  text-align: center;
  color: #64c4db;
  border-top: 1px solid #424242;
  border-bottom: 1px solid #424242;
  margin-top: 5px;
  width: 230px;
  margin-left: auto;
  margin-right: auto;
}
.text03 {
  font-size: 10px;
  line-height: 13px;
  color: #5e5e5e;
}
.text04 {
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}
.text05 {
  font-size: 15px;
}

.top_yoyaku {
  width: 230px;
  height: 39px;
  float: right;
  margin-top: 20px;
}
.main_title {
  min-height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/head_img01.jpg);
  background-size: cover;
  padding-left: 30px;
  padding-right: 25px;
}

/*--------- head nav部分 -----------------------------------------------*/
#main_navigation {
  width: 1000px;
  color: #ffffff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 2px;
  z-index: 1000;
  position: absolute;
  padding-top: 20px;
  margin-left: 30px;
}
.main-menu ul li {
  position: relative;
  display: inline;
  float: left;
  z-index: 10000;
}
.menu01 {
  z-index: 0;
  visibility: hidden;
  display: inline;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 61px;
  color: #fff;
  width: 250px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu02 {
  z-index: 0;
  visibility: hidden;
  display: inline;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 61px;
  color: #fff;
  width: 210px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu03 {
  z-index: 0;
  visibility: hidden;
  display: inline;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 61px;
  color: #fff;
  width: 235px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.menu04 {
  z-index: 0;
  visibility: hidden;
  display: inline;
  opacity: 0;
  padding: 0px;
  margin: 0px;
  position: absolute;
  top: 61px;
  color: #fff;
  width: 150px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu ul li:hover > ul {
  display: block;
  visibility: visible;
  left: 0px;
  opacity: 1;
  -webkit-transition: all 0.6s ease-in-out 0.5s;
  -moz-transition: all 0.6s ease-in-out 0.5s;
  -o-transition: all 0.6s ease-in-out 0.5s;
  transition: all 0.6s ease-in-out 0.5s;
}
.main-menu ul li:hover > ul:hover {
  opacity: 1;
}
.main-menu ul li > a {
  cursor: pointer;
}
.main-menu ul li > a,
.main-menu ul li > ._a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 0px 15px;
  /*border-radius:3px;*/
}
* html .main-menu ul li a {
  display: inline-block;
}
.main-menu ul li ul li a {
  margin: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-menu ul li ul li {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: solid 1px #ececec;
  width: 100%;
}
.main-menu ul ul {
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
} /*hoverの時*/
.main-menu ul ul li a,
.main-menu ul ul li a:link,
.main-menu ul ul li a:visited {
  height: 30px;
  text-transform: capitalize;
  margin-right: 0px !important;
  margin-left: 0px !important;
  color: #000000;
  z-index: 1000;
  text-align: left;
} /*hoverの時*/
.main-menu ul ul li:hover > a {
  cursor: pointer;
  text-decoration: none !important;
  padding-left: 15px;
} /*hoverの時のアニメーション*/
.orange ul ul li:hover > a {
  text-decoration: none !important;
}
.orange ul li a {
  cursor: pointer;
}
.orange ul li a,
.orange ul li ._a {
  color: #ffffff;
  text-align: center;
}
.main_list_item a,
.main_list_item ._a {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#main_sns_btn {
  display: inline-block;
  font-size: 0;
}
#main_sns_btn li {
  width: 50px;
  margin-left: 12px;
  display: inline-block;
}
#main_sns_btn li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
}
#main_sns_btn li img {
  width: 100%;
  max-width: 50px;
  height: auto;
}

.main_list_item a:hover,
.main_list_item ._a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000 !important;
}
.main_list_item ul li a:hover,
.main_list_item ul li ._a:hover {
  opacity: 1;
  background-color: rgba(0, 126, 217, 0.9);
  color: #fff !important;
}
.orange .main_list_item:after {
  content: "";
  position: absolute;
  border-right: 1px solid #ffffff;
  top: 8px;
  height: 13px;
}
.text_main {
  color: #ffffff;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.text_main:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000000 !important;
}
.text_main:after {
  content: "";
  position: absolute;
  border-right: 1px solid #ffffff;
  top: 8px;
  height: 13px;
}
.text_eng {
  color: #5c5c5c;
  font-size: 10px;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
    "Hiragino Mincho Pro", serif;
}
