@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* [MIXIN] FONTSIZE */
/* [MIXIN] NAV */
/* [MIXIN] ANIMATION */
/* [MIXIN] KEYFRAMES */
/* [MIXIN] TRANSITION */
/* [MIXIN] WIDTH */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.0rem;
  font-family: -apple-system, "Lucida Grande", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
  color: #333;
  -webkit-text-size-adjust: 100%;
  /* 横向きで文字サイズが変わるのを防止 */
}
body img {
  width: 100%;
}
body a {
  text-decoration: none;
  color: #333;
}

.main {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}

.inner {
  width: 100%;
  margin: 0px auto;
}

/* GNAV */
.gnav {
  font-size: 8px;
  font-size: 4.6875vw;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 15px 15px;
  box-sizing: border-box;
  background: #004c82;
  z-index: 20;
  opacity: 0.9;
  overflow: scroll;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.gnav li {
  border-bottom: 1px solid #fff;
  line-height: 1.3;
}
.gnav li a {
  color: #fff;
  display: block;
}
.gnav .gnav_01 {
  margin-bottom: 20px;
}
.gnav .gnav_01 li {
  margin-bottom: 10px;
  padding-bottom: 8px;
}
.gnav .gnav_02 li {
  margin-bottom: 23px;
  padding-bottom: 3px;
  line-height: 1.8;
}
.gnav .gnav_close {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  right: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
}
.gnav .gnav_close span {
  display: inline-block;
  box-sizing: border-box;
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 15px;
  left: 0;
}
.gnav .gnav_close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gnav .gnav_close span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gnav.open {
  top: 0;
}

/* HEADER */
.header {
  width: 100%;
  margin: 0px auto;
  border-top: 3px solid #cacaca;
  padding: 5% 3%;
  box-sizing: border-box;
  background: #fff;
  z-index: 15;
}
.header .logo {
  float: left;
  width: 60.625%;
}
.header .navBtn {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  float: right;
  width: 32px;
  height: 29px;
  margin-top: 15px;
  cursor: pointer;
  z-index: 10;
}
.header .navBtn span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
}
.header .navBtn span:nth-of-type(1) {
  top: 0px;
}
.header .navBtn span:nth-of-type(2) {
  top: 8px;
}
.header .navBtn span:nth-of-type(3) {
  top: 16px;
}
.header .navBtn span:nth-of-type(4) {
  top: 24px;
}

/* TRIANGLE */
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #fff;
  vertical-align: middle;
}

/* FOOTER */
.footer {
  margin-top: 5%;
  /* CONTACT */
}
.footer .contact {
  background: url("../images/icm_bg_09.png") repeat center top;
  width: 100%;
  text-align: right;
  padding: 3% 2%;
  box-sizing: border-box;
}
.footer .contact a {
  display: inline-block;
}
.footer .contact .contact_btn {
  width: 100%;
}
.footer .contact .pagetop {
  width: 12.8125%;
  margin: 3.5% 0px 2%;
}
.footer .copyright {
  font-size: 4px;
  font-size: 3.4375vw;
  background: #797373;
  text-align: center;
  color: #fff;
  padding: 1.5% 0px;
  line-height: 1.3;
}

/* HEAD */
.h01 {
  margin: 3% 2% 0px;
}

.h02 {
  font-size: 9px;
  font-size: 7.5vw;
  color: #004f87;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 8px;
  margin: 8% 2% 0px;
  font-weight: bold;
  line-height: 1.3;
}
.h02 span {
  display: inline-block;
  border-left: 6px solid #014e84;
  padding: 1% 3.5%;
}

.h03 {
  font-size: 10px;
  font-size: 6.5625vw;
  color: #fff;
  padding: 7% 2% 7% 5%;
  margin: 7% 0px 5%;
}
.h03 span {
  display: inline-block;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
}
.h03.h03-g {
  background: #7d7d7d;
}
.h03.h03-b {
  background: #33729e;
}
.h03.h03-gl {
  background: linear-gradient(-45deg, #7c7c7c 30%, #606060 30%, #606060 50%, #7c7c7c 50%, #7c7c7c 80%, #606060 80%, #606060);
  background-size: 5px 5px;
}
.h03.h03-bl {
  background: linear-gradient(-45deg, #34739f 30%, #0C5B92 30%, #0C5B92 50%, #34739f 50%, #34739f 80%, #0C5B92 80%, #0C5B92);
  background-size: 5px 5px;
}

.h04 {
  font-size: 9px;
  font-size: 7.5vw;
  color: #fff;
  background: #004c80;
  padding: 7% 0px;
  text-align: center;
  letter-spacing: 1px;
}

/* TEXT */
.t01 {
  font-size: 10px;
  font-size: 5.3125vw;
  line-height: 1.5;
  margin: 5% 2% 10%;
}

.t02 {
  font-size: 8px;
  font-size: 4.6875vw;
  line-height: 1.5;
  margin: 5% 2% 7% 3%;
}

.t03 {
  font-size: 6px;
  font-size: 4.0625vw;
  line-height: 1.5;
  margin: 5% 2% 7% 3%;
}

/* BOX */
.box01 {
  border: 1px solid #ccc;
  padding: 15px 17px;
}

/* CONTENT */
.content {
  width: 100%;
  margin: 0px auto;
  text-align: left;
}

.inner {
  margin: 0% 2%;
  width: 96%;
}

.openCnt {
  display: none;
}

.close {
  margin: 15px 0px 20px;
}

/* FADE */
.fade {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fade-on {
  opacity: 0.7;
}

/* CLEARFIX */
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* UTIL */
.mb0 {
  margin-bottom: 0px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.hide {
  display: none;
}

/*# sourceMappingURL=common.css.map */
