@charset "UTF-8";
html{
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック体', 'Yu Gothic', YuGothic, 'MS Ｐゴシック', 'MS PGothic', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
  font-size: 15px;
  color: #111;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  width: 100%;

}
section{
  padding: 0 6%;
}
p {
  line-height: 1.8;
  margin-bottom: 20px;
}

a {
  color: #111;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}
.inner {
  max-width: 1140px;
  margin: 0 auto;
}

.bold {
  font-weight: bold;
}

h1 {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
}

h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 26px;
}
h2.h201 {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 800;
    color: #006db0;
    border-bottom: 2px solid #333;
    margin-bottom: 5%;
    padding-bottom: 1%;
}
h2.h201 span{
  color: #111;
	font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
	margin-bottom: 5px;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 22px;
}
s
h4 {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 18px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

ul.pager {
	display: flex;
	justify-content: space-between;
	margin: 12% auto 10%;
	padding-top: 20px;
	border-top: 1px solid #CCC;
}

ul.pager li a {
	transition: all 0.3s ease-in-out;
}

ul.pager li a:hover {
	color: #2e9649;
}

@media screen and (max-width: 568px) {
	h2.h201 {
		font-size: 22px;
		margin-bottom: 6%
	}  
  h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 3%;
  }
  .rad18{ border-radius: 14px; }
  .rad22{ border-radius: 18px; }
}

/**パーツ
**********************************************/
.btn {
  width: 220px;
}

.btn a {
  border-radius: 35px;
  color: #FFF;
  display: flex;
  font-size: 13px;
  justify-content: center;
  width: 100%;
  align-items: center;
  letter-spacing: .1rem;
  padding: 3%;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.btn a:after {
  position: absolute;
  content: url(../images/common/btn_arrow.png);
  display: block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  right: 6%;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease-in-out;
}

.btn a:hover:after {
  transform: translate(0, -50%);
  right: 2%;
}

.btn.grn a {
  background-color: #2e9649;
}

.flx_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flx_box.rev {
  flex-direction: row-reverse;
}

.tbl_common th,
.tbl_common td{
  padding: 10px;
}
.tbl_common th{
  border-bottom: 1px dotted #333;
  width: 80px;
}
.tbl_common td{
  border-bottom: 1px dotted #333;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 20px;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

@media screen and (max-width: 568px) {
  .btn {
    margin-left: auto;
    margin-right: auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}


/* ================================================
--- ナビゲーション sample02
=================================================*/
/* header */
#top-head {
  font-size: 14px;
  z-index: 999;
  position: relative;
  z-index: 100;
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

#top-head.clone-nav {
  position: fixed;
  top: -40px;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}

#top-head.clone-nav.is-show {
  transform: translateY(0);
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#top-head .inner {
  position: relative;
  z-index: 1;
  background: #FFF;
  margin: 0 auto;
}

#top-head {
  color: #333333;
  text-decoration: none;
}

#top-head a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 13px;
}

#mobile-head {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 76px;
  margin: 0 auto;
  box-shadow: 0px 0 7px 0px rgba(0, 0, 0, 0.2);
}

#mobile-head .left-menu {
  width: 220px;
}

#mobile-head .right-menu {
  margin-right: 15px;
  display: flex;
  align-items: center;
}

#top-head h1.logo {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 116px;
}

#top-head h1.logo {
  font-size: 3vw;
}

#global-nav {
  text-align: center;
  overflow: hidden;
}

#global-nav ul {
  list-style: none;
  padding: 0px;
  margin: 0;
}

#global-nav ul li {
  /*float: left;*/
  display: inline-block;
  padding: 0 10px;
}

#global-nav ul li a {
  position: relative;
  height: 30px;
  display: flex;
  color: #111;
  align-items: center;
  transition: all 0.3s;
}

#global-nav ul li a:hover {
  text-decoration: underline;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 20px;
  top: 32px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #111;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*　---Gナビ　プルダウン(PC版ランゲージ用)---　*/
.navi li {
  list-style: none;
}

.navi li ul {
  width: 150px;
  display: none;
  margin-left: 0px;
  position: absolute;
  background: #87745d;
}

.navi>li li {
  /*layer-2*/
  width: 100%;
}

.navi>li li a {
  text-align: center;
  padding: 0;
}

.navi>li li:hover>a {
  color: olive;
  background: #afc6e2;
  padding: 0;
}

.navi li ul li a {
  border-bottom: 1px solid #eee;
}

.navi li ul li:last-child a {
  border-bottom: none;
}

.navi li ul li:last-child a {
  border-bottom: none;
}

setion{
  padding: 0 6%;
}
.inner_cont{
  max-width: 900px;
  margin: 0 auto;
}


@media screen and (max-width: 980px) {
  article {
    padding: 0 30px;
  }

  .inner {
    width: 100%;

  }

  #global-nav ul li a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1089px) {
  .left-menu {
    width: 28%;
  }
}

@media screen and (max-width: 1180px) {
  #top-head {
    top: 0;
    margin-top: 0;
    background: rgba(0, 0, 0, 0);
    height: 76px;
  }

  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #top-head.clone-nav {
    display: none;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #top-head:after {
    height: 0;
  }

  #top-head .logo {
    padding-top: 10px;
    width: 38%;
  }

  #top-head.fixed .logo,
  #top-head .logo {

    color: #333;
    font-size: 26px;
  }

  #mobile-head {
    background: #FFF;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
  }

  .left-menu {
    background: #FFF;
    width: 100% !important;
    height: 76px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: 76px;
    right: -320px;
    background: #333;
    width: 320px;
    height: 100vh;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 11px;
  }

  #global-nav ul li {
    float: none;
    border-bottom: #CCC 1px dotted;
    position: static;
    display: inherit;
  }

  #global-nav ul li:after {
    display: none;
  }

  #global-nav ul li:last-child {
    display: block;
  }

  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 18px 20px;
    font-size: 1.4em;
    width: 100%;
  }

  #global-nav ul li.menu_lang {
    display: none;
  }

  #nav-toggle {
    display: block;
    top: 25px;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {

    /* #global-nav top + #mobile-head height */
    -moz-transform: translateX(-320px);
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
  }
}

/*************************************
　フッター
*************************************/
footer {
  text-align: center;
  padding: 100px 0 0;
}
footer .f-inner {
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  padding: 80px 6% 30px;
  width: 100%;
}

footer .f-logo {
  max-width: 280px;
  margin: 0 auto 30px;
}

ul.f-nav {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 auto 80px;
  padding: 10px 0 12px;
}

ul.f-nav li {
  padding: 0 20px;
  position: relative;
}

ul.f-nav li:before {
  position: absolute;
  content: "|";
  color: #111;
  left: 0;
}

ul.f-nav li:first-child:before {
  content: "";
}

ul.f-nav li a {
  width: 100%;
  text-align: center;
  color: #111;
  font-size: 13px;
}

ul.f-nav li a:hover {
  text-decoration: underline;
}

.f-copyright {
  border-top: 1px solid #111;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 10px 6%;
  width: 100%;
}

.f-copyright p {
  margin: 0;
}

@media screen and (max-width: 1089px) {
  ul.f-nav {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  footer {
    padding: 12% 0 0;
  }

  footer .f-logo {
    max-width: 220px;
    margin: 0 auto 5%;
  }
  footer .f-inner {
    padding: 10% 6% 6%;
  }
  .f-copyright p {
    font-size: 11px;
  }
}
