@charset "UTF-8";
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
setting
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/**/
/*#19150f*/
/*
$black:#222222;/*#19150f*/
/*$header_bg_color: $black;
$header_color:  $white;
$header_a_color: $white;
$header_border_color:$white;
$header_hover_bg_color:lighten($black, 5%);
$header_hover_a_color:$blue;
$header_list_border_color:lighten($black, 20%);
$header_logo_color:$white;
$header_search_form_color:$blue;//fix
$header_search_form_icon_color:$white;
$header_search_form_icon_border:$white;*/
/*$header_bg_color: $black;
$header_color: $gold;
$header_a_color:$gold;
$header_border_color:$gold;
$header_hover_bg_color:lighten($black, 10%);
$header_list_border_color:lighten($black, 20%);*/
/*メインの色設定*/
/*文中のテキストの色*/
/*文中のリンクの色設定*/
/*見出しの文字の大きさ*/
/*テキストの文字の大きさ*/
/*hタグの大きさ*/
/*===================================
clearfix
===================================*/
/*********************************
PC〜タブレット　サイズ
**********************************/
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*見出しの文字の大きさ*/
  /*テキストの文字の大きさ*/
  /*hタグの大きさ*/
}

/*@media*/
/*********************************
スマホ　サイズ
**********************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /*見出しの文字の大きさ*/
  /*テキストの文字の大きさ*/
  /*hタグの大きさ*/
  /*margin bottom*/
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
コンテナ　大枠
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*ヘッダー以下のコンテナ*/
/*****************************************************************
デバイス共通
******************************************************************/
/*////////////////////////////////////////////////////////////////
Bodyの隙間をなくする
*/
html {
  width: 100%;
  /* autoによる既定値 */
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: white;
  overflow-x: hidden;
}

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  max-width: 100%;
}

.main_cont main.post-main {
  padding-right: 30px;
}

.main_cont main.post-main .post-article {
  margin-bottom: 100px;
}

section.section_cont {
  margin-bottom: 100px;
}

/*////////////////////////////////////////////////////////////////
text alignなど中央寄せ
*/
.center_layout {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.cont_bottom_space_pri {
  margin-bottom: 100px;
}

.cont_bottom_space_sec {
  margin-bottom: 50px;
}

/*****************************************************************
PCサイズ
******************************************************************/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 960px) {
  .center_layout {
    margin: 0 auto;
    padding: 0;
  }
}

/*****************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 959.98px) {
  .all_cont {
    padding: 0 25px !important;
    /*画面の左右の余白*/
  }
  .main_cont main.post-main {
    padding-right: 0;
  }
  .main_cont main.post-main .post-article {
    margin-bottom: 100px;
  }
  .center_layout {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  section.section_cont {
    margin-bottom: 70px;
  }
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
固定ページ　投稿用　投稿記事内スタイル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/******************************************************************
デバイス共通
******************************************************************/
/*////////////////////////////////////////////////////////////////
カラムの余白
////////////////////////////////////////////////////////////////*/
.m_bottom_50 {
  margin-bottom: 50px;
}

.m_bottom_30 {
  margin-bottom: 30px;
}

/*////////////////////////////////////////////////////////////////
テキスト・見出し
////////////////////////////////////////////////////////////////*/
body {
  font-family: 'Noto Sans JP', メイリオ, ヒラギノ角ゴシック, Arial, sans-serif;
}

p {
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 1.5;
}

a {
  color: #00BCD4;
}

a:visited {
  color: #00BCD4;
}

a:hover {
  color: #00BCD4;
  text-decoration: underline;
}

a:active {
  color: #00BCD4;
}

h2.h2_pri {
  position: relative;
  display: block;
  margin: 0 0 50px 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #FFF;
  font-size: 28px;
  background: #222222;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

h2.h2_pri:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #222222;
}

h3.h3_pri {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
  padding: 1em 10px;
  border-top: 6px double #222222;
  border-bottom: 6px double #222222;
  text-align: center;
}

h4.h4_pri {
  color: #222222;
  padding-bottom: 0.3em;
  padding-left: 10px;
  font-size: 24px;
  margin-bottom: 50px;
  font-weight: 500;
  border-bottom: 3px solid #222222;
  text-align: center;
}

/*////////////////////////////////////////////////////////////////
画像
////////////////////////////////////////////////////////////////*/
img {
  max-width: 100%;
  height: auto;
}

blockquote {
  position: relative;
  padding: 15px 15px 10px 55px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #6f6f6f;
  background-color: #eeeeee;
  font-size: 16px;
  line-height: 1.5;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 8px;
  width: 38px;
  height: 30px;
  text-align: center;
  content: "\f10d";
  font-family: FontAwesome;
  color: #FFF;
  font-size: 16px;
  line-height: 1.5em;
  background: #3c3c3c;
  font-weight: 900;
}

blockquote:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 30px;
  height: 0;
  width: 0;
  border-left: 19px solid #3c3c3c;
  border-right: 19px solid #3c3c3c;
  border-bottom: 10px solid transparent;
}

blockquote cite {
  margin-top: 15px;
  display: block;
  text-align: right;
  font-style: normal;
  color: #a2a2a2;
  font-size: 12px;
}

blockquote cite a {
  color: #555555;
}

blockquote cite a:visited {
  color: #555555;
}

blockquote cite a:hover {
  color: #a2a2a2;
}

/*////////////////////////////////////////////////////////////////
改行
////////////////////////////////////////////////////////////////*/
span.sp_newline {
  display: inline;
}

/*////////////////////////////////////////////////////////////////
リスト
////////////////////////////////////////////////////////////////*/
/*----リスト　タイプ　１　-----------------------------------*/
ul.list_type_01 {
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 50px;
}

ul.list_type_01 li {
  line-height: 2em;
  font-family: "icomoon";
  list-style-type: none !important;
}

ul.list_type_01 li:before {
  /*リストのアイコン*/
  content: "\eae9";
  font-weight: 900;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: #00BCD4;
  /*アイコン色*/
}

/*----リスト　タイプ　2　-----------------------------------*/
ul.list_type_02 {
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 50px;
}

ul.list_type_02 li {
  line-height: 2em;
  list-style-type: none !important;
}

ul.list_type_02 li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: #00BCD4;
  /*アイコン色*/
}

/*----リスト　タイプ　３　-----------------------------------*/
ul.list_type_03 {
  position: relative;
  padding-left: 2.3em;
  margin-bottom: 50px;
}

ul.list_type_03 li {
  line-height: 2em;
  list-style-type: none !important;
}

ul.list_type_03 li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 free";
  content: "\f058";
  font-weight: 900;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: #00BCD4;
  /*アイコン色*/
}

/*----リスト　タイプ　4　-----------------------------------*/
ul.list_type_04 {
  border: solid 2px #00BCD4;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
  margin-top: 5em;
  margin-bottom: calc(50px + 10px);
}

ul.list_type_04 li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
}

ul.list_type_04 li:before {
  /*リストのアイコン*/
  font-family: "Font Awesome 5 free";
  content: "\f00c";
  font-weight: 900;
  position: absolute;
  left: 1em;
  /*左端からのアイコンまでの距離*/
  color: #00BCD4;
  /*アイコン色*/
}

ul.list_type_04 li:after {
  /*タブ*/
  background: #00BCD4;
  color: #fff;
  font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
  position: absolute;
  left: -2px;
  bottom: 100%;
  padding: 1px 7px;
  content: '\f0a7  Check';
  /*アイコンコード＋文字*/
  letter-spacing: 0.05em;
  /*字間*/
}

/*////////////////////////////////////////////////////////////////
テーブル
////////////////////////////////////////////////////////////////*/
/*----テーブル　タイプ　１　-----------------------------------*/
dl.dl_table_pri {
  border-bottom: 1px solid #222222;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

dl.dl_table_pri dt {
  padding: 20px 20px;
  background-color: #3c3c3c;
  color: #FFF;
  border-top: 1px solid #222222;
  border-left: 1px solid #222222;
  border-bottom: none;
  border-right: 1px solid #222222;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.5;
}

dl.dl_table_pri dd {
  padding: 20px 20px;
  border: 1px solid #222222;
  border-top: 1px solid #222222;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #222222;
  line-height: 1.5;
}

dl.dl_table_pri dd p {
  line-height: 1.5;
  padding-bottom: 0.5em;
}

/*////////////////////////////////////////////////////////////////
ボタン/
////////////////////////////////////////////////////////////////*/
/*----ボタン　１　-----------------------------------*/
button.btn_type_1 {
  border: none;
  margin: 10px auto 100px auto;
  padding: 0;
  background: 0;
  color: #FFF;
  display: block;
}

button.btn_type_1 .btn01 {
  position: relative;
  padding: 16px 40px;
  background: #00BCD4;
  border-bottom: solid 4px #00626e;
  border-radius: 8px;
  color: #FFF;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2em;
  -webkit-transition: .100s;
  transition: .100s;
}

button.btn_type_1 .btn01:hover {
  border-bottom: none;
  top: 4px;
  color: #FFF;
}

button.btn_type_1 .btn01:visited {
  color: #FFF;
}

/*----ボタン　2　-----------------------------------*/
button.btn_type_2 {
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

button.btn_type_2 a {
  color: #FFF;
}

.btn-open {
  display: inline-block;
  width: 180px;
  height: 50px;
  text-align: center;
  background-color: #222222;
  font-size: 18px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  border: 1px solid #222222;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-open:after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #FFF;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transition: .2s;
  transition: .2s;
  z-index: -1;
}

.btn-open:hover {
  color: #222222;
  text-decoration: none;
}

.btn-open:hover:after {
  height: 240%;
  opacity: 1;
}

.btn-open:active:after {
  height: 340%;
  opacity: 1;
}

/*----ボタン　2　-----------------------------------*/
button.btn_type_3 {
  display: block;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

button.btn_type_3 a {
  border: 1px solid #222222;
  color: #222222;
  text-decoration: none;
  display: inline-block;
  margin: 0;
  padding: 15px 70px;
}

button.btn_type_3 a:hover {
  background-color: #222222;
  color: #FFF;
  -webkit-transition: .2s;
  transition: .2s;
}

/******************************************************************
PCサイズ
******************************************************************/
/*Medium devices (tablets, 768px and up)*/
/*@media*/
/******************************************************************
PC〜タブレット　サイズ
******************************************************************/
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*テーブル*/
  dl.dl_table_pri {
    border-left: 1px solid #222222;
  }
  dl.dl_table_pri dt {
    border-top: 1px solid #222222;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #222222;
  }
  dl.dl_table_pri dd {
    border: 1px solid #222222;
    border-top: 1px solid #222222;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #222222;
  }
}

/*@media*/
/******************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  span.sp_newline {
    display: block;
  }
  /*テーブル*/
  dl.dl_table_pri {
    border-left: 1px solid #222222;
  }
  dl.dl_table_pri dt {
    border-top: 1px solid #222222;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #222222;
  }
  dl.dl_table_pri dd {
    border: 1px solid #222222;
    border-top: 1px solid #222222;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #222222;
  }
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ブログページ　投稿用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
シングルページ　レイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*////////////////////////////////////////////////////////////////
投稿記事の見出し
////////////////////////////////////////////////////////////////*/
h1.single_post_page_h1 {
  font-size: 2.4em;
  margin-bottom: 20px;
}

h1.single_post_page_h1:first-letter {
  font-size: 200%;
  color: #00BCD4;
}

header.single_header_media {
  margin-bottom: 50px;
}

header.single_header_media img {
  width: 100%;
  height: auto;
}

p.post_cat_badge {
  font-size: 0.8em;
  line-height: 1.5em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  color: #FFF;
  font-weight: normal !important;
}

/*----カテゴリーバッチ----------------------------------*/
div.single_page_category ul.post-categories {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

div.single_page_category ul.post-categories::after {
  /*cf*/
  content: "";
  display: block;
  clear: both;
}

div.single_page_category ul.post-categories li {
  background-color: #00BCD4;
  color: #FFF;
  padding: 3px 8px !important;
  font-size: 1em;
  float: left;
  margin: 0 5px 5px 0;
  list-style-type: none !important;
  border-radius: 2px;
  border: solid 1px #00BCD4;
  vertical-align: middle;
}

div.single_page_category ul.post-categories li:hover {
  background-color: #FFF;
  border: solid 1px #00BCD4;
}

div.single_page_category ul.post-categories li a {
  color: #FFF;
  text-decoration: none;
  list-style-type: none !important;
}

div.single_page_category ul.post-categories li a:hover {
  color: #00BCD4;
}

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

p.single_cat span.single_cat_badge {
  background-color: #00BCD4;
  color: #FFF;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 1em;
  float: left;
  display: block;
}

/*----投稿日----------------------------------*/
p.single_time i {
  padding-right: 10px;
}

div.post_info p time {
  display: block;
  margin-bottom: 10px;
}

/*----タグバッチ----------------------------------*/
p.single_tag::after {
  content: "";
  display: block;
  clear: both;
}

p.single_tag span.single_tag_badge {
  background-color: #FFF;
  color: #FFF;
  font-size: 0.9em;
  padding: 1px 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  float: left;
  display: block;
  border: solid 1px #00BCD4;
  border-radius: 3px;
}

p.single_tag span.single_tag_icon {
  float: left;
  display: block;
  margin-right: 5px;
  color: #00BCD4;
}

/*----タイトルの下の線---------------------------------*/
.post_info {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 30px;
}

.post_info:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #222222, #222222 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #222222, #222222 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/******************************************************************
スマホ
******************************************************************/
/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 959.98px) {
  h1.single_post_page_h1 {
    font-size: 1.5em;
  }
  div.single_page_category ul.post-categories {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
  }
  div.single_page_category ul.post-categories li {
    font-size: 0.8em;
    margin: 0 5px 5px 0;
  }
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ヘッダー　ナビゲーション周り　レイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/******************************************************************
デバイス共通
******************************************************************/
/*////////////////////////////////////////////////////////////////
ヘッダー 
*/
div.header.top_page_header {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}

.header_img img {
  width: 100%;
}

/*////////////////////////////////////////////////////////////////
ナビゲーション周りの囲い 
*/
.header_nav_wrap {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 399;
  /**/
  background-color: #FFF;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}

/*////////////////////////////////////////////////////////////////
ロゴ
*/
div.logo_cont {
  position: relative;
  /*margin-bottom: 0;/*bootstrapの仕様解除*/
}

div.logo_cont .header_logo {
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  color: #222222;
}

div.logo_cont .header_logo a {
  color: #222222 !important;
}

div.logo_cont .header_logo a:hover {
  text-decoration: none;
}

div.logo_cont .header_logo span.icon-Connest_logo {
  padding-right: 10px;
  color: #222222 !important;
}

/*////////////////////////////////////////////////////////////////
ナビゲーション共通設定
*/
ul#menu-grobal-navigation li ul.sub-menu {
  padding-left: 0;
  /*子要素のインデント解除*/
}

nav.global_navi {
  color: #222222;
}

nav.global_navi a {
  color: #222222;
  text-decoration: none !important;
}

nav.global_navi a:hover {
  color: #222222;
  text-decoration: none !important;
  background-color: #fafafa;
}

/*----リストルタイルの解除--------------------*/
nav.global_navi ul li {
  list-style-type: none;
}

/*////////////////////////////////////////////////////////////////
リストの中につくった検索窓
*/
.g_nav_search {
  width: 130px;
  margin: 3px 0 0 0;
  font-size: 0.9em;
}

.g_nav_search a {
  display: block;
  background-color: #222222;
  position: relative;
  width: 100%;
  color: #FFF !important;
  padding-left: 25px !important;
  padding-right: 0px;
  margin-left: 30px;
  border-radius: 30px;
  line-height: 1;
}

.g_nav_search a:before {
  /*リストのアイコン*/
  position: absolute;
  top: 13px;
  left: 22px;
  font-family: "Font Awesome 5 free";
  content: "\f002";
  font-weight: 900;
  color: #FFF;
  /*アイコン色*/
}

.g_nav_search a:hover {
  background-color: #555555 !important;
  text-decoration: none !important;
}

/*-----メニューの下に日本語----------*/
.g_nav_home > a {
  font-size: 8px;
}

.g_nav_home > a:before {
  content: "HOME";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

.g_nav_about > a {
  font-size: 8px;
}

.g_nav_about > a:before {
  content: "ABOUT ME";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

.g_nav_service > a {
  font-size: 8px;
}

.g_nav_service > a:before {
  content: "SERVICE";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

.g_nav_info > a {
  font-size: 8px;
}

.g_nav_info > a:before {
  content: "INFO";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

.g_nav_blog > a {
  font-size: 8px;
}

.g_nav_blog > a:before {
  content: "BLOG";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

.g_nav_voice > a {
  font-size: 8px;
}

.g_nav_voice > a:before {
  content: "VOICE";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

.g_nav_contact > a {
  font-size: 8px;
}

.g_nav_contact > a:before {
  content: "CONTACT";
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 3px;
}

/******************************************************************
 PCサイズ
******************************************************************/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 960px) {
  /*////////////////////////////////////////////////////////////////
  ロゴ 
  ////////////////////////////////////////////////////////////////*/
  .header_logo {
    /*h1とｐ*/
    top: 15px;
    left: 50px;
  }
  span.header_logo_text {
    vertical-align: middle;
    font-weight: 700 !important;
    font-size: 18px;
  }
  span.icon-Connest_logo {
    vertical-align: middle;
    font-size: 40px;
  }
  /*////////////////////////////////////////////////////////////////
  ナビゲーション
  ////////////////////////////////////////////////////////////////*/
  /*----- ナビゲーションの囲い* -----------------*/
  div.g_nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 220px;
    /*250*/
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
  }
  nav.global_navi {
    width: 100%;
  }
  nav.global_navi ul#menu-grobal-navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    /*bootstrapの仕様を解除*/
    padding-left: 0px;
    /*bootstrapの仕様の解除は0指定*/
    font-size: 1em;
  }
  /*-----ナビゲーション----------------*/
  ul#menu-grobal-navigation li {
    position: relative;
    text-align: center;
  }
  ul#menu-grobal-navigation li:last-child {
    border-right: none;
  }
  ul#menu-grobal-navigation li a {
    display: block;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 10px;
    padding-right: 10px;
  }
  ul#menu-grobal-navigation li a:hover {
    color: #00BCD4;
    -webkit-transition: all .2s;
    transition: all .2s;
  }
  ul#menu-grobal-navigation li ul.sub-menu {
    position: absolute;
    display: none;
    width: 200px;
    padding-left: 0;
    /*子要素のインデント解除*/
    background-color: #FFF;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.2);
    opacity: 0.98;
  }
  ul#menu-grobal-navigation li ul.sub-menu li {
    text-align: left;
    border-bottom: 1px dotted #f2f2f2;
  }
  ul#menu-grobal-navigation li ul.sub-menu li li:last-child {
    border-bottom: none;
  }
  ul#menu-grobal-navigation li ul.sub-menu li a {
    padding-right: 0px;
    font-size: 14px;
  }
  ul#menu-grobal-navigation li:hover > ul {
    display: block;
    z-index: 999;
    margin-top: -2px;
  }
  /*////////////////////////////////////////////////////////////////
  ナビゲーション直下のコンテンツの囲い
  ////////////////////////////////////////////////////////////////*/
  .header_cont_wrap {
    margin: 70px 0 0 0 !important;
    /*navの間を消す*/
    padding: 0;
    width: 100%;
  }
}

/*@media*/
/******************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 959.99px) {
  /*////////////////////////////////////////////////////////////////
  ナビゲーション　囲い
  ////////////////////////////////////////////////////////////////*/
  div.header_wrap {
    margin-bottom: 50px;
    width: 100%;
  }
  div.g_nav_wrap {
    margin: 0;
    display: block;
    padding: 0px;
    position: fixed;
  }
  div.g_nav_wrap nav.global_navi {
    width: 100%;
    margin: 30px 0 0 0;
    /*top 100px*/
    padding-left: 40px;
    padding-bottom: 50px;
  }
  div.g_nav_wrap nav.global_navi ul#menu-grobal-navigation {
    width: 90%;
    display: block;
    margin-left: auto;
    /*auto*/
    margin-right: auto;
    margin-bottom: 50px;
    /*bootstrapの仕様を解除*/
    padding-left: 0px;
    /*bootstrapの仕様の解除は0指定*/
    font-size: 1em;
  }
  /*////////////////////////////////////////////////////////////////
  ロゴ
  ////////////////////////////////////////////////////////////////*/
  .header_logo {
    top: 8px !important;
    /*8*/
    left: 60px;
  }
  span.header_logo_text {
    font-size: 18px;
    /*80％*/
    vertical-align: middle;
    font-weight: 700 !important;
  }
  span.icon-Connest_logo {
    font-size: 28px;
    /*120％*/
    vertical-align: middle;
  }
  /*////////////////////////////////////////////////////////////////
   ナビゲーション
  ////////////////////////////////////////////////////////////////*/
  ul#menu-grobal-navigation li a {
    border-bottom: 1px #f2f2f2;
    display: block;
    padding-top: 8px;
    /*0.8em*/
    padding-bottom: 8px;
    /*0.8em*/
    padding-left: 10px;
    /*0.8em*/
  }
  ul#menu-grobal-navigation li a:hover {
    color: #00BCD4;
  }
  ul#menu-grobal-navigation li a:last-child ul:last-child li:last-child a {
    border-bottom: none;
  }
  /*下層menuの文字の大きさ*/
  ul#menu-grobal-navigation li ul li {
    font-size: 14px;
    padding-left: 10px;
  }
  /*下層menuのリストにアイコン*/
  ul#menu-grobal-navigation li ul li a:before {
    font-family: "Font Awesome 5 free";
    content: "\f105";
    font-weight: 900;
    font-size: 10px;
    margin-right: 6px;
  }
  /*-----リストの中につくった検索ページに移動ボタン スマホ----------*/
  .g_nav_search {
    width: 130px;
    margin: 20px 0 50px 0;
  }
  .g_nav_search a {
    display: block;
    background-color: #222222;
    position: relative;
    width: 100%;
    color: #FFF !important;
    padding-left: 40px !important;
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 10px;
    border-radius: 30px;
    line-height: 1;
  }
  .g_nav_search a:before {
    /*リストのアイコン*/
    position: absolute;
    top: 8px;
    left: 20px;
    font-family: "Font Awesome 5 free";
    content: "\f002";
    font-weight: 900;
    color: #FFF;
    /*アイコン色*/
  }
  .g_nav_search a:hover {
    background-color: #555555 !important;
  }
  /*-----ナビゲーション開閉--------------------*/
  div.header_nav_wrap {
    position: fixed;
    left: 0;
    top: 30;
    width: 100%;
    height: 45px;
    font: 1em sans-serif;
    background-color: #FFF;
    /*box-shadow: 0 2px 6px rgba(0,0,0,.16);*/
    z-index: 400;
  }
  /*-----ナビゲーション表示時の背景--------------------*/
  div.g_nav_wrap {
    position: fixed;
    left: -85%;
    /* −85％ or -320px */
    top: 0;
    width: 85%;
    /* 85% or 300px*/
    height: 100vh;
    background-color: #FFF;
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto;
    /*スクロールさせる */
  }
  div.hamburger {
    position: absolute;
    left: 10px;
    /*0px*/
    /*left 15px*/
    top: 0px;
    width: 40px;
    /*40px */
    height: 40px;
    /*40px */
    cursor: pointer;
    z-index: 300;
    background-color: #FFF;
    padding: 20px;
  }
  span.hamburger_line {
    position: absolute;
    left: 11px;
    width: 22px;
    /*18px*/
    height: 2px;
    /*1px*/
    background-color: #222222;
    -webkit-transition: all .6s;
    transition: all .6s;
  }
  span.hamburger_line_top {
    top: 14px;
    /*14px*/
  }
  span.hamburger_line_middle {
    top: 22px;
    /*20px*/
  }
  span.hamburger_line_bottom {
    top: 30px;
    /*26px*/
  }
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #222222;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s;
    transition: all .6s;
    cursor: pointer;
  }
  /*-----表示された時用のCSS--------------------*/
  .nav-open .g_nav_wrap {
    left: 0;
    /*right*/
  }
  .nav-open .black-bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_line_top {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 20px;
    /*20px*/
    width: 27px;
    /*18px*/
  }
  .nav-open .hamburger_line_middle {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_line_bottom {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 20px;
    /*20*/
    width: 27px;
    /*18px*/
  }
  /*-----メニューの下に日本語 スマホ----------*/
  .g_nav_home > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_home > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f015  HOME /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0px;
  }
  .g_nav_about > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_about > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f2bd  ABOUT ME /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
  }
  .g_nav_service > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_service > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f108  SERVICE /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0px;
  }
  .g_nav_info > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_info > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f05a  INFO /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0px;
  }
  .g_nav_blog > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_blog > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f5ad  BLOG /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
  }
  .g_nav_voice > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_voice > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f3c9  VOICE /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0px;
  }
  .g_nav_contact > a {
    font-size: 14px;
    color: #00BCD4 !important;
  }
  .g_nav_contact > a:before {
    font-family: "Font Awesome 5 free";
    content: "\f1d8  CONTACT /";
    padding-right: 5px;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    padding-bottom: 0px;
  }
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ヘッダー内の画像・INFO・パンくずリスト　レイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*****************************************************************
デバイス共通
******************************************************************/
/*////////////////////////////////////////////////////////////////
ヘッダー画像
*/
.header_cont_wrap .header_img {
  width: 100%;
}

/*////////////////////////////////////////////////////////////////
ヘッダータイトル画像
*/
/*----　About　-------------------------*/
.about_title_bg {
  width: 100%;
  height: auto;
  background-image: url(../../img/pattern/bg_pattern_01.svg);
  background-repeat: repeat;
  background-size: 65px;
}

/*----　Sarvice　-------------------------*/
.sarvice_title_bg {
  width: 100%;
  height: auto;
  background-image: url(../../img/pattern/bg_pattern_03.svg);
  background-repeat: repeat;
  background-size: 60px;
}

/*----　Event & Seminar　-------------------------*/
.event-seminar_title_bg {
  width: 100%;
  height: auto;
  background-image: url(../../img/pattern/bg_pattern_02.svg);
  background-repeat: repeat;
  background-size: 60px;
}

/*----　Blog　-------------------------*/
.blog_title_bg {
  width: 100%;
  height: auto;
  background-image: url(../../img/pattern/bg_pattern_04.svg);
  background-repeat: repeat;
  background-size: 200px;
}

/*----　Contact　-------------------------*/
.contact_title_bg {
  width: 100%;
  height: auto;
  background-image: url(../../img/pattern/bg_pattern_05.svg);
  background-repeat: repeat;
  background-size: 200px;
}

/*////////////////　共通事項　///////////////////////////////*/
.header_title_img {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.header_title_img p {
  margin: 0 auto;
  text-align: center;
  color: #FFF;
}

.header_title_img p span.header_title_eng {
  display: block;
  text-align: center;
  font-size: 3em;
  font-weight: 400;
  color: #FFF;
  line-height: 1.3;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.05em;
}

.header_title_img p span.header_title_jpn {
  font-size: 1em !important;
  color: #FFF;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  text-align: center;
  display: block;
  font-family: 'Noto Sans JP', sans-serif,'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !important;
}

/*////////////////////////////////////////////////////////////////
Sticky（stickyの独自CSSあり）
*/
.header_info_cont {
  padding: 30px 50px 15px 50px;
  background-image: url(../../img/slick/carousel_bg.jpg);
}

.header_info_cont ul.header_info {
  width: 94%;
  margin: 0 auto;
  padding: 0 10px;
}

.header_info_cont ul.header_info li {
  padding: 5px 0px 20px 0px !important;
  margin-bottom: 20px;
}

.header_info_cont ul.header_info li img {
  -webkit-box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 7px 14px 0 rgba(0, 0, 0, 0.5);
}

.header_info_box {
  padding-right: 100px;
  padding-left: 100px;
}

/*////////////////////////////////////////////////////////////////
パンくずリスト
*/
.breadcrumb {
  background: none;
  margin: 30px auto 50px auto;
  font-size: 14px;
}

.breadcrumb a {
  text-decoration: none;
  color: black;
}

.breadcrumb a:hover {
  color: #00BCD4;
}

/******************************************************************
  PCサイズ
******************************************************************/
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  /*ナビゲーション直下のコンテンツ囲い*/
  .header_cont_wrap {
    margin: 70px 0 0 0 !important;
    /*navの間を消す*/
    padding: 0;
    width: 100%;
  }
  .header_cont_wrap .bread_crumb {
    margin-top: 50px;
  }
}

/*@media*/
/******************************************************************
PC〜タブレット　サイズ
******************************************************************/
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  /*ナビゲーション直下のコンテンツ囲い*/
  .header_cont_wrap {
    margin: 40px 0 0 0 !important;
    /*navの間を消す*/
    padding: 0;
    width: 100%;
  }
  .header_cont_wrap .bread_crumb {
    margin-top: 30px;
  }
  /*header_カルーセル*/
  .header_info_box {
    padding-right: 50px;
    padding-left: 50px;
  }
}

/*@media*/
/******************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /*ナビゲーション直下のコンテンツ囲い*/
  .header_cont_wrap {
    margin: 40px 0 0 0 !important;
    /*navの間を消す*/
    padding: 0;
    width: 100%;
  }
  .header_cont_wrap .bread_crumb {
    margin-top: 10px;
  }
  /*header_カルーセル*/
  .header_info_cont {
    width: 100%;
  }
  .header_info_cont ul.header_info {
    width: 98%;
  }
  .header_info_box {
    padding-right: 0px;
    padding-left: 0px;
  }
  /*ヘッダータイトル*/
  .header_title_img {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .header_title_img p {
    margin: 0 auto;
  }
  .header_title_img p span.header_title_eng {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3;
  }
  .header_title_img p span.header_title_jpn {
    font-size: 0.8em !important;
    color: #FFF;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
  }
  /*パンくず*/
  .breadcrumb {
    margin: 10px auto 30px auto;
  }
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
パーツ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページトップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/******************************************************************
デバイス共通
******************************************************************/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 200%;
  z-index: 999;
}

#page-top a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #00BCD4;
  text-align: center;
  line-height: 60px;
  color: #FFF;
  text-decoration: none;
}

#page-top a:hover {
  background-color: #555555;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
検索窓
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.search_form {
  margin-bottom: 50px;
}

.search_field {
  font-size: 14px;
  width: 80%;
  margin-top: 10px;
  margin-right: 3px;
  margin-left: 10px;
  padding: 7px 5px;
  border: 1px solid black;
  border-radius: 2px;
}

.search_submit {
  font-family: "Font Awesome 5 free";
  font-size: 1.5em;
  padding: 10px 0 0 0 !important;
  cursor: pointer;
  color: black;
  border: none;
  background: transparent;
  display: inline-block;
}

.searchsubmit:hover {
  opacity: .6;
}

/******************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
目次
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*//////Table of Contents Plus カスタマイズ////////////////////////////////////*/
#toc_container {
  width: 80%;
  display: block !important;
  background: #fbfbfb;
  border: 1px solid #222222;
  margin-top: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 30px 30px;
}

#toc_container .toc_title {
  text-align: center;
  font-weight: 500 !important;
  padding: 0.4em 0;
  font-size: 1.4em !important;
}

#toc_container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#toc_container ul li {
  margin: 20px 0;
  padding: 0;
  text-indent: 0;
}

#toc_container ul a {
  display: block;
  text-decoration: none;
  color: #222222;
  border-bottom: 1px dotted #222222;
  font-size: 100%;
  padding-bottom: 3px;
}

#toc_container ul a:hover {
  color: #00BCD4;
}

#toc_container ul ul {
  margin-left: 10px;
  padding: 0;
}

#toc_container li {
  margin-bottom: 0.8em;
  padding-bottom: 0.2em;
}

/*スマホ対応*/
@media screen and (max-width: 413px) {
  #toc_container ul a {
    font-size: 80%;
  }
  #toc_container .toc_list > li > a {
    font-size: 95%;
  }
  #toc_container {
    padding: 1em 1em;
  }
}

@media screen and (min-width: 414px) and (max-width: 500px) {
  #toc_container ul a {
    font-size: 80%;
  }
  #toc_container .toc_list > li > a {
    font-size: 95%;
  }
  #toc_container {
    padding: 1em 1em;
  }
}

/******************************************************************
スマホ・タブレット　サイズ
******************************************************************/
@media (max-width: 767.98px) {
  #toc_container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ページネーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.nav-links {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-links .page-numbers {
  margin-right: 10px;
  padding: 10px;
  color: #222222;
  border: 1px solid #222222;
  background: #FFF;
  height: 40px !important;
  width: 40px !important;
  text-align: center;
  text-decoration: none;
}

.nav-links .current {
  background: #222222;
  color: #FFF;
}

.nav-links .prev {
  color: #222222;
  background: #FFF;
}

.nav-links .next {
  color: #222222;
  background: #FFF;
}

.nav-links .dots {
  width: 20px !important;
  border: none;
  background: none;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.nav-links a span.page-numbers {
  display: block;
}

/******************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .nav-links {
    margin-top: 50px;
  }
  .nav-links .page-numbers {
    margin-right: 5px;
    padding: 0px;
    height: 25px;
    width: 25px;
    line-height: 35px;
    vertical-align: middle !important;
    font-size: 14px;
  }
}

/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
画像のデコレーション
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/******************************************************************
デバイス共通
******************************************************************/
/*////////////////////////////////////////////////////////////////
ドット背景
////////////////////////////////////////////////////////////////*/
.dot_bg_img_cont {
  width: 80%;
  height: auto;
  margin: 0 auto 20px auto;
}

.dot_bg_img_cont .dot_bg_img_R {
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: radial-gradient(#00BCD4 14%, transparent 35%), radial-gradient(#00BCD4 14%, transparent 35%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  margin: 0 auto;
}

.dot_bg_img_cont .dot_bg_img_R img {
  width: 100%;
  display: block;
  z-index: 2;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px 0 #c8c8c8;
          box-shadow: 0 3px 6px 0 #c8c8c8;
}

.dot_bg_img_cont .dot_bg_img_L {
  width: 100%;
  height: 100%;
  margin: 0 auto 20px auto;
  background-color: #fff;
  background-image: radial-gradient(#222222 14%, transparent 35%), radial-gradient(#222222 14%, transparent 35%);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  margin: 0 auto;
}

.dot_bg_img_cont .dot_bg_img_L img {
  display: block;
  z-index: 2;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  background-color: white;
  padding: 10px;
  -webkit-box-shadow: 0 3px 6px 0 #c8c8c8;
          box-shadow: 0 3px 6px 0 #c8c8c8;
}

/*////////////////////////////////////////////////////////////////
写真をhover時大きく
////////////////////////////////////////////////////////////////*/
.relative {
  position: relative !important;
}

img.img_zoom {
  max-width: 100%;
  /*画像の幅*/
  height: auto;
  /*画像の高さ*/
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  /*変化の時間*/
  display: block;
}

img.img_zoom:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  /*画像の拡大*/
  cursor: pointer;
  /*カーソルをポインターにする*/
}

div.img_zoom_box {
  max-width: 100%;
  /*ボックスの幅*/
  height: auto;
  /*ボックスの高さ*/
  overflow: hidden;
  /*画像拡大時にはみ出た部分を隠す*/
}

/******************************************************************
スマホサイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /*////////////////////////////////////////////////////////////////
  ドット背景
  ////////////////////////////////////////////////////////////////*/
  .dot_bg_img_cont .dot_bg_img_R img {
    padding: 5px;
  }
  .dot_bg_img_cont .dot_bg_img_L img {
    padding: 5px;
  }
}

/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
チャットボックス　投稿用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*////////////////////////////////////////////////////////////////
チャット風レイアウト
*/
/*****************************************************************
デバイス共通
*****************************************************************/
.chat_cont {
  width: 90%;
  margin: 0 auto 100px auto;
}

/*画像左側のチャット*/
.chat-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.chat-face {
  float: left;
  margin-right: -160px;
  /*-120px*/
}

.chat-face img {
  width: 120px;
  /*90px*/
  height: 120px;
  /*90px*/
  border-radius: 60px;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}

.chat-area {
  width: 100%;
  float: right;
}

.chat-hukidashi {
  display: inline-block;
  padding: 15px 20px;
  margin-left: 160px;
  /*120px*/
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  background-color: #e6e6e6;
  font-size: 16px;
  /*PC*/
  line-height: 1.5;
}

.chat-hukidashi p {
  margin-bottom: 0px;
}

.chat-hukidashi:after {
  content: "";
  position: absolute;
  top: 35px;
  left: -10px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e6e6e6 transparent transparent;
}

/*画像右側のチャット*/
.chat-box2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}

.chat-face2 {
  float: right;
  margin-left: -160px;
  /*-120px*/
}

.chat-face2 img {
  width: 120px;
  /*90px*/
  height: 120px;
  /*90px*/
  border-radius: 60px;
  -webkit-box-shadow: 0 0 4px #ccc;
          box-shadow: 0 0 4px #ccc;
}

.chat-area2 {
  width: 100%;
  float: left;
}

.chat-hukidashi2 {
  display: inline-block;
  padding: 15px 20px;
  margin-right: 160px;
  /*120px*/
  margin-top: 8px;
  border-radius: 10px;
  position: relative;
  background-color: #222222;
  float: right;
  color: #FFF;
  font-size: 16px;
  /*PC*/
}

.chat-hukidashi2 p {
  margin-bottom: 0px;
}

.chat-hukidashi2:after {
  content: "";
  position: absolute;
  top: 30px;
  right: -20px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: transparent transparent transparent #222222;
}

/*****************************************************************
  PCサイズ
******************************************************************/
/*Medium devices (tablets, 768px and up)*/
/*@media*/
/*****************************************************************
PC〜タブレット　サイズ
******************************************************************/
/* Medium devices (tablets, 768px and up)*/
/*@media*/
/*****************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 440px) {
  .chat_cont {
    width: 100%;
  }
  /*画像左側のチャット*/
  .chat-face {
    float: left;
    margin-right: -80px;
  }
  .chat-face img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .chat-hukidashi {
    display: inline-block;
    padding: 10px 10px;
    margin-left: 80px;
    margin-top: 0px;
    border-radius: 10px;
    position: relative;
    font-size: 16px;
  }
  /*画像右側のチャット*/
  .chat-face2 {
    float: right;
    margin-left: -80px;
  }
  .chat-face2 img {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .chat-hukidashi2 {
    display: inline-block;
    padding: 10px 10px;
    margin-right: 80px;
    margin-top: 0px;
    border-radius: 10px;
    position: relative;
    float: right;
    font-size: 16px;
  }
}

/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カード　投稿用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*////////////////////////////////////////////////////////////////
画像・リンク付き
*/
.card {
  margin: 0px auto 30px auto;
  width: 100%;
  background: 　 #FFF;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 5px 0 #c8c8c8;
          box-shadow: 0 2px 5px 0 #c8c8c8;
}

.card-img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.card-content {
  padding: 0px 20px 10px 20px;
}

.card-title {
  font-size: 18px;
  line-height: 1.2;
  margin: 20px 0;
  text-align: center;
  color: #222222;
  font-weight: bold;
}

.card-title a {
  color: #00BCD4;
}

.card-title a:hover {
  text-decoration: underline;
}

.card-text {
  color: #222222;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}

.card-link a {
  text-decoration: none;
  color: #00BCD4;
  margin: 0 10px;
}

.card-link a:hover {
  color: #00BCD4;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ステップ投稿
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/******************************************************************
デバイス共通
******************************************************************/
dl.step_box {
  position: relative;
  display: block;
  margin: 1.5em auto;
  padding: 20px;
  min-width: 120px;
  max-width: 80%;
  color: #222222;
  background: #FFF;
  border: solid 2px #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  /*dt*/
}

dl.step_box:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

dl.step_box:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #222222;
  z-index: 1;
}

dl.step_box dt {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #222222;
  margin-bottom: 30px;
  padding: 10px 20px 20px 20px;
}

dl.step_box dt span.step_title_1st {
  color: #222222;
}

dl.step_box dt span.step_title_1st span.circle {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  border-radius: 50%;
  background-color: #222222;
  color: #FFF;
  background-color: #00BCD4;
  margin-left: 10px;
  padding-top: 0px;
}

dl.step_box dt span.step_title_2nd {
  display: inline-block;
  margin-left: 30px;
}

dl.step_box dd {
  font-weight: normal;
  font-size: 16px;
}

dl.step_box dd .step_text_box {
  margin-bottom: 20px;
}

dl.step_box_last {
  margin-bottom: 100px;
}

/******************************************************************
スマホサイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  dl.step_box {
    max-width: 100%;
  }
  dl.step_box dt {
    font-size: 1.5em;
  }
  dl.step_box dt span.step_title_1st {
    display: block;
    text-align: center;
    font-size: 1em;
    margin-bottom: 5px;
  }
  dl.step_box dt span.step_title_2nd {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
固定ページ系　共通レイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/******************************************************************
デバイス共通
******************************************************************/
.header_img {
  margin: 0 !important;
  padding: 0 !important;
}

/*

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
固定ページの独自CSS
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トップページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/******************************************************************
デバイス共通
******************************************************************/
h2.top_h2_pri {
  font-size: 48px;
  text-align: center;
  margin-bottom: 100px;
}

h2.top_h2_sec {
  font-size: 48px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 65px;
  margin-bottom: 50px;
}

h2.top_h2_sec:before, h2.top_h2_sec:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

h2.top_h2_sec:before {
  left: 0;
}

h2.top_h2_sec:after {
  right: 0;
}

h3.top_h3_sec {
  font-size: 36px;
  margin-bottom: 50px;
}

/******************************************************************
スマホサイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  h2.top_h2_pri, h2.top_h2_sec {
    font-size: 30px;
  }
  h3.top_h3_sec {
    font-size: 24px;
  }
}

/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
お問い合わせページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.contact_form_area {
  width: 100%;
}

p.form_guide {
  text-align: center;
  width: 100%;
  margin: 0 auto 80px auto;
}

dl.contact_form {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #222222;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

dl.contact_form:last-child {
  border-bottom: none;
}

dl.contact_form dt {
  margin-bottom: 10px;
  font-weight: 500;
}

dl.contact_form dt .form_required {
  padding: 3px 5px;
  margin-right: 10px;
  font-size: 12px;
  background: #00BCD4;
  color: #FFF;
}

dl.contact_form dd.form_checkbox label {
  display: block;
  margin-bottom: 20px;
}

dl.contact_form dd.form_checkbox .checkbox-input {
  display: none;
}

dl.contact_form dd.form_checkbox .checkbox-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
}

dl.contact_form dd.form_checkbox .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 1px;
  background-color: white;
}

dl.contact_form dd.form_checkbox .checkbox-input:checked + .checkbox-parts::after {
  content: "";
  /*アイコンコード＋文字*/
  font-weight: 900;
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #222222;
  border-right: 3px solid #222222;
}

dl.contact_form dd.form_radio label {
  padding: 0 20px 0 30px;
  /* ラベルの位置 */
  font-size: 16px;
  line-height: 28px;
  /* ボタンのサイズに合わせる */
  display: inline-block;
  cursor: pointer;
  position: relative;
}

dl.contact_form dd.form_radio label:before {
  content: '';
  width: 20px;
  /* ボタンの横幅 */
  height: 20px;
  /* ボタンの縦幅 */
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #000;
  border-radius: 50%;
}

dl.contact_form dd.form_radio input[type="radio"] {
  display: none;
}

dl.contact_form dd.form_radio input[type="radio"]:checked + label:after {
  content: '';
  width: 8px;
  /* マークの横幅 */
  height: 8px;
  /* マークの縦幅 */
  position: absolute;
  top: 11px;
  left: 6px;
  background-color: #fff;
  border-radius: 50%;
}

dl.contact_form dd.form_item_input input {
  border: 1px solid #222222;
  padding: 10px 20px;
  width: 60%;
}

dl.contact_form dd.form_item_input input::-webkit-input-placeholder {
  color: #bbbbbb;
}

dl.contact_form dd.form_item_input input:-ms-input-placeholder {
  color: #bbbbbb;
}

dl.contact_form dd.form_item_input input::-ms-input-placeholder {
  color: #bbbbbb;
}

dl.contact_form dd.form_item_input input::placeholder {
  color: #bbbbbb;
}

dl.contact_form dd.form_select:before {
  content: "\f123";
  font-family: "IonIcons";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 30px;
  color: #222222;
  z-index: 1;
  font-size: 16px;
  pointer-events: none;
}

dl.contact_form dd.form_select select {
  width: 100%;
  font-size: 0.9em;
  display: block;
  border: 1px solid #222222;
  position: relative;
  padding: 10px 20px;
}

dl.contact_form dd.form_textarea textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #222222;
  padding: 10px 20px;
}

.contact_form_btn_box {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact_form_btn_box button.contact_form_btn_1 {
  width: 150px;
  padding: 10px 20px;
  margin-right: 10px;
  color: #FFF;
  background-color: #222222;
}

.contact_form_btn_box button.contact_form_btn_1:hover {
  background-color: #484848;
}

.contact_form_btn_box button.contact_form_btn_2 {
  width: 150px;
  padding: 10px 20px;
  margin-right: 10px;
  color: #222222;
  background-color: #FFF;
  border: 1px solid #222222;
}

.contact_form_btn_box button.contact_form_btn_2:hover {
  background-color: #fbfbfb;
}

/*****WP FORM***********/
/******************************************************************
スマホ　サイズ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 1023.98px) {
  dl.contact_form {
    width: 100%;
  }
  dl.contact_form dt {
    margin-bottom: 30px;
  }
  dl.contact_form dd.form_item_input input {
    width: 100%;
  }
}

/*@media*/
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
カテゴリー系ページ　レイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
カテゴリー一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
h1.content_list_h1,
h2.content_list_h2 {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
}

h1.content_list_h1:after,
h2.content_list_h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #222222, #222222 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #222222, #222222 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*////////////////////////////////////////////////////////////////
記事一覧　メイン
*/
ul.main-post-list {
  margin: 0;
  padding: 0;
}

ul.main-post-list li.main-post-list-li {
  max-width: 100%;
  padding-right: 0;
  padding-bottom: 20px;
  margin: 0 0 2em 0;
  border-bottom: 1px dotted #a2a2a2;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-img {
  padding: 0 1em 0 0;
  margin: 0;
  max-width: 100%;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories {
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories::after {
  /*cf*/
  content: "";
  display: block;
  clear: both;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories li {
  background-color: #00BCD4;
  color: #FFF;
  padding: 3px 8px !important;
  font-size: 0.8em;
  float: left;
  margin: 0 5px 5px 0;
  list-style-type: none !important;
  border-radius: 2px;
  border: solid 1px #00BCD4;
  vertical-align: middle;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories li:hover {
  background-color: #FFF;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories li a {
  color: #FFF;
  text-decoration: none;
  list-style-type: none !important;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories li a:hover {
  color: #00BCD4;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dt.main-post-list-title {
  font-size: 1.5em;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 500;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dt.main-post-list-title a {
  color: #222222;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dt.main-post-list-title a:hover {
  color: #555555;
  text-decoration: underline;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-discription {
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 1em;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-discription a {
  color: #222222;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-discription a:hover {
  color: #222222;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-weight: normal;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-time span {
  display: block;
  font-size: 0.8em;
  padding-right: 1em;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-tag {
  margin-top: 10px;
  font-weight: normal !important;
  vertical-align: middle;
}

ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-tag span.cat-tag-badge {
  font-weight: normal !important;
  font-size: 0.8em;
}

/*タグバッチ*/
dd.main-post-list-tag {
  clear: both;
}

dd.main-post-list-tag span.cat_tag_badge {
  background-color: #FFF;
  color: #00BCD4;
  border: 1px solid #00BCD4;
  border-radius: 2px;
  font-size: 0.8em;
  padding: 2px 6px;
  margin-left: 5px;
  margin-bottom: 5px;
  display: block;
  float: left;
}

dd.main-post-list-tag span.cat_tag_badge:hover {
  background-color: #00BCD4;
}

dd.main-post-list-tag span.cat_tag_badge:hover a {
  color: #00BCD4 !important;
  text-decoration: none !important;
}

dd.main-post-list-tag span.cat_tag_badge:hover a:hover {
  color: #FFF !important;
  text-decoration: none !important;
}

dd.main-post-list-tag span.tag_icon {
  float: left;
  display: block;
  margin-right: 5px;
  color: #00BCD4;
}

/*////////////////////////////////////////////////////////////////
記事一覧　サブ
*/
ul.sub-post-list-pri li {
  margin-bottom: 30px;
}

ul.sub-post-list-pri li:nth-child(odd) {
  padding-right: 15px;
}

ul.sub-post-list-pri li:nth-child(even) {
  padding-left: 15px;
}

ul.sub-post-list-pri li .row .sub-post-list-img {
  width: 100%;
  max-width: 100%;
}

ul.sub-post-list-pri li .row .sub-post-list-img img {
  padding-bottom: 10px;
}

ul.sub-post-list-pri li dl {
  margin-bottom: 20px;
}

ul.sub-post-list-pri li dl dt {
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-weight: 500;
}

ul.sub-post-list-pri li dl dt a {
  color: #222222;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

ul.sub-post-list-pri li dl dd.sub-post-list-discription {
  line-height: 1.5;
  margin-bottom: 5px;
}

ul.sub-post-list-pri li dl dd.sub-post-list-discription a {
  color: #222222;
  font-size: 14px;
}

ul.sub-post-list-pri li dl dd.sub-post-list-discription a:hover {
  border-bottom: none;
  -webkit-text-decoration-color: #222222;
          text-decoration-color: #222222;
}

ul.sub-post-list-pri li dl dd.sub-post-list-time a {
  color: #222222;
}

ul.sub-post-list-pri li dl dd.sub-post-list-time span {
  font-size: 0.8em;
}

/*****************************************************************
PC・タブレットサイズ
*****************************************************************/
/*@media*/
/*****************************************************************
スマホ・タブレット　サイズ
*****************************************************************/
@media (max-width: 767.98px) {
  h1.content_list_h1,
  h2.content_list_h2 {
    margin-bottom: 40px;
  }
  ul.main-post-list {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  ul.main-post-list li.main-post-list-li {
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 2em 0;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-img {
    padding: 0 0 0 0;
    margin: 0 auto 20px auto;
    max-width: 91.5%;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-img img {
    max-width: 100%;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription {
    padding-left: 0;
    padding-right: 0;
    max-width: 91.5%;
    margin: 0 auto;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories {
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription div.category_list ul.post-categories li {
    font-size: 12px;
    margin: 0 5px 5px 0;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dt.main-post-list-title {
    font-size: 1.2em;
    line-height: 1.2em;
    margin-bottom: 0.7em;
    font-weight: 500;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-discription {
    font-size: 0.8em;
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-time span {
    font-size: 0.8em;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-tag {
    margin-top: 12px;
  }
  ul.main-post-list li.main-post-list-li div.main-post-list-li-row div.main-post-list-discription dl dd.main-post-list-tag span.cat-tag-badge {
    font-size: 16px;
  }
  /*タグバッチ*/
  dd.main-post-list-tag span.cat_tag_badge {
    font-size: 0.7em;
  }
  /*記事タイプ２*/
  ul.sub-post-list-pri img {
    margin-bottom: 0px;
  }
  ul.sub-post-list-pri li {
    margin-bottom: 30px;
  }
  ul.sub-post-list-pri li:nth-child(odd) {
    padding-right: 10px;
  }
  ul.sub-post-list-pri li:nth-child(even) {
    padding-left: 10px;
  }
  ul.sub-post-list-pri li dl dt {
    font-size: 1em;
    line-height: 1.2;
    margin-bottom: 0.5em;
  }
  ul.sub-post-list-pri li dl dd.sub-post-list-discription {
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  ul.sub-post-list-pri li dl dd.sub-post-list-time span {
    font-size: 0.8em;
  }
}

ul.sub-post-list-pri li .row .sub-post-list-img img {
  margin-bottom: 10px;
}

/*@media*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
関連記事一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
p.relative_post_img {
  margin-bottom: 15px !important;
}

p.relative_post_img a img {
  width: 100%;
  max-width: 100%;
}

dl.relative-posts {
  margin-bottom: 30px !important;
}

dl.relative-posts dt {
  margin-bottom: 10px !important;
}

dl.relative-posts dt a {
  font-size: 1.2em !important;
}

dl.relative-posts dd {
  margin-bottom: 15px;
}

dl.relative-posts dd a {
  font-weight: normal;
  font-size: 14px !important;
}

dl.relative-posts dd a p {
  font-size: 14px !important;
}

dl.relative-posts dd span time {
  font-size: 0.8em;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイドバーレイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバー全体
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*////////////////////////////////////////////////////////////////
広告
////////////////////////////////////////////////////////////////*/
.side_cont aside.side_ad h1.ad_tab {
  font-size: 0.7em;
  font-weight: normal;
  border-bottom: none !important;
  margin: 0 0 0 auto;
  background-color: #222222;
  padding: 2px 12px;
  color: #FFF;
  width: 40px;
}

aside.side_ad {
  margin-bottom: 50px;
}

aside.side_ad p img {
  width: 100%;
  height: auto;
}

/*////////////////////////////////////////////////////////////////
広告
////////////////////////////////////////////////////////////////*/
/*
p.aside-category-name{
    text-align: right;
    margin-bottom: 0.1rem;
    font-size:0.8em;      
}
aside.list-group{
    margin-bottom: 2em;
} 

.aside-post-list div.aside-post-list-img{
    padding: 0;
    margin:0;     
}

.aside-post-list div.aside-post-list-discription{
    padding:0 0 0 1em;
    margin:0;
    
}

ul.aside-post-list img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
ul.aside-post-list p{
    font-size: 0.8em;
    line-height: 1.2em;
}*/
/*リストの左右のpaddingの調整*/
ul.aside-post-list li {
  padding-left: 0;
  padding-right: 0;
}

/*ad*/
/*////////////////////////////////////////////////////////////////
ウィジェット
////////////////////////////////////////////////////////////////*/
/*共通項目*/
h2.widgettitle {
  font-size: 1.2em !important;
  border-bottom: 2px solid #222222;
  padding-bottom: 5px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
}

ul.main-sidebars {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none !important;
}

ul.main-sidebars li#categories-3,
ul.main-sidebars li.widget_categories {
  margin: 0 0 50px 0;
  padding: 0 !important;
  list-style: none !important;
}

ul.main-sidebars li#categories-3 ul,
ul.main-sidebars li.widget_categories ul {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}

ul.main-sidebars li#categories-3 ul li,
ul.main-sidebars li.widget_categories ul li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  clear: both;
}

ul.main-sidebars li#categories-3 ul li::after,
ul.main-sidebars li.widget_categories ul li::after {
  content: "";
  display: block;
  clear: both;
}

ul.main-sidebars li#categories-3 ul li a,
ul.main-sidebars li.widget_categories ul li a {
  display: block !important;
  border-bottom: 1px dotted #222222;
  float: left;
  width: 100%;
  margin: 0 !important;
  padding: 10px 0 !important;
  color: #222222 !important;
}

ul.main-sidebars li#categories-3 ul li a:hover,
ul.main-sidebars li.widget_categories ul li a:hover {
  text-decoration: none;
  color: #00BCD4 !important;
}

ul.main-sidebars li#categories-3 ul li span.count-box,
ul.main-sidebars li.widget_categories ul li span.count-box {
  display: block !important;
  float: right;
  width: 20%;
  margin: 0 !important;
  padding: 0px !important;
  text-align: center;
}

ul.main-sidebars li#categories-3 ul li span.count-box span.count,
ul.main-sidebars li.widget_categories ul li span.count-box span.count {
  font-size: 0.7em;
  border: 1px solid #00BCD4;
  border-radius: 50px;
  padding: 5px 10px;
  color: #00BCD4 !important;
}

ul.main-sidebars li#categories-3 ul li ul.children li a,
ul.main-sidebars li.widget_categories ul li ul.children li a {
  font-size: 0.9em;
  color: gray !important;
}

ul.main-sidebars li#categories-3 ul li ul.children li a:before,
ul.main-sidebars li.widget_categories ul li ul.children li a:before {
  content: "—";
  padding-left: 0px;
}

ul.main-sidebars li#categories-3 ul li ul.children li a:hover,
ul.main-sidebars li.widget_categories ul li ul.children li a:hover {
  color: #00BCD4 !important;
}

ul.main-sidebars li#categories-3 ul li ul.children li ul li a:before,
ul.main-sidebars li.widget_categories ul li ul.children li ul li a:before {
  content: "— ";
  padding-left: 15px;
  font-size: 0.9em;
}

ul.main-sidebars li#tag_cloud-5,
ul.main-sidebars li.widget_categories {
  margin: 0 0 50px 0;
  padding: 0 !important;
  list-style: none !important;
}

ul.main-sidebars li#tag_cloud-5 .tagcloud,
ul.main-sidebars li.widget_categories .tagcloud {
  margin-top: 20px;
}

ul.main-sidebars li#tag_cloud-5 .tagcloud a,
ul.main-sidebars li.widget_categories .tagcloud a {
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #00BCD4;
  padding: 8px 10px;
  color: #00BCD4;
  margin-bottom: 2px;
  font-size: 0.8em !important;
  text-decoration: none;
}

ul.main-sidebars li#tag_cloud-5 .tagcloud a:hover,
ul.main-sidebars li.widget_categories .tagcloud a:hover {
  border-radius: 20px;
  background-color: #00BCD4;
  color: #FFF;
}

ul.main-sidebars li#archives-3 label.screen-reader-text,
ul.main-sidebars li.widget_categories label.screen-reader-text {
  margin-top: 10px;
}

ul.main-sidebars li.widget_archive {
  position: relative;
  width: 100%;
  border-radius: 3px;
}

ul.main-sidebars li.widget_archive:before {
  position: absolute;
  top: 50%;
  /*50*/
  right: 10px;
  margin-top: 2px;
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #222222;
}

ul.main-sidebars li.widget_archive label {
  display: none;
}

ul.main-sidebars li.widget_archive select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 15px;
  margin: 10px 0 40px 0;
  color: #222222;
  font-size: 0.9em;
  border: 1px solid #222222;
  border-radius: 3px;
  background: transparent;
}

ul.main-sidebars li.widget_archive select:-ms-expand {
  display: none;
}

ul.main-sidebars li.rpwe_widget .rpwe-block {
  margin: 20px 0 40px 0;
}

/******************************************************************
スマホ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  /*記事一覧の見出し*/
  h2.widgettitle {
    border-bottom: none;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em !important;
  }
  h2.widgettitle:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #222222, #222222 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #222222, #222222 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  li.widget_archive:before {
    position: absolute;
    top: 62.5% !important;
    right: 10px;
  }
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
サイドバーの独自リスト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/******************************************************************
デバイス共通
******************************************************************/
ul.side-post-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

ul.side-post-list li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #222222;
  list-style: none;
}

ul.side-post-list li:nth-last-child(1) {
  border-bottom: none;
}

ul.side-post-list li div.row div.side-post-list-img {
  width: 100%;
  margin: 0 0 5px 0;
  padding: 0 10px 0 0;
}

ul.side-post-list li div.row div.side-post-list-img img {
  margin: 0;
  padding: 0;
}

ul.side-post-list li div.row div.side-post-list-title {
  margin: 0 0 10px 0;
  font-size: 0.9em;
  line-height: 1.4;
  padding: 0;
}

ul.side-post-list li div.row div.side-post-list-title a {
  color: #222222;
}

ul.side-post-list li div.row div.side-post-list-disc {
  margin: 0;
  padding: 0;
}

ul.side-post-list li div.row div.side-post-list-disc p {
  font-size: 0.8em;
  line-height: 1.4;
  margin: 0 0 5px 0;
  padding: 0;
}

ul.side-post-list li div.row div.side-post-list-disc p a {
  color: #222222;
}

ul.side-post-list li div.row div.side-post-list-disc time {
  font-size: 0.7em;
}

/******************************************************************
スマホ
******************************************************************/
/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  ul.side-post-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  ul.side-post-list li {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border: none;
  }
  ul.side-post-list li:nth-child(odd) {
    padding-right: 25px !important;
  }
  ul.side-post-list li:nth-child(even) {
    padding-left: 25px !important;
  }
  ul.side-post-list li div.row div.side-post-list-img {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0px 0 0;
  }
  ul.side-post-list li div.row div.side-post-list-img img {
    margin: 0;
    padding: 0;
  }
  ul.side-post-list li div.row div.side-post-list-title {
    font-size: 0.9em;
    margin: 0 0 5px 0;
    padding: 0;
  }
  ul.side-post-list li div.row div.side-post-list-disc {
    margin: 0;
    padding: 0;
  }
  ul.side-post-list li div.row div.side-post-list-disc p {
    font-size: 0.7em;
    line-height: 1.4;
    margin: 0 0 5px 0;
    padding: 0;
  }
  ul.side-post-list li div.row div.side-post-list-disc p a {
    color: #222222;
  }
  ul.side-post-list li div.row div.side-post-list-disc time {
    font-size: 0.7em;
  }
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
フッターレイアウト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
footer {
  background-color: #222222;
  color: #FFF;
  margin: 100px 0 0 0;
  padding: 50px;
}

footer small {
  display: block;
  text-align: center;
}
