@charset "utf-8";
/*
Theme Name:In House
Theme URI:
Description:WordPressテーマ「In House」
Author:In HOUSE
Author URI:https://in-house.net/
Version:2.0.6
Text Domain:in-house
*/

/* ------------------------------------------------------------------------------------
 web fonts　ウェブフォントファイルを変更した場合はv=1.0の数字を変更（キャッシュ対策）
------------------------------------------------------------------------------------ */
@font-face {
  font-family: 'icon';
  font-weight: normal;
  font-style: normal;
  font-display:swap;
  src: url('fonts/icon.woff?v=2.1') format('woff');
}
@font-face {
  font-family: 'tiktok_x_icon';
  font-weight: normal;
  font-style: normal;
  font-display:swap;
  src: url('fonts/tiktok_x_icon.woff?v=1.0') format('woff');
}


/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
html { overflow-y: scroll; -webkit-text-size-adjust:100%; }
ul, ol { list-style:none; }
blockquote , q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content: none; }
a:focus { outline:none; }
ins { text-decoration:none; }
mark { font-style:italic; font-weight:bold; }
del { text-decoration:line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; width:100%; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
button, input, select, textarea { outline:0; -webkit-box-sizing:border-box; box-sizing:border-box; font-size:100%; }
input, textarea { background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); -webkit-appearance: none; border-radius:0; /* Removing the inner shadow, rounded corners on iOS inputs */ }
input[type="checkbox"]{ -webkit-appearance: checkbox; }
input[type="radio"]{ -webkit-appearance: radio; }
button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; }
iframe { max-width:100%; }

/* clearfix */
.clearfix::after { display:block; clear:both; content:""; }




/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
html { }
body { font-family:Arial,sans-serif; font-size:14px; line-height:1; width:100%; position:relative; -webkit-font-smoothing:antialiased; }
body.admin-bar { padding-top:32px; }
a { color:#000; text-decoration:none; }
a, a:before, a:after, input {
  -webkit-transition-property:background-color, color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:background-color, color; transition-duration:0.2s; transition-timing-function:ease;
}
.clear { clear:both; }
.hide { display:none; }


/* レイアウト */
#container { position:relative; height:100%; }
#main_contents { margin:0 auto; padding:50px 0; }
#main_col { width:calc(100% - 350px); float:left; }
#side_col { width:300px; float:right; }
#main_contents.type2 #main_col { float:none; margin:0 auto; width:850px; }




/* ----------------------------------------------------------------------
 トップページ　スライダー
---------------------------------------------------------------------- */
#index_header_content { width:100%; position:relative; overflow:hidden; }
#index_slider { width:100%; overflow:hidden; }
#index_slider .item { width:100%; position:relative; }


/* 画像 */
#index_slider .item .image { width:100%; height:100%; z-index:2; position:absolute; top:0px; left:0px; }
#index_slider .item .image.mobile { display:none; }
#index_slider .animation_type1.animate .image {
  -webkit-backface-visibility:hidden; backface-visibility:hidden;
  -webkit-animation: zoomOut 25.0s ease forwards;
  animation: zoomOut 25.0s ease forwards;
}
#index_slider .animation_type2.animate .image {
  -webkit-backface-visibility:hidden; backface-visibility:hidden;
  -webkit-animation: zoomIn 25.0s ease forwards;
  animation: zoomIn 25.0s ease forwards;
}


/* 動画 */
#index_video { width:100%; overflow:hidden; }
#index_video_mp4 { position:absolute; }
#video_poster { width:100%; height:100%; position:absolute; z-index:1; }


/* YouTube */
#youtube_video_wrap { margin: 0 auto; width:100%; position:absolute; }
#youtube_video_wrap.type1 { top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#youtube_video_wrap.type2 { top:0px; left:50%; -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
#youtube_video_wrap_inner { padding-top:56.25%; position:relative; width:100%; }
#youtube_video_player { height:100% !important; position:absolute; left:0; top:0; width:100% !important; }


/* キャプション */
#index_header_content .caption {
  padding:0; margin:auto; position:absolute; text-align:center; z-index:4;
  left:0px; right:0px; top:50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#index_header_content .direction_type1 .caption_inner { text-align:left; }
#index_header_content .direction_type2 .caption_inner { text-align:center; }
#index_header_content .direction_type3 .caption_inner { text-align:right; }
#index_header_content .direction_type4 {
  display:inline-block;
  top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%);
}
#index_header_content .direction_type4 .caption_inner {
  writing-mode:vertical-rl; display:inline-block;
  text-align:left;
}
#index_header_content .catch { line-height:1.3; word-wrap: break-word; position:relative; font-weight:500; margin:0; }
#index_header_content .desc { font-size:16px; line-height:2; margin:25px 0 0 0; position:relative; }
#index_header_content .button a {
  border:1px solid #fff; font-size:13px; min-width:200px; height:50px; line-height:50px; text-align:center; position:relative; padding:0 60px; margin-top:35px; display:inline-block;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#index_header_content .catch .mobile { display:none; }
#index_header_content .desc .mobile { display:none; }
#index_header_content .direction_type4 .catch { line-height:2; }
#index_header_content .direction_type4 .desc { margin:0 35px 0 0; line-height:3; }
#index_header_content .direction_type4 .button { display:none; }


/* オーバーレイ */
#index_header_content .overlay { position:absolute; top:0px; left:0px; width:100%; height:200%; z-index:3; }


/* アニメーション */
#index_header_content .catch, #index_header_content .desc, #index_header_content .button {
  opacity:0; position:relative;
}
#index_header_content .item.slick-active .caption .animate1, #index_header_content .fix_caption.animate .animate1 {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
  animation: slideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.0s;
}
#index_header_content .item.slick-active .caption .animate2, #index_header_content .fix_caption.animate .animate2 {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.25s;
  animation: slideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.25s;
}
#index_header_content .item.slick-active .caption .animate3, #index_header_content .fix_caption.animate .animate3 {
  -webkit-animation: slideUp 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
  animation: slideUp 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 2.5s;
}


/* ナビゲーション */
#index_slider .slick-dots { position:absolute; z-index:10; text-align:center; bottom:50px; width:100%; font-size:0; }
#index_slider .slick-dots li { display:inline-block; width:8px; height:8px; margin:0 6px; font-size:12px; }
#index_slider .slick-dots button { cursor:pointer; border:none; color:transparent; width:8px; height:8px; display:block; font-size:0; background:none; position:relative; }
#index_slider .slick-dots button::before { content:''; display:block; width:8px; height:8px; line-height:8px; opacity:0.4; background:#fff; border-radius:100%; position: absolute; top:0; left:0; }
#index_slider .slick-dots button:hover::before, #index_slider .slick-dots .slick-active button::before { background:#ffffff; opacity:1; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　（共通パーツ）
---------------------------------------------------------------------- */

/* ヘッダー */
.cb_content .header { text-align:center; padding:40px 0 37px; z-index:10; position:relative; }
.cb_content .header .headline { font-size:32px; color:#11afb2; line-height:1.3; }
.cb_content .header .sub_title { font-size:12px; color:#999; margin:10px 0 0 0; }
.cb_content .header .desc { font-size:15px; line-height:2.5; margin:38px 0 0 0; }


/* ボタン */
.cb_content .link_button { text-align:center; z-index:10; position:relative; }
.cb_content .link_button a {
  font-size:13px; min-width:200px; height:50px; line-height:1.4; text-align:center; position:relative; padding:0 35px; margin-top:50px; display:inline-block; border:1px solid #333;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.cb_content .link_button a span { display:block; position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }




/* ----------------------------------------------------------------------
 コンテンツ１
---------------------------------------------------------------------- */
.content1 .item_list { padding:50px 0; overflow:hidden; position:relative; }
.content1 .item { margin:0 auto 50px; position:relative; z-index:3; padding-top:50px; }
.content1 .item .image_wrap { height:auto; width:50vw; aspect-ratio:830 / 480; overflow:hidden; background:#fff; position:relative; }
.content1 .layout_type1 .item.direction_type2 .image_wrap { border-top-right-radius:0 !important; border-bottom-right-radius:0 !important; margin-bottom:-300px; left:50vw; }
.content1 .layout_type1 .item.direction_type1 .image_wrap { border-top-left-radius:0 !important; border-bottom-left-radius:0 !important; margin-bottom:-300px; }
.content1 .item .image { width:100%; height:100%; }
.content1 .item .content_wrap { margin:0 auto; }
.content1 .item .content {
  background:#fff; width:60%; z-index:1; position:relative;
  padding:40px 50px 50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.content1 .layout_type1 .item.direction_type1 .content { left:40%; }
.content1 .item:last-of-type { margin-bottom:0; }
.content1 .item .title { font-size:30px; color:#11afb2; line-height:1.3; }
.content1 .item .sub_title { font-size:12px; color:#999; margin:10px 0 0 0; }
.content1 .item .desc { font-size:15px; line-height:2.5; margin:38px 0 0 0; }
.content1 .item .desc p:last-of-type { margin:0; }
.content1 .item .button a {
  font-size:13px; min-width:200px; height:50px; line-height:1.4; text-align:center; position:relative; padding:0 35px; margin-top:38px; display:inline-block; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.content1 .item .button a span { display:block; position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.content1 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content1 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }


/* レイアウト2 */
.content1 .item_list.layout_type2 { padding:0; }
.content1 .item_list.layout_type2 .item { margin:0; padding:0; display:flex; flex-wrap:wrap; }
.content1 .item_list.layout_type2 .image_wrap { width:50%; position:relative; top:auto; left:auto; height:auto; }
.content1 .item_list.layout_type2 .content { width:50%; position:relative; top:auto; }
.content1 .item_list.layout_type2 .item:first-of-type .content { border-top:1px solid #ddd; }
.content1 .item_list.layout_type2 .item.direction_type2 { flex-flow:row-reverse; }
.content1 .item_list.layout_type2 .item.direction_type1 .image_wrap { left:auto; right:auto; }
.content1 .item_list.layout_type2 .item.direction_type1 .content { left:auto; }
.content1 .item_list.layout_type2 .link_button a { margin-bottom:50px; }


/* レイアウト3 */
.content1 .item_list.layout_type3 { padding:50px 0; }
.content1 .item_list.layout_type3 .item {
  margin:0 auto 50px; padding:0; overflow:hidden;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.content1 .item_list.layout_type3 .item:last-of-type { margin-bottom:0; }
.content1 .item_list.layout_type3 .image_wrap { width:50%; position:relative; top:auto; left:auto; border-radius:0 !important; height:auto; }
.content1 .item_list.layout_type3 .content { width:50%; position:relative; top:auto; border-radius:0 !important; }
.content1 .item_list.layout_type3 .item.direction_type2 { flex-flow:row-reverse; }
.content1 .item_list.layout_type3 .item.direction_type1 .image_wrap { left:auto; right:auto; }
.content1 .item_list.layout_type3 .item.direction_type1 .content { left:auto; }




/* ----------------------------------------------------------------------
 コンテンツ２
---------------------------------------------------------------------- */
.content2 { position:relative; overflow:hidden; }
.content2 .item_list {  }
.content2 .item_list_inner {
  margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.content2 .item_list.width_type2 .item_list_inner { padding:0 50px; }
.content2 .item { margin:0 1px 40px 0; z-index:10; position:relative; }
.content2 .item_list.item_space_type2 .item { margin-right:20px; }
.content2 .item_list.layout_type1 .item { -webkit-width:calc(50% - 1px); width:calc(50% - 1px); }
.content2 .item_list.layout_type2 .item { -webkit-width:calc(100% / 3 - 1px); width:calc(100% / 3 - 1px); }
.content2 .item_list.layout_type3 .item { -webkit-width:calc(25% - 1px); width:calc(25% - 1px); }
.content2 .item_list.layout_type1.item_space_type2 .item { -webkit-width:calc(50% - 10px); width:calc(50% - 10px); }
.content2 .item_list.layout_type2.item_space_type2 .item { -webkit-width:calc(100% / 3 - 14px); width:calc(100% / 3 - 14px); }
.content2 .item_list.layout_type3.item_space_type2 .item { -webkit-width:calc(25% - 15px); width:calc(25% - 15px); }
.content2 .item_list.layout_type1 .item:nth-child(2n) { margin-right:0; }
.content2 .item_list.layout_type2 .item:nth-child(3n) { margin-right:0; }
.content2 .item_list.layout_type3 .item:nth-child(4n) { margin-right:0; }
.content2 .item a { display:block; width:100%; height:100%; }
.content2 .item .image_wrap { margin:0 0 20px 0; height:auto; aspect-ratio:600 / 346; width:100%; position:relative; overflow:hidden; z-index:1; }
.content2 .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
.content2 .item .image { width:100%; height:100%; }
.content2 .item .original_image { display:block; max-width:100%; height:auto; margin:0 auto 20px; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
.content2 .item_list.image_type2 .image_wrap { margin:0 auto 20px; border-radius:100% !important; }
.content2 .item .title, .content2 .item .sub_title, .content2 .item .desc { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
.content2 .item .title { line-height:1.3; text-align:center; }
.content2 .item .sub_title { font-size:12px; text-align:center; margin:10px 0 0 0; }
.content2 .item .desc { font-size:15px; line-height:2; margin:12px 0 0; padding:0 15px; text-align:center; }
.content2 .item .desc p:last-of-type { margin:0; }
.content2 .link_button a { margin:0 0 50px; }
.content2 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content2 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツ３
---------------------------------------------------------------------- */
.content3 { position:relative; overflow:hidden; margin:0 auto; }
.content3.width_type1 { margin:0 auto; }
.content3_inner { position:relative; }
.content3 .header { padding:0; }
.content3 .link_button a { margin-top:35px; }
.content3 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content3 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
.content3 .desc p:last-of-type { margin:0; }




/* ----------------------------------------------------------------------
 コンテンツ４
---------------------------------------------------------------------- */
.content4 { position:relative; overflow:hidden; }
.content4 .header.transparent { padding:40px 0 0; margin-bottom:-20px; }
.content4 .item_list { padding:50px 0 35px; position:relative; overflow:hidden; }
.content4 .item_list.width_type2 { padding:50px 50px 35px; }
.content4 .item_list.item_space_type1 { padding-bottom:50px; }
.content4 .item_list_inner {
  margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.content4 .item { text-align:center; margin:0 20px 20px 0; z-index:10; position:relative; background:#fff; overflow:hidden; }
.content4 .item_list.item_space_type1 .item { margin:0 1px 1px 0; }
.content4 .item a { display:block; width:100%; height:100%; }
.content4 .item_list.layout_type1 .item { -webkit-width:calc(50% - 10px); width:calc(50% - 10px); }
.content4 .item_list.layout_type2 .item { -webkit-width:calc(100% / 3 - 14px); width:calc(100% / 3 - 14px); }
.content4 .item_list.layout_type3 .item { -webkit-width:calc(25% - 15px); width:calc(25% - 15px); }
.content4 .item_list.layout_type1.item_space_type1 .item { -webkit-width:calc(50% - 1px); width:calc(50% - 1px); }
.content4 .item_list.layout_type2.item_space_type1 .item { -webkit-width:calc(100% / 3 - 1px); width:calc(100% / 3 - 1px); }
.content4 .item_list.layout_type3.item_space_type1 .item { -webkit-width:calc(25% - 1px); width:calc(25% - 1px); }
.content4 .item_list.layout_type1 .item:nth-child(2n) { margin-right:0; }
.content4 .item_list.layout_type2 .item:nth-child(3n) { margin-right:0; }
.content4 .item_list.layout_type3 .item:nth-child(4n) { margin-right:0; }
.content4 .item .image_wrap { margin:0px 0px 30px; height:230px; width:100%; position:relative; overflow:hidden; z-index:1; }
.content4 .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
.content4 .item .image { width:100%; height:100%; }
.content4 .item_list.image_type2 .image_wrap { margin:30px auto 30px; border-radius:100%; }
.content4 .item .original_image { display:block; max-width:100%; height:auto; margin:30px auto 30px; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
.content4 .item .content { padding:0 30px 25px; }
.content4 .item .title, .content4 .item .sub_title, .content4 .item .desc { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
.content4 .item .title { line-height:1.3; text-align:center; }
.content4 .item .sub_title { font-size:12px; text-align:center; margin:10px 0 0 0; }
.content4 .item .desc { font-size:15px; line-height:2; margin:12px 0 0; text-align:center; }
.content4 .item .desc p:last-of-type { margin-bottom:0; }
.content4 .link_button a { margin:30px 0 15px; }
.content4 .item_list.item_space_type1 .link_button { margin:0; }
.content4 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content4 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツ５
---------------------------------------------------------------------- */
.content5 { position:relative; overflow:hidden; }
.content5 .content { margin:0 auto 50px; z-index:10; position:relative; }
.content5 .image_list {
  padding-top:10px; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  align-items: flex-start;
}
.content5 .image_list img {
  display:block; width:0%;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
  -ms-flex: 1 1 auto; -webkit-flex: 1 1 0%; flex: 1 1 0%;
}
.content5 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content5 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツ６
---------------------------------------------------------------------- */
.content6 { position:relative; overflow:hidden; padding-bottom:50px; }
.content6 .content { margin:0 auto; background:#fff; position:relative; z-index:10; }
.content6 .data_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; padding:30px 50px 25px;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
.content6 .data_list dt {
  width:200px; padding:10px 15px 10px 0; margin:0; border-bottom:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.content6 .data_list dd {
  -webkit-width:calc(100% - 200px); width:calc(100% - 200px); padding:10px 0px; margin:0; border-bottom:1px solid #ddd;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.content6 .data_list dd p:last-of-type { margin-bottom:0; }
.content6 .data_list dt:last-of-type { border-bottom:none; }
.content6 .data_list dd:last-of-type { border-bottom:none; }
.content6 .data_list p { line-height:2.4; }
.content6 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content6 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツ７
---------------------------------------------------------------------- */
.content7 { position:relative; overflow:hidden; }
.content7 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content7 .header { padding:100px 0 150px; }
.content7 .header .headline { z-index:10; position:relative; }
.content7 .header .sub_title { z-index:10; position:relative; }
.content7 .header .desc { z-index:10; position:relative; }
.content7 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
.content7 .bottom_area { padding-bottom:50px; }
.content7 .content {
  margin:-50px auto 0; background:#fff; position:relative; z-index:10; padding:50px 50px 20px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}




/* ----------------------------------------------------------------------
 コンテンツ８
---------------------------------------------------------------------- */
.content8 { position:relative; overflow:hidden; }
.content8 .item_list.width_type2 { padding:0 50px; }
.content8 .item_list_inner {
  margin:0 auto 50px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.content8 .item_list.item_space_type2 .item_list_inner { margin-bottom:30px; }
.content8 .item {
  margin:0 1px 1px 0; z-index:10; position:relative; background:#fff; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.content8 .item_list.item_space_type2 .item { margin:0 20px 20px 0; }
.content8 .item_list.layout_type1 .item { -webkit-width:calc(50% - 1px); width:calc(50% - 1px); }
.content8 .item_list.layout_type2 .item { -webkit-width:calc(100% / 3 - 1px); width:calc(100% / 3 - 1px); }
.content8 .item_list.layout_type3 .item { -webkit-width:calc(25% - 1px); width:calc(25% - 1px); }
.content8 .item_list.layout_type1.item_space_type2 .item { -webkit-width:calc(50% - 10px); width:calc(50% - 10px); }
.content8 .item_list.layout_type2.item_space_type2 .item { -webkit-width:calc(100% / 3 - 14px); width:calc(100% / 3 - 14px); }
.content8 .item_list.layout_type3.item_space_type2 .item { -webkit-width:calc(25% - 15px); width:calc(25% - 15px); }
.content8 .item_list.layout_type1 .item:nth-child(2n) { margin-right:0; }
.content8 .item_list.layout_type2 .item:nth-child(3n) { margin-right:0; }
.content8 .item_list.layout_type3 .item:nth-child(4n) { margin-right:0; }
.content8 .item .image_wrap { margin:0; height:230px; width:100%; position:relative; overflow:hidden; z-index:1; }
.content8 .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
.content8 .item .image { width:100%; height:100%; }
.content8 .item .original_image { display:block; max-width:100%; height:auto; margin:0 auto 20px; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
.content8 .item_list.image_type2 .image_wrap { margin:30px auto 0; border-radius:100% !important; }
.content8 .item .content { padding:30px; }
.content8 .item .title, .content8 .item .sub_title, .content8 .item .desc { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
.content8 .item .title { line-height:1.3; text-align:center; }
.content8 .item .sub_title { font-size:12px; text-align:center; margin:10px 0 0 0; }
.content8 .item .desc { font-size:15px; line-height:2; margin:20px 0 0; padding:0 0 0px; text-align:center; }
.content8 .item .desc p:last-of-type { margin-bottom:0; }
.content8 .item .button { text-align:center; margin:25px 0 5px; }
.content8 .item .button a {
  font-size:13px; min-width:200px; height:50px; line-height:1.4; text-align:center; position:relative; padding:0 35px; display:inline-block; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.content8 .item .button a span { display:block; position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.content8 .link_button a { margin:0 0 50px; }
.content8 .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.content8 .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　ブログ
---------------------------------------------------------------------- */
.cb_blog { position:relative; overflow:hidden; }
.cb_blog .item_list { padding:50px 0; position:relative; overflow:hidden; }
.cb_blog .blog_slider_wrap { margin:0 auto; position:relative; z-index:10; }
.cb_blog .owl-stage { display:flex; flex-wrap:nowrap; }
.cb_blog .owl-item { flex:0 0 auto; }
.cb_blog .item { background:#fff; height:100%; overflow:hidden; float:none; }
.cb_blog .item a { display:block; width:100%; height:100%; }
.cb_blog .item .image_wrap { height:auto; width:100%; aspect-ratio:850 / 410; position:relative; overflow:hidden; z-index:1; }
.cb_blog .item .image { width:100%; height:100%; }
.cb_blog .item .content { padding:25px 30px; }
.cb_blog .item .title, .cb_blog .item .date { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
.cb_blog .item .title { line-height:1.5; max-height:4.5em; overflow:hidden; }
.cb_blog .item .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; }
.cb_blog .item .date { font-size:12px; margin-top:10px; color:#999; }
.cb_blog .slider_arrow {
  width:50px; height:50px; line-height:50px; border-radius:100%; position:absolute; cursor:pointer; z-index:9; overflow:hidden; text-indent:-200px;
  -webkit-transition: background 0.35s ease; transition: background 0.35s ease;
}
.cb_blog .slider_arrow:hover { background:#00c5d3; }
.cb_blog .slider_arrow:before {
  font-family:'icon'; color:#666; font-size:16px; position:absolute; text-indent:0px; top:3px; left:16px; font-weight:normal;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.35s ease; transition: all 0.35s ease;
}
.cb_blog .slider_arrow:hover:before { color:#fff; }
.cb_blog .slider_prev_item:before { content:'\e90f'; }
.cb_blog .slider_next_item:before { content:'\e910'; left:18px; }
.cb_blog .slider_prev_item { left:-70px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.cb_blog .slider_next_item { right:-70px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.cb_blog .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.cb_blog .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　お知らせ
---------------------------------------------------------------------- */
.cb_news { position:relative; overflow:hidden; }
.cb_news .item_list { padding:50px 0; position:relative; overflow:hidden;}
.cb_news .item_list.item_space_type2 { padding:50px 0 30px; }
.cb_news .news_list {
  margin:0 auto; position:relative; z-index:10;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.cb_news .news_list .item {  margin:0 1px 1px 0; width:calc(50% - 1px); height:120px; background:#fff; position:relatve; overflow:hidden; }
.cb_news .item_list.item_space_type2 .news_list .item {  margin:0 20px 20px 0; width:calc(50% - 10px); }
.cb_news .news_list .item:nth-child(2n) { margin-right:0 !important; }
.cb_news .item a { display:block; width:100%; height:100%; position:relative; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; }
.cb_news .item .image_wrap { height:120px; width:50%; position:relative; overflow:hidden; z-index:1; }
.cb_news .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
.cb_news .item .image { width:100%; height:100%; }
.cb_news .image_type2 .image_wrap { height:90px; width:90px; border-radius:100%; top:2px; left:20px; }
.cb_news .item .content { width:50%; padding:0 30px; -webkit-box-sizing:border-box; box-sizing:border-box; }
.cb_news .image_type2 .content { width:calc(100% - 110px); padding-left:30px; }
.cb_news .no_image .item .content { width:100%; left:0; }
.cb_news .item .title, .cb_news .item .date { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
.cb_news .item .title { line-height:1.5; max-height:3.0em; overflow:hidden; }
.cb_news .item .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.cb_news .item .date { font-size:12px; margin-top:10px; color:#999; }
.cb_news .item_list.item_space_type2 .link_button { margin:-20px auto 20px; }
.cb_news .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
.cb_news .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　FAQ
---------------------------------------------------------------------- */
.cb_faq { position:relative; overflow:hidden; }
.cb_faq .item_list { padding:50px 0; position:relative; overflow:hidden;}
.cb_faq .item_space_type2 { padding:50px 0 40px; }
.cb_faq .faq_list { margin:0 auto; position:relative; z-index:10; }
.cb_faq .item { background:#fff; margin:0 0 1px 0; }
.cb_faq .item_space_type2 .faq_list .item { margin-bottom:10px; }
.cb_faq .question { line-height:1.5; font-size:16px; font-weight:bold; cursor:pointer; padding:30px 30px 25px; }
.cb_faq .question span { margin:0 30px 0 0; }
.cb_faq .answer { display:none; margin:0 30px; padding:20px 0; border-top:1px dotted #ccc; }
.cb_faq .answer p:last-child { margin:0; }
.cb_faq .item_space_type2 .link_button { margin:-10px auto 10px; }


/* FAQアーカイブページ用 */
#faq_header { border-bottom:1px solid #ddd; padding:50px 0 30px; }
#faq_header.type3 { display:none; }
#faq_header.no_category { border-bottom:none; }
#faq_header .desc { margin:0 auto; }
#faq_category_list { margin:0 auto; padding-top:20px; }
#faq_category_list li { float:left; width:calc(50% - 10px); margin:0 20px 20px 0; }
#faq_category_list li:nth-child(2n) { margin-right:0; }
#faq_category_list li a {
  display:block; text-align:center; background:#00a2a7; border:1px solid #00a2a7; color:#fff; height:50px; line-height:50px; border-radius:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#faq_list .faq_wrap { background:#eee; padding:50px 0; }
#faq_list .faq_wrap.item_space_type2 { padding:50px 0 40px; }
#faq_list .cb_faq .header { text-align:center; padding:50px 0 40px; }
#faq_list .cb_faq .header .headline { font-size:24px; color:#00a2a8; }
#faq_list .cb_faq .header .desc { margin:20px 0 0 0; }
#faq_list .cb_faq .header .desc p { line-height:2; }

body.page #faq_list { border-top:1px solid #ddd; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　プロフィール
---------------------------------------------------------------------- */
.cb_profile { position:relative; overflow:hidden; padding:0 0 50px; }
.cb_profile .item_list {  margin:0 auto; position:relative; overflow:hidden;}
.cb_profile .item {
  border:1px solid #ccc; margin:0 0 20px 0; padding:50px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:flex-start; -webkit-align-items:flex-start; align-items:flex-start;
}
.cb_profile .item:last-of-type, .cb_profile .item:only-of-type { margin-bottom:0; }
.cb_profile .item .image_wrap { height:180px; width:180px; border-radius:100%; position:relative; overflow:hidden; z-index:1; }
.cb_profile .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
.cb_profile .item .image { width:100%; height:100%; }
.cb_profile .item .original_image { width:180px; height:100%; display:block; margin:0; position:relative; }
.cb_profile .item .content {
  width:-webkit-calc(100% - 180px); width:calc(100% - 180px); padding:0 0 0 50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.cb_profile .item .title { line-height:1.3; }
.cb_profile .item .sub_title { font-size:12px; margin:0 0 0 30px; vertical-align:middle; top:-4px; position:relative; }
.cb_profile .item .desc { font-size:15px; line-height:2; margin:20px 0 0; }
.cb_profile .sns_button_list { margin:20px 0 0 0; font-size:0; z-index:20; }
.cb_profile .sns_button_list li { display:inline-block; margin:0 15px 0 0; position:relative; }
.cb_profile .sns_button_list li a {
  display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
.cb_profile .sns_button_list li a span { display:none; }
.cb_profile .sns_button_list li a:before {
  font-family:'design_plus'; font-size:16px; display:block; color:#333;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.cb_profile .sns_button_list li.twitter a:before { font-family:'tiktok_x_icon'; content:'\e901'; }
.cb_profile .sns_button_list li.facebook a:before { content:'\e903'; }
.cb_profile .sns_button_list li.insta a:before { content:'\ea92'; }
.cb_profile .sns_button_list li.linkedin a:before { content:'\eaca'; font-size:18px; }
.cb_profile .sns_button_list li.pinterest a:before { content:'\e905'; font-size:18px; }
.cb_profile .sns_button_list li.google a:before { content:'\e900'; }
.cb_profile .sns_button_list li.youtube a:before { content:'\f167'; font-size:17px; top:0; }
.cb_profile .sns_button_list li.contact a:before { content:'\e916'; font-size:18px; }
.cb_profile .sns_button_list li.rss a:before { content:'\e90b'; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　Google map
---------------------------------------------------------------------- */
.cb_map { position:relative; overflow:hidden; padding:0 0 50px; }
.cb_map .map { margin:0 auto 50px; overflow:hidden; }
.cb_map .map iframe { width:100%; height:100%; }
.cb_map .content { margin:0 auto; }
.cb_map .content p:last-of-type { margin:0; }




/* ----------------------------------------------------------------------
 コンテンツビルダー　フリースペース
---------------------------------------------------------------------- */
.cb_free_space_inner { margin:0 auto; }




/* ----------------------------------------------------------------------
 お問い合わせ
---------------------------------------------------------------------- */
#page_content { margin:0 auto; padding:50px 0; }
#contact_form_area { margin:0 auto; padding:10px 0 50px; }
.cb_contact { }
.cb_contact .post_content { margin:0 auto; padding:10px 0 50px; }
.contact_form .title { font-size:16px; font-weight:normal; border-left:3px solid #00a2a7; margin:0 0 15px 0; padding:0 0 0 10px; line-height:1.5; }
.contact_form .title span { background:#00a2a7; color:#fff; font-size:12px; height:18px; line-height:18px; padding:0 15px; margin:0 0 0 15px; display:inline-block; position:relative; top:-2px; }
.contact_form .field input, .contact_form .field textarea {
  border:1px solid #ccc; width:100%; padding:10px; background:#fff; border-radius:4px;
  box-shadow:1px 1px 3px 0 rgba(50,50,50,0.1) inset;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.contact_form .field span input { width:auto; padding:auto; }
.contact_form .field input:focus, .contact_form .field textarea:focus { border-color:#00c5d3; }
.contact_form .field textarea { height:300px; }
.contact_message_area { padding-top:20px; }
.contact_form .message { margin:0; padding:10px 0; }
.mw_wp_form .contact_button_area { text-align:center; margin-top:50px; }
.mw_wp_form .contact_button_area .contact_submit, .mw_wp_form .contact_button_area .contact_back { display:inline; }
.mw_wp_form .contact_button_area input {
  cursor:pointer; min-width:200px; padding:0px 35px; height:50px; line-height:50px; display:inline-block ; margin:0 20px; font-size:13px;
  border:none; text-decoration:none; text-align:center;
  color:#fff; background:#00a2a7; border:1px solid #00a2a7; border-radius:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
.mw_wp_form .contact_button_area input:hover { background:#00c5d3; border-color:#00c5d3; }
.mw_wp_form .field .error { background:#ec78a4; border:none; color:#fff; display:inline-block; margin:10px 10px 0 0; height:30px; line-height:30px; padding:0 20px; position:relative; border-radius:3px; }
.mw_wp_form .field .error:after { content:''; height:0px; width:0px; border:10px solid #ec78a4; border-color:transparent; border-bottom-color:#ec78a4; display:block; position:absolute; top:-15px; left:45px; }


/* 確認画面 */
.mw_wp_form_confirm .contact_form .field { border:1px solid #ccc; padding:10px; }
.mw_wp_form_confirm .contact_form .confirm_mail { display:none; }


/* 説明文 */
.contact_message_area .headline { text-align:center; font-size:30px; color:#00a2a8; }
.contact_message_area .desc { padding:30px 30px; background:#f9f9f9; margin:30px 0 40px 0; border-radius:10px; }
.contact_message_area .desc p:last-of-type { margin-bottom:0; }
.contact_confirm_message { display:none; }
.contact_complete_message { display:none; }
body.confirm_page .contact_confirm_message { display:block; }
body.complete_page .contact_complete_message { display:block; }
body.confirm_page .contact_top_message { display:none; }
body.complete_page .contact_top_message { display:none; }
body.error_page .contact_top_message { display:none; }
body.error_page .contact_confirm_message { display:none; }
body.error_page .contact_complete_message { display:none; }
body.confirm_page #faq_header, body.confirm_page #faq_list, body.complete_page #faq_header, body.complete_page #faq_list, body.error_page #faq_header, body.error_page #faq_list { display:none; }
body.confirm_page #footer, body.complete_page #footer, body.error_page #footer, body.faq_type3 #footer { border-top:1px solid #ddd; }


/* 2カラム用 FAQ一覧*/
body.faq_type3 #contact_page_type2 { margin:0 auto; }
body.faq_type3 #contact_form_area { width:calc(100% - 350px); float:left; }
body.faq_type3 #side_col { padding:50px 0 0 0; }
#side_col .side_faq { margin-bottom:40px; }
#side_col .side_faq .headline { font-size:18px; margin:0 0 15px 0; padding:3px 0 0 15px; line-height:1.6; border-left:3px solid #00a2a8; }
#side_col .side_faq_list { border:1px solid #ccc; }
#side_col .side_faq_list .item { border-bottom:1px solid #ddd; }
#side_col .side_faq_list .item:last-of-type { border-bottom:none; }
#side_col .side_faq_list .question { font-size:15px; line-height:1.6; padding:15px 20px; cursor:pointer; }
#side_col .side_faq_list .question .num { margin:0 15px 0 0; color:#00a2a7; font-size:12px; position:relative; font-weight:bold; top:-1px; }
#side_col .side_faq_list .question:hover { color:#00c5d3; }
#side_col .side_faq_list .answer { font-size:13px; border-top:1px dotted #ccc; padding:15px 20px 10px; display:none; }
#side_col .side_faq_list .answer p { line-height:2; }
#side_col .side_faq_list .answer p:last-child { margin:0; }




/* ----------------------------------------------------------------------
 アーカイブページ（共通パーツ）
---------------------------------------------------------------------- */

/* キャッチフレーズ */
#archive_catch_area { margin-bottom:50px; text-align:center; }
#archive_catch_area .headline { line-height:1.3; font-size:24px; color:#00a2a8; }
#archive_catch_area .sub_title { line-height:1; font-size:10px; color:#999; margin:7px 0 0 0; }
#archive_catch_area .desc { line-height:2; font-size:14px; margin:40px 0 0 0; }


/* ページング */
.page_navi { margin:50px 0 -4px 0; z-index:10; position:relative; }
.page_navi ul { margin:0; font-size:0; text-align:center; }
.page_navi li { display:inline-block; margin:0 4px 4px 0; }
.page_navi a, .page_navi a:hover, .page_navi span {
  color:#000; background:#fff; border:1px solid #ddd; font-size:14px; width:45px; height:45px; line-height:45px; margin:0; display:inline-block; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.page_navi a:hover { color:#fff; }
.page_navi span.dots { background:none; color:#333; }
.page_navi span.current { color:#fff; background:#000; border-color:#000; }

.page_navi .next, .page_navi .prev { }
.page_navi .next span, .page_navi .prev span { display:none; }
.page_navi .next:before, .page_navi .prev:before {
  font-family:'design_plus'; font-size:11px; top:1px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
.page_navi .prev:before { content:'\e90f'; }
.page_navi .next:before { content:'\e910'; }
.page_navi .prev:hover:before, .page_navi .next:hover:before { color:#fff; }
#no_post { text-align:center; }




/* ----------------------------------------------------------------------
 サービスアーカイブページ
---------------------------------------------------------------------- */
#service_list .item_list {  }
#service_list .item_list_inner {
  margin:0 auto;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#service_list .item_list.width_type2 .item_list_inner { padding:0 50px; }
#service_list .item { margin:0 1px 40px 0; z-index:10; position:relative; }
#service_list .item_list.item_space_type2 .item { margin-right:20px; }
#service_list .item_list.layout_type1 .item { -webkit-width:calc(50% - 1px); width:calc(50% - 1px); }
#service_list .item_list.layout_type2 .item { -webkit-width:calc(100% / 3 - 1px); width:calc(100% / 3 - 1px); }
#service_list .item_list.layout_type3 .item { -webkit-width:calc(25% - 1px); width:calc(25% - 1px); }
#service_list .item_list.layout_type1.item_space_type2 .item { -webkit-width:calc(50% - 10px); width:calc(50% - 10px); }
#service_list .item_list.layout_type2.item_space_type2 .item { -webkit-width:calc(100% / 3 - 14px); width:calc(100% / 3 - 14px); }
#service_list .item_list.layout_type3.item_space_type2 .item { -webkit-width:calc(25% - 15px); width:calc(25% - 15px); }
#service_list .item_list.layout_type1 .item:nth-child(2n) { margin-right:0; }
#service_list .item_list.layout_type2 .item:nth-child(3n) { margin-right:0; }
#service_list .item_list.layout_type3 .item:nth-child(4n) { margin-right:0; }
#service_list .item a { display:block; width:100%; height:100%; }
#service_list .item .image_wrap { margin:0 0 20px 0; height:230px; width:100%; position:relative; overflow:hidden; z-index:1; }
#service_list .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
#service_list .item .image { width:100%; height:100%; }
#service_list .item_list.image_type2 .image_wrap { margin:0 auto 20px; border-radius:100% !important; }
#service_list .item .title, #service_list .item .sub_title, #service_list .item .desc { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
#service_list .item .title { line-height:1.3; text-align:center; }
#service_list .item .sub_title { font-size:12px; text-align:center; margin:10px 0 0 0; }
#service_list .item .desc { font-size:15px; line-height:2; margin:12px 0 0; padding:0 15px; text-align:center; }
#service_list .item .desc p:last-child { margin:0; }
#service_list .page_navi { margin:10px auto 45px; }




/* ----------------------------------------------------------------------
 お知らせアーカイブページ
---------------------------------------------------------------------- */
#news_archive { margin:0 auto; padding:50px 0; position:relative; }
#news_archive .item { width:calc(50% - 8px); float:left; margin:0 15px 15px 0; }
#news_archive .item:nth-child(2n) { margin-right:0; }
#news_archive .item a {
  display:block; width:100%; height:180px; border:1px solid #ccc; padding:0 15px; border-radius:5px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_archive .image_wrap { display:block; width:150px; height:150px; z-index:1; overflow:hidden; border-radius:5px; }
#news_archive .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
#news_archive .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#news_archive .title_area {
  width:-webkit-calc(100% - 150px); width:calc(100% - 150px); padding:0 50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#news_archive .no_image .title_area { width:100%; padding:20px 20px; }
#news_archive .item .title {
  font-size:20px; line-height:1.8; overflow:hidden; max-height:3.6em; word-break:break-all;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#news_archive .item .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#news_archive .item .date { color:#999; margin:10px 0 0 0; }
#news_archive .page_navi { margin-top:35px; }




/* ----------------------------------------------------------------------
 お知らせ詳細ページ
---------------------------------------------------------------------- */

/* 最新のお知らせ */
#recent_news { margin:50px 0 0; position:relative; }
#recent_news .headline { line-height:1.3; font-size:24px; color:#00a2a8; text-align:center; }
#recent_news .sub_title { line-height:1; font-size:10px; color:#999; text-align:center; margin:7px 0 0 0; }
#recent_news .post_list { margin:25px 0 0 0; }
#recent_news .item {
  margin:0 10px 10px 0; width:calc(50% - 5px); float:left;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#recent_news .item:nth-child(2n) { margin-right:0; }
#recent_news .item a {
  display:block; width:100%; height:120px; padding:0 10px; border:1px solid #ccc; border-radius:5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
#recent_news .image_wrap { display:block; width:100px; height:100px; z-index:1; overflow:hidden; }
#recent_news .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#recent_news .title_area {
  width:-webkit-calc(100% - 100px); width:calc(100% - 100px); padding:0 30px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#recent_news .item .title {
  font-size:14px; font-weight:normal; line-height:1.8; overflow:hidden; max-height:3.6em; word-break:break-all;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#recent_news .item .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#recent_news .item .date {
  color:#999; font-size:12px; margin:5px 0 0 0;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#recent_news .item.no_image { width:100%; float:none; margin:0 0 10px 0; }
#recent_news .item.no_image .title_area { width:100%; padding:10px 20px; }




/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#blog_archive { margin:0 auto; padding:50px 0; position:relative; }
#blog_archive .post_list {
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#blog_archive .item {
  width:25%; border:1px solid #ccc; margin:0 -1px -1px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#blog_archive .item a { display:block; width:100%; height:100%; }
#blog_archive .image_wrap { position:relative; display:block; width:calc(100% + 2px); height:auto; aspect-ratio:850 / 410; z-index:1; overflow:hidden; margin:-1px -1px 0; }
#blog_archive .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
#blog_archive .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#blog_archive .title_area { padding:20px 30px;}
#blog_archive .item .title {
  font-size:14px; font-weight:normal; line-height:1.8; overflow:hidden; max-height:3.6em; word-break:break-all;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#blog_archive .item .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#blog_archive .item .date {
  color:#999; font-size:12px; margin:5px 0 0 0;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#blog_archive .post_list.type1 { margin:0 0 -30px 0; }
#blog_archive .type1 .item { border:none; margin:0 20px 5px 0; width:-webkit-calc(25% - 15px); width:calc(25% - 15px); }
#blog_archive .type1 .item:nth-child(4n) { margin-right:0; }
#blog_archive .type1 .image_wrap { width:100%; margin:0; border-radius:5px; }
#blog_archive .type1 .title_area { padding:20px 0px; }


/* カテゴリー情報 */
#category_info { border-top:1px solid #ddd; }
#category_info .header { padding:40px 0; margin:0 auto; text-align:center; }
#category_info .header .headline { line-height:1.3; font-size:32px; color:#00a2a8; }
#category_info .header .sub_title { line-height:1; font-size:10px; color:#999; margin:7px 0 0 0; }
#category_info .header .desc { line-height:2; font-size:15px; margin:30px 0 0 0; }
#category_info .category_list_inner {
  margin:0 auto; padding:50px 0 30px;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#category_info .item { width:-webkit-calc(100% / 3 - 14px); width:calc(100% / 3 - 14px); background:#fff; overflow:hidden; margin:0 20px 20px 0; position:relative; }
#category_info .item:nth-child(3n) { margin-right:0; }
#category_info .item .image_wrap { width:100%; height:200px; position:relative; margin:0 0 25px 0; overflow:hidden; }
#category_info .item .image { height:200px; }
#category_info .item .headline { line-height:1.3; font-size:20px; text-align:center; }
#category_info .item .headline a { color:#00a2a8; }
#category_info .item .sub_title { line-height:1; font-size:10px; color:#999; margin:7px 0 0 0; text-align:center; }
#category_info .item .desc { line-height:2; font-size:13px; margin:20px 30px 0; }
#category_info .item ol { border-top:1px solid #ddd; margin:20px 0 0 0; }
#category_info .item ol li { padding:15px 0; margin:0; border-bottom:1px dotted #bbb; }
#category_info .item ol li a { display:block; padding:0 30px 0 50px; line-height:1.6; font-size:12px; max-height:3.2em; overflow:hidden; position:relative; }
#category_info .item ol li a:before {
  content:''; width:10px; height:10px; line-height:10px;
  font-family:'icon'; color:#111; font-size:9px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e910'; position:absolute; left:30px; top:5px; 
}

#category_info .item ol li a span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#category_info .link_button { text-align:center; padding:20px 0; }
#category_info .link_button a {
  font-size:12px; display:inline-block; padding:0 25px; min-width:150px; height:40px; border-radius:40px; line-height:40px; text-align:center; background:#00a2a8; color:#fff;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}




/* ----------------------------------------------------------------------
 ブログ詳細ページ
---------------------------------------------------------------------- */
.post_content { }
.post_content a:hover { text-decoration:none; }
#article { position:relative; overflow:hidden; }


/* タイトル */
#post_title_area { margin:0 0 50px 0; }
#post_title_area .title { font-size:32px; line-height:1.6; font-weight:600; margin:0; }
#post_title_area .post_meta { margin:35px 0 0 0; }
#post_title_area .post_meta li { display:inline; line-height:1.8; font-size:12px; margin:0 10px 0 0; padding:0 15px 0 0; color:#999; position:relative; }
#post_title_area .post_meta li:after { content:''; width:1px; height:11px; background:#ccc; position:absolute; right:0px; top:3px; }
#post_title_area .post_meta li:last-of-type:after, #post_title_area .post_meta li:only-of-type:after { display:none; }
#post_title_area .post_meta li a { color:#999; }
#post_title_area .post_meta li a:after { content:', '; color:#999; margin:0 3px 0 2px; }
#post_title_area .post_meta li a:last-child:after { display:none; }


/* アイキャッチ画像*/
#post_image { margin:0 0 50px 0; position:relative; overflow:hidden; }
#post_image .image_inner { position:relative; }
#post_image .image { width:100%; height:410px; }


/* SNSボタン */
#single_share_top { margin:0 0 40px 0; padding:0; }
#single_share_top .share-top { margin:0; }
#single_share_bottom { margin:50px 0 0 0; }
#single_share_bottom .share-btm { margin-bottom:0 !important; padding:0; }
#single_share_top .mt10, #single_share_top .mt10 { margin:0 !important; }
#single_share_bottom .mb45, #single_share_bottom .mb45 { margin:0 !important; }
.sns_default_top  { text-align:center; }
body.single-news #single_share_bottom { margin:23px 0 55px 0; }


/* コピーボタン */
.single_copy_title_url_btn {
  position:relative; min-width:200px; padding:0 35px; height:50px; line-height:45px; border:1px solid #ccc; background:#fff; margin:0 auto 40px; display:block;
  cursor:pointer; -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.single_copy_title_url_btn:before {
  font-family:'icon'; content:'\e927'; font-size:18px; display:block; color:#333; display:inline; margin:0 10px 0 0; top:2px; position:relative; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
.single_copy_title_url_btn:hover { background:#00c5d3; border-color:#00c5d3; color:#fff; }
.single_copy_title_url_btn:hover:before { color:#fff; }
#single_copy_title_url_bottom .single_copy_title_url_btn { margin:45px auto 0; }


/* ページ分割 */
#post_pagination { margin:0 0 0 0; padding:10px 0 0 0; clear:both; font-size:0; text-align:center; }
#post_pagination h5 { margin:0 0 10px 0; font-size:12px; }
#post_pagination a, #post_pagination p {
  color:#000; background:#fff; border:1px solid #ccc; font-size:12px; display:inline-block; margin:0 3px; width:45px; height:45px; line-height:45px; text-align:center; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#post_pagination p { position:relative; background:#000; color:#fff; }
#post_pagination a:hover { background:#000; color:#fff; }


/* フリースペース */
#single_free_space { padding:40px 0 0; }
#single_free_space .post_content p:last-of-type { margin:0; }


/* ページ分割（続きを読むver） */
#p_readmore { text-align:center; padding:22px 0 0 0; margin-bottom:-15px; font-size:13px; }
#p_readmore .button {
  background:#000; color:#fff; display:inline-block; font-size:13px; height:50px; line-height:50px; min-width:200px; padding:0 35px; text-decoration:none;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#p_readmore .button:hover { background:#333; color:#fff; }


/* キーワード */
#post_tag h3 { font-size:18px; font-weight:normal; position:relative; margin:50px 0 20px 0; }
#post_tag h3:before {
  font-family:'icon'; content:'\e922'; font-size:18px; display:block; color:#666; display:inline; margin:0 10px 0 0; top:2px; position:relative; 
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease; transition: all 0.3s ease;
}
#post_tag a { float:left; display:block; background:#fafafa; border:1px solid #ccc; text-align:center; height:30px; line-height:30px; border-radius:3px; font-size:12px; padding:0 20px; margin:0 3px 3px 0; }
#post_tag a:hover { color:#fff; background:#333; border-color:#333; }


/* 次の記事、前の記事 */
#next_prev_post { margin:50px 0 0; }
#next_prev_post .item { float:left; width:50%; height:50px; position:relative; }
#next_prev_post a {
  display:block; width:100%; height:50px; line-height:50px; position:relative; color:#000; position:relative; border:1px solid #ccc; text-align:center;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#next_prev_post a:hover { color:#fff; background:#000; border-color:#000; }
#next_prev_post a:hover:before { color:#fff; }
#next_prev_post a:before {
  content:''; width:12px; height:12px; line-height:12px;
  font-family:'design_plus'; color:#111; font-size:12px; display:block;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  content:'\e90f'; position:absolute; left:20px; top:20px;
}
#next_prev_post .next_post a:before { content:'\e910'; position:absolute; left:auto; right:20px; top:20px; }
#next_prev_post .next_post { margin-left:-1px; }
#next_prev_post .item:first-of-type a { border-radius:5px 0 0 5px; }
#next_prev_post .item:last-of-type a { border-radius:0 5px 5px 0; }
#next_prev_post .item:only-of-type a { border-radius:5px; }


/* 関連記事 */
#related_post { margin:50px 0 0; position:relative; }
#related_post .headline { line-height:1.3; font-size:24px; color:#00a2a8; text-align:center; }
#related_post .sub_title { line-height:1; font-size:10px; color:#999; text-align:center; margin:7px 0 0 0; }
#related_post .post_list {
  margin:25px 0 0 0;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#related_post .item {
  width:-webkit-calc(100% / 3); width:calc(100% / 3); border:1px solid #ccc; margin:0 -1px -1px 0;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#related_post .item a { display:block; width:100%; height:100%; }
#related_post .image_wrap { position:relative; display:block; width:calc(100% + 2px); height:auto; aspect-ratio:850 / 410; z-index:1; overflow:hidden; margin:-1px -1px 0; }
#related_post .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
#related_post .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#related_post .title_area { padding:20px 30px;}
#related_post .item .title {
  font-size:14px; font-weight:normal; line-height:1.8; overflow:hidden; max-height:3.6em; word-break:break-all;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#related_post .item .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
#related_post .item .date {
  color:#999; font-size:12px; margin:5px 0 0 0;
  -webkit-transition: color 0.35s ease; transition: color 0.35s ease;
}
#related_post.type1 .post_list { margin:25px 0 -30px 0; }
#related_post.type1 .item { border:none; margin:0 20px 5px 0; width:-webkit-calc(100% / 3 - 14px); width:calc(100% / 3 - 14px); }
#related_post.type1 .item:nth-child(3n) { margin-right:0; }
#related_post.type1 .title_area { padding:20px 0px; }


/* プロフィール */
#author_profile { border:1px solid #ccc; margin:50px 0 0; padding:50px; position:relative; }
#author_profile a.avatar { display:block; width:150px; height:150px; border-radius:100%; margin:0 auto 30px; position:relative; overflow:hidden; z-index:2; }
#author_profile img.avatar { display:block; width:100%; height:auto; }
#author_profile .headline { font-size:24px; margin:0; line-height:1.6; text-align:center; }
#author_profile .sub_title { display:block; font-size:12px; color:#999; text-align:center; margin-top:7px; }
#author_profile .desc { margin:25px 0 20px 0; }
#author_profile .desc p { line-height:2.0; font-size:14px; }
#author_profile .author_link { text-align:center; margin:0; font-size:0; }
#author_profile .author_link li { display:inline-block; margin:0 7px; position:relative; }
#author_profile .author_link li a {
  display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
#author_profile .author_link li a span { display:none; }
#author_profile .author_link li a:before {
  font-family:'design_plus'; font-size:14px; display:block;
  position:absolute; top:1px; left:0; right:0; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#author_profile .author_link li a:hover:before { color:#aaa; }
#author_profile .author_link li.twitter a:before { font-family:'tiktok_x_icon'; content:'\e901'; }
#author_profile .author_link li.facebook a:before { content:'\e903'; }
#author_profile .author_link li.insta a:before { content:'\ea92'; }
#author_profile .author_link li.linkedin a:before { content:'\eaca'; font-size:18px; }
#author_profile .author_link li.pinterest a:before { content:'\e905'; font-size:18px; }
#author_profile .author_link li.google a:before { content:'\e900'; }
#author_profile .author_link li.youtube a:before { content:'\f167'; font-size:17px; top:0; }
#author_profile .author_link li.contact a:before { content:'\e916'; font-size:18px; }
#author_profile .archive_link { float:right; padding:0 20px 0 0; margin-top:4px; }
#author_profile .archive_link span:after {
  font-size:12px; font-family:'design_plus'; content:'\e910'; display:block; position:absolute; right:0px; top:5px; height:14px; line-height:14px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* 広告 */
#single_banner_top { margin:0 auto; padding:10px 0 45px; width:700px; }
#single_banner_bottom { margin:0 auto; padding:50px 0 0; width:700px; }
#single_banner_shortcode { margin:0 auto; padding:15px 0 45px; width:700px; }
#mobile_banner_top { margin:30px 0 25px; text-align:center; }
#mobile_banner_bottom { margin:30px 0 30px; text-align:center; }
.single_banner_area .single_banner_left {
  float:left; width:50%; text-align:right; padding:0 15px 0 0;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area .single_banner_right {
  float:right; width:50%; text-align:left; padding:0 0 0 15px;
 -webkit-box-sizing:border-box; box-sizing:border-box;
}
.single_banner_area img { max-width:100%; height:auto; display:inline-block; margin:0 auto; }
.single_banner_area.one_banner .single_banner_left { float:none; text-align:center; padding:0; width:100%; }




/* ----------------------------------------------------------------------
 404
---------------------------------------------------------------------- */
#page_404 { margin:0 auto; }
.header_404 { text-align:center; padding:0 0 40px; line-height:2; }
body.error404 .header_404 { padding-top:40px; }
.content_404 .headline { font-size:18px; margin:0 0 20px 0; padding:3px 0 0 15px; line-height:1.6; border-left:3px solid #00a2a8; }
.content_404 { border-top:1px dotted #ccc; padding:45px 0 50px; }


/* 検索 */
.content_404 .search_input { width:-webkit-calc(100% - 200px); width:calc(100% - 200px); float:left; height:50px; }
.content_404 .search_input input {
  border:1px solid #ccc; height:50px; padding:20px; width:100%; border-right:none; 
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.content_404 .search_button { width:200px; height:50px; float:left; position:relative; }
.content_404 .search_button input { border:none; background:#00a2a7; color:#fff; width:200px; height:50px; cursor:pointer; }
.content_404 .search_button input:hover { background:#00c5d3; }


/* カテゴリー */
.category_list_404 li { margin:0 -1px -1px 0; float:left; width:-webkit-calc(100% / 3); width:calc(100% / 3); }
.category_list_404 li a { display:block; border:1px solid #ccc; padding:20px; background:#fff; }
.category_list_404 li a:hover { }


/* 人気の記事 */
.post_list_404 .article { margin:0 0 -1px 0; }
.post_list_404 .article a { display:block; border:1px solid #ccc; padding:20px; background:#fff; }
.post_list_404 .article .date { float:left; width:100px; }
.post_list_404 .article .title { width:calc(100% - 100px); float:left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.post_list_404 .article a:hover { }


/* 報告 */
.content_404 .desc { line-height:2; border:1px solid #ccc; padding:20px; }




/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header { width:100%; height:auto; aspect-ratio:1450 / 300; position:relative; overflow:hidden; }
body.single-news #page_header { aspect-ratio:1450 / 410; }
#page_header .title_area {
  position:absolute; text-align:center; color:#fff; z-index:10;
  left:50%; top:50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
#page_header .title { font-size:30px; line-height:1.3; }
#page_header .sub_title { font-size:12px; line-height:2; margin-top:5px; }
#page_header .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#page_header .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }
#page_header .post_meta { margin-top:15px; }
#page_header .post_meta li { display:inline; line-height:1.8; font-size:12px; margin:0 10px 0 0; padding:0 15px 0 0; color:#fff; position:relative; }
#page_header .post_meta li:after { content:''; width:1px; height:11px; background:#fff; position:absolute; right:0px; top:4px; opacity:0.5; }
#page_header .post_meta li:last-of-type:after, #post_title_area .post_meta li:only-of-type:after { display:none; }
#page_header .post_meta li:only-of-type { margin:0; padding:0; }
#page_header .post_meta li a { color:#fff; display:none; }
#page_header .post_meta li a:first-of-type { display:inline-block; }


/* ヘッダーナビゲーション */
#page_header_nav { margin:0 auto 40px; position:relative; top:-35px; z-index:100; }
body.page #page_header_nav, body.single #page_header_nav { margin-bottom:0px; }
body.has_breadcrumb #page_header_nav { margin-top:100px; }
#page_header_nav:before {
  display:block; content:''; height:70px; width:100%;
  position:absolute; top:0px; left:0px;
  background:#fff; box-shadow:0 0 40px 0 rgba(0,0,0,0.2); border-radius:5px;
}
#page_header_nav ol {
  width:100%; position:relative;
  height:70px; line-height:70px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
#page_header_nav ol li {
  text-align:center; font-size:12px; font-weight:bold;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;  
}
#page_header_nav ol li a { display:block; border-right:1px solid #ddd; height:70px; padding:0 15px; }
#page_header_nav ol li a span { display:block; line-height:1.5; padding-top:3px; position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#page_header_nav ol li a:hover { }
#page_header_nav ol li:last-child a { border-right:none; }




/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header { width:100%; z-index:100; position:relative; top:0px; left:0px; }
body.home #header { position:absolute; }
body.no_page_header #header { border-bottom:1px solid #ddd; margin-bottom:1px; }


/* ロゴ */
#header_logo {
  position:absolute; margin-left:40px; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); z-index:30;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; align-items: center;
}
#header_logo .logo { line-height:1; margin:0; padding:0; font-weight:500; }
#header_logo .logo a { color:#fff; }
#header_logo img { display:block; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
#header_logo img:hover { opacity:0.5; }
#header_logo .logo_text { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }
#header_logo .mobile_logo_image { display:none; }
#header_logo .mobile_logo_text { display:none; }
#header_logo .pc_logo_image.type2 { display:none; }
#header_logo img.mobile { display:none; }


/* 説明文 */
#header_logo .desc { font-size:14px; font-weight:normal; margin:0 0 0 25px; }


/* グローバルメニュー */
#global_menu { float:right; position:relative; z-index:20; top:0px; right:20px; }
body.hide_menu #global_menu { opacity:0; pointer-events:none; }
#global_menu > ul {
  position:relative; margin:0; float:left;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  
}
#global_menu > ul > li { position:relative; line-height:1; float:left; font-size:14px; }
#global_menu > ul > li.small > a { font-size:90%; }
#global_menu > ul > li > a {
  padding:0 25px; font-size:14px; text-decoration:none; display:block; position:relative; overflow:hidden;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
#global_menu > ul > li > a > span { line-height:1.5; }
#global_menu > ul > li.active > a, #global_menu > ul > li.current-menu-item > a { }
#global_menu a:hover { }

#global_menu ul ul { display:none; width:100%; min-width:240px; position:absolute; right:0px; margin:0; padding:0; }
#global_menu ul ul ul { right:100%; top:0; margin:0; border:none; }
#global_menu ul ul li { line-height:1.5; padding:0; margin:0; text-align:left; position:relative; display:block; }
#global_menu ul ul a { font-size:14px; display:block; border:none; position:relative; padding:14px 25px 12px; height:auto; line-height:1.6; margin:0; }
#global_menu ul ul a:hover { text-decoration:none; border:none; }

#global_menu ul ul li.menu-item-has-children > a:before {
  font-family:'design_plus'; content:'\e90f'; color:#fff; display:block; position:absolute; left:8px; top:21px; font-size:10px; height:9px; line-height:9px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* お問い合わせボタン */
.header_contact_button {
  font-size:14px; height:42px; line-height:42px; text-align:center; padding:0 30px; margin:0 45px 0 0; left:25px;
  position:relative; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -webkit-box-sizing:border-box; box-sizing:border-box;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease; 
}
#drawer_menu .header_contact_button { top:auto; -ms-transform: none; -webkit-transform: none; transform: none; margin:30px 0 10px; min-width:160px; display:inline-block; left:0; }


/* メニューボタン */
#menu_button {
  background:#00a2a7; border-radius:100%; display:block; height:70px; width:70px; line-height:70px; text-decoration:none; z-index:100; position:relative;
  position:fixed; z-index:999; right:20px; opacity:0;
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
body.hide_menu #menu_button { opacity:1; top:15px; }
body.hide_menu #menu_button.move_up { -webkit-animation:none; animation:none; }
body.hide_menu #menu_button.move_down { -webkit-animation:none; animation:none; }
#menu_button.type2 { border-radius:0; }
#menu_button:hover { background:#007a7e; }
html.open_menu #menu_button {  }
html.open_menu #menu_button:hover {  }
#menu_button.move_up {
  -webkit-animation: menu_up 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: menu_up 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
#menu_button.move_down {
  -webkit-animation: menu_down 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: menu_down 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
body.admin-bar #menu_button.move_up {
  -webkit-animation: menu_up2 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: menu_up2 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
body.admin-bar #menu_button.move_down {
  -webkit-animation: menu_down2 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
  animation: menu_down2 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 0s;
}
#menu_button .line {
  background:#ffffff; display:block; height:2px; width:23px; position:absolute; left:23px;
  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;
}
#menu_button .line_top { top:28px; }
#menu_button .line_center { top:35px; }
#menu_button .line_bottom{ top:42px; }
#menu_button .name { display:inline-block; width:100%; font-size:10px; text-align:center; left:-100%; position:relative; }
#menu_button.open .line_top { top:35px; transform: rotate(45deg); }
#menu_button.open .line_center { transform:scaleX(0); }
#menu_button.open .line_bottom { top:35px; transform:rotate(135deg); }
#menu_button.open .name, #menu_button.move_down .name { display:none; }
#mobile_menu_button { display:none; }
@-webkit-keyframes menu_down {
  0% { opacity:0; top:-60px; }
  100% { opacity:1; top:20px; }
}
@keyframes menu_down {
  0% { opacity:0; top:-60px; }
  100% { opacity:1; top:20px; }
}
@-webkit-keyframes menu_up {
  0% { top:20px; opacity:1; }
  100% { opacity:0; top:-60px; }
}
@keyframes menu_up {
  0% { top:20px; opacity:1; }
  100% { opacity:0; top:-60px; }
}

@-webkit-keyframes menu_down2 {
  0% { opacity:0; top:-60px; }
  100% { opacity:1; top:50px; }
}
@keyframes menu_down2 {
  0% { opacity:0; top:-60px; }
  100% { opacity:1; top:50px; }
}
@-webkit-keyframes menu_up2 {
  0% { top:50px; opacity:1; }
  100% { opacity:0; top:-60px; }
}
@keyframes menu_up2 {
  0% { top:50px; opacity:1; }
  100% { opacity:0; top:-60px; }
}


/* ドロワーメニュー */
#drawer_menu { opacity:0; pointer-events:none; width:100%; height:100vh; background:rgba(0,0,0,0.7); position:fixed; top:0px; left:0px; z-index:998; }
#drawer_menu_content { position:absolute; text-align:center; width:100%; top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
html.open_menu { /* overflow:hidden; */ }
html.open_menu #drawer_menu { opacity:1; pointer-events:auto; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
html.close_menu #drawer_menu { -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
#drawer_menu .logo { margin:0 0 30px 0; }
#drawer_menu .logo img { margin:0 auto; }
#drawer_menu .mobile_logo_image { display:none; }
#drawer_menu img.mobile { display:none; }
#mobile_menu li { font-size:14px; padding:12px; }
#mobile_menu li a { display:block; text-decoration:underline; position:relative; }
#mobile_menu li a.active { color:#000; }
#mobile_menu li a br { display:none; }
#mobile_menu li ul { display:none; margin:10px 0 -10px 0; }
#mobile_menu .menu-item-has-children > a > .child_menu_button {
	display:inline-block; position:absolute; margin:-6px 0 0 8px; z-index:9; cursor:pointer;
	width:25px; height:25px; border-radius:100%; text-decoration:none !important;
}
#mobile_menu .menu-item-has-children > a > .child_menu_button:hover { background:#00c5d3; }
#mobile_menu .menu-item-has-children > a > .child_menu_button .icon:before {
  font-family:'design_plus'; content:'\e90e'; color:#000; text-align:center;
  display:block; font-size:12px; width:12px; height:12px; line-height:12px;
	position:absolute; left:6px; top:8px;
}
#mobile_menu .menu-item-has-children.open > a > .child_menu_button .icon:before { content:'\e911'; }
#mobile_menu .menu-item-has-children > a > .child_menu_button:hover .icon:before { color:#fff; }
#drawer_menu .tel { font-size:21px; margin:30px 0 0 0; }
#drawer_menu .desc { font-size:12px; margin:15px 0 0 0; }
#mobile_menu_social_link { margin:35px 0 0 0; font-size:0; z-index:20; text-align:center; }
#mobile_menu_social_link li { display:inline-block; margin:0 10px; position:relative; }
#mobile_menu_social_link li a { display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative; }
#mobile_menu_social_link li a span { display:none; }
#mobile_menu_social_link li a:before {
  font-family:'design_plus'; font-size:16px; display:block; color:#333;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#mobile_menu_social_link li.twitter a:before { font-family:'tiktok_x_icon'; content:'\e901'; }
#mobile_menu_social_link li.facebook a:before { content:'\e903'; }
#mobile_menu_social_link li.insta a:before { content:'\ea92'; }
#mobile_menu_social_link li.linkedin a:before { content:'\eaca'; font-size:18px; }
#mobile_menu_social_link li.pinterest a:before { content:'\e905'; font-size:18px; }
#mobile_menu_social_link li.google a:before { content:'\e900'; }
#mobile_menu_social_link li.youtube a:before { content:'\f167'; font-size:17px;}
#mobile_menu_social_link li.contact a:before { content:'\e916'; font-size:18px; }
#mobile_menu_social_link li.rss a:before { content:'\e90b'; }


/* パンくずリンク */
#bread_crumb { width:100%; background:rgba(255,255,255,0.2); position:absolute; bottom:0px; z-index:10; }
#bread_crumb ul { margin:0 auto; padding:0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#bread_crumb li { display:inline; font-size:10px; padding:0; margin:0; position:relative; color:#fff; }
#bread_crumb li:last-of-type { padding:0; margin:0; }
#bread_crumb li:after {
  font-family:'design_plus'; content:'\e910'; font-size:9px; color:#fff;
  display:inline-block; height:50px; line-height:50px; margin:0 15px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb li:last-of-type:after { display:none; }
#bread_crumb li a { color:#fff; display:inline-block; height:50px; line-height:50px; }
#bread_crumb li a:hover { }
#bread_crumb li.category a { display:none; }
#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type { display:inline-block; }
#bread_crumb li.home a { width:16px; position:relative; }
#bread_crumb li.home a span { opacity:0; }
#bread_crumb li.home a:before {
  font-family:'design_plus'; content:'\e924'; font-size:16px;
  display:inline-block; height:100%; line-height:1; top:2px; position:relative;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#bread_crumb_type2 #bread_crumb { position:relative; bottom:auto; border-bottom:1px solid #ddd; }
#bread_crumb_type2 #bread_crumb li { height:52px; line-height:52px;}
#bread_crumb_type2 #bread_crumb li, #bread_crumb_type2 #bread_crumb li:after, #bread_crumb_type2 #bread_crumb li a { color:#666; }
#bread_crumb_type2 #bread_crumb li:after { }




/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */

/* お問い合わせエリア */
#footer_contact { width:100%; position:relative; padding:40px 0 50px; }
#footer_contact .header { text-align:center; position:relative; z-index:10; color:#fff; }
#footer_contact .header .headline { font-size:30px; line-height:1.3; }
#footer_contact .header .sub_title { font-size:14px; margin-top:10px; }
#footer_contact_inner {
  background:#fff; border-radius:5px; margin:50px auto 0; z-index:3; position:relative;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-align-items:center; -webkit-align-items:center; align-items:center;
}
#footer_contact .item {
  width:50%; padding:50px; text-align:center;
  -ms-flex: 1 1 0%; -webkit-flex: 1 1 0%; flex: 1 1 0%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#footer_contact .item:last-child { border-left:1px solid #ddd; }
#footer_contact .item:only-child { border-left:none; }
#footer_contact .bg_image { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1; }
#footer_contact .overlay { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:2; }


/* 電話番号エリア */
#footer_tel_area { }
#footer_tel_area .headline { font-size:14px; margin:0; font-weight:normal; line-height:1.6; }
#footer_tel_area .tel { font-size:32px; margin:20px 0 0 0; position:relative; }
#footer_tel_area .tel:before {
  font-family:'icon'; font-size:32px; display:inline-block; content:'\e91d'; position:relative; left:-10px;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_tel_area .desc { font-size:13px; margin:20px 0 0 0; }


/* お問い合わせボタンエリア */
#footer_contact_area { }
#footer_contact_area .headline { font-size:14px; margin:0; font-weight:normal; line-height:1.6; }
#footer_contact_area .button { margin:30px 0 0 0; }
#footer_contact_area .button a {
  font-size:13px; display:inline-block; padding:0 35px; min-width:200px; height:50px; line-height:50px; text-align:center; border:1px solid #ccc;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}


/* フッターバナー */
#footer_banner { height:210px; padding:50px 0; -webkit-box-sizing:border-box; box-sizing:border-box; }
#footer_banner_inner { margin:0 auto 0; }
#footer_banner .item { width:-webkit-calc(100% / 3 - 10px); width:calc(100% / 3 - 10px); height:110px; overflow:hidden; float:left; margin:0 15px 0 0; background:#fff; border-radius:5px; }
#footer_banner .item:nth-child(3n) { margin-right:0; }
#footer_banner .item a { display:block; width:100%; height:100%; position:relative; z-index:1; }
#footer_banner .item .image_wrap { width:110px; height:110px; position:relative; z-index:1; overflow:hidden; }
#footer_banner .item .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
#footer_banner .item .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
#footer_banner .item .title_area {
  z-index:3; width:-webkit-calc(100% - 130px); width:calc(100% - 130px); position:absolute; left:130px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
#footer_banner .item .title, #footer_banner .item .sub_title { -webkit-transition: color 0.35s ease; transition: color 0.35s ease; }
#footer_banner .item .title { line-height:1.6; padding-right:20px; }
#footer_banner .item .sub_title { line-height:1.8; }


/* フッター */
#footer { width:100%; padding:50px 0; }


/* フッターメニュー */
#footer_menu { width:1200px; margin:0 auto; }
#footer_menu ul { margin:0 0 -25px 0; font-size:0; z-index:20; text-align:center; }
#footer_menu ul li { display:inline-block; font-size:13px; margin:0 19px 25px 0; padding-right:20px; line-height:1; position:relative; border-right:1px solid #ddd; }
#footer_menu ul li:last-of-type { border:none; margin-right:0; padding-right:0; }
#footer_menu ul li a br { display:none; }


/* ロゴ */
#footer_logo { margin:45px auto 0; text-align:center; }
#footer_logo .logo { line-height:1; padding:0; font-weight:500; }
#footer_logo img { display:block; margin:0 auto; -webkit-transition: opacity 0.35s ease-in-out; transition: opacity 0.35s ease-in-out; }
#footer_logo img:hover { opacity:0.5; }
#footer_logo .logo_text { -webkit-transition: color 0.2s ease; transition: color 0.2s ease; }
#footer_logo .pc_logo_text { display:block; margin:0; }
#footer_logo .mobile_logo_image { display:none; }
#footer_logo .mobile_logo_text { display:none; }
#footer_logo img.mobile { display:none; }


/* インフォメーション */
#footer_information { text-align:center; padding:40px 0 0 0; }
#footer_information p { font-size:13px; line-height:1.8; }


/* SNSボタン */
#footer_social_link { margin:40px 0 0 0; font-size:0; z-index:20; text-align:center; }
#footer_social_link li { display:inline-block; margin:0 10px; position:relative; }
#footer_social_link li a {
  display:block; overflow:hidden; width:20px; height:20px; line-height:20px; text-align:center; position:relative;
}
#footer_social_link li a span { display:none; }
#footer_social_link li a:before {
  font-family:'design_plus'; font-size:16px; display:block; color:#333;
  position:absolute; top:1px; left:0; right:0;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#footer_social_link li.twitter a:before { font-family:'tiktok_x_icon'; content:'\e901'; }
#footer_social_link li.facebook a:before { content:'\e903'; }
#footer_social_link li.insta a:before { content:'\ea92'; }
#footer_social_link li.pinterest a:before { content:'\e905'; font-size:18px;}
#footer_social_link li.google a:before { content:'\e900'; }
#footer_social_link li.youtube a:before { content:'\f167'; font-size:17px;}
#footer_social_link li.contact a:before { content:'\e916'; font-size:18px; }
#footer_social_link li.linkedin a:before { content:'\eaca'; font-size:18px; }
#footer_social_link li.rss a:before { content:'\e90b'; }


/* コピーライト */
#copyright { width:100%; line-height:60px; height:60px; font-size:12px; z-index:10; text-align:center; background:#000; color:#fff; border-top:1px solid #ddd; }


/* ページ上部へ戻るボタン */
#return_top { display:block; }
#return_top a { background:#222; display:block; height:70px; width:70px; line-height:70px; border-radius:100%; text-decoration:none; z-index:100; position:relative; }
#return_top.type2 a { border-radius:0; }
#return_top span { display:none; }
#return_top a:before {
  color:#fff; font-family:'design_plus'; content:'\e911'; font-size:14px; display:block; width:14px; height:14px;
  position:absolute; left:0; right:0; top:4px; margin:auto;
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}
#return_top {
  position:fixed; right:25px; bottom:20px; z-index:999; opacity:0;
  -webkit-transform: translate3d(0,90px,0); transform: translate3d(0,90px,0);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1); transition: all 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#return_top.active { opacity:1; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
html.open_menu #return_top { display:none; }




/* ----------------------------------------------------------------------
 ウィジェット 
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content { margin:0 0 50px 0; }
.widget_content:last-child { margin-bottom:0; }
.widget_headline { font-size:18px; margin:0 0 15px 0; padding:3px 0 0 15px; line-height:1.6; border-left:3px solid #00a2a8; }
.widget_content ul { margin:0; }
.widget_content li ul { margin:10px 0 0 0; }
.widget_content li { line-height:2; padding:2px 0; margin:0 0 10px 0; }
.widget_content a { text-decoration:none; color:#000; }
.widget_content a:hover { }
.widget_content img { height:auto; max-width:100%; }


/* 広告 */
.tcd_ad_widget { border:none; padding:0; background:none; }
.tcd_ad_widget img { height:auto; max-width:100%; margin:0 auto; display:block; }


/* カレンダー */
.widget_calendar .side_headline { margin:0 0 30px 0; }
#wp-calendar { margin:0 auto; width:100%; font-size:12px; border-collapse:separate; table-layout:fixed; }
#wp-calendar th, #wp-calendar td { padding:2px; line-height:3.4; text-align:center; }
#wp-calendar td a { display:block; margin:0; padding:0; text-decoration:none; background-color:#eee; }
#wp-calendar td a:hover { text-decoration:none; color:#fff; background:#aaa; }
#wp-calendar caption { padding:7px 0; }
#wp-calendar thead th, #wp-calendar tfoot td { border:none; padding:0; line-height:2; }
#wp-calendar #prev, #wp-calendar #next { line-height:3; }
#wp-calendar #prev a, #wp-calendar #next a { text-decoration:none; background:none; }
#wp-calendar #prev a:hover, #wp-calendar #next a:hover { }
#wp-calendar td#today { font-weight:bold; }


/* デザインされた記事一覧1 */
.styled_post_list1 { }
.styled_post_list1 li { margin:0; padding:0; }
.styled_post_list1 li:last-child { margin:0; }
.styled_post_list1 a { display:block; width:100%; height:100px; overflow:hidden; }
.styled_post_list1 .image_wrap { float:left; display:block; width:100px; height:100px; position:relative; z-index:1; overflow:hidden; }
.styled_post_list1 .image { width:100%; height:100px !important; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list1 .title_area {
  width:calc(100% - 100px); height:100px; float:left; border:1px solid #ccc; border-left:none; border-bottom:none; position:relative;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list1 li:last-of-type .title_area { border-bottom:1px solid #ccc; }
.styled_post_list1 .title_area_inner {
  position:absolute; padding:0 30px;
  top:50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%);
}
.styled_post_list1 .title {
  font-size:14px; line-height:1.8; max-height:3.2em; font-weight:500; word-break:break-all; overflow:hidden; margin-top:5px;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list1 .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.styled_post_list1 .date { font-size:12px; color:#999; margin-top:5px; }
.styled_post_list1 a:hover .title { }
.styled_post_list1.type2 li, .styled_post_list1.type3 li { margin:0 0 15px 0; }
.styled_post_list1.type2 li:last-child, .styled_post_list1.type3 li:last-child { margin:0; }
.styled_post_list1.type2 .title_area, .styled_post_list1.type3 .title_area { border:none !important; }
.styled_post_list1.type2 .title_area_inner, .styled_post_list1.type3 .title_area_inner { padding:0 0 0 20px; }
.styled_post_list1.type2 .image_wrap { border-radius:5px; }
.styled_post_list1.type3 .image_wrap { border-radius:100%; }


/* デザインされた記事一覧2 */
.styled_post_list2 { }
.styled_post_list2 li { margin:0 0 20px 0; padding:0; }
.styled_post_list2 li:last-child { margin:0; }
.styled_post_list2 a { display:block; width:100%; height:100%; overflow:hidden; }
.styled_post_list2 .image_wrap { display:block; width:100%; height:auto; aspect-ratio:850 / 410; position:relative; z-index:1; overflow:hidden; }
.styled_post_list2 .image_inner { height:100%; width:100%; position:relative; overflow:hidden; }
.styled_post_list2 .image { width:100%; height:100% !important; display:block; overflow:hidden; position:relative; z-index:2; }
.styled_post_list2 .title_area {
  border:1px solid #ccc; border-top:none; position:relative; padding:15px 30px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.styled_post_list2 .title {
  font-size:14px; line-height:1.8; max-height:3.2em; font-weight:500; word-break:break-all; overflow:hidden; margin-top:5px;
  -webkit-transition-property:color; -webkit-transition-duration:0.2s; -webkit-transition-timing-function:ease;
  transition-property:color; transition-duration:0.2s; transition-timing-function:ease;
}
.styled_post_list2 .title span { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.styled_post_list2 .date { font-size:12px; color:#999; margin-top:5px; }
.styled_post_list2.type2 .title_area, .styled_post_list2.type3 .title_area { border:none; padding:10px 0 0; }
.styled_post_list2.type2 .image_wrap { border-radius:5px; }
.styled_post_list2.type3 .image_wrap { border-radius:100%; width:150px; height:150px; margin:0 auto; }


/* デザインカテゴリー一覧 */
.tcd_category_list { margin:0; }
.tcd_category_list li { margin:0; padding:0; background:none; position:relative; }
.tcd_category_list .child_menu_button { width:50px; height:50px; position:absolute; right:0px; top:0px; z-index:2; cursor:pointer; }
.tcd_category_list .child_menu_button:before {
  font-family:'design_plus'; content:'\e90e'; text-align:center;
  display:block; font-size:11px; width:11px; height:11px; line-height:11px;
  position:absolute; right:20px; top:23px;
}
.tcd_category_list li.active > .child_menu_button:before { content:'\e911'; }
.tcd_category_list .child_menu_button:hover { }
.tcd_category_list a {
  font-size:12px; display:block; padding:0 20px; height:50px; line-height:50px; overflow:hidden; margin:0 0 -1px 0; text-decoration:none; position:relative; background:#fff; border:1px solid #ccc;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.tcd_category_list a:hover { color:#aaa; }
.tcd_category_list li li a { padding-left:33px; }
.tcd_category_list li li li a { padding-left:45px; }
.tcd_category_list li li li li a { padding-left:57px; }
.tcd_category_list ul {
  display:none; margin:0 !important; padding:0 !important; background:none;
  z-index:9; position:relative;
}
.tcd_category_list li.open > ul { }
.tcd_category_list ul ul { width:100%; position:relative;}
.tcd_category_list ul li { margin:0; padding:0; }


/* 検索 */
.widget_search label { display:none; }
#searchform {
  border:1px solid #ccc; background:#fff; height:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #s {
  border:none; background:none; padding:0 18px; margin:0; width:calc(100% - 50px); height:50px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#searchform #searchsubmit {
  border:none; background:none; width:50px; height:50px; z-index:200; position:relative;
  cursor:pointer; display:block; text-indent:-300px; overflow:hidden;
}
#searchform .submit_button  { position:relative; width:50px; height:50px; float:right; top:1px; }
#searchform .submit_button:before {
  text-indent:0; display:block; width:50px; height:50px; line-height:50px; text-align:center; cursor:pointer; z-index:1;
  position:absolute; font-family:'icon'; color:#333; font-size:18px; content:'\e91b'; right:0px; top:1px;
}
#searchform .submit_button:hover:before { color:#aaa; }
#searchform .submit_button:hover { }


/* アーカイブ、カテゴリードロップダウンメニュー */
.widget_archive, .widget_categories, .tcdw_archive_list_widget { }
.widget_archive .side_headline { margin:0 0 20px 0; }
.widget_archive ul  { margin:0; padding:0; }
.widget_archive ul li { }
.widget_archive select, .widget_categories select, .tcd_archive_dropdown select { border:none; height:50px; line-height:50px; padding:0px 16px; width:100%; margin:0; }
.widget_archive select { border:1px solid #ddd; padding:12px; }
.widget_archive label, .widget_categories label { display:none; }
.widget_archive select option, .widget_categories select option, .tcd_archive_dropdown option { background:#fff; color:#000; }


/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline { display:none; }
.p-widget-dropdown { height:50px; line-height:50px; position:relative; }
.p-widget-dropdown::after { color:#666; content:"\e90e"; font-family: "design_plus"; position:absolute; top:0; right: 17px; z-index:1; }
.p-widget-dropdown select { padding-right:33px; position:relative; z-index:2; -webkit-appearance:none; appearance:none; }
.p-widget-dropdown select::-ms-expand { display:none; }

.p-dropdown { font-size:14px; position:relative; }
.p-dropdown__title { -webkit-box-sizing:border-box; box-sizing:border-box; position: relative; height:50px; line-height:50px; padding:0 18px; border:none; background:#fff; }
.p-dropdown__title::after { position:absolute; right:17px; top:4px; font-family:"design_plus"; content:"\e90e"; }
.p-dropdown__title:hover { cursor:pointer; }
.p-dropdown__title.is-active::after { content:"\e911"; }
.p-dropdown__list { display:none; position:absolute; width:100%; border-top:1px solid #ddd; z-index:9; }
.p-widget .p-dropdown .p-dropdown__list { margin:0; }
.p-dropdown__list li { border:1px solid #ddd; border-top:0; line-height:1.5; margin:0; padding:0; }
.p-dropdown__list li a { display:block; padding:14px 18px; background:#fff; color:#000; }
.p-dropdown__list li a:hover { }
body.light_color .p-dropdown__title, body.light_color .p-dropdown__list li { border-color:#ddd !important; }


/* デザインセレクトボックス */
.design_select_box { position:relative; border:1px solid #ccc; }
.design_select_box label { pointer-events:none; width:50px; height:50px; display:block; right:0px; top:0px; position:absolute; text-indent:-200%; overflow:hidden; z-index:10; }
.design_select_box label:after { text-indent:0px; color:#333; content:"\e90e"; font-family: "icon"; font-size:12px; width:14px; height:14px; position:absolute; top:22px; right:18px; z-index:11; }
.design_select_box.open label:after { content:"\e911"; }
.design_select_box select {
  -webkit-appearance:none; -moz-appearance:none; appearance:none; -webkit-border-raidus:0px; border-raidus:0px;
  cursor:pointer; border:none; width:100%; height:50px; line-height:50px; padding:0 15px;
  background:none !important;
}
.design_select_box select::-ms-expand{ display:none; }


/* デフォルトの最近の記事 */
.widget_recent_entries li { border-bottom:1px dotted #ccc; padding:0 0 15px 0; }
.widget_recent_entries li:last-child { border:none; padding:0; }




/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments { margin:50px 0 10px 0; }


/* コメント・トラックバックのタブ */
#comment_header { position:relative; margin:0 0 25px; }
#comment_header .headline { line-height:1.3; font-size:24px; color:#00a2a8; text-align:center; }
#comment_header .sub_title { line-height:1; font-size:10px; color:#999; text-align:center; margin:7px 0 0 0; }
#comment_tab { margin:25px 0 0 0; }
#comment_tab li { float:left; text-align:center; margin:0; width:50%; }
#comment_tab li a, #comment_tab li p { font-size:12px; padding:15px 15px; line-height:1.6; display:block; text-decoration:none; background:#eee; color:#000; }
#comment_tab li a:hover { color:#fff !important; background:#aaa; }
#comment_tab li.active a, #comment_header #comment_closed p { color:#fff; position:relative; background:#aaa; }
#comment_tab li.active a:after, #comment_header #comment_closed p:after {
  position:absolute; bottom:-17px; left:-webkit-calc(50% - 5px); left:calc(50% - 5px);
  content:""; width:0; height:0; border-width:10px; border-style:solid; border-color:#aaa transparent transparent transparent;
}
#comment_tab li.active a:hover { }


/*  コメントの基本部分 */
.commentlist { list-style-type:none; margin:0; padding:0; }
.comment { margin:0 0 15px; padding:15px 20px 0; background:#fff; border:1px solid #ccc; }
#comments .post_content { margin:0; padding:0; background:none; }


/* コメントの情報部分 */
.comment-meta { position:relative; margin:0 0 10px 0; }

.comment-meta-left { float:left; width:100%; }
#comments .avatar { float:left; margin:0 20px 0 0; width:50px; height:50px; border-radius:100%; }
.comment-name-date { padding:8px 0 0 0; height:37px; }

a.admin-url { text-decoration:underline; }
a.guest-url { text-decoration:underline; }

.comment-name-date { margin:0; }
.comment-date { font-size:12px; color:#888; margin:10px 0 0 0; }

.comment-act { font-size:12px; position:absolute; right:0px; padding:0; margin:5px 0 0 0; }
.comment-act li { display:inline; margin:0; }
.comment-reply a, .comment-reply a:visited { border-right:1px solid #aaa; padding:0 10px 0 0; margin:0 6px 0 0; }
.comment-edit a, .comment-edit a:visited { border-left:1px solid #aaa; padding:0 0 0 10px; margin:0 0 0 6px; }


/* コメント本文 */
#comments .post_content { font-size:14px; }
#comments .post_content p { margin:0 0 15px 0; }
#comments .post_content blockquote span { margin:0 0 -1em 0; display:block; }


/* メッセージ、警告文 */
.comment-note { display:block; font-size:12px; margin:0 0 1em 0; color:#33a8e5; border:1px solid #94ddd4; padding:10px 15px; background:#d6f4f0; }
.comment_closed { border:1px solid #ccc; text-align:center; margin:0 35px 15px 0; padding:15px; background:#fefefe; }
.no_comment { padding-bottom:15px; }
.comment_message { margin:0 0 25px 0; text-align:center; font-weight:bold; padding:15px 0 15px; background:#fafafa; font-size:12px; }


/* トラックバック */
.commentlist .ping-link { margin:0 0 25px 0; }
.commentlist .ping-meta { margin:0 0 15px 0; }
#trackback_url_area { margin:0 0 25px 0; }
#trackback_url_area label { font-size:12px; display:block; margin:0 0 5px 0; }
#trackback_url_area input { border:1px solid #ddd; padding:5px 10px; width:100%; }


/* ページナビ */
#comment_pager { margin:0 0 10px; height:24px; }
#comment_pager a, #comment_pager span { display:inline; float:left; margin:0 10px 0 0; }
#comment_pager .current { text-decoration:underline; }


/* コメントフォーム */
.comment_form_wrapper { border:1px solid #ccc; margin:0 0 0px; padding:15px; background:#fff; }
.comment .comment_form_wrapper { margin:0 0 20px; }

#cancel_comment_reply a { background:#eee; margin:0 0 1em 0; padding:10px; text-align:center; display:block; }
#cancel_comment_reply a:hover { background:#222; color:#fff; }

#comment_user_login p { padding:10px 0 7px; margin:0; line-height:1; text-align:center; font-size:12px; }
#comment_user_login span { margin:0 0 0 5px; }

#comment_login { margin:0; padding:3px 30px 10px 30px; }
#comment_login p { margin:0; padding:12px 0 11px 36px; line-height:1; }
#comment_login a { margin:0 0 0 20px; padding:0; }

#guest_info { padding:0; width:100%; }
#guest_info div { margin:0 0 12px 0; text-align:left; }
#guest_info input { margin:0; padding:5px 10px; border:1px solid #ccc; width:100%; background:#fff; box-shadow:1px 1px 3px 0 rgba(50,50,50,0.1) inset; }
#guest_info input:focus { border:1px solid #999; }
#guest_info label { display:block; margin:0 0 10px 0; padding:0; font-size:12px; }
#guest_info span { margin:0 10px 0 0; }

#comment_textarea textarea {
  margin:15px 0 0; width:100%; height:150px; font-size:12px; overflow:auto; padding:10px;
  background:#fff; color:#000; border:1px solid #ccc; box-shadow:1px 1px 3px 0 rgba(50,50,50,0.1) inset;
}
#comment_textarea textarea:focus { border:1px solid #999; }

#submit_comment_wrapper { text-align:center; }
#submit_comment { 
  color:#fff; background:#eee; border:none; cursor:pointer; font-size:13px; width:200px; height:50px; margin:15px auto 0; display:block;
  -webkit-transition: all 0.2s ease; transition: all 0.2s ease;
}
#submit_comment:hover { background:#222; color:#fff; }

#input_hidden_field { display:none; }


/* パスワード保護 */
.password_protected { text-align:center; margin:0 38px 30px; padding:10px 20px; color:#fff; background:#3db4b2; border-radius:5px; }
.password_protected p { font-size:12px; margin:0; line-height:1.6; }




/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */

/* 下から上へスライドアップ */
@-webkit-keyframes slideUp {
  0% { bottom:-50px; }
  50% { opacity:1; }
  100% { opacity:1; bottom:0; }
}
@keyframes slideUp {
  0% { bottom:-50px; }
  50% { opacity:1; }
  100% { opacity:1; bottom:0; }
}

/* 下から上へスライドアップ（コンテンツ１の画像用） */
@-webkit-keyframes slideUp2 {
  0% { top:50px; }
  50% { opacity:1; }
  100% { top:0; opacity:1; }
}
@keyframes slideUp2 {
  0% { top:50px; }
  50% { opacity:1; }
  100% { top:0; opacity:1; }
}

/* 下から上へスライドアップ（ヘッダーナビ用） */
@-webkit-keyframes slideUp3 {
  0% { top:0px; }
  50% { opacity:1; }
  100% { top:-35px; opacity:1; }
}
@keyframes slideUp3 {
  0% { top:0px; }
  50% { opacity:1; }
  100% { top:-35px; opacity:1; }
}

/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}
@keyframes zoomOut {
  0% { transform: scale(1.0); }
  100% { transform: scale(1.3); }
}

/* ズームイン */
@-webkit-keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn {
  0% { transform: scale(1.3); }
  100% { transform: scale(1.0); }
}
/* ズームイン（画像用） */
@-webkit-keyframes zoomIn2 {
  0% { transform: scale(1.7); opacity:0; }
  100% { transform: scale(1.0); opacity:1; }
}
@keyframes zoomIn2 {
  0% { transform: scale(1.7); opacity:0; }
  100% { transform: scale(1.0); opacity:1; }
}
/* ズームイン（ヘッダー画像用） */
@-webkit-keyframes zoomIn3 {
  0% { transform: scale(4.0);  }
  100% { transform: scale(1.0); }
}
@keyframes zoomIn3 {
  0% { transform: scale(4.0);  }
  100% { transform: scale(1.0); }
}

/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes opacityAnimation {
  0% { opacity:0; }
  100% { opacity:1; }
}

/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes opacityAnimation2 {
  0% { opacity:1; }
  100% { opacity:0; }
}

/* 左から右へスライド */
@-webkit-keyframes slideRight {
  0% { left:-200px; opacity:0; }
  100% { left:0px; opacity:1; }
}
@keyframes slideRight {
  0% { left:-200px; opacity:0; }
  100% { left:0px; opacity:1; }
}

/* ポップアップ */
@keyframes popup {
  0% { transform: scale(.1); }
  100% { transform: none; }
}
@keyframes popup {
  0% { transform: scale(.1); }
  100% { transform: none; }
}




/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright { float:right; }
.post_content .alignleft { float:left; }
.post_content .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:7px; }
.post_content blockquote.alignleft, .post_content img.alignleft { margin:7px 24px 7px 0; }
.post_content .wp-caption.alignleft { margin:7px 14px 7px 0; }
.post_content blockquote.alignright, .post_content img.alignright { margin:7px 0 7px 24px; }
.post_content .wp-caption.alignright { margin:7px 0 7px 14px; }
.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter { margin-top:7px; margin-bottom:7px; }


/* text and headline */
.post_content p { line-height:2.5; margin:0 0 2em 0; }
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6 { clear:both; line-height:1.4;  margin:0 0 10px 0; padding:10px 0 0 0; }
.post_content h1 { font-size:150%; }
.post_content h2 { font-size:140%; }
.post_content h3 { font-size:130%; }
.post_content h4 { font-size:120%; }
.post_content h5 { font-size:110%; }
.post_content h6 { font-size:100%; }


/* design headline */
.post_content .styled_h2 { font-size:140%; border-top:1px solid #222222; border-bottom:1px solid #222222; padding:30px 0px 30px 0px; margin:0px 0px 30px; }
.post_content .styled_h3 { font-size:140%; border-top:2px solid #222222; border-bottom:1px solid #dddddd; padding:30px 0px 30px 0px; margin:0px 0px 30px; }
.post_content .styled_h4 { font-size:120%; background:#fafafa; border-left:2px solid #222222; padding:15px 0px 15px 20px; margin:0px 0px 30px; }
.post_content .styled_h5 { font-size:120%; border-bottom:1px solid #dddddd; padding:0px !important; margin:0px 0px 30px; }
.post_content .styled_h5 span { border-bottom:2px solid #000; padding:15px 0px 15px 0px; display:inline-block; position:relative; bottom:-2px; }


/* image */
.post_content img[class*="align"], .post_content img[class*="wp-image-"], .post_content img[class*="attachment-"], .post_content img.size-full, .post_content img.size-large, .post_content .wp-post-image, .post_content img
 { height:auto; max-width:100%; }


/* list */
.post_content li, .post_content dt, .post_content dd { line-height:2.2; }
.post_content ul, .post_content ol, .post_content dl { margin-bottom:24px; }
.post_content ol { list-style:decimal outside none; margin-left:1.5em; }
.post_content ul { list-style:circle outside none; margin-left:1.3em; } 
.post_content li > ul, .post_content li > ol { margin-bottom:0; }
.post_content dt { font-weight:bold; }
.post_content dd { margin-bottom:1em; }


/* table */
.post_content table { margin:0 0 24px 0; width:100% !important; }
.post_content td, .post_content th { border:1px solid #ccc; padding:10px 15px; line-height:2.2; background:#fff; }
.post_content th { background:#f2f2f2; font-weight:normal; }
/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td { border:none; padding-left:0; }
.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td { border-left:none; border-right:none; padding-left:0; }
.post_content .table_wrap { overflow:auto; }
.post_content .table_wrap table { width:850px !important; }


/* block quote */
.post_content blockquote { margin:0 0 25px 0; padding:27px 30px 0; background:#fff; border:1px solid #ccc; box-shadow:0px 4px 0px 0px #f8f8f8; position:relative; }
.post_content blockquote:before { content: '"'; font-style:italic; font-size:30px; font-weight:normal; line-height:40px; width:30px; height:30px; position:absolute; top:5px; left:10px; color:#5cbcd7; }
.post_content blockquote:after { content: '"'; font-style:italic; font-size:30px; font-weight:normal; text-align:left; line-height:60px; width:30px; height:30px; position:absolute; bottom:7px; right:-2px; color:#5cbcd7; }
.post_content blockquote cite { border-top:1px dotted #aaa; display:block; padding:20px 0 0 0; font-style:italic; text-align:right; font-size:90%; }


/* captions */
.post_content .wp-caption {
  margin-bottom:24px; background:#f8f8f8; border:1px solid #ccc; padding:5px; max-width:100%;
  -webkit-border-radius:5px; border-radius:5px;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.post_content .wp-caption-text { text-align:center; font-size:12px; font-style:italic; line-height:1.5; margin:9px auto; }
.post_content .wp-caption img[class*="wp-image-"] { display:block; margin:0 auto; }


/* gallery */
.gallery { margin-bottom:20px; }
.gallery a img { border: 0 !important; }
.gallery-item { float:left; margin:0 4px 4px 0; overflow:hidden; position:relative; }
.gallery-columns-1 .gallery-item { max-width:100%; }
.gallery-columns-2 .gallery-item { max-width:48%; max-width:-webkit-calc(50% - 4px); max-width:calc(50% - 4px); }
.gallery-columns-3 .gallery-item { max-width:32%; max-width:-webkit-calc(33.3% - 4px); max-width:calc(33.3% - 4px); }
.gallery-columns-4 .gallery-item { max-width:23%; max-width:-webkit-calc(25% - 4px); max-width:calc(25% - 4px); }
.gallery-columns-5 .gallery-item { max-width:19%; max-width:-webkit-calc(20% - 4px); max-width:calc(20% - 4px); }
.gallery-columns-6 .gallery-item { max-width:15%; max-width:-webkit-calc(16.7% - 4px); max-width:calc(16.7% - 4px); }
.gallery-columns-7 .gallery-item { max-width:13%; max-width:-webkit-calc(14.28% - 4px);	max-width:calc(14.28% - 4px); }
.gallery-columns-8 .gallery-item { max-width:11%; max-width:-webkit-calc(12.5% - 4px); max-width:calc(12.5% - 4px); }
.gallery-columns-9 .gallery-item { max-width: 9%; max-width:-webkit-calc(11.1% - 4px); max-width:calc(11.1% - 4px); }
.gallery-columns-10 .gallery-item { max-width: 7%; max-width:-webkit-calc(9.4% - 0px); max-width:calc(9.4% - 0px); }
.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) { margin-right:0; }
.gallery-caption {
  background-color:rgba(0, 0, 0, 0.7); color:#fff; font-size:12px; line-height:1.5; margin:0; max-height:50%;
  opacity:0; padding:6px 8px; position:absolute; bottom:0; left:0; text-align:left; width:100%;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.gallery-caption:before { content: ""; height:100%; min-height:49px; position:absolute; top:0; left:0; width:100%; }
.gallery-item:hover .gallery-caption { opacity: 1; }
.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption { display: none; }


/* etc */
.post_content .wp-smiley { border:0; margin-bottom:0; margin-top:0; padding:0; }
.post_content address { margin:0 0 24px 0; line-height:2.2; }
.post_content pre { border-left:3px solid #ccc; background:#f8f8f8; font-size:12px; margin:0 0 27px 0; line-height:1.7; padding:20px; overflow:auto; }
.post_content .sticky { }
.post_content .mejs-container { margin: 12px 0 25px; }


/* パスワード保護 */
.c-pw__desc, .c-pw__desc p { line-height:2.5; }
.c-pw__desc p { margin-bottom:16px; }
.c-pw__btn { border:none; background:#111; color: #fff; display: inline-block; padding: 0px 20px; font-size:14px; text-align:center; line-height:40px; height:40px; }
.c-pw__btn:hover { background:#333; color: #fff; }
.c-pw__btn--register { min-width: 160px; margin-bottom:32px; }
.c-pw__btn--submit { background:#111; color:#fff; min-width: 100px; border:0; cursor:pointer; top:-1px; position:relative; }
.c-pw .c-pw__btn:hover { text-decoration: none; } 
.c-pw__box { width:100%; border:1px solid #ddd; padding: 25px 36px; display:inline-block; margin-bottom:40px; box-sizing: border-box; }
.c-pw__box .c-pw__box-desc { line-height:1.2; margin-bottom: 20px; }
.c-pw__box-label { margin-right: 14px; }
.c-pw__box-input { border:1px solid #ddd; background:#fff; height:40px; width:250px; margin-right: 13px; flex: 1; box-sizing: border-box; padding: 0 10px; }
.post_content .c-pw__btn, .post_content .c-pw__btn:hover { color: #fff; }


/* Cardlink style - カードリンクのスタイル */
.cardlink { word-wrap: break-word; max-width: 100%; margin: 45px 0 !important; padding: 12px; border: 1px solid #ddd; background: #fafafa; }
.cardlink_thumbnail { margin-right: 20px; float: left; }
.cardlink_content { line-height: 1.6; }
.cardlink_timestamp { display: inline; margin: 0; padding: 0; color: #222; font-size: 12px; line-height: 1.6; vertical-align: top; }
.cardlink_title { margin: 0 0 5px; font-size: 14px; }
.cardlink_title a { color: #000; font-weight: bold; text-decoration: none; }
.cardlink_title a:hover { text-decoration: underline; }
.cardlink_excerpt { overflow: hidden; color: #333; font-size: 12px; line-height: 1.8; }
.cardlink_footer { clear: both; }
.clear { clear: both; }
@media screen and (max-width: 767px) {
  .cardlink_thumbnail { float: none; }
  .cardlink_timestamp { line-height: 2.4; vertical-align: middle; }
  .cardlink_excerpt { float: none; }
}



/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box; box-sizing: border-box;
  display: inline-block; min-width: 180px; height: 50px; padding: 0 15px; border-radius: 0;
  color: #fff; font-size: 14px; line-height: 50px; text-align: center;
}
@media screen and (max-width: 767px) {
  .p-btn { height: 45px; font-size: 12px; line-height: 45px; }
}




/* ----------------------------------------------------------------------
 クイックタグの追加分
---------------------------------------------------------------------- */

/* 改行PC・スマホ用 */
@media screen and (min-width: 650px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* 蛍光下線 */
.keikou{
  background: linear-gradient(transparent 60%, #ff0 0%);
  font-weight: bold;
}


/* 吹き出し */
.talk_area {
  margin:0 0 30px 0;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}
.talk_area .image { width:90px; height:90px; }
.talk_area .image img { border-radius:100%; width:100%; height:auto; display:block; }
.talk_area .image .name { text-align:center; display:block; margin-top:10px; font-size:12px; }
.talk_area .content {
  padding:30px 30px 25px; line-height:2;
  width:calc(100% - 130px); border:1px solid #ccc; margin:0 0 0 40px; position:relative; border-radius:5px; 
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
.talk_area .content:before {
  content:''; display:block; width:0; height:0;
  position:absolute; left:-10px; top:38px;
  border-style: solid; border-width: 7px 10px 7px 0; border-color: transparent #bbb transparent transparent;
}
.talk_area .content:after {
  content:''; display:block; width:0; height:0;
  position:absolute; left:-9px; top:38px;
  border-style: solid; border-width: 7px 10px 7px 0; border-color: transparent #fff transparent transparent;
}
.talk_area.type2 { flex-flow:row-reverse; }
.talk_area.type2 .content { margin:0 40px 0 0; }
.talk_area.type2 .content:before {
  left:auto; right:-10px;
  border-style: solid; border-width: 7px 0 7px 10px; border-color: transparent transparent transparent #bbb;
}
.talk_area.type2 .content:after {
  left:auto; right:-9px;
  border-style: solid; border-width: 7px 0 7px 10px; border-color: transparent transparent transparent #fff;
}


/* WPForm */
#design_form_wrap div.wpforms-container-full { margin:0; }
#design_form_wrap .wpforms-field { position:relative; margin-bottom:10px; }
#design_form_wrap .wpforms-field-label { display:flex; flex-wrap:wrap; margin:0; position:relative; font-size:16px; font-weight:normal; border-left:3px solid #00a2a7; margin:0 0 15px 0; padding:0 0 0 10px; line-height:30px; height:30px; }
#design_form_wrap .wpforms-field-label + input, #design_form_wrap .wpforms-field-label + textarea, #design_form_wrap .wpforms-field-medium .wpforms-field-row-block input {
  border:1px solid #ccc; width:100% !important; max-width:inherit !important; padding:10px; background:#fff; border-radius:4px;
  box-shadow:1px 1px 3px 0 rgba(50,50,50,0.1) inset;
  -webkit-box-sizing:border-box; box-sizing:border-box;
}
#design_form_wrap .wpforms-field-label + textarea { height:300px; }
#design_form_wrap input:focus, #design_form_wrap textarea:focus, #design_form_wrap select:focus, #design_form_wrap .wpforms-field-medium .wpforms-field-row-block input:focus { border-color:#00c5d3; }
#design_form_wrap .wpforms-field-medium { max-width:inherit !important; }
#design_form_wrap .choices__inner, #design_form_wrap .wpforms-field-label + select { box-shadow:1px 1px 3px 0 rgba(50,50,50,0.1) inset !important; border-color:#ccc; }
#design_form_wrap .wpforms-submit-container { text-align:center; }
#design_form_wrap .wpforms-submit {
  cursor:pointer; min-width:200px; padding:0px 35px; height:50px; line-height:50px; display:inline-block ; margin:10px 0 0 0; font-size:13px;
  border:none; text-decoration:none; text-align:center; box-shadow:none;
  color:#fff; background:#00a2a7; border:1px solid #00a2a7; border-radius:50px;
  box-sizing:border-box; transition: all 0.2s ease;
}
#design_form_wrap .wpforms-submit:hover { background:#0079ab; }
#design_form_wrap .wpforms-field-label + select:invalid { color:#999 !important; }
#design_form_wrap .wpforms-field-label + select option { color:#000; }
#design_form_wrap .wpforms-required-label { text-indent:-200px; position:relative; overflow:hidden; width:80px; }
#design_form_wrap .wpforms-required-label:after { text-indent:0; content:'必須'; font-size:12px; font-weight:500; width:60px; height:20px; line-height:20px; color:#fff; background:#24a5c1; display:block; text-align:center; position:absolute; top:5px; left:20px; }
#design_form_wrap .wpforms-recaptcha-container .g-recaptcha > div { margin:30px auto 0; }
#design_form_wrap div.wpforms-container-full .wpforms-confirmation-container-full { border:none; background:none; padding:0; }



/* in-houseテーマのスタイルシート */

