@charset "UTF-8";
/* ==================================================
	basic layout
================================================== */
#wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  color: #606161;
  overflow-x: hidden;
  font-size: 1.4rem;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #wrapper {
    min-width: 1000px;
  }
}
/* ========== end △ */
/* サイト幅
-------------------------------------------------- */
.site_wrap {
  box-sizing: border-box;
  width: 100%;
  word-wrap: break-word;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .site_wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  .site_wrap {
    width: 1000px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ==================================================
	header
================================================== */
#header h1 {
  padding: 1.2% 0 1%;
  background-color: #9fa0a0;
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #header h1 {
    padding: 4% 60px 3% 2%;
  }
  #header h1 img {
    width: 80%;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #header h1 {
    font-size: 2.2rem;
    text-align: center;
  }
}
/* ========== end △ */
#header a {
  color: inherit;
}

/* ==================================================
	gnav
================================================== */
#gnav_open,
#gnav_close {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .nav_shade {
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  #gnav_open {
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    color: #fff;
    font-size: 3.5rem;
  }

  #gnav_close {
    display: none;
    padding: 15px 15px 10px 0;
    color: #606161;
    font-size: 3.5rem;
    font-weight: normal;
    text-align: right;
  }

  #gnav {
    position: absolute;
    z-index: 11;
    top: 0;
    right: -100%;
    width: 100%;
    overflow-y: auto;
    transition: all 0.2s ease;
  }
  #gnav.openMenu {
    right: 0;
  }

  #gnav.openMenu #gnav_open {
    display: none;
  }
  #gnav.openMenu #gnav_close {
    display: block;
  }
}
/* ========== end △ */
#gnav {
  background-color: #fff;
}
#gnav li {
  position: relative;
  float: left;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #gnav li {
    width: 33%;
    border-top: none;
  }
  #gnav li::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
  }
  #gnav li:first-child::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
  }
}
/* ========== end △ */
#gnav li a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  color: #606161;
  font-size: 1.4rem;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #gnav li a:hover {
    background-color: #9fa0a0;
    color: #fff;
  }
}
/* ========== end △ */
/* ==================================================
	content_area
================================================== */
#content_area {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #content_area {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/* ========== end △ */
/* title set
-------------------------------------------------- */
#content_area h2 {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #606161;
  padding-bottom: 1%;
}
#content_area h2.bb_none {
  border-bottom: none !important;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #content_area h2 {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
}
/* ========== end △ */
/* ==================================================
	main_content
================================================== */
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #main_content.right_col {
    float: right;
    width: 730px;
  }
}
/* ========== end △ */
/* section set
-------------------------------------------------- */
#main_content > article {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #666;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #main_content > article {
    margin-top: 50px;
    padding-top: 50px;
  }
}
/* ========== end △ */
#main_content > article:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#main_content > article section {
  margin-top: 30px;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #main_content > article section {
    margin-top: 50px;
  }
}
/* ========== end △ */
#main_content > article section:first-child {
  margin-top: 0;
}
#main_content > article .sec_h5 {
  margin-top: 30px;
}
#main_content > article .sec_h5:first-of-type {
  margin-top: 0;
}

/* ==================================================
	aside_area
================================================== */
#aside_area {
  margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #aside_area {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #aside_area {
    margin-top: 50px;
  }
}
/* ========== end △ */
#aside_area h3 {
  padding: 10px 15px;
  background-color: #aaa;
  border: none;
}
#aside_area p {
  margin-top: 10px;
}
#aside_area p:first-child {
  margin-top: 0;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #side_nav.left_col {
    float: left;
    width: 240px;
  }
}
/* ========== end △ */
/* ==================================================
	footer
================================================== */
#footer {
  background-color: #f1d7d0;
  text-align: center;
}
#pagetop_btn_f {
  position: static;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagetop_btn_f {
    position: fixed;
    z-index: 20;
    right: 0;
    bottom: -100%;
    transition: all 0.5s ease;
  }
  #pagetop_btn_f.visible {
    bottom: 0;
  }
}
/* ========== end △ */
#pagetop_btn_f a {
  display: block;
  padding: 15px 0;
  background-color: #9fa0a0;
  color: #fff;
  text-decoration: none;
}
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #pagetop_btn_f a {
    display: inline-block;
    padding: 7px 20px;
  }
  #pagetop_btn_f a:hover {
    background-color: #f68787;
  }
}
/* ========== end △ */
#pagetop_btn_f .fa {
  margin-right: 10px;
}

#fnav {
  text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #fnav li {
    border-top: 1px solid #fff;
  }
}
/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 640px) {
  #fnav li {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* ========== end △ */
#fnav li a {
  color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #fnav li a {
    display: block;
    padding: 10px 0 10px 15px;
  }
  #fnav li a::before {
    content: "\f105";
    float: right;
    margin-right: 15px;
    font-family: FontAwesome;
  }
}
/* ========== end △ */

/* ==================================================
  other
================================================== */
img { max-width: 100%; }

.bg_0 { background-color: #9fa0a0; }

.font_Sans { font-family: ‘Open Sans’,sans-serif; }
.align_r { text-align: right; }
.align_c { text-align: center; }
.color_f { color: #fff; }

.dis_ib { display: inline-block; }

.w30per { width: 30%; }
.w65per { width: 65%; }

.fldi_row { flex-direction: row; display: flex; }

.pt3per { padding-top: 3%; }
.pb3per { padding-bottom: 3%; }

.table-ul {
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.table-ul li {
  display: inline-block;
  vertical-align: middle;
}