@charset "UTF-8";
#header, #header #nav {
  *zoom: 1;
}
#header:after, #header #nav:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
/*----------------------------------------------------
	BASE
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  line-height: 160%;
  background-color: #fff;
  background-repeat: repeat;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  color: #3592C4;
  transition: all 0.5s ease 0s;
}
a:visited {
  color: #3592C4;
}
a:hover {
  color: #00f;
  opacity: .8;
  text-decoration: underline;
}
a:active {
  color: #3592C4;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../imgshare/mark_1.gif);
}

.mark2 {
  background-image: url(../imgshare/mark_2.gif);
}

.mark3 {
  background-image: url(../imgshare/mark_3.gif);
}

.mark4 {
  background-image: url(../imgshare/mark_4.gif);
}

.mark5 {
  background-image: url(../imgshare/mark_5.gif);
}

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* ----------------------------------------------- *
 * 【【TOP】 BIOGRAPHY 白線ボタン
 * ----------------------------------------------- */
.btn_whiteLine button {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0);
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.5em 3em;
}

/* HOVER */
.btn_whiteLine {
  font-size: 110%;
  display: inline-block;
  text-decoration: none;
  color: #ffffff  !important;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
}
.btn_whiteLine a:link {
  color: #FFF !important;
}
.btn_whiteLine a:visited {
  color: #FFF !important;
}
.btn_whiteLine a:hover {
  color: #FFF !important;
  opacity: .8;
  text-decoration: underline;
}
.btn_whiteLine a:active {
  color: #FFF !important;
}

.btn_whiteLine > button {
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn_whiteLine:hover button {
  background: white;
  color: #0F1265;
}

/* ----------------------------------------------- *
 * 【下層】 MENU 紺線ボタン
 * ----------------------------------------------- */
.btn_navyLine span {
  color: #0F1265;
  font-weight: 700;
  border: 1px solid #0F1265;
}

/* HOVER */
.btn_navyLine {
  font-size: 95%;
  text-decoration: none;
  color: #0F1265  !important;
}
.btn_navyLine a:link {
  color: #0F1265 !important;
}
.btn_navyLine a:visited {
  color: #0F1265 !important;
}
.btn_navyLine a:hover {
  color: #0F1265 !important;
  opacity: .8;
  text-decoration: underline;
}
.btn_navyLine a:active {
  color: #0F1265 !important;
}

.btn_navyLine > span {
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn_navyLine:hover span {
  background: white;
  color: #2B9ACA;
}

/* ----------------------------------------------- *
 * 【下層】 MENU BACKボタン
 * ----------------------------------------------- */
.btn_back button {
  width: 100%;
  position: relative;
  background: #FFF;
  text-transform: uppercase;
  color: #0F1265;
  letter-spacing: 1px;
  border: 1px solid #0F1265;
  outline: none;
  padding: 0.5em 3em;
}

/* HOVER */
.btn_back {
  font-size: 110%;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
}
.btn_back a:link {
  color: #FFF !important;
}
.btn_back a:visited {
  color: #FFF !important;
}
.btn_back a:hover {
  color: #FFF !important;
  opacity: .8;
  text-decoration: underline;
}
.btn_back a:active {
  color: #FFF !important;
}

.btn_back > button {
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn_back:hover button {
  background: #3592C4;
  color: #FFF;
  border: 1px solid #3592C4;
}

/* ----------------------------------------------- *
 * 【TOP】 BIOGRAPHY 紺塗ボタン
 * ----------------------------------------------- */
.btn_navyPaint button {
  width: 100%;
  position: relative;
  background: #0F1265;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px;
  border: none;
  outline: none;
  padding: 0.5em 3em;
}

/* HOVER */
.btn_navyPaint {
  font-size: 110%;
  display: inline-block;
  text-decoration: none;
  color: #ffffff  !important;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
}
.btn_navyPaint a:link {
  color: #FFF !important;
}
.btn_navyPaint a:visited {
  color: #FFF !important;
}
.btn_navyPaint a:hover {
  color: #FFF !important;
  opacity: .8;
  text-decoration: underline;
}
.btn_navyPaint a:active {
  color: #FFF !important;
}

.btn_navyPaint > button {
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.btn_navyPaint:hover button {
  background: #3592C4;
  color: #FFF;
}

.btn_smallNavy {
  font-size: 80%;
  display: inline-block;
  padding: 0.3em 3em;
  text-decoration: none;
  color: #ffffff  !important;
  background-image: linear-gradient(#001A66 0%, #001A66 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #5e7fca;
  margin: 0 auto;
}
.btn_smallNavy a:link {
  color: #FFF !important;
}
.btn_smallNavy a:visited {
  color: #FFF !important;
}
.btn_smallNavy a:hover {
  color: #FFF !important;
  opacity: .8;
  text-decoration: underline;
}
.btn_smallNavy a:active {
  color: #FFF !important;
}

.btn_smallNavy:active {
  color: #ffffff;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

/* ----------------------------------------------- *
 * 【下層】コンテンツメニュー
 * ----------------------------------------------- */
.contentsMenuBlock {
  position: relative;
  width: 100%;
  height: 55px;
  z-index: 2;
  margin: 30 auto 0;
  display: block;
  text-align: center;
}
.contentsMenuBlock li {
  width: auto;
  padding: 4px 2px;
  margin: 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}
.contentsMenuBlock li span {
  z-index: 2;
  width: 100%;
  background: white;
  position: relative;
  color: #0F1265;
  letter-spacing: 1px;
  border: 1px solid #0F1265;
  padding: 4px auto;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.contentsMenuBlock li.active span {
  background: #0F1265;
  color: white;
}

/* ----------------------------------------------- *
 * ETC
 * ----------------------------------------------- */
.imgRepl {
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  text-indent: -8000em;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ================================================================ *
 *  Loading
 * ================================================================ */
#loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10000;
  background: #ffffff;
}

.spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -.5em;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #D6EAFA;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* ================================================================ *
 *  Fade IN / OUT
 * ================================================================ */
.fadein {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 0.7s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* ================================================================ *
 *  PAGE TOP
 * ================================================================ */
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3f98ef;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

/* Btn PageTop------------------------------------------*/
#page-top {
  background-image: url(../img/common/btn_gotop.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 70px;
  width: 150px;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  right: 10px;
  bottom: 10px;
  position: fixed;
  z-index: 9000;
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  text-indent: -8000em;
}

#page-top a {
  text-decoration: none;
  display: block;
}

#page-top a:hover {
  text-decoration: none;
}

/* ================================================================ *
 *  Layout
 * ================================================================ */
#header {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px;
  z-index: 9999;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 5px -2px #DDD;
}
#header #nav li {
  float: left;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

li {
  padding: 0;
  margin: 0;
}

nav {
  width: 100%;
  max-width: 1220px;
  min-width: 990px;
  min-height: 100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: none;
  display: block;
}
nav h1 {
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 365px;
}
nav .nav_menu {
  position: relative;
  margin-left: 370px;
}
nav .nav_menu ul {
  text-align: center;
  float: left;
}
nav .nav_menu ul li {
  display: inline-block;
}
nav .nav_menu ul li a {
  color: #000;
  display: inline-block;
  padding: 1em 0.5em;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
  font-size: 16px;
  font-weight: bold;
}
nav .nav_menu ul li a:link, nav .nav_menu ul li a:visited, nav .nav_menu ul li a:active {
  color: #000;
}
nav .nav_menu ul li a:hover {
  color: #3592C4;
}
nav .nav_menu ul li .imgLang {
  display: block;
  cursor: pointer;
  margin-left: 10px;
  transition: all 10ms 0s ease;
}
nav ul.navMenu_link1 {
  padding-top: 35px;
  padding-left: 15px;
}
nav ul.navMenu_link2 {
  position: absolute;
  top: -5px;
  right: 40px;
}
nav ul.navMenu_link2 li {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1300px) {
  nav .nav_menu ul li .imgLang {
    width: 28px;
    margin-right: 20px;
  }

  nav .nav_menu {
    margin-left: 350px;
  }
}
@media screen and (max-width: 1010px) {
  ul.navMenu_link1,
  ul.navMenu_link2 {
    display: none;
  }
}
/*----------------------------------------------------
	Button
----------------------------------------------------*/
.hamburger {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 9999999;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active {
  z-index: 9999999;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*----------------------------------------------------
	MENU_Contents
----------------------------------------------------*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 999999;
  background: #338FBF;
  background: -moz-linear-gradient(top, #338FBF 0%, #005B9F 100%);
  background: -webkit-linear-gradient(top, #338FBF 0%, #005B9F 100%);
  background: linear-gradient(to bottom, #338FBF 0%, #005B9F 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF338FBF',endColorstr='#FF005B9F',GradientType=0);
}

.wrap {
  color: #e9e9e9;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.wrap ul.wrap-nav {
  border-bottom: 1px solid #73DCFF;
  padding: 40px 0px 50px;
}
.wrap ul.wrap-nav li {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
}
.wrap ul.wrap-nav li a {
  color: #FFFF99;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
  color: #FFFF99;
}
.wrap ul.wrap-nav ul li {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9;
}
.wrap ul.wrap-nav ul li a {
  color: #f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
  color: #FFFF99;
}
.wrap ul.wrap-nav:first-child {
  border-bottom: none;
  padding: 100px 0px 0px;
}
.wrap div.lang {
  margin-top: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6rem;
}

ul.wrap-language {
  padding: 50px 0px 20px;
}
ul.wrap-language li {
  font-size: 20px;
  display: inline-block;
  position: relative;
  z-index: 10px;
  line-height: auto;
  vertical-align: center;
}
ul.wrap-language li a, ul.wrap-language li img {
  display: inline-block;
  padding: 0;
}
ul.wrap-language div.lang_box {
  display: block;
  padding: 0 15px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}

.social {
  font-size: 25px;
  padding: 20px 0 30px;
}
.social p {
  margin: 0;
  padding: 20px 0 5px 0;
  line-height: 30px;
  font-size: 13px;
}
.social p a {
  color: #FFFF99;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.social-icon {
  width: 80px;
  height: 50px;
  color: #333;
  display: inline-block;
  margin: 0 20px;
  text-align: center;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}
.social-icon .social-icon i {
  margin-top: 12px;
}
.social-icon img {
  width: 60%;
  margin: 0 auto;
}

.social-icon:hover {
  color: #f0f0f0;
}

@media screen and (max-width: 48em) {
  .wrap ul.wrap-nav > li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #73DCFF;
  }
  .wrap ul.wrap-nav {
    padding: 0px 0px 0px;
  }
  .wrap ul.wrap-nav:first-child {
    padding: 30px 0px 0px;
  }

  nav ul {
    opacity: 0;
    visibility: hidden;
  }
  nav ul ul {
    border-bottom: none;
  }

  .social {
    color: #c1c1c1;
    font-size: 25px;
    padding: 15px 5;
  }

  .social-icon img {
    width: 5rem;
    margin: 0 auto;
  }
}
.siteName {
  display: block;
  font-size: 13px;
  width: 100%;
  color: #e9e9e9;
  padding: 0px 0 50px;
}
.siteName a {
  color: #f0f0f0;
  text-decoration: none;
}
.siteName a:link, .siteName a:visited, .siteName a:active {
  color: #f0f0f0;
}
.siteName a:hover {
  color: #FFFF99;
  text-decoration: none;
}

footer {
  background-color: #FFF;
  width: 95%;
  margin: 0 auto;
  display: block;
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer_social {
  text-align: center;
}

.footer_social,
.footer_link1,
.footer_link2 {
  text-align: center;
}

.footer_social li,
.footer_link1 li,
.footer_link2 li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px;
}

/*----------------------------------------------------
	FOOTER MENU
----------------------------------------------------*/
.footer_menu {
  text-align: center;
}

.footer_menu ul {
  padding-bottom: 1.2rem;
}

.footer_menu li {
  display: inline-block;
  border-right: 1px solid #3592C4;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer_menu li:last-of-type {
  border-right: none;
}

.footer_menu li > a {
  font-size: 1.5rem;
  color: #3592C4;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.footer_menu li:nth-type(7) {
  display: inline-block;
}

/*----------------------------------------------------
	FOOTER COPYRIGHT
----------------------------------------------------*/
.footer_copyright {
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  display: block;
}

/*----------------------------------------------------
	BASE
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  color: #333;
  font-size: 12px;
  font-size: 0.75rem;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
  line-height: 160%;
  background-color: #fff;
  background-repeat: repeat;
}

input, textarea {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

a:link {
  color: #3592C4;
}
a:visited {
  color: #3592C4;
}
a:hover {
  color: #00f;
  opacity: .8;
  text-decoration: underline;
}
a:active {
  color: #3592C4;
}

.sp {
  display: none;
}

.pc {
  display: inline-block;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em;
}

.mark1 {
  background-image: url(../imgshare/mark_1.gif);
}

.mark2 {
  background-image: url(../imgshare/mark_2.gif);
}

.mark3 {
  background-image: url(../imgshare/mark_3.gif);
}

.mark4 {
  background-image: url(../imgshare/mark_4.gif);
}

.mark5 {
  background-image: url(../imgshare/mark_5.gif);
}

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.imgRepl {
  font-size: 0;
  *font-size: 100%;
  overflow: hidden;
  text-indent: -8000em;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }

  .pc {
    display: none;
  }

  .tbl .cel {
    width: 100% !important;
    text-align: center;
    margin-bottom: 10px;
    float: left;
  }

  .spbg {
    display: block;
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  img {
    max-width: 100%;
  }

  /*改行_SPのみ*/
  .br-sp {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
  	Header
  ----------------------------------------------------*/
  #header {
    position: absolute;
  }

  #index-page #header {
    background: none;
    box-shadow: none;
  }

  /*----------------------------------------------------
  	Menu
  ----------------------------------------------------*/
  nav {
    min-height: 50px;
  }
  nav h1 {
    position: absolute;
    top: 0px;
    left: 0;
    width: 265px;
  }
}
@media screen and (max-width: 768px) {
  /*----------------------------------------------------
  	FOOTER BLOCK
  ----------------------------------------------------*/
  footer {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .footer_menu ul {
    padding-bottom: 0;
  }

  .footer_social li,
  .footer_link1 li,
  .footer_link2 li {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .footer_social {
    width: 90%;
    margin: 0 auto;
  }
  .footer_social ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_social li img {
    width: 100%;
    max-width: 60px;
    margin: auto 10px;
  }

  .footer_link1 li {
    width: 45%;
  }
  .footer_link1 li img {
    width: auto;
    height: 50px;
    margin: auto;
  }

  .footer_link2 li {
    display: block;
  }
  .footer_link2 li img {
    height: 40px;
    margin: 0 auto;
  }

  /*----------------------------------------------------
  	FOOTER MENU
  ----------------------------------------------------*/
  .footer_menu {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 2rem;
  }

  .footer_menu li {
    margin-bottom: 8px;
  }

  /*----------------------------------------------------
  	FOOTER COPYRIGHT
  ----------------------------------------------------*/
  .footer_copyright {
    padding: 2.8rem 0;
    font-size: 0.95rem;
    margin-bottom: 10px;
  }
}
