@charset "UTF-8";
/**
 * 01. Foundation
 *
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  color: #5b6063;
  font-size: 62.5%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 140%;
  letter-spacing: normal;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}

/* link
   ========================================================================== */
a {
  color: #5b6063;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

a:visited {
  color: rgba(91, 96, 99, 0.5);
  text-decoration: none;
}

a:hover {
  color: #009d42;
  text-decoration: none;
}

a:active {
  color: #00c151;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a:hover {
    color: #5b6063;
  }

  a:active {
    color: #00c151;
  }
}
/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom;
}

table th img,
table td img {
  vertical-align: middle;
}

/* ClearFix
   ========================================================================== */
.clear {
  clear: both;
}

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block;
}
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* float
   ========================================================================== */
.fr {
  float: right;
}

.fl {
  float: left;
}

ul.fbox li {
  float: left;
  display: inline;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt64 {
  margin-top: 64px !important;
}

.mt72 {
  margin-top: 72px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr16 {
  margin-right: 16px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr32 {
  margin-right: 32px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml16 {
  margin-left: 16px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml32 {
  margin-left: 32px !important;
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

/* form label
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* position
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("/en/common/css/font/icomoon.eot?cxoaeb");
  src: url("/en/common/css//en/common/css/font/icomoon.eot?cxoaeb") format("embedded-opentype"), url("/en/common/css/font/icomoon.ttf?cxoaeb") format("truetype"), url("/en/common/css/font/icomoon.woff?cxoaeb") format("woff"), url("/en/common/css/font/icomoon.svg?cxoaeb") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * 02. Layout
 *
 */
/* ==========================================================================
   html
   ========================================================================== */
html {
  height: 100%;
  min-width: 1024px;
}

/* ==========================================================================
   body
   ========================================================================== */
body {
  min-height: 100vh;
  min-width: 1280px;
  overflow-x: hidden;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  body {
    min-width: 1024px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 767px) {
  html,
  body {
    min-width: 100%;
  }
}
/* ==========================================================================
   wrapper
   ========================================================================== */
/* ==========================================================================
   header
   ========================================================================== */
header {
  border-bottom: 1px solid #e6e6e6;
}
header .box-inner {
  position: relative;
}

.head-logo {
  height: 74px;
  width: 224px;
  position: absolute;
  left: 40px;
  top: 21px;
  z-index: 100;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}
.head-logo a {
  background: url(/en/common/css/img/bg_head_logo.png) no-repeat left top;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.head-logo a:hover {
  opacity: .8;
}

.head-logo-top {
  background-image: url(/en/common/css/img/bg_head_logo.png);
  height: 74px;
  width: 224px;
}

.head-for,
.head-utility {
  line-height: 1;
  text-align: right;
  letter-spacing: -.40em;
}
.head-for li,
.head-utility li {
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 43px;
  padding-right: 32px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  letter-spacing: normal;
}
.head-for li:first-child,
.head-utility li:first-child {
  padding-left: 40px;
}
.head-for li:last-child,
.head-utility li:last-child {
  padding-right: 40px;
}
.head-for li.active,
.head-utility li.active {
  position: relative;
}
.head-for a,
.head-utility a {
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}
.head-for span,
.head-utility span {
  white-space: nowrap;
}

.head-for li {
  padding-top: 16px;
  font-size: 12px;
  font-size: 1.2rem;
}

.head-utility {
  top: 45px;
}
.head-utility li {
  padding-top: 9px;
  height: 56px;
}
.head-utility span {
  top: 40%;
}
.head-utility span:before {
  position: relative;
  top: 5px;
  font-size: 26px;
  font-size: 2.6rem;
}
.head-utility .icon-account_circle:before,
.head-utility .icon-markunread:before,
.head-utility .icon-public:before {
  padding-right: 8px;
}
.head-utility .icon-search:before {
  padding-right: 4px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .head-logo {
    left: 0;
  }

  .head-for li:first-child,
  .head-utility li:first-child {
    padding-left: 0;
  }
  .head-for li:last-child,
  .head-utility li:last-child {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 54px;
    position: relative;
    z-index: 10000;
  }

  .head-logo {
    height: 37px;
    width: 112px;
    left: 20px;
    top: 8px;
  }
  .head-logo a {
    background-image: url(/en/common/css/img/bg_head_logo_sp.png);
    background-size: 100% auto;
  }

  .head-logo-top {
    background-image: url(/en/common/css/img/bg_head_logo_sp.png);
    background-size: 100% auto;
    height: 37px;
    width: 112px;
    left: 20px;
    top: 8px;
  }

  .head-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .head-btn li {
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
    float: left;
    height: 54px;
    text-align: center;
    width: 55px;
    letter-spacing: 0 !important;
    font-size: 10px;
    font-size: 1rem;
  }
  .head-btn a {
    display: block;
    height: 100%;
  }
  .head-btn a:hover {
    text-decoration: none;
  }
  .head-btn span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-btn span:before {
    display: block;
    padding-bottom: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .head-btn-en {
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #head-btn-menu span:before {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #head-btn-menu.open span {
    color: #009d42;
  }
  #head-btn-menu.open span:before {
    content: "\e909";
  }

  .head-utility li a {
    padding-top: 0;
  }
  .head-utility li a span:before {
    padding-right: 0 !important;
  }
}
/* navigation
   ========================================================================== */
.head-gnav {
  padding: 0 40px;
  text-align: right;
  white-space: nowrap;
  letter-spacing: -.40em;
}
.head-gnav li {
  margin-right: 40px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: normal;
}
.head-gnav li:last-child {
  margin-right: 0;
}
.head-gnav li .gnav-inner a {
  position: relative;
  display: block;
  text-decoration: none;
}
.head-gnav li .gnav-inner span {
  box-sizing: border-box;
  display: block;
  height: 60px;
  padding-top: 14px;
  position: relative;
}
.head-gnav li .gnav-inner span:after {
  bottom: 0;
  background-color: #5b6063;
  content: '';
  display: block;
  height: 4px;
  margin-left: 50%;
  position: absolute;
  width: 0;
}
.head-gnav li.active .gnav-inner span:after, .head-gnav li.activeParent .gnav-inner span:after {
  transition-property: width, margin-left, background-color;
  transition-delay: 1.5s,1.5s,0s;
  transition-duration: 0.5s, 0.5s, 0.2s;
  background-color: #5b6063;
  width: 100%;
  margin-left: 0;
}
.head-gnav li.activeParent .gnav-inner span:hover:after {
  background-color: #009d42;
}
.head-gnav li.activeParent .gnav-inner span:active:after {
  background-color: #00c151;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .head-gnav {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #head-body {
    box-shadow: 0 20px 30px rgba(10, 2, 4, 0.35);
    background-color: #fff;
    display: none;
    overflow: hidden;
    position: relative;
    top: 55px;
    z-index: 100;
  }
  #head-body a {
    box-sizing: border-box;
    display: block;
    height: 100%;
    width: 100%;
  }

  .head-gnav-wrap {
    box-shadow: 0 0 5px rgba(0, 157, 66, 0.2);
    padding-right: 125px;
    position: relative;
  }

  .head-gnav {
    padding: 0;
    text-align: left;
  }
  .head-gnav li {
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
    display: block;
    height: 59px !important;
    margin-right: 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .head-gnav li.active .gnav-inner span,
  .head-gnav li.activeParent .gnav-inner span {
    color: #009d42;
  }
  .head-gnav li.active .gnav-inner span:after,
  .head-gnav li.activeParent .gnav-inner span:after {
    display: none;
  }
  .head-gnav .gnav-inner {
    height: 100%;
    padding: 0;
  }
  .head-gnav span {
    padding: 14px 20px 0;
  }

  .head-utility {
    background-color: #f2f2f2;
    width: 125px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .head-utility li {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
    height: 118px;
    padding: 0 !important;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .head-utility span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-utility span:before {
    display: block;
    padding-bottom: 8px;
    padding-right: 0;
  }

  .head-special {
    background-color: #edf8f2;
    padding: 20px 20px 40px;
  }

  .head-special-ttl {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }

  .head-body-close-btn a {
    color: #fff;
    display: block;
    background-color: #5b6063;
    height: 38px !important;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .head-body-close-btn a span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .head-body-close-btn a span:before, .head-body-close-btn a span:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: -20px;
    width: 15px;
  }
  .head-body-close-btn a span:before {
    top: 5px;
    -webkit-transform: translateX(1px) translateY(5px) rotate(-315deg);
    -ms-transform: translateX(1px) translateY(5px) rotate(-315deg);
    transform: translateX(1px) translateY(5px) rotate(-315deg);
  }
  .head-body-close-btn a span:after {
    top: 13px;
    -webkit-transform: translateX(1px) translateY(-3px) rotate(315deg);
    -ms-transform: translateX(1px) translateY(-3px) rotate(315deg);
    transform: translateX(1px) translateY(-3px) rotate(315deg);
  }
}
/* 簡略版
   ========================================================================== */
@media screen and (min-width: 768px) {
  .header-mini {
    height: 80px;
  }
  .header-mini .box-inner {
    margin: 0 auto;
    padding-top: 21px;
    width: 920px;
  }
  .header-mini .head-logo {
    height: 32px;
    width: 208px;
    position: static;
  }
  .header-mini .head-logo a {
    background: url(/en/common/css/img/bg_head_logo_mini.png) no-repeat left top;
  }
}
@media screen and (max-width: 767px) {
  .header-mini .head-logo {
    height: 16px;
    top: 19px;
  }
  .header-mini .head-logo a {
    background: url(/en/common/css/img/bg_head_logo_mini.png) no-repeat left top;
    background-size: 100% auto;
    width: 104px;
    height: 16px;
  }
}
/* ==========================================================================
   contents
   ========================================================================== */
/* layout
   ========================================================================== */
#contents {
  margin-bottom: 120px;
  overflow: hidden;
  position: relative;
}

.contents-inner {
  padding-bottom: 40px;
  position: relative;
  display: block;
}
.contents-inner:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  #contents {
    margin-bottom: 60px;
    position: relative;
  }

  .contents-inner {
    min-height: 100vh;
    padding-top: 37px;
    padding-bottom: 40px;
  }
  .contents-inner.no-side {
    padding-top: 0;
  }

  #side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
}
/* 1カラム */
#contents.col1 #side {
  display: none !important;
}
#contents.col1 #side-menu-btn {
  display: none !important;
}

@media screen and (min-width: 768px) {
  #main.mini {
    width: 944px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contents.col1 #side {
    display: block !important;
  }
  #contents.col1 #side-menu-btn {
    display: block !important;
  }
}
@media screen and (min-width: 1280px) {
  #main.mini {
    width: 1024px !important;
  }
}
@media screen and (max-width: 767px) {
  #contents.col1 #side {
    display: block !important;
  }
  #contents.col1 #side .box-inner {
    padding: 0;
  }
}
/* 2カラム */
#contents.col2 #main {
  float: left;
  width: 950px;
}
#contents.col2 #side {
  float: right;
  width: 290px;
  padding-bottom: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1365px) {
  #contents.col2 #main {
    width: 74.21875%;
  }
  #contents.col2 #side {
    width: 22.65625%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .side-open header,
  .side-open footer,
  .side-open .topicpath,
  .side-open #main {
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }
  .side-open #contents.col1,
  .side-open #contents.col2 {
    position: static;
    overflow: visible;
  }
  .side-open #contents.col1 .contents-inner,
  .side-open #contents.col2 .contents-inner {
    position: static;
  }
  .side-open #contents.col1 #side,
  .side-open #contents.col2 #side {
    top: 0;
  }

  #contents.col1 .contents-inner,
  #contents.col2 .contents-inner {
    padding-right: 0;
  }
  #contents.col1 #main,
  #contents.col2 #main {
    float: none;
    width: 100% !important;
  }
  #contents.col1 #side,
  #contents.col2 #side {
    background-color: #fff;
    float: none;
    height: 100%;
    position: absolute;
    right: -330px;
    top: -169px;
    width: 290px !important;
    z-index: 100;
  }
  #contents.col1 #side.open,
  #contents.col2 #side.open {
    z-index: 103;
    right: 0;
  }
  #contents.col1 .side-ttl,
  #contents.col2 .side-ttl {
    position: relative;
  }
  #contents.col1 .side-ttl span,
  #contents.col2 .side-ttl span {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  #contents.col2 #main {
    float: none;
    width: 100%;
  }
  #contents.col2 #side {
    float: none;
    width: 100%;
  }
  #contents.col2 #side .box-inner {
    padding: 0;
  }
}
/* style
   ========================================================================== */
/* topicpath */
.topicpath {
  padding: 20px 40px;
  position: relative;
  z-index: 100;
  font-size: 12px;
  font-size: 1.2rem;
}
.topicpath li {
  line-height: 1;
  padding-left: 12px;
}
.topicpath li:before {
  content: '/';
  display: inline-block;
  margin-right: 12px;
}
.topicpath li:first-child {
  padding-left: 0;
}
.topicpath li:first-child:before {
  display: none;
}
.topicpath a {
  text-decoration: underline;
}
.topicpath a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .topicpath {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .topicpath {
    display: none;
  }
}
/* main */
.main-block {
  margin-bottom: 80px;
}
.main-block p,
.main-block ul,
.main-block table {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .main-block {
    margin-bottom: 60px;
  }
}
.main-ttl-wrap {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 80px;
  padding: 0 40px;
  position: relative;
}
.main-ttl-wrap .tab {
  bottom: -1px;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 32px;
  padding-right: 0;
  position: relative;
  vertical-align: bottom;
}
.main-ttl-wrap .tab span {
  padding-left: 16px;
  padding-right: 16px;
}
.main-ttl-wrap .tab li.active span {
  padding-left: 16px;
  padding-right: 16px;
}

.main-ttl {
  color: #212324;
  display: inline-block;
  height: 114px;
  line-height: 1;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .main-ttl {
    letter-spacing: normal;
  }
}
.main-ttl span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main-ttl strong {
  font-size: 52.9411764706%;
}

.main-ttl-btn {
  position: absolute;
  top: 34px;
  right: 40px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .main-ttl-wrap {
    padding: 0;
  }

  .main-ttl-btn {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-ttl-wrap {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .main-ttl-wrap .tab {
    display: none;
  }

  .main-ttl {
    height: auto;
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .main-ttl span {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .main-ttl-btn {
    display: none;
  }
}
/* side */
#side {
  background-color: #fff;
}

#side-menu-btn {
  display: none;
}

.side-ttl {
  border-bottom: 1px solid #e6e6e6;
  height: 116px;
  line-height: 1;
  margin-bottom: 40px;
  padding: 0 24px;
  position: relative;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .side-ttl {
    letter-spacing: normal;
  }
}
.side-ttl span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

@media screen and (min-width: 768px) {
  .side-ttl a {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .side-ttl {
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #side {
    background-color: rgba(255, 255, 255, 0.98);
  }
  #side.open {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
  }

  .side-ttl {
    padding-left: 24px;
  }

  #side-menu-btn {
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    display: block;
    position: absolute;
    left: -127px;
    top: 117px;
    height: 55px;
    width: 127px;
    z-index: 102;
    background: #fff;
  }
  #side-menu-btn.open {
    left: -56px;
    width: 55px;
  }
  #side-menu-btn.open span {
    color: #009d42;
  }
  #side-menu-btn.open span:before {
    content: "\e909";
    padding-right: 0;
  }
  #side-menu-btn a {
    display: block;
    height: 100%;
    position: relative;
    text-align: center;
  }
  #side-menu-btn span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 46%;
  }
  #side-menu-btn span:before {
    color: #009d42;
    padding-right: 8px;
    position: relative;
    top: 5px;
    font-size: 25px;
    font-size: 2.5rem;
  }

  #overlay {
    background: rgba(0, 0, 0, 0.2);
    content: '';
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 101;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #overlay.open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #side .lnav-cattop-btn a {
    background-color: #009d42;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
    color: #fff;
    height: 32px;
    padding: 0 20px;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  #side .lnav-cattop-btn a span {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #side .lnav-cattop-btn a span:before {
    color: #66c48e;
    content: "\e90c";
    position: absolute;
    right: -3px;
    top: 1px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #side .lnav-close-btn a {
    color: #fff;
    display: block;
    background-color: #5b6063;
    height: 38px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #side .lnav-close-btn a span {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #side .lnav-close-btn a span:before, #side .lnav-close-btn a span:after {
    background-color: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    left: -20px;
    width: 15px;
  }
  #side .lnav-close-btn a span:before {
    top: 5px;
    -webkit-transform: translateX(1px) translateY(5px) rotate(-315deg);
    -ms-transform: translateX(1px) translateY(5px) rotate(-315deg);
    transform: translateX(1px) translateY(5px) rotate(-315deg);
  }
  #side .lnav-close-btn a span:after {
    top: 13px;
    -webkit-transform: translateX(1px) translateY(-3px) rotate(315deg);
    -ms-transform: translateX(1px) translateY(-3px) rotate(315deg);
    transform: translateX(1px) translateY(-3px) rotate(315deg);
  }

  #side-menu-btn {
    display: none;
  }

  .side-ttl {
    background-color: #e6e6e6;
    height: 36px;
    margin-bottom: 0;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .side-ttl a {
    display: block;
    height: 100%;
    padding: 0 20px;
  }
  .side-ttl > span {
    display: block;
    padding: 0 20px;
  }

  #side-ttl-btn {
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    height: 100%;
    width: 54px;
    position: absolute;
    right: 0;
    top: 0;
  }
  #side-ttl-btn span {
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
  }
  #side-ttl-btn span:before {
    content: "\e313";
    color: #5b6063;
    display: block;
    padding-left: 2px;
    padding-top: 4px;
    text-align: center;
    width: 100%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 3rem;
  }
  #side-ttl-btn.open span:before {
    color: #009d42;
    content: "\e316";
    padding-top: 2px;
  }

  .side-lnav {
    box-shadow: 0 20px 30px rgba(10, 2, 4, 0.35);
    opacity: 0;
  }
}
/* ローカルナビ */
.lnav {
  margin-bottom: 40px;
}
.lnav li {
  border-bottom: 1px dotted #ccc;
  line-height: 1.2;
}
.lnav li:first-child > .lnav-ttl {
  padding-top: 0 !important;
}
.lnav a {
  display: block;
}
.lnav span,
.lnav .lnav-ttl {
  display: block;
  padding: 9px 0 7px 25px;
  position: relative;
}
.lnav span:before,
.lnav .lnav-ttl:before {
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.lnav .active > span,
.lnav .active > .lnav-parent-item > span,
.lnav .activeParent > a > span {
  color: #009d42;
}
.lnav .active > span:before,
.lnav .active > .lnav-parent-item > span:before,
.lnav .activeParent > a > span:before {
  content: "\e908";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  font-size: 1.3rem;
  top: 11px;
}
.lnav .activeParent > a {
  padding: 0;
}
.lnav a[target="_blank"] {
  position: relative;
}
.lnav a[target="_blank"]:before {
  content: "\e903";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  left: 8px;
  top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.lnav-parent .lnav-child li {
  padding-left: 16px;
  font-size: 13px;
  font-size: 1.3rem;
}
.lnav-parent.mtt {
  padding-top: 32px;
}

.lnav-parent-item {
  position: relative;
  border-bottom: 1px dotted #ccc;
}
.lnav-parent-item span:before {
  content: "\e313";
  top: 8px;
  left: 5px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
}

.lnav-child li:first-child {
  /*border-top: 1px solid #ccc;*/
}
.lnav-child li:last-child {
  border-bottom: none;
}
.lnav-child li i {
  font-style: normal;
  padding: 0.2em 0.4em;
  background: #f2f2f2;
  color: #5b6063;
  margin-right: 4px;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0 !important;
}
.lnav-child li a:hover i, .lnav-child li.active i {
  color: #009d42;
  background: #edf8f2;
}

.lnav-ttl {
  color: #212324 !important;
  display: block;
  padding-top: 40px !important;
  padding-left: 8px !important;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-size: 1.6rem;
}
.lnav-ttl:before {
  display: none !important;
}

.lnav-bnr {
  margin-top: 40px;
}
.lnav-bnr li {
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(6, 0, 1, 0.15);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.lnav-bnr li:hover {
  box-shadow: 0 6px 16px rgba(6, 0, 1, 0.2);
}
.lnav-bnr li:active {
  background-color: #f2f2f2;
  text-decoration: none;
  box-shadow: 0 0px 2px rgba(6, 0, 1, 0.15);
}
.lnav-bnr li a {
  display: block;
  border: 5px solid #fff;
}

@media screen and (max-width: 767px) {
  .lnav {
    margin-bottom: 0;
  }
  .lnav li {
    background-color: #f2f2f2;
    border-bottom: 1px solid #e6e6e6;
  }
  .lnav li:first-child > .lnav-ttl {
    padding-top: 16px !important;
  }
  .lnav span {
    padding: 16px 0 16px 24px;
  }
  .lnav a,
  .lnav .active > span,
  .lnav .activeParent > a > span {
    text-decoration: none;
  }
  .lnav a:before,
  .lnav .active > span:before,
  .lnav .activeParent > a > span:before {
    left: inherit;
    right: 18px;
    top: 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .lnav a[target="_blank"]:before {
    left: inherit;
    right: 18px;
    top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .lnav-parent .lnav-child li {
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .lnav-parent.mtt {
    padding-top: 0px;
  }

  .lnav-parent-item {
    background-color: #fff;
    border-bottom: none;
    padding-right: 54px;
    padding-top: 0;
    position: relative;
  }
  .lnav-parent-item span:before {
    display: none;
  }
  .lnav-parent-item.open .lnav-parent-btn a:before {
    content: "\e316";
    padding-top: 0;
  }

  .lnav-parent-btn {
    border-left: 1px solid #e6e6e6;
    height: 100%;
    width: 54px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .lnav-parent-btn a {
    display: block;
    padding: 0;
    position: relative;
    height: 100%;
  }
  .lnav-parent-btn a:before {
    content: "\e313";
    color: #009d42;
    display: block;
    left: 0;
    padding-top: 2px;
    position: static;
    text-align: center;
    width: 100%;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-size: 3rem;
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .lnav-child {
    background-color: #f2f2f2;
  }
  .lnav-child li:first-child {
    border-top: 1px solid #e6e6e6;
  }
  .lnav-child span {
    padding-left: 32px;
  }

  .lnav-ttl {
    background-color: #fff;
    padding: 16px 0 16px 24px !important;
  }

  .lnav-ttl + .lnav-parent-item {
    border-top: 1px dotted #ccc;
  }

  .lnav-bnr {
    display: block;
    margin-top: 24px;
    padding: 0 20px;
  }
  .lnav-bnr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .lnav-bnr li {
    float: left;
    width: 49%;
    margin-right: 1%;
  }
  .lnav-bnr li:nth-child(2n) {
    margin-right: 0;
    margin-left: 1%;
  }
}
/* カテゴリーサイトマップ */
.cat-sitemap {
  margin-top: 80px;
}

.cat-sitemap-ttl {
  line-height: 1;
  padding-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cat-sitemap-box {
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  float: left;
  margin-left: 2%;
  padding-top: 81px;
  position: relative;
  width: 15%;
}
.cat-sitemap-box:first-child {
  margin-left: 0;
}

.cat-sitemap-box-l {
  width: 32%;
}

.cat-sitemap-box-ll {
  width: 48%;
}

.cat-sitemap-box-ttl {
  color: #212324;
  line-height: 1.2;
  padding: 0 16px;
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cat-sitemap-box-ttl a {
  color: #212324;
}
.cat-sitemap-box-ttl a:hover {
  color: #009d42;
}
.cat-sitemap-box-ttl > span {
  color: #009d42;
}

.cat-sitemap-box-list {
  padding: 0 16px;
}
.cat-sitemap-box-list li {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 12px;
  letter-spacing: normal;
}
.cat-sitemap-box-list li.active {
  color: #009d42;
}
.cat-sitemap-box-list li.cat-sitemap-bold {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #212324;
}
.cat-sitemap-box-list li.cat-sitemap-bold.active {
  color: #009d42;
}
.cat-sitemap-box-list li .cat-sitemap-box-list {
  padding: 14px 14px 0 !important;
}
.cat-sitemap-box-list.column2 li {
  float: left;
  box-sizing: border-box;
  width: 50%;
}
.cat-sitemap-box-list.column2 li i {
  font-style: normal;
  padding: 0.2em 0.4em;
  background: #f2f2f2;
  color: #5b6063;
  margin-right: 4px;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0 !important;
}
.cat-sitemap-box-list.column2 li a:hover i, .cat-sitemap-box-list.column2 li.active i {
  color: #009d42;
  background: #edf8f2;
}
@media screen and (max-width: 767px) {
  .cat-sitemap-box-list.column2 li {
    width: 100%;
  }
}

.w100 {
  width: 100% !important;
}

.cat-sitemap-linetop {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px !important;
}

.cat-sitemap-special {
  box-sizing: border-box;
  float: right;
  width: 49%;
}

.cat-sitemap-special-list li {
  box-sizing: boder-box;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-shadow: 0 2px 8px rgba(6, 0, 1, 0.15);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.cat-sitemap-special-list li:nth-child(2n) {
  margin-right: 0;
  margin-left: 2%;
}
.cat-sitemap-special-list li:hover {
  box-shadow: 0 6px 16px rgba(6, 0, 1, 0.2);
}
.cat-sitemap-special-list li:active {
  background-color: #f2f2f2;
  text-decoration: none;
  box-shadow: 0 0px 2px rgba(6, 0, 1, 0.15);
}
.cat-sitemap-special-list li a {
  display: block;
  border: 5px solid #fff;
}

@media screen and (max-width: 767px) {
  .cat-sitemap {
    margin-top: 40px;
    padding: 0 20px;
  }

  .cat-sitemap-ttl {
    padding-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .cat-sitemap-box {
    float: none;
    margin-left: 0;
    padding-bottom: 24px;
    padding-top: 24px;
    width: 100%;
  }
  .cat-sitemap-box.no-title {
    border-top: none;
    padding-top: 0;
  }

  .cat-sitemap-box-l {
    width: 100%;
  }

  .cat-sitemap-box-ttl {
    line-height: 1;
    padding-bottom: 24px;
    position: static;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .cat-sitemap-special {
    float: none;
    width: 100%;
  }

  .cat-sitemap-special-list li {
    margin-bottom: 16px;
  }
}
/* 画像リンク */
.img-link {
  display: inline-block;
  position: relative;
}
.img-link img {
  border-radius: 0 !important;
  box-shadow: 0 2px 5px rgba(6, 0, 1, 0.15);
  box-sizing: border-box;
  display: block;
  padding: 8px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.img-link:hover img {
  box-shadow: 0 6px 16px rgba(6, 0, 1, 0.2);
}
.img-link:active img {
  background-color: #f2f2f2;
  box-shadow: 0 0px 2px rgba(6, 0, 1, 0.15);
}
.img-link:active .icon-zoom_in {
  background-color: #f2f2f2;
}
.img-link .icon-zoom_in {
  background-color: #fff;
  display: block;
  height: 40px;
  line-height: 1.8;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.img-link .icon-zoom_in:before {
  color: #009d42;
  position: relative;
  top: -4px;
  left: 5px;
}

@media screen and (max-width: 767px) {
  .img-link img {
    padding: 4px;
    width: 224px;
  }
  .img-link .icon-zoom_in {
    height: 36px;
    width: 36px;
    font-size: 30px;
    font-size: 3rem;
  }
  .img-link .icon-zoom_in:before {
    top: -6px;
    left: 2px;
  }
}
.lity {
  background: rgba(0, 0, 0, 0.9);
}

.lity-content:after {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.lity-close {
  color: #009d42 !important;
  text-shadow: none !important;
}

/* share */
.share-ttl {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-family: 'Roboto Condensed', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.share-btn-list {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: -.40em;
}
.share-btn-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  padding-left: 8px;
}
.share-btn-list a {
  display: block;
}
.share-btn-list span {
  color: #009d42;
  font-size: 24px;
  font-size: 2.4rem;
}

/* 簡略版
   ========================================================================== */
.mini #contents {
  margin-bottom: 0;
}

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 80px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  footer .box-center {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
/* フッター ボタン
   ========================================================================== */
.foot-btn-list {
  padding-bottom: 80px;
}
.foot-btn-list li {
  margin-left: 3.5%;
  width: 31%;
}
.foot-btn-list li:first-child {
  margin-left: 0;
}
.foot-btn-list a {
  border: 1px solid #e6e6e6;
  display: block;
  position: relative;
  height: 100px;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.foot-btn-list a:hover {
  border: 1px solid #009d42;
}
.foot-btn-list span {
  padding-right: 10px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 46%;
  white-space: nowrap;
}
.foot-btn-list span:before {
  padding-right: 8px;
  position: relative;
  top: 5px;
  font-size: 30px;
  font-size: 3rem;
}

.foot-btn-desc {
  line-height: 1;
  padding-bottom: 10px;
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .foot-btn-desc {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 767px) {
  .foot-btn-list {
    padding-bottom: 40px;
  }
  .foot-btn-list li {
    margin-bottom: 24px;
    margin-left: 0;
    width: 47%;
  }
  .foot-btn-list li:first-child {
    margin-right: 6%;
  }
  .foot-btn-list li:last-child {
    margin-bottom: 0;
    width: 100%;
  }
  .foot-btn-list a {
    height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .foot-btn-list span:before {
    font-size: 20px;
    font-size: 2rem;
  }

  .foot-btn-desc {
    letter-spacing: 0;
    padding-bottom: 10px;
    font-size: 8px;
    font-size: 0.8rem;
  }
}
/* フッターナビ
   ========================================================================== */
.foot-nav-box-wrap {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 40px;
  padding-bottom: 80px;
}

.foot-nav-box {
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  float: left;
  margin-left: 3.2%;
  padding: 0 0 0 20px;
  text-align: left;
  width: 14%;
}
.foot-nav-box:first-child {
  margin-left: 0;
}

.foot-nav-ttl {
  padding: 40px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.foot-nav-ttl a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.foot-nav li {
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.foot-nav li a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .foot-nav-box {
    margin-left: 2%;
    padding: 0 0 0 8px;
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .foot-nav-box-wrap {
    display: none;
  }
}
/* フッター大学情報 */
.foot-info {
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  display: table;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  width: 100%;
}

.foot-info-uv-wrap {
  box-sizing: border-box;
  display: table-cell;
  line-height: 1.2;
  padding-left: 240px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  width: 52%;
}

.foot-info-logo {
  position: absolute;
  left: 0;
  top: 0;
}
.foot-info-logo a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.foot-info-logo a:hover {
  opacity: .8;
}

.foot-info-uv-ttl {
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.foot-info-uv-address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}

.foot-info-contact-list {
  display: table-cell;
  width: 48%;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: -.40em;
}
.foot-info-contact-list li {
  border-left: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: center;
  width: 33.3333333333%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.8rem;
}
.foot-info-contact-list li:last-child {
  border-right: none;
}
.foot-info-contact-list a {
  display: block;
  position: relative;
  height: 88px;
  width: 100%;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.foot-info-contact-list span {
  padding-right: 10px;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: normal;
}
.foot-info-contact-list span:before {
  padding-right: 5px;
  position: relative;
  top: 4px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .foot-info {
    padding-left: 0;
  }

  .foot-info-uv-address {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .foot-info-contact-list li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .foot-info-contact-list span {
    padding-right: 5px;
  }
  .foot-info-contact-list span:before {
    padding-right: 5px;
    position: relative;
    top: 4px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .foot-info {
    border-top: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding: 0;
  }

  .foot-info-uv-wrap {
    padding: 20px 0 20px 20px;
    margin-right: 3%;
    width: 50%;
  }

  .foot-info-logo {
    position: static;
  }
  .foot-info-logo img {
    max-width: 102px;
  }

  .foot-info-uv-ttl {
    padding-bottom: 4px;
    padding-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .foot-info-uv-address {
    font-size: 8px;
    font-size: 0.8rem;
  }

  .foot-info-contact-list {
    width: 47%;
  }
  .foot-info-contact-list li {
    border-bottom: 1px solid #e6e6e6;
    border-left: none;
    display: block;
    text-align: left;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .foot-info-contact-list li:last-child {
    border-right: none;
    border-bottom: none;
  }
  .foot-info-contact-list a {
    box-sizing: border-box;
    height: 44px;
    padding-left: 10px;
  }
  .foot-info-contact-list span {
    top: 46%;
  }
  .foot-info-contact-list span:before {
    font-size: 20px;
    font-size: 2rem;
  }
}
/* フッター ユーティリティ
   ========================================================================== */
.foot-utility-list {
  text-align: left;
  letter-spacing: -.40em;
}
.foot-utility-list li {
  line-height: 1;
  margin-left: 30px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  letter-spacing: normal;
}
.foot-utility-list li:first-child {
  margin-left: 20px;
}

.copyright {
  padding: 30px 20px;
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 767px) {
  .foot-utility-list {
    text-align: center;
  }
  .foot-utility-list li {
    letter-spacing: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 10px;
    font-size: 1rem;
  }
  .foot-utility-list li:first-child {
    margin-left: 0;
  }
  .foot-utility-list a {
    background-color: #e6e6e6;
    border-radius: 10px;
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
  }

  .copyright {
    padding: 40px 0 20px;
    text-align: center;
  }
}
/* ページトップ
   ========================================================================== */
.pagetop {
  height: 80px;
  width: 80px;
  position: absolute;
  right: 40px;
  bottom: inherit;
  top: -125px;
  z-index: 1000;
}
.pagetop.fixed {
  position: fixed;
  bottom: 40px;
  top: inherit;
}
.pagetop .btn {
  border-radius: 5px;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
}
.pagetop .btn:before {
  left: 50% !important;
  content: "\e316";
  font-size: 50px;
  font-size: 5rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
}
.pagetop span {
  color: #009d42;
  letter-spacing: -1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  opacity: 0;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-size: 1rem;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

@media screen and (min-width: 768px) {
  .pagetop .btn:hover:before {
    -webkit-transform: translateX(-50%) translateY(-70%) !important;
    -ms-transform: translateX(-50%) translateY(-70%) !important;
    transform: translateX(-50%) translateY(-70%) !important;
  }
  .pagetop .btn:hover span {
    bottom: 20px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pagetop {
    bottom: inherit;
    height: 40px;
    width: 40px;
    right: 20px;
    top: -60px;
  }
  .pagetop.fixed {
    bottom: 20px;
    top: inherit;
  }
  .pagetop .btn:before {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .pagetop span {
    display: none;
  }

  .foot-pagetop {
    background-color: #009d42;
  }
  .foot-pagetop a {
    color: #fff;
    display: block;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .foot-pagetop a span {
    display: inline-block;
    line-height: 1;
    margin-top: 3px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .foot-pagetop a span:before {
    content: "\e316";
    position: relative;
    top: 6px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* スマホ?PC表示切り替え
   ========================================================================== */
.change-vp {
  background-color: #f2f2f2;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .change-vp {
    box-shadow: inset 0px 9px 21px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
  }
  .change-vp .btn {
    box-shadow: 0 8px 24px rgba(6, 0, 1, 0.15);
    border-radius: 12px;
    padding: 32px 32px 32px 88px;
    font-size: 40px;
    font-size: 4rem;
  }
  .change-vp .btn:before {
    left: 16px;
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .change-vp {
    box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
  }
}
/* 簡略版
   ========================================================================== */
@media screen and (min-width: 768px) {
  .footer-mini {
    padding-top: 0;
  }
  .footer-mini .box-inner {
    margin: 0 auto;
    width: 920px;
  }
  .footer-mini .copyright {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-mini {
    padding-top: 0;
  }
  .footer-mini .copyright {
    padding-top: 20px;
  }
}
/**
 * 03. Object
 *
 */
/* ==========================================================================
   box
   ========================================================================== */
.line-top {
  border-top: 1px dotted #ccc;
  padding-top: 40px;
}

.pl40 {
  padding-left: 40px;
}

.pr40 {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .pl40 {
    padding-left: 0;
  }

  .pr40 {
    padding-right: 0;
  }
}
/* センターボックス
   ========================================================================== */
.box-center {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1280px;
  display: block;
}
.box-center:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .box-center {
    box-sizing: border-box;
    min-width: 1024px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .box-center {
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
}
/* インナーボックス
   ========================================================================== */
#main .box-inner {
  padding-left: 40px;
  padding-right: 40px;
}

#side .box-inner {
  padding-left: 16px;
  padding-right: 16px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  #main .box-inner,
  #side .box-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .box-inner {
    padding-left: 0;
    padding-right: 0;
  }

  #side .box-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .box-inner,
  #side .box-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* grid6
   ========================================================================== */
.col6-wrap {
  display: block;
}
.col6-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.col6-wrap .col1,
.col6-wrap .col2,
.col6-wrap .col3,
.col6-wrap .col4,
.col6-wrap .col5,
.col6-wrap .col6 {
  box-sizing: border-box;
  float: left;
}
.col6-wrap .col {
  width: 16.6%;
}
.col6-wrap .col2 {
  width: 33.3%;
}
.col6-wrap .col3 {
  width: 50%;
}
.col6-wrap .col4 {
  width: 66.7%;
}
.col6-wrap .col5 {
  width: 83.4%;
}
.col6-wrap .col6 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .col6-wrap .col1,
  .col6-wrap .col2,
  .col6-wrap .col3,
  .col6-wrap .col4,
  .col6-wrap .col5,
  .col6-wrap .col6 {
    float: none;
    width: 100%;
  }
}
/* 2カラムボックス（1:1）
   ========================================================================== */
.box-col2-wrap {
  display: block;
}
.box-col2-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box-col2-wrap .box {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding-right: 20px;
}
.box-col2-wrap .box:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .box-col2-wrap .box {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .box-col2-wrap .box:nth-child(2n) {
    margin-top: 20px;
    padding-left: 0;
  }
}
/* 3カラムボックス（1:1:1）
   ========================================================================== */
.box-col3-wrap {
  display: block;
}
.box-col3-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box-col3-wrap .box {
  box-sizing: border-box;
  float: left;
  width: 33%;
}
.box-col3-wrap .box:nth-child(3n) {
  width: 34%;
}

@media screen and (max-width: 767px) {
  .box-col3-wrap .box {
    float: none;
    width: 100%;
  }
}
/* フロートボックス
   ========================================================================== */
.box-ttl {
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.box-ttl span {
  font-size: 66.6666666667%;
}

.box-fl {
  box-sizing: border-box;
  float: left;
  width: 29%;
}

.box-fr {
  box-sizing: border-box;
  float: right;
  width: 71%;
}

.box-fl-wrap,
.box-fr-wrap {
  margin-bottom: 40px;
  padding-top: 40px;
  display: block;
}
.box-fl-wrap:after,
.box-fr-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.box-fr-wrap .box-fl {
  width: 71%;
}
.box-fr-wrap .box-fr {
  width: 29%;
}

@media screen and (max-width: 767px) {
  .box-fl,
  .box-fr {
    float: none;
    padding: 0;
    width: 100%;
  }

  .box-fl {
    margin-bottom: 24px;
  }

  .box-fr-wrap .box-fl {
    width: 100%;
  }
  .box-fr-wrap .box-fr {
    width: 100%;
  }

  .box-ttl {
    border-left: 4px solid #ccc;
    line-height: 1.2;
    margin-bottom: 24px;
    padding-left: 16px;
  }
}
/* 境界線ボックス
   ========================================================================== */
.box-border,
.box-border-thin {
  border: 3px solid #009d42;
  padding: 32px 40px;
  display: block;
}
.box-border:after,
.box-border-thin:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.box-border .box-notes,
.box-border-thin .box-notes {
  border-top: 1px solid #e6e6e6;
  padding: 16px 0 0;
}

.box-border-inner {
  padding-top: 40px;
}

.box-border {
  position: relative;
}
.box-border:before {
  background-color: #009d42;
  content: '';
  height: 7px;
  left: 40px;
  position: absolute;
  top: 0;
  width: 20%;
}

.box-border-thin {
  border: 1px solid #e6e6e6;
  padding: 40px;
  position: relative;
  display: inline-block;
}

.box-border-thin-ttl {
  background-color: #009d42;
  box-sizing: border-box;
  color: #fff;
  height: 40px;
  text-align: center;
  min-width: 29%;
  padding: 0 24px;
  position: absolute;
  left: -1px;
  top: -1px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .box-border-thin-ttl {
    letter-spacing: normal;
  }
}
.box-border-thin-ttl span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-border.box-fl-wrap,
.box-border-thin.box-fl-wrap {
  padding: 0;
}
.box-border.box-fl-wrap .box-fl,
.box-border-thin.box-fl-wrap .box-fl {
  padding: 32px 40px;
}
.box-border.box-fl-wrap .box-fr,
.box-border-thin.box-fl-wrap .box-fr {
  padding: 32px 40px 32px 0;
}

@media screen and (max-width: 767px) {
  .box-border,
  .box-border-thin,
  .box-border.box-fl-wrap,
  .box-border-thin.box-fl-wrap {
    padding: 16px;
  }
  .box-border .box-fl,
  .box-border .box-fr,
  .box-border-thin .box-fl,
  .box-border-thin .box-fr,
  .box-border.box-fl-wrap .box-fl,
  .box-border.box-fl-wrap .box-fr,
  .box-border-thin.box-fl-wrap .box-fl,
  .box-border-thin.box-fl-wrap .box-fr {
    padding: 0;
  }

  .box-border-inner {
    padding-top: 16px;
  }

  .box-border {
    padding-top: 26px;
  }
  .box-border:before {
    height: 4px;
    left: 16px;
    width: 40%;
  }

  .box-border-thin-ttl {
    height: 32px;
    padding: 8px;
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* 注釈ボックス
   ========================================================================== */
.box-notes {
  padding: 8px;
  font-size: 12px;
  font-size: 1.2rem;
}
.box-notes p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .box-notes {
    padding: 8px;
  }
}
/* 罫線ボックス
   ========================================================================== */
.box-line {
  background: -webkit-linear-gradient(bottom, #e6e6e6 0.1em, transparent 0.1em);
  background: linear-gradient(to top, #e6e6e6 0.1em, transparent 0.1em);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  margin-bottom: 0 !important;
  position: relative;
}

/* ==========================================================================
   button
   ========================================================================== */
/* 基本ボタン
   ========================================================================== */
.btn {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(6, 0, 1, 0.15);
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1.2;
  display: inline-block;
  outline: none;
  padding: 12px 16px 12px 40px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.btn:hover {
  color: #5b6063;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(6, 0, 1, 0.2);
}
.btn:active {
  background-color: #f2f2f2;
  text-decoration: none;
  box-shadow: 0 0px 2px rgba(6, 0, 1, 0.15);
}
.btn:before {
  color: #009d42;
  content: "\e315";
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  position: absolute;
  left: 10px;
  top: 50%;
}

@media screen and (max-width: 767px) {
  .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* フォントサイズ
   ========================================================================== */
/* サイズ大 */
.btn-l {
  padding: 16px 16px 16px 44px;
  font-size: 22px;
  font-size: 2.2rem;
}
.btn-l:before {
  font-size: 30px;
  font-size: 3rem;
}

/* サイズ小 */
.btn-s {
  padding: 10px 16px 10px 36px;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  /* サイズ大 */
  .btn-l {
    padding: 16px 16px 16px 44px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
/* ボタン幅
   ========================================================================== */
/* 400px */
.btn.btn-w-400 {
  width: 400px !important;
}

/* 50% */
/* 100% */
.btn.btn-w-full {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .btn.btn-w-400 {
    width: 100% !important;
  }
}
/* ボタンカラー
   ========================================================================== */
/* グリーン */
.btn.btn-green {
  background-color: #009d42;
  color: #fff;
  box-shadow: 0 2px 8px rgba(6, 0, 1, 0.3);
}
.btn.btn-green:before {
  border-color: #fff;
  color: #fff !important;
}
.btn.btn-green:hover {
  color: #fff;
  box-shadow: 0 6px 16px rgba(6, 0, 1, 0.3);
}
.btn.btn-green:active {
  background-color: #008437;
  box-shadow: 0 0px 2px rgba(6, 0, 1, 0.3);
}

/* グレー */
.btn.btn-gray {
  background-color: #f2f2f2;
  box-shadow: 0 3px 8px rgba(6, 0, 1, 0.15);
}
.btn.btn-gray:before {
  border-color: #009d42;
}
.btn.btn-gray:hover {
  color: #5b6063;
  box-shadow: 0 6px 16px rgba(6, 0, 1, 0.2);
}
.btn.btn-gray:active {
  background-color: #e5e5e5;
  box-shadow: 0 0px 2px rgba(6, 0, 1, 0.15);
}

/* アイコン
   ========================================================================== */
/* 戻る（ < ） */
.btn.btn-back:before {
  content: "\e314";
  left: 16px;
}

/* 進む（ > ） */
.btn.btn-next:before {
  left: auto;
  right: 16px;
}

/* PDF */
.btn.btn-icon-pdf:before {
  color: #e9120a !important;
  content: "\e906" !important;
  font-size: 20px;
  font-size: 2rem;
}

/* Excel */
.btn.btn-icon-excel:before {
  color: #007133 !important;
  content: "\e905" !important;
  font-size: 20px;
  font-size: 2rem;
}

/* Word */
.btn.btn-icon-word:before {
  color: #2b357f !important;
  content: "\e907" !important;
  font-size: 20px;
  font-size: 2rem;
}

/* open */
.btn.btn-icon-open:before {
  content: "\e240" !important;
  font-size: 20px;
  font-size: 2rem;
}

/* 外部リンク */
.btn[target="_blank"]:before {
  color: #009d42;
  content: "\e903";
  font-size: 14px;
  font-size: 1.4rem;
}

/* ボタンエリア
   ========================================================================== */
.btn-area {
  padding: 32px 0 24px;
}
.btn-area ul {
  letter-spacing: -.40em;
}
.btn-area li {
  box-sizing: border-box;
  padding-right: 8px;
  padding-bottom: 16px;
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.btn-area li:nth-child(2n) {
  padding-left: 8px;
  padding-right: 0;
}
.btn-area .btn {
  text-align: center;
  width: 100%;
}

.btn-area-single {
  padding: 40px 0;
  text-align: center;
}

.btn-area-form {
  padding: 32px 0;
}
.btn-area-form ul {
  display: block;
}
.btn-area-form ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn-area-form li {
  box-sizing: border-box;
  width: 50%;
}
.btn-area-form .btn {
  text-align: center;
  width: 100%;
}
.btn-area-form .btn-area-item-next {
  float: right;
  padding-left: 8px;
}
.btn-area-form .btn-area-item-back {
  float: left;
  padding-right: 8px;
}

@media screen and (max-width: 767px) {
  .btn-area-form {
    padding: 16px 0;
  }
  .btn-area-form .btn-area-item-next {
    float: none;
    padding-bottom: 16px;
    padding-left: 0;
    width: 100%;
  }
  .btn-area-form .btn-area-item-next .btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .btn-area-form .btn-area-item-back {
    float: none;
    margin: 0 auto;
    padding-right: 0;
    width: 80%;
  }
  .btn-area-form .btn-area-item-back .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ボタンリスト
   ========================================================================== */
.btn-list li {
  margin-right: 16px;
  margin-bottom: 16px;
}

/* ==========================================================================
   form
   ========================================================================== */
input,
textarea {
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-family: inehrit;
  line-height: 1.4;
  outline: none;
}

/* テキストボックス */
input[type="text"],
textarea {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  textarea {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* セレクトボックス */
select {
  border: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}
/* ボタン */
button {
  cursor: pointer;
}

/* エラー */
.error-box {
  background-color: #ffe5e5;
  border: 1px solid #f00;
  color: #f00;
  margin-bottom: 40px;
  padding: 24px;
  font-size: 12px;
  font-size: 1.2rem;
}

.error-list {
  padding-top: 5px;
}
.error-list li {
  padding-left: 1em;
  position: relative;
}
.error-list li:before {
  content: '?';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.error input[type="text"],
.error textarea {
  background-color: #ffe5e5;
  border-bottom-color: #f00;
}

.error-text {
  color: #f00;
  display: block;
  padding-top: 5px;
}
.error-text:before {
  padding-right: 4px;
  position: relative;
  top: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .error-box {
    margin-bottom: 24px;
    padding: 16px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* お問い合わせフォーム
   ========================================================================== */
.form {
  /* 完了 */
}
.form p {
  margin-bottom: 24px;
}
.form .required {
  background-color: #009d42;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 0 4px;
}
.form .option {
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 0 4px;
}
.form .tbl01 .th-inner {
  padding-right: 66px;
  position: relative;
}
.form .tbl01 .required,
.form .tbl01 .option {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form .form-flow {
  padding-top: 48px;
  text-align: center;
  letter-spacing: -.40em;
}
.form .form-flow li {
  color: #ccc;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form .form-flow li:after {
  color: #ccc;
  content: "\e315";
  position: relative;
  top: 7px;
  font-size: 30px;
  font-size: 3rem;
}
.form .form-flow li.active {
  color: #5b6063;
}
.form .form-flow li:last-child:after {
  color: transparent;
}
@media screen and (min-width: 768px) {
  .form .main-ttl-wrap {
    box-sizing: border-box;
    margin: 40px auto 80px;
    padding: 0 40px;
    width: 1000px;
  }
  .form .main-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
  .form .box-inner {
    margin: 0 auto;
    width: 920px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .form .main-ttl-wrap {
    padding: 0;
    width: 920px;
  }
}
@media screen and (max-width: 767px) {
  .form .main-ttl {
    letter-spacing: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .form p {
    margin-bottom: 16px;
  }
  .form .inquiry-form-lead br {
    display: none;
  }
}
.form .complete-message {
  color: #212324;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  font-size: 1.8rem;
}
.form .complete-number-wrap {
  margin-top: 80px;
}
.form .complete-number-ttl {
  background-color: #009d42;
  color: #fff;
  float: left;
  height: 70px;
  text-align: center;
  width: 34%;
  font-size: 16px;
  font-size: 1.6rem;
}
.form .complete-number-ttl span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form .complete-number {
  background-color: #edf8f2;
  border: 1px solid #99d8b3;
  border-left: none;
  box-sizing: border-box;
  color: #212324;
  float: right;
  height: 70px;
  text-align: center;
  width: 66%;
  font-size: 34px;
  font-size: 3.4rem;
}
.form .complete-number span {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form .btn-close:before {
  content: "\e909";
  left: 24px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .form .complete-number-wrap {
    margin-top: 24px;
  }
  .form .complete-number-ttl {
    float: none;
    height: 40px;
    margin-bottom: 0;
    width: 100%;
  }
  .form .complete-number {
    border: 1px solid #99d8b3;
    border-top: none;
    float: none;
    width: 100%;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/* ==========================================================================
   icon
   ========================================================================== */
[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e90d";
}

.icon-categorytop:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e909";
}

.icon-menu:before {
  content: "\e90a";
}

.icon-information:before {
  content: "\e90b";
}

.icon-excel:before {
  content: "\e905";
}

.icon-pdf:before {
  content: "\e906";
}

.icon-word:before {
  content: "\e907";
}

.icon-showa:before {
  content: "\e908";
}

.icon-external:before {
  content: "\e903";
}

.icon-science:before {
  content: "\e904";
}

.icon-for:before {
  content: "\e900";
}

.icon-facebook-with-circle:before {
  content: "\e901";
}

.icon-twitter-with-circle:before {
  content: "\e902";
}

.icon-account_circle:before {
  content: "\e853";
}

.icon-assignment:before {
  content: "\e85d";
}

.icon-photo_camera:before {
  content: "\e412";
}

.icon-markunread:before {
  content: "\e159";
}

.icon-error:before {
  content: "\e000";
}

.icon-get_app:before {
  content: "\e884";
}

.icon-open:before {
  content: "\e240";
}

.icon-people:before {
  content: "\e7fb";
}

.icon-qa:before {
  content: "\e887";
}

.icon-keyboard_arrow_down:before {
  content: "\e313";
}

.icon-keyboard_arrow_left:before {
  content: "\e314";
}

.icon-keyboard_arrow_right:before {
  content: "\e315";
}

.icon-keyboard_arrow_up:before {
  content: "\e316";
}

.icon-room:before {
  content: "\e8b4";
}

.icon-notifications:before {
  content: "\e7f4";
}

.icon-play_circle_outline:before {
  content: "\e039";
}

.icon-public:before {
  content: "\e80b";
}

.icon-school:before {
  content: "\e80c";
}

.icon-search:before {
  content: "\e8b6";
}

.icon-zoom_in:before {
  content: "\e8ff";
}

ol.style01 {
  margin-left: 2em;
  counter-reset: number;
}
ol.style01 li {
  list-style: none;
  position: relative;
}
ol.style01 li:before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  top: 0;
  left: -1.8em;
  color: #009d42;
}

ul.style01 {
  margin-left: 2em;
}
ul.style01 li {
  list-style: none;
  position: relative;
}
ul.style01 li:before {
  display: block;
  content: '';
  position: absolute;
  top: .6em;
  left: -1.7em;
  width: 6px;
  height: 6px;
  background-color: #009d42;
  border-radius: 100%;
}

.link-list li {
  margin-bottom: 16px;
  padding-left: 1.5em;
  position: relative;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.link-list li:before {
  color: #009d42;
  content: "\e315";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.link-list a {
  text-decoration: underline;
}
.link-list a:hover {
  text-decoration: none;
}

.line-list {
  border-top: 1px dotted #ccc;
  line-height: 1.4;
}
.line-list li {
  border-bottom: 1px dotted #ccc;
  padding: 8px 0;
}

.inblock-col2 {
  letter-spacing: -.40em;
}
.inblock-col2 > li {
  box-sizing: border-box;
  padding-right: 20px;
  width: 50%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  vertical-align: top;
}
.inblock-col2 > li:nth-child(2n) {
  padding-right: 0;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .inblock-col2 > li {
    display: block;
    padding-right: 0;
    width: 100%;
  }
  .inblock-col2 > li:nth-child(2n) {
    padding-left: 0;
  }

  .inblock-col3 {
    padding-right: 0;
  }
  .inblock-col3 > li {
    display: block;
    margin-right: 0;
    width: 100%;
  }
  .inblock-col3 > li:nth-child(3n) {
    margin-right: 0;
    width: 100%;
  }
}
dl.style01 {
  display: block;
  overflow: hidden;
}
dl.style01:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
dl.style01 dt, dl.style01 dd {
  margin-top: -1px;
  float: left;
  margin-bottom: 8px;
  padding-top: 8px;
}
dl.style01 dt {
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  clear: both;
  width: 20%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #009d42;
}
dl.style01 dt span {
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W2';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  font-size: 1.2rem;
}
dl.style01 dd {
  box-sizing: border-box;
  border-top: 1px dotted #e6e6e6;
  width: 80%;
  padding-top: 10px;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  dl.style01 dt, dl.style01 dd {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  dl.style01 dt {
    margin-bottom: 0;
  }
  dl.style01 dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

/* ==========================================================================
   responsive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto;
}

.img-full {
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .img-full img {
    width: 100%;
  }
}
/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }

  .pc-item {
    display: none !important;
  }

  .pc-block {
    display: inline;
  }

  .sp-block {
    display: block;
  }
}
.tbl-scroll-wrap {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .tbl-scroll-wrap {
    overflow-x: auto;
  }
  .tbl-scroll-wrap::-webkit-scrollbar {
    height: 8px;
  }
  .tbl-scroll-wrap::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #e6e6e6;
  }
  .tbl-scroll-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #5b6063;
  }
  .tbl-scroll-wrap table {
    margin: 0;
    width: 300%;
  }
}
.tbl01 {
  width: 100%;
}
.tbl01 th {
  background-color: #edf8f2;
  border-bottom: 1px solid #8ed4ac;
  padding: 16px 24px;
  text-align: left;
  vertical-align: middle;
  width: 33.6956521739%;
}
.tbl01 td {
  border-bottom: 1px dotted #ccc;
  padding: 16px 24px;
  vertical-align: middle;
}
.tbl01 tr:first-child th {
  border-top: 1px solid #8ed4ac;
}
.tbl01 tr:first-child td {
  border-top: 1px solid #ccc;
}
.tbl01 tr:last-child td {
  border-bottom-style: solid;
}

@media screen and (max-width: 767px) {
  .tbl01 {
    border: 1px solid #e6e6e6;
    border-top: none;
    width: 100%;
  }
  .tbl01 th, .tbl01 td {
    list-style-type: none;
  }
  .tbl01 th {
    border-top: 1px solid #8ed4ac;
    box-sizing: border-box;
    display: list-item;
    padding: 10px 16px;
    width: 100%;
  }
  .tbl01 td {
    border: none !important;
    display: list-item;
    padding: 16px;
  }
}
.tbl02 {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}
.tbl02.side th {
  background-color: #009d42;
  color: #fff;
  border-top: 1px dotted #7fcea0;
}
.tbl02.side tr:first-child th {
  border-top: 1px solid #e6e6e6;
}
.tbl02 tr th, .tbl02 tr td {
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 10px;
  vertical-align: middle;
}
.tbl02 tr th:last-child, .tbl02 tr td:last-child {
  border-right: none;
}
.tbl02 tr th {
  background-color: rgba(0, 157, 66, 0.04);
  color: #009d42;
  font-weight: normal;
}
.tbl02 tr th.th-colored {
  color: #009d42;
  background-color: rgba(0, 157, 66, 0.04);
  border-top: 1px solid #e6e6e6;
}
.tbl02 tr.head th {
  background-color: #009d42;
  color: #fff;
  border-right: 1px dotted #7fcea0;
}
.tbl02 tr.head th:last-child {
  border-right: none;
}
.tbl02 tr:nth-child(odd) th {
  background-image: url(/en/common/css/img/bg_th.png);
}
.tbl02 tr:nth-child(odd) td {
  background-image: url(/en/common/css/img/bg_td.png);
}

.w10 {
  width: 10%;
}

/* ==========================================================================
   text
   ========================================================================== */
.ls-normal {
  letter-spacing: normal;
}

.ls-large {
  letter-spacing: normal;
}

.ls-none {
  letter-spacing: 0;
}

.text-bold {
  color: #212324;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-color {
  color: #009d42 !important;
}

.text-indent {
  margin-left: 1em;
  text-indent: -1em;
}
.text-indent li {
  margin-left: 1em;
  text-indent: -1em;
}

.text-notes {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .text-notes {
    font-size: 10px;
    font-size: 1rem;
  }
}
.text10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.text11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.text12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.text13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.text14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.text15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.text16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.text17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.text18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.text19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.text20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.text21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.text22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.text23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.text24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.text25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.text26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.text27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.text28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.text29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.text30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

/* ==========================================================================
   title
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sttl01 {
  color: #009d42;
  letter-spacing: normal;
  line-height: 1.2;
  margin-bottom: 32px;
  padding-bottom: 20px;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sttl01:before, .sttl01:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}
.sttl01:before {
  background-color: #e6e6e6;
  height: 1px;
  bottom: 4px;
}
.sttl01:after {
  background-color: #f2f2f2;
  height: 4px;
  bottom: 0;
}
.sttl01 span {
  display: block;
  padding-left: 40px;
  position: relative;
}
.sttl01 span:before {
  border: 4px solid #009d42;
  border-radius: 8px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 16px;
  position: absolute;
  left: 12px;
  top: 4px;
  width: 16px;
}

.sttl02 {
  color: #009d42;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 28px;
  font-family: "Times New Roman",Times,serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: normal;
}

.sttl03 {
  color: #009d42;
  line-height: 1.6;
  letter-spacing: normal;
  margin-bottom: 28px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sttl04 {
  color: #212324;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .sttl04 {
    letter-spacing: normal;
  }
}

@media screen and (max-width: 767px) {
  .sttl01 {
    letter-spacing: normal;
    margin-bottom: 32px;
    padding-bottom: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .sttl01 span {
    padding-left: 26px;
  }
  .sttl01 span:before {
    left: 0;
    top: 3px;
  }

  .sttl02 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }

  .sttl03 {
    font-size: 20px;
    font-size: 2rem;
  }

  .sttl04 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* ==========================================================================
   parts
   ========================================================================== */
.attention {
  color: #009d42;
}

.name {
  line-height: 1.2;
}

.name-kana {
  color: #009d42;
  font-size: 12px;
  font-size: 1.2rem;
}

/* 画像
   ========================================================================== */
.img-c {
  text-align: center;
}

.img-l {
  box-sizing: border-box;
  float: left;
  max-width: 50%;
  padding-right: 40px;
}

.img-r {
  box-sizing: border-box;
  float: right;
  max-width: 50%;
  padding-left: 40px;
}

.img-full img {
  height: auto;
  width: 100%;
}
.img-full .img-wrap {
  width: 100%;
}

.img-caption {
  line-height: 1.4;
  font-size: 11px;
  font-size: 1.1rem;
}

.img-wrap {
  display: inline-block;
  position: relative;
}
.img-wrap .img-caption {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-align: right;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  width: 98%;
}

@media screen and (max-width: 767px) {
  .img-c {
    text-align: center;
  }

  .img-l {
    float: none;
    margin: 0 auto 32px;
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .img-r {
    float: none;
    margin: 0 auto 32px;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }

  .img-wrap {
    display: block;
    margin: 0 auto 32px;
    width: 90%;
  }
  .img-wrap img {
    width: 100%;
  }
}
/* タブ
   ========================================================================== */
.tab-wrap {
  position: relative;
}
.tab-wrap .tab {
  padding-left: 250px;
}

.tab-ttl {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 16px;
  font-size: 1.6rem;
}

.tab {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 80px;
  padding: 0 40px;
  display: block;
}
.tab:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tab li {
  background-color: #fff;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  bottom: -1px;
  box-sizing: border-box;
  float: left;
  height: 80px;
  position: relative;
  text-align: center;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.tab li.active {
  border-top: 3px solid #009d42;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  height: 81px;
}
.tab li.active span {
  padding: 13px 24px 16px;
}
.tab li:first-child span:before {
  position: relative;
  top: 2px;
  left: -5px;
  font-size: 30px;
  font-size: 3rem;
}
.tab li:last-child span:before {
  position: relative;
  top: 6px;
  left: -5px;
  font-size: 36px;
  font-size: 3.6rem;
}
.tab a {
  display: block;
  height: 100%;
}
.tab span {
  box-sizing: border-box;
  display: block;
  padding: 16px 24px;
  height: 100%;
}
.tab strong {
  font-size: 24px;
  font-size: 2.4rem;
}

.tab-cont > li {
  display: none;
}
.tab-cont > li:first-child {
  display: block;
}

@media screen and (max-width: 767px) {
  .tab-wrap {
    position: relative;
  }
  .tab-wrap .tab {
    padding-left: 0;
  }

  .tab-ttl {
    padding-bottom: 16px;
    position: static;
  }

  .tab {
    border-bottom: none;
    display: table;
    margin-bottom: 40px;
    padding: 0;
    display: block;
  }
  .tab:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .tab li {
    border: none;
    border-collapse: separate;
    /* セルの間隔を空ける */
    border-spacing: 1px 1px;
    /* 左右 上下で記述 */
    display: table-cell;
    height: auto;
    position: static;
    width: 50%;
  }
  .tab li.active {
    background-color: #fff;
    border: none;
    height: auto;
  }
  .tab li.active a {
    background-color: #fff;
    box-sizing: border-box;
    border-left-color: #e6e6e6 !important;
    border-right-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
  }
  .tab li.active span {
    box-sizing: border-box;
    border-top-color: #009d42;
    padding: 8px 10px 10px;
  }
  .tab li:nth-child(2n) a {
    border-left-color: #fff;
  }
  .tab a {
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-top-color: #fff;
    display: block;
    padding: 0;
    height: 100%;
  }
  .tab span {
    border-top: 2px solid #f2f2f2;
    top: inherit;
    padding: 8px 10px 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tab strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* ページ内リンク
   ========================================================================== */
.page-link {
  padding: 16px 0 16px 80px;
  position: relative;
}

.page-link-arrow {
  border: 1px solid #e6e6e6;
  display: inline-block;
  height: 16px;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 20px;
  width: 64px;
  font-size: 28px;
  font-size: 2.8rem;
}
.page-link-arrow span:before {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-link-list {
  letter-spacing: -.40em;
}
.page-link-list li {
  margin-right: 12px;
  position: relative;
  padding-right: 12px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
.page-link-list li:after {
  background-color: #ccc;
  content: '';
  height: 12px;
  right: 0;
  position: absolute;
  top: 6px;
  width: 1px;
}
.page-link-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.page-link-list li:last-child:after {
  display: none;
}
.page-link-list a {
  text-decoration: underline;
}
.page-link-list a:hover {
  text-decoration: none;
}

/* ==========================================================================
   Visual Editor
   ========================================================================== */
.ve-area {
  display: block;
}
.ve-area:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ve-area p,
.ve-area ol,
.ve-area ul {
  margin-bottom: 32px;
}
.ve-area p:last-child,
.ve-area ol:last-child,
.ve-area ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ve-area p,
  .ve-area ol,
  .ve-area ul {
    margin-bottom: 20px;
  }
}
.ve-area h2 {
  color: #009d42;
  line-height: 1.6;
  letter-spacing: 0.2em;
  margin-bottom: 28px;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Roboto Condensed','中ゴシックBBB JIS2004';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ve-area h3 {
  color: #212324;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .ve-area h3 {
    letter-spacing: normal;
  }
}
.ve-area h4 {
  color: #009d42;
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  .ve-area h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .ve-area h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.ve-area ol,
.ve-area ul {
  margin-left: 1.5em;
}
.ve-area ol li {
  list-style-type: decimal;
}
.ve-area ul li {
  list-style-type: disc;
}
.ve-area li {
  margin-bottom: 8px;
}
.ve-area li:last-child {
  margin-bottom: 0;
}
.ve-area table {
  table-layout: fixed;
  width: 100%;
}
.ve-area table th {
  background-color: #edf8f2;
  border-right: 3px solid #009d42;
  border-bottom: 1px solid #8ed4ac;
  padding: 16px 24px;
  text-align: left;
  width: 172px;
}
.ve-area table td {
  border-bottom: 1px solid #e0e0e0;
  padding: 16px 24px;
}
.ve-area table tr:first-child th {
  border-top: 1px solid #8ed4ac;
}
.ve-area table tr:first-child td {
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .ve-area table th,
  .ve-area table td {
    line-height: 1.5;
    padding: 10px;
  }
  .ve-area table th {
    width: 30%;
  }
  .ve-area table td {
    width: 70%;
  }
}
.ve-area dl {
  display: block;
}
.ve-area dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ve-area dt,
.ve-area dd {
  float: left;
}
.ve-area dt {
  box-sizing: border-box;
  clear: both;
  margin-bottom: 16px;
  padding-right: 16px;
  width: 20%;
}
.ve-area dd {
  width: 80%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .ve-area dt,
  .ve-area dd {
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .ve-area dt {
    margin-bottom: 8px;
  }
  .ve-area dd {
    margin-bottom: 16px;
    padding-left: 1em;
  }
}
.ve-area a {
  text-decoration: underline;
}
.ve-area a:hover {
  text-decoration: none;
}
.ve-area strong {
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ve-area .img-c {
  text-align: center;
}
.ve-area .img-l {
  box-sizing: border-box;
  float: left;
  max-width: 50%;
  padding-right: 40px;
}
.ve-area .img-r {
  box-sizing: border-box;
  float: right;
  max-width: 50%;
  padding-left: 40px;
}
.ve-area .img-full img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ve-area .img-c {
    text-align: center;
  }
  .ve-area .img-l {
    float: none;
    margin: 0 auto 32px;
    padding-right: 0;
    text-align: center;
  }
  .ve-area .img-r {
    float: none;
    margin: 0 auto 32px;
    padding-left: 0;
    text-align: center;
  }
}

sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 75.5%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}

b {
  font-family: 'Roboto Condensed','FP-ヒラギノ角ゴ StdN W4';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overline {
  text-decoration: overline;
}
