@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  common.css
 style info :  全ページ共通 cssの定義
=================================================================== */
/********************************************/
/* header 01 */
/********************************************/
header#header01 .h_lead .inner:after {
  content: "";
  display: table;
  clear: both;
}
header#header01 .h_lead h1 {
  font-size: 10px;
  font-weight: normal;
  float: left;
  line-height: 24px;
  width: 60%;
}
header#header01 .h_lead .h_nav {
  position: relative;
  top: 5px;
  float: right;
  line-height: 1;
}
header#header01 .h_lead .h_nav a {
  font-size: 11px;
  height: 24px;
  display: table-cell;
  vertical-align: middle;
}
header#header01 .h_lead .h_nav a:before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}
header#header01 .h_lead .h_nav + .h_nav {
  margin-right: 25px;
  width: 30%;
}
header#header01 .h_lead .h_nav + .h_nav:last-child a {
  padding: 0 8px;
  margin-right: 1px;
  font-weight: bold;
}
header#header01 .h_lead .h_nav + .h_nav:last-child a:before {
  display: none;
}
header#header01 .h_lead .h_nav + .h_nav:last-child a:hover {
  text-decoration: none;
}
header#header01 .h_lead header#header01 .h_lead .flr {
  width: 35%;
}
header#header01 .h_menu {
  padding: 15px 0;
  transition: .3s;
}
header#header01 .h_menu .inner:after {
  content: "";
  display: table;
  clear: both;
}
header#header01 .h_menu .h_logo {
  float: left;
  height: 50px;
}
header#header01 .h_menu .h_logo a {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
header#header01 .h_menu .h_logo a img {
  height: 50px;
  width: auto;
}
header#header01 .h_menu .h_search {
  float: right;
  margin-right: 20px;
}
header#header01 .h_menu .h_contact {
    float: right;
    display: table;
    height: 50px;
    font-size: 0;
    margin-top: 10px;
}
header#header01 .h_menu .h_contact a {
    font-size: 14px;
    border-radius: 8px;
    box-shadow: 0 0 0 2px rgba(50, 155, 210, 0.5) inset, 0 0 0 3px #FFF inset;
    display: flex;
    width: 220px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
header#header01 .h_menu .h_contact a::before {
    content: "\f0e0";
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: 21px;
    vertical-align: middle;
    color: #FFF;
}
header#header01 .h_menu .h_contact > div {
  display: table-cell;
  vertical-align: middle;
}

.h_search input {
  border: medium none;
  border-radius: 0;
  display: block;
  height: 34px;
  padding: 0 5%;
  margin-top: 8px;
}
.h_search input.search_txt {
  float: right;
  width: 160px;
  font-size: 11px;
}
.h_search input.submit_btn {
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center;
  border: medium none;
  cursor: pointer;
  float: right;
  padding: 0;
  text-indent: -9999px;
  width: 36px;
}

.h_tel {
  font-size: 11px;
  padding-right: 10px;
  text-align: center;
}
.h_tel .num {
  font-size: 20px;
  margin-bottom: 3px;
  line-height: 1;
}
.h_tel .num::before {
  font-family: FontAwesome;
  content: "\f095";
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-size: 22px;
  font-size: 18px;
  line-height: 1;
  padding-right: 3px;
}
.h_tel .time {
  line-height: 1;
  opacity: .5;
}

.h_mail a {
  display: block;
  text-align: center;
  margin-left: 1px;
}
.h_mail a:hover {
  text-decoration: none;
}
.h_mail a::before {
  font-family: FontAwesome;
  content: "\f0e0";
  display: inline-block;
  padding-right: 8px;
  /*vertical-align: middle;*/
  line-height: 1;
}

@media only screen and (max-width: 979px) {
  header#header01 .h_menu .h_contact {
    margin-right: 15px;
    width: 55%;
  }

  .h_search {
    display: none;
  }

  .h_contact .sptab_tel a {
    font-size: 24px !important;
    position: relative;
  }

  .h_tel .num::before {
    display: none !important;
  }

  .h_tel .num.sptab_tel a::before {
    font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 22px;
    font-size: 18px;
    line-height: 1;
    padding-right: 3px;
  }
}
@media only screen and (max-width: 690px) {
  header#header01 .h_lead {
    display: none;
  }
  header#header01 .h_menu {
    padding: 10px 0;
  }
  header#header01 .h_menu .h_logo {
    height: 40px;
  }
  header#header01 .h_menu .h_logo a img {
    height: 40px;
  }
  header#header01 .h_menu .h_contact {
    display: none;
  }
}
/********************************************/
/* global navigation globalnav 03 */
/********************************************/
#globalnav01 {
  text-align: center;
  border-width: 1px 0 0 0;
  border-style: solid;
}
#globalnav01 #globalnav_in ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#globalnav01 #globalnav_in ul li {
  display: table-cell;
  padding: 10px 0;
  position: relative;
}
#globalnav01 #globalnav_in ul li.sp_on{
  display: none !important;
}
#globalnav01 #globalnav_in ul li:hover a {
  text-decoration: none;
  /*&::after{width: 100%;}*/
}
#globalnav01 #globalnav_in ul li a {
  display: block;
  font-size: 15px;
  padding: 8px 8px;
  text-align: center;
  border-width: 0 0 0 1px;
  border-style: solid;
  /*position: relative;
  &::after{
  	content: "";
  	width: 0;
  	left: 0;
  	bottom: -14px;
  	height: 3px;
  	position: absolute;
  	background-color: $key-color;
  	transition: all .2s ease 0s;
  }*/
}
#globalnav01 #globalnav_in ul li a:hover {
  text-decoration: none;
  /*&::after{width: 100%;}*/
}
#globalnav01 #globalnav_in ul li:last-child a {
  border-right: 1px solid #eeeeee;
}

@media only screen and (max-width: 979px) {
  #globalnav01 {
    position: fixed;
    z-index: 1000;
    padding-top: 103px;
    margin: 0;
    display: block;
    width: 100%;
    box-shadow: -2px 0 3px 2px rgba(0, 0, 0, 0.15);
  }
  #globalnav01 #globalnav_in {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 1000;
  }
  #globalnav01 #globalnav_in ul {
    display: none;
    border-width: 1px 0 0 0;
    border-style: solid;
    margin: 0;
  }
  #globalnav01 #globalnav_in ul li {
    display: block;
    border-width: 0 0 1px 0;
    border-style: solid;
    width: 100%;
    padding: 0;
  }
  #globalnav01 #globalnav_in ul li:before {
    display: none;
  }
  #globalnav01 #globalnav_in ul li:last-child {
    border-width: 0 0 1px 0;
    border-style: solid;
  }
  #globalnav01 #globalnav_in ul li:last-child:after {
    display: none;
  }
  #globalnav01 #globalnav_in ul li a {
    padding: 12px 5%;
    position: relative;
  }
  #globalnav01 #globalnav_in ul li a:after {
    position: absolute;
    top: 50%;
    right: 5%;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 690px) {
  #globalnav01 {
    position: fixed;
    z-index: 1000;
    padding-top: 94px;
  }
}
@media only screen and (max-width: 450px) {
  header#header01 .h_menu .inner .lang{display: none !important; }
  
  #globalnav01 #globalnav_in ul li.sp_on {
      display: flex !important;
      padding: 10px;
      justify-content: center;
  }
  #globalnav01 #globalnav_in ul li.sp_on .lang a::after{
    display: none;
  }
  .lang{
    position: relative;
    top: auto;
    right: auto;
  }
  .lang a{
    padding: 4px 10px !important;
    border: 1px solid #104A83;
  }



}

#gnav_btn01 {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px 40px;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}

@media only screen and (min-width: 979px) {
  #gnav_btn01 {
    display: none;
  }
}
/********************************************/
/* sp contact */
/********************************************/
#sp_hcontact_btn,
#sp_hcontact_nav,
#sp_hcontact_bottom,
#sp_hcontact_top {
  display: none;
}

@media only screen and (max-width: 690px) {
  #sp_hcontact_btn {
    float: right;
    display: block;
    margin-top: 5px;
    margin-right: 15px;
  }
  #sp_hcontact_btn .ocbtn {
    padding-right: 15px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
  }

  #sp_hcontact_nav {
    margin-top: 10px;
  }
  #sp_hcontact_nav ul {
    width: 96%;
    font-size: 0;
    margin: auto;
    padding: 15px 0 5px;
    border-width: 1px 0 0 0;
    border-style: solid;
  }
  #sp_hcontact_nav ul li {
    display: inline-block;
    width: 49%;
    font-size: 15px;
    text-align: center;
  }
  #sp_hcontact_nav ul li + li {
    margin-left: 2%;
  }
  #sp_hcontact_nav ul li.sphc_nav_tel {
    font-size: 18px;
    width: 53%;
  }
  #sp_hcontact_nav ul li.sphc_nav_tel:before {
    font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 22px;
    font-size: 18px;
  }
  #sp_hcontact_nav ul li.sphc_nav_mail {
    width: 45%;
  }
  #sp_hcontact_nav ul li.sphc_nav_mail a {
    display: block;
    font-size: 16px;
    padding: 5px;
  }
  #sp_hcontact_nav ul li.sphc_nav_mail a:hover {
    text-decoration: none;
  }
  #sp_hcontact_nav ul li.sphc_nav_mail a:before {
    font-family: FontAwesome;
    content: "\f0e0";
    display: inline-block;
    padding-right: 8px;
    /*vertical-align: middle;*/
    font-size: 14px;
  }

  #sp_hcontact_bottom {
    display: block;
    position: fixed;
    left: 0;
    z-index: 1000;
    width: 100%;
    overflow: hidden;
  }

  #sp_hcontact_top {
    display: block;
    width: 100%;
    overflow: hidden;
  }

  #sp_hcontact_bottom {
    bottom: 0;
  }

  .sp_hcontact {
    width: 100%;
    display: table;
    height: 30px;
    font-size: 0;
    margin: auto;
  }
  .sp_hcontact li {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
    text-align: center;
  }
  .sp_hcontact li.sphc_nav_tel {
    font-size: 16px;
  }
  .sp_hcontact li.sphc_nav_tel:before {
    font-family: FontAwesome;
    content: "\f095";
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    font-size: 22px;
    font-size: 16px;
  }
  .sp_hcontact li.sphc_nav_mail a {
    display: block;
  }
  .sp_hcontact li.sphc_nav_mail a:before {
    font-family: FontAwesome;
    content: "\f0e0";
    display: inline-block;
    padding-right: 8px;
    /*vertical-align: middle;*/
    font-size: 14px;
  }
}
/********************************************/
/* fixed */
/********************************************/
@media only screen and (max-width: 979px) {
  header#header01 {
    position: fixed;
    width: 100%;
    z-index: 10000;
    top: 0;
  }
}
header#header01 .h_menu.fixed {
  padding: 10px 0;
  top: 0;
}

/*.fixed{
	background-color: #ffffff;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100000;
}*/
/********************************************/
/* pc megamenu */
/********************************************/
#globalnav01 #globalnav_in ul .megamenu .megamenu_in {
  position: absolute;
  top: 45px;
  left: -13%;
  box-sizing: border-box;
  width: 200%;
  padding: 10px 15px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: visible;
  opacity: 0;
  z-index: -2;
}
#globalnav01 #globalnav_in ul .megamenu .megamenu_in > li {
  float: left;
  width: 50%;
  border: none;
  padding: 0;
}
#globalnav01 #globalnav_in ul .megamenu .megamenu_in > li.megamenu {
  position: relative;
}
#globalnav01 #globalnav_in ul .megamenu .megamenu_in > li a {
  border: none;
  padding: 10px 15px;
  text-align: left;
}
#globalnav01 #globalnav_in ul .megamenu .megamenu_in > li a::before {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
#globalnav01 #globalnav_in ul li.megamenu:hover ul.megamenu_in {
  top: 55px;
  visibility: visible;
  opacity: 1;
  z-index: 100000000;
}

#globalnav01.fixed #globalnav_in ul li.megamenu ul.megamenu_in {
  display: none;
}
#globalnav01.fixed #globalnav_in ul li.megamenu:hover ul.megamenu_in {
  display: block;
}

@media only screen and (max-width: 979px) {
  #globalnav01 #globalnav_in ul li.megamenu:hover ul.megamenu_in {
    display: none !important;
  }
}
@media only screen and (min-width: 691px) and (max-width: 979px) {
  .pagename_wrap {
    padding-top: 104px;
  }
}
@media only screen and (max-width: 690px) {
  .pagename_wrap {
    padding-top: 95px;
  }
}
/********************************************/
/* footer 03 */
/********************************************/
footer#footer03 {
  padding: 56px 0;
}
footer#footer03 .footer_in:after {
  content: "";
  display: table;
  clear: both;
}
footer#footer03 .footer_in .f_pro {
  float: left;
  width: 30%;
}
footer#footer03 .footer_in .f_pro .f_logo {
  line-height: 1;
  margin-bottom: 20px;
}
footer#footer03 .footer_in .f_pro .f_logo a {
  display: inline-block;
  width: 220px;
}
footer#footer03 .footer_in .f_pro .f_logo a img {
  width: 100%;
  height: auto;
}
footer#footer03 .footer_in #footnav {
  font-size: 0;
  float: right;
  width: 68%;
}
footer#footer03 .footer_in #footnav .f_top_nav {
  vertical-align: top;
  padding: 0 5% 0 0;
  margin: 10px 0 0 5px;
}
footer#footer03 .footer_in #footnav .f_top_nav li {
  display: inline-block;
  width: 30%;
  margin-bottom: 24px;
  list-style: none;
  vertical-align: top;
}
footer#footer03 .footer_in #footnav .f_top_nav li a {
  font-size: 18px;
  display: inline-block;
}
footer#footer03 .footer_in #footnav .f_top_nav li ul {
  margin-top: 8px;
  padding-left: 10px;
}
footer#footer03 .footer_in #footnav .f_top_nav li ul li {
  margin-bottom: 5px;
  width: 100%;
}
footer#footer03 .footer_in #footnav .f_top_nav li ul li a {
  font-size: 16px;
}
footer#footer03 .footer_in #footnav .f_top_nav li ul li a:before {
  font-family: FontAwesome;
  content: "\f0da";
  padding-right: 8px;
  vertical-align: middle;
  display: inline-block;
  font-size: 10px;
}
footer#footer03 .footer_in #footnav .tworow {
  max-width: 460px;
}
footer#footer03 .footer_in #footnav .tworow ul {
  font-size: 0;
}
footer#footer03 .footer_in #footnav .tworow ul li {
  display: inline-block;
  width: 50%;
}
footer#footer03 .footer_in #footnav .tworow ul li:not(:nth-child(2n)) {
  padding-right: 3%;
}
footer#footer03 .footer_in #footnav .tworow ul li a:hover {
  text-decoration: underline;
}

/* footer top ***************/
.l-footer {
  padding: 0;
}

.t-default ul.f_top_nav {
  display: inline-block;
  vertical-align: top;
  padding: 0 5% 0 0;
  max-width: calc(100% / 4);
}

.t-default ul.f_top_nav.tworow {
  max-width: 460px;
}

/* footer bottom ***************/
#f_bottom_wrap03 {
  padding: 16px 0;
}
#f_bottom_wrap03 .f_bottom {
  line-height: 1;
}
#f_bottom_wrap03 .f_bottom .f_bottom_nav {
  float: left;
  font-size: 0;
}
#f_bottom_wrap03 .f_bottom .f_bottom_nav a {
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  border-width: 0 1px 0 0;
  border-style: solid;
  font-size: 14px;
}
#f_bottom_wrap03 .f_bottom .f_bottom_nav a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
#f_bottom_wrap03 .f_bottom .f_bottom_nav a:hover {
  text-decoration: underline;
}
#f_bottom_wrap03 .copyright {
  float: right;
  display: block;
  font-size: 12px;
}

@media only screen and (max-width: 979px) {
  footer#footer03 .footer_in .f_pro {
    width: 25%;
  }
  footer#footer03 .footer_in .f_pro .f_logo a {
    width: 180px;
  }
  footer#footer03 .footer_in #footnav {
    width: 70%;
    font-size: 0;
  }

  .t-default ul.f_top_nav,
  .t-default ul.f_top_nav.tworow {
    padding: 0 4% 0 0;
  }
}
@media only screen and (max-width: 690px) {
  .t-default ul.f_top_nav,
  .t-default ul.f_top_nav.tworow {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  footer#footer03 {
    width: 100%;
    padding: 35px 0 0;
  }
  footer#footer03 .footer_in {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  footer#footer03 .footer_in .f_pro {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  footer#footer03 .footer_in .f_pro .f_logo {
    padding: 0;
    margin: 0 0 10px;
  }
  footer#footer03 .footer_in .f_pro .f_logo a {
    width: 50%;
    max-width: 240px;
  }
  footer#footer03 .footer_in .f_pro .f_logo a img {
    max-width: 100%;
    width: auto;
  }
  footer#footer03 .footer_in #footnav {
    float: none;
    width: 100%;
    border-width: 2px 0 0 0;
    border-style: solid;
  }
  footer#footer03 .footer_in #footnav .f_top_nav, footer#footer03 .footer_in #footnav .f_top_nav.tworow {
    padding: 0 0 0 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  footer#footer03 .footer_in #footnav .f_top_nav li, footer#footer03 .footer_in #footnav .f_top_nav.tworow li {
    margin-bottom: 0;
    width: 100%;
  }
  footer#footer03 .footer_in #footnav .f_top_nav li a, footer#footer03 .footer_in #footnav .f_top_nav.tworow li a {
    display: block;
    border-width: 1px 0 0 0;
    border-style: solid;
    padding: 10px 3%;
    font-size: 14px;
    position: relative;
  }
  footer#footer03 .footer_in #footnav .f_top_nav li a:after, footer#footer03 .footer_in #footnav .f_top_nav.tworow li a:after {
    font-family: FontAwesome;
    content: "\f0da";
    padding-right: 8px;
    vertical-align: middle;
    display: inline-block;
    font-size: 12px;
    position: absolute;
    right: 3%;
    top: calc(50% - 8px);
  }
  footer#footer03 .footer_in #footnav .f_top_nav ul, footer#footer03 .footer_in #footnav .f_top_nav.tworow ul {
    display: none;
  }

  #f_bottom_wrap03 {
    padding: 10px 10px 50px;
  }
  #f_bottom_wrap03 .f_bottom .f_bottom_nav {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #f_bottom_wrap03 .f_bottom .f_bottom_nav a {
    margin: 10px 15px 10px 0;
  }
  #f_bottom_wrap03 .copyright {
    float: none;
    text-align: center;
    font-size: 11px;
  }
}
/* bese ***/
/*---------------
  title
----------------*/
h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* ページタイトル ***************************/
#pagetitle01 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
}
@media only screen and (max-width: 979px) {
  #pagetitle01 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle01 {
    padding: 32px 0;
  }
}
#pagetitle01 h2 {
  font-size: 32px;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (max-width: 690px) {
  #pagetitle01 h2 {
    font-size: 26px;
  }
}

#pagetitle02 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
}
@media only screen and (max-width: 979px) {
  #pagetitle02 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle02 {
    padding: 32px 0;
  }
}
#pagetitle02 h2 {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle02 h2 {
    font-size: 26px;
  }
}
#pagetitle02 h2:after {
  content: "";
  width: 48px;
  height: 4px;
  position: absolute;
  bottom: -16px;
  left: 24px;
}
@media only screen and (max-width: 690px) {
  #pagetitle02 h2:after {
    bottom: -12px;
    left: 3%;
    width: 24px;
  }
}

#pagetitle03 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
}
@media only screen and (max-width: 979px) {
  #pagetitle03 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle03 {
    padding: 32px 0;
  }
}
#pagetitle03 h2 {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
  padding-left: calc(24px + .8em);
}
@media only screen and (max-width: 690px) {
  #pagetitle03 h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle03 h2 {
    padding-left: calc(3% + .8em);
  }
}
#pagetitle03 h2:after {
  content: "";
  width: 6px;
  height: calc(100% - .1em);
  position: absolute;
  top: 0;
  left: 24px;
}
@media only screen and (max-width: 690px) {
  #pagetitle03 h2:after {
    left: 3%;
  }
}

#pagetitle04,
.pagetitle04 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle04,
  .pagetitle04 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle04,
  .pagetitle04 {
    padding: 32px 0;
  }
}
#pagetitle04 h2,
.pagetitle04 h2 {
  font-size: 32px;
  line-height: 1.3;
}

#pagetitle04 h1,
.pagetitle04 h1 {
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 690px) {
  #pagetitle04 h2,
  .pagetitle04 h2 {
    font-size: 26px;
  }
  
  #pagetitle04 h1,
  .pagetitle04 h1 {
    font-size: 26px;
  }
}

#pagetitle05 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle05 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle05 {
    padding: 32px 0;
  }
}
#pagetitle05 h2 {
  font-size: 32px;
  line-height: 1.3;
}
@media only screen and (max-width: 690px) {
  #pagetitle05 h2 {
    font-size: 26px;
  }
}

#pagetitle06 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle06 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle06 {
    padding: 32px 0;
  }
}
#pagetitle06 h2 {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle06 h2 {
    font-size: 26px;
  }
}
#pagetitle06 h2:after {
  content: "";
  width: 80px;
  height: 4px;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 40px);
}
@media only screen and (max-width: 690px) {
  #pagetitle06 h2:after {
    bottom: -24px;
  }
}

#pagetitle07 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  text-align: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 979px) {
  #pagetitle07 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle07 {
    padding: 32px 0;
  }
}
#pagetitle07 h2 {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle07 h2 {
    font-size: 26px;
  }
}
#pagetitle07 h2:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}
@media only screen and (max-width: 690px) {
  #pagetitle07 h2:after {
    bottom: -24px;
  }
}

#pagetitle08 {
  padding: 80px 0;
  width: 100%;
  margin: 0;
  display: table;
  text-align: center;
}
@media only screen and (max-width: 979px) {
  #pagetitle08 {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 690px) {
  #pagetitle08 {
    padding: 32px 0;
  }
}
#pagetitle08 h2 {
  font-size: 32px;
  line-height: 1.3;
  position: relative;
}
@media only screen and (max-width: 690px) {
  #pagetitle08 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 690px) {
  .pagename_wrap {
    padding-top: 95px;
  }
}
.title02,
p.title02 {
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.title02.m10,
p.title02.m10 {
  margin-bottom: 10px;
}

@media only screen and (max-width: 690px) {
  .title02, p.title02 {
    font-size: 26px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
/* h3 ***************************/
.title03 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title03 {
    font-size: 20px;
  }
}

.title03_bl {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  border-width: 0 0 0 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title03_bl {
    font-size: 20px;
  }
}

.title03_blb {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 13px;
  padding-bottom: 8px;
  border-width: 0 0 1px 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title03_blb {
    font-size: 20px;
  }
}

.title03_blb2 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 12px 0 12px 15px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_blb2 {
    font-size: 20px;
  }
}

.title03_blb2:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 5px;
  height: calc(100% - 26px);
}

.title03_bbl {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title03_bbl {
    font-size: 20px;
  }
}

.title03_bbs {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
}
@media only screen and (max-width: 690px) {
  .title03_bbs {
    font-size: 20px;
  }
}

.title03_bbs:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 3px;
}

.title03_bb2 {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_bb2 {
    font-size: 20px;
  }
}

.title03_bb2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 80px;
  height: 2px;
}

.title03_bold {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title03_bold {
    font-size: 20px;
  }
}

.title03_bg {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
  .title03_bg {
    font-size: 20px;
  }
}

.title03_bgbb {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  line-height: 1.4;
  border-width: 0 0 5px 0;
  border-style: solid;
  padding: 8px 16px;
}
@media only screen and (max-width: 690px) {
  .title03_bgbb {
    font-size: 20px;
  }
}

.title03_tc_bbs {
  font-size: 28px;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (max-width: 690px) {
  .title03_tc_bbs {
    font-size: 22px;
  }
}

.title03_tc_bbs:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 4px;
}

.title03_tc_verticalbm {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.title03_tc_verticalbm:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
}

.title03_tc_verticalbm .ttv {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 2%;
  max-width: 90%;
}
@media only screen and (max-width: 690px) {
  .title03_tc_verticalbm .ttv {
    font-size: 20px;
  }
}

.title03_crossbar {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title03_crossbar {
    font-size: 20px;
  }
}
.title03_crossbar .title_in {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
.title03_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-width: 1px;
  border-style: dotted;
  z-index: 0;
}

.title03_icon {
  font-size: 26px;
  margin-bottom: 24px;
  line-height: 1.4;
  font-weight: bold;
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 32px;
}
@media only screen and (max-width: 690px) {
  .title03_icon {
    font-size: 20px;
  }
}

/* h4 ***************************/
.title04 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title04 {
    font-size: 18px;
  }
}

.title04_bl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8px;
  border-width: 0 0 0 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title04_bl {
    font-size: 18px;
  }
}

.title04_bbl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title04_bbl {
    font-size: 18px;
  }
}

.title04_bbs {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 690px) {
  .title04_bbs {
    font-size: 18px;
  }
}

.title04_bbs:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title04_bb2 {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_bb2 {
    font-size: 18px;
  }
}

.title04_bb2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title04_bold {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title04_bold {
    font-size: 18px;
  }
}

.title04_bg {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding: 6px 10px;
}
@media only screen and (max-width: 690px) {
  .title04_bg {
    font-size: 18px;
  }
}

.title04_square {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_square {
    font-size: 18px;
  }
}

.title04_square:after {
  content: "";
  position: absolute;
  bottom: calc(50% -  5px);
  left: 0;
  width: 10px;
  height: 10px;
}

.title04_crossbar {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title04_crossbar {
    font-size: 18px;
  }
}
.title04_crossbar .title_in {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
.title04_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-width: 1px 0 0 0;
  border-style: solid;
  z-index: 0;
}

.title04_icon {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 32px;
}
@media only screen and (max-width: 690px) {
  .title04_icon {
    font-size: 18px;
  }
}

/* h5 ***************************/
.title05 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 690px) {
  .title05 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05.m0 {
  margin-bottom: 0;
}

.title05_bl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 8px;
  border-width: 0 0 0 5px;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title05_bl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbl {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
}
@media only screen and (max-width: 690px) {
  .title05_bbl {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbs {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 690px) {
  .title05_bbs {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bbs:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title05_bb2 {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-bottom: 8px;
  border-width: 0 0 1px 0;
  border-style: solid;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_bb2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_bb2:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 3px;
}

.title05_bold {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
}

.title05_bg {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding: 6px 10px;
}
@media only screen and (max-width: 690px) {
  .title05_bg {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_square {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_square {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

.title05_square:after {
  content: "";
  position: absolute;
  bottom: calc(50% -  4px);
  left: 0;
  width: 8px;
  height: 8px;
}

.title05_crossbar {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 690px) {
  .title05_crossbar {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.title05_crossbar .title_in {
  position: relative;
  z-index: 2;
  padding-right: 16px;
}
.title05_crossbar::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  border-top: 1px dotted #333333;
  z-index: 0;
}

.title05_icon {
  font-size: 19px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: bold;
  background-size: 18px auto;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 26px;
}
@media only screen and (max-width: 690px) {
  .title05_icon {
    font-size: 16px;
    margin-bottom: 8px;
  }
}

/* h6 ***************************/
.title06 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media only screen and (max-width: 690px) {
  .title06 {
    font-size: 14px;
  }
}

.title06.m0 {
  margin-bottom: 0;
}

/****************************************************************/
/* html source reference */
/****************************************************************/
.prebox pre {
  margin: 0;
  padding: 0;
}

.prebox .qa_click_a {
  padding: 0 2%;
}

.partsnav {
  text-align: center;
  font-size: 0;
  background-color: #F9F8F4;
}

.partsnav.ppage {
  background-color: #ffffff;
}

.partsnav .subnavi {
  padding: 3% 0;
  max-width: 1024px;
  margin: auto;
}

.partsnav .subnavi_title {
  margin-bottom: 20px;
}

.partsnav .subnavi_title a {
  display: block;
  color: #1C293F;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

.partsnav li {
  display: inline-block;
  margin: 10px;
}

.partsnav li a {
  display: block;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border: 1px solid #1C293F;
  color: #1C293F;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.partsnav li a::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: #1C293F;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.2s ease 0s;
  z-index: -1;
}

.partsnav li a:hover::before {
  height: 100%;
}

.partsnav li a:hover {
  text-decoration: none;
  color: #ffffff;
}

/*---------------
  subnav
----------------*/
/***-----column2-----***/
#subnav.sb_col2 {
  margin-bottom: 30px;
}
#subnav.sb_col2 ul li {
  list-style: none;
}
#subnav.sb_col2 ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px;
  font-size: .9em;
}
#subnav.sb_col2 ul li a:hover {
  text-decoration: none;
}
#subnav.sb_col2 ul li ul {
  border-bottom: none;
}
#subnav.sb_col2 ul li ul li a {
  padding: 5px 5px 5px 25px;
  font-size: .8em;
}
#subnav.sb_col2 ul li.current > a {
  border-width: 0 0 1px 0;
  border-style: dotted;
  text-decoration: none;
}
#subnav.sb_col2 ul li.current ul {
  border-width: 0 0 1px 0;
  border-style: dotted;
}
#subnav.sb_col2 ul li.current ul li a {
  border-bottom: none;
  font-size: .8em;
}

#subnav_title.sb_col2 a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  font-size: 18px;
}
#subnav_title.sb_col2 a:hover {
  text-decoration: none;
}

/***-----column1 01-----***/
#subnav.sb_col1_1 {
  margin-bottom: 40px;
  text-align: center;
}
#subnav.sb_col1_1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#subnav.sb_col1_1 ul li {
  list-style: none;
  margin: 4px 0;
}
#subnav.sb_col1_1 ul li a {
  display: block;
  padding: 8px 24px;
  line-height: 1.4;
  font-size: 95%;
}
#subnav.sb_col1_1 ul li a:hover {
  text-decoration: none;
}
#subnav.sb_col1_1 ul li a::after {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
  content: "\f138";
  margin-left: 8px;
}
#subnav.sb_col1_1 ul li a {
  border-width: 0 1px 0 1px;
  border-style: solid;
  margin-left: -1px;
}
#subnav.sb_col1_1 ul li.current a::after {
  font-family: FontAwesome;
  content: "\f105";
  padding-right: 8px;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  font-size: 14px;
  content: "\f138";
  margin-left: 8px;
}

#subnav_title.sb_col1_1 {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
#subnav_title.sb_col1_1 a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 32px;
  font-size: 2rem;
}
#subnav_title.sb_col1_1::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media only screen and (max-width: 690px) {
  #subnav.col1_1 {
    margin-bottom: 40px;
    text-align: left;
  }
  #subnav.col1_1 ul li {
    font-size: 1.4rem;
    display: block;
  }
  #subnav.col1_1 ul li a {
    padding: 8px;
  }
  #subnav.col1_1 ul li a::before {
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 8px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    content: "\f138";
    font-size: 1.2rem;
    margin-left: 8px;
  }
  #subnav.col1_1 ul li a::after {
    display: none;
  }
  #subnav.col1_1 ul li:not(:last-child) a {
    border-right: none;
  }
  #subnav.col1_1 ul li.current a::before {
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 8px;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    display: inline-block;
    content: "\f138";
    font-size: 1.2rem;
    margin-left: 8px;
  }
  #subnav.col1_1 ul li.current a::after {
    display: none;
  }
  #subnav.col1_1 ul li:not(:last-child) a {
    border-right: none;
  }

  #subnav_title.col1_1 {
    margin-bottom: 16px;
  }
  #subnav_title.col1_1 a {
    padding: 0 16px;
    font-size: 1.8rem;
  }
}
/*-----------------------------------------------------------------

 side fix banner link

-----------------------------------------------------------------*/
.sidefix_banner {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 10000;
}

.sidefix_banner li {
  margin-bottom: 2px;
  list-style: none;
}

.sidefix_banner li a {
  display: block;
  width: 80px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 8px 4px;
}

.sidefix_banner li a img {
  max-width: 28px;
  height: auto;
  display: block;
  margin: auto auto 4px;
}

.sidefix_banner li .material-icons {
  display: block;
}

@media only screen and (max-width: 979px) {
  .sidefix_banner {
    display: none;
  }
}
/*-----------------------------------------------------------------

 pagetop

-----------------------------------------------------------------*/
#topcontrol {
  z-index: 150;
  margin-bottom: 0;
}

a.pagetop {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 72px 72px;
  display: block;
  z-index: 50;
}

@media only screen and (max-width: 979px) {
  #topcontrol {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 690px) {
  #topcontrol {
    margin-bottom: 20px;
  }

  a.pagetop {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
}
/*-----------------------------------------------------------------*/
/* ぱんくず locator */
/*-----------------------------------------------------------------*/
#locator01 {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding: 3px 0;
  text-align: right;
}

#locator02,
.locator02 {
  font-size: 10px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding: 5px 0;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  #locator01,
  #locator02, .locator02 {
    margin-bottom: 15px;
  }
}
/*-----------------------------------------------------------------*/
/* キャッチ・強調　テキスト */
/*-----------------------------------------------------------------*/
.catch {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 691px) {
  .catch {
    font-size: 24px;
  }
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3",serif;
}

.txt_tate {
  letter-spacing: 4px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt_bg_blue {
  padding: 2px 10px;
  display: inline-block;
}

.txt_bg_green {
  padding: 2px 10px;
  display: inline-block;
}

.catch_bb {
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 691px) {
  .catch_bb {
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.catch_bb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
}

.title_jp {
  font-size: 38px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -.05em;
}

.title_jp_s {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 5px;
}

.title_en {
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  letter-spacing: .5em;
  /*font-family: 'Abel', sans-serif;*/
}

.title_jp.yoko,
.title_en.yoko {
  display: inline-block;
}

.title_en.yoko {
  margin-left: 5px;
}

.title_simple {
  color: #878787;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}

@media only screen and (max-width: 690px) {
  .title_jp {
    font-size: 32px;
  }

  .title_jp_s {
    font-size: 24px;
  }

  .title_en {
    letter-spacing: .15em;
  }

  .title_simple {
    font-size: 24px;
  }
}
/*-----------------------------------------------------------------*/
/* バナー */
/*-----------------------------------------------------------------*/
.banner_sbs3 {
  font-size: 0;
}
.banner_sbs3 li {
  display: inline-block;
  width: 32%;
}
.banner_sbs3 li:not(:last-child) {
  margin-right: 2%;
}
.banner_sbs3 li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 691px) {
  .banner_sbs3 li {
    width: 100%;
    margin: 8px 0;
  }
  .banner_sbs3 li:not(:last-child) {
    margin-right: 0;
  }
}

.banner_sbs2 {
  font-size: 0;
}
.banner_sbs2 li {
  display: inline-block;
  width: 47.5%;
}
.banner_sbs2 li:not(:last-child) {
  margin-right: 5%;
}
.banner_sbs2 li img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 691px) {
  .banner_sbs2 li {
    width: 100%;
    margin: 8px 0;
  }
  .banner_sbs2 li:not(:last-child) {
    margin-right: 0;
  }
}

/*-----------------------------------------------------------------*/
/* google map */
/*-----------------------------------------------------------------*/
/* API */
#map_canvas {
  height: 240px;
  width: 100%;
  position: relative;
}

/*#map_canvas::after{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,.15);
	width: 100%;
	height: 100%;
}*/
@media only screen and (max-width: 979px) {
  #map_canvas {
    height: 240px;
  }
}
@media only screen and (max-width: 690px) {
  #map_canvas {
    height: 160px;
  }
}
/* iframe */
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------*/
/* side banner */
/*-----------------------------------------------------------------*/
#contents_right .banner_iconimg .banner_in,
.banner_iconimg .banner_in {
  margin-bottom: 8px;
  list-style: none;
}
#contents_right .banner_iconimg .banner_in a,
.banner_iconimg .banner_in a {
  display: block;
  padding: 10px 1em;
  text-align: center;
  font-size: 18px;
}
#contents_right .banner_iconimg .banner_in a img,
.banner_iconimg .banner_in a img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#contents_right .banner_iconimg .banner_in a:hover,
.banner_iconimg .banner_in a:hover {
  text-decoration: none;
}

.banner_iconimg .material-icons {
  padding-right: 16px;
  font-size: 32px;
  vertical-align: middle;
}

.banner_bgimg .banner_in {
  position: relative;
  margin-bottom: 8px;
}
.banner_bgimg .banner_in a {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 5px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  .banner_iconimg,
  .banner_bgimg {
    display: flex;
    flex-wrap: wrap;
  }
  .banner_iconimg .banner_in,
  .banner_bgimg .banner_in {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .banner_iconimg .banner_in:nth-child(2n),
  .banner_bgimg .banner_in:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 690px) {
  .banner_iconimg .banner_in {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .banner_bgimg .banner_in {
    position: static;
    width: calc(50% - 4px);
    margin-right: 8px;
  }
  .banner_bgimg .banner_in a {
    display: block;
    position: static;
  }
}

/*# sourceMappingURL=common.css.map */

/*-----------------------------------------------------------------

ENGLISH

-----------------------------------------------------------------*/
.en .title_jp {
    letter-spacing: 0.15em;
}