@charset "utf-8";
/*------------------------------------------------------------
  デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;

  font-size: 1em;
}

body {
  font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  line-height: 1.1;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/NotoSansCJKjp-Thin.eot'); /* IE9 Compat Modes */
  src: url('fonts/NotoSansCJKjp-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/NotoSansCJKjp-Thin.woff') format('woff'), /* Modern Browsers */ url('fonts/NotoSansCJKjp-Thin.ttf') format('truetype'); /* Safari, Android, iOS */
}

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

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/NotoSansCJKjp-DemiLight.eot');
  src: url('fonts/NotoSansCJKjp-DemiLight.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
  url('fonts/NotoSansCJKjp-DemiLight.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansCJKjp-Regular.eot');
  src: url('fonts/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
  url('fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

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

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSansCJKjp-Bold.eot');
  src: url('fonts/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansCJKjp-Bold.woff') format('woff'),
  url('fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/NotoSansCJKjp-Black.eot');
  src: url('fonts/NotoSansCJKjp-Black.eot?#iefix') format('embedded-opentype'),
  url('fonts/NotoSansCJKjp-Black.woff') format('woff'),
  url('fonts/NotoSansCJKjp-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans LightItalic';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/OpenSans-LightItalic.eot');
  src: url('fonts/OpenSans-LightItalic.eot?#iefix') format('embedded-opentype'),
  url('fonts/OpenSans-LightItalic.woff') format('woff'),
  url('fonts/OpenSans-LightItalic.ttf') format('truetype');
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

a:link {
  color: #014099;
  text-decoration: none;
}

a:visited {
  color: #014099;
  text-decoration: none;
}

a:hover {
  color: #014099;
  text-decoration: underline;
}

a:active {
  color: #014099;
  text-decoration: underline;
}

/*------------------------------------------------------------
  レイアウト
------------------------------------------------------------*/
body {
  min-width: 1285px;
  color: #555;
  text-align: center;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

#container {
  text-align: left;
}

#main {
}

#wrap {
  margin: 0 auto 118px;
  width: 1200px;
}

* html #main {
  zoom: 1;
}

* + html #main {
  zoom: 1;
}

#main:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* {
  box-sizing: content-box;
}

/*------------------------------------------------------------
  ヘッダー
------------------------------------------------------------*/
#header {
  padding: 29px 0 19px;
  position: relative;
}

#header h1 {
  margin-bottom: 20px;
  text-align: center;
}

#header h1 a {
  width: 287px;
  height: 31px;
  display: inline-block;
  background: url(img/common/logo02.jpg) no-repeat left top;
}

#header h1 img {
  display: none;
}

#header .hLink {
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#header .hLink ul {
  margin: 0 auto;
  width: 1200px;
}

#header .hLink li {
  margin: 0 23px;
  display: inline;
  color: #333;
  font-size: 16px;
  letter-spacing: 1px;
}

#header .hLink li a {
  color: #333;
  text-decoration: none;
}

#header .hLink li a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#header .menu {
  display: none;
}

#header .dropMenu {
  display: none;
}

@media all and (min-width: 768px) {
  #header .dropMenu {
    display: none !important;
  }
}

/* コンプライアンスへの取り組み */
#header .compliance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 320px;
  height: 55px;
  color: #c30a1c;
  background: #fff;
  border: 1px solid #c30a1c;
  position: absolute;
  top: 15px;
  left: 30px;
  text-align: center;
}
@media all and (max-width: 768px) {
  #header .compliance {
    display: none;
  }
}
#header .compliance::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top : 1px solid #c30a1c;
  border-right: 1px solid #c30a1c;
  transform: rotate(45deg);
}
#header .compliance span {
  font-size: 16px;
}
#header .compliance:hover {
  opacity: 0.7;
  text-decoration: none;
}

/*------------------------------------------------------------
  グローバルナビ
------------------------------------------------------------*/
#gNavi .naviBox {
  border-bottom: 1px solid #014099;
}

#gNavi ul {
  margin: 0 auto;
  width: 1100px;
  position: relative;
  text-align: center;
  letter-spacing: -0.4em;
}

#gNavi li {
  display: inline-block;
  color: #333;
  font-size: 18px;
  margin: 0 25px;
  letter-spacing: 2px;
}

#gNavi li a {
  padding: 11px 0 13px;
  display: inline-block;
  color: #333;
  position: relative;
  text-decoration: none;
}

#gNavi li a:before {
  display: none;
  width: 100%;
  height: 6px;
  background-color: #014099;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

#gNavi li.current-page-ancestor a:before,
#gNavi li.current-menu-item a:before,
#gNavi li a:hover:before {
  display: block;
}

#gNavi .subNavi {
  margin: 0 auto;
  padding-bottom: 2px;
  width: 1200px;
  text-align: left;
}

#gNavi .subNavi li {
  width: auto;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0;
  background-color: #eee;
}

#gNavi .subNavi li a {
  padding: 15px 40px 14px;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  #gNavi .subNavi li a {
    padding: 18px 40px 11px;
  }
}

#gNavi .subNavi li.current-menu-item a,
#gNavi .subNavi li a:hover {
  color: #fff;
  background-color: #014099;
}

@media all and (-ms-high-contrast: none) {
  #header .hLink {
    padding: 9px 0 1px;
  }

  #gNavi li a {
    padding: 16px 0 8px;
  }
}

/*------------------------------------------------------------
  パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin: 0 auto 59px;
  width: 1200px;
}

#pagePath li {
  margin-right: 11px;
  display: inline;
  font-size: 12px;
  letter-spacing: 1px;
}

#pagePath li:after {
  content: ">";
}

#pagePath li:last-child:after {
  display: none;
}

#pagePath li a {
  margin-right: 13px;
}

/*------------------------------------------------------------
  コンテンツ
------------------------------------------------------------*/
#conts {
  width: 700px;

  float: right;
}

/*------------------------------------------------------------
  サイドバー
------------------------------------------------------------*/
#sideBar {
  width: 232px;

  float: left;
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
#footer {
  padding: 27px 0 0;
  background-color: #f6f6f6;
}

#footer .fNavi {
  margin: 0 auto;
  padding: 0 0 27px 27px;
  width: 1002px;
  letter-spacing: -0.4em;
  text-align: center;
}

#footer .fNavi > li {
  float: left;
  font-size: 14px;
  width: 165px;
  display: inline-block;
  text-align: left;
  letter-spacing: normal;
}

#footer .fNavi .vertical { /* @todo 削除 */
  width: 180px;
}

#footer .fNavi .vertical li { /* @todo 削除 */
  padding-bottom: 6px;
  font-size: 14px;
}

#footer .fNavi .vertical li a { /* @todo 削除 */
  color: #014099;
}

#footer .fNavi li ul {
  padding-top: 7px;
}

#footer .fNavi li li {
  margin-top: 6px;
  font-size: 12px;
}

#footer .fNavi li li a {
  color: #333;
}

#footer .copyright {
  padding: 8px 0 7px;
  background-color: #014099;
}

#footer .copyright p {
  margin: 0 auto;
  width: 1200px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  text-align: center;
}

#footer .dropNavi {
  display: none;
}

#footer .fLink {
  display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
  body {
    min-width: inherit;
    padding-top: 54px;
  }

  /*------------------------------------------------------------
    ヘッダー
  ------------------------------------------------------------*/
  #header {
    padding: 17px 10px 0;
    position: fixed;
    left: 0;
    top: 0;
    box-sizing: border-box;
    height: 54px;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-bottom: 1px solid #014099;
  }

  #header h1 {
    margin-bottom: 0;
  }

  #header h1 a {
    width: 185px;
    height: 20px;
    display: inline-block;
    background: url(img/common/logo02.jpg) no-repeat left top;
    background-size: 185px 20px;
  }

  #header .hLink {
    display: none;
  }

  #header .menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  #header .menu a {
    width: 25px;
    height: 33px;
    display: block;
  }

  #header .menu.on a {
    background: url(img/common/close.png) no-repeat left top;
    background-size: 25px 33px;
  }

  #header .menu.on a img {
    visibility: hidden;
  }

  #header .dropMenu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 100;
    background-color: #fff;
  }

  #header .dropMenu li a {
    padding: 17px 20px 14px;
    display: block;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #333;
  }

  #header .dropMenu li ul {
    display: none;
  }

  #header .dropMenu li li a {
    text-decoration: none;
    background-color: #eee;
  }

  #header .dropMenu .sub > a {
    background: url(img/common/icon06.png) no-repeat 95% center;
    background-size: 20px 20px;
  }

  #header .dropMenu .sub > .on {
    background: url(img/common/icon07.png) no-repeat 95% center;
    background-size: 20px 20px;
  }

  /*------------------------------------------------------------
    グローバルナビ
  ------------------------------------------------------------*/
  #gNavi {
    display: none;
  }

  /*------------------------------------------------------------
    パンクズリスト
  ------------------------------------------------------------*/
  #pagePath {
    margin: 3px 15px 25px;
    width: auto;
  }

  #pagePath li {
    margin-right: 4px;
    display: inline;
    font-size: 6px;
    letter-spacing: 1px;
  }

  #pagePath li a {
    margin-right: 5px;
  }

  /*------------------------------------------------------------
    main 
  ------------------------------------------------------------*/
  #main {
    margin: 0 20px 50px;
  }

  #wrap {
    margin: 0;
    width: auto !important;
  }

  /*------------------------------------------------------------
    フッター
  ------------------------------------------------------------*/
  #footer {
    padding: 0;
  }

  #footer .fNavi {
    display: none;
  }

  #footer .fLink {
    padding: 17px 0 16px;
    display: block;
    text-align: center;
  }

  #footer .fLink li {
    margin: 0 6px;
    display: inline;
    font-size: 12px;
  }

  #footer .fLink li a {
    text-decoration: none;
  }

  #footer .dropNavi {
    display: block;
    background-color: #333;
  }

  #footer .dropNavi p {
    padding: 20px 10px 16px 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    background: url(img/common/icon08.png) no-repeat 95% center;
    background-size: 21px 22px;
  }

  #footer .dropNavi p.on {
    background: url(img/common/icon09.png) no-repeat 95% center;
    background-size: 21px 22px;
  }

  #footer .dropNavi ul {
    display: none;
    border-top: 1px solid #fff;
  }

  #footer .dropNavi li {
    width: 50%;
    float: left;
  }

  #footer .dropNavi li a {
    padding: 16px 18px;
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
  }

  #footer .dropNavi li:nth-child(2n) a {
    border-left: 1px solid #fff;
  }

  #footer .copyright {
    padding: 8px 0 10px;
  }

  #footer .copyright p {
    margin: 0;
    width: auto;
    font-size: 8px;
    letter-spacing: 1px;
  }
}

@media all and (min-width: 0) and (max-width: 320px) {
  #footer .dropNavi li a {
    padding: 16px 0 16px 10px;
  }
}

/*------------------------------------------------------------
  書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

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

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

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

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

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important;
}

.fsP2 {
  font-size: 1.16em !important;
}

.fsP3 {
  font-size: 1.24em !important;
}

.fsP4 {
  font-size: 1.32em !important;
}

.fsP5 {
  font-size: 1.4em !important;
}

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important;
}

.fsM2 {
  font-size: 0.84em !important;
}

.fsM3 {
  font-size: 0.76em !important;
}

.fsM4 {
  font-size: 0.68em !important;
}

.fsM5 {
  font-size: 0.6em !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
  微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
  汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1;
}

* + html .clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
  headLine01
------------------------------------------------------------*/
#main .headLine01 {
  margin-bottom: 72px;
  color: #014099;
  font-size: 36px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
}

#main .headLine01 span {
  margin-top: 11px;
  display: block;
  color: #555;
  font-size: 16px;
  letter-spacing: 0;
}

/*------------------------------------------------------------
  headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 81px;
  color: #014099;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 4px;
  position: relative;
}

.headLine02:before {
  margin-top: 1px;
  width: 100%;
  height: 1px;
  background: #2c4197;
  position: absolute;
  top: 50%;
  left: 0px;

  content: "";
}

.headLine02 span {
  padding: 0 15px;
  display: inline-block;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

/*------------------------------------------------------------
  headLine02
------------------------------------------------------------*/
#main .headLine03 {
  margin-bottom: 46px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

#main .headLine03 span {
  display: block;
  color: #014099;
  font-family: 'OpenSans LightItalic';
  font-size: 50px;
  letter-spacing: 3px;
}

/*------------------------------------------------------------
  headLine04
------------------------------------------------------------*/
.headLine04 {
  margin-bottom: 31px;
  position: relative;
  color: #014099;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

.headLine04:before {
  margin-top: 1px;
  width: 100%;
  height: 1px;
  background: #b1c1cc;
  position: absolute;
  top: 50%;
  left: 0px;

  content: "";
}

.headLine04 span {
  padding: 0 38px;
  display: inline-block;
  background-color: #fff;
  z-index: 10;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  .headLine04 span {
    margin-bottom: -7px;
    vertical-align: bottom;
  }
}

/*------------------------------------------------------------
  headLine05
------------------------------------------------------------*/
.headLine05 {
  margin-bottom: 43px;
  clear: both;
  color: #014099;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
}

.headLine05 .en {
  margin-bottom: 23px;
  position: relative;
  display: block;
  color: #666;
  font-size: 24px;
  font-style: italic;
}

.headLine05 .en:before {
  width: 100px;
  height: 2px;
  margin-left: -50px;
  background: #666;
  position: absolute;
  bottom: -9px;
  left: 50%;

  content: "";
}

/*------------------------------------------------------------
  comP01
------------------------------------------------------------*/
#main .comP01 {
  margin-bottom: 31px;
  color: #014099;
  font-size: 26px;
  text-align: center;
}

/*------------------------------------------------------------
  comP02
------------------------------------------------------------*/
#main .comP02 {
  margin: 0 auto 96px;
  width: 750px;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
}

/*------------------------------------------------------------
  more
------------------------------------------------------------*/
.more {
  width: 206px;
}

.more a,
.more span {
  padding: 9px 0;
  display: block;
  color: #014099;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #014099;
  border-radius: 25px;
}

.more a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  .more a,
  .more span {
    padding: 12px 0 5px;
  }
}

/*------------------------------------------------------------
  comLink
------------------------------------------------------------*/
.comLink {
  margin: 0 auto;
  width: 340px;
}

.comLink a {
  padding: 22px 0;
  display: block;
  color: #fff;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  background: #014099 url(img/common/icon10.png) no-repeat 94% center;
}

.comLink a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  .comLink a {
    padding: 26px 0 18px;
  }
}

/*------------------------------------------------------------
  comTable
------------------------------------------------------------*/
#main .comTable {
  margin: -10px auto 0;
  padding: 13px 6px;
  width: 954px;
  background-color: #eee;
}

#main .comTable table {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
}

#main .comTable th {
  padding: 8px 20px 10px;
  width: 23%;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: right;
  vertical-align: middle;
  background-color: #fff;
  border: 9px solid #eee;
}

#main .comTable td {
  padding: 8px 20px 10px;
  line-height: 1.5;
  letter-spacing: 2px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border: 9px solid #eee;
}

#main .comTable td .link {
  margin-top: 13px;
}

#main .comTable td a {
  color: #555;
}

/*------------------------------------------------------------
  comFlowBox
------------------------------------------------------------*/
#main .comFlowBox {
  letter-spacing: -0.4em;
  margin: 0 -10px 100px;
}

#main .comFlowBox li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 18px 50px;
  width: 330px;
  position: relative;
}

#main .comFlowBox li:after {
  background: url("img/common/icon16.png") no-repeat left top;
  width: 15px;
  height: 30px;
  position: absolute;
  content: '';
  display: block;
  right: -25px;
  top: 95px;
}

#main .comFlowBox li:last-child:after {
  display: none;
}

#main .comFlowBox li .photo {
  margin-bottom: 20px;
}

#main .comFlowBox li h4 {
  margin-bottom: 20px;
  color: #014099;
  font-size: 18px;
}

#main .comFlowBox li p {
  font-size: 16px;
  line-height: 1.34;
}

/*------------------------------------------------------------
  comMultiBox
------------------------------------------------------------*/
#main .comImgListBox {
  letter-spacing: -0.4em;
  margin: 0 -10px 100px;
}

#main .comImgListBox li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 50px;
  width: 350px;
}

#main .comImgListBox .bgTitle {
  background: #014099;
  color: #fff;
  text-align: center;
  font-size: 21px;
  padding: 10px 0;
  font-weight: normal;
}

#main .comImgListBox .photo {
  margin-bottom: 15px;
}

#main .comImgListBox .text {
  font-size: 16px;
  line-height: 1.75;
}

/*------------------------------------------------------------
  comMultiBox
------------------------------------------------------------*/
#main .comMultiBox {
  margin-bottom: 100px;
}

#main .comMultiBox:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

#main .comMultiBox .preText {
  letter-spacing: normal;
  font-size: 16px;
  line-height: 2;
  text-align: left;
  margin-bottom: 50px;
}

#main .comMultiBox .photo {
  text-align: center;
}

#main .comMultiBoxL,
#main .comMultiBoxR {
  width: 50%;
  box-sizing: border-box;
}

#main .comMultiBoxL {
  float: left;
}

#main .comMultiBoxR {
  float: right;
}

#main .comMultiBox .text {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}

#main .comMultiBox .link {
  text-align: center;
  margin-top: 60px;
}

#main .comMultiBox .link a {
  padding: 7px 0 5px;
  width: 240px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  background: url(img/common/icon01.png) no-repeat 92% center;
  border: 2px solid #014099;
  border-radius: 20px;
}

#main .comMultiBox .headLine05 {
  margin-bottom: 20px;
}

#main .comMultiBox .headLine05:first-child {
  font-size: 32px;
  text-align: left;
}

#main .comMultiBox .headLine05:first-child,
#main .comMultiBox .text:first-child {
  margin-top: 40px;
}

#main .comMultiBoxL .headLine05,
#main .comMultiBoxL .text,
#main .comMultiBoxL .link {
  margin-right: 70px;
}

#main .comMultiBoxR .headLine05,
#main .comMultiBoxR .text,
#main .comMultiBoxR .link {
  margin-left: 70px;
}

/*------------------------------------------------------------
  comImgBoxRow
------------------------------------------------------------*/
#main .comImgBoxRow {
  margin: 0 auto;
  letter-spacing: -0.4em;
  text-align: center;
  width: 1300px;
}

#main .comImgBoxRow.row-2 .comImgBoxCell {
  margin: 0 60px;
  width: 590px;
}

#main .comImgBoxRow .comImgBoxCell:first-child {
  margin-left: 0;
}

#main .comImgBoxRow .comImgBoxCell:last-child {
  margin-right: 0;
}

/*------------------------------------------------------------
  comImgBoxRow
------------------------------------------------------------*/
#main .comImgBoxRow {
  letter-spacing: -0.4em;
  text-align: center;
}

#main .comImgBoxRow .comImgBoxCell {
  text-align: left;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

/*------------------------------------------------------------
  comImgBoxL
------------------------------------------------------------*/
#main .comImgBoxL {
  margin-bottom: 99px;
}

#main .comImgBoxL .photoBox {
  float: left;
}

#main .comImgBoxL .textBox {
  padding: 32px 0 33px 20px;
  width: 590px;
  min-height: 267px;
  float: right;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#main .comImgBoxL .textBox p {
  font-size: 16px;
  line-height: 2;
}

#main .comImgBoxL .textBox .headLine01 {
  font-size: 32px;
  margin-bottom: 22px;
  text-align: left;
}

/*------------------------------------------------------------
  comImgBoxR
------------------------------------------------------------*/
#main .comImgBoxR {
  margin-bottom: 96px;
}

#main .comImgBoxR .textBox p {
  font-size: 16px;
  line-height: 2;
}

#main .comImgBoxR .photoBox {
  float: right;
}

#main .comImgBoxR .textBox {
  padding: 27px 0 33px 0;
  width: 610px;
  min-height: 270px;
  float: left;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#main .comImgBoxR .textBox .headLine01 {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: left;
}

/*------------------------------------------------------------
  comLink02
------------------------------------------------------------*/
#main .comLink02 {
  margin: 0 auto;
  padding: 50px 0 130px;
  width: 740px;
}

#main .comLink02 a {
  padding: 18px 0;
  display: block;
  font-size: 21px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #000090;
  border-radius: 35px;
}

#main .comLink02 a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  #main .comLink02 a {
    padding: 22px 0 14px;

  }
}

/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
#main .contact {
  margin: 0 auto;
  width: 740px;
}

#main .contact a {
  padding: 19px 0;
  display: block;
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  background-color: #014099;
  border-radius: 40px;
}

@media all and (-ms-high-contrast: none) {
  #main .contact a span {
    padding-top: 4px;
  }
}

#main .contact a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#main .contact a span {
  padding-left: 43px;
  display: inline-block;
  background: url(img/common/icon11.png) no-repeat left 6px;
}

/*------------------------------------------------------------
  numberUl
------------------------------------------------------------*/
#main .numberUl {
  text-align: center;
  letter-spacing: -0.4em;
}

#main .numberUl li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 278px;
  height: 278px;
  margin: 0 25px;
  position: relative;
  border: 1px solid #014099;
  border-radius: 150px;
  background: #edf4f9;
}

#main  .numberUl li p {
  display: block;
  position: absolute;
  color: #014099;
  top: 45%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

/*------------------------------------------------------------
  comStepBox
------------------------------------------------------------*/
#tour .comStepBox {
  letter-spacing: -0.4em;
  margin: 0 -10px -50px;
}

#tour .comStepBox li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 50px;
  width: 540px;
  position: relative;
}

#tour .comStepBox li .photo {
  margin-bottom: 20px;
}

#tour .comStepBox li h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #014099;
}

#tour .comStepBox li h4 .num {
  font-size: 30px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

#tour .comStepBox li .text {
  font-size: 16px;
  line-height: 1.5;
}

.sp {
  display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*------------------------------------------------------------
    headLine01
  ------------------------------------------------------------*/
  #main .headLine01 {
    margin-bottom: 42px;
    font-size: 21px;
  }

  #main .headLine01 span {
    margin-top: 2px;
    font-size: 13px;
  }

  /*------------------------------------------------------------
    headLine02
  ------------------------------------------------------------*/
  .headLine02 {
    margin-bottom: 20px !important;
    font-size: 18px;
  }

  /*------------------------------------------------------------
    headLine02
  ------------------------------------------------------------*/
  #main .headLine03 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  #main .headLine03 span {
    margin-bottom: 5px;
    font-size: 30px;
  }

  /*------------------------------------------------------------
    headLine04
  ------------------------------------------------------------*/
  .headLine04 {
    margin-bottom: 15px !important;
    font-size: 16px;
  }

  .headLine04 span {
    padding: 0 20px;
  }

  /*------------------------------------------------------------
    headLine05
  ------------------------------------------------------------*/
  .headLine05 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .headLine05 .en {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .headLine05 .en:before {
    width: 50px;
    height: 1px;
    margin-left: -25px;
  }

  /*------------------------------------------------------------
    comP01
  ------------------------------------------------------------*/
  #main .comP01 {
    margin-bottom: 31px;
    color: #014099;
    font-size: 18px;
  }

  /*------------------------------------------------------------
    comP02
  ------------------------------------------------------------*/
  #main .comP02 {
    margin: 0 0 20px;
    width: auto;
    font-size: 12px;
  }

  /*------------------------------------------------------------
    more
  ------------------------------------------------------------*/
  .more {
    width: 154px;
  }

  .more a,
  .more span {
    padding: 5px 0;
    display: block;
    color: #014099;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #014099;
  }

  .more a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  /*------------------------------------------------------------
    comLink
  ------------------------------------------------------------*/
  .comLink {
    margin: 0 auto;
    width: 45%;
  }

  .comLink a {
    padding: 11px 0;
    display: block;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    background-position: 97% center;
    background-size: 6px 10px;
  }

  .comLink a:hover {
    filter: alpha(opacity=70);
    opacity: 0.7;
  }

  /*------------------------------------------------------------
    comTable
  ------------------------------------------------------------*/
  #main .comTable {
    margin: 0;
    padding: 0;
    width: auto;
  }

  #main .comTable table {
    font-size: 14px;
  }

  #main .comTable th {
    padding: 8px 5px 10px;
    width: 30%;
    font-weight: normal;
    letter-spacing: 0;
    border: 5px solid #eee;
  }

  #main .comTable td {
    padding: 8px 5px 10px;
    letter-spacing: 0;
    border: 5px solid #eee;
  }

  #main .comTable td .link {
    margin-top: 13px;
  }

  #main .comTable td a {
    color: #555;
    text-decoration: none;
  }

  /*------------------------------------------------------------
    comImgBoxL
  ------------------------------------------------------------*/
  #main .comImgBoxL {
    margin-bottom: 30px;
  }

  #main .comImgBoxL .photoBox {
    float: none;
  }

  #main .comImgBoxL .photoBox img {
    width: 100%;
  }

  #main .comImgBoxL .textBox {
    padding: 10px 0;
    width: auto;
    min-height: inherit;
    float: none;
  }

  #main .comImgBoxL .textBox p {
    font-size: 13px;
  }

  #main .comImgBoxL .textBox .headLine01 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  /*------------------------------------------------------------
    comImgBoxR
  ------------------------------------------------------------*/
  #main .comImgBoxR {
    margin-bottom: 30px;
  }

  #main .comImgBoxR .photoBox {
    float: none;
  }

  #main .comImgBoxR .photoBox img {
    width: 100%;
  }

  #main .comImgBoxR .textBox {
    padding: 10px 0;
    width: auto;
    min-height: inherit;
    float: none;
  }

  #main .comImgBoxR .textBox p {
    font-size: 13px;
  }

  #main .comImgBoxR .textBox .headLine01 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  /*------------------------------------------------------------
    comLink02
  ------------------------------------------------------------*/
  #main .comLink02 {
    margin: 0;
    padding: 30px 0 0;
    width: auto;
  }

  #main .comLink02 a {
    padding: 10px 0;
    font-size: 15px;
    letter-spacing: 0;
    border: 1px solid #000090;
  }

  #main .comLink02 a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  /*------------------------------------------------------------
    comFlowBox
  ------------------------------------------------------------*/
  #main .comFlowBox {
    margin: 0 0 50px;
  }

  #main .comFlowBox li {
    display: block;
    margin: 0 0 60px;
    width: auto;
  }

  #main .comFlowBox li:after {
    background: url("img/common/icon16.png") no-repeat left top;
    transform: rotate(90deg);
    width: 15px;
    height: 30px;
    position: absolute;
    content: '';
    display: block;
    right: 50%;
    top: auto;
    bottom: -40px;
  }

  #main .comFlowBox li .photo {
    margin-bottom: 15px;
  }

  #main .comFlowBox li h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  #main .comFlowBox li p {
    font-size: 12px;
    line-height: 1.83;
  }

  /*------------------------------------------------------------
    comMultiBox
  ------------------------------------------------------------*/
  #main .comImgListBox {
    letter-spacing: normal;
    margin: 0 0 50px;
  }

  #main .comImgListBox li {
    display: block;
    margin: 0 0 15px;
    width: auto;
  }

  #main .comImgListBox .bgTitle {
    background: #014099;
    font-size: 14px;
    padding: 10px 0;
  }

  #main .comImgListBox .photo {
    margin-bottom: 10px;
  }

  #main .comImgListBox .photo img {
    width: 100%;
    height: auto;
  }

  #main .comImgListBox .text {
    font-size: 12px;
  }

  /*------------------------------------------------------------
    comMultiBox
  ------------------------------------------------------------*/
  #main .comMultiBox {
    margin-bottom: 50px;
  }

  #main .comMultiBox .preText {
    font-size: 12px;
    margin-bottom: 25px;
  }

  #main .comMultiBoxL,
  #main .comMultiBoxR {
    width: auto;
    display: block;
  }

  #main .comMultiBoxL {
    float: none;
    margin-bottom: 20px;
  }

  #main .comMultiBoxR {
    float: none;
  }

  #main .comMultiBox .photo {
    margin-bottom: 15px;
  }

  #main .comMultiBox .photo img {
    max-width: 100%;
    height: auto;
  }

  #main .comMultiBox .text {
    font-size: 12px;
  }

  #main .comMultiBox .link {
    margin-top: 20px;
  }

  #main .comMultiBox .link a {
    padding: 5px 0;
    width: 56%;
    font-size: 12px;
    background: url(img/common/icon01.png) no-repeat 92% center;
    border: 2px solid #014099;
    border-radius: 20px;
  }

  #main .comMultiBox .headLine05 {
    margin-bottom: 10px;
  }

  #main .comMultiBox .headLine05:first-child {
    font-size: 18px;
  }

  #main .comMultiBox .headLine05:first-child,
  #main .comMultiBox .text:first-child {
    margin-top: 0;
  }

  #main .comMultiBoxL .headLine05,
  #main .comMultiBoxL .text,
  #main .comMultiBoxL .link {
    margin-right: 0;
  }

  #main .comMultiBoxR .headLine05,
  #main .comMultiBoxR .text,
  #main .comMultiBoxR .link {
    margin-left: 0;
  }

  /*------------------------------------------------------------
    comImgBoxRow
  ------------------------------------------------------------*/
  #main .comImgBoxRow {
    letter-spacing: normal;
    width: auto;
  }

  #main .comImgBoxRow.row-2 .comImgBoxCell {
    margin: 0 0 20px;
    width: auto;
  }

  #main .comImgBoxRow.row-2 .comImgBoxCell img {
    width: 100%;
    height: auto;
  }

  /*------------------------------------------------------------
    comImgBoxRow
  ------------------------------------------------------------*/
  #main .comImgBoxRow {
    letter-spacing: -0.4em;
    text-align: center;
  }

  #main .comImgBoxRow .comImgBoxCell {
    text-align: left;
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
  }

  /*------------------------------------------------------------
    comImgBoxL
  ------------------------------------------------------------*/
  #main .comImgBoxL {
    margin-bottom: 99px;
  }

  #main .comImgBoxL .photoBox {
    float: left;
  }

  #main .comImgBoxL .textBox {
    padding: 32px 0 33px 20px;
    width: 590px;
    min-height: 267px;
    float: right;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }

  #main .comImgBoxL .textBox p {
    font-size: 16px;
    line-height: 2;
  }

  #main .comImgBoxL .textBox .headLine01 {
    font-size: 32px;
    margin-bottom: 22px;
    text-align: left;
  }

  /*------------------------------------------------------------
    comImgBoxR
  ------------------------------------------------------------*/
  #main .comImgBoxR {
    margin-bottom: 96px;
  }

  #main .comImgBoxR .textBox p {
    font-size: 16px;
    line-height: 2;
  }

  #main .comImgBoxR .photoBox {
    float: right;
  }

  #main .comImgBoxR .textBox {
    padding: 27px 0 33px 0;
    width: 610px;
    min-height: 270px;
    float: left;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }

  #main .comImgBoxR .textBox .headLine01 {
    font-size: 32px;
    margin-bottom: 20px;
    text-align: left;
  }

  /*------------------------------------------------------------
    contact
  ------------------------------------------------------------*/
  #main .contact {
    margin: 0 auto;
    width: 46%;
  }

  #main .contact a {
    padding: 7px 0;
    font-size: 11px;
    letter-spacing: 1px;
  }

  #main .contact a:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #main .contact a span {
    padding-left: 20px;
    background-position: left 3px;
    background-size: 14px auto;
  }

  /*------------------------------------------------------------
    numberUl
  ------------------------------------------------------------*/
  #main .numberUl li {
    width: 46%;
    height: 0;
    box-sizing: border-box;
    padding-bottom: 46%;
    margin: 0 2%;
  }

  #main .numberUl li:last-child {
    margin-top: -10px
  }

  #main .numberUl li p {
    display: block;
    position: absolute;
    color: #014099;
    top: 45%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }

  /*------------------------------------------------------------
    comStepBox
  ------------------------------------------------------------*/
  #tour .comStepBox {
    letter-spacing: -0.4em;
    margin: 0;
  }

  #tour .comStepBox li {
    display: block;
    margin: 0 0 25px;
    width: auto;
    position: relative;
  }

  #tour .comStepBox li .photo {
    margin-bottom: 15px;
  }

  #tour .comStepBox li .photo img {
    width: 100%;
    height: auto;
  }

  #tour .comStepBox li h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #tour .comStepBox li h4 .num {
    font-size: 18px;
    margin-right: 10px;
  }

  #tour .comStepBox li .text {
    font-size: 12px;
    line-height: 1.83;
  }
}

#menu-item-193 {
  font-size: 14px !important;
  position: relative;
  left: 0;
  color: #014099 !important;
}
#menu-item-193 a {
  color: #014099 !important;
}
