@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.eye-catch .cat-label::before {
    content: "PR : ";
	font-size:0.8em;
}


.marker-under, .marker-under-red {
    font-weight: bold;
}
.marker-red {
	background-color: transparent;
	color: #f33;
	font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
}








.box5-yellow {
	position: relative;	/* 配置に関するもの(ここを基準に) */
	max-width:600px; /* ボックスの横幅 */
	margin: 2em auto;	/* ボックスの外側余白(上下:2em　左右:auto) */
	padding: 2em 2em 1.7em;	/* ボックスの内側余白(上:2em　左右:2em 下：1.7em) */
	border: 1px solid #fdc44f;	/* ボックスの線 (太さ　線の種類　線の色)*/
	border-radius: 4px;	/* ボックスの角丸 */
	background: #fef9ed;/* ボックス背景色 */
}
.box5-yellow .box-title {
	position: absolute; /* 配置に関するもの(ここを動かす) */
	top: -18px; /* 上から（-18px）移動*/
	left: 27px; /* 左から(27px)移動 */
	background: #fdc44f; /* タイトル背景色 */
	color: #fff; /* タイトル文字色 */
	padding: 0.6em 1em;/* タイトルの内側余白 */
	line-height: 1;/* タイトルの行の高さ */
	font-size: 17px;/* タイトル文字の大きさ */
	font-weight: bold;/* タイトル文字の太さ */
	border-radius:4px;/* タイトルの角丸 */
}
.box5-yellow p {
	margin: 0; /* 文字の外側余白リセット*/
	padding: 0; /* 文字の内側余白リセット*/
}

/*タブ見出しボックス*/
.tab-caption-box-label{ 
	padding: 6px 16px; /*タブ内側余白*/
	font-size: 16px; /*タイトル文字の大きさ*/
	font-weight: bold; /*タイトル文字の太さ*/
	border-radius: 4px 4px 0px 0px;  /*タブ角丸*/
	background-color: #c2e7eb;
}

.tab-caption-box-content {
	position: relative;  /*配置に関するもの（ここを基準に）*/
	border: 2px solid; /*ボックス線*/
	padding: 48px 24px; /*ボックス内側余白*/
	border-top-left-radius: 0;
	border-color: #c2e7eb;
}



/* チェックマークのアイコンをつけた囲み枠 */
.cstm-box-check {
   margin: 0 auto 2em; /* 外側の余白（上下と中央配置） */
   padding: 1em 2em 1.5em; /* 上下・左右の余白 */
   background-color: #fff4cc; /* 背景色 */
   border-radius: 10px; /* ボックスの角の丸み */
}

/* ボックスのタイトル部分 */
.cstm-box-check .box-title {
   color: #FFBD59; /* タイトル文字の色 */
   font-size: 1.1em; /* タイトル文字の大きさ */
   font-weight: bold; /* 太字 */
}

/* タイトル部分のアイコン */
.cstm-box-check .box-title::before {
   font-family: "Font Awesome 5 Free"; /* アイコンのフォント */
   content: "\f00c"; /* チェックマークアイコンのUnicode */
   margin-right: 5px; /* アイコンと文字の間隔 */
}

/* pタグの余白 */
.cstm-box-check p { margin:0; }







.box-label-text{
   background: #fff;
   background-image: url(https://ie-note.jp/wp-content/themes/cocoon-child-master/image/icon_mame.gif);
   background-size: contain;
   background-repeat: no-repeat;
   background-position-x: 5px;
   padding: 10px 3px 0 40px;
   margin-left: 15px;
}
.label-box-label {
   padding-left: 0;
}
.label-box-content {
   font-size: 0.8em;
   padding: 1.5em 1.2em 1em;
}





.is-style-information-box::before, .is-style-question-box::before, .is-style-alert-box::before, .is-style-memo-box::before, .is-style-comment-box::before, .is-style-ok-box::before, .is-style-ng-box::before, .is-style-good-box::before, .is-style-bad-box::before, .is-style-profile-box::before, .information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
    font-size: 20px;
}


/* アイコンリストの装飾調整 */

.iconlist-title {
    margin-bottom: 1.5em;
}
.iconlist-box ul li::before {
    font-size: 0.8em;
}



/* AI回答内CSS */
.mwai-text ol li{margin-bottom: 3em;}
.mwai-chatgpt-theme .mwai-reply .mwai-name {
    margin-right: 0!important;
}
.mwai-chatgpt-theme .mwai-reply .mwai-text ul {
    margin-left: 0!important;
}



/* CTAボタン */
.ctacacth_text{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.link_1, .link_2, .link_3, .link_4 {
    transition: all .2s ease;
}
.link_1, .link_2, .link_3, .link_4 {
    width: 60%;
    margin: 0 auto 30px;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}
.link_1 {
    background-color: #eb1119;
    border-bottom: 2px solid #a60006;
}
.link_1 a::before, .link_2 a::before, .link_3 a::before, .link_4 a::before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: scale(0) translateY(-50%) translateX(-50%);
    transform-origin: left top;
    border-radius: 50%;
    content: '';
    width: 10em;
    height: 10em;
    background-color: rgba(255, 255, 255, 50%);
    opacity: 0;
    animation: plzTap 3s ease-out 0s infinite;
}










/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
/* CTAボタン */
.link_1, .link_2, .link_3, .link_4 {
    width: 96%;
}	
	
	
	
	
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.is-style-information-box, .is-style-question-box, .is-style-alert-box, .is-style-memo-box, .is-style-comment-box, .is-style-ok-box, .is-style-ng-box, .is-style-good-box, .is-style-bad-box, .is-style-profile-box, .information-box, .question-box, .alert-box, .information, .question, .alert, .memo-box, .comment-box, .common-icon-box {
        padding: 20px 6px 20px 40px;
        font-size: 14px;
    }
	.is-style-information-box::before, .is-style-question-box::before, .is-style-alert-box::before, .is-style-memo-box::before, .is-style-comment-box::before, .is-style-ok-box::before, .is-style-ng-box::before, .is-style-good-box::before, .is-style-bad-box::before, .is-style-profile-box::before, .information-box::before, .question-box::before, .alert-box::before, .information::before, .question::before, .alert::before, .memo-box::before, .comment-box::before, .common-icon-box::before {
        padding: 0 8px;
        margin-right: 0.5em;
        font-size: 18px;
        border-right: 1px solid #bde4fc;
        top: 50%;
        left: 10px;
    }
	
	

	
}

	
	
	
	
	
	
	
	
	
	
body {
	font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
	background-color: #fff;
}

#navi-in .sub-caption{
	display:none;
}

.article h2 {
	border-left: 8px solid #f8edd5;
	background: #fafafa;
	line-height: 1.5em;
}
.entry-card-snippet, .related-entry-card-snippet{
	font-size: 0.9em;
}
.article h3 {
	border-color:#f8edd5;
	line-height: 1.5em;
}
.article h4 {
	position: relative;
	border: none;
	line-height: 1.5em;
}
.article h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: -webkit-repeating-linear-gradient(-45deg, #f8edd5, #f8edd5 2px, #fff 2px, #fff 4px);
	background: repeating-linear-gradient(-45deg, #f8edd5, #f8edd5 2px, #fff 2px, #fff 4px);
}
.sidebar h3  {
	background-color: #fff;
	border-bottom: solid 3px #f8edd5;
	position: relative;
}
.sidebar h3::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #000;
	bottom: -3px;
	width: 20%;
}

ol {
	counter-reset: li;
}
ol > li {
	position: relative;
	padding-left: 0.6em;
	list-style:none;
	font-weight: bold;
}
ol > li::before {
	line-height: 1.3;
	line-height: 1;
	border-right: 1px solid #e60020;
	padding: 2px 5px;
	color: #e60020;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.8em;
	width: 1.2em;
	width: 1em;
	font-size: 0.85rem;
	margin-top: 3px;
	text-align: center;
}
.article ul > li {
	font-weight: bold;
	margin-bottom: 5px;
}

/*シンプルにリストの際は上下に線*/
.article > div > ul {
/*	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;　*/
	padding: 1.6em 0 1.6em 30px;
}

.article > div > ul > li {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

p.new-title a {
	color: #333;
	text-decoration: none;
}

/*引用装飾*/
blockquote {
	position: relative;
	padding: 5px 8px 5px 50px;
	box-sizing: border-box;
	font-style: italic;
	color: #464646;
	background: #f6faff;
	border:none;
	border-radius: 0;
}
blockquote:before{
	display: inline-block;
	top: 50%;
	width: 30px;
	height: 30px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	vertical-align: middle;
	text-align: center;
	content: "\f10d";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 1.0rem;
	line-height: 30px;
	background: #cbe8ff;
	border-radius: 50%;
	font-weight: 900;
	opacity: 1;
}
blockquote span {
	display: block;
	text-align: right;
	color: #888;
	font-size: 0.7em;
}
blockquote p {
	z-index: 3;
	line-height: 1.7;
	font-size: 0.9em !important;
	font-style:normal;
}



/*------------------------ 【投稿ページ】 ------------------------*/

/* テーブル奇数偶数色替え*/
.normal_table th {
background: #d9edf7;
}
.normal_table tr:nth-child(even) {
background: #fff;
}
.normal_table tr:nth-child(odd) {
background: #f3fcff;
}
/* テーブル見出し左寄せ*/
.th_left {
	font-size: 90%;
	line-height: 120%;
}
.th_left th {
	padding-left: 2em;
	text-align: left;
	text-indent: -1.6em;
}
/* テーブル内リスト文チェックアイコン*/
.listcheck_table ul {
	position: relative;
	padding: 0 0 0 20px;
}
.listcheck_table ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	font-weight:normal;
	list-style-type: none!important;/*ポチ消す*/
}
.listcheck_table ul li:before {/*疑似要素*/
	font-family: FontAwesome;
	content: '\f00c';
	position: absolute;
	left : 0; /*左端からのアイコンまで*/
	color: #999; /*アイコン色*/
	font-size: 0.8em;
	line-height: 160%;
}
@media screen and (max-width: 480px){
.post td, .post th {
	padding: 5px;
}
}
@media screen and (max-width: 320px){
.post td, .post th {
	padding: 3px;
}
}
table th, table td {
	font-size: 0.9em;
}

/* テーブル横スクロールなし*/
.noscroll_table td {
white-space: normal!important;
}


/*
.container {
	background-color: #fff;
	background-image: url(https://house-ad.jp/wp-content/themes/acorder/template-3/images/bg-main_01.png);
	height: 460px;
}
*/

@media screen and (max-width: 600px){
.header-container {
	margin-top: 50px;
}
}
/* ロゴの位置*/
.logo {text-align: left;}
@media screen and (max-width: 1024px){
.logo {padding: 0 2%;}
}
/* パンくず周り */
#breadcrumb {
	margin: 0px;
	padding: 10px 10px 10px 10px;
	background:#f6f6f6;
}




/* 目次*/
#toc_container {
	padding: 5px 15px !important;
	background: #fff !important;
	border: 5px solid #e1eff4 !important;
	border-radius: 2px;
	color: #666;
	margin: 0 auto 1em;
}
.toc_title {
	border-bottom: 2px solid #e1eff4;
}
#toc_container .toc_list {
	counter-reset: li;
}
#toc_container .toc_list>li {
	position: relative;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 46px;
	line-height: 1.3em;
}
#toc_container .toc_list>li::after {
	counter-increment: li;
	content: "0" counter(li) " | ";
	position: absolute;
	left: 0px;
	top: 0;
	background: none;
	font-size: 1.3em;
	letter-spacing: -1px;
	color: #4169e1;
}	
/* h2が10個以上時の装飾「0」排除 */
#toc_container .toc_list>li:nth-child(10)::after, #toc_container .toc_list>li:nth-child(11)::after {
	content: counter(li) " | ";
}	
.toc_list>li ul {
	margin-top: 5px;
}
.no_bullets ul li ul li {
	font-weight: normal;
	list-style: disc !important;
}
@media screen and (max-width: 768px){
.toc_list>li {
	padding-left: 42px !important;
	font-weight: normal !important;
}
.toc_list>li::after {
	content: "0" counter(li) "|";
	letter-spacing: 0;
}
/* メニューの位置*/
.mobile-menu-buttons {
	background: #f8edd5;
	bottom: auto;
	z-index:99;
}
.toc-menu-button{
    display: none;

    }
/* スマホハンバーガーメニューアイコン変更*/
.fa-dedent:before, .fa-outdent:before {
    content: "\f0c9";
}
}




/* 目次　cocoon用*/
.toc ol.toc-list {
    padding-left: 0;
}
.toc ol.toc-list > li {
    padding-left: 3em;
}
.toc ol.toc-list > li::before {
    border-right: 1px solid #eb1119;
    counter-increment: li;
    content: "0"counter(li)" | ";
    content: "0"counter(li);
    position: absolute;
    left: 0;
    top: 0;
    background: 0 0;
    font-size: 1.3em;
    letter-spacing: -1px;
    color: #eb1119;
    width: 2em;
    width: 1.3em;
}
/* h2が10個以上時の装飾「0」排除 */
.toc ol.toc-list > li:nth-child(10)::before, .toc ol.toc-list > li:nth-child(11)::before{
	content: counter(li);
}
.toc ol.toc-list > li ol li {
list-style: disc!important;
border-right: none;
padding-left: 0;
}
.toc ol.toc-list > li ol li::before {
content: none;
}




.speech-balloon h4 {
	padding:0;
	line-height: 1.2rem;
	border:none;
}
.speech-balloon p {
	font-size: 0.9rem;
}
.speech-icon img, .speech-icon amp-img {
	border:none;
}

/* 下線半分　*/
.bottom_line, .bottom_line_y{
	background: linear-gradient(transparent 60%, #f9e2e6 60%);
	padding-bottom: .1em;
	font-weight: bold;
}
/* 〃 黄色　*/
.bottom_line_y{
	background: linear-gradient(transparent 60%, #ffff99 60%);
}
/* 〃 二重　*/
.bottom_line_do{
	border-bottom: double 3px #87CEFA;
}

/* 太文字一覧　*/
.bold_or, .bold_rd, .bold_bk, .bold_bl, .bold_pk, .small12b, .small13b, .small14b, .small6b, .small18b{
	font-weight: bold;
}
.bold_or{
	color: #ff9800;
}
.bold_rd{
	color: #ff3333;
	text-shadow: 1px 1px 0 rgba(0,0,0,.1);
}
.bold_bk{
	color: #666;
}
.bold_bl{
	color: #4800ff;
}
.bold_pk{
	color: #FF6C74;
}

/* 小文字一覧　*/
.small12, .small12b{
	font-size: 0.7rem;
}
.small13, .small13b{
	font-size: 0.8rem;
}
.small14, .small14b{
	font-size: 0.9rem;
}
.small16, .small16b{
	font-size: 1.0rem;
}
/* 大文字一覧　*/
.small18, .small18b{
	font-size: 1.2rem;
}


/* 左右縦　*/
.waku_contents p:first-of-type, .lr_waku_contents p:first-of-type {
	margin-top:0;
}
.waku_contents p:first-of-type, .lr_waku_contents p:last-of-type {
	margin-bottom:0;
}
.lr_waku_contents{
	padding: 1.6em 1em;
	margin: 2em auto 4em;
	max-width:520px;
	background: #ffffee;/*背景色*/
	border-left: solid 1px #ffdf5e;/*左線*/
	border-right: solid 1px #ffdf5e;/*右線*/
}
/* 太線　*/
.waku_contents {
	border: 10px solid #aaa;
	border-radius: 4px;
	position: relative;
	padding: 20px 25px;
/*	padding-bottom: 0; */
	box-sizing: border-box;
	margin-bottom: 30px;
}
/* 点線 */
.waku_dot {
	border-color: #e896c7;
	border: 1px dashed #aaa;
}
.waku_dot:before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #e896c7;
	opacity: 0.05;
}
.waku_dot > * {
	position: relative;
}

@media only screen and (max-width: 720px){
.lr_waku_contents {
	padding: 1.6em 0.5em;
}
.waku_contents {
	padding: 20px 10px;
}
}
@media only screen and (max-width: 520px){
.lr_waku_contents{
	max-width:96%;
}
}
.waku_contents p, .lr_waku_contents p {
/*	margin-bottom: 0; */
}



/*　------　水色枠　------　*/
.lightblue {
	border-color: #def1f9!important;
}


/*　------　黒板ボックス　------　*/
.kokuban_contents {
	margin-bottom: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 25px;
	padding-bottom: 0;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
	border: 10px solid #E3B66A;
	background: #369377;
	border-radius: 1px;
	color: #fff;
}
.kokuban_contents::before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 57px;
	height: 23px;
	background: url(images/kokuban.png);
	background-size: contain;
}
.kokuban_contents::after {
	position: absolute;
	content: "";
	width: 25px; 
	right: 45px;
	bottom: 0;
	border: solid 3px #fff; /*チョーク（白） */
	border-radius: 8px 5px 2px 5px;
}
.kokuban_contents ul {
	padding: 0 0 0 10px;
}
.kokuban_contents ul li {
	list-style:none;
}
.kokuban_contents ul li::before {
	content: "\f058\00a0\00a0";
	font-family: FontAwesome;
	color: #fff;
}
.kokuban_title {
	font-size: 1.6rem;
	display: block;
	color: #fff;
	width: 100%;
	padding: 10px 0 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0px;
}
.kokuban_contents li {
	border-bottom: 3px ridge rgba(255, 255, 255, 0.2);
	padding-bottom: 7px;
}
.kokuban_contents ol {
	padding:0;
}
.kokuban_contents ol > li{
	padding-left: 2.0em;
	margin-left: 0;
}
.kokuban_contents ol>li:before {
	color: #369377;
	border-right: none;
	border-radius:50%;
	background-color: rgba(255,255,255,0.9);
	padding: 3px 3px 2px;
	padding: 4px 3px 2px;
	left: 0;
}
@media only screen and (max-width: 720px){
.kokuban_contents {
	padding: 20px 10px;
	width: 94%;
}
.kokuban_title {
	font-size: 1.25rem;
	letter-spacing: -0.5px;
}
}




/*　------　見出しあり枠線ボックス　------　*/
dl.waku_area{
	padding: 26px 20px 1px;
	padding-bottom: 0;
	border: 1px solid #e1e1e1;
	box-shadow: 0 3px 0 rgba(8,1,2,0.03);
	margin: 50px 0 30px;
}
@media only screen and (max-width: 720px){
dl.waku_area{
	padding: 26px 5px 1px;
	margin: 50px 2% 30px;
}
}
dl.waku_area > dt {
	background: #fff;
	padding: 0 10px;
	font-weight: bold;
	position: relative;
	top: -40px;
	display: inline-block;
}
dl.waku_area > dd {
	position: relative;
	top: -25px;
	padding: 0 10px;
	margin-bottom: 25px;
	line-height:150%;
}
.article dl.waku_area > dd {
	margin-left: 5px;
}
dl.waku_area > dd.check_ver {
	background-image: url(images/check_img.png);
	background-repeat: no-repeat;
	background-size: 16px;
	border-bottom: dotted 3px #eee;
	line-height: 16px;
	text-align: left;
	padding: 0 0 7px 24px;
	margin: 8px auto 8px auto;
}
dl.waku_area > dd p {
	margin-bottom: 20px;
}
dl.waku_area > dd:last-of-type, dl.waku_area > dd p:last-child {
	margin-bottom: 0;
}


/*　------　見出しあり枠線ポイント用ボックス　------　*/
.waku_onepoint {
	position: relative;
	margin: 4em 0 2em;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
}
.waku_onepoint .onepoint_title {
	position: absolute;
	display: inline-block;
	top: -27px;
	left: -3px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	background: #95ccff;
	color: #fff;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}
.waku_onepoint p {
	margin: 0; 
	padding: 0;
}
.waku_onepoint ul {
	margin: 0; 
	padding: 0 0 0 15px;
}


/*　------　心の声リスト用の吹き出し枠　------　*/

.balloon_waku {
	display: inline-block;
	position: relative;
	margin: 0 0 0 40px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 30px;
	font-size: 0.9em;
}

.balloon_waku:before {  
	content: "";
	position: absolute;
	left: -38px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}

.balloon_waku:after {
	content: "";
	position: absolute;
	left: -22px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 50%;
}
.balloon_waku p {
	margin: 0; 
	padding: 0;
}
.balloon_waku ul {
	padding-left: 20px;
}






.collor_mark_or, .collor_mark_blu, .collor_mark_gr{
	padding: 2px 5px;
	font-weight:bold;
	color:#fff;
	background: #ffa200;
	border-radius: 3px;
	margin-right:5px;
	display: inline-block;
}
.collor_mark_blu{
	background: #57c3e7;
}
.collor_mark_gr{
	background: #8cbf3b;
}



/*　------　アフィリリンク用　------　*/

.link_1{
	background-color:#6FBA2C;
	border-bottom: 2px solid #5E9E25;
}
.link_2{
	background-color:#eb1119;
	border-bottom: 2px solid #a60006;
}
.link_3{
	background-color:#ffb732;
	border-bottom: 2px solid #c38c26;
}
.link_4{
	background-color:#7ccff9;
	border-bottom: 2px solid #3aa4da;
}
.link_1, .link_2, .link_3, .link_4{
	width:60%;
	margin:0 auto 30px;
	text-align:center;
	border-radius: 8px;
	box-sizing:border-box;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);

}
.link_1:hover{
	opacity: 0.7;
	box-shadow: none;
}
.link_1 a, .link_2 a, .link_3 a, .link_4 a{
	color:#FFF!important;
	font-weight:bold;
	text-decoration:none;
	padding:15px 10px;
	display:block;

}
.link_1 img, .link_2 img, .link_3 img, .link_4 img{
	display:block;
	height:1px;
}
.link_1 a:hover, .link_2 a:hover, .link_3 a:hover, .link_4 a:hover{
	color:#FFF!important;
}
@media only screen and (max-width: 720px){
.link_1, .link_2, .link_3, .link_4{
	width:96%;
}
}
.link_1 span.external-icon, .link_2 span.external-icon, .link_3 span.external-icon, .link_4 span.external-icon {
	display: none;
}
.link_1, .link_2, .link_3, .link_4 {
	transition: all .2s ease;
}
.link_1 a, .link_2 a, .link_3 a, .link_4 a {
	margin: 0;
	position: relative;
	overflow: hidden;
}
.link_1 a::before, .link_2 a::before, .link_3 a::before, .link_4 a::before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: scale(0) translateY(-50%) translateX(-50%);
	transform-origin: left top;
	border-radius: 50%;
	content: '';
	width: 10em;
	height: 10em;
	background-color: rgba(255, 255, 255, 50%);
	opacity: 0;
	animation: plzTap 3s ease-out 0s infinite;
}
@keyframes plzTap {
	from { transform: scale(0) translateY(-50%) translateX(-50%); opacity: 1; }
	15%, 100% { transform: scale(1) translateY(-50%) translateX(-50%); opacity: 0; }
}
.link_1::after, .link_2::after{ content: ''; clear: left; }
.column-wrap .link_1, .column-wrap .link_2, .column-wrap .link_3{width:96%;}


/*　------　内部リンク用　------　*/
a.naviarrow::before {
	content: url(images/naviarrow.png);
	margin-right: 7px;
	position: relative;
	top: 2px;
	left: 0;
	width: 14px;
}


/*　------　関連記事アイコン用　------　*/
.collor_icon1{
	background: #ffad00;
	padding:5px 10px !important;
	font-weight:bold;
	color:#fff;
	border-radius: 3px;
}

/*　------　点滅アイコン　------　*/
.up_blink_icon::after, .new_blink_icon::after {
	display: inline-block;/* インラインボックス定義  */
	content: "NEW";/* 表示する文字*/
	background: #0000ff;/* 背景色*/
	color: #ffffff;/* 文字色*/
	font-weight: bold;/* 太字*/
	font-size: 10pt;/* ベースの文字サイズ*/
	letter-spacing : -1px;/* 文字間隔詰め*/
	line-height: 1;/* 1行の高さ*/
	vertical-align : top;/* 基準の高さ位置*/
	margin: 0;/* 外余白なし*/
	padding: 2px;/* 反転時の内余白*/
	transform: scale(0.6)/* 文字サイズ変更*/
				   translateX(-30%);/* 横位置調整*/
	animation: newAnime .7s infinite alternate;
}
@keyframes newAnime {
   0% { color: #0000ff;/* ブリンク時の文字色*/
		background : #ffffff;/* ブリンク時の背景色*/
	  }
 100% { color: #ffffff;/* ブリンク時の文字色*/
		background : #0000ff;/* ブリンク時の背景色*/
	  }
}
.up_blink_icon::after {
	content: "UP";/* 表示する文字*/
	background: #ff0000;/* 背景色*/
	transform: scale(0.6)/* 文字サイズ変更*/
				   translateX(-30%);/* 横位置調整*/
	animation: newAnime2 .7s infinite alternate;
}
@keyframes newAnime2 {
   0% { color: #ff0000;/* ブリンク時の文字色*/
		background : #ffffff;/* ブリンク時の背景色*/
	  }
 100% { color: #ffffff;/* ブリンク時の文字色*/
		background : #ff0000;/* ブリンク時の背景色*/
	  }
}


/*　------　関連記事アイコン用枠線ボックス　------　*/
div.waku_kanren{
	padding: 25px 20px 1px;
	padding-bottom: 0;
	border: 1px solid #e1e1e1;
	box-shadow: 0 3px 0 rgba(8,1,2,0.03);
	margin: 50px 0 30px;
	position: relative;
}
div.waku_kanren::before {
	border-bottom: 3px solid #ffad00;
	border-right: 3px solid #ffad00;
	content: '';
	display: block;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 20px;
	height: 20px;
	z-index: 2;
}
@media only screen and (max-width: 720px){
div.waku_kanren{
	padding: 25px 5px 1px;
}
}
div.waku_kanren > p.kanren_t {
	display: inline-block;
	background: #ffad00;
	color: #fff;
	padding: 0 15px;
	font-size: 0.9em;
	font-weight: bold;
	position: relative;
	top: -40px;
	border-radius: 20px;
}
div.waku_kanren > p.kanren_t::before {
	content: "\f0f6";
	font-family: FontAwesome;
	color: #fff;
	padding-right: 5px;
	font-weight: normal;
}
div.waku_kanren > p > a {
	position: relative;
	top: -25px;
	padding-left: 10px;
	margin-bottom: 20px;
	line-height:180%;
	font-size:90%;
	display: block;
}
div.waku_kanren > p > a::before {
	content: url(images/naviarrow.png);
	margin-right: 7px;
	position: relative;
	top: 2;
	left: 0;
	width: 14px;
}
div.waku_kanren > p {
	margin-bottom: 0px;
}
div.waku_kanren > p.linktext {
	padding-left: 2em;
	text-indent: -2.1em;
}	
div.waku_kanren > p.linktext a + img {
	display:block;
}	
div.waku_kanren > p:last-child, div.waku_kanren > p:last-child > a{
	margin-bottom: 0;
}


/*　------　フローコンテンツ用　------　*/
.contents_flows {
	margin: 15px 0;
}
.contents_flows .flows h4 {
	color: #101112;
	margin-top: 0px;
	border:none;
}
.contents_flows .flows__no1, .contents_flows .flows__no2, .contents_flows .flows__no3, .contents_flows .flows__no4, .contents_flows .flows__no5, .contents_flows .flows__no6, .contents_flows .flows__no7, .contents_flows .flows__no8, .contents_flows .flows__no9, .contents_flows .flows__no10, .contents_flows .flows__no11, .contents_flows .flows__no12{
	background-image: url(images/flow1.png);
	background-repeat: no-repeat;
	-moz-background-size: 26px, 26px;
	-o-background-size: 26px, 26px;
	-webkit-background-size: 26px, 26px;
	background-size: 26px, 26px;
	padding: 4px 0 2px 30px;
	margin-bottom: 0;
}
.contents_flows .flows__no2 {
	background-image: url(images/flow2.png);
}
.contents_flows .flows__no3 {
	background-image: url(images/flow3.png);
}
.contents_flows .flows__no4 {
	background-image: url(images/flow4.png);
}
.contents_flows .flows__no5 {
	background-image: url(images/flow5.png);
}
.contents_flows .flows__no6 {
	background-image: url(images/flow6.png);
}
.contents_flows .flows__no7 {
	background-image: url(images/flow7.png);
}
.contents_flows .flows__no8 {
	background-image: url(images/flow8.png);
}
.contents_flows .flows__no9 {
	background-image: url(images/flow9.png);
}
.contents_flows .flows__no10 {
	background-image: url(images/flow10.png);
}
.contents_flows .flows__no11 {
	background-image: url(images/flow11.png);
}
.contents_flows .flows__no12 {
	background-image: url(images/flow12.png);
}
.contents_flows .flows p {
	background-image: url(images/flow_dot.png);
	background-size: 3px 7px;
	background-repeat: repeat-y;
	background-position: 10px 3px;
	padding-left: 30px;
	margin: 2px 0 5px;
}
.contents_flows .flows p:first-of-type {
	padding-top: 10px;
}
.contents_flows .flows p:last-of-type{
	padding-bottom: 35px;
}
@media only screen and (max-width: 720px){
.contents_flows .flows p:first-of-type {
	padding-top: 5px;
}
.contents_flows .flows p:last-of-type{
	padding-bottom: 20px;
}
}
.contents_flows .flows h4::after {
	content: none;
}

/*　------　メモコンテンツ 　------　*/
.memoarea{
	display: table;
	background: #f3f3f3;
	border-radius: 3px;
	margin-bottom: 20px;
	padding: 10px;
	font-size:0.9rem;
}	
/*　------　電話番号 　------　*/
.tel_contents{
	background: #E1F5FE;
	color: #03A9F4;
}

/*　------　注意 　------　*/
.attention_contents{
	background: #FCE4EC;
	color: #212121;
}
/*　------　補足　------　*/
.add_contents{
	background: #ffffee;
	color: #212121;
	border: 1px solid #ffeeaa;
}
.memo_icon{
	padding: 0 15px 0 10px;
	text-align: center;
}
.memo_icon, .memo_text {
	display: table-cell;
	vertical-align: middle;
}
.memo_text {
	padding-left: 15px;
	border-left: 1px solid #e0e0e0;
	width: 100%;
	box-sizing: border-box;
}
.memo_text p, .memo_text a {
	margin-top: 0;
	margin-bottom: 0;
}
.memo_title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*　------　電話番号アイコン　------　*/
.fa-phone::before {
	content: "\f095";
}
/*　------　注意アイコン　------　*/
.fa-warning::before, .fa-exclamation-triangle::before {
	content: "\f071";
}
/*　------　補足アイコン　------　*/
.fa-add::before {
	content: "\f0a4";
}


/*　------　調査ラベル　------　*/
.research_label{
	text-align:right;
}
.researched_by{
	background-color: #f57c00;
	color: #fff;
	padding: 3px;
	margin:5px;
	font-size: 0.8rem;
}
.research_label a{
	text-decoration: none;
	color:#111;
}

/*　------　分数テキスト表記　------　*/
p.fraction_area { font-family: MJXZERO, MJXTEX-I, serif; text-align: center;}
p.fraction_area:first-letter { font-size: 1.2rem;}
span.fraction { display:inline-flex; flex-direction:column; vertical-align:middle; text-align:center; }
span.frac_n { padding: 17px 2px 0; border-bottom:1px solid #000; line-height: 1rem; }
span.frac_d { padding: 5px 2px 0; }
@media only screen and (max-width: 375px){
p.fraction_area { font-size: 14px;}
}

/*　------　文中テキスト用の見出し装飾　------　*/
p.catch_txt {
display: flex;
align-items: center;
font-weight: bold;
letter-spacing: -0.06rem;
}
p.catch_txt:before, p.catch_txt:after {
content: "";
width: 9.8%;
flex-grow: 1;
height: 2px;
border-top: solid 2px #cdebf8;
border-bottom: solid 2px #cdebf8;
}
p.catch_txt:before {
margin-right: .5em;
}
p.catch_txt:after {
margin-left: .5em;
}


.blogcard figure {margin: 0 !important;}
.blogcard-footer{font-size: 10px !important;}
.blogcard-snippet {-webkit-line-clamp: 2 !important;}







/*------------------------ 【記事上CTA】 ------------------------*/

.cta_area_ue {
    display: block;
    margin-top: 40px;
    padding: 15px 20px;
    border-width: 13px;
    border-style: solid;
    border-color: #ddd;
}
.p-banner {
    display: block;
    line-height: 1.8571;
    font-size: 1.4rem;
    position: relative;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    text-decoration: none;
}

.p-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-banner_heading {
    padding: 0;
    margin: 0;
    color: #1a1a1a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    font-weight: bold;
    font-size: 2rem;
    font-size: 1.2rem;
    margin-bottom: 0;
    margin-right: 30px;
    padding-bottom: 0;
    padding-right: 30px;
    border-right: 1px solid #1a1a1a;
}
.p-banner_heading::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    content: "";
    width: 117px;
    height: 72px;
    margin-top: 6px;
    margin-right: 20px;
    background: url(https://ie-made.com/wp-content/themes/cocoon-child-master/images/catalog_image.webp) no-repeat center center/100% 100%;
}
.p-banner_heading span {
    margin: 0.8em 0;
}
.p-banner_heading>span>strong {
   color: #e60020;
}
.p-banner_lead {
    font-size: 0.95rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.5rem;
    margin: 0 !important;
}
@media only screen and (max-width: 768px){
.p-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 588px;
    flex-basis: 588px;
}
.p-banner_heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #1a1a1a;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    font-size: 1.3rem;
}
.p-banner_heading::before {
    margin-top: 0;
    width: 130px;
    height: 80px;
    margin: 10px 0;
}
.p-banner_heading span {
    margin: 0.55em 0;
}
.p-banner_lead {
    margin: 20px 0 0 !important;
    font-size: 0.9rem;
}
}
@media only screen and (max-width: 320px){
.p-banner_heading {
    font-size: 1rem;
}
.p-banner_heading::before {
    width: 104px;
    height: 64px;
}
.p-banner_lead {
    font-size: 0.8rem;
    line-height: 1.3rem;
}
}



.cta_button {
    width: 100%;
    height: auto;
    padding: 24px 15px 15px 0;
    margin: 20px auto 15px;
    background-color: #eb1119;
    box-shadow: 0 4px 0 #a60006;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.4;
    font-family: 'Noto Sans JP',sans-serif;
    color: #fff;
    text-align: center;
    display: block;
    cursor: pointer;
    transition: all .3s;
    position: relative;
    text-decoration: none;
}
.cta_button span {
	display:none;
}
.cta_button::before {
    background-color: rgb(255, 255, 255);
    content: "簡単＆無料でもらえる！";
    color: #eb1119;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -12px;
    left: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #eb1119;
    border-image: initial;
    border-radius: 25px;
    padding: 7px 10px 6px;
}
.cta_button_m::before {
    content: "簡単＆無料で満足度No1！";
}

.cta_button:after {
    position: absolute;
    content: "";
    top: 60%;
    right: 13px;
    width: 16px;
    height: 24px;
    margin-top: -11px;
    background: url(https://ie-made.com/wp-content/themes/cocoon-child-master/images/cta_arrow.webp) top left no-repeat;
}
.cta_area_ue img {
	display:block;
}





/*------------------------ 【記事下CTA】 ------------------------*/
#cta_content {
	text-align: center;
	background: #f6f4f0;
	overflow: hidden;
	margin-bottom: 20px;
}
#cta_content_title {
	padding: 3%;
	border-bottom: 2px dashed #ece8e0;
}
#cta_content_title h3{
	color: #59a6c4;
	border-left:none;
	margin: 10px auto 0;
	border-left:none;
	border-right:none;
	border: none;
	letter-spacing: -0.1rem;
}
#cta_content_title p{
	line-height: 120%;
}
.cta_content_text{
	padding:5px;
}
#cta_content p {
	padding: 0 10px;
	margin:5px 0 0;
}
@media only screen and (max-width: 720px){
#cta_content p{
	font-size: 0.8rem;
}
}
.cta_content_text p {
	color: #59a6c4;
	font-weight: bold;
}
.cta_content_text p::before {
	font-family: FontAwesome;
	content: '\f0a4';
	margin-right: .4em;
}

.cta_link {
	width: 94%;
	margin: 10px auto 20px;
}
.cta_link a {
	color: #fff;
	font-size: 0.9rem; 
	display: inline-block;
	text-decoration: none;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	line-height: 48px;
	width: 100%;
	background: #59a6c4;
	background-image: url(images/cta_btn_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	background-size: 18px;
}
@media only screen and (max-width: 720px){
.cta_link {
	margin: 5px auto 10px;
}
}
@media only screen and (min-width: 991px){
.cta_link {
	width: 410px;
}
}



/*------------------------ 【下部の記事カルーセル】 ------------------------*/

.carousel-entry-card-title {
	font-size: 12px;
	line-height: 1.1rem;
}




/*------------------------ 【記事下関連記事一覧見出し】 ------------------------*/
h2.related-entry-heading{
	border-bottom: solid 1px #4e5356;
}
h2.related-entry-heading span.related-entry-main-heading{
	padding: 10px 20px;
	border-radius: 0 5px 0 0;
	font-size: 0.8rem;
	background-color: #4e5356;
	color: #ffffff;
}
a.related-entry-card-wrap{
	border-bottom: #f1f1f1 solid 1px
}


/*------------------------ 【Jetpack人気記事一覧の装飾】 ------------------------*/
.widgets-list-layout .widgets-list-layout-blavatar {
	width: 100px !important;
	max-width: 100px !important;
}
.widgets-list-layout-links {
	width: calc( 100% - 110px ) !important;
}
.widgets-list-layout-links a {
	color:#333;
	font-weight: bold;
	text-decoration: none;
	line-height: 1;
}
.widgets-list-layout {
  counter-reset: ranking-mark;
}
.widgets-list-layout li::before {
  content: counter(ranking-mark, decimal);
  counter-increment: ranking-mark;
}

.widgets-list-layout {
	counter-reset: wpp-ranking;
}
.widgets-list-layout li {
	list-style-type: none;
	padding: 0;
	position: relative;
}
.widgets-list-layout li::before {
	background: #999;
	content: counter(wpp-ranking, decimal) !important;
	counter-increment: wpp-ranking;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1;
	padding: 3px 8px;
	position: absolute;
	top: 0;
	left: 0;
}
.widgets-list-layout li:nth-child(1)::before {
  background: #fa0;
}
.widgets-list-layout li:nth-child(2)::before {
  background: #bbb;
}
.widgets-list-layout li:nth-child(3)::before {
  background: #930;
}
#side ul.widgets-list-layout li{
	margin: 0 0 10px;
}

/*------------------------ 【新着記事タイトル】 ------------------------*/
.widget-entry-cards .widget-entry-card {
	font-size: 0.9rem;
}
/*------------------------ 【カテ名】 ------------------------*/
.widget-sidebar ul li, {
	list-style-type: none;
	line-height: 2;
	margin: 5px 0;
	padding: 0;
	border-bottom: 1px solid #eee !important;
	padding: 0;
}

/*------------------------ 【サイドFacebook見出し】 ------------------------*/
.sidebar h3 a{
	color:#111;
	text-decoration:none;
}

.widget-sidebar ul li.menu-item-object-category, .widget_nav_menu ul li.menu-item-object-category, .widget_nav_menu ul li.menu-item-object-page, .widget_nav_menu ul li.menu-item-object-custom, .widget_categories ul li, .widget_categories ul li{
	list-style-type: none;
	line-height: 1;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee !important;
	padding: 5px 0;
	position: relative;
}
/*
.widget_categories ul li {
	line-height: 1;
}
*/
.widget-sidebar ul li.menu-item-object-category a, .widget_nav_menu ul li.menu-item-object-category a, .widget_nav_menu ul li.menu-item-object-page a, .widget_nav_menu ul li.menu-item-object-custom a, .widget_categories ul li a{
	color: #222;
	width: 100%;
	display: block;
/*	padding: 4px 0 !important; */
}
.widget-sidebar ul li.menu-item-object-category::after, .widget_nav_menu ul li.menu-item-object-category::after, .widget_nav_menu ul li.menu-item-object-page::after, .widget_nav_menu ul li.menu-item-object-custom::after, .widget_categories ul li::after {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.6rem;
	font-weight: bold;
	color: #222;
	position: absolute;
	top: 15%;
	margin-top: 0px;
	right: 4px;
	line-height: 150%;
}
.widget_nav_menu ul li.menu-item-object-category::after, .widget_nav_menu ul li.menu-item-object-page::after, .widget_nav_menu ul li.menu-item-object-custom::after, .widget_categories ul li::after {
	font-size: 1rem;
	font-weight: normal;
	top: 0%;
	line-height: 3rem;
}

/*------------------------ 【コンテンツ下のSNSボタン装飾】 ------------------------*/
@media only screen and (max-width: 720px){
.addtoany_share_save_container {
	margin-bottom: 12px;
	margin-left: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
.addtoany_content {
	margin: 0 0 8px 6px !important;
}
.addtoany_share_save_container > .addtoany_list > a  {
	padding: 0 6px 0 4px;
}
.addtoany_share_save_container > .addtoany_list > a > span {
	border-radius: 50% !important;
	padding: 6px;
	height: 44px !important;
	line-height: 44px !important;
	width: 44px !important;
}
}








/*------------------------ 【トップページ編集】 ------------------------*/
#post-2120 .post-top-thumbnail {
	margin-bottom: 0px;
}
#top_main_content{
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom:20px;
}
#top_main_content_inner h2{
	position: relative;
	text-align: center;
	background-color: #f8edd5;
	padding: 20px 0 20px 0;
	border: none;
	margin-top:0;
}
#top_main_content_inner h2::after{
	content: " ";
	width: 31px;
	height: 16px;
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -15px;
	background-image: url(images/top_main_content_h2under.png);
}
#top_main_content_inner h3{
	text-align: center;
	border: none;
	margin-bottom:15px;
}
#top_main_content_inner h3 span{
	border-bottom: solid 2px #f8edd5;
}
#post-2120 #text-3{
	display:none;
}


/*------------------------ 【PC/スマホで表示切替】 ------------------------*/
.pc_display{
	display:block;
}
.sp_display{
	display:none;
}
@media only screen and (max-width: 768px){
.pc_display{
	display:none;
}
.sp_display{
	display:block;
}
}


.column-wrap .column-center {
	padding: 0 0.225em;
}
@media only screen and (max-width: 599px){
.container .column-wrap > div {
	padding: 0;
}
}



/*------------------------ 【投稿記事の１カラムの調整】 ------------------------*/
.post-template-single-1column #main {
	-webkit-box-flex: 0 1 960px;
	-ms-flex: 0 1 960px;
	flex: 0 1 960px;
	max-width: 960px;
	min-width: 1px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
	
/*------------------------ 【カテゴリページ編集】 ------------------------*/

/* カテゴリページの記事一覧の一部テキスト表示部分 */
@media only screen and (max-width: 575px){
.excerpt p {
	display: block;
	font-size: 1.3rem;
	line-height: 130%;
	letter-spacing: 0.1em;
}
/* カテゴリページの記事一覧の「記事を読む」ボタンの上部空白調整 */
#list .excerpt {
	padding-left: 0;
	margin: 0 0 20px;
}
}

/*------------------------ 【ハウスメーカー対象エリアコンテンツ】 ------------------------*/
#area_contents{
	overflow:hidden;
	margin-bottom:40px;
}
#area_contents dt{
	clear:both;
	display: inline-block;
	border-bottom:1px dotted #000;
	padding-left:10px;
	width:100%;
	margin-top:20px;
	margin-bottom:5px;
	font-weight: bold;
}
#area_contents dt:first-of-type{
	margin-top:0px;
}
#area_contents dd{
	float:left;
	margin:0;
	padding:0;
}
#area_contents dt+dd{
	margin-left: 10px;
}
#area_contents dd::after{
	content:"｜";
}
#area_contents dd > a::after{
	content:normal;
}


/*------------------------ 【個別ページ編集】 ------------------------*/
.postid-512 .waku_dot ul li:nth-child(even){
	color: #e36b00;
}
.postid-512 .waku_dot ul li{
	font-weight: normal;
	border-bottom: 1px dotted;
}
.postid-512 .waku_dot ul li:last-child{
	border-bottom: none;
}

/* ランキングページ編集 */
.ranking{
	margin:0 auto;
	padding: 10px 10px 15px;
	width:100%;
}
.ranking h3 {
	background-size: 140px !important;
	min-height: 60px;
/*	font-size: 1.6rem; */
	line-height: 28px;
	padding-left: 140px;
	vertical-align: middle;
	border:0;
}
@media only screen and (max-width: 768px){
.ranking h3 {
	background-size: 130px !important;
	padding-left: 135px;
	margin:0;
}
}
@media only screen and (max-width: 575px){
.ranking h3 {
	background-size: 110px !important;
	padding-left: 115px;
}
}

#rank1{
	background: #FFFFEE;
}
#rank2{
	background: #E5F1F2;
}
#rank3{
	background: #F3E3E1;
}
#rank4{
	background: #ededed;
}
#rank5{
	background: #f5f5f5;
}
#rank6, #rank7, #rank8, #rank9, #rank10{
	background: #fafafa;
	border-bottom: 2px solid #dedede;
	border-top: 2px solid #fefefe;
}

#rank1 h3{
	background: url(images/rank1.png) no-repeat left 50%;
}
#rank2 h3{
	background: url(images/rank2.png) no-repeat left 50%;
}
#rank3 h3{
	background: url(images/rank3.png) no-repeat left 50%;
}
#rank4 h3{
	background: url(images/rank4.png) no-repeat left 50%;
}
#rank5 h3{
	background: url(images/rank5.png) no-repeat left 50%;
}
#rank6 h3{
	background: url(images/rank6.png) no-repeat left 50%;
}
#rank7 h3{
	background: url(images/rank7.png) no-repeat left 50%;
}
#rank8 h3{
	background: url(images/rank8.png) no-repeat left 50%;
}
#rank9 h3{
	background: url(images/rank9.png) no-repeat left 50%;
}
#rank10 h3{
	background: url(images/rank10.png) no-repeat left 50%;
}


.house_icon{
	background: #ccc000;
	padding: 0px 6px;
	border-radius: 3px;
	color: #fff;
	display: table;
	line-height: 1.2rem;
	font-size:0.8rem;
	margin-bottom: 5px;
}

.rank_graham table{
	background:#fff;
}
@media only screen and (max-width: 768px){
.rank_graham table td, .rank_graham table th {
	font-size:0.8rem;
}
}


.rank_point{
	background:#999;
	width: 150px;
	font-size:120%;
}
.rank_point span{
	background:#fff;
	font-size:180%;
	position:relative
	right:0;
}
.ranking ul{
	padding: 0px 8px;
}
.ranking ul li{
	list-style:none;
	font-size:120%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	padding-left: 34px;
	background-image: url(images/check_icon.png);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
@media only screen and (max-width: 720px){
.ranking ul li{
	font-size:105%;
	background-position: 0px 0px;
}
}
/* サブランキング内テーブル*/
.subrank_table{
	background:#fff;
}
.subrank_table th, .subrank_table td {
	white-space: normal;
}

/* ランキング内リンクボタン*/
.link_top{
	width:100%;
	margin:0 auto 30px;
	text-align:center;
	border-radius: 3px;	
	background-color:#e6234f;
	background: url(images/link_top1back.gif);
	border: 2px solid #bbb;	
	box-sizing:border-box;
}
.link_top2{
	background: none!important;
}
.su-column-inner div.link_top{
	width:100%;
}
.link_top:hover{
	opacity:0.7;
}
.link_top a{
	color:#FFF!important;
	font-weight:bold;
	text-decoration:none;
	padding:20px 15px;
	display:block;
}
.link_top2 a{
	background: none;
	color: #666 !important;
}
.link_top_subrank a{
	padding:6px !important;
}
.link_top img{
	display:block;
}
.link_top a:hover{
	color:#FFF!important;
}
.link_top2 a:hover{
	color:#999!important;
}
@media only screen and (max-width: 720px){
.link_top{
	width:96%;
	margin: 0 auto 10px!important;
}
.link_top a{
	padding:15px 15px;
	letter-spacing: -0.05em;
}
.link_top2 a, .link_top_subrank a{
	padding: 6px !important;
}
}






/*------------------------ 【アプリ紹介アプリ―チ用CSS】 ------------------------*/
.appreach {
  text-align: left;
  padding: 10px;
  border: 1px solid #7C7C7C;
  overflow: hidden;
}
.appreach:after {
  content: "";
  display: block;
  clear: both;
}
.appreach p {
  margin: 0;
}
.appreach a:after {
  display: none;
}
.appreach__icon {
  float: left;
  border-radius: 10%;
  overflow: hidden;
  margin: 0 3% 0 0 !important;
  width: 25% !important;
  height: auto !important;
  max-width: 120px !important;
}
.appreach__detail {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  width: 72%;
  max-width: 72%;
}
.appreach__detail:after {
  content: "";
  display: block;
  clear: both;
}
.appreach__name {
  font-size: 16px;
  line-height: 1.5em !important;
  max-height: 3em;
  overflow: hidden;
}
.appreach__info {
  font-size: 12px !important;
}
.appreach__developper, .appreach__price {
  margin-right: 0.5em;
}
.appreach__posted a {
  margin-left: 0.5em;
}
.appreach__links {
  float: left;
  height: 40px;
  margin-top: 8px;
  white-space: nowrap;
}
.appreach__aslink img {
  margin-right: 10px;
  height: 40px;
  width: 135px;
}
.appreach__gplink img {
  height: 40px;
  width: 134.5px;
}
.appreach__star {
  position: relative;
  font-size: 14px !important;
  height: 1.5em;
  width: 5em;
}
.appreach__star__base {
  position: absolute;
  color: #737373;
}
.appreach__star__evaluate {
  position: absolute;
  color: #ffc107;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 320px){
.appreach__aslink img, .appreach__gplink img {
  width: 120px;
  height: auto;
}
}



/*------------------------ 【住宅用語の用語ページ】 ------------------------*/
.single-glossary article{
	background: #ffffee;
	overflow: hidden;
}
.single-glossary .entry-content{
	background: #fff;
	margin: 20px;
	padding: 10px;
}
/*
.single-glossary h1:before {
	content: url("https://saruwakakun.com/wp-content/uploads/2017/10/fagg-12-min.png");
	position: relative;
	top: 5px;
	margin: 0 10px 0 0;
}
*/
.single-glossary article h1{
	padding: 20px 0 10px 75px;
	margin: 15px auto 20px 30px;
	background-image: url(images/dictionary_icon.png);
	background-repeat: no-repeat;
	background-position: 0 0 10px 10px;
	background-size: contain;
}

.single-glossary article h2 {
	position: relative;
	padding: 0.5em;
	background: #a6d3c8;
	color: white;
	left: -25px;
/*  border-left: 5px solid #f8edd5; */
	border-left: none;
	border-radius: 0px;
	width: calc(100% + 50px);
}
.single-glossary article h2::before {
	position: absolute;
	content: '';
	top: 100%;
/*	left: -5px; */
	left: 0px;
	border: none;
	border-bottom: solid 12px transparent;
	border-right: solid 15px rgb(149, 158, 155);
}
@media only screen and (max-width: 720px){
.single-glossary .entry-content{
	background: #fff;
	margin: 20px 4%;
	padding: 5px 7px;
}
.single-glossary article h1{
	padding: 20px 0 10px 65px;
	margin: 15px auto 20px 10px;
}
.single-glossary article h2 {
	position: relative;
	padding: 0.5em;
	background: #a6d3c8;
	color: white;
	left: -18px;
/*  border-left: 5px solid #f8edd5; */
	border-left: none;
	border-radius: 0px;
	width: calc(100% + 30px);
}
.single-glossary article h2::before {
	position: absolute;
	content: '';
	top: 100%;
/*	left: -5px; */
	left: 0px;
	border: none;
	border-bottom: solid 8px transparent;
	border-right: solid 12px rgb(149, 158, 155);
}

}
	
	