/* -----------------------------------------------------------------
	kakizaki_tmpl contents.css Document
	Description: 株式会社垣崎住設様 デザインのテーマ
	Version: 1.0
 ----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/earlyaccess/mplus1p.css'); /* Google Font 読み込み */
@import url('https://fonts.googleapis.com/css?family=Anton'); /* Google Font 読み込み */


/* 投稿 装飾設定
------------------------------------------------------------ */
.post,
.archive-post {
	color:#696969;
}
.post h1.title,
.post h1,
.archive-post h1.title,
.archive-post h1 {
	margin: 40px 0 20px 0;
	padding:0.5% 1% 0 1%;
	font-size:200%;
	line-height:135%;
	font-weight:bold;
	color:#ffaa00;
	border-bottom:dashed 1px #006c3b;
}

.contents-title {
	margin-bottom:5%;
}

h2.title,
.post h2.title,
.post h2,
.archive-post h2.title,
.archive-post h2 {
	margin:0 0 2.5% 0;
	padding:1% 2.5%;
	color:#ffffff;
	font-family:'ゴシックMB101 B','Gothic MB101 Bold','Mplus 1p';
	font-size:185%;
	line-height:145%;
	font-weight:bold;
	background-color:#006c3b;
}
.post h2.title a:link, .post h2 a:link, .post h2.title a:visited, .post h2 a:visited,
.archive-post h2.title a:link, .archive-post h2 a:link, .archive-post h2.title a:visited, .archive-post h2 a:visited {
	color:#006c3b;
}

h3.title,
.post h3,
.archive-post h3 {
	margin:5% 0 2%;
	padding:0.5% 1.5%;
	font-family:'新ゴ M','Shin Go Medium','Mplus 1p';
	color:#006c3b;
	font-size:160%;
	line-height:140%;
	border-left:solid 10px #006c3b;
	border-bottom:solid 1px #696969;
}
.post h4,
.archive-post h4 {
    margin: 2.5em 0 1.0em;
    padding: 1% 1.5% 0.5%;
	font-family:'ゴシックMB101 B','Gothic MB101 Bold','Mplus 1p';
    font-size: 140%;
	color:#006c3b;
    font-weight: bold;
    border-bottom: 2px solid #006c3b;
}
.post h5,
.archive-post h5 {
	margin: 2.0em 0 0.5em;
	padding:0.5% 1%;
	color:#006c3b;
	font-size:115%;
	font-weight:bold;
	line-height:140%;
	border-top:solid 1px #006c3b;
	border-bottom:solid 1px #006c3b;
}
.post h6,
.archive-post h6 {
	margin: 2.0em 0 0.5em;
	padding:0 1%;
	font-size:105%;
	font-weight:bold;
	color:#006c3b;
	border-left:solid 6px #006c3b;
}
/*
.post p {
	margin-left:2.5%;
	margin-right:2.5%;
}
*/
.post h1.title span, .post h1 span, .post h2.title span, .post h2 span, .post h3 span, .post h4 span, .post h5 span,
.archive-post h1.title span, .archive-post h1 span, .archive-post h2.title span, .archive-post h2 span, .archive-post h3 span, .archive-post h4 span, .archive-post h5 span {
	font-size:80%;
}


/* 投稿 引用
------------------------------------------------------------ */
blockquote {
    position: relative;
    padding: 3.0% 2.0% 3.0% 8.0%;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 0.5% 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* リスト 初期設定
------------------------------------------------------------ */
.post ul li, .post ol li
.archive-post ul li, .archive-post ol li {
	margin-bottom:1.5%;
}
.post ul li ul, .post ol li ul {
	margin-top: 0;
	margin-bottom: 0;
}
.post ul li ul li, .post ol li ul li {
	margin-top: 0;
	margin-bottom: 0;
}


/* 投稿 画像設定
------------------------------------------------------------ */
/* 画像サイズ調整 */
.contents-photo-center {
	text-align:center;
	margin-bottom:3%;
	padding:0;
}
.contents-photo-left {
	margin-right:2%;
	margin-bottom:3%;
	padding-left: 2.5%;
	float:left;
}
.contents-photo-right {
	margin-left:2%;
	margin-bottom:3%;
	padding-right: 2.5%;
	float:right;
}
.contents-photo-center img,
.contents-photo-left img,
.contents-photo-right img {
	border:solid 4px #FFF;
	box-shadow:3px 3px 6px rgba(0,0,0,0.2);
}
.photo-size100, .photo-size100 img { width:100px; }
.photo-size150, .photo-size150 img { width:150px; }
.photo-size200, .photo-size200 img { width:200px; }
.photo-size250, .photo-size250 img { width:250px; }
.photo-size300, .photo-size300 img { width:300px; }
.photo-size320, .photo-size320 img { width:320px; }
.photo-size350, .photo-size350 img { width:350px; }
.photo-size100 img, .photo-size150 img, .photo-size200 img,
.photo-size250 img, .photo-size300 img, .photo-size320 img, .photo-size350 img {
	height:auto;
}
.list-bold {
	font-weight:bold;
}
.contents-photo-center p,
.contents-photo-left p,
.contents-photo-right p {
	margin:1% 0 0 0;
	padding:0;
	font-size:85%;
}
.contents-caption-boder {
	margin:2px 0;
	padding:3px;
	border:solid 1px #999;
}
.contents-caption-text {
	font-size:80%;
	line-height:140%;
	text-align:center;
	margin:0;
	padding:5px;
}
/* コンテンツ内イラスト用 */
.caption-illustration {
	text-align:center;
	margin:0 0 2% 0;
}
.caption-illustration-left {
	float:left;
	margin:0 2% 2% 0;
}
.caption-illustration-right {
	float:right;
	margin:0 0 2% 2%;
	text-align:center;
}
.caption-boder {
	padding:5px;
	border:solid 1px #999;
	border-radius:5px;
}
.caption-illustration p {
	margin:1% 0 0 0;
	padding:1.0%;
	font-size:80%;
	line-height:140%;
	text-align:left;
	border:solid 1px #696969;
	border-radius:5px;
}
.caption-illustration-left p,
.caption-illustration-right p {
	margin:1% 0 4.5% 0;
	padding:2.5%;
	font-size:80%;
	line-height:140%;
	text-align:left;
	border:solid 1px #696969;
	border-radius:5px;
}


/* リスト装飾
------------------------------------------------------------ */
/* リストマーク 無し */
ul.list-none {
	list-style:none;
}
/* 矢印リスト */
ul.arrow {
	list-style:none;
}
ul.arrow li {
	margin:0 0 1.5%;
	padding:0 0 0 50px;
	font-weight:bold;
	background-repeat:no-repeat;
}
ul.arrow.arrow-black li {
	background-image:url(images/arrow.png);
}
ul.arrow.arrow-red li {
	background-image:url(images/red-arrow.png);
}

/* リストマーク無し */
ul.link-mark-none {
	list-style:none;
}

/* 記事 下部
------------------------------------------------------------ */
/* 前後の記事へのリンク */
ul.nav-below,
ul.case-nav-below {
	margin:0 0 6%;
	padding:0;
	font-size:80%;
	text-align:center;
}
ul.nav-below li,
ul.case-nav-below li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
ul.nav-below li:nth-child(2),
ul.case-nav-below li:nth-child(2) {
	margin:0 1.0%;
	padding:0.15% 1%;
	text-align:center;
	font-weight:bold;
	background-color:#006c3b;
	border-radius:4px;
	color:#ffffff;
}
ul.nav-below li a,
ul.case-nav-below li a {
	display:block;
}
ul.nav-below li:nth-child(2) a,
ul.case-nav-below li:nth-child(2) a,
ul.nav-below li:nth-child(2) a:link,
ul.case-nav-below li:nth-child(2) a:visited {
	color:#ffffff;
}
ul.nav-below li:nth-child(2) a:hover,
ul.case-nav-below li:nth-child(2) a:active {
	color:#f6dfd1;
}


/* 記事 フッター
------------------------------------------------------------ */
div.blog_info {
	margin:3% 0 6%;
	padding:2% 2.5%;
	font-size:80%;
	line-height:135%;
	text-align:right;
	border-top:solid 1px #999;
}
div.blog_info ul {
	margin:0;
	padding:0;
	list-style:none;
}
div.blog_info ul li {
	margin:0;
	padding:2px 8px;
	display:inline;
	font-size:80%;
	border-right:solid 1px #666;
}
div.blog_info ul li:nth-last-child(1) {
	border-right:0;
}


/* ------------------------------------------------------------
	エントリー フッター
------------------------------------------------------------ */
.entryfooter-contact a {
	padding:1.0% 4.5%;
	font-family:'ゴシックMB101 B','Gothic MB101 Bold','Mplus 1p';
	font-size:125%;
	font-weight:bold;
	border-radius:10px;
}
.entryfooter-contact a:link,
.entryfooter-contact a:visited {
	color:#ffffff;
	background-color:#4c9875;
}
.entryfooter-contact a:active,
.entryfooter-contact a:hover {
	color:#4c9875;
	background-color:#d6f9e9;
}


/* 擬似テーブルスタイル
------------------------------------------------------------ */
.base-tbl {
	line-height:140%;
	width:95%;
	margin:0 auto;
	padding:0;
	border-top:solid 1px #d3d3d3;
	display:table;
}
.tr-group {
	display:table-row;
	margin:0;
}
.th-cap {
	width:25%;
	font-weight:bold;
	margin:0;
	padding:15px;
	background-color:#f5f5f5;
	border-bottom:solid 1px #d3d3d3;
	vertical-align:middle;
	display:table-cell;
}
.td-txt {
	width:75%;
	margin:0;
	padding:15px;
	border-bottom:solid 1px #d3d3d3;
	display:table-cell;
}
.td-txt ul, .td-txt ol {
	margin-top:0;
	margin-bottom:0;
}


/* 続きを読む
------------------------------------------------------------ */
.entrymore,
.entry-more-link {
	margin:0;
	padding:1.0% 0;
	text-align:right;
	font-size:85%;
}
.entrymore a:active,
.entrymore a:hover,
.entry-more-link a:active,
.entry-more-link a:hover {
	text-decoration:underline;
}

/* カスタム投稿タイプ 用
------------------------------------------------------------ */
/* -- 一覧用 -- */
ul.custompost-box {
	margin:0;
	padding:0;
	list-style:none;
}
ul.custompost-box li {
	width:25%;
	margin-bottom:1.3em;
	padding-left:0.65em;
	padding-right:0.65em;
	float:left;
}

/* カスタム投稿タイプ 一覧 詳しく見る
------------------------------------------------------------ */
.entry-archive-box {
	margin-bottom:3.5%;
	position:relative;
}
/* Firefoxのみ */
@-moz-document url-prefix() {
	.entry-archive-box { margin-bottom:27px; }
}
/* Edgeのみ */
@supports (-ms-ime-align:auto) {
	.entry-archive-box { margin-bottom:27px; }
}
.entry-archive-box-inner {
	background-color:#f5f5f5;
}
.entry-archive-box a {
	display:block;
}
.entry-archive-box a:link,
.entry-archive-box a:visited {
	background:none;
}
.entry-archive-box a:hover {
	background-color:#f5f5dc;
}
.entry-archive-bottom-box {
	margin:0;
	padding:1.0% 5.0%;
}
.entry-archive-title {
	margin:1% 0 0;
	font-size:95%;
	line-height:135%;
}
.entry-archive-title span {
	font-size:80%;
}

div.custompost-all {
	margin:0;
	padding:5px 6px;
	background-color:#369b50;
}
div.custompost-all h4 {
	margin:0;
	padding:0;
	font-size:90%;
	font-weight:bold;
	color:#ffffff;
}
.readon {
	margin:0;
	font-size:70%;
	text-align:right;
}
.readon a:link,
.readon a:visited {
	padding:2px 5px;
	display:block;
	color:#fff;
	background-color:#94adda;
	border-radius: 0 0 5px 5px;
}
.readon a:hover,
.readon a:active {
	color:#ffffff;
	background-color:#4169e1;
}


/* archive.php 用
------------------------------------------------------------ */
.archive-entry {
	margin:0 0 40px;
	padding:0 0 20px;
}
.archive-entry h3 span {
	font-size:60%;
}
.archive-entry h3 a:link,
.archive-entry h3 a:visited {
	font-weight:bold;
	color:#666;
}
.entry-body {
	margin-bottom:1%;
	border-bottom:solid 1px #CCC;
}
/* 工事日記 */
.archive-diary_cat-list {
	margin: 0.5em 0;
	padding: 1.0em;
	font-size: 0.75em;
}
/* エントリー 更新日
------------------------------------------------------------ */
div.blog-data {
	margin:0 0 6% 0;
	padding:0 2.5%;
	text-align:right;
	font-size:80%;
}

/* スタッフ紹介
------------------------------------------------------------ */
.staff img {
	border-radius:50% 50%;
}

/* Youtube動画
------------------------------------------------------------ */
.movieArchiveArea {
	margin: 0;
	padding: 0;
}
.movieArchiveArea ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.movieArchiveArea ul li {
	width: calc(100%/2);
	margin: 0;
	padding: 0.5rem;
}
.movieArchiveArea ul li .youtube-colorbox {
	margin: 0;
	padding: 0;
}
.movieArchiveArea ul li .youtubeSlideTitle {
	padding: 0.25rem 0 0;
}

/* ページネーション
------------------------------------------------------------ */
.pagination {
	clear:both;
	margin:-15px 0 25px;
	padding:20px 0;
	position:relative;
	font-size:12px;
	line-height:14px;
}
.pagination span, .pagination a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#fff;
	background: #a9a9a9;
	border-radius: 6px;
}
.pagination a:hover{
	color:#006c3b;
	background:#b2e5ce;
}
.pagination .current{
	padding:6px 9px 5px 9px;
	color:#ffffff;
	background:#4c9875;
}


/* ------------------------------------------------------------
	固定ページ
------------------------------------------------------------ */
/* 自慢のショールーム */
.showroom-caption2 {
	padding-left: 3.5%;
	padding-right: 3.5%;
}
/* 無料リフォーム相談・リフォームの流れ */
.reform-flow-box {
	padding-bottom:10%;
	background-image:url(images/reform-flow-arrow.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}
.reform-flow-red-bg {
	padding:1.5%;
	background:#cc0000;
	border-radius:6px;
	font-size:135%;
	font-weight:bold;
	color:#ffffff;
}
/* 助成金・減税お得なリフォーム情報 */
.deals-box1,
.deals-box2 {
	margin:-1.0% 0 5%;
	padding:0;
}
.deals-box1 ul,
.deals-box2 ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:auto;
}
.deals-box1 ul {
	height:400px;
}
.deals-box2 ul {
	height:250px;
}
.deals-box1 ul li,
.deals-box2 ul li {
	margin:0;
	padding:0;
	line-height:125%;
	border-bottom:dashed 1px #006c3b;
}
.deals-box1 ul li span,
.deals-box2 ul li span {
	margin-right:0.5%;
	font-size:85%;
}
.deals-box1 ul li p,
.deals-box2 ul li p {
	margin:0;
	padding:0;
	line-height:125%;
}
.deals-box1 ul li a,
.deals-box2 ul li a {
	margin:0;
	padding:1.0% 1% 1.5%;
	display:block;
	font-size:90%;
}
.deals-box1 ul li a:link p,
.deals-box1 ul li a:visited p,
.deals-box2 ul li a:link p,
.deals-box2 ul li a:visited p {
	color:#696969;
	font-weight:bold;
}
.deals-box1 ul li a:hover,
.deals-box1 ul li a:active,
.deals-box2 ul li a:hover,
.deals-box2 ul li a:active {
	background-color:#dcdcdc;
}
.deals-more-link {
	margin-top:1.0%;
}
.deals-more-link a {
	font-size:85%;
}
/* 塗料の紹介。どのような塗料を選べばいいのか？ */
.paint-introduction-catalog,
.paint-introduction-catalog-vertical {
	margin: 0 0 2.5%;
	text-align: center;
}
.paint-introduction-catalog img,
.paint-introduction-catalog-vertical img {
	height: auto;
	filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.4));
}
.paint-introduction-catalog img {
	width: 40%;
}
.paint-introduction-catalog-vertical img {
	width: 80%;
}

/* キッチンリフォーム工事の種類と価格の目安
-------------------------------------------------- */
.post h3.reform-pattern-title {
    line-height: 135%;
}
.post h3.reform-pattern-title span {
    font-size: 60%;
    line-height: 1;
}
.post h5.reform-pattern-price-title {
    font-size: 100%;
}
.red-frame {
    padding: 0.25% 2.0%;
    font-size: 80%;
    color: #ffffff;
    background-color: #cc0000;
    border-radius: 6px;
}
.reform-pattern-underline {
    border-bottom: solid 1px #cc0000;
}
/* 価格ボックス */
.reform-pattern-case-box {
    margin: 6.5% 0;
    padding: 0;
}
.reform-pattern-subtitle {
    margin: 0 0 0.5% 0;
    padding: 3.0% 2.0%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(186,220,173,1) 100%);
    background-color: #badcad;
}
.reform-pattern-subtitle h4 {
    margin: 0 0 1.5%;
    padding: 0 0 1.0%;
    border-bottom: solid 1px #82ae46;
}
.reform-pattern-subtitle h3 {
    margin: 0 0 0.5%;
    padding: 0;
    line-height: 125%;
    border: 0;
}
.reform-pattern-subtitle .reform-pattern-case-name {
    margin: 0;
    padding: 0;
    font-size: 110%;
    font-weight: 900;
    text-align: right;
}
.reform-pattern-price-title {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 120%;
    color: #007bbb;
    line-height: 125%;
    font-family:'ゴシックMB101 B','Gothic MB101 Bold','Mplus 1p';
    font-weight: 900;
}
.reform-pattern-price {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 350%;
    font-family:'ゴシックMB101 B','Gothic MB101 Bold','Mplus 1p';
    color: #cc0000;
    line-height: 1;
    font-weight: 900;
}
.reform-pattern-price span {
    margin-left: 0.5%;
    font-size: 32.5%;
    color: #696969;
}
.reform-pattern-case-specification {
    margin: 0;
    padding: 1.5% 3.0%;
    border: solid 1px #c0c6c9;
    border-radius: 4px;
}
.reform-pattern-case-specification ul {
    margin: 0;
    padding: 0;
}
.reform-pattern-case-specification ul li {
    margin: 0 2.0% 0 0;
    padding: 0;
    display: inline-block;
    font-size: 75%;
}
.reform-pattern-case-specification ul li:before {
    content: '●';
}

/* --------------------------------------------------
	水廻りリフォーム工事の価格の目安
-------------------------------------------------- */
/* 目次 */
.table-of-contents {
	margin:0 auto;
	padding:3%;
	width:90%;
	height:auto;
	border:solid 1px #cccccc;
	background-color:#f9fffc;
}
.table-of-contents ul li,
.table-of-contents ol li {
	line-height:135%;
}
.table-of-contents ol {
	margin-top:1.4%;
	padding-left:4.5%;
}
/* 商品ごとタイトル */
.water-around-item-title {
	margin:0 0 1.5%;
	padding:0.5% 1.0%;
	font-size:95%;
	color:#ffffff;
	font-weight:bold;
	background-color:rgb(0,176,80);
	position:relative;
	vertical-align:bottom;
}
.water-around-item-title br {
	display:none;
}
.water-around-showroom {
	position:absolute;
	top:-10px;
	right:3px;
}

/* リフォームコンテンツ */
.contens-circle,
.contents-cross {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
}
.contens-circle {
	background-image:url(images/contens-circle.svg);
}
.contents-cross {
	background-image:url(images/contents-cross.svg);
}

/* 塗装コンテンツ */
ul.paint-list-none {
	margin:4.5% 0;
	padding:0;
	list-style:none;
}
ul.paint-list-none li {
	margin:0 0 1.5%;
	padding:0;
	font-size:115%;
	font-weight:bold;
	font-family:'新ゴ M','Shin Go Medium','Mplus 1p';
}
/* 塗装価格 テーブル レスポンシブスタイル
------------------------------------------------------------ */
.paint-price-table {
	width:100%;
	border-collapse: collapse;
}
.paint-price-table td,
.paint-price-table th {
	padding: 5px;
	border: 1px solid #ccc;
	text-align:center;
}
.paint-price-table tr:nth-child(even) {
	background-color:rgba(76,152,115,0.15);
}
.paint-price-table th {
	color:#4c9873;
	font-weight: bold;
}
.paint-price-table thead th {
	color:#ffffff;
	background:#4c9873;
}
.paint-price-table td b {
	color:#C00;
}

/* WEBからのご来店予約がお得!!
------------------------------------------------------------ */
.visit-reservation-flow-box {
    margin: 0 auto;
    width: 80%;
}
.visit-reservation-flow-box-inner {
    border: solid 1px #cccccc;
}
.visit-reservation-flow {
    padding-left: 3.5%;
    font-size: 150.0%;
    font-weight: 900;
}

/* ちょっとした間取り変更やまるごとリフォーム工事をお考えの方へ
------------------------------------------------------------ */
.free-image-creation-ba-box {
    margin: 1.5% auto 10.0%;
    padding: 0;
}
.free-image-creation-ba-box2 {
    margin: 1.5% auto;
    padding: 0;
}

/* イベント
------------------------------------------------------------ */
ul.event-voice-images {
    margin: 0 0 1.0%;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
ul.event-voice-images li {
    margin: 0;
    padding: 0;
    width: 33.0%;
}

/* 会社概要
------------------------------------------------------------ */
/* Googleマップ用 */
.ggmap {
	margin-bottom:4%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmapr object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* 写真 */
.company-photo {
	width:455px;
}

/* お問い合わせ
------------------------------------------------------------ */
.caontact-base-tbl {
	font-size:90%;
	line-height:140%;
	width:100%;
	margin:0 auto;
	padding:0;
	display:table;
}
.caontact-base-tbl .tr-group {
	display: table-row;
    margin: 0;
}
form#mailformpro .caontact-base-tbl dl.tr-group dt {
	width:200px;
}
form#mailformpro .caontact-base-tbl dl.tr-group dd {
	padding-left:230px;
}
form#mailformpro .caontact-base-tbl dl.tr-group dd .reform-radio label {
	display: block;
	margin-right: 5.0%;
}
form#mailformpro .caontact-base-tbl dl.tr-group dd ol.reform-checkbox li {
	display: inline;
	margin-right: 5.0%;
}
form#mailformpro .caontact-base-tbl dl.tr-group dd ol li label > [type='checkbox'],
form#mailformpro .caontact-base-tbl dl.tr-group dd ol li label > [type='radio'] {
    margin-right: 0.15rem;
}
/* カタログ・小冊子無料プレゼント!!
------------------------------------------------------------ */
.present-contents img {
	width:100%;
	height:auto;
}
.present-contents p {
	margin:0 0 1.0%;
	padding:0;
	font-size:85%;
}
.present-table-of-contents {
	margin:0;
	padding:0;
	font-size:75%;
}
ul.present-table-of-contents-first {
	margin:0;
	padding:0;
}
ul.present-table-of-contents-first li {
	margin:0 0 1.0%;
	list-style:none;
}
ul.present-table-of-contents-first li:before {
	content:'■ ';
}
ul.present-table-of-contents-first li ul {
	margin-top:1.0%;
}
ul.present-table-of-contents-first li ul li {
	margin-left:2.5%;
	list-style:disc;
}
ul.present-table-of-contents-first li ul li:before {
	content:none;
}

/* 住宅省エネ2025キャンペーンがスタートしました!
------------------------------------------------------------ */
.post h5.caseTitle {
	margin: 0 0 0.25em;
	padding:0.5% 1%;
	color:#006c3b;
	font-size:110%;
	font-weight:bold;
	line-height:140%;
	border-top:solid 1px #006c3b;
	border-bottom:solid 1px #006c3b;
}


/* LINE無料相談始めました！!
------------------------------------------------------------ */
.lineHowtoAddBox {
	padding: 1.0rem;
	border: solid 3px #7ed957;
	border-radius: 15px;
}
.lineHowtoAddTitle {
	margin: -1.0rem -1.0rem 1.0rem -1.0rem;
	padding: 0.5rem;
	text-align: center;
	font-size: 1.15em;
	font-weight: 600;
	color: #ffffff;
	background-color: #7ed957;
	border-radius: 10px 10px 0 0;
}
.lineHowtoAddSubTitle {
	margin-bottom: 0.25rem;
	font-weight: 600;
}
.lineHowtoAddBox p {
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}

.lineStepListHeads {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.25rem;
}
.lineStepListNum {
	display: block;
    margin-right: 0.3em;
    color: #7ed957;
    font-family: "Anton", sans-serif;
    font-size: 3.3333333333vw;
    font-weight: 400;
}
.lineStepListHead {
    font-weight: 500;
    line-height: 1.35em;
    letter-spacing: 0.05em;
}
.lineBottomTriangle {
	display: none;
}


/* Youtube レスポンシブ
------------------------------------------------------------ */
.youtube {
    position: relative;
	margin-bottom:3%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 前後事例リンク */
.works-nav-below {
	margin:6% 0 3% 0;
}


/* ----------------------------------------------------------------------
	回り込み解除
---------------------------------------------------------------------- */
/* ----- clear ----- */
.clear { clear:both; }

/* ----- clearfix ----- */
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* Media-Query タブレット以上用
------------------------------------------------------------ */
@media only screen and (min-width: 768px) {
}

/* Media-Query タブレット以下用
------------------------------------------------------------ */
@media only screen and (max-width: 63.5em) {
	/* お問い合わせ */
	form#mailformpro .caontact-base-tbl dl.tr-group dt {
		float:left;
		width:26%;
	}
	form#mailformpro .caontact-base-tbl dl.tr-group dd {
		clear:none;
		padding-left:30%;
		border-top: solid 1px #CCC;
	}
}


/* Media-Query スマホサイト用
------------------------------------------------------------ */
@media only screen and (max-width: 640px) {
	h2.title,
	.post h2.title,
	.post h2,
	.archive-post h2 {
		margin-left:0;
		margin-right:0;
		padding:2% 2% 2% 4%;
		font-size:140%;
		line-height:125%;
	}
	.post h3,
	.archive-post h3 {
		font-size:120%;
		line-height:120%;
	}
	.post h3,
	.archive-post h3,
	.post h4,
	.archive-post h4,
	.post h5,
	.archive-post h5,
	.post h6,
	.archive-post h6,
	.post p,
	.archive-post p {
		margin-left:0;
		margin-right:0;
	}
	.contents-title img {
		display:none;
	}

	/* 投稿 画像設定
	------------------------------------------------------------ */
	.contents-photo-center,
	.contents-photo-left,
	.contents-photo-right {
		margin:4% 0;
		padding-left:0;
		padding-right:0;
		float:none;
		text-align:center;
	}
	/* コンテンツ内イラスト用 */
	.caption-illustration {
		text-align:center;
	}
	.caption-illustration-left {
		float:none;
		margin-right:0;
	}
	.caption-illustration-right {
		float:none;
		margin-left:0;
	}
	/* 写真 */
	.photo-size100, .photo-size150, .photo-size200,
	.photo-size250, .photo-size300, .photo-size320, .photo-size350 {
		max-width:100%;
		width:100%;
	}
	.photo-size100 img, .photo-size150 img, .photo-size200 img,
	.photo-size250 img, .photo-size300 img, .photo-size320 img, .photo-size350 img {
		max-width:100%;
		width:90%;
	}
	/* 画像 揃え
	------------------------------------------------------------ */
	.imgLeft, .imgRight {
		text-align:center;
		float:none;
		margin:10px 0;
	}
	/* ----- 挿絵 ----- */
	.caption-illustration,
	.caption-illustration-left,
	.caption-illustration-right {
		text-align:center;
		float:none;
		margin:20px auto;
	}


	/* 投稿内のbr（改行）を無効 */
	.post p br, .post h2 br, .post h3 br, .post h4 br, .post h5 br, .post h6 br,
	.archive-post p br, .archive-post h2 br, .archive-post h3 br, .archive-post h4 br, .archive-post h5 br, .archive-post h6 br {
		display:none;
	}
	/* 投稿 引用
	------------------------------------------------------------ */
	blockquote {
		padding-left:15.0%;
	}

	/* エントリー 更新日
	------------------------------------------------------------ */
	div.blog-data {
		margin:0.5% 0 4%;
		font-size:85%;
	}
	/* 擬似テーブルスタイル
	------------------------------------------------------------ */
	.base-tbl, .tr-group, .th-cap, .td-txt,
	.caontact-base-tbl, .caontact-base-tbl .tr-group, .caontact-tr-group, .caontact-th-cap, .caontact-td-txt,
	div.estimate-base-tb, .estimate-tr-group, .estimate-th-cap, .estimate-td-txt  {
		display:block;
	}
	.th-cap, .td-txt,
	.caontact-th-cap, .caontact-td-txt,
	.estimate-th-cap, .estimate-td-txt,
	form#mailformpro .caontact-base-tbl dl.tr-group dt, form#mailformpro .caontact-base-tbl dl.tr-group dd {
		width:100%;
		padding:10px;
	}

	/* スマホのみ画像センター寄せ */
	.smartphone-img-center {
		text-align:center;
	}
	/* 記事 下部
	------------------------------------------------------------ */
	/* 前後の記事へのリンク */
	ul.nav-below li,
	ul.case-nav-below li {
		margin:2.5% 0;
		font-size:115%;
		display:inherit;
	}
	ul.nav-below li:nth-child(1),
	ul.case-nav-below li:nth-child(1) {
		text-align:left;
	}
	ul.nav-below li:nth-last-child(1),
	ul.case-nav-below li:nth-last-child(1) {
		text-align:right;
	}

	/* カスタム投稿タイプ 用
	------------------------------------------------------------ */
	/* -- 一覧用 -- */
	ul.custompost-box li {
		width:50%;
	}

	/* ------------------------------------------------------------
		archive.php
	------------------------------------------------------------ */
	/* Youtube動画 */
	.movieArchiveArea ul {
		display: block;
	}
	.movieArchiveArea ul li {
		width: 100%;
		margin: 0;
		padding: 0.5rem;
	}
	/* ------------------------------------------------------------
		固定ページ
	------------------------------------------------------------ */
	/* 自慢のショールーム */
	.showroom-caption2 {
		padding-left: 0;
		padding-right: 0;
	}
	/* 無料リフォーム相談・リフォームの流れ */
	.reform-flow-red-bg {
		font-size:125%;
	}
	/* 助成金・減税お得なリフォーム情報 */
	.deals-box1 ul,
	.deals-box2 ul {
		margin-left:auto;
		margin-right:auto;
		width:90%;
		height:215px;
	}
	/* 塗料の紹介。どのような塗料を選べばいいのか？ */
	.paint-introduction-catalog,
	.paint-introduction-catalog-vertical {
		margin: 2.5% 0 5.0%;
	}
	.paint-introduction-catalog img {
		width: 65%;
	}
	.paint-introduction-catalog-vertical img {
		width: 95%;
	}
    /* キッチンリフォーム工事の種類と価格の目安
    -------------------------------------------------- */
    .reform-pattern-price-title {
        font-size: 100%;
    }
    .reform-pattern-price {
        font-size: 300%;
    }

	/* --------------------------------------------------
		水廻りリフォーム工事の価格の目安
	-------------------------------------------------- */
	/* 目次 */
	.table-of-contents {
		width:100%;
	}
	/* 商品ごとタイトル */
	.water-around-item-title img {
		width:210px;
		height:auto;
	}
	.water-around-item-title br {
		display: block;
	}
	.water-around-showroom {
		top:-12px;
	}
	.water-around-showroom img {
		width:93px;
		height:auto;
	}
	/* 塗装価格 テーブル レスポンシブスタイル */
	.paint-price-table {
		display: block;
		border:0;
	}
	.paint-price-table thead {
		display: none;
	}
	.paint-price-table tbody {
		display: block;
	}
	.paint-price-table tbody tr {
		display: block;
		padding-bottom:1em;
	}
	.paint-price-table tbody th,
	.paint-price-table tbody td {
		display: list-item;
		border: none;
		text-align:left;
	}
	.paint-price-table tbody th {
		margin-bottom: 5px;
		list-style-type: none;
		color: #fff;
		background: #4c9873;
	}
	.paint-price-table tbody td {
		margin-left: 35px;
		padding:1%;
	}
	.paint-price-table tbody td:nth-of-type(1):before { content: "[価格] "; }
	.paint-price-table tbody td:nth-of-type(2):before { content: "[耐久年数] "; }
	/* カタログ・小冊子無料プレゼント!!
	------------------------------------------------------------ */
	.present-contents img {
		margin-bottom:1.5%;
		width:50%;
		height:auto;
	}
	/* 無料見積り依頼
	------------------------------------------------------------ */
	/* list項目をフロート */
	ul.list-float li,
	ol.list-float li {
		float: none;
	}
    /* WEBからのご来店予約がお得!!
    ------------------------------------------------------------ */
    .visit-reservation-flow-box {
        width: 90%;
    }
    .visit-reservation-flow {
        padding-left: 3.5%;
        font-size: 120.0%;
        line-height: 110%;
    }
    /* ちょっとした間取り変更やまるごとリフォーム工事をお考えの方へ
    ------------------------------------------------------------ */
    .free-image-creation-ba-box {
        margin: auto;
        padding: 7.5% 6.0%;
        border-bottom: dashed 1px #cccccc;
    }
    .free-image-creation-ba-box2 {
        margin: auto;
        padding: 3.0% 2.0%;
    }
    /* イベント
    ------------------------------------------------------------ */
    ul.event-voice-images {
        margin: 0 0 2.0%;
    }
    ul.event-voice-images li {
        margin: 0;
        padding: 1.0%;
        width: 50.0%;
    }
	/* 住宅省エネ2025キャンペーンがスタートしました!
	------------------------------------------------------------ */
	.post h5.caseTitle {
		font-size: 85%;
	}


	/* LINE無料相談始めました！!
	------------------------------------------------------------ */
	.lineHowtoAddSubTitle {
		margin: 0.5rem auto;
		text-align: center;
		font-size: 0.95rem;
	}
	.lineHowtoAddBox p {
		font-size: 0.85rem;
	}
	.lineMobilePhoto {
		width: 60%;
		margin: auto;
	}
	.lineStepListHeads {
		width: 75%;
		margin: auto;
		margin-bottom: 0.25rem;
	}
	.lineStepListNum {
		color: #7ed957;
		font-size: 12.8vw;
	}

	.lineConsultationMobilePhoto {
		width: 50%;
		margin: auto;
		margin-bottom: 1.0rem;
		text-align: center;
	}
	.lineBottomTriangle {
		display: block;
		margin: 0.5rem auto 1.0rem;
		text-align: center;
		font-size: 2.5rem;
		color: #7ed957;
	}
}