@charset "UTF-8";
/*------------------------------------------------------------------------
基本
--------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
  margin: 0px;
  width: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #28323c;
  font-size: 1.4em;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

section,
div,
p {
  text-align: justify;
  text-justify: distribute;
}

body p {
  line-height: 1.6;
}

table,
th,
td,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
  font-size: 1em;
}

th,
td {
  border-top: 1px solid #93989d;
  border-bottom: 1px solid #93989d;
}

table,
div,
ol,
ul,
li,
dl,
dt,
dd {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

small {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
}

img {
  vertical-align: bottom;
  /* Strict時の画像下のスキマを埋める(Firefox) */
  line-height: 0;
  /*IE6,7ズレ回避*/
  /* max-width: 100%; */
}

img,
table {
  /* イメージ・テーブル線消し */
  border: 0px;
}

a {
  /* テキストリンク */
  color: #45b1c7;
  text-decoration: underline;
}

a:hover {
  /* テキストリンク */
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
  outline: none;
  /* 枠線を消す(Firefox用の記述) */
}

a:hover img {
  /* 画像リンク */
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* 回り込みの解除 */
.cf:before,
.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/*------------------------------------------------------------------------
レイアウト
--------------------------------------------------------------------------*/
.header {
  width: 100%;
  margin: 0;
}

.h_wrapper {
  width: 960px;
  margin: 0 auto;
}
.h_wrapper.ja .english_btn .lang-item-ja {
  display: none;
}
.h_wrapper.english .english_btn .lang-item-english {
  display: none;
}

.main {
  width: 100%;
  padding-top: 30px;
  margin: 0;
  background: url(../img/common/bg.png) center top;
}

.main_wrapper {
  width: 700px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  margin: 100px 0 0;
  background: #28323c;
}
.footer > ul {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer > ul > li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 0 1em;
  border-right: 1px solid #52606f;
}
.footer > ul > li > a {
  color: #fff;
  text-decoration: none;
}
.footer > ul > li > a:before {
  content: ">";
  display: inline-block;
  margin-right: 4px;
}
.footer > ul > li > a:hover {
  text-decoration: underline;
}
.footer > ul > li .sub {
  margin-top: 10px;
  padding-left: 2rem;
}
.footer > ul > li .sub li {
  margin-bottom: 10px;
}
.footer > ul > li .sub li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}
.footer > ul > li .sub li a:hover {
  text-decoration: underline;
}

.footer_spa {
  width: 100%;
  height: 60px;
  background: #28323c;
}

.f_wrapper {
  width: 900px;
  margin: 0 auto;
}

/*------------------------------
header
--------------------------------*/
.header_top {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  background: #003c82;
}

.logo a {
  float: left;
  width: 460px;
  height: 60px;
  margin: 0 80px 0 0;
  background: url(../img/common/logo.png);
  text-indent: 100%;
  /* テキスト非表示 */
  white-space: nowrap;
  overflow: hidden;
}

.english_btn a {
  width: 139px;
  height: 60px;
  float: left;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  background: url(../img/common/btn_en.png);
  text-indent: 100%;
  /* テキスト非表示 */
  white-space: nowrap;
  overflow: hidden;
}

.english_btn a:hover {
  background: #33639b url(../img/common/btn_en.png);
}

.contact_btn a {
  width: 278px;
  height: 60px;
  float: left;
  border-right: 1px solid #fff;
  background: #45b1c7 url(../img/common/btn_contact.png);
  text-indent: 100%;
  /* テキスト非表示 */
  white-space: nowrap;
  overflow: hidden;
}

/*-- グローバルメニュー --*/
.main_navi {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_navi {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main_navi li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  position: relative;
  margin: 0 10px;
}
.main_navi li:hover > a {
  border-bottom: 2px solid #173c7d;
}
.main_navi li a {
  color: #173c7d;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.main_navi li a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_navi li .sub {
  position: absolute;
  top: 100%;
  padding-top: 10px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.main_navi li .sub li {
  margin: 0;
}
.main_navi li .sub li a {
  font-size: 14px;
  padding: 10px;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #fff;
}
.main_navi li .sub li a:hover {
  background-color: #f9f9f9;
}
.main_navi .hover .sub {
  opacity: 1;
  visibility: visible;
}

/*-- ページヘッダー --*/
h1 {
  width: 100%;
  height: 130px;
  text-align: center;
  border-top: 1px solid #ccd8e6;
  border-bottom: 1px solid #ccd8e6;
  background: url(../img/common/bg_blue.png) center top;
}

.sub_navi_box {
  width: 100%;
  background: #f6f6f6;
  border-bottom: 1px solid #ccd8e6;
}

.sub_navi {
  width: 900px;
  margin: 0 auto;
  font-size: 1.1428em;
  /*16pt*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.sub_navi_tech {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub_navi_tech:after {
  content: "";
  background-image: url("../img/tec/illust1.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  position: absolute;
  right: -110px;
  bottom: -10px;
}

.sub_navi li {
  -ms-flex-preferred-size: 13.5%;
      flex-basis: 13.5%;
  max-width: 13.5%;
  text-align: center;
  color: #003c82;
  border: 1px solid #003c82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub_navi li a {
  font-size: 12px;
}
.sub_navi li .on {
  font-size: 12px;
}

.sub_navi li a {
  color: #003c82;
  padding: 10px 2px;
  text-decoration: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.sub_navi li a span {
  display: block;
  cursor: pointer;
}

.sub_navi li a {
  font-size: 12px;
}

.sub_navi li a:hover {
  display: block;
  background: url(../img/common/menu_triangle.png) center bottom no-repeat;
}

.sub_navi li .on {
  position: relative;
  display: block;
}
.sub_navi li .on a {
  pointer-events: none;
}

.sub_navi li .on:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 10px;
  height: 10px;
  background: url(../img/common/menu_triangle.png) no-repeat;
  background-size: contain;
  content: "";
}

.pan {
  width: 900px;
  margin: 14px auto;
  font-size: 0.857em !important;
  /*12pt*/
}

.pan li {
  display: inline-block;
}

.pan span {
  margin: 0 10px;
}

/*------------------------------
main
--------------------------------*/
h2 {
  color: #003c82;
  font-size: 1.4285em;
  text-align: center;
  margin-bottom: 40px;
}

h2:before {
  margin-right: 30px;
  content: url(../img/common/h2_bgl.png);
}

h2:after {
  margin-left: 30px;
  content: url(../img/common/h2_bgr.png);
}

.box {
  margin-bottom: 80px;
}
.box table {
  width: 100%;
}
.box p {
  margin-bottom: 20px;
  line-height: 2.4;
}
.box p.palt {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h3 {
  color: #003C82;
  font-size: 1.143em;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}

.box_h3 {
  margin-bottom: 40px;
}

.text_left {
  width: 340px;
  margin-right: 30px;
  float: left;
}

/*------------------------------
footer
--------------------------------*/
.copyright {
  color: #fff;
  font-size: 0.857em;
  /*12pt*/
  line-height: 60px;
  text-align: center;
}

.footer_spa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
}

.spa {
  margin-left: 10px;
  font-size: 20px;
}

.endless img {
  height: 55px;
}

.pagetopr {
  position: fixed;
  bottom: 60px;
  right: 30px;
  padding: 38px 0 8px;
}
/*# sourceMappingURL=common.css.map */