@charset "utf-8";
/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.1.2
*/

.column_lastarea2{
    font-size: 1.5rem;
    padding: 1.5rem;
    line-height: 170%;
    background: #40a3a3;
    color: #fff;
    outline: 5px solid rgba(244,244,244,0.5);
    outline-offset: -5px;
}


/**スマホＰＣ画像切り替え**/
.pc{
	display: none;
}
@media screen and (min-width: 641px){
	.pc{
	display: block;
}
	.sp{
	display: none;
}
}
/*全体の文字サイズ指定*/
body{
	font-size: 14px;
	text-align: justify;
}
@media screen and (min-width: 641px){
	body{
	font-size: 15px;
	letter-spacing: 0.5px;
	}
}
/*フォント指定*/
.serif{
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
/*リンク*/
a:hover{
	opacity: 0.8;
}
/****************************
  スペース
****************************/
.space5 {width:100%; height:5px;}
.space10 {width:100%; height:10px;}
.space20 {width:100%; height:20px;}
.space30 {width:100%; height:30px;}
.space40 {width:100%; height:40px;}
.space50 {width:100%; height:50px;}
.space100 {width:100%; height:100px;}

@media screen and (min-width: 641px){
	.space5 {width:100%; height:10px;}
	.space10 {width:100%; height:20px;}
	.space20 {width:100%; height:40px;}
	.space30 {width:100%; height:60px;}
	.space40 {width:100%; height:80px;}
	.space50 {width:100%; height:100px;}
}
/*****************************
 * ul設定
 * ****************************/
.normal-ul{
	padding-left:1em;
	text-indent: -1em;
	list-style-position: inside;
}
@media screen and (max-width: 641px){
	.normal-ul {
		text-indent: none;
		/*padding-left:4em;*/
	}
}
.ul-1 li{
	list-style-type: square;
}
.ul-2{
	list-style-type: none;
}
.ul-2 li:before{
	content:"□";
}

/*********************
 * table設定
 * *********************/
.normal-table th{
	white-space: nowrap; 
}
@media screen and (max-width: 640px){
	.mobile-table tr,
	.mobile-table th,
	.mobile-table td{
	display: block;
	}
	.mobile-table th{
		background: #eee;
	}
}
/************画像・文章中央寄せ**********/
.text-center{
	text-align: center;
}
@media screen and (min-width: 641px){
.text-Pccenter{
	text-align: center;
	}
}
.img-center{
	display: block;
	margin-left:auto!important;
	margin-right: auto!important;
}
.block-center{
	margin: 0 auto;
}
/**********************
 * header部分
 * ***********************/
.siteHeadContainer.container .navbar-header{
	max-width: 1100px;
	padding: 0 0 20px;
}
/*黒ボーダー*/
.container.siteHeadContainer{
	border-top: 5px solid #000;
}
/*黒い背景*/
.header-title1,
.header-title2{
	display: none;
}
@media screen and (min-width: 991px){
	.header-title1{
		display: block;
		background: #000;
		padding: 0px 20px 2px;
		font-size: 1.2rem;
		color: #fff;
		margin-bottom: 0;
	}
	.header-title2{
		display: block;
		font-size: 1.2rem;
		margin-bottom: 0;
	}
}
/*.head-Ttl{
	display: none;
}
@media screen and (min-width: 991px){
	.head-Ttl{
	display: block;
	}
}*/
/*コンタクト・電話*/
.Hcontact-wrapper{
	display: none;
}
@media screen and (min-width: 991px){
	.Hcontact-wrapper{
		display:block;
		float: right;
	text-align: center;
	}
}
.Hcontact-wrapper a img{
	max-width: 80%;
	margin-top: 5px;
}
/*元あったお問い合わせ等削除*/
.siteHeader_sub{
	display: none;
}
/******************************
 * メインメニュー部分
 * ***************************/
/*************スマホメニュー************/
.vk-mobile-nav-menu-btn{
	top: 10px!important;
}
.vk-mobile-nav nav ul li a {
	padding:1em .5em;
}
/*************PCメニュー************/
/*佐々木停止
 .gMenu_outer{
	border-top:none;
	position: absolute;
	left: 50%;
	top: 100px!important;
	transform: translate(-50%,0);
	width: 100%;
	background-color: rgba(255,255,255,0.9);
}*/
.gMenu_outer {
	border-top:none;
	background:#fff;
}
.siteHeader{
	box-shadow: none;
}
.gMenu_outer nav{
	max-width: 1100px;
}
.gMenu_outer nav{
	padding: 0;
}
ul.gMenu li{
	background: #fff;
}
/*スクロールで最上部に*/
body.header_scrolled .gMenu_outer{
	top:0!important;
}

/**スライドショー上の隙間調整**/
.page-id-19 .siteContent{
	padding-top: 0px;
}
/*佐々木停止
@media screen and (min-width: 991px){
.page-id-19 .siteContent{
	padding-top: 100px;
}
}*/
/*********************************************
　　　　　flex　横並びの指定
*********************************************/

/********領域内に均等配置*********/

/*スマホもPCもフレックス*/
.flex-between{
	display: flex;
	display:-webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.flex-start{
	display: flex;
	display:-webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
}
/*.flex-center{
display: flex;
display:-webkit-flex;
justify-content: center;
-webkit-justify-content: center;
}

/*スマホでフレックスなし　pcでフレックス*/
@media screen and (min-width: 641px){
	.between-pc{
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	}
	.start-pc{
	display: flex;
	display:-webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	}
	/*.center-pc{
	display: flex;
	display:-webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	}*/
}
/*スマホで2カラム　pcで3カラム*/
.flex-2to3{
	flex: 0 1 47%;
	margin-bottom: 5px;
}
@media screen and (min-width: 641px){
	.flex-2to3{
	flex: 0 1 30%;
	}
}
/*スマホで2カラム　pcで2カラム*/
.flex-2to2{
	flex: 0 1 49%;
	margin-bottom: 5px;
}

/*スマホで2カラム　pcで4カラム*/
/*.flex-2to4{
	flex: 0 1 47%;
	margin-bottom: 5px;
}
@media screen and (min-width: 641px){
	.flex-2to4{
	flex: 0 1 23%;
	}
}
/********折り返す*********/
.flex-wrap{
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
/********横並びを逆にする*********/
.flex-reverse{
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
/********交差軸方向揃え*********/
/*終了位置に合わせる*/
/*.items-end{
	align-items: flex-end;
}
/*中心に合わせる*/
.items-center{
	align-items: center;
}
/********幅指定*********/
.flex-23per{
	flex: 0 1 23%;
}
.flex-25per{
	flex: 0 1 25%;
}
.flex-30per{
	flex: 0 1 30%;
}
.flex-33per{
	flex: 0 1 33%;
}
.flex-35per{
	flex: 0 1 35%;
}
.flex-46per{
	flex: 0 1 46%;
}
.flex-47per{
	flex: 0 1 47%;
}
.flex-50per{
	flex: 0 1 50%;
}
.flex-60per{
	flex: 0 1 60%;
}
.flex-70per{
	flex: 0 1 70%;
}
/********************************
 *タイトル設定
*********************************/
/*下層ページ*/
h3{
	border-top: none;
	border-bottom: none;
	border-left: 10px solid #999;
	padding: 5px 10px;
}
/**********************************
 コンテンツエリア
 * ******************************/
/*ＴＯＰページ100%領域*/
.page-id-19 .container{
	width: 100%;
	position: relative;
}
.col-md-12{
	padding-left:0;
	padding-right: 0;
}
/*****100%壊し後の1100px設定*****/
.innner{
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	margin: 0 auto;
}
@media screen and (min-width: 1101px){
	.innner{
	max-width: 1100px;
		padding: 0;
}
}
/****リード部分******/
.top-lead{
	position: relative;
}
@media screen and (min-width: 1001px){
.top-lead:before{
	content: "";
	background: url()no-repeat;
	position:absolute;
	top: 50%;
	left: 5px;
	transform: translate(0,-50%);
	height: 293px;
	width: 225px;
	z-index: -10;
}
.top-lead:after{
	content: "";
	background: url()no-repeat;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translate(0,-50%);
	height: 144px;
	width: 288px;
	z-index: -10;
}
}
.lead-title{
	border: none!important;
	font-size: 2.5rem;
	margin-bottom: 0;
	padding: 30px 0 20px!important;
}
.lead-catch{
	font-weight: bold;
	font-size: 1.7rem;
	letter-spacing: 0.8px;
	margin: 10px 0 40px;
}
@media screen and (min-width: 641px){
	.lead-title{
	font-size: 3.3rem;
}
.lead-catch{
	font-size: 1.9rem;
}
}
/*****ピックアップ施工事例部分****/
.back-gray{
	background: #eaeaea;
	padding-top: 50px;
	margin-top: 100px;
}

.pic-works-ttl{
	border: none!important;
	background:none!important;
	text-align: center;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 2rem;
	font-weight: bold;
	padding: 0!important;
}
@media screen and (min-width: 641px){
	.pic-works-ttl{
	font-size: 2.5rem;
		letter-spacing:2px;
	}
}
.pck-work{
	margin-bottom: 20px;
}
@media screen and (min-width: 641px){
	.pck-work{
	margin-bottom: 40px;
	}
}
/*カテゴリー・タイトル*/
.pck-ttlWrap{
	margin-top: 5px;
}
.pck-catego{
	background: #000;
	text-align: center;
	padding: 2px 10px 1px;
	font-size:1.2rem;
	font-weight: bold;
	color: #fff;
	display: block;
	margin: 10px 0 0;
}
@media screen and (min-width: 641px){
	.pck-catego{
		font-size:1.3rem;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 7px;
	}
}
/*タイトル*/
.pck-ttl{
	font-weight: bold;
	font-size: 1.7rem;
	padding-top: 10px;
	margin-bottom: 7px;
}
/*コメント*/
.pck-comment{
	font-size: 1.3rem;
}
/**********価格帯/カテゴリー検索共通***********/
.search-ttl{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 2rem;
	border: none!important;
	font-weight: bold;
	padding: 0!important;
	margin-bottom: 20px;
}
.search-container{
	padding: 0;
}
.search-container li{
	list-style-type: none;
	text-align: center;
}
/**********価格帯から検索部分***********/
.search-price{
	margin-top: 20px;
}
@media screen and (min-width: 641px){
	.search-price{
	background: #f0f0f0;
	border: 1px solid #000;
	padding: 13px 0 10px;
	}
}
.search-price li{
	width: 50%;
	display: block;
	font-weight: bold;
	box-sizing: border-box;
	background: #f0f0f0;
	border: 1px solid #000;
	padding: 15px 0 15px;
	margin-bottom: -1px;/*ボーダーの重なりを解除*/
}
.search-price li:nth-of-type(2n){
	border-left: none;
}
@media screen and (min-width: 641px){
	.search-price li{
		width: 25%;
		border: none;
		border-right: 1px solid #000;
		background: none;
		padding: 5px;
		font-size: 1.5rem;
	}
	.search-price li:last-of-type{
	border-right: none;
	}
}
.search-price li a{
	display: block;
	transition: 0.3s;
}
.search-price li a:hover{
	color: #b9272d;
	text-decoration: none;
	opacity: 1;
	transform: scale(1.5,1.5);
}
/***********カテゴリー検索部分*************/
.search-cate li{
	width: 47%;
	text-align: center;
}
@media screen and (min-width: 641px){
.search-cate li{
	width: 15%;
	}
}
.src-cateTtl{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	border: none!important;
	padding: 0!important;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.5rem;
	margin: 10px 0 10px;
}
.search-cate a:hover{
	text-decoration: none;
}
.line-length{
	border-right: 1px solid #808080;
}
.top-bnrArea a{
	margin-bottom: 15px;
	display: block;
}
@media screen and (min-width: 641px){
	.top-bnrArea a{
	margin-bottom: 20px;
	}
}
/********************ワンコインファイナンシャルプランナーに相談******************/
.coin1-ttl{
	border: none!important;
	padding: 0!important;
}
.Top-cons-ul{
	font-size: 12px;
	letter-spacing: 0;
}
.normal-ul li {
	margin-bottom:5px !important;
	line-height:140%;
}

.consul-ttl{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	border: none!important;
	padding: 0!important;
	font-size: 1.35rem;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
@media screen and (min-width: 641px){
	.consul-ttl{
	font-size: 1.5rem;
	margin: 20px 0 20px;
	}
}
/*************ローン解決事例部分**************/
.top-loanTtl{
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	text-align: center;
	font-size: 2rem;
}
@media screen and (min-width: 641px){
	.top-loanTtl{
	font-size: 2.6rem;
	}
}
.loan-container{
	padding: 20px 0;
	border-bottom: #808080 1px dashed;
	}
@media screen and (min-width: 641px){
	.loan-container{
		padding: 30px 0;
	}
	.loan-container:nth-child(3),
	.loan-container:nth-child(4){
		border-bottom: none;
	}
	.loan-container:nth-child(1),
	.loan-container:nth-child(3){
		padding-right: 3%;
		border-right: #808080 1px dashed;
	}
	.loan-container:nth-child(2),
	.loan-container:nth-child(4){
		padding-left: 3%;
	}
}
.loan-text{
	margin-left: 10px;
	width: 60%;
	box-sizing: border-box;
}
@media screen and (min-width: 641px){
	.loan-text{
	margin-left: 20px;
	}
}
.loan-num{
	color: #0071b4;
	font-weight: bold;
	margin-bottom: 10px;
}
.loan-hope{
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 10px;
}
@media screen and (min-width: 641px){
	.loan-hope{
	margin-bottom: 20px;
	}
}
.loan-link{
	font-size: 1.2rem;
	color: #fff;
	background: #c4c4c4;
	padding: 5px 10px;
}
@media screen and (min-width: 641px){
	.loan-link{
	padding: 5px 20px;
		font-size: 1.3rem;
	}
}

/*画像指定*/
.loan-case-img{
	height: auto;
	max-height: 130px;
	width: 40%;
}
@media screen and (min-width: 641px){
	.loan-case-img{
	max-height: 180px;
	}
}
.loan-case1{
	background: url(https://yt-design-office.com/wp-content/uploads/2019/04/loan-case1.jpg)center center;
	background-size: cover;
}
.loan-case2{
	background: url(https://yt-design-office.com/wp-content/uploads/2019/04/loan-case2.jpg)center center;
	background-size: cover;
}
.loan-case3{
	background: url(https://yt-design-office.com/wp-content/uploads/2019/04/loan-case3.jpg)center center;
	background-size: cover;
}
.loan-case4{
	background: url(https://yt-design-office.com/wp-content/uploads/2019/04/loan-case4.jpg)center center;
	background-size: cover;
}
/******SNSリンク部分******/
.home .veu_socialSet{
	display: none;
}


/***ブログリスト表示調整***/
/*ブログタイトル*/

#lightning_grid_unit_widget-2 h2{
	position: relative;
	padding: 0 55px;
	text-align: center;
	z-index: 10;
	background: #fff;
	font-size: 2.6rem;
}

#lightning_grid_unit_widget-2 h2:before,
#lightning_grid_unit_widget-2 h2:after{
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35%;
	height: 1px;
}

#lightning_grid_unit_widget-2 h2:before {
	left:0%;
	background: linear-gradient(90deg,#fff,#000);
}
#lightning_grid_unit_widget-2 h2:after {
	right: 0%;
	background: linear-gradient(90deg,#000,#fff);
}
/***TOP投稿の表示を2カラムへ***/
.vk-grid-unit-thumb {
		height:130px;
	}
@media screen and (max-width: 960px){
	.col-xs-12 {
		width:50% !important;
	}
	.vk-grid-unit-thumb {
		height:120px;
	}
}
@media screen and (max-width: 640px) {
	.vk-grid-unit-thumb {
		height:90px;
	}
}
@media screen and (min-width: 1100px) {
#lightning_grid_unit_widget-2 {
	width:1100px;
	margin:0 auto;
}
}

/*****************************
 * 下層ページ共通
 * ***************************/
.page-header{
	/*display:none !important;*/
	background: linear-gradient(to right, #eee,#fff);
}
.page-header_pageTitle{
	padding-left: 15px;
}
.breadSection {
	margin-top:70px;
}
@media screen and (min-width: 641px) {
	.breadSection {
	margin-top:20px;
	}
}
/*sectionの間隔*/
.under-section{
	margin: 0 0 50px;
}
/*********ボタン設定********/
.btn{
	display: block;
	font-family:"游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	transition: 0.3s;
	margin-top: 10px;
}
/*サイズの指定*/
.btn-large{
	font-size: 1.8rem;
	width: 100%;
	padding: 10px;
}
/*カラーの指定*/
.btn-c1:hover{
	background: aliceblue;
}
/*************************
 * 業務内容ページ
 * *********************/
.services img{
	margin-bottom: 10px;
}
/*****************
 * 店舗デザイン設計
 * ***************/
.shop-name{
	background: #ddd;
	text-align: center;
	display: block;
	padding: 5px;
}
/*******************
 * アパート経営ページ
 * ******************/
.formula-return{
	font-size: 2rem;
	background: linear-gradient(transparent 60%,#f9f932 60%);
	text-align: center;
}
/***************************
 * 中古マンション取得とリフォーム
 * ************************/
.old-merit{
	color: #7eaa29;
}
.old-demerit{
	color: #990033;
}
.old-demerit p,
.old-avoid p{
	font-size: 1.1rem;
	color: #333;
	text-indent: 0;
}
/*リスク回避のために*/
.avoid-risk{
	border: 2px dotted #990033;
	padding: 20px 20px 0;
}
/**サポート**/
.old-suport{
	border: 3px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
}
/**********************
 * お客様の声ページ
 * ********************/
.voice-summary{
	background: #a2b5bc;
	padding: 20px;
	margin-bottom: 40px;
	color: #fff;
	position: relative;
}
.voice-summary:after{
	content:"";
	position: absolute;
	bottom: -40px;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: auto;
	height: auto;
	border: 20px solid transparent;
	border-top: 26px solid #a2b5bc;
}
.voice-name{
	font-size: 2.5rem;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	margin-bottom: 10px;
	border-bottom: dotted 1px #fff;
}
.voice-comment{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 0px;
}
/*************************
 * 流れページ
*************************/
.flow-term{
	background: #98c444;
	color: #fff;
	padding: 5px 15px 4px;
	font-size: 1.3rem;
	margin-left: 5px;
}
/*************************
 * 施工事例ページ
 * **********************/
.works-comment{
	padding: 20px 20px 10px;
	border: dotted 1px #37b783;
	margin: 20px 0 20px;
	border-radius: 10px;
	background: #f8fcf5;
}

/***************************
 * FPに相談ページ
 * ************************/
.page-id-32 .page-header,
.parent-pageid-32 .page-header{
	display: none;
}
@media screen and (min-width: 1100px) {
.fp-profile{
	display: flex;
}
}
.fp-pic{
	margin-bottom: 20px;
}
.fp-name{
	font-size: 3rem;
	line-height: 1.5;
	margin-bottom: 20px!important;
}
.fp-name span{
	font-size: 2rem;
}
.fp-career{
	border-left: 5px solid #333;
	padding-left: 20px;
}
/*****************************
 * FPコンサル事例ページ
 * ***************************/
/*無料相談の結果*/
.consul-kekka{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
@media screen and (max-width: 640px) {
	.consul-kekka{
	font-size: 2.5rem;
	}
}
/*相談の背景*/
.consul-haikei{
	background: #000;
	color: #fff;
	border-left: none;
	text-align: center;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 8px 20px 6px;
	display: inline;
}
/****consultation****/
.consultation{
	border-left: none;
}
.inspiration{
	border: 5px solid #ccc;
	padding: 90px 30px 50px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 40px;
}
.inspiration img{
	position: absolute;
	left: 50%;
	top: -75px;
	transform: translate(-50%,0);
}
/**お客さんの感想**/
.after-opinion{
	background: #0071bc;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
	padding: 20px 6px 16px;
}
@media screen and (min-width: 641px) {
	.after-opinion{
	font-size: 2.5rem;
	}
}
.after-payment{
color: red;	
}
/*お客さんの感想部分画像*/
.opinion-pic{
	background: url(https://yt-design-office.com/wp-content/uploads/2019/04/opinion-pic.jpg)no-repeat 40%;
	height: auto;
	background-size: cover;
}
/*※印部分*/
.consul-what{
	font-weight: bold;
	position: relative;
	font-size: 1.6rem;
}
.consul-what:after{
	content: "";
	border-top: 1px solid #000;
	padding-left: 250px;
	position: absolute;
	top: 48%;
	left: 210px;
}
/**********************
 * 問い合わせフォーム
 * *******************/
.form-adress:before{
	content: "〒"
}
.form-control{
	display: inline-block;
}
/**************************
 * footer
 * ************************/
@media screen and (min-width: 1101px) {
/*.container{
	max-width: 1100px!important;
	}
*/
.home .container{
	max-width: 100%!important;
	}
.siteFooter .container{
	max-width: 1100px!important;
	}
}
.siteFooter .widget_nav_menu ul li a{
	color: #fff;
	}
.siteFooter{
	color: #fff!important;
	border-top: none;
}
.siteFooter .copySection{
	display: none;
}
/*********フッター固定ナビ********/
.kotei-foot{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index:600;
}
.mobile-foot{
	padding: 13px 5px 10px;
	text-align: center;
	font-size: 1rem;
	color: #fff;
}
.mobile-foot span{
	font-size: 1.5rem;
	display: block;
	margin-bottom: 3px;
}
.mobile-foot a{
	color: #fff;
}
.mobile-foot1{
	background-color:rgba(145,135,64,0.95);
}
.mobile-foot2{
	background-color:rgba(109,62,108,0.95);
}
.mobile-foot3{
	background-color:rgba(51,98,130,0.95);
}
.mobile-foot4{
	background-color:rgba(177,177,177,0.95);
}
/*****上へ戻るボタン******/
@media screen and (max-width: 640px) {
	.page_top_btn{
		bottom: 60px;
	}
}
/*********ちえブログ**********/
.to_blog{
	position: fixed;
	bottom: 70px;
	right: 1.5%;
}
@media screen and (max-width: 640px) {
	.to_blog{
		bottom: 110px;
	}
}
/********************テーブル設定**********************/
.normal-table,
.mobile-block{
	font-size: 14px!important;
}
@media screen and (min-width: 641px){
.mobile-table th {
	width:220px;
}
}
@media screen and (max-width: 640px){
	.mobile-table tr,
	.mobile-table th,
	.mobile-table td{
		display: block;
	}
}
#zip {
	width:150px;
}
#pref ,#city ,#form-tel {
	width:200px;
}
#form-name {
	width:300px;
}

/***コラム一覧の非表示ページ設定***/
.page-id-257 #lightning_grid_unit_widget-2 {
	display:none;
}


/***20200527追記***/
.vk-grid-unit-item .vk-grid-unit-item-inner {
	padding: 0 !important;
}
.vk-grid-unit-thumb {
	border: none !important;
}
.vk-grid-unit-item p.vk-grid-unit-date .infoDate {
	margin-left: 10px !important;
}
.vk-grid-unit-item .vk-grid-unit-title {
	padding: 0 10px 10px !important;
}
.vk-grid-unit-item .vk-grid-unit-item-inner {
	border: none !important;
}
.vk-grid-unit-item .infoCate {
	border: none !important;
	top: 0 !important;
	left: 0 !important;
}
.vk-grid-unit-item .infoCate a {
	border: none !important;
	font-size: 10px !important;
}

/*******内野追記*******/

.center_box{
	text-align:center;
}

.column_title01 {
    text-align: center;
    border-bottom: 2px dashed #999;
    display: inline-block;
    margin-bottom: 2rem;
    padding: 0.5rem 2.5rem;
	position:relative;
	font-weight:bold;
	font-size:1.6rem;
}

.column_title01 .fas{
	position:absolute;
	bottom:0;
	font-size:2.2rem;
	color: #007fc5;
	animation-name: return;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-name: return;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease;
}

.fukidashi{
    padding: .6em 0 .5em;
    position: relative;
    background: 0 0;
    border-left: none;
	border-bottom: 1px solid #999;
    text-align: center;
    font-size: 1.6rem;
	border-top: none;
	width:90%;
	margin: 0 auto 5rem;
	color: #000;
}

.fukidashi:before{
	content: "";
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 12px solid #fff;
    z-index: 2;
    text-align: center;
}

.fukidashi:after{
	content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
	border-top: 14px solid #999;
    z-index: 1;
}

.column_house_icon{
	font-weight:bold;
	margin-bottom:2rem;
}

.column_house_icon img{
	display:inline-block;
    margin-top: -5rem;
	margin-bottom:1rem;
}

.column_meritarea{
	display:flex;
	flex-wrap:wrap;
	margin-top:3rem;
}

.merit_space{
	width:50%;
	background:#e0dcd5;
	padding:0.5rem 0.8rem 1rem;
	font-size:1.2rem;
	line-height:130%;
}

.merit_space li{
	list-style-type:none;
	margin-bottom:0.5rem;
	line-height:130%;
}

.merit_space li .fas{
	padding-right:0.2rem;
	color:#999;
}

.demerit_space{
	width:50%;
	padding:0.5rem 0.8rem 1rem;
	background:#dae5e3;
	font-size:1.3rem;
}

.demerit_space li{
	list-style-type:none;
	margin-bottom:0.5rem;
	line-height:130%;
}

.demerit_space li .fas{
	padding-right:0.2rem;
	color:#999;
}

.merit_areatitle{
	text-align:center;
	margin-top:1rem;
	font-size:1.4rem;
	font-weight:bold;
}

.merit_areatitle:after{
	content:"";
	width:20px;
	height:3px;
	background:#fff;
	display:block;
	margin:0.5rem auto 3rem;
}

.demerit_space .merit_areatitle{
	color:#597c75;
}

.merit_space .merit_areatitle{
	color:#7c7265;
}

.column_title02{
	text-align:center;
	display:flex;
	align-items:center;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:3rem;
}

.column_title02:before{
	content:"";
	height:1px;
	background:#999;
	flex-grow:1;
	margin-right:1rem;
}

.column_title02:after{
	content:"";
	height:1px;
	background:#999;
	flex-grow:1;
	margin-left:1rem;
}

.caution_area{
	background:#f6f6f6;
	padding: 1.5rem;
	position:relative;
}

.caution_area:after {
    content: "";
    width: 30%;
    height: 45%;
    background-image: url(https://yt-design-office.com/wp-content/uploads/2021/03/img03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 1.5rem;
    right: 0;
}

.caution_title{
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
}
.caution_text{
	margin-top:2rem;
}

.caution_text li{
	margin-bottom:0.5rem;
	font-size:1.4rem;
	list-style-type:none;
}

.fa-check-square:before {
    padding-right: 0.3rem;
	color:#007fc5;
}

.column_point{
	position:relative;
}

.column_point:before {
    content: "";
    width: 20%;
    height: 150px;
    background-image: url(https://yt-design-office.com/wp-content/uploads/2021/03/poit.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    top: -12rem;
    left: 0;
	animation-name: scale;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-name: scale;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
}

.caution_img{
	display:none;
}

.partition_border{
	width:30px;
	height:5px;
	background:#000;
	margin:0 auto;
}

@media(max-width:650px){

.column_point:before {
    top: -11rem;
}
.column_point{
	margin-top:2rem;
}
}
	
@media(max-width:550px){
.column_title01 {
    padding-left:1.5rem;
	padding-right:1.5rem;
}
	
.merit_space{
	width:100%;
}
	
.demerit_space{
	width:100%;
}

.fukidashi{
	width:100%;
}

.caution_area:after {
    display:none;
}
.caution_img{
	display:block;
	text-align:center;
	width:50%;
	margin: 2rem auto 1rem;
}
}

@media(max-width:450px){	
.column_point:before {
    width: 30%;
}
}

@keyframes return {
0%{
	right:-2rem;		
}
50% {
	right:0.2rem;
}
100% {
	right:-2rem;
}
}

@-webkit-keyframes return {
0%{
	right:-2rem;		
}
50% {
	right:0.2rem;
}
100% {
	right:-2rem;
}
}

@keyframes scale {
0% {
    transform: scale(1);
}

50% {
    transform: scale(.8);
}

100% {
    transform: scale(1);
}
}

@-webkit-keyframes scale {
0% {
    transform: scale(1);
}

50% {
    transform: scale(.8);
}

100% {
    transform: scale(1);
}
}

/***CTA***/
.cta-tel {
	font-size: 28px;
	font-weight: bold;
}

#veu_cta-1770 .btn-primary {
    background-color: #7a7a7a;
    border-color: #000000;
    border: none;
    border-radius: 10px;
    padding: 20px;
        padding-right: 20px;
        padding-left: 20px;
    font-size: 20px;
}

/****column02****/

.postid-1948 .column_title01 {
    border-bottom: 1px dashed #999;
	font-family:serif;
	font-size:2rem;
	padding: 0.5rem 3rem;
}

.fa-pen-fancy:before {
    color: #ba9a78;
}

.column_text{
	font-size:1.5rem;
	line-height:160%;
	width:90%;
	margin:0 auto;
}

.img_title_box{
	position:relative;
}

.img_title_box:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	top:0;
	left:0;
	z-index:2;
}

.img_title_box .img_title{
	position:absolute;
	color:#fff;
	top:4rem;
	left:3rem;
	z-index:3;
	font-size:2.3rem;
	line-height:2.3rem;
	font-family:serif;
	border-left:5px solid #fff;
	padding-left:1rem;
}

.img_title_box .img_title span{
	font-size:1.8rem;
	line-height:1.8rem;
	display:block;
	padding-bottom:0.5rem;
}

.brackets_area{
	background:#efebe6;
	padding:3.5rem 1rem;
	position:relative;
}

.brackets_area:before{
	content:"";
	width:25px;
	height:25px;
	border-left:1px solid #000;
	border-top:1px solid #000;
	display:block;
	position:absolute;
	top:1rem;
	left:1rem;
}

.brackets_area:after{
	content:"";
	width:25px;
	height:25px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	display:block;
	position:absolute;
	bottom:1rem;
	right:1rem;
}

.brackets_area_title{
	text-align:center;
	font-family:serif;
	margin-bottom:3rem;
	font-size:1.8rem;
	line-height:140%;
	font-weight:bold;
}

.brackets_area_text{
	font-size:1.3rem;
	line-height:150%;
	width:80%;
	margin:0 auto;
}

.dog_cat_title {
    font-family: serif;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding-left: 2rem;
	font-weight:bold;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

.dog_cat_title:after{
	content:"";
	height:1px;
	background:#cccccc;
	display:inline-block;
	margin-left:1rem;
	flex-grow:2;
}

.dog_title{
	color: #4ca860;
	position:relative;
}

.dog_title:before{
	content:"";
	position:absolute;
	bottom:-0.5rem;
	left:0;
	z-index:-1;
	width:5rem;
	height:5rem;
	background-image:url(https://yt-design-office.com/wp-content/uploads/2021/04/dog_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.cat_title{
	color: #804ca5;
	position:relative;
}

.cat_title:before{
	content:"";
	position:absolute;
	bottom:-0.5rem;
	left:0;
	z-index:-1;
	width:5rem;
	height:5rem;
	background-image:url(https://yt-design-office.com/wp-content/uploads/2021/04/cat_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

.dog_cat_text{
	padding:1.5rem 2.5rem 0;
	font-size:1.4rem;
	line-height:150%;
}

.dog_cat_message {
    padding: 2.5rem;
    box-shadow: 3px 3px 2px #cccccc;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 180%;
    position: relative;
    background-image: url(https://yt-design-office.com/wp-content/uploads/2021/04/hand_icon.png);
    background-repeat: no-repeat;
    background-position: right 0.5rem bottom 0.5rem;
    border: 1px dashed #999999;
    text-align: center;
    font-family: serif;
}

.matome_title {
    font-size: 1.8rem;
    line-height: 140%;
    font-family: serif;
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: bold;
    background: #efebe6;
    padding: 1rem;
}

.matome_text{
	font-size:1.5rem;
	line-height:150%;
	padding:1rem;
}

.flex_iconArea {
    display: flex;
    justify-content: flex-end;
	align-items: flex-end;
    margin-bottom: -2.5rem;
}

.flex_iconArea li{
	list-style-type:none;
	width:6rem;
	height:6rem;
	box-sizing: content-box;
}

.flex_iconArea li:nth-of-type(2){
	width:4.5rem;
	height:4.5rem;
}


.table_contents{
	background:#f2f2f2;
	padding:4rem 2.5rem 2.5rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-family:serif;
	border-bottom: 1px solid #999;
}

.table_contents_title{
	text-align:center;
	font-size:2.5rem;
	line-height:2.5rem;
	color:#999;
	font-family:serif;
	display:flex;
	flex-grow:2;
	align-items:center;
	margin-bottom:-1.1rem;
}

.table_contents_title:before{
	content:"";
	height:1px;
	background:#999;
	flex-grow:1;
	display:inline-block;
	margin-right:0.5rem;
}

.table_contents_title:after{
	content:"";
	height:1px;
	background:#999;
	flex-grow:1;
	display:inline-block;
	margin-left:0.5rem;
}

.table_contents_child{
	width:50%;
	margin-bottom:2.5rem;
}

.table_contents_child:nth-of-type(3){
	margin-bottom:0;
}

.table_contents_child:nth-of-type(4){
	margin-bottom:0;
}

.table_contents_link{
	display:inline-block;
	color:#ba9a78;
	font-size:1.8rem;
	line-height:1.8rem;
	display:flex;
	align-items:center;
}

.table_contents_child li {
    list-style-type: none;
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.table_contents_link:before{
	content:"";
	width:0.8rem;
	height:0.8rem;
	display:inline-block;
	border-top:1px solid #ba9a78;
	border-right:1px solid #ba9a78;
	transform:rotate(45deg);
	margin-right:0.5rem;
}

.pc660{
	display:block;	
}

.sp660{
	display:none;	
}

@media(max-width:660px){
	
.postid-1948 .column_title01 {
    font-size: 1.8rem;
}

.column_text{
	font-size:1.4rem;
}
	
.table_contents_child{
	width:100%;
}
	
.table_contents_child:nth-of-type(3){
	margin-bottom:2.5rem;
}
	
.brackets_area_title{
	font-size:1.7rem;
	line-height:140%;
	width:90%;
	margin:0 auto 2rem;
}
	
.brackets_area_text {
    width: 85%;
}
	
.dog_cat_title{
	font-size:1.6rem;
	line-height:1.6rem;
}

.matome_title{
	font-size:1.7rem;
}

.cat_title{
	margin-top:2rem;
}
	
.dog_cat_message {
    text-align: left;
	line-height:150%;
}
	
.pc660{
	display:none;	
}
	
.sp660{
	display:block;	
}

.table_contents_title{
	font-size:1.8rem;
	line-height:1.8rem;
}	
	
.table_contents_link{
	font-size:1.7rem;
	line-height:1.7rem;
}
}

@keyframes dokidoki{
	0%{
		transform:scale(0.8,0.8);
	}
	50%{
		transform:scale(1,1);
	}
	100%{
		transform:scale(0.8,0.8);
	}
}

/****column3[お家時間]****/

.column_toparea img{
	z-index:-1;
	position:relative;
}

.column3_title {
	width:100%;
}

.column3_title_box{
	position:relative;
    color: #82a472;
    background: #fff;
    padding: 1rem 0.5rem;
    display: block;
    font-size: 1.8rem;
    bottom: -2.5rem;
    margin: -8rem auto 5rem;
    z-index: 50;
    width: 75%;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px dashed #82a472;
}

.column3_title_box:after {
    content: "";
    width: 10rem;
    height: 4rem;
    background: url(https://yt-design-office.com/wp-content/uploads/2021/06/088-09B.png);
	background-repeat:no-repeat;
	background-size:contain;
    display: inline-block;
    position: absolute;
    top: -1rem;
    right: -1rem;
    transform: rotate(25deg);
}

.column3_text {
    padding: 1rem;
}

.column3_text2{
	margin-top:5rem;
}

.line_dia_text{
	font-size:1.6rem;
	border-bottom:1px solid #82a472;
	padding-bottom:1rem;
	text-align:center;
	margin-bottom:2rem;
}

.title_line_dia {
    text-align: center;
    display: flex;
    align-items: center;
    flex-grow: 1;
	margin-bottom:1rem;
}

.title_line_dia:before {
    flex-grow: 2;
    content: "";
    height: 1px;
    background: #82a472;
    display: inline-block;
    margin-right: 0.5rem;
}

.title_line_dia:after {
    flex-grow: 2;
    content: "";
    height: 1px;
    background: #82a472;
    display: inline-block;
    margin-left: 0.5rem;
}

.column3_table, .column3_table2{
    margin-top:-1.5rem;
}

.column3_table tr:nth-of-type(odd), .column3_table2 tr:nth-of-type(odd){
    background: #f6f6f6;
}

.column3_table td{
    text-align:right;
	padding-right:4rem;
}

.column3_table2 td{
    text-align:center;
}

.column_fukidashi{
	background:#82a472;
	color:#fff;
	padding:1.5rem;	
	position: relative;
}

.column_fukidashi:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #82a472;
}

.column_fukidashi_title{
	font-size:1.7rem;
	margin-bottom:1rem;
	display:flex;
	flex-grow:1;
	align-items:center;
}

.column_fukidashi_title:after {
    content: "";
    height: 1px;
    display: inline-block;
    margin-left: 1rem;
    background: #fff;
    flex-grow: 2;
}

.center{
	text-align:center;
}

.column3_greenarea{
	background:#82a472;
	color:#fff;
	padding:1.5rem;
}

.title_deco_dia{
	font-size:1.7rem;
	font-weight:bold;
	position:relative;
	padding-left:2.5rem;
}

.title_deco_dia:before {
    content: "";
    width: 4rem;
    height: 4rem;
    background-image: url(https://yt-design-office.com/wp-content/uploads/2021/06/dia2.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    z-index: -1;
	left:0;
	bottom:0;
	opacity:0.6;
}

.text_deco_dia{
	padding:1.5rem;
}

.title_deco_dia2{
	font-size:1.6rem;
	color:#82a472;
	margin-bottom:1rem;
}

.title_deco_dia2:before{
	content:url(https://yt-design-office.com/wp-content/uploads/2021/06/dia3-.png);
	display:block;
}

.text_dia2{
	background:#f9f9f2;
	padding:2rem;
	margin-bottom:3.5rem;
}

.plus_abox {
    position: relative;
    font-size: 1.6rem;
    font-weight: bold;
    color: #82a472;
    background: #fff;
    border: 2px solid #82a472;
    padding: 2rem 3.5rem;
    display: inline-block;
}

.plus_abox p{
	margin-bottom:0;
}

.plus_a {
    position: absolute;
    left: -2rem;
    top: -4rem;
    background: #82a472;
    color: #fff;
    border-radius: 50%;
    width: 6.5rem;
    height: 6.5rem;
    font-size: 2.5rem;
    line-height: 6.5rem;
    text-align: center;
    font-weight: normal;
}

.plus_a_textarea {
    margin-top: -2.5rem;
    padding: 5rem 2rem 2rem;
}

.plus_a_textarea ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0;
}

.plus_a_textarea ul li{
	width:32.5%;
	border-right:1px solid #fff;
	box-sizing:border-box;
	padding:2rem;
	background:#fff;
	position:relative;
	list-style-type:none;
}

.plus_a_number{
	background:#82a472;
	color:#fff;
	padding:0.5rem;
	position:absolute;
	top:0;
	left:0;
	font-size:1.5rem;
	line-height:100%;
}

.plus_a_title {
    color: #82a472;
    text-align: center;
    border-bottom: 1px solid #82a472;
    padding-bottom: 0.5rem;
	font-size:1.5rem;
	line-height:150%;
	margin-bottom:1rem;
	font-weight:bold;
}

.plus_a_text{
	color:#000;
	font-size:1.4rem;
	line-height:180%;	
}

.column3_table2 tr:first-of-type th {
    background: #999;
    color: #fff;
	padding:1rem;
}

@media(max-width:760px){
.column3_title_box {
    font-size: 1.5rem;
    width: 95%;
	font-weight:normal;
	margin-bottom:3.5rem;
}
	
.column3_title_box:after {
    width: 8rem;
    top: -1.2rem;
    right: -1rem;
}
	
.column3_text2 {
    margin-top: 4rem;
}
	
.line_dia_text {
    font-size: 1.5rem;
}
	
.line_dia_text {
    font-size: 1.5rem;
    text-align: left;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
	margin-bottom:0.5rem;
}
	
.column3_table th, .column3_table td{
	padding:0.5rem;
}
	
.column3_table2 th, .column3_table2 td{
	padding:0.5rem;
}
	
.column3_table2 th {
    display: block;
    width: 100%;
    text-align: center;
	border-bottom: none;
	border-bottom: 1px dotted #ccc;
}

.column3_table2 tr:last-of-type th{
	border-bottom: 1px solid #ccc;
}

.title_deco_dia {
    font-size: 1.6rem;
}

.title_deco_dia:before {
    top: 0;
}
	
.text_deco_dia{
	padding:1rem;
}
	
.title_deco_dia2 {
    margin-bottom: 0.5rem;
}

.text_dia2 {
    padding: 1rem;
}

.plus_a_textarea ul{
    flex-direction:column;
}

.plus_a_textarea ul li {
    width: 100%;
	margin-bottom:2rem;
}
	
.plus_a_number {
    font-size: 2rem;
}
	
.plus_abox {
    padding: 2rem 3rem 1rem;
    width: 90%;
}
	
.plus_a {
    left: 50%;
    top: -4rem;
    width: 6rem;
    height: 6rem;
    font-size: 2.5rem;
    line-height: 6rem;
    transform: translateX(-50%);
}
	
.column3_table2 tr:first-of-type th {
	padding:0.5rem;
}
}

/*******column4*********/
.column4_title {
    font-size: 2rem;
    font-weight: bold;
    background: rgba(244,244,244,0.7);
    display: inline-block;
    padding: 1rem 2rem;
    box-shadow: 1px 1px 3px #999;
    transform: rotate(-6deg);
    position: absolute;
    top: 3rem;
    left: 2rem;
	animation-name:popup;
	animation-iteration-count:1;
	animation-duration:3s;
	transition:0.5s ease;
}

.column4_toptitle {
    color: #40a3a3;
    font-size: 1.8rem;
    border-bottom: 1px solid #40a3a3;
	letter-spacing:1px;
	padding-left:1rem;
}

.column4_toptitle:first-letter {
    font-size: 2.5rem;
    font-weight: bold;
}

.column4_toptext {
    padding: 1.5rem;
    line-height: 170%;
}

.column4_fukidashi {
    background: #40a3a3;
    color: #fff;
    border-radius: 15px;
    display: inline-block;
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
	position:relative;
	margin-bottom:1.5rem;
}

.column4_fukidashi span {
    transform: rotate(8deg);
    display: inline-block;
    font-size: 2.2rem;
}

.column4_fukidashi:after {
    content: "";
    display: block;
    border: 20px solid transparent;
    border-top: 20px solid #40a3a3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.ranking_name{
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	padding:0.5rem 0;
	font-size:1.3rem;
}

.ranking_table{
	border-top:none;
	margin-top:2rem;
	position:relative;
	margin-bottom:1.5rem;
}

.ranking_table:before {
    content: "";
    position: absolute;
    left: 0;
    background-image: url(https://yt-design-office.com/wp-content/uploads/2021/06/ranking1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 5rem;
    display: inline-block;
    height: 2.5rem;
    top: 0.5rem;
	animation-name:dokidoki;
	animation-delay:1.5s;
	animation-duration:2s;
	animation-iteration-count:infinite;
}

.ranking_table tr:nth-of-type(odd){
	background:#f6f6f6;
}

.ranking_table th, .ranking_table td{
	border-bottom:none;
	padding:0.8rem;
}

.ranking_table th{
	text-align:center;
}

.ranking_table tr:first-of-type th{
	font-size:1.8rem;
	font-weight:bold;
}

.ranking_table tr:first-of-type td{
	font-size:1.8rem;
	font-weight:bold;
}

.ranking_table tr:nth-of-type(2) th{
	font-weight:bold;
}

.ranking_table tr:nth-of-type(2) td{
	font-weight:bold;
}

.en{font-family: 'Benne', serif;}

.column4_type {
    font-size: 4rem;
    color: #40a3a3;
    line-height: 4rem;
    margin-top: 3rem;
}

.column4_typearea{
	background:#40a3a3;
	color:#fff;
	padding:1rem;
}

.column4_type_title{
	font-size:1.8rem;
}

.column4_type_box{
	padding:1.5rem;
	font-size:1.4rem;
}

.column4_type_childtitle {
    border-bottom: 1px dashed #fff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-size: 1.6rem;
}

.column4_type_box p{
	margin-bottom:0;
}

.workaround {
    color: #40a3a3;
    font-size: 2.1rem;
    display: flex;
    align-items: center;
	margin-top:3rem;
	position:relative;
	padding-left:4rem;
}

.workaround:before {
    content: "";
    display: inline-block;
    background-image: url(https://yt-design-office.com/wp-content/uploads/2021/06/light03.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 3.5rem;
    height: 5rem;
	position:absolute;
	left:0;
	top:-2rem;
	animation-name: dokidoki;
    animation-delay: 1s;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.workaround:after{
    content:"";
	display:inline-block;
	margin-left:0.5rem;
	height:1px;
	background:#40a3a3;
	flex-grow:2;
}

.workaround_area{
	border-bottom:2px solid #40a3a3;
}

.workaround_box{
	padding:1rem;
}

.workaround_box li{
	list-style-type:none;
	margin-bottom:1.5rem;
}

.workaround_box li:before{
	content:url(https://yt-design-office.com/wp-content/uploads/2021/06/dotted01.png);
	display:block;
}

.column4_matome{
	background:#f6f6f6;
	box-shadow:1px 1px 3px #ddd;
	padding:1.5rem;
}

.column4_matometitle {
    color: #40a3a3;
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.column4_matometext {
    line-height: 170%;
    font-size: 1.4rem;
}

.column_lastarea {
    font-size: 1.5rem;
    padding: 1.5rem;
    background: #f6f6f6;
    line-height: 170%;
    border-top: 1px dashed #40a3a3;
    border-bottom: 1px dashed #40a3a3;
}

.column_lastarea {
    font-size: 1.5rem;
    padding: 1.5rem;
    line-height: 170%;
    background: #40a3a3;
    color: #fff;
    outline: 5px solid rgba(244,244,244,0.5);
    outline-offset: -5px;
}

.mokuji_area a{
	transition:0.8s ease;
	display:inline-block;
	margin-bottom:1rem;
	color:#40a3a3;
	line-height:120%;
}

.mokuji_area a i{
	display:inline-block;
	transition:0.8s ease;
}

.mokuji_area a:hover i{
	transform:translatex(0.4rem);
}

.mokuji_area a:hover{
	color:#1c5452;
	text-decoration:none;
}

.mokuji_title {
    background: #40a3a3;
    color: #fff;
    padding: 1rem;
}

.column4_titlearea{
	position:relative;
}

.mokuji_area {
    background: #f6f6f6;
    padding: 1.5rem;
}

.new_column_title {
    font-size: 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid #527c59;
    padding-bottom: 10px;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0) rotate(-6deg);
  }
  80%, 100% {
    opacity: 1;
  }
}

@media(max-width:760px){
.column4_toptitle {
    font-size: 1.5rem;
}
	
.column4_toptitle:first-letter {
    font-size: 2rem;
}
	
.column4_fukidashi {
    padding: 0.5rem 1.5rem;
    font-size: 1.4rem;
}
	
.ranking_table:before {
    top: -2rem;
    left: 1.5rem;
}
	
.ranking_table {
    margin-top: 3rem;
}
	
.column4_type {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 2rem;
}
	
.column4_type_title {
    font-size: 1.5rem;
}
	
.column4_type_childtitle {
    font-size: 1.5rem;
}
	
.workaround {
    font-size: 1.8rem;
	padding-left:3.5rem;
}
	
.workaround_box{
	margin-top:1rem;
}
	
.workaround_box li {
    line-height: 150%;
}
	
.workaround:before {
    width: 3rem;
    height: 4rem;
    left: 0;
    top: -1rem;
}
	
.column4_title {
	top:4rem;
	font-size:1.8rem;
}
	
.column4_type_box {
    padding: 1rem;
}
}

/*****コラム共通*****/

.new_column_title {
    font-size: 17px;
    margin-bottom: 15px;
    border-bottom: 1px solid #527c59;
    padding-bottom: 10px;
}

.column_ctitle {
    font-size: 1.8rem;
    font-weight: bold;
    color: #527c59;
    border-bottom: 1.5px dashed #527c59;
    padding-bottom: 0.5rem;
}

.column_ctext{
	padding:1.5rem;
}

.column_ctext span {
    display: inline-block;
    margin: 1.5rem 0 0.5rem;
	font-weight:bold;
}

.column_ctext span i{
    color: #527c59;
	font-size:1.7rem;
	animation-name:t_right;
	animation-duration:5s;
	animation-iteration-count:infinite;
	animation-timing-function:ease;
}

.column_ctext span:nth-of-type(1) i{
    animation-delay:0s;
}

.column_ctext span:nth-of-type(2) i{
    animation-delay:1s;
}

.column_ctext span:nth-of-type(3) i{
    animation-delay:2s;
}

.column_ctext span:nth-of-type(4) i{
    animation-delay:3s;
}

.column_ctext span:nth-of-type(5) i{
    animation-delay:4s;
}

.column_ctext span:nth-of-type(6) i{
    animation-delay:5s;
}

.column_stitle{
    font-size: 1.6rem;
    font-weight: bold;
    color: #527c59;
	padding-left:1.5rem;
}

.column_boxtext {
    background: #f6f6f6;
    padding: 1.5rem;
    margin: 2rem 0;
}

.mokuji_area_new a{
	transition:0.8s ease;
	display:inline-block;
	margin-bottom:1rem;
	color:#527c59;
	line-height:120%;
}

.mokuji_area_new a i{
	display:inline-block;
	transition:0.8s ease;
}

.mokuji_area_new a:hover i{
	transform:translatex(0.4rem);
}

.mokuji_area_new a:hover{
	color:#527c59;
	text-decoration:none;
}

.mokuji_title_new {
    background: #527c59;
    color: #fff;
    padding: 1rem;
}

.mokuji_area_new {
    background: #f6f6f6;
    padding: 1.5rem;
}

.column5_title {
    font-size: 2rem;
    font-weight: bold;
    background: rgba(244,244,244,0.7);
    display: inline-block;
    padding: 1rem 2rem;
    box-shadow: 1px 1px 3px #999;
    position: absolute;
    bottom: 3rem;
    left: 2rem;
    animation-name: popup2;
    animation-iteration-count: 1;
    animation-duration: 3s;
    transition: 0.5s ease;
}

@keyframes t_right{
	0%{transform:translatex(0);}
	20%{transform:translatex(0.4rem);}
	40%{transform:translatex(0);}
	60%{transform:translatex(0);}
	80%{transform:translatex(0);}
	100%{transform:translatex(0);}	
}

@keyframes t_right2{
	0%{transform:translatex(0);}
	50%{transform:translatex(0.4rem);}	
	100%{transform:translatex(0);}	
}

@keyframes popup2 {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}

@media(max-width:660px){
.mokuji_area_new a {
    font-size: 1.3rem;
    line-height: 180%;
}
	
.column_ctitle {
    font-size: 1.6rem;
}
	
.column_stitle {
    font-size: 1.5rem;
	padding-left:1rem;
}
	
.column_ctext {
    padding: 1rem;
}
}


.column_sstitle{
	font-size:1.4rem;
	font-weight:bold;
    padding-left: 1.5rem;
}

.column_sstitle:before{
	content:"";
	width:12px;
	height:12px;
	border-radius:50%;
	background:#527c59;
	display:inline-block;
	margin-right:10px;
}

@media(max-width:660px){
.column_sstitle {
    font-size: 1.3rem;
    padding-left: 1rem;
}
	
.column_sstitle:before {
    margin-right: 5px;
    width: 10px;
    height: 10px;
}
}

/******  20220531 ******/

h2.column_ctitle {
    border-bottom: 1.5px dashed #527c59;
    padding: 0 0 0.5rem;
    border-top: none;
    margin: 0;
	background:none;
	font-family:none;
}

h3.column_stitle {
    border-left: none;
    font-family: none;
	margin:0;
}

/****20221122*****/

span.arrow_ttl {
    background: #527c59;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom:10px;
    font-weight: normal;
}

span.arrow_ttl:after {
	content:"";
	border:15px solid transparent;
	border-top-color:#527c59;
    display:inline-block;
    position: absolute;
    bottom:-22px;
	left:30px;
}

ul.normal_list{
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.normal_list li{
	font-weight:bold;
	font-size:18px;
	margin:0 0 5px 0;
}

span.txt_deco{
	display:inline-block;
	font-weight:bold;
	text-decoration:underline;
	margin:0;
	padding:0 3px;
}

h4.column_h4_ttl {
    font-size: 15px;
    padding: 10px;
	font-weight:bold;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

h5.column_h5_ttl {
    border: none;
    padding: 0;
    margin: 20px 0 10px;
    font-size: 16px;
    font-weight: bold;
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

h5.column_h5_ttl:before{
	content:"";
	width:8px;
	height:8px;
	border-radius:50%;
	background:#527c59;
	display:inline-block;
	margin-right:5px;
}

/*****20230117*****/

.example_child{
	margin-bottom:40px;
}

.example_child h4 {
    padding: 0;
    margin: 10px 0;
    background: no-repeat;
    font-weight: bold;
    font-size: 2rem;
	line-height: 130%;
}

.example_child h4 span{
    display:block;
	margin-top: 0;
	font-size: 1.7rem;
	color:#997d2e;
}

.color_box {
    display: block;
    width: 100%;
    height: 60px;
	margin-bottom:10px;
}

.yellow_bg {
    background:#fefeec;
}

.blue_bg {
    background:#f3fcff;
}

.purple_bg {
    background:#faf1fd;
}

@media(max-width:767px){
.example_child h4 {
    font-size: 16px;
}
	
.example_child h4 span {
    font-size: 15px;
}
	
.example_child {
    margin-bottom: 30px;
}


}

/***20230227*****/


.list_area {
    background: #f5f5f5;
    padding: 20px;
	margin-bottom:15px;
}

.list_area_ttl {
    font-weight: bold;
	color:#527c59;
	border-bottom:1px solid #527c59;
	padding-bottom:3px;
}

table.simple_table thead th {
    background: #527c59;
    color: #fff;
}

table.simple_table tbody th {
   background:#f5f5f5;
}

@media(max-width:767px){
.list_area {
    padding: 15px;
}
	
ul.simple_list{
	padding-left:20px;
}

}

.round_ttl {
    color: #527c59;
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 8px;
	display:flex;
}

.round_ttl:before {
    background: #527c59;
    content:"";
	width:10px;
	height:10px;
	border-radius:50%;
	display:inline-block;
	margin-right:5px;
	margin-top: 7px;
}

table.two_column{
    margin-bottom:1.5rem;
}

table.two_column th {
    background: #f5f5f5;
    text-align: center;
    width: 180px;
}

@media(max-width:767px){
	.round_ttl {
    font-size: 16px;
}
	
	table.two_column th,table.two_column td{
		display:block;
		width:100%;
		padding: 5px;
		border:none;
		text-align:left;
	}
	
	table.two_column td{
		margin-bottom:8px;
	}
	
	table.two_column{
		border-bottom:1px solid #ccc;
		border-top:1px solid #ccc;
	}
}


/****20230801***/

span.bg_txt{
	display: inline;
    font-weight: bold;
    background: #f7f6da;
}

span.downttl:before {
    content: "\f063";
	font-family: "Font Awesome 5 Free";
    color: #527c59;
    display: block;
}

.column_ctext p:first-of-type span.downttl:before{
	display:none;
}

.column_ctext span.downttl{
	margin-top:0;
}

.table_stylesheet{
	margin-bottom:1.5rem;
}

.table_stylesheet thead{
    background:#f5f5f5;
}

.table_stylesheet thead th {
    text-align: center;
    font-size:14px;
}

.table_stylesheet tbody {
    font-size: 14px;
}

.table_stylesheet tbody th{
    width:170px;
}

.table_stylesheet tbody tr td:nth-of-type(2), .table_stylesheet tbody tr td:nth-of-type(3){
    text-align:center;
	width:60px;
}

@media(max-width:660px){
.table_stylesheet_box{
	overflow-x:scroll;	
}
	
.table_stylesheet tbody th{
    width:140px;
}

.table_stylesheet{
	width:600px;
}
	
.table_stylesheet thead th {
    font-size:12px;
}

.table_stylesheet tbody {
    font-size: 12px;
}
	
.table_stylesheet tbody tr td:nth-of-type(2), .table_stylesheet tbody tr td:nth-of-type(3){
	width:50px;
}
	
.sp.scroll_txt{
	display:block;
}
	
.scroll_txt{
	font-size:11px;
}	
	
}

/***20230829****/

.num_list_area {
    background: #f5f5f5;
    padding: 15px;
}

.num_list_area p:last-of-type{
	margin-bottom:0;
}

.num_list_ttl {
    color: #527c59;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.num_list_area p a, a.txt_link_g{
    color: #527c59;
    font-size: 14px;
}

@media(max-width:767px){
.num_list_area ol, .num_list_area ul, ul.sp_ul{
    padding-left: 15px;
}
	
.num_list_area p a, a.txt_link_g {
    font-size: 12px;
}
}


/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***スライドショー非表示***/
#bqw-sliderpro-widget-3 {
  display: none;
}

/***動画埋込html版***/
video {
  width: 100%;
}