/*
 Theme Name:I'LL Biz-ONE Template
 Description:
 Theme URI:
 Author:I'LL
 Author URI:
 Version:
 License:
 License URI:
*/
@charset "utf-8";

/* =====================================================================
【各種カラー標準設定値】
ボタンカラー：#2C8DDF
ボタンホバー：反転
メールボタンホバー：#00BCFB
ラインカラー：#2C8DDF
リンクテキストカラー：#2C8DDF
問い合わせエリア：#E7EEF5

【主なメディアクエリ】
@media screen and (max-width:1140px)
@media screen and (min-width:901px)
@media screen and (max-width:900px)
@media screen and (min-width:768px)
@media screen and (max-width:767px)
 ===================================================================== */


/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, a, 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%;
  background: transparent;
  box-sizing:border-box;
}
input,textarea {
  box-sizing:border-box;
}
ul,li,ol {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  list-style-type: none;
  text-align: left;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  line-height:1.0;
}
table {
  border-collapse: collapse;
}

/* Body
---------------------------------------------------------------------------- */
body {
  margin: 0;
  border: 0;
  background: #FFF;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #000;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.06em;
  position: relative;
}
@media screen and (max-width:900px) {
  .wide_only {
    display: none;
  }
  .tab_only {
    display: block;
  }
}
@media screen and (min-width:901px) {
  .tab_only {
    display: none;
  }
}

@media screen and (min-width:768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .pc_only {
    display: none;
  }
  .sp_block {
    display: block;
  }
}

a {
  color: #000;
  text-decoration: underline;
  outline: none;
  transition: 0.2s all ease;
}

@media screen and (min-width:980px) {
  a:hover {
    color: #2C8DDF;
    text-decoration: none;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

p {
  line-height: 1.8;
  margin: 0 0 20px 0;
}

img {
  max-width: 100%;
  backface-visibility: hidden;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.fixed {
  position: fixed;
}

/* ボタン
---------------------------------------------------------------------------- */
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  line-height: 1.8;
  padding: 5px 30px;
  text-align: center;
  border: #2C8DDF 2px solid;
  background: #2C8DDF;
  color: #FFF;
  text-decoration: none;
}
@media screen and (min-width: 980px){
  .btn a:hover {
    border-color: #2C8DDF;
    background: #FFF;
    color: #2C8DDF;
    text-decoration: none;
  }
}

/* ヘッダ
---------------------------------------------------------------------------- */
.header_wrap {
  width: 100%;
  height: 70px;
  border-top: #2C8DDF 3px solid;
  padding: 0 20px;
  background: #FFF;
  position: fixed;
  z-index: 1500;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
}
.header {
  width: 100%;
  max-width: 1140px;
  height: 67px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1500;
  text-align: left;
}
.header_logo {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 0 0;
}
.header_logo a {
  display: block;
}
.header_logo img {
  vertical-align: middle;
  max-width: 300px;
  max-height: 56px;
}
.navi {
  float: right;
  text-align: right;
}
.navi ul{
  display: inline-block;
  text-align: right;
}
.navi li {
  display: inline-block;
  line-height: 64px;
}
.navi li a {
  display: inline-block;
  line-height: 64px;
  padding: 0 12px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
@media screen and (min-width:1001px){
  .navi li a::after,
  .navi li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 8px;
    background: #2C8DDF;
    transition: 0.3s width ease;
  }
  .navi li a::after {
    left: 50%;
  }
  .navi li a::before {
    right: 50%;
  }
  .navi li a:hover::after,
  .navi li a:hover::before {
    width: 50%;
  }
}
.iOS .navi li a::after,
.iOS .navi li a::before {
  display: none;
}
.header_contact {
  display: inline-block;
}
.header_contact a {
  line-height: 1.8;
  padding: 8px 20px;
}
.header_contact a::after {
  display: none;
}
@media screen and (max-width:1100px){
  .navi li a {
    padding: 0 8px;
    font-size: 13px;
  }
  .header_contact a {
    font-size: 13px;
  }
}
@media screen and (max-width:1000px){
  .header_wrap {
    width: 100%;
    height: 50px;
    border-top: #2C8DDF 2px solid;
    padding: 0 20px;
  }
  .header {
    width: 100%;
    max-width: 1200px;
    height: 48px;
    line-height: 42px;
  }
  .header_logo {
    max-width: 80%;
  }
  .header_logo img {
    max-height: 36px;
    width: auto;
  }
}

/* スマホメニュー */
.navi_btn {
  display: none;
}
@media screen and (max-width:1000px){
  .navi {
    opacity: 0;
    float: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: 0.3s opacity ease;
    overflow: hidden;
  }
  .navi.active {
    height: calc(100% - 50px);
    opacity: 1;
    z-index: 1000;
    padding: 0 0 15px 0;
    background: #FFF;
    overflow-y: scroll;
  }
  .lock {
    overflow: hidden;
  }
  .lock:after {
    display: block;
    content: "";
    position: fixed;
    top: 0px;
    right: 0;
    background-color: #FFF;
    width: 100vw;
    height: 100vh;
    opacity: 0.6;
    z-index: 999;
  }
  .lock .header_wrap {
    border-bottom: #DDD 1px solid;
  }
  .navi ul{
    display: block;
    text-align: left;
  }
  .navi li {
    display: block;
    line-height: 24px;
  }
  .navi li a {
    display: block;
    line-height: 1.8;
    padding: 15px 40px 15px 25px;
    text-decoration: none;
    font-size: 14px;
    border-bottom: #EEE 1px solid;
    position: relative;
  }
  .navi li a::after,
  .iOS .navi li a::after {
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    right: 25px;
    border: 0px;
    border-top: solid 2px #AAA;
    border-right: solid 2px #AAA;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
  }
  .header_contact {
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .header_contact a {
    width: calc(100% - 50px);
    line-height: 1.8;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 14px;
  }


  .navi_btn {
    display: block;
    position: absolute;
    width: 25px;
    height: 24px;
    margin: 0;
    top: 10px;
    right: 0;
    z-index: 1;
  }
  .navi_btn span,
  .navi_btn::before,
  .navi_btn::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 25px;
    height: 1px;
    margin: auto;
    background: #6D665F;
  }
  .navi_btn span {
    z-index: 2;
    color: #6D665F;
  }
  .navi_btn::before {
    z-index: 3;
    transform: translate(0, -8px);
    content: "";
  }
  .navi_btn::after {
    z-index: 3;
    transform: translate(0, 8px);
    content: "";
  }

  .navi_btn span {
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  .navi_btn::before,
  .navi_btn::after {
    transition: transform 200ms;
  }
  .navi_btn.active span {
    opacity: 0;
    transition: opacity 150ms;
  }
  .navi_btn.active::before {
    transform: rotate(45deg);
  }
  .navi_btn.active::after {
    transform: rotate(-45deg);
  }
  .navi_btn.active span {
    opacity: 0;
    transition: opacity 150ms;
  }

}
/* コンテンツ
---------------------------------------------------------------------------- */
.contents_wrap {
  width: 100%;
  position: relative;
  top: 70px;
  margin: 0 auto;
}
@media screen and (max-width:1000px){
  .contents_wrap {
    top: 50px;
  }
}

.sec_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
}
.sec {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 40px auto;
}
.sec_wrap .sec:last-of-type {
  margin-bottom: 0;
}
.sec_wrap::after,
.sec::after {
  display: block;
  content: "";
  clear: both;
}
main section:nth-of-type(2n) .sec_wrap {
  background: #F5F5F5;
}

.sec.bg {
  background: #FFF;
  padding: 40px;
}
@media screen and (max-width:767px){
  .sec_wrap {
    padding: 40px 20px;
  }
  .sec.bg {
    background: none;
    padding: 0;
  }
}

/* カラム
---------------------------------------------------------------------------- */
.image {
  text-align: center;
  margin: 0 0 20px 0;
}
.col1 .image {
  width: 540px;
}
.col1_wide .image {
  width: 100%;
}
.col1 .content {
  width: calc(100% - 590px);
}
.col1_wide .content {
  max-width: 80%;
  margin: 0 auto;
}
.col1_wide .subhead {
  text-align: center;
}
.col1_wide .subhead::after {
  left: calc(50% - 40px);
}

@media screen and (max-width:1140px){
  .col1 .image {
    width: 46%;
  }
  .col1 .content {
    width: calc(54% - 30px);
  }
  .col1_wide .content {
    max-width: 100%;
  }
}
.pc_col3 {
  text-align: left;
  letter-spacing: -0.4em;
}
.pc_col3 .col3_box {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 20px);
  letter-spacing: 0.06em;
  margin: 0 30px 30px 0;
}
.pc_col3 .col3_box:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.pc_col3 .col3_box .subhead{
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}
.pc_col3 .col3_box .subhead::after {
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width:900px){
  .pc_col3 {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .pc_col3 .col3_box {
    width: calc(33.333% - 20px);
    margin: 0 30px 30px 0;
    letter-spacing: 0.06em;
  }
  .pc_col3 .col3_box:nth-of-type(3n) {
    margin: 0 0 30px 0;
    letter-spacing: 0.06em;
  }
}
@media screen and (min-width:768px){
  .pc_float_l {
    float: left;
  }
  .pc_float_r {
    float: right;
  }
}
@media screen and (max-width:767px){
  .col1 .image {
    width: 100%;
  }
  .col1_wide .image {
    width: 100%;
  }
  .col1 .content {
    width: 100%;
  }
  .col1_wide .content {
    max-width: 100%;
  }
  .col1_wide .subhead {
    text-align: left;
  }
  .col1_wide .subhead::after {
    left: 0;
  }
  .pc_col3 .col3_box,
  .pc_col3 .col3_box:nth-of-type(3n) {
    width: 100%;
    letter-spacing: 0.06em;
    margin: 0 0 30px 0;
  }
}

.pc_col2 {
  text-align: left;
  letter-spacing: -0.4em;
}
.pc_col2 .col2_box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 30px);
  letter-spacing: 0.06em;
  margin: 0 60px 30px 0;
}
.pc_col2 .col2_box:nth-of-type(2n) {
  margin: 0 0 30px 0;
}
.pc_col2 .col2_box .subhead{
  font-size: 16px;
  margin: 0 0 15px 0;
  padding: 0 0 0 15px;
}
.pc_col2 .col2_box .subhead::after {
  width: 3px;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width:900px){
  .pc_col2 {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .pc_col2 .col2_box {
    width: calc(50% - 20px);
    margin: 0 40px 30px 0;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width:767px){
  .pc_col2 .col2_box,
  .pc_col2 .col2_box:nth-of-type(2n) {
    width: 100%;
    letter-spacing: 0.06em;
    margin: 0 0 30px 0;
  }
}

/* 下層ページタイトル
---------------------------------------------------------------------------- */
.page_title_wrap {
  width: 100%;
  max-height: 200px;
  padding: 40px 20px 30px 20px;
  background: #F5F5F5;
}
.page_title {
  display: block;
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  margin: 0 auto 5px auto;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.category_title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2C8DDF;
  position: relative;
}
.category_title::before,
.category_title::after {
  content: "";
  display: inline-block;
  line-height: 1.6;
  width: 30px;
  height: 1px;
  background: #DDD;
  margin: 0 20px;
  vertical-align: middle;
}
@media screen and (max-width:900px){
  .page_title_wrap {
    max-height: 120px;
    padding: 30px 20px 30px 20px;
  }
  .page_title {
    font-size: 26px;
    line-height: 30px;
  }
  .category_title {
    font-size: 14px;
  }
  .category_title::before,
  .category_title::after {
    width: 20px;
    margin: 0 15px;
  }
}
@media screen and (max-width:767px){
  .page_title_wrap {
    max-height: 90px;
    padding: 20px 20px 20px 20px;
  }
  .page_title {
    font-size: 20px;
    line-height: 24px;
  }
  .category_title {
    font-size: 13px;
  }
}

.crumb {
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 5px 20px;
}
.crumb_list {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  letter-spacing: -0.4em;
}
.crumb_list li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
  margin: 0 15px 0 0;
  letter-spacing: 0.06em;
}
.crumb_list li::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  line-height: 16px;
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 1px #AAA;
  border-right: solid 1px #AAA;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crumb_list li:last-child::after {
  display: none;
}
@media screen and (max-width:767px){

  .crumb_list li {
    font-size: 10px;
    margin: 0 8px 0 0;
  }
  .crumb_list li::after {
    margin: -2px 0 0 3px;
  }
}
/* 見出し
---------------------------------------------------------------------------- */
.crosshead {
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  margin: 0 auto 40px auto;
  line-height: 1.5;
  font-size: 36px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.crosshead .sub {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #2C8DDF;
  position: relative;
  font-weight: normal;
}
.crosshead .sub::before,
.crosshead .sub::after {
  content: "";
  display: inline-block;
  line-height: 1.6;
  width: 30px;
  height: 1px;
  background: #DDD;
  margin: 0 10px;
  vertical-align: middle;
}
.subhead {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.subhead::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #2C8DDF;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:900px){
  .crosshead {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .crosshead .sub {
    font-size: 13px;
  }
  .subhead {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  .subhead::after {
    width: 80px;
  }
}
@media screen and (max-width:767px){
  .crosshead {
    margin: 0 auto 30px auto;
    font-size: 24px;
  }
  .crosshead .sub {
    font-size: 13px;
  }
  .subhead {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  .subhead::after {
    width: 80px;
  }
}


/* ビジュアル・スライダー
---------------------------------------------------------------------------- */
.mv_slider {
  width: 100%;
  overflow: hidden;
}
.mv_slides {
  max-width: 1140px;
  text-align: center;
}
.mv_copy_box {
  width: 50%;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 50px;
  padding: 40px;
  background: rgba(0,0,0,0.25);
  z-index: 1100;
  text-align: left;
}
.mv_copy {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 15px 0;
}
.mv_text {
  font-size: 15px;
  margin: 0;
  color: #FFF;
}
@media screen and (max-width:1140px){
  .mv_copy_box {
    width: 70%;
    top: auto;
    bottom: 10%;
    left: 30px;
    padding: 30px;
    margin: auto;
  }
  .mv_copy {
    font-size: 24px;
  }
  .mv_text {
    font-size: 13px;
  }
}
@media screen and (max-width:767px){
  .mv_copy_box {
    width: calc(100% - 40px);
    top: auto;
    bottom: 5%;
    left: 20px;
    right: 20px;
    padding: 10px;
  }
  .mv_copy {
    font-size: 14px;
  }
  .mv_text {
    font-size: 11px;
  }
}

/* 背景画像版 */
.mv_bg {
  width: 100%;
  height: 570px;
  overflow-y: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  pointer-events: none;
  text-align: center;
}
.mv_bg img {
  width: 100%;
  max-width: 100%;
}
.mv_bg_box {
  max-width: 1140px;
  height: 570px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.mv_bg_box .mv_copy_box {
  position: relative;
  top: 40%;
  bottom: auto;
  left: 50px;
}
@media screen and (max-width:1140px){
  .mv_bg {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .mv_bg img {
    position: absolute;
    width: auto;
    max-width: auto;
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: auto;
    margin: auto;
    left: 0;
    right: 0;
  }
  .mv_bg_box {
    height: 400px;
  }
  .mv_bg_box .mv_copy_box {
    width: 70%;
    top: 40%;
    bottom: auto;
    left: auto;
    padding: 30px;
    margin: auto;
  }
}
@media screen and (max-width:767px){
  .mv_bg {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }
  .mv_bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 500%;
    min-width: auto;
    height: 400px;
  }
  .mv_bg_box .mv_copy_box {
    width: calc(100% - 40px);
    top: 60%;
    bottom: auto;
    left: 0;
    right: auto;
    padding: 10px;
  }
}



/* News
----------------------------------------------------------------------------*/
.news_wrap {
  display: table;
  width: 100%;
  margin: 0 0 40px 0;
}
.news_head {
  width: 300px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.news_list {
  width: calc(100% - 300px);
  display: table-cell;
}
@media screen and (min-width:901px){
  .news_list {
    width: calc(100%);
    display: block;
  }
}
.news_list li {
  margin: 0;
  padding: 0;
  border-bottom: #DDD 1px solid;
  text-align: left;
}
.news_list li a {
  display: block;
  padding: 20px 40px 25px 20px;
  position: relative;
  text-decoration: none;
}
.news_list.top_news li a {
  padding: 15px 30px 15px 15px;
}
.news_list li a::after {
  display: block;
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #CCC;
  border-right: solid 2px #CCC;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  transition: 0.3s border ease;
}
.news_list li a:hover {
  background-color: #FAFAFA;
}
.news_list li a:hover::after {
  border-top: solid 2px #2C8DDF;
  border-right: solid 2px #2C8DDF;
}

.news_list_head {
  line-height: 1.8;
  text-align: left;
  margin: 0 0 5px 0;
}
.news_list_head .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  color: #999;
  vertical-align: middle;
}
.news_list_head .category {
  display: inline-block;
  padding: 1px 6px;
  background: none;
  border: #2C8DDF 1px solid;
  font-size: 12px;
  line-height: 16px;
  color: #2C8DDF;
  vertical-align: middle;
}
.news_list_title {
  margin: 0;
  font-size: 16px;
}
.pdf_link {
  position: relative;
}
.pdf_link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  background: url(img/common/icon_pdf.png) no-repeat 0;
}

@media screen and (max-width: 900px){
  .news_wrap {
    display: block;
    margin: 0 0 20px 0;
  }
  .news_head {
    width: 100%;
    display: block;
  }
  .news_list {
    display: block;
    width: 100%;
  }
  .news_list li a {
    padding: 15px 30px 15px 15px;
    position: relative;
    text-decoration: none;
  }
  .news_list li:nth-child(2n) a {
    background-color: #F5F5F5;
  }
  .news_list li a::after {
    right: 15px;
  }
  .news_list_head {
    line-height: 1.8;
    text-align: left;
    margin: 0 0 5px 0;
  }
  .news_list_head .date {
    font-size: 11px;
    margin: 0 10px 0 0;
  }
  .news_list_head .category {
    padding: 1px 6px;
    font-size: 11px;
  }
  .news_list_title {
    margin: 0;
    font-size: 15px;
  }
}
@media screen and (max-width:767px){
  .pdf_link::after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }
  .news_list_title {
    font-size: 14px;
  }
}


/* NEWSページ */
.category_tabs_scroll {
  width: 100%;
  white-space: nowrap;
}
.category_tabs_scroll ::-webkit-scrollbar{
  width: 20px;
  height: 4px;
}
.category_tabs_scroll ::-webkit-scrollbar-track{
  background: #EEE;
}
.category_tabs_scroll ::-webkit-scrollbar-thumb{
  background: #CCC;
  border-radius: 0;
  box-shadow: none;
}
.category_tabs {
  width: auto;
  border-bottom: #CCC 1px solid;
  margin: 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  overflow-y: hidden;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  letter-spacing: -0.4em;
}
.category_tabs li {
  margin: 0 0 -1px 0;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
.category_tabs li a {
  display: block;
  padding: 10px 20px;
  border: #CCC 1px solid;
  border-right: none;
  background: #F5F5F5;
  float: left;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
}
.category_tabs li:last-child a {
  border-right: #CCC 1px solid;
}
.category_tabs li.active a,
.category_tabs li.current-cat a {
  border-bottom: transparent 1px solid;
  background: #FFF;
}
@media screen and (max-width: 900px){
  .category_tabs {
    padding: 0 15px;
  }
  .category_tabs li a {
    padding: 8px 14px;
    font-size: 12px;
  }
}

/* News詳細 */
.news_head {
  line-height: 1.8;
  text-align: left;
  margin: 0 0 5px 0;
}
.news_details .news_head {
  text-align: right;
}
.news_head .date {
  font-size: 12px;
  margin: 0 10px 0 0;
  color: #999;
  vertical-align: middle;
}
.news_head .category {
  display: inline-block;
  padding: 1px 6px;
  background: none;
  border: #2C8DDF 1px solid;
  font-size: 12px;
  line-height: 16px;
  color: #2C8DDF;
  vertical-align: middle;
}
.news_details,
.page_details {
  max-width: 960px;
  min-height: 400px;
  margin: 0 auto 40px auto;
  padding: 0 0 60px 0;
  border-bottom: #CCC 1px dotted;
}
.news_details .news_head {
  width: 100%;
  overflow: hidden;
  margin: 0 0 20px 0;
  text-align: left;
  display: block;
}
.news_title {
  font-size: 20px;
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.news_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_title::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #2C8DDF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_content {
  font-size: 15px;
}
@media screen and (max-width:900px){
  .news_title {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  .news_title::after {
    width: 80px;
  }
  .news_content {
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .news_details {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .news_title {
    font-size: 16px;
    margin: 0 0 20px 0;
    padding: 0 0 10px 0;
  }
  .news_title::after {
    width: 80px;
  }
  .news_head .date {
    font-size: 10px;
  }
  .news_head .category {
    font-size: 10px;
  }
}
/* 投稿用 */

.mceContentBody h2,
.free_area h2 {
  font-size: 22px;
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.mceContentBody h2::before,
.free_area h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mceContentBody h2::after,
.free_area h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #2C8DDF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mceContentBody h3,
.free_area h3{
  font-size: 20px;
  margin: 50px 0 20px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.mceContentBody h3::after,
.free_area h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #2C8DDF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mceContentBody h4,
.free_area h4{
  width: 100%;
  font-size: 18px;
  border-left: 3px #2C8DDF solid;
  padding: 2px 0 2px 12px;
  margin: 40px 0 20px 0;
}
.mceContentBody h5,
.free_area h5{
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  margin: 30px 0 15px 0;
}
.mceContentBody h5::before,
.free_area h5::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #2C8DDF;
}
.mceContentBody h6,
.free_area h6 {
  width: 100%;
  font-size: 16px;
  margin: 30px 0 15px 0;
  font-weight: bold;
}
.mceContentBody strong,
.free_area strong,
#tinymce strong,
.mceContentBody b,
.free_area b,
#tinymce b{
    font-weight: bold;
}
.mceContentBody em,
.free_area em,
#tinymce em{
    font-style: italic;
}
.free_area ol,
.free_area ul,
.free_area table,
.mceContentBody ol,
.mceContentBody ul,
.mceContentBody table,
#tinymce ol,
#tinymce ul,
#tinymce table{
  margin: 30px 0;
}
.free_area th,
.free_area td,
.mceContentBody th,
.mceContentBody td,
#tinymce th,
#tinymce td{
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.free_area th,
.mceContentBody th,
#tinymce th{
  font-weight: bold;
  background: #F5F5F5;
}
.free_area ol li,
.mceContentBody ol li,
#tinymce ol li{
  list-style: decimal outside;
  margin: 0 0 15px 20px;
}
.free_area ul li,
.mceContentBody ul li,
#tinymce ul li{
  list-style:disc outside;
  margin: 0 0 15px 20px;
}
.free_area img,
.mceContentBody img,
#tinymce img{
  max-width: 800px;
  max-height: 500px;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 767px) {
    /* 投稿用 */
  .mceContentBody h2,
  .free_area h2{
    font-size: 18px;
    margin: 40px 0 20px 0;
    padding: 0 0 15px 0;
  }
  .mceContentBody h3,
  .free_area h3{
    font-size: 16px;
    margin: 40px 0 20px 0;
  }
  .mceContentBody h4,
  .free_area h4{
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  .mceContentBody h5,
  .free_area h5,
  .mceContentBody h6,
  .free_area h6{
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  .mceContentBody strong,
  .free_area strong,
  #tinymce strong,
  .mceContentBody b,
  .free_area b,
  #tinymce b{
      font-weight: bold;
  }
  .mceContentBody em,
  .free_area em,
  #tinymce em{
      font-style: italic;
  }
  .free_area ol,
  .free_area ul,
  .free_area table,
  .mceContentBody ol,
  .mceContentBody ul,
  .mceContentBody table,
  #tinymce ol,
  #tinymce ul,
  #tinymce table{
    width: 100%;
    margin: 30px 0;
  }
  .free_area th,
  .free_area td,
  .mceContentBody th,
  .mceContentBody td,
  #tinymce th,
  #tinymce td{
    padding: 10px 10px;
    font-size: 13px;
  }
  .free_area img,
  .mceContentBody img,
  #tinymce img {
    max-width: 100%;
  }
}

.post_controls {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0;
  position: relative;
}
.list_link {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.next_link {
  position: absolute;
  right: 0;
}
.prev_link {
  position: absolute;
  left: 0;
}
@media screen and (max-width:767px){
  .list_link a,
  .next_link a,
  .prev_link a {
    font-size: 11px;
    padding: 8px 15px;
  }

}

/* table テーブル
---------------------------------------------------------------------------- */
.table_editable {
  width: 100%;
  margin: 0 auto;
}
.table_editable th {
  min-width: 240px;
  border: #CCC 1px solid;
  padding: 15px;
  background: #EEE;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
.table_editable thead th {
  padding: 5px 15px;
}
.table_editable td {
  border: #CCC 1px solid;
  padding: 15px;
  background: #FFF;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:767px){
  .table_editable th {
    min-width: initial;
    padding: 10px;
    font-size: 13px;
  }
  .table_editable thead th {
    padding: 5px 10px;
  }
  .table_editable td {
    padding: 10px;
    font-size: 13px;
  }
}
.table_profile {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.table_profile th {
  min-width: 170px;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 15px 20px;
  background: #EEE;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
.table_profile td {
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 15px 20px;
  background: #FFF;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:767px){
  .table_profile,
  .table_profile tbody,
  .table_profile tr {
    display: block;
    width: 100%;
  }
  .table_profile {
    border-top: #CCC 1px solid;
  }
  .table_profile th {
    display: block;
    border: none;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    text-align: left;
  }
  .table_profile td {
    display: block;
    border-top: #CCC 1px dotted;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
  }
}
th p:last-of-type,
td p:last-of-type {
  margin-bottom: 0;
}

/* GoogleMap
---------------------------------------------------------------------------- */
.gmap {
  width: 100%;
  min-height: 200px;
  margin: 0 0 20px 0;
  background: #FFF url(img/common/loading.gif) no-repeat center 50%;
  background-size: 36px;
  overflow: hidden;
  transition: 0.3s all ease;
}
.gmap iframe {
  width: 100%;
  margin: 0;
  display: block;
}
.gmap_lazyload {
  overflow: hidden;
}
.gmap iframe {
  min-height: 250px;
  max-height: 450px;
}
.col3_box .gmap iframe {
  max-height: 320px;
}
@media screen and (max-width:767px){
  .gmap iframe {
    max-height: 360px;
  }
  .col3_box .gmap iframe {
    max-height: 360px;
  }
}

/* お問い合わせ
---------------------------------------------------------------------------- */
.contact_wrap {
  background: #E7EEF5;
  padding-bottom: 80px;
}
.contact_btn_area {
  width: 880px;
  overflow: hidden;
}
.contact_btn_area a{
  text-decoration: none;
}
.btn_tel {
  display: table;
  float: left;
  width: 400px;
  height: 100px;
  margin: 0 20px;
  border: #2C8DDF 2px solid;
  background: #2C8DDF url(img/common/icon_tel.svg) no-repeat 20px 50%;
  background-size: 64px;
  color: #FFF;
  text-decoration: none;
}
.btn_tel_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 100px;
}
.tel_num {
  font-family: Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  margin: 0;
  text-align: left;
  letter-spacing: 0.08em;
}
.tel_time {
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  margin: 0;
}
.btn_email {
  display: table;
  float: right;
  width: 400px;
  height: 100px;
  margin: 0 20px;
  color: #FFF;
}
.btn_email_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 100px;
}
.btn_email a {
  display: table;
  width: 100%;
  height: 96px;
  border: #2C8DDF 2px solid;
  background: #2C8DDF url(img/common/icon_mail.svg) no-repeat 20px 50%;
  background-size: 64px;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  line-height: 96px;
  margin: 0;
  letter-spacing: 0.08em;
  text-align: left;
  text-decoration: none;
}
.btn_email a:hover {
  background-color: #00BCFB;
  border-color: #00BCFB;
  color: #FFF;
  text-decoration: none;
}

.sec_contact {
  background: #FFF;
  padding: 50px;
}
.contact_head {
  margin: 0 0 20px 0;
  padding: 0;
  color: #2C8DDF;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.table_contact {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px auto;
  border-top: #DDD 1px solid;
  border-bottom: #DDD 1px solid;
}
.table_contact th {
  width: 350px;
  border: none;
  padding: 20px 50px 20px 20px;
  background: none;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}
.table_contact td {
  border: none;
  padding: 20px;
  background: none;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.table_contact tr:nth-child(2n) th,
.table_contact tr:nth-child(2n) td {
  background: #F3F7FA;
}
.must {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  background: #CC0000;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.any {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  background: #AAA;
  color: #FFF;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width:1140px){
  .sec_contact {
    padding: 20px;
  }
  .contact_btn_area {
    width: 100%;
  }
  .btn_tel {
    display: table;
    float: left;
    width: 48%;
    height: 100px;
    margin: 0;
    background: #2C8DDF url(img/common/icon_tel.svg) no-repeat 20px 50%;
    background-size: 64px;
  }
  .btn_tel_inner {
    padding: 0 0 0 100px;
  }
  .tel_num {
    font-size: 30px;
    line-height: 36px;
  }
  .tel_time {
    font-size: 13px;
    line-height: 16px;
  }
  .btn_email {
    display: table;
    float: right;
    width: 48%;
    height: 100px;
    margin: 0;
  }
  .btn_email_inner {
    padding: 0 0 0 100px;
  }
  .btn_email a {
    background: #2C8DDF url(img/common/icon_mail.svg) no-repeat 20px 50%;
    background-size: 64px;
    font-size: 22px;
    margin: 0;
  }
}
@media screen and (max-width:900px){
  .tel_num {
    font-size: 24px;
    line-height: 36px;
  }
  .tel_time {
    font-size: 13px;
    line-height: 16px;
  }
  .btn_email a {
    font-size: 18px;
    line-height: 100px;
  }
  .table_contact th {
    width: 280px;
  }
}
@media screen and (max-width:767px){
  .sec_contact {
    padding: 20px 0;
  }
  .btn_tel {
    float: none;
    width: 100%;
    height: 70px;
    margin: 0 0 20px 0;
    background: #2C8DDF url(img/common/icon_tel.svg) no-repeat 10px 50%;
    background-size: 48px;
  }
  .btn_tel_inner {
    width: 100%;
    padding: 0 0 0 20px;
  }
  .tel_num {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
  }
  .tel_time {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .btn_email {
    float: none;
    width: 100%;
    height: 70px;
    margin: 0;
    text-align: center;
  }
  .btn_email_inner {
    width: 100%;
    padding: 0 0 0 20px;
    text-align: center;
  }
  .btn_email a {
    height: 100%;
    background: #2C8DDF url(img/common/icon_mail.svg) no-repeat 10px 50%;
    background-size: 48px;
    font-size: 16px;
    line-height: 70px;
    margin: 0;
    text-align: center;
  }

  .contact_head {
    font-size: 16px;
  }
  .table_contact,
  .table_contact tbody,
  .table_contact tr {
    display: block;
    width: 100%;
  }
  .table_contact {
    border: none;
  }
  .table_contact th {
    display: block;
    border: none;
    width: 100%;
    padding: 12px 60px 12px 15px;
    font-size: 13px;
    text-align: left;
  }
  .table_contact td {
    display: block;
    border: none;
    width: 100%;
    padding: 0 15px 15px 15px;
    font-size: 13px;
  }
  .must,
  .any {
    font-size: 11px;
    right: 15px;
  }
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic,  Verdana, Geneva, sans-serif;
  width: 100%;
  padding: 6px 10px;
  line-height: 1.8;
  border: #CCC 1px solid;
  font-size: 16px;
  background: #FFF;
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 5px 0 0;
  vertical-align: middle;
  border: #CCC 1px solid;
}
textarea {
  min-height: 150px;
}
.sec_contact label {
  display: inline-block;
  line-height: 1.8;
  margin: 5px 8px 5px 0;
  padding: 5px 8px;
  border: #DDD 1px solid;
  border-radius: 3px;
  background: #FFF;
  cursor: pointer;
  letter-spacing: 0.06em;
}
.sec_contact label.active {
  border: #333 1px solid;
  font-weight: bold;
  letter-spacing: 0.055em;
}
.agree_policy {
  margin-bottom: 5px;
}

.send_btn_area {
  margin: 20px auto;
  text-align: center;
}
.btn_send {
  min-width: 300px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Yu Gothic', YuGothic, Verdana, Geneva, sans-serif;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 15px 20px;
  text-align: center;
  border: #2C8DDF 2px solid;
  background: #2C8DDF;
  color: #FFF;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  transition: 0.3s background-color ease;
}
@media screen and (min-width: 980px){
  .btn_send:hover {
    background: #FFF;
    color: #2C8DDF;
    text-decoration: none;
  }
}
@media screen and (max-width:767px){
  .btn_send {
    display: block;
    min-width: 100px;
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
  }
}

.sec_privacy {
  max-width: 960px;
  height: 300px;
  padding: 30px;
  margin: 0 auto;
  background: #FFF;
  font-size: 13px;
  overflow-y: scroll;
}
.sec_privacy .subhead {
  font-size: 16px;
}
@media screen and (max-width:767px){
  .sec_privacy {
    height: 300px;
    padding: 15px;
    font-size: 12px;
  }
  .sec_privacy .subhead {
    font-size: 14px;
  }
}

/* フッタ
---------------------------------------------------------------------------- */
.footer_wrap {
  width: 100%;
  border-top: #2C8DDF 3px solid;
  background: #FFF;
  position: relative;
  top: 70px;
}
.footer {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px 20px;
  position: relative;
  text-align: center;
}
.footer_logo {
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}
.footer_name {
  text-align: center;
  font-size: 13px;
  margin: 30px 0 0 0;
  font-weight: bold;
}
.footer_address {
  text-align: center;
  font-size: 13px;
  margin: 5px 0 0 0;
}
.copyright {
  width: 100%;
  border-top: #DDD 1px solid;
  line-height: 36px;
  font-size: 13px;
  text-align: center;
}
.pagetop {
  position: fixed;
  z-index: 200;
  width: 48px;
  height: 48px;
  border: #2C8DDF 2px solid;
  background: #2C8DDF;
  cursor: pointer;
  transition: 0.3s all ease;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width:768px){
  .pagetop:hover {
    background: #FFF;
  }
}
.pagetop::after {
  content: '';
  width: 10px;
  height: 10px;
  top: 19px;
  left: 16px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
.pagetop:hover::after {
  border-color: #2C8DDF;
}
@media screen and (max-width:900px){
  .footer_wrap {
    top: 50px;
  }
  .footer_logo img {
    max-width: 75%;
  }
}
@media screen and (max-width:767px){
  .footer_address {
    font-size: 11px;
  }
  .copyright {
    line-height: 18px;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
  }
}

/* 装飾
---------------------------------------------------------------------------- */
em,
.strong {
  font-style: normal;
  font-weight: bold;
}

.red {
  color: #CC0000;
}

.small {
  font-size: 12px;
  line-height: 1.6;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.va_middle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

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

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

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

.mt60 {
  margin-top: 60px !important;
}

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

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

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

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

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

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

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

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

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

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

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

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

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

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

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

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

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

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

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

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

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

.center p {
  text-align: center;
}

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

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

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.pc_float_l {
  float: left;
}

.pc_float_r {
  float: right;
}

@media screen and (max-width:767px) {
  .pc_float_l,
  .pc_float_r {
    float: none;
  }
}

.bold {
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_large_text {
    font-size: 110%;
  }
  .pc_center {
    text-align: center;
  }
}

.small_text {
  font-size: 90%;
}

/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  position: relative;
  z-index: -1 !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* CUSTOMIZE */
.slick-slide {
    position: relative;
}
.slick-slide img {
    max-width: 100%;
    position: relative;
    z-index: 100;
}
.slick-arrow {
    position: absolute;
    z-index: 1100;
    width: calc(50% - 570px);
    height: 100%;
    border: none;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-indent: -9999px;
}
.slick-arrow:focus {
    outline: none;
}
.slick-prev {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1100;
}
.slick-prev::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
}
.slick-next {
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 1100;
}
.slick-next::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 13px);
  left: 15px;
}
.slick-dots {
  text-align: center;
  margin: 5px 0;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.slick-dots button {
  display: inline-block;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  padding: 0;
  background: #CCC;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
}
.slick-dots .slick-active button {
  background: #2C8DDF;
}
@media screen and (max-width:900px){
  .slick-arrow {
      position: absolute;
      z-index: 1100;
      width: calc(50% - 570px);
      height: 100%;
      border: none;
      background: rgba(0,0,0,0.2);
      text-align: center;
      color: #FFF;
      cursor: pointer;
      text-indent: -9999px;
  }
  .slick-arrow:focus {
      outline: none;
  }
  .slick-dots li:only-child {
    display: none;
  }
  .slick-prev {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1100;
  }
  .slick-prev::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
  }
  .slick-next {
      top: 0;
      left: auto;
      right: 0;
      position: absolute;
      z-index: 1100;
  }
  .slick-next::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 13px);
    left: 15px;
  }

}


/* =========================================================
INVIEW
========================================================= */
.inview {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: transform, -webkit-transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: .2s;
}
@media screen and (max-width: 767px) {
  .inview {
    transition-duration: 0.8s;
    transition-delay: .2s;
  }
}
.inview.delay01 {
  transition-delay: 0.2s;
}
.inview.delay02 {
  transition-delay: 0.4s;
}
.inview.delay03 {
  transition-delay: 0.6s;
}
.inview.delay04 {
  transition-delay: 0.8s;
}
.inview.delay05 {
  transition-delay: 1.0s;
}
@media screen and (max-width: 767px) {
  .inview.delay01,
  .inview.delay02,
  .inview.delay03,
  .inview.delay04,
  .inview.delay05,
  .inview.delay06 {
    transition-delay: 0.2s;
  }
}
.inview.inview_on {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}


/* ページネーション */
.wp-pagenavi {
  width: 100%;
  clear: both;
  margin: 30px auto 10px auto;
  padding: 0 0 50px 0;
  text-align:center;
  overflow: hidden;
  letter-spacing: -0.4em;
  position: relative;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  vertical-align: top;
  margin: 5px 10px;
  min-width: 36px;
  height: 42px;
  padding: 0 !important;
  text-decoration: none;
  border: none;
  border-bottom: #FFF 1px solid;
  background: none;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 0.08em;
  text-decoration: none;
  position: relative;
}
.wp-pagenavi .pages {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  text-align: center;
  margin: 20px auto 10px auto;
  font-size: 12px;
  color: #999;
}
.wp-pagenavi .extend,
.wp-pagenavi .last,
.wp-pagenavi .first {
  display: none;
}
@media screen and (min-width:768px){
  .wp-pagenavi a:hover {
    background: none;
    border-bottom: #2C8DDF 1px solid;
    color: #2C8DDF;
  }
}

.wp-pagenavi .current {
  background: none;
  color: #2C8DDF;
  border-bottom: #2C8DDF 1px solid;
}
@media screen and (max-width:767px){
  .wp-pagenavi {
    margin: 30px auto 10px auto;
    text-align:center;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 5px;
    min-width: 30px;
    height: 36px;
    padding: 2px 4px !important;
    font-size: 12px;
  }
}

.grecaptcha-badge {
    opacity: 0;
    visibility: hidden;
}

.recaptcha_policy {
    padding: 0 60px 0 0;
    margin: 10px 0 0 0;
    text-align: center;
    font-size: 11px !important;
    color: #444 !important;
}
.recaptcha_policy a {
    font-size: 11px !important;
    text-decoration: underline;
}

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