/*
Theme Name:     Kleo Child
Theme URI:
Description:    Child theme for Kleo
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       kleo
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/


/*
* Please add your custom styles below
*/
body,p,h1,h2,h3,h4,h5,h6 {
font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
}
/* body, p, h1, h2, h3, h4, h5, h6 {
    font-family:  'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',  "Segoe UI Historic", Baskerville, serif !important;
} */
body,p{
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    color: #1a1a1a;
}
.main-right-breadcrumb{
	display: none;
}
.newpost-box{
	width: 46%;
	float: left;
	margin: 5px;
	box-sizing: border-box;
	position: relative;
}
.newpost-box .getPostImgArea img{
	width:100%;
}
.newpost-box .new-txt{
	position: absolute;
top: -5px;
right: -5px;
padding: 5px;
background-color: red;
color: white;
font-size: 12px;
border: 2px solid white;
}

/*メーカーリスト*/
.maker-list{border-bottom: 1px #000 dotted}

.ml-header{
	border-left: 10px #5A0001 solid;
	padding-left:5px;
	margin-bottom: 8px;
}

.ml-header h3{
	margin-bottom: 5px;
}

.maker-meta{
	/*padding-top:10px;*/
}

.new-txt{
	position: absolute;
top: -10px;
right: -10px;
background-color: #000;
color: #fff;
padding: 5px;
border: 3px solid #fff;
z-index: 1;
}


.new-txt:nth-child(n+3){
	visibility: hidden;
}

.new-txt-sp{
		position: absolute;
top: -10px;
left: -10px;
background-color: #000;
color: #fff;
padding: 5px;
border: 3px solid #fff;
z-index: 1;

}



.new-txt2{
	position: absolute;
top: -10px;
left: -10px;
background-color: #000;
color: #fff;
padding: 2px;
border: 3px solid #fff;
z-index: 1;
	font-size: 10px;
}


#lct-widget-makercat li,#lct-widget-50on li{border-bottom: 1px solid #999;margin-bottom: 5px;}

@media (max-width:1100px){
	.newpost-box{
	width: 45%;
}
}



.blogwrapper{
	
	width: 45% !important;
	margin: 0 auto;
}

@media (max-width:767px){
	.blogwrapper{
		
		width: 90% !important;
		margin: 0 auto;
	}
}



 
/*--------------------------------
スマホフッター固定バー
---------------------------------*/

@media (min-width:768px){

ul.footer_menu {
	display:none;
}

}

@media (max-width:767px){

ul.footer_menu {
 background: #333;
 margin: 0 auto;
 padding: .5em 0;
 width: 100%;
 overflow: hidden;
 display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
}
 
ul.footer_menu li {
 margin: 0;
 padding: 0;
 display: table-cell;
 vertical-align:middle;
 list-style-type: none;
 font-size: 13px;
  line-height: 15px;
}
 
ul.footer_menu li a i{
 font-size: 24px;
}
 
ul.footer_menu li a {
 border: none;
 display: block;
 color: #fff;
 text-align: center;
 text-decoration: none;
 line-height: 1.5em;
}
}
.button_phone {
	letter-spacing: 0.12em;
}


/*******************************************
画面サイズ　バリエーション
********************************************/
@media (max-width:767px){

	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {

}
/*改行*/
@media (max-width: 767px) {
 .brpc { display:none; }
  .brsp { display:block; }
}
@media only screen and (min-width: 768px) {
  .brpc { display:block; }
  .brsp { display:none; }
}
@media (max-width: 991px) {
 .brpc2 { display:none; }
  .brsp2 { display:block; }
}
@media only screen and (min-width: 992px) {
  .brpc2 { display:block; }
  .brsp2 { display:none; }
}
/*改行 END*/


/*投稿 まとめstyle*/
#log_category_inner .template-page{
	width:100%;
	max-width: 1200px;
	margin: auto;
}
#log_category_inner .sidebar-right{
	display:none;
}
/*投稿 style*/
#log_inner {
	
}
/* 投稿のタイトル */
#log_inner h2 {
    font-size: 2.4rem;
    font-weight: 500;
    padding: 25px 0 15px;
    margin: 0;
}
#log_inner .post h3 {
    font-size: 2.5rem;
    color: #222;
    font-weight: 600;
    margin: 0;
    padding: 25px 0 15px;
    border-bottom: solid 2px #ccc;
    margin-bottom: 10px;
}
#log_inner .post h4 {
    font-size: 2.3rem;
    color: #52abde;
    font-weight: 600;
    margin: 0;
    padding: 25px 0 15px;
}
#log_inner .post h5 {
    font-size: 2rem;
    color: #222;
    font-weight: 500;
    padding: 5px 0 5px 20px;
    margin: 25px 0 10px;
    position: relative;
	letter-spacing: inherit;
}
#log_inner .post h5::before {
    content: "";
    background: #999;
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.post a {
    color: #52abde;
}
.post a:hover {
text-decoration: underline;
}
#log_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
    display: none;
}
#log_inner .article-media img {
    width: inherit;
	display: block;
	margin: 0 auto;
}
/* サムネイル画像 */
#log_inner .article-media {
    margin: 20px auto;
}
/* 投稿の中の画像 */
#log_inner .wrap-content img {
margin: 20px auto;
}
#log_inner .log_box {
    border-bottom: solid 1px #ccc;
    margin-bottom: 25px;
}

#log_inner h5 {
    font-size: 13px;
    color: #999;
    letter-spacing: 0.2em;
    display: inline-block;
    font-weight: 500;
}
#log_inner .post-categories a {
    color: white;
}
#log_inner .post-categories {
    padding: 0 15px;
    list-style: none;
    margin: 0 5px 0 0;
    background-color: #333;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 1.3rem;
    border-radius: 5px;
    line-height: 2.8rem;
}
.simplefavorite-button {
display: none;
}
.template-page.tpl-right .wrap-content .simplefavorite-button {
  padding: 10px;
  background-color: transparent;
  color: #999;
  margin: 10rem auto;
  border: solid 1px #999;
  float: right;
  border-radius: 30px;
  display: block;
}
/* 共通 文字装飾 */
#log_inner p, #log_inner strong, #log_inner ul {
    font-size: 1.6rem;
	font-weight: 400;
    letter-spacing: 0.03rem;
    line-height: 3.5rem;
/*     margin: 0; */
    padding: 0;
}
/* strong */
#log_inner strong {
    font-weight: 600;
    font-size: 1.7rem;
}
/*投稿 フレームサイズ*/
#log_inner .row {
    width: 100%;
    max-width: 1100px;
	margin:auto;
}
#log_inner .sidebar.sidebar-main.col-sm-3.sidebar-right {
	width: 30%;
	float: left;
	padding-top: 85px;
	display:none;
}
#log_inner .template-page.col-sm-9.tpl-right {
    width: 100%;
}
.sidebar.sidebar-main.col-sm-3.sidebar-right .widget-title {/*ウェジェット タイトル*/
	border-bottom: solid 2px #eee;
	padding: 5px 10px;
	color: #444 !important;
	font-weight: 500;
	line-height: 1.5em;
}
.sidebar.sidebar-main.col-sm-3.sidebar-right .searchform {
    background-color: #fafafa;
    border-radius: 70px;
    padding: 0 0 3px;
}
.sidebar.sidebar-main.col-sm-3.sidebar-right .news-time {
    font-size: 12px;
    color: #999;
    line-height: 2rem;
    text-align: right;
}
.news-headline {
line-height: 2rem;
font-size: 1.4rem;
}
#log_inner .entry-summary p {
    font-size: 1.2rem;
	line-height: 2.3rem;
	color: #555;
}
#log_inner .post-title.entry-title {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
	line-height: 2.2rem;
/*     border-bottom: solid 1px #ccc; */
}
.entry-content hr {
margin: 0;
}
#log_inner .post-image img {
    width: auto;
    height: 150px;
    object-fit: contain;
}
article .post-header .post-meta {
display: none;
}
.masonry-listing .format-standard .post-title {
border: none;
font-size: 17px;
font-weight: 400;
}
@media (max-width: 767px) {
#log_inner h1 {
font-size: 18px;
}
#log_inner .main-title {
margin: 0;
}
#log_inner h1 {
	padding: 0;
}
#log_inner .main-title {
	display: none;
}
#log_inner #main-container {
	margin: 0;
}
#log_inner .row {
	width: 100%;
	margin: 0 auto;
}	
#log_inner .template-page.col-sm-9.tpl-right {
	padding: 0;
}	
#log_inner .sidebar.sidebar-main.col-sm-3.sidebar-right {
	width: 100%;
}
#log_inner h2 {
	font-size: 2.3rem;
	padding: 10px 0 5px;
}
#log_inner h2 {
	font-size: 2.3rem;
	padding: 10px 0 5px;
}	
#log_inner .post h3 {
	font-size: 2rem;
	padding: 10px 0 5px;
}
#log_inner .post h4 {
	font-size: 2rem;
	padding: 10px 0 5px;
}	
#log_inner .post h5 {
	font-size: 1.8rem;
	padding: 3px 0 3px 20px;
	margin: 10px 0 10px;
}
	
	
	
}
/*投稿 style END*/
/*-------------------------------
 * 
 *  News Style
 *
 *------------------------------*/
#log_inner #main-container {
    margin: 0 auto 10rem;
}
/* 共有 */
.item-likes-postfix {
display: none;
}
/* カテゴリーページ */
#log_category_inner {
padding-bottom: 100px;
}
#log_category_inner .container{
	max-width: 1100px;
}
#log_category_inner .page-title {
    border: none;
    padding: 35px 0;
    color: #333;
    font-size: 2.8rem;
    font-weight: 500;
}
#log_category_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {/*  カテゴリー：xxを消す */
display: none;
}
#log_category_inner .masonry-listing .post-image img {
	max-height: 150px;
	height: 150px;
	object-fit: cover;
}
#log_category_inner .post-header {
padding: 0;
}
/* 検索ボタン */
#side_search {
    background-color: #fafafa;
    border-radius: 70px;
    padding: 5px 5px 5px 15px;
}
#side_search button, #side_search input[type="button"], #side_search input[type="reset"], #side_search input[type="submit"] {
	border: none;
	text-indent: -9999em;
background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAABgCAYAAABbjPFwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAgtJREFUeNrs1yFzwjAYxnHKTYBErrJySOQmZ5Gzk/sMfATsLF8BuUlk7SS2ckgkkr3ZveVCSdqk5G7H7p+7HlDCQ35J0ybZ8Xgc3HIZDm68APjrctdVoaqqXF4KOSZ6am9OF0XxnaIBi8XCmb9cLoPyM98kloabwLmGO6vI8SGQfc+GB+ULZB8N0Ma/yTHuaMdBjlUsQhsfnN+G8F1CL1a46YlSGlkpzvTYk/acqfMqx3vkAFzkSyMrxUXlX4yANHCmQ2vKVhq+9lxips5MP26kXhnY+2f50vC1p95ZvtQrQ+9CU2v4PlvastE6pjxE9H7SfBfgXl930qsH3w/1u0o/TiIAp3zpVW++fteZ7wKMrR4KLeMedZPkuwD1/TcPCM4bvwkpSfOHnvvv77DphPY9J2bW0O4iAKd8ndBtk70z3wX4st7PXQg992ydKiMAZ/kuhJ4Lyvc9yOxbXf14t4e+OanWMqm3EQ+y6HyZ1NvYpUTdC6ETtA8iKt+FyNo2NIIw4Y+uxZZeCrk+VfsiovObiOzaHZkgp40/WaVaqSryIt9eqV69H9Aet5cDo5Trfe1xb36Wak+s+4ZRvehLXXTfMKoXfckBbCkBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACA/wj4EWAAMFHXN7XDzN4AAAAASUVORK5CYII=') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	position: relative;
	float: right;
	margin-top: -2px;
	margin-right: 10px;	
}
#side_search input[type="submit"]:hover,
#side_search form#bbp-search-form input[type="submit"]:hover,
#side_search input[type="submit"]:hover,
#side_search input[type="submit"]:hover {
    background-position: -24px 0;
}
#side_search .ajax_s.form-control.input-sm {
    background: none;
    font-size: 1.5rem;
    font-weight: 300;
	color: #777;
}

/*-------------------------------
 * 
 *  News Style END.
 *
 *------------------------------*/
/*-------------------------------
 * 
 *  News Archive Style
 *
 *------------------------------*/
#news_post_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
border: none;
background: #f5e670;
}
#news_post_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container .container
#search_inner .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container .container {
max-width: 1180px;
}
#news_post_inner .main-title .page-title,
#search_inner .main-title .page-title {
border: none;
border-bottom: 0;
padding: 35px 0;
color: #30769f;
font-size: 2.8rem;
font-weight: 600;
margin: 0;
margin: 0 auto;
}
#news_post_inner .post-header,
#search_inner .post-header {
padding: 0;
}
#news_post_inner .masonry-listing .post-image img,
#search_inner .masonry-listing .post-image img {
max-height: 180px;
min-height: 180px;
object-fit: cover;
object-position: center;
}
#news_post_inner .masonry-listing .post-title,
#search_inner .masonry-listing .post-title {
padding-left: 20px;
}
#news_post_inner .post-info,
#search_inner .post-info {
color: #777;
}
#news_post_inner .template-page.tpl-right .wrap-content,
#search_inner .template-page.tpl-right .wrap-content{
padding: 0;
}
#news_post_inner .sidebar-right .inner-content,
#search_inner .sidebar-right .inner-content {
padding: 0;
}	


/*-------------------------------
 * 
 *  Search Style
 *
 *------------------------------*/
#search_inner .container-wrap.main-title.alternate-color.border-bottom.breadcrumbs-container {
border: none;
background: #f5e670;
}
.search_header_title {
background-color: #f4f4f4;
padding: 10px 0;
}
.search_header_title h6 {
		color: #777;
	padding: 0;
	margin: 5px auto;
	font-size: 1.6rem;
	font-weight: 400;
}
.search_header_title p {
	color: #777;
	font-size: 1.4rem;
	margin: 0;
}
.search_header_title p span {
color: #de6252;
font-size: 120%;
padding: 0 5px;
}
.search_header_title h6 span {
font-size: 120%;
font-weight: 600;
padding: 0 5px;
font-style: italic;
}
.search_header_title .container {
    border-left: dotted 2px #777;
}
/*------------------------------

* WINDOW SIZE Style

------------------------------*/
@media (max-width:767px){
#news_post_inner .main-title .page-title, #search_inner .main-title .page-title {
font-size: 2.8rem;
}
#search_inner .masonry-listing .post-title {
word-break: break-all;
}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
#news_post_inner .main-title .page-title {
font-size: 25px;
}
#news_post_inner .sidebar.sidebar-main.col-sm-3.sidebar-right {
    padding: 5px;
}	
	
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {

} 
/*-------------------------------
 * 
 *  News Archive Style END.
 *
 *------------------------------*/


/*==================================================================================================================================================================================================*/

/*============================================
 * 
 * Logi Style
 * 
 * 01:common 02:top 03:page 04:window
 * 
 **==========================================*/
/*-------------------------------
 * 
 *  common style
 *　※全体共通のスタイルを書いていきます
 *------------------------------*/
 /* RESET */
.container-wrap.main-color {/* 背景のリセット */
    background: transparent;
}
/* header */
.kleo-navbar-fixed.navbar-transparent .kleo-main-header {
    position: fixed !important;
	 background-color: #fff;
}
.kleo-main-header:not(.header-left):not(.header-centered) .navbar-collapse > ul > li > a {/* スクロール前メニュー色 */
color: #333;
font-size: 16px;
font-weight: 500;
padding: 0 12px;
margin: 0;
}
.is-sticky .header-scrolled:not(.header-left):not(.header-centered) .navbar-collapse > ul > li > a {/* スクロール後メニュー色 */
color: #333;
font-size: 16px;
transition: color .5s ease 0s;
}
.navbar-transparent .navbar .kleo-main-header.header-scrolled {
    background-color: rgba(255,255,255,0.8);
}
.navbar-transparent .navbar-nav > li > .dropdown-menu, .navbar-transparent .navbar-nav > li > .dropdown-menu .dropdown-menu {
  background-color: white;
}
.navbar-transparent .navbar-nav .dropdown-menu li a {
color: #444 !important;
}
.kleo-navbar-fixed.navbar-transparent #header {
    position: inherit;
}
.logo img {/* ロゴサイズ指定 */
  max-height: 45px !important;
}
.header-flexmenu #header .kleo-main-header > .container {
    max-width: 1280px !important;
    margin: 0 auto;
}
.nav-collapse ul:first-child > li::before {
    content: "";
    background: transparent;
    width: 100%;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    transition: ease 0.5s;
}
.nav-collapse ul:first-child > li:hover::before {
	background: #333;
}
.navbar-transparent .navbar-nav > li > .dropdown-menu li > a {
    padding: 1.5rem 2rem;
}
.navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover {
    background-color: #333 !important;
}
.navbar-transparent .navbar-nav .dropdown-menu li a:hover {
    color: white !important;
}
#header .kleo-main-header .navbar-header {
	line-height: 70px !important;
	height: 70px !important;
}
#header .is-sticky .kleo-main-header .navbar-header {
		line-height: 50px !important;
	height: 50px !important;
}






/* footer */

 /* RESET */
#main-footer .wpb_content_element {/* 余白のリセット */
margin: auto;
}
#main-footer .vc_column_container > .vc_column-inner {/* 余白のリセット */
padding: 0;
}
#main-footer .vc_row {/* 余白のリセット */
margin: 0;
}
#main-footer .container-wrap.main-color {/* 背景のリセット */
    background: transparent;
}

#main-footer {
    padding: 5rem 0;
	background-color: #fff;
	color: #333;
}
#menu-footer-menu {
    display: flex;
    justify-content: center;
    margin: 0 auto 4rem;
    padding: 0;
    gap: 4rem;
}
#menu-footer-menu a{
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.6rem;
	color: #333;
}
#menu-footer-menu a:hover{
	color: #999;
}
#footer-inner .footer-box{
    width: 50%;
    min-width: 800px;
    margin: 4rem auto 0;
    display: flex;
    align-items: center;
}
#footer-inner .footer-logo {
	width: 90%;
}
#footer-inner .footer-adress,
#footer-inner .footer-tf,
#footer-inner .footer-time{
	margin-left: 4rem;
	margin-bottom: 0;
}
#footer-inner .footer-adress p,
#footer-inner .footer-tf p{
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	line-height: 2rem;
	color: #333;
	margin: 1rem auto 0;
}
#footer-inner .footer-time p{
	font-size: 1.2rem;
	letter-spacing: 0.1rem;
	line-height: 1.2rem;
	color: #333;
	margin: 0.5rem auto;
}
#socket{
	background-color: #fff !important;
}
#socket p{
	font-size: 1.2rem;
}


.caret {display: none;}/* 矢印 非表示 */




/*-------------------------------
 * 
 *  end. common style
 *
 *------------------------------*/
/*-------------------------------
 * 
 *  top page style
 *　※トップページのみのスタイルを書いていきます
 *------------------------------*/

/*-------------------------------
 * 
 *  end. top page style
 *
 *------------------------------*/
/*-------------------------------
 * 
 *  page style
 *　※下層のスタイルを書いていきます
 *------------------------------*/
#base-page-style .container-wrap.main-color{
	padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/* #base-page-style .vc_column_container>.vc_column-inner {
    padding-right: 0px;
    padding-left: 0px;
} */
#base-page-style .container {
    padding-right: 0px;
    padding-left: 0px;
}
/* コンテンツヘッダー */
#base-page-style #contents_header {
	background-position: center;
	height: 350px;
	background-size: cover;
}
#base-page-style #contents_header h1 {
	font-size: 3.6rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
	color: #fff !important;
  padding: 16rem 0 0;
  margin: 0;
  color: white !important;
	text-align: center;
}
#base-page-style #contents_header h6 {
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.5rem;
	line-height: 2rem;
	color: white;
/*   font-family: "Noto Sans", "Noto Sans CJK JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important; */
}
#base-page-style h1 {
border: none;
/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Noto Serif JP', serif !important; */
font-weight: 600;
color: #1a1a1a;
margin: 0;
}
#base-page-style h2 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 6rem;
  margin: 10rem auto 0;
  padding: 0;
  color: #1a1a1a;
}
#base-page-style h3 {
  font-size: 30px;
  font-weight: 600;
 color: #333;
  margin: 0 auto 30px;
}
#base-page-style h4 {
font-size: 2.5rem;
font-weight: 500;
line-height: 3rem;
color: #1a1a1a;
}
#base-page-style h5 {
  font-size: 2.1rem;
  font-weight: 600;
 color: #1a1a1a;
  margin: 0;
  padding: 0;
}
#base-page-style p {
font-size: 1.8rem;
font-weight: 300;
line-height: 1.7;
color: #1a1a1a;
}
#base-page-style a {
color: #666;
}
#base-page-style a:hover {
color: #999;
}



/*ーーーーーーーーーーーTablePressーーーーーーーーーーーー*/
#base-page-style .tablepress .row-1 th {
    font-weight: 400;
    color: #fff;
    background-color: #1a1a1a;
    text-align-last: center;
    padding: 1rem 3rem;
    vertical-align: middle;
}
#base-page-style .tablepress tbody td,#base-page-style .tablepress tfoot th{
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
#base-page-style .tablepress .column-1 {
    width: 20%;
    font-weight: 400;
    color: #1a1a1a;
	background-color: #efefef;
    -moz-text-align-last: justify;
    text-align-last: justify;
    text-justify:inter-ideograph;
    padding: 1rem 3rem;
    vertical-align: middle;
}
#base-page-style .tablepress .column-2 {
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #1a1a1a;
    padding: 1rem 3rem;
    vertical-align: middle;
	border-left: 1px solid #a5a5a5;
}
#base-page-style .tablepress .column-3 {
    font-weight: 400;
    letter-spacing: 0.1rem;
    color: #1a1a1a;
    padding: 1rem 3rem;
    vertical-align: middle;
	border-left: 1px solid #a5a5a5;
}


/*ーーーーーーーーーーーお問い合わせフォームーーーーーーーーーーーー*/
.wpcf7-form{
    width: 90vw;
    max-width: 900px;
    background: #f9f9f9;
    padding: 40px;
    margin: auto;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="date"], .wpcf7 input[type="password"],.wpcf7 textarea{
    background-color: #fff;
    color: #1a1a1a;
}
.wpcf7 input::placeholder,.wpcf7 textarea::placeholder{
    color: #ccc;
}
.wpcf7-form .form-box{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    overflow-wrap: break-word; 
}
.wpcf7-form .form-box p {
    margin: 0;
    overflow-wrap: break-word;
}
.wpcf7-form .red{
    font-size: 1.4rem;
    background: #cc0000;
    color: #fff;
    padding: 3px 5px;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: middle;
}
.wpcf7-form .name-txt-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wpcf7-form .name-txt-box .item-box{
    width: 49%;
}
.wpcf7-form .name-txt-box p{
    width: 100%;
    margin: 0;
}
.wpcf7-form .name-txt-box p{
    width: 100%;
    margin: 0;
}
/* .wpcf7-form .address-txt-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
} */
/* .wpcf7-form .address-txt-box .item-box:nth-child(1){
	width: 30%;
} */
/* .wpcf7-form .address-txt-box .item-box:nth-child(2){
	width: 68%;
}
.wpcf7-form .address-txt-box .item-box:nth-child(3){
	width: 100%;
}
.confirm-block .address-txt-box {
    flex-direction: column;
}
.confirm-block .address-txt-box .item-box:nth-child(1) ,.confirm-block .address-txt-box .item-box:nth-child(2) {
    width: 100%;
} */
.wpcf7-form > p{
    text-align: center;
    margin: 40px 0 0;
}
.wpcf7-previous{
    width: 90vw;
    max-width: 400px;
    margin: auto;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    background: #999;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-bottom: 20px;
    transition: all .3s ease-in-out 0s;
}
.wpcf7-previous:hover{
    border: none;
    background: #a9a8a8;
}
.wpcf7-form .address-txt-box .item-box:nth-child(2) {
    width: 30%;
}
.wpcf7 input[type="submit"] {
    width: 90vw;
    max-width: 400px;
    margin: auto;
    font-size: 1.8rem;
    line-height: 1.4;
    letter-spacing: 0.15rem;
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
.wpcf7 input[type="submit"]:hover {
    border: none;
    background: #5a5a5a;
}
.wpcf7-spinner {
	display: none;
}
 /* 記入前の背景色 */
/* .wpcf7 input[type="text"]:not(:placeholder-shown), 
.wpcf7 input[type="email"]:not(:placeholder-shown), 
.wpcf7 input[type="tel"]:not(:placeholder-shown), 
.wpcf7 input[type="date"]:not(:placeholder-shown), 
.wpcf7 input[type="password"]:not(:placeholder-shown),
.wpcf7 textarea:not(:placeholder-shown){
        background-color: #edf6f6;
} */
/* 記入後の背景色 */
/* .wpcf7 input[type="text"]:placeholder-shown, 
.wpcf7 input[type="email"]:placeholder-shown, 
.wpcf7 input[type="tel"]:placeholder-shown, 
.wpcf7 input[type="date"]:placeholder-shown, 
.wpcf7 input[type="password"]:placeholder-shown,
.wpcf7 textarea:placeholder-shown{
        background-color: #FFF;
} */
.wpcf7 input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

/* ーーーーーーーーーーーーーポストグリッドーーーーーーーーーーーーーーー */
/* トップページNEWS */
.p-news-box {
    background-color: #f9f9f9;
    margin-bottom: 15px;
}
.p-news-grid:last-child .p-news-box {
    margin-bottom: 0;
}
.p-news-box .p-news-wrap {
    padding: 15px 20px 15px;
    display: flex;
}
.p-news-wrap .p-news-day{
    margin: 0;
    min-width: 15%;
}
.p-news-wrap .p-news-day p{
	font-size:1.6rem;
	margin:0;
}
.p-news-wrap .p-news-title{
	margin:0;
}
.p-news-wrap .p-news-title p{
	font-size: 1.6rem;
	margin:0;
}
/********************************
window size END
*********************************/
/*-------------------------------
 * 
 *  Top page style END.
 *
 *------------------------------*/

/*-------------------------------
 * 
 *  end. page style
 *
 *------------------------------*/
/*sp 改行*/
@media (min-width: 768px) { .brsp { display:none;} .brpc { display:block;}}
@media (max-width: 767px) { .brsp { display:block;} .brpc { display:none;}}
@media (min-width: 1200px) { .brpad { display:block;} .brpads { display:none;}}
@media (max-width: 1199px) { .brpad { display:none;}.brpads { display:block;}}
/*sp 改行 END*/


/*=======================================================================
 * 
 *  window size ※ここにまとめて書きます　/*～で区切ります
 *
 *=======================================================================*/
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media (min-width:1440px){  
}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
/* header */
.logo img {
max-height: 45px !important;
}
/* footer */
#main-footer .footer-menu {
  padding-left: 0;
}






}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
/* header */
.navbar-transparent.on-dark-bg #header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav > li > a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret::after {
color: #0068b6;
}
.logo img {
max-height: 45px !important;
}
	
	
	
	
	
	






}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
/* header */
.kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
background-color: white;
}	
.navbar-transparent .navbar-toggle .icon-bar {
  background-color: #000 !important;
}	
#header .navbar-nav {
max-width: 100%;
	padding-bottom: 2rem;
}
#header .navbar-nav li {
width: 50%;
}	
#header .navbar-nav li li {
  width: 100%;
}	
.caret {display: block;}/* 矢印 表示 */
#header .navbar-nav li .caret::after {/* ヘッダーメニュー矢印 */
	content: "\e5cf";
font-family: 'Material Symbols Outlined';
	font-size:30px;
	color: #1a1a1a;
	font-weight: 300;
}
#header .navbar-nav li.dropdown.open > a .caret::after, #header .navbar-nav li.dropdown-submenu.open > a .caret::after {/* ホバー後の矢印 */
	content: "\e5ce";
font-family: 'Material Symbols Outlined';
	font-weight:300;
}
#header .navbar-nav>li>a {
    font-weight: 500;
    text-transform: uppercase;
	font-size: 1.6rem;
	    letter-spacing: 0.2rem;
	color: #1a1a1a;
}
#header .navbar-nav .dropdown-menu li a {
    font-weight: 400;
    font-size: 15px;
}
.logo img {
    max-height: 35px !important;
    vertical-align: text-top;
}	
.nav-collapse ul:first-child > li:hover::before {/*メニューホバーライン無し*/
background: transparent;
}	

	

/* page */
#base-page-style #contents_header h1 {
padding: 6rem 0;
font-size: 3rem;
}
#base-page-style p {
font-size: 1.8rem;
line-height: 3.5rem;
}
#base-page-style h4 {
font-size: 3rem;
line-height: 5rem;
}






}
/* ----------------------------------------------------------------------- * size * ----------------------------------------------------------------------- */
@media (max-width:767px){
/* header */
.header-flexmenu #header .kleo-main-header > .container { /* ヘッダー幅 */
    width: 90vw;
    padding: 0;
}
.logo img {/* ヘッダーロゴ最大サイズ */
  max-height: 35px !important;
}
.container > .navbar-header, .container > .navbar-collapse {
height: auto !important;
line-height: inherit !important;
}
.kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {/*ヘッダー背景*/
background-color: white;
}
.navbar-transparent .navbar-toggle .icon-bar {/* ハンバーガーメニュー */
  background-color: #1a1a1a !important;
}
.caret {display: block;}/* 矢印 表示 */
#header .navbar-nav li .caret::after {/* ヘッダーメニュー矢印 */
	content: "\e5cf";
font-family: 'Material Symbols Outlined';
	font-size:22px;
	color: #1a1a1a;
	font-weight:300;
}
#header .navbar-nav li.dropdown.open > a .caret::after, #header .navbar-nav li.dropdown-submenu.open > a .caret::after {/* ホバー後の矢印 */
	content: "\e5ce";
font-family: 'Material Symbols Outlined';
	font-weight:300;
}
#header .navbar-nav>li>a {/*メニュー*/
    font-weight: 600;
    text-transform: uppercase;
	font-size: 1.6rem;
	    letter-spacing: 0.2rem;
	color: #1a1a1a;
}
#header .navbar-nav>li>a:active {
    color: #999;
}
#header .navbar-nav .dropdown-menu li a {/*ドロップダウンメニュー*/
    font-weight: 500;
    font-size: 14px;
}
.navbar-transparent .navbar-nav > li > .dropdown-menu li > a:hover {
    background-color: #fff !important;
}
#menu-global-menu a:hover {
    color: #999 !important;
}
.nav-collapse ul:first-child > li:hover::before {/*メニューホバーライン無し*/
background: transparent;
}	
.navbar-nav {
    padding: 0 2rem 2rem;
}
	
	
	
	
/* footer */	
#main-footer {
    padding: 0;
}
#menu-footer-menu {
    display: flex;
    margin: 0 auto 4rem;
    padding: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
	gap: 10px;
}
#menu-footer-menu a {
    font-size: 1.4rem;
    line-height: 1.4rem;
}
#footer-inner .vc_sep_width_100 {
    width: 90vw;
}
#footer-inner .footer-box {
    width: 90vw;
    min-width: auto;
    margin: 4rem auto 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#footer-inner .footer-logo {
    width:100%;
}
#footer-inner .footer-adress, #footer-inner .footer-tf, #footer-inner .footer-time {
    margin-left: 0rem;
}
#socket p{
		color: #1a1a1a;
}
	
	
	
/* common */
body,p{
    font-size: 1.6rem;
    letter-spacing: 0rem;
    line-height: 1.6;
}
#main{
	padding-top: 7rem;
}
#base-page-style .container-wrap.main-color {
	margin-bottom: 0px !important;
}
#base-page-style .vc_row {
	margin-left: auto;
    margin-right: auto;
}
#base-page-style #contents_header {
height: 170px;
margin: 0 auto 40px;
}
#base-page-style #contents_header h1 {
  padding: 7rem 0 0;
  font-size: 2.5rem;
}
#base-page-style #contents_header h6 {
margin: 0;
font-size: 10px;
}
#base-page-style h3 {
	font-size: 2.5rem;
	line-height: 3.5rem;
	margin: 0 auto 10px;
  padding: 0;		
	}
#base-page-style h4 {
font-size: 2.1rem;
}
#base-page-style p {
font-size: 1.6rem;
}
	

/*ーーーーーーーーーーーTablePressーーーーーーーーーーーー*/
#base-page-style .tablepress .row-1 th {
    padding: 1rem 0rem;
}
#base-page-style .tablepress tbody td,#base-page-style .tablepress tfoot th{
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
#base-page-style .tablepress .column-1 {
    width: 40%;
	padding: 1rem 2rem;
}
#base-page-style .tablepress .column-2 {
		padding: 1rem 2rem;
}
#base-page-style .tablepress .column-3 {
	 width: 20%;
    padding: 1rem 0;
    text-align: center;
}

	
/*ーーーーーーーーーーーお問い合わせフォームーーーーーーーーーーーー*/
.wpcf7-form{
    width: 90vw;
    max-width: 900px;
    background: #f9f9f9;
    padding: 40px 10px;
    margin: auto;
}
.wpcf7-form .address-txt-box {
    flex-direction: column;
}
.wpcf7-form .address-txt-box .item-box:nth-child(2) {
    width: 60%;
}
.wpcf7 input[type="submit"] {
    width: 100%;
}
.wpcf7-previous {
    width: 100%;
}


/* ーーーーーーーーーーーーーポストグリッドーーーーーーーーーーーーーーー */
/* トップページNEWS */
.p-news-grid:last-child .p-news-box {
    margin-bottom: 15px;
}
.p-news-box .p-news-wrap {
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.p-news-wrap .p-news-day p {
    font-size: 1.4rem;
}
.p-news-wrap .p-news-title p {
    font-size: 1.6rem;
}

}
/*=======================================================================
 * 
 * end.  window size
 *
 *=======================================================================*/


/* キャプション */
.wpb_single_image .vc_figure-caption {
    margin-top: 1rem;
    font-size: 1.6rem;
}
#base-page-style .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
display: none;
}



/*-------------------------------
 * 
 *  ※　このページのみの記載　※Style of this page
 *
 *------------------------------*/
/* キャプション */
.wpb_single_image .vc_figure-caption {
    margin-top: 1rem;
    font-size: 1.6rem;
}
#base-page-style .container-wrap.main-title.alternate-color.title-single.border-bottom.breadcrumbs-container {
display: none;
}
/*-------------------------------
 * 
 *  Top page style
 *
 *------------------------------*/
.column1,.column2,.column3,.column4,.column5,.txt-column1,.img-column1,.gallery {
    max-width: 1100px;
    margin: 0 auto;
}
.column2-full .vc_column_container>.vc_column-inner {
padding:0;
}
.column1-full-img img,.column2-full-img img{
	width: 100vw !important;
	height: 400px;
	object-fit:cover;
}
.column2-inner {
	padding: 0 1rem;
}
.img-column2,
.img-column3,
.img-column4,
.img-column5{
    margin-bottom: 2rem !important;
    margin: auto;
}
/* 入れ子の設定 */
.inner-column2 .img-column2,
.inner-column2 .img-column3,
.inner-column2 .img-column4,
.inner-column2 .img-column5{
	margin-bottom:0 !important;
}
.inner-column3 .img-column2,
.inner-column3 .img-column3,
.inner-column3 .img-column4,
.inner-column3 .img-column5{
	margin-bottom:0 !important;
}
.inner-column4 .img-column2,
.inner-column4 .img-column3,
.inner-column4 .img-column4,
.inner-column4 .img-column5{
	margin-bottom:0 !important;
}
.inner-column,
.inner-column2,
.inner-column3,
.inner-column4{
	margin-bottom: 2rem;
}


/* 区切り線 */
.border hr{
	border-bottom: 1px solid #2a2a2a;
}



/* 文章 */

/* 1カラム */
.txt p {
/* 	font-size: 1.8rem;
	line-height: 1.7; */
    text-align: justify;
		margin-top: 0;
}
/* 2カラム以降 */
.txt-2 p {
	 text-align: justify;
/* 	font-size: 1.8rem !important;
   line-height: 1.7 !important; */
		margin-top: 0;
}
.txt-column1-right p,
.txt-column1-left p {
	 text-align: justify;
/* 	font-size: 1.8rem !important;
   line-height: 1.7 !important; */
	margin-top: 0;
}

span {
	text-align: justify;
}

/*タイトル*/

/*ーーーーーーー下線ーーーーーーー*/

/* 1カラム */
.title1 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5rem;
		border-bottom: 4px solid #2056ff;
	padding-bottom: 1rem;
}
/* 2カラム以降 */
.title1-2 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 3.5rem;
	border-bottom: 4px solid #2056ff;
    padding-bottom: 0.5rem;
}
/* ーーーーーーーーーーーーーーーーー */

/*ーーーーーー下線二重線ーーーーーーー*/

/* 1カラム */
.title2 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;   
line-height: 5rem;
    border-bottom: 7px double #2056ff;
    padding-bottom: 1rem;
}

/* 2カラム以降 */
.title2-2 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;   
line-height: 3.5rem;
	border-bottom: 6px double #2056ff;
    padding-bottom: 0.8rem;
}

/* ーーーーーーーーーーーーーーーーー */

/*ーーーーーーー左線ーーーーーーー*/

/* 1カラム */
.title3 {
    display: block;
    font-size: 3.6rem;
    font-weight: bold;   
line-height: 5rem;
padding-left: 3rem;
    border-left: 4px solid black;
}
/* 2カラム以降 */
.title3-2 {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;   
line-height: 3.5rem;
padding-left: 2rem;
    border-left: 3px solid black;
}

/* ーーーーーーーーーーーーーーーーー */

/*ーーーーーーー2色の線ーーーーーーー*/

/* 1カラム */
.title4 {
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
line-height: 5rem;
  position: relative;
  padding: 1rem;
  border-bottom: 6px solid #2056ff;
}

.title4:before {
    display: block;
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #888888;
}

/* 2カラム以降 */
.title4-2 {
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
line-height: 3.5rem;
  position: relative;
  padding-bottom: 0.8rem;
  border-bottom: 5px solid #2056ff;
}

.title4-2:before {
    display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #888888;
}
/* ーーーーーーーーーーーーーーーーー */
/*背景色・線を工夫したデザイン*/
/* 1カラム */
.title5 {
	display: inline-block;
	font-size:3.6rem;
	font-weight: bold;
	line-height: 5rem;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	padding-right: 2.5rem;
	background-color: #2056ff9e;
	color:#fff;
}
.title5:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content:'';
	border:4px solid #000;
}
/* 2カラム以降 */
.title5-2 {
    display: inline-block;
	font-size:2.8rem;
    font-weight: bold;
	line-height: 3.5rem;
    position: relative;
    padding: 1rem 2rem calc(1rem + 10px);
padding-right: 2.5rem;
	background-color: #2056ff9e;
	color:#fff;
}
.title5-2:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: '';
	border: 3px solid #000;
}

/*ストライプの線を引いたデザイン*/
/* 1カラム */
.title6 {
    display: inline-block;
font-size: 3.6rem;
    font-weight: bold;  
line-height: 5rem;
    position: relative;
    padding: 0.5rem 1rem;
}
.title6:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #2056ff, #2056ff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2056ff, #2056ff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 2カラム以降 */
.title6-2 {
    display: inline-block;
font-size: 2.8rem;
    font-weight: bold;  
line-height: 3.5rem;
    position: relative;
    padding: 0.5rem 1rem;
}
.title6-2:after {
  position: absolute;
bottom: -8px;
  left: 0;
  width: 100%;
height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #2056ff, #2056ff 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2056ff, #2056ff 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*両脇に線*/

/* 1カラム */
.title7 {
    display: block;
    font-size: 3.6rem !important;
    font-weight: bold !important;
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.title7:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}
.span-title7 {
    display: inline-block;
    line-height: 5rem;
    position: relative;
    padding: 0 1em;
    background: #fff;
    text-align: center;
}
/* 2カラム */
.title7-2 {
    display: block;
	font-size: 2.4rem !important;
    font-weight: bold !important;
  position: relative;
  padding: 0 2rem;
  text-align: center;
}

.title7-2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
height: 1px;
  content: '';
  background: #000;
}

.span-title7-2 {
    display: inline-block;
line-height: 3.5rem;
    position: relative;
    padding: 0 1rem;
    background: #fff;
    text-align: center;
}

/*タグ風*/
/* 1カラム */
.title8 {
	font-size: 3.6rem;
   font-weight: bold;
  color: #fff;/*文字色*/
  padding: 1rem 2rem 1rem 7rem;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 5rem;/*行高*/
  background: #4a76ff;/*背景色*/
  vertical-align: middle;
  border-radius: 50px 0px 0px 50px;/*左側の角を丸く*/
}
.title8:before {
	position: absolute;
  content: '●';
  color: white;
  margin-right: 8px;
	top:50%;
	left:2%;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/* 2カラム */
.title8-2 {
	font-size: 2.8rem;
   font-weight: bold;
  color: #fff;/*文字色*/
  padding: 1rem 1.5rem 1rem 5rem;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 3.5rem;/*行高*/
  background: #4a76ff;/*背景色*/
  vertical-align: middle;
  border-radius: 50px 0px 0px 50px;/*左側の角を丸く*/
}
.title8-2:before {
	position: absolute;
  content: '●';
  color: white;
  margin-right: 8px;
		top:50%;
	left:2%;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
/*蛍光マーカー*/
/* 1カラム */
.title9 {
    font-size: 3.6rem;
    font-weight: bold;    
    line-height: 5rem;
    background: linear-gradient(transparent 50%, #2056ff9e 50%);
}
/* 2カラム */
.title9-2 {
    font-size: 2.8rem;
    font-weight: bold;    
    line-height: 3.5rem;
    background: linear-gradient(transparent 50%, #2056ff9e 50%);
}

/*両脇カッコ*/
.title10 {
    font-size:3.6rem;
    font-weight: bold;
    position: relative;
    line-height: 5rem;
    padding:0.25em 1em;
    display: inline-block;
    top: 0;
}
.title10:before,.title10:after {
    position: absolute;
    top:0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.title10:before {
    border-left: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    left: 0;
}
.title10:after{
    border-right: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    right: 0;
}

.title10-2 {
    font-size:2.6rem;
    font-weight: bold;
    position: relative;
    line-height: 3.5rem;
    padding:0.25em 1.5rem;
    display: inline-block;
    top: 0;
}
.title10-2:before,.title10-2:after {
    position: absolute;
    top:0;
    content:'';
    width: 8px;
    height: 100%;
    display: inline-block;
}
.title10-2:before {
    border-left: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    left: 0;
}
.title10-2:after{
    border-right: solid 1px black;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    right: 0;
}



/*ーーーーーーーーーー青背景＆白文字ーーーーーーーーー*/
.series1-1 {
	color: white;
	background-color: #2056ff9e;
	display: block;
    font-size: 3.6rem;
    font-weight: bold;   
line-height: 5rem;
	padding: 0.5rem 3rem;
	border-left: 7px solid #2056ff;
}
.series1-2 {
	color: white;
	background-color: #2056ff9e;
	display: block;
   font-size: 3.2rem;
    font-weight: bold;   
line-height: 4.5rem;
	padding: 0.5rem 2.5rem;
	border-left: 7px solid #2056ff;
}
.series1-3 {
	color: white;
	background-color: #2056ff9e;
	display: block;
    font-size: 2.8rem;
    font-weight: bold;   
line-height: 4rem;
	padding: 0.5rem 2rem;
	border-left: 7px solid #2056ff;
}
.series1-4 {
	color: white;
	background-color: #2056ff9e;
	display: block;
    font-size: 2.4rem;
    font-weight: bold;   
line-height: 3.5rem;
	padding: 0.5rem 1.5rem;
	border-left: 7px solid #2056ff;
}
.series1-5 {
	color: white;
	background-color: #2056ff9e;
	display: block;
    font-size: 2rem;
    font-weight: bold;   
line-height: 3rem;
	padding: 0.5rem 1rem;
	border-left: 7px solid #2056ff;
}

/*ーーーーーーーーーードロップシャドウーーーーーーーーーー*/
.series2-1 {
    font-size: 3.6rem;
    font-weight: 900;
	color: #000;
	    line-height: 5rem;
}
.series2-2 {
    font-size: 3.2rem;
    font-weight: 800;
    color: #000;
	    line-height: 4.5rem;
}
.series2-3 {
    font-size: 2.8rem;
    font-weight: 700;
    color: #000;
	    line-height: 4rem;
}
.series2-4 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #000;
	    line-height: 3.5rem;
}
.series2-5 {
    font-size: 2.0rem;
    font-weight: 600;
    color: #000;
    line-height: 3rem;
}

/*ーーーーーーーーー最初の文字大ーーーーーーーーーー*/
.series3-1 {
    font-size: 3.6rem;
    font-weight: 900;
    display: inline-block;
	    line-height: 7rem;
}
.series3-1::first-letter {
   font-size: 5rem;
}
.series3-2 {
    font-size: 3.2rem;
    font-weight: 800;
    display: inline-block;
	line-height: 6rem;
}
.series3-2::first-letter {
   font-size: 4.5rem;
}
.series3-3 {
    font-size: 2.8rem;
    font-weight: 700;
    display: inline-block;
	line-height: 5rem;
}
.series3-3::first-letter {
    font-size: 4rem;
}
.series3-4 {
    font-size: 2.4rem;
    font-weight: 600;
    display: inline-block;
	line-height: 4rem;
}
.series3-4::first-letter {
    font-size: 3.5rem;
}
.series3-5 {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
	line-height: 3.5rem;
}
.series3-5::first-letter {
    font-size: 3rem;
}

/*ーーーーー 消えていく下線 ーーーーー*/
.series4-1 {
  font-size: 3.6rem;
  font-weight: 900;
	    display: inline-block;
	    line-height: 5rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-1:after {
  content: "";
  display: block;
  height: 7px;
/* 	background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent); */
  background: linear-gradient(to right, #2056ff9e, transparent);
}
.series4-2 {
    font-size: 3.2rem;
    font-weight: 800;
	    display: inline-block;
	    line-height: 4.5rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-2:after {
  content: "";
  display: block;
  height: 6px;
  background: -webkit-linear-gradient(to right, #2056ff9e, transparent);
  background: linear-gradient(to right, #2056ff9e, transparent);
}
.series4-3 {
	font-size: 2.8rem;
    font-weight: 700;
	    display: inline-block;
	    line-height: 4rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-3:after {
  content: "";
  display: block;
  height: 5px;
  background: -webkit-linear-gradient(to right, #2056ff9e, transparent);
  background: linear-gradient(to right, #2056ff9e, transparent);
}
.series4-4 {
    font-size: 2.4rem;
    font-weight: 600;
	    display: inline-block;
	    line-height: 3.5rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-4:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #2056ff9e, transparent);
  background: linear-gradient(to right, #2056ff9e, transparent);
}
.series4-5 {
	 font-size: 2rem;
    font-weight: 600;
	    display: inline-block;
	    line-height: 3rem;
  position: relative;
  padding: 0.25em 0;
}
.series4-5:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, #2056ff9e, transparent);
  background: linear-gradient(to right, #2056ff9e, transparent);
}

/*ーーーーー 下に小さな線（中央寄せ前提） ーーーーー*/
.series5-1{
	text-align: center;
}
.span-series5-1 {
position: relative;
padding: 1rem;
text-align: center;
font-size: 3.6rem;
font-weight: 900;
display: inline-block;
line-height: 5rem;
}
.span-series5-1:before {
  position: absolute;
  bottom: -10px;
  left: 0;
	right:0;
	margin: auto;
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-2{
	text-align: center;
}
.span-series5-2 {
position: relative;
padding-bottom: 1rem;
text-align: center;
font-size: 3.2rem;
font-weight: 800;
display: inline-block;
line-height: 4.5rem;
}
.span-series5-2:before {
  position: absolute;
  bottom: -9px;
  left: 0;
	right:0;
	margin: auto;
  width: 55px;
  height: 3.5px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-3{
	text-align: center;
}
.span-series5-3 {
position: relative;
padding-bottom: 0.8rem;
text-align: center;
font-size: 2.8rem;
font-weight: 700;
display: inline-block;
line-height: 4rem;
}
.span-series5-3:before {
  position: absolute;
  bottom: -8px;
  left: 0;
	right:0;
	margin: auto;
  width: 50px;
  height: 3px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-4{
	text-align: center;
}
.span-series5-4 {
position: relative;
padding-bottom: 0.7rem;
text-align: center;
font-size: 2.4rem;
font-weight: 600;
display: inline-block;
line-height: 3.5rem;
}
.span-series5-4:before {
  position: absolute;
  bottom: -7px;
  left: 0;
	right:0;
	margin: auto;
  width: 45px;
  height: 2.5px;
  content: '';
  border-radius: 1px;
  background: #000;
}

.series5-5{
	text-align: center;
}
.span-series5-5 {
position: relative;
padding-bottom: 0.6rem;
text-align: center;
font-size: 2rem;
font-weight: 600;
display: inline-block;
line-height: 3rem;
}
.span-series5-5:before {
  position: absolute;
  bottom: -6px;
  left: 0;
	right:0;
	margin: auto;
  width: 40px;
  height: 2px;
  content: '';
  border-radius:1px;
  background: #000;
}

/* ーーーーーーーーー文字装飾ーーーーーーーーーー */
.red-color {
	color: red;
}
.red-under {
	border-bottom:3px solid red;
}
.orange-color {
	color: orange;
}
.orange-under {
	border-bottom: 3px dotted orange;
}
.blue-color {
	color: skyblue;
}
.blue-under {
	border-bottom: 3px dashed skyblue;
}
.marker-yellow {
	background: linear-gradient(transparent 0, yellow 0);
}
.marker-pink {
	background: linear-gradient(transparent 0, pink 0);
}
.marker-blue {
	background: linear-gradient(transparent 0, skyblue 0);
}
.marker-green {
	background: linear-gradient(transparent 0, lightgreen 0);
}
.undermarker-yellow {
	background: linear-gradient(transparent 50%, yellow 50%);
}
.undermarker-pink {
	background: linear-gradient(transparent 50%, pink 50%);
}
.undermarker-blue {
	background: linear-gradient(transparent 50%, skyblue 50%);
}
.undermarker-green {
	background: linear-gradient(transparent 50%, lightgreen 50%);
}

/********************************
window size
*********************************/
/** desktop large size **/
@media (min-width:1440px){
    
}
/** desktop size **/
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
    
}
/** note size **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    
}
/** pad size **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    
}
/** sp size **/
@media (max-width:767px){

.column1, .column2, .column3, .column4, .column5, .txt-column1, .img-column1, .gallery {
/*     width: 90%; */
}
.column2-inner,
.column3-inner,
.column4-inner {
	padding: 0;
	margin-bottom: 3rem;
}

.column-title {
	margin-bottom: 2rem;
}	
	
.img-column1-left {
		margin-bottom: 2rem !important;
	}
.img-column1-right {
		margin-top: 2rem;
	}
.column1-full-img img {
    width: 100vw !important;
    height: 220px;
    object-fit: cover;
}
.column2-full .vc_row{
		display: flex;
	}
.column2-full-img img {
    height: 150px;
}

	/* 入れ子の設定 */
.inner-column2 .img-column2,
.inner-column2 .img-column3,
.inner-column2 .img-column4,
.inner-column2 .img-column5{
	margin-bottom:2rem !important;
}
.inner-column3 .img-column2,
.inner-column3 .img-column3,
.inner-column3 .img-column4,
.inner-column3 .img-column5{
	margin-bottom:2rem !important;
}
.inner-column4 .img-column2,
.inner-column4 .img-column3,
.inner-column4 .img-column4,
.inner-column4 .img-column5{
	margin-bottom:2rem !important;
}
.inner-column2 .txt-2,
.inner-column3 .txt-2,
.inner-column4 .txt-2{
		margin-bottom: 2rem !important;
}

.inner-column2 .vc_col-sm-6:last-child .img-column2,
.inner-column3 .vc_col-sm-4:last-child .img-column3,
.inner-column4 .vc_col-sm-3:last-child .img-column4{
		margin: 0 !important;
}
.inner-column2 .vc_col-sm-6:last-child .txt-2,
.inner-column3 .vc_col-sm-4:last-child .txt-2,
.inner-column4 .vc_col-sm-3:last-child .txt-2{
		margin: 0 !important;
}
.inner-column2 .img-column1-right {
    margin-top: 2rem;
    margin-bottom: 0rem !important;
}	
/*ーーーーーーー下線ーーーーーーー*/

/* 1カラム */
.title1 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding-bottom: 0.5rem;
}
/* 2カラム以降 */
.title1-2 {
    font-size: 2.4rem;
	　line-height: 3.5rem;
}
/* ーーーーーーーーーーーーーーーーー */
/*ーーーーーー下線二重線ーーーーーーー*/

/* 1カラム */
.title2 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    border-bottom: 6px double #c7161e;
}

/* 2カラム以降 */
.title2-2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーーーーーー左線ーーーーーーー*/

/* 1カラム */
.title3 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding-left: 1.5rem;
    border-left: 3px solid black;
}
/* 2カラム以降 */
.title3-2 {
    font-size: 2.4rem;
    padding-left: 1.5rem;
}

/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーーーー2色の線ーーーーーーー*/

/* 1カラム */
.title4 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    padding: 0 0 1rem 0;
    border-bottom: 5px solid #c7161e;
}

.title4:before {
    bottom: -5px;
    height: 5px;
}

/* 2カラム以降 */
.title4-2 {
    font-size: 2.4rem;
    padding-bottom: 1rem;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーー背景色・線を工夫したデザインーーー*/
	
/* 1カラム */
.title5 {
	font-size:2.4rem;
	line-height: 3.5rem;
	padding: 1rem 1.5rem calc(1rem + 10px);
	padding-right: 2.5rem;
}
.title5:before {
	border: 3px solid #000;
}
/* 2カラム以降 */
.title5-2 {
	font-size:2.4rem;
   padding: 1rem 1.5rem calc(1rem + 10px);
	padding-right: 2.5rem;
}
.title5-2:before {
  top: -7px;
  left: -7px;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーーストライプの線を引いたデザインーーー*/
	
/* 1カラム */
.title6 {
font-size: 2.4rem;
line-height: 3.5rem;
padding: 0 0 1rem 0;
}
.title6:after {
  bottom: -8px;
  height: 8px;
}
/* 2カラム以降 */
.title6-2 {
font-size: 2.4rem;
line-height: 3.5rem;
padding: 0 0 1rem 0;
}
.title6-2:after {
bottom: -8px;
height: 8px;
}

/* ーーーーーーーーーーーーーーーーー */
/*ーーーーーーー両脇に線ーーーーーーー*/

/* 1カラム */
.title7 {
    font-size: 2.4rem !important;
    padding: 0 2rem;
}
.span-title7 {
    line-height: 3.5rem;
    padding: 0 1rem;
}
/* 2カラム */
.title7-2:before {
height: 2px;

}
/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーーーータグ風ーーーーーーー*/

/* 1カラム */
.title8 {
	font-size: 2.4rem;
  padding: 1rem 1.5rem 1rem 5rem;/*文字周りの余白*/
  line-height: 3.5rem;/*行高*/
  border-radius: 70px 0px 0px 70px;/*左側の角を丸く*/
}
.title8:before {
	left:3%;
}
/* 2カラム */
.title8-2 {
	font-size: 2.4rem;
  border-radius: 70px 0px 0px 70px;/*左側の角を丸く*/
}
.title8-2:before {
	left:3%;
}

/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーー蛍光マーカーーーーーー*/
	
/* 1カラム */
.title9 {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
/* 2カラム */
.title9-2 {
    font-size: 2.4rem;
}

/* ーーーーーーーーーーーーーーーーー */	
/*ーーーーーーー両脇カッコーーーーーーー*/
	
/* 1カラム */
.title10 {
    font-size: 2.4rem;
    line-height: 3.5rem;
}
/* 2カラム */
.title10-2 {
    font-size:2.4rem;
    padding:0.25em 1em;

}
.title10-2:before {
    border-left: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    left: 0;
}
.title10-2:after{
    border-right: solid 1.5px black;
    border-top: solid 1.5px black;
    border-bottom: solid 1.5px black;
    right: 0;
}
	
.series1-1 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 2.8rem;
    padding: 0.5rem 1rem;
    border-left: 4px solid #6d0000;
}	
.series1-2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2.6rem;
    padding: 0.5rem 1rem;
    border-left: 4px solid #6d0000;
}	
.series1-3 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 0.5rem 1rem;
    border-left: 3px solid #6d0000;
}	
	.series1-4 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2.5rem;
    padding: 0.5rem 1rem;
    border-left: 3px solid #6d0000;
}	
		.series1-5 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.3rem;
    padding: 0.5rem 0.5rem;
    border-left: 3px solid #6d0000;
}	
	.series2-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
	.series2-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
	.series2-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.series2-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
	.series2-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}
		.series3-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
	.series3-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
	.series3-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.series3-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
	.series3-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}
	.series3-1::first-letter {
    font-size: 2.8rem;
}
	.series3-2::first-letter {
    font-size: 2.6rem;
}
	.series3-3::first-letter {
    font-size: 2.4rem;
}
	.series3-4::first-letter {
    font-size: 2.4rem;
}
	.series3-5::first-letter {
    font-size: 2.2rem;
}
		.series4-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
	.series4-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
	.series4-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
	.series4-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
	.series4-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}
.span-series5-1 {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
.span-series5-2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
.span-series5-3 {
    font-size: 1.8rem;
    line-height: 2.5rem;
}
.span-series5-4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
}
.span-series5-5 {
    font-size: 1.6rem;
    line-height:2.3rem;
}	
.span-series5-1:before {
    bottom: -6px;
    width: 50px;
    height: 2px;
}
	.span-series5-2:before {
    bottom: -6px;
    width: 45px;
    height: 2px;
}
	.span-series5-3:before {
    bottom: -6px;
    width:40px;
    height: 2px;
}
	.span-series5-4:before {
    bottom: -6px;
    width: 35px;
    height: 2px;
}
	.span-series5-5:before {
    bottom: -6px;
    width: 30px;
    height: 2px;
}
	

.vc_column-inner .vc_row {
    margin-left: 0;
    margin-right: 0;
}
	
	
	
	
	
	
}

/********************************
window size END
*********************************/
/*-------------------------------
 * 
 *  Top page style END.
 *
 *------------------------------*/

/* パンクズリスト */
.breadcrumb-area {
    max-width: 1100px;
	  width: 90vw;
    margin: 10rem auto 2rem;
    font-size: 1.8rem;
}
.breadcrumb-area a{
color:#2056ff;
}
.breadcrumb-area a:hover{
color:#90abff;
}
/********************************
window size
*********************************/
/** desktop large size **/
@media (min-width:1441px){
}
/** desktop size **/
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
}
/** note size **/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
}
/** pad size **/
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
/** sp size **/
@media (max-width:767px){
.breadcrumb-area {
    margin: 1rem auto;
    font-size: 1.4rem;
}
}
