@charset "UTF-8";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.mplus_font, .topics_box .inner .ttl_box .ttl {
  font-family: "Mplus 1p";
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* リンク
----------------------------------------------------*/
a {
  color: #000;
}

a:hover {
  text-decoration: none;
}

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  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 #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}

body {
  color: #434343;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  line-height: 1.8;
  background-color: #fff;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.h_nav {
  display: block;
}

.sp_side_nav {
  display: none;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  line-height: 1;
}

.header .header_in {
  width: 1000px;
  margin: 30px auto 20px;
  padding: 0 0;
  overflow: hidden;
}

.header .header_in .header_logo {
  float: left;
  width: 40%;
  margin: 0 0 10px 0;
}

.header .header_in .header_in_right {
  float: right;
  width: 60%;
}

.header .header_in .header_in_right .header_sns_list {
  text-align: right;
  letter-spacing: -.4em;
}

@media only screen and (max-width: 768px) {
  .header .header_in .header_in_right .header_sns_list {
    display: none;
  }
}

.header .header_in .header_in_right .header_sns_list li {
  display: inline-block;
  letter-spacing: normal;
}

.header .header_in .header_in_right .header_sns_list li a {
  font-size: 30px;
  font-size: 3rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.header .header_in .header_in_right .header_sns_list li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=20);
}

.body_top .header_in .header_in_right .header_sns_list li a {
  color: #fff;
}

.breadcrumbBox {
  padding-top: 15px;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
}

.breadcrumbBox ul.bread_crumb {
  width: 1000px;
  margin: 0px auto;
}

.breadcrumbBox ul.bread_crumb li {
  display: inline-block;
}

.breadcrumbBox ul.bread_crumb li:after {
  content: '>';
  padding-left: 6px;
  margin-right: 0px;
}

.breadcrumbBox ul.bread_crumb li a {
  margin-right: 7px;
  color: #434343;
}

.breadcrumbBox ul.bread_crumb li:last-child:after {
  content: '';
  padding-left: 0px;
  margin-right: 0px;
}

.body_top .header .header_in {
  position: absolute;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 768px) {
  /* 共通
----------------------------------------------------*/
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .h_nav {
    display: none;
  }
  .sp_side_nav {
    display: block;
  }
  /*----------------------------------------------------
  header
----------------------------------------------------*/
  .header {
    border-top: 4px solid #000;
  }
  .header .site_ttl {
    display: none;
  }
  .header .header_in {
    width: 100%;
    margin: 0 auto 15px;
    padding: 0 15px;
  }
  .header .header_in .header_logo {
    float: none;
    width: 60%;
    margin: 15px 10px;
    text-align: left;
  }
  .header .header_in .header_in_right {
    float: none;
    width: 100%;
  }
  .header .header_in .header_in_right .header_address_list {
    text-align: center;
  }
  .header .header_in .header_in_right .header_address_list li.header_tel a {
    text-decoration: none;
  }
  /*パンくずニュー
-----------------------------------*/
  .breadcrumbBox {
    padding: 5px;
    margin-bottom: 15px;
    font-size: 10px;
    font-size: 1.0rem;
  }
  .breadcrumbBox ul.bread_crumb {
    width: 100%;
  }
}

/* 共通
----------------------------------------------------*/
/*----------------------------------------------------
  header
----------------------------------------------------*/
.header_nav {
  width: 100%;
  background-color: #000;
}

.header_nav ul.header_nav_list {
  width: 1000px;
  margin: 0 auto;
  letter-spacing: -.4em;
}

.header_nav ul.header_nav_list > li {
  position: relative;
  display: inline-block;
  width: 20%;
  text-align: center;
  letter-spacing: normal;
}

.header_nav ul.header_nav_list > li > a {
  display: block;
  padding: 14px 20px 9px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.5;
  text-decoration: none;
  border-right: 1px solid #fff2f2;
}

.header_nav ul.header_nav_list > li > a:hover {
  background-color: #222;
}

.header_nav ul.header_nav_list > li:first-child a {
  border-left: 1px solid #fff2f2;
}

.header_nav ul.header_nav_list > li span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
}

.header_nav ul.header_nav_list > li ul {
  display: none;
  position: absolute;
  z-index: 100;
  width: calc(100% - 1px);
}

.header_nav ul.header_nav_list > li ul li {
  display: block;
  width: 100% !important;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.header_nav ul.header_nav_list > li ul li:last-child {
  border-bottom: none;
}

.header_nav ul.header_nav_list > li ul li a {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px 10px 10px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}

.header_nav ul.header_nav_list > li ul li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 768px) {
  .header_nav {
    display: none;
  }
  /*----------------------------------------------------
  サイドドロアーメニュー
----------------------------------------------------*/
  .header_nav_list_sp li a {
    display: block;
    padding: 20px;
    background-color: #000;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .header_nav_list_sp li a::before {
    content: '>';
    transform: scale(0.6, 1.2);
    margin-right: 10px;
    display: inline-block;
  }
  .header_nav_list_sp li ul.sub-menu li a {
    padding-left: 40px;
    background-color: #0d0d0d;
  }
  .drawer-nav .drawer-menu {
    padding-bottom: 30px;
  }
  .drawer-nav .drawer-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
  }
  .drawer-hamburger {
    right: 0px !important;
    top: 1% !important;
    width: 3rem !important;
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 10px 1rem 21px !important;
    border-radius: 3px 0 0 3px;
  }
  .drawer-hamburger .drawer-hamburger-icon:before {
    top: -10px !important;
  }
  .drawer-hamburger .drawer-hamburger-icon:after {
    top: 10px !important;
  }
  .drawer-hamburger .drawer-hamburger-icon,
  .drawer-hamburger .drawer-hamburger-icon:after,
  .drawer-hamburger .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0 !important;
  }
  .drawer-open .drawer-hamburger {
    right: 25.25rem !important;
  }
  .drawer-nav {
    width: 25.25rem !important;
    right: -25.25rem !important;
    background-color: #000 !important;
  }
  .drawer-open .drawer-nav {
    right: 0 !important;
  }
}

/*----------------------------------------------------
  ft
----------------------------------------------------*/
.pageTop a {
  padding: 7px 10px 11px;
  margin: 0;
  text-align: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #000;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  line-height: 1;
}

.pageTop a:before {
  font-family: "FontAwesome";
  content: "\f0aa";
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.footer {
  clear: both;
  background-color: black;
  text-align: center;
  padding: 20px 5px 10px;
}

.footer .footer_nav_list {
  margin-bottom: 20px;
}

.footer .footer_nav_list ul {
  letter-spacing: -.4em;
}

.footer .footer_nav_list ul li {
  display: inline-block;
  margin-right: 10px;
  letter-spacing: normal;
}

.footer .footer_nav_list ul li a {
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}

.footer .footer_nav_list ul li:not(:last-child) a::after {
  content: '|';
  margin-left: 10px;
}

.footer .copyright {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  /*----------------------------------------------------
  footer
----------------------------------------------------*/
  .pageTop a {
    bottom: 30px;
  }
  .footer {
    padding: 0 0 10px;
  }
  .footer .footer_nav_list {
    margin-bottom: 20px;
  }
  .footer .footer_nav_list ul li {
    display: block;
    margin: auto 0;
  }
  .footer .footer_nav_list ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    text-align: left;
    border-bottom: 1px solid #fff;
    background-color: black;
  }
  .footer .footer_nav_list ul li a::before {
    content: '▶';
    transform: scale(0.9, 0.9);
    margin-right: 10px;
    display: inline-block;
  }
  .footer .footer_nav_list ul li:not(:last-child) a::after {
    content: '';
    margin-left: 0;
  }
  .footer .copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .copyright a {
    color: #fff;
    text-decoration: none;
  }
}

/*-----------------------------------------------
 wordpress
----------------------------------------------- */
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.sticky,
.gallery-caption,
.bypostauthor {
  margin: 0;
}

/* スマホ用
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* コンテンツ共通
----------------------------------------------------*/
.inner {
  width: 1000px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: auto;
    padding: 15px;
  }
}

/* 2カラム用
----------------------------------------------------*/
#main_column {
  float: left;
  width: 740px;
}

#side_column {
  float: right;
  width: 240px;
}

/* content-footer（メインフッターコンテンツ）
----------------------------------------------------*/
.content-footer {
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.content-footer .content-footer_in {
  width: 1000px;
  margin: 0 auto;
}

.content-footer .content-footer_in .float-4-6 {
  overflow: hidden;
  margin-bottom: 20px;
}

.content-footer .content-footer_in .left figure img {
  border: 2px solid #fff;
}

.content-footer .content-footer_in .right .ft_tel {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.content-footer .content-footer_in .right .ft_tel::before {
  font-family: "FontAwesome";
  content: "\f098";
  margin-right: 5px;
  float: left;
  display: block;
  position: relative;
  top: -2px;
}

.content-footer .content-footer_in .g_map iframe {
  width: 100%;
  height: 350px;
}

.parts_bnr_list {
  margin: 100px 0 80px;
  letter-spacing: -.4em;
  text-align: center;
}

.parts_bnr_list li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
}

.parts_bnr_list li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  /* #content
----------------------------------------------------*/
  .parts_bnr_list {
    margin: 50px 0 40px;
  }
  .parts_bnr_list li {
    width: 32%;
    margin-right: 2%;
  }
  /* content-footer（メインフッターコンテンツ）
----------------------------------------------------*/
  .content-footer .content-footer_in {
    width: 96%;
    margin: 0px auto 0;
  }
}

/* page（個別ページ）
----------------------------------------------------*/
/*  パスワード保護ページ
----------------------------------------------------*/
.post-password-form {
  margin: 50px auto 350px;
}

/*  よくある質問
----------------------------------------------------*/
/*  施設のご案内
----------------------------------------------------*/
/* スマホ用
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* お問い合わせ	
----------------------------------------------------*/
.contact_box {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
}

.contact_box .contact_dl_box {
  display: table;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
}

.contact_box .contact_dl_box dl {
  display: table-row;
}

.contact_box .contact_dl_box dl dt, .contact_box .contact_dl_box dl dd {
  display: table-cell;
  border-bottom: 1px solid #e1e1e1;
}

.contact_box .contact_dl_box dl dt {
  padding: 3% 3% 3% 10%;
  width: 40%;
  vertical-align: middle;
}

.contact_box .contact_dl_box dl dt .req {
  font-size: 11px;
  font-size: 1.1rem;
  background: #f44522;
  color: #fff;
  padding: 2px 5px;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.contact_box .contact_dl_box dl dd {
  vertical-align: middle;
  padding: 3% 3% 3% 1%;
}

.contact_box .contact_dl_box dl dd p {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  margin-top: 7px;
}

.contact_box .contact_dl_box dl dd p .ex {
  font-size: 11px;
  font-size: 1.1rem;
  background: #f3f3f3;
  display: inline-block;
  padding: 2px 6px 3px;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.contact_box input,
.contact_box textarea,
.contact_box select {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 2% 2%;
  color: #666;
}

.contact_box input {
  width: 75%;
}

.contact_box textarea {
  width: 89%;
}

.contact_box select {
  width: 50%;
}

.contact_box input[type=text]:focus,
.contact_box textarea:focus {
  border-color: #83B6C2;
  outline: none;
  box-shadow: 2px 2px 4px rgba(143, 183, 222, 0.6), -2px -2px 4px rgba(143, 183, 222, 0.6), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.contact_box .submit_btn {
  text-align: center;
  padding: 3%;
  width: 100%;
}

.contact_box .submit_btn input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 5px;
  background: #000;
  color: #FFF;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  border: 1px solid #000;
  cursor: pointer;
  letter-spacing: 2px;
  width: 30%;
  font-size: 18px;
  font-size: 1.8rem;
}

.contact_box .submit_btn input[type="submit"]:hover {
  border-radius: 5px;
  background: #fff;
  color: #333;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  border: 1px solid #000;
}

::-webkit-input-placeholder {
  color: #AFAFAF;
}

:-moz-placeholder {
  color: #AFAFAF;
}

.mw_wp_form .error {
  font-size: 80% !important;
  color: #f44522 !important;
  display: block;
  padding-top: 5px;
}

.mw_wp_form.mw_wp_form_complete {
  margin: 50px auto 350px;
}

@media only screen and (max-width: 768px) {
  /* お問い合わせ	
----------------------------------------------------*/
  .contact_box {
    width: 100%;
    margin: 0 0;
  }
  .contact_box .contact_dl_box dl dt, .contact_box .contact_dl_box dl dd {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    padding: 3%;
  }
  .contact_box .contact_dl_box dl dt {
    width: 100%;
    vertical-align: middle;
    border-bottom: none;
  }
  .contact_box .contact_dl_box dl dd {
    width: 100%;
  }
  .contact_box .submit_btn input[type="submit"] {
    width: 70%;
    display: block;
    margin: auto;
  }
}

.archive_box {
  margin-top: 80px;
  margin-bottom: 100px;
  overflow: hidden;
  font-size: 13px;
  font-size: 1.3rem;
}

.archive_box .item_archive_box {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.archive_box .item_archive_box:last-child {
  border-bottom: none;
}

.archive_box .item_archive_box .item_archive_img {
  float: left;
  width: 240px;
}

.archive_box .item_archive_box .item_archive_img img {
  width: 100%;
}

.archive_box .item_archive_box .item_archive_list_box {
  float: right;
  width: 480px;
}

.archive_box .item_archive_box .item_archive_list_box .item_archive_copy {
  margin-bottom: 10px;
}

.archive_box .item_archive_box .item_archive_list {
  overflow: hidden;
  margin-bottom: 10px;
}

.archive_box .item_archive_box .item_archive_list dt {
  float: left;
  clear: left;
  width: 23%;
}

.archive_box .item_archive_box .item_archive_list dd {
  float: left;
  width: 77%;
}

.archive_box .item_archive_box .item_archive_copy {
  clear: both;
}

.archive_box .item_archive_box .btn01 {
  clear: both;
  text-align: right;
}

.archive_box .item_archive_box .btn01 a {
  padding: 10px 40px;
  line-height: 1;
  font-size: 13px;
  font-size: 1.3rem;
}

#side_column .archive_cat_list {
  margin-bottom: 20px;
}

#side_column .archive_cat_list img {
  max-width: 100%;
  height: auto;
}

#side_column .archive_cat_list .side_item_list li a {
  display: block;
  padding: 15px 20px 15px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}

#side_column .archive_cat_list .side_item_list li a::before {
  content: '>';
  transform: scale(0.6, 1.2);
  margin-right: 10px;
  display: inline-block;
}

#side_column .archive_cat_list .side_item_list li a:hover {
  background-color: #efefef;
}

#side_column .archive_cat_list .side_item_list li:last-child a {
  border-bottom: none;
}

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}

.pagination .pagination-box {
  display: inline-block;
}

.pagination .pagination-box span,
.pagination .pagination-box a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #000;
}

.pagination .pagination-box span:hover,
.pagination .pagination-box a:hover {
  background: rgba(0, 0, 0, 0.8);
}

.pagination .pagination-box .current {
  padding: 10px 15px 10px 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }
  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }
  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .archive_box {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .archive_box #main_column {
    float: none;
    width: 100%;
  }
  .archive_box .item_archive_box .item_archive_img {
    float: none;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .archive_box .item_archive_box .item_archive_list_box {
    float: none;
    width: 100%;
  }
  .archive_box .item_archive_box .item_archive_list_box .item_archive_copy {
    margin-bottom: 20px;
  }
  .archive_box .item_archive_box .item_archive_list {
    margin-bottom: 10px;
  }
  .archive_box .item_archive_box .item_archive_list dt {
    float: left;
    clear: left;
    width: 23%;
  }
  .archive_box .item_archive_box .item_archive_list dd {
    float: left;
    width: 77%;
  }
  .archive_box .item_archive_box .btn01 {
    text-align: center;
  }
  .archive_box #side_column {
    width: 100%;
  }
  .archive_box #side_column .archive_cat_list {
    text-align: center;
  }
  .archive_box #side_column .archive_cat_list .side_item_list li {
    text-align: left;
  }
}

/* single（シングルページ）
----------------------------------------------------*/
.single_box {
  margin: 0 auto 150px;
}

.single_box .custom_content .styleTtl {
  margin-bottom: 0;
}

.single_box .data {
  text-align: right;
  margin-top: 0;
  margin-bottom: 40px;
}

.single_box .single_txt_box {
  overflow: hidden;
}

.single_box .single_txt_box h1, .single_box .single_txt_box h2, .single_box .single_txt_box h3, .single_box .single_txt_box h4, .single_box .single_txt_box h5, .single_box .single_txt_box h6, .single_box .single_txt_box p {
  margin-bottom: 20px;
}

.single_box .single_txt_box h1 {
  font-size: 24px;
  font-size: 2.4rem;
}

.single_box .single_txt_box h2 {
  font-size: 20px;
  font-size: 2rem;
}

.single_box .single_txt_box h3 {
  font-size: 18px;
  font-size: 1.8rem;
}

.single_box .single_txt_box h4 {
  font-size: 16px;
  font-size: 1.6rem;
}

.single_box .single_txt_box h5 {
  font-size: 15px;
  font-size: 1.5rem;
}

.single_box .single_txt_box h6 {
  font-size: 14px;
  font-size: 1.4rem;
}

.single_box {
  /* editor */
  /* img */
}

.single_box p {
  display: block;
  margin: 1em 0;
}

.single_box strong {
  font-weight: bold;
}

.single_box em {
  font-style: italic;
}

.single_box blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.single_box .aligncenter {
  display: block;
  margin: 0 auto;
}

.single_box .alignright {
  float: right;
  margin-left: 1%;
  margin-bottom: 1%;
}

.single_box .alignleft {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.single_box img[class*="wp-image-"],
.single_box img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .single_box {
    margin: 0 auto 15%;
  }
  .single_box {
    /* editor */
  }
  .single_box .alignright,
  .single_box .alignleft {
    float: none;
    margin: auto;
    display: block;
  }
}

/* 
----------------------------------------------------*/
.item_single_box {
  text-align: center;
}

.item_single_box p {
  margin: 0;
}

.item_single_box img {
  max-width: 100%;
  height: auto;
}

.item_single_box .item_slide {
  max-width: 900px;
  margin: 0 auto 5px;
}

.item_single_box .item_slide_img {
  margin-bottom: 5px;
}

.item_single_box .item_slide_img ul {
  letter-spacing: -.4em;
  text-align: center;
}

.item_single_box .item_slide_img ul li {
  display: inline-block;
  width: 270px;
  margin-right: 40px;
  letter-spacing: normal;
}

.item_single_box .item_slide_img ul li:last-child {
  margin-right: 0;
}

.item_single_box .item_slide_img ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #e5e4e4;
}

.item_single_box .item_slide_img ul li span {
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}

.item_single_box .item_slide_color {
  margin-bottom: 60px;
}

.item_single_box .item_slide_color .ttl_color {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 10px;
}

.item_single_box .item_slide_color ul {
  letter-spacing: -.4em;
  text-align: left;
}

.item_single_box .item_slide_color ul li {
  display: inline-block;
  width: 150px;
  margin-right: 20px;
  margin-bottom: 20px;
  letter-spacing: normal;
}

.item_single_box .item_slide_color ul li:nth-of-type(6n) {
  margin-right: 0;
}

.item_single_box .item_slide_color ul li a {
  display: block;
}

.item_single_box .item_slide_color ul li a img {
  max-width: 100%;
  height: auto;
}

.item_single_box .item_slide_color ul li span {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.item_single_text {
  margin-bottom: 60px;
  text-align: left;
}

.item_single_text dl {
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}

.item_single_text dl dt {
  float: left;
  clear: left;
  width: 12%;
}

.item_single_text dl dd {
  float: left;
  width: 60%;
}

.item_single_text dl dd p {
  margin-bottom: 0;
}

.item_single_text .item_single_free_text {
  clear: both;
}

@media only screen and (max-width: 768px) {
  /* 
----------------------------------------------------*/
  .item_single_box .item_slide {
    margin: 0 auto 20px;
  }
  .item_single_box .item_slide_img {
    margin-bottom: 40px;
  }
  .item_single_box .item_slide_img ul li {
    width: 47%;
    margin-right: 2%;
    letter-spacing: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_single_box .item_slide_img ul li span {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .item_single_box .item_slide_color {
    margin-bottom: 30px;
  }
  .item_single_box .item_slide_color .ttl_color {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .item_single_box .item_slide_color ul li {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .item_single_box .item_slide_color ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .item_single_box .item_slide_color ul li span {
    font-size: 10px;
    font-size: 1rem;
  }
  .item_single_text {
    margin-bottom: 30px;
  }
  .item_single_text dl {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
  }
  .item_single_text dl dt {
    float: none;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
  .item_single_text dl dd {
    float: none;
    width: 100%;
    margin-bottom: 3%;
  }
}

/* カスタムパーツ
----------------------------------------------------*/
.custom_content img {
  max-width: 100%;
  height: auto;
}

.custom_content h2.styleTtl {
  position: relative;
  padding-bottom: .2em;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 2%;
  margin-top: 3%;
  font-weight: normal;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

.custom_content h2.styleTtl:first-child {
  margin-top: 0;
}

.custom_content h2.styleTtl::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #000;
}

.custom_content h3.styleTtl {
  position: relative;
  padding-bottom: .2em;
  line-height: 1.2;
  margin-top: 3%;
  margin-bottom: 2%;
  border-bottom: 1px dashed #000;
  font-size: 20px;
  font-size: 2rem;
  background: url(../img/share/bg_ttl02.png) left 5px no-repeat;
}

.custom_content h4.styleTtl {
  margin-bottom: 2%;
  margin-top: 3%;
  padding-left: 10px;
  padding-bottom: .2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  border-left: 4px solid #000;
  background: url(../img/share/bg_ttl03.png) left 0 no-repeat;
}

.custom_content h4.styleTtl:first-child {
  margin-top: 0;
}

.custom_content .custom_txt {
  margin-bottom: 40px;
}

.custom_content ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 20px;
}

.custom_content p {
  margin-bottom: 10px;
}

.custom_content .alignright {
  text-align: right;
}

.custom_content .alignleft {
  text-align-last: auto;
}

.custom_content .aligncenter {
  text-align: center;
}

.custom_content table.menu_table {
  width: 100%;
  margin-bottom: 80px;
}

.custom_content table.menu_table tr:first-child th, .custom_content table.menu_table tr:first-child td {
  padding-top: 0;
  word-break: break-all;
}

.custom_content table.menu_table tr th {
  text-align: left;
  padding-top: 20px;
  border-bottom: 1px solid #808080;
}

.custom_content table.menu_table tr td {
  text-align: right;
  border-bottom: 1px solid #808080;
  padding-top: 20px;
  min-width: 130px;
}

.custom_content table.menu_table tr td.td_cp2 {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 6px;
  border-bottom: none;
  text-align: left;
}

.custom_content table.menu_table tr td.td_cp2 p {
  margin-bottom: 0;
}

.custom_content table.normal_table {
  width: 100%;
  margin-bottom: 80px;
  border-collapse: collapse;
}

.custom_content table.normal_table tr th, .custom_content table.normal_table tr td {
  padding: 20px;
  word-break: break-all;
}

.custom_content table.normal_table tr th {
  color: #757575;
  width: 30%;
  text-align: left;
  font-weight: normal;
  background-color: #dfdfdf;
  border: 1px solid #c0c0c0;
}

.custom_content table.normal_table tr td {
  min-width: 130px;
  border: 1px solid #c0c0c0;
}

.custom_content table.normal_table tr td.td_cp2 {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 6px;
  border: 1px solid #c0c0c0;
  text-align: left;
}

.custom_content table.normal_table tr td.td_cp2 p {
  margin-bottom: 0;
}

.custom_content .list-block {
  margin-bottom: 20px;
}

.custom_content .list-block ul {
  padding: 0 30px 0 55px;
  list-style-type: disc;
}

.custom_content .list-block ol {
  padding: 0 30px 0 60px;
  margin-left: 0;
  margin-bottom: 0;
}

.custom_content .list-block ul.check {
  list-style: none;
  padding: 0 30px;
}

.custom_content .list-block ul.check li:before {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "FontAwesome";
  content: "\f046";
  margin-right: 7px;
  color: #000;
  top: 3px;
  position: relative;
}

.custom_content .imgs-block {
  margin-bottom: 30px;
  text-align: center;
  list-style: none;
  letter-spacing: -.4em;
}

.custom_content .imgs-block li {
  width: 49%;
  margin-right: 1.8%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.custom_content .imgs-block li:last-child {
  margin-right: 0;
}

.custom_content .imgs-block li .imgs-block-img {
  margin-bottom: 5px;
}

.custom_content .imgs-block li .imgs-block-ttl,
.custom_content .imgs-block li .imgs-block-txt {
  text-align: left;
}

.custom_content .imgs-block li .imgs-block-ttl {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: 1px solid #000;
}

.custom_content .imgs-block.set-3 li {
  width: 32%;
  margin-right: 1.8%;
}

.custom_content .imgs-block.set-3 li:last-child {
  margin-right: 0;
}

/* スマホ用
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .custom_content h2.styleTtl {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 0 5% 0;
  }
  .custom_content h3.styleTtl {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
  .custom_content h4.styleTtl {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .custom_content table.menu_table {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .custom_content table.menu_table tr td.td_cp2 {
    font-size: 12px;
    font-size: 1.2rem;
    padding-top: 5px;
  }
  .custom_content .imgs-block li {
    width: 48%;
    margin-right: 1.8%;
    display: inline-block;
  }
  .custom_content .imgs-block.set-3 li {
    width: 31%;
    margin-right: 1.8%;
  }
  .custom_content .imgs-block.imgs-block-sp-tate li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ===================================================================
 style info : トップページ
=================================================================== */
/* #main_visual 
----------------------------------------------------*/
#main_visual {
  position: relative;
  z-index: -10;
}

#main_visual .main_visual_in {
  width: 100%;
  margin: 0 auto;
}

#main_visual .main_visual_in div img {
  width: 100%;
  height: auto;
  display: none;
}

#main_visual .main_visual_in div:first-child img {
  display: block;
}

#main_visual .main_visual_in .slick-prev:before,
#main_visual .main_visual_in .slick-next:before {
  font-size: 40px;
  font-size: 4rem;
  text-shadow: 1px 1px 3px #999;
}

#main_visual .main_visual_in .slick-next {
  right: calc((100vw - 1000px) / 2 - 10px);
  z-index: 99;
}

#main_visual .main_visual_in .slick-prev {
  left: calc((100vw - 1000px) / 2 - 30px);
  z-index: 100;
}

#main_visual .main_visual_in .slick-dots li button:hover:before,
#main_visual .main_visual_in .slick-dots li button:focus:before,
#main_visual .main_visual_in .slick-dots li.slick-active button:before {
  color: #f60;
}

@media only screen and (max-width: 768px) {
  #main_visual {
    padding: 0 0;
    margin-bottom: 0;
  }
}

/* table
----------------------------------------------------*/
.table_schedule {
  width: 100%;
}

.table_schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

.table_schedule th, .table_schedule td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: center;
}

.table_schedule thead th {
  background: black;
  color: #fff;
}

.table_schedule tbody th {
  background: #333333;
}

.table_schedule td {
  background: #fff;
}

/* btn
----------------------------------------------------*/
.btnBox {
  text-align: center;
  margin: 20px 0;
}

.btn01 a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 100px;
  display: inline-block;
  background-color: #000;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 5px;
  color: #FFF;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  letter-spacing: 2px;
}

.btn01 a:hover {
  border-radius: 5px;
  background: #262626;
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
}

.btn02 a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 70px;
  display: inline-block;
  background-color: #193662;
  text-decoration: none;
  -webkit-appearance: none;
  border-radius: 5px;
  color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
  letter-spacing: 2px;
}

.btn02 a:hover {
  border-radius: 5px;
  background: #000;
  color: #fff;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.35s, color 0.35s;
  transition: background-color 0.35s, color 0.35s;
}

@media screen and (max-width: 768px) {
  .btn01 a {
    padding: 10px 40px;
  }
  .btn02 a {
    padding: 10px 30px;
  }
}

/* ===================================================================
 style info : トップページ
=================================================================== */
.top_cont01 {
  padding: 40px 0;
  margin-bottom: 60px;
  background-image: url(../img/top/top_bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}

.top_cont01 .inner {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 40px;
}

.top_cont01 .inner .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: black;
}

.top_cont01 .inner .ttl2 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

.top_cont01 .inner p {
  line-height: 2.4;
}

.top_cont02 {
  padding: 80px 0 0;
  margin-bottom: 60px;
  text-align: center;
}

.top_cont02 .inner .ttl {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  color: black;
  margin-bottom: 20px;
}

.top_cont02 .inner .bnr_list {
  letter-spacing: -.4em;
}

.top_cont02 .inner .bnr_list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 20px;
}

.top_cont02 .inner .bnr_list li:last-child {
  margin-right: 0;
}

.top_cont02 .inner .bnr_list li .pdf {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.top_cont02 .inner .bnr_list li .pdf img {
  margin-bottom: 3px;
}

.topics_box {
  margin-bottom: 60px;
}

.topics_box .inner {
  overflow: hidden;
}

.topics_box .inner .ttl_box {
  float: left;
  width: 20%;
}

.topics_box .inner .ttl_box .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.topics_box .inner .ttl_box .ttl a {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
  height: 150px;
  background-color: #000;
  border-radius: 5px 0 0 5px;
  color: #fff;
  text-decoration: none;
}

.topics_box .inner .ttl_box .ttl a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.topics_box .inner .ttl_box .ttl span {
  position: relative;
  display: block;
  width: 80px;
  margin: 10px auto 0;
  padding: 0 0 0 18px;
  background-color: #fff;
  border-radius: 20px;
  color: black;
  font-size: 14px;
  font-size: 1.4rem;
}

.topics_box .inner .ttl_box .ttl span::before,
.topics_box .inner .ttl_box .ttl span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.topics_box .inner .ttl_box .ttl span::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: black;
}

.topics_box .inner .ttl_box .ttl span::after {
  left: 20px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
}

.topics_box .topics_box_in {
  float: right;
  width: 80%;
  min-height: 150px;
  max-height: 150px;
  margin: 0 auto;
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0 5px 5px 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.topics_box .topics_box_in dl {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 0px;
  padding: 0 0;
}

.topics_box .topics_box_in dl dt {
  width: 100px;
  float: left;
  clear: both;
  padding: 8px 0 8px 0;
}

.topics_box .topics_box_in dl dd {
  padding: 8px 0 8px 100px;
  border-bottom: 1px dotted #fff;
}

.topics_box .topics_box_in dl dd .iconNew {
  padding: 0 7px;
  margin-right: 5px;
  background: black;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}

.topics_box .topics_box_in dl a {
  color: #434343;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.topics_box .topics_box_in dl a:hover {
  color: #000;
}

@media only screen and (max-width: 768px) {
  .top_cont01 {
    padding: 0 0;
    margin-bottom: 30px;
  }
  .top_cont01 .inner {
    padding: 15px;
  }
  .top_cont01 .inner .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .top_cont01 .inner .ttl2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .top_cont01 .inner p {
    line-height: 2;
  }
  .top_cont02 {
    padding-top: 15px;
    margin-bottom: 10px;
  }
  .top_cont02 .inner .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .top_cont02 .inner .bnr_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .topics_box {
    margin-bottom: 20px;
  }
  .topics_box .inner {
    overflow: hidden;
  }
  .topics_box .inner .ttl_box {
    float: none;
    width: 100%;
  }
  .topics_box .inner .ttl_box .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .topics_box .inner .ttl_box .ttl a {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .topics_box .topics_box_in {
    float: none;
    width: 100%;
    min-height: 0;
    max-height: none;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 0 5px 5px;
  }
  .topics_box .topics_box_in dl dt {
    width: 90px;
  }
  .topics_box .topics_box_in dl dd {
    padding: 8px 0 8px 90px;
  }
}

/* 印刷用CSS
----------------------------------------------------*/
/* float
----------------------------------------------------*/
.float-2-8 .left,
.float-3-7 .left,
.float-4-6 .left,
.float-5-5 .left,
.float-6-4 .left,
.float-7-3 .left,
.float-8-2 .left {
  float: left;
}

.float-2-8 .left img,
.float-3-7 .left img,
.float-4-6 .left img,
.float-5-5 .left img,
.float-6-4 .left img,
.float-7-3 .left img,
.float-8-2 .left img {
  max-width: 100%;
  height: auto;
}

.float-2-8 .right,
.float-3-7 .right,
.float-4-6 .right,
.float-5-5 .right,
.float-6-4 .right,
.float-7-3 .right,
.float-8-2 .right {
  float: right;
}

.float-2-8 .right img,
.float-3-7 .right img,
.float-4-6 .right img,
.float-5-5 .right img,
.float-6-4 .right img,
.float-7-3 .right img,
.float-8-2 .right img {
  max-width: 100%;
  height: auto;
}

.float-2-8 .left {
  width: 18%;
}

.float-2-8 .right {
  width: 79%;
}

.float-3-7 .left {
  width: 28%;
}

.float-3-7 .right {
  width: 69%;
}

.float-4-6 .left {
  width: 38%;
}

.float-4-6 .right {
  width: 59%;
}

.float-5-5 .left {
  width: 49%;
}

.float-5-5 .right {
  width: 48%;
}

.float-6-4 .left {
  width: 59%;
}

.float-6-4 .right {
  width: 38%;
}

.float-7-3 .left {
  width: 69%;
}

.float-7-3 .right {
  width: 28%;
}

.float-8-2 .left {
  width: 79%;
}

.float-8-2 .right {
  width: 18%;
}

.float-2-8:after,
.float-3-7:after,
.float-4-6:after,
.float-5-5:after,
.float-6-4:after,
.float-7-3:after,
.float-8-2:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

@media screen and (max-width: 768px) {
  .float-2-8 .left,
  .float-2-8 .right,
  .float-3-7 .left,
  .float-3-7 .right,
  .float-4-6 .left,
  .float-4-6 .right,
  .float-5-5 .left,
  .float-5-5 .right,
  .float-6-4 .left,
  .float-6-4 .right,
  .float-7-3 .left,
  .float-7-3 .right,
  .float-8-2 .left,
  .float-8-2 .right {
    float: none;
    width: 100%;
  }
  .float-2-8 .left img,
  .float-2-8 .right img,
  .float-3-7 .left img,
  .float-3-7 .right img,
  .float-4-6 .left img,
  .float-4-6 .right img,
  .float-5-5 .left img,
  .float-5-5 .right img,
  .float-6-4 .left img,
  .float-6-4 .right img,
  .float-7-3 .left img,
  .float-7-3 .right img,
  .float-8-2 .left img,
  .float-8-2 .right img {
    max-width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
}

/*    decoration
---------------------------------------------------- */
.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

/*    color
---------------------------------------------------- */
.red {
  color: #F33;
}

.yellow {
  color: #FFF100;
}

/*    hover
---------------------------------------------------- */
.mk {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.mk:hover {
  opacity: 0.8;
  filter: alpha(opacity=20);
}

/*    font-size
---------------------------------------------------- */
.fz16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fz18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.fz22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.fz25 {
  font-size: 25px;
  font-size: 2.5rem;
}

.fz28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.fz64 {
  font-size: 64px;
  font-size: 6.4rem;
}

/*   clerfix
---------------------------------------------------- */
.clerfix {
  *zoom: 1;
}

.clerfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*   text
---------------------------------------------------- */
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

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

/*    float
---------------------------------------------------- */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

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

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

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

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

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

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

.mr40 {
  margin-right: 40px !important;
}

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

.ml40 {
  margin-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

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

.pr0 {
  padding-right: 0px !important;
}

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

.pl0 {
  padding-left: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}
