﻿@charset "utf-8";
/*
Theme Name: sokenpaint2023
Theme URI: 
Description: 創建ペイントカスタムテーマ
Version: 1.0
Author: 
Author URI:
*/

.breadcrumbs.content{
	padding-bottom:80px;
}
.sec_works ul li .date{
	padding-top:1em;
}
main{
	padding-bottom:120px;
}
.sec_case{
	padding-top:120px;
}
.sec_works ul li > a::after{
	top:10px;
}
section#mv_wrap.postpage div.contest{
	height:180px;
}

/*============================
.title_set
============================*/

.title_set.set01 .content.inner {
	padding-top: 90px;
	margin-bottom: 95px;
}
.title_set.set02 .content.inner {
	margin-bottom: 170px;
}

.title_set .content.inner .main_box {
	position: relative;
	padding: 63px 68px 80px;
	color: #fff;
}
.title_set .content.inner .main_box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.title_set.set01 .content.inner .main_box {
	background: url(/sokenpaint/asset/images/strengths/achieve/main.jpg) no-repeat center;
	background-size: cover;
}
.title_set.set02 .content.inner .main_box {
	background: url(/sokenpaint/asset/images/strengths/achieve/main02.jpg) no-repeat center;
	background-size: cover;
}
.title_set.set01 .content.inner .main_box .logo {
	width: 294px;
	margin-bottom: 68px;
}
.title_set.set02 .content.inner .main_box .logo {
	width: 352px;
	margin-bottom: 60px;
}
.title_set .content.inner .main_box .wide {
	font-size: 45px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.45555;
	/* drop-shadow */
filter: drop-shadow(0px 3px 20px rgba(0,0,0,1));
}
.title_set.set01 .content.inner .main_box .wide {
	margin-bottom: 44px;
}
.title_set.set02 .content.inner .main_box .wide {
	margin-bottom: 67px;
}
.txt_img_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.txt_img_area .txt {
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.77777;
		/* drop-shadow */
filter: drop-shadow(0px 3px 20px rgba(0,0,0,1));
}
.txt_img_area .btn01 a {
	padding: 0 5em 0 3.5em;
	font-size: 17px;
}

@media screen and (max-width: 1300px) {
	.txt_img_area .btn01 a {
		font-size: calc((17 / 1300) * 100vw);
	}
	.txt_img_area .btn01 a::after {
		width: 4.6vw;
		height: 4.6vw;
	}
	.title_set.set01 .content.inner {
		padding-top: 6.923vw;
		margin-bottom: 7.3vw;
	}
	.title_set.set02 .content.inner {
		margin-bottom: 13vw;
	}
	.title_set .content.inner .main_box {
		padding: 4.8vw 5.23vw 6.15vw;
	}
	.title_set.set01 .content.inner .main_box .logo {
		width: 22.6vw;
		margin-bottom: 5.23vw;
	}
	.title_set.set02 .content.inner .main_box .logo {
		width: 27vw;
		margin-bottom: 4.6vw;
	}
	.title_set .content.inner .main_box .wide {
		font-size: calc((45 / 1300) * 100vw);
	}
	.title_set.set01 .content.inner .main_box .wide {
		margin-bottom: 3.38vw;
	}
	.title_set.set02 .content.inner .main_box .wide {
		margin-bottom: 5.15vw;
	}
	.title_set .content.inner .main_box .txt {
		font-size: calc((18 /1300 ) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	.title_set.set01 .content.inner {
		padding-top: 40px;
		margin-bottom: 50px;
	}
	.title_set.set02 .content.inner {
		margin-bottom: 80px;
	}
	.title_set.set01 .content.inner .main_box {
		background: url(/sokenpaint/asset/images/strengths/achieve/main_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.title_set.set02 .content.inner .main_box {
		background: url(/sokenpaint/asset/images/strengths/achieve/main02_sp.jpg) no-repeat center;
		background-size: cover;
	}
	.title_set .content.inner .main_box {
		padding: 20px 18px 160px;
	}
	.title_set.set01 .content.inner .main_box .logo {
		width: 147px;
		margin-bottom: 20px;
	}
	.title_set.set02 .content.inner .main_box .logo {
		width: 176px;
		margin-bottom: 20px;
	}
	.title_set .content.inner .main_box .wide {
		font-size: 22px;
	}
	.title_set.set01 .content.inner .main_box .wide {
		margin-bottom: 20px;
	}
	.title_set.set02 .content.inner .main_box .wide {
		margin-bottom: 30px;
	}
	.title_set .content.inner .main_box .txt {
		font-size: 14px;
		filter: drop-shadow(0px 3px 5px rgba(0,0,0,1));
	}
.txt_img_area {
		flex-direction: column;
		gap: 40px 0;
	}
	.txt_img_area .btn01 a {
    padding-left: 0.5em;
    padding-right: 3.5em;
font-size: 14px;
width: 100%;
max-width: 400px;
	}
	.txt_img_area .btn01 a::after {
		width: 40px;
		height: 40px;
	}
}

/*============================
graph_area
============================*/

.graph_area .content.inner {
	display: flex;
	gap: 0 80px;
	margin-bottom: 150px;
	align-items: center;
	justify-content: space-between;
}
.graph_area .content.inner .left,
.graph_area .content.inner .right {
	width: 100%;
	max-width: 519px;
}
.graph_area .content.inner .left {
	/* padding: 0 0 0 50px; */
	max-width: 465px;
}

.graph_area .content.inner .right .title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 18px;
}
.graph_area .content.inner .right .img {
	margin-bottom: 6.3px;
}
.graph_area .content.inner .right .img figcaption {
	text-align: right;
}

@media screen and (max-width: 1300px) {
	.graph_area .content.inner {
		gap: 0 6.15vw;
		margin-bottom: 11.5vw;
	}
	.graph_area .content.inner .left {
		padding: 2.3vw 0 0 3.84vw;
	}
	.graph_area .content.inner .right .title {
		font-size: calc((24 / 1300) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	.graph_area .content.inner {
		flex-direction: column;
		gap: 30px 0;
		margin-bottom: 50px;
		align-items: center;
	}
	.graph_area .content.inner .left {
		padding: 15px 0 0 25px;
		max-width: 100%;
	}
	.graph_area .content.inner .right .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.graph_area .content.inner .title:before,
	.graph_area .content.inner .title:after {
		display: none;
	}
}

.init {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.66666;
	margin-bottom: 92px;
	text-align: center;
}
@media screen and (max-width: 1300px) {
	.init {
		font-size: calc((30 / 1300) * 100vw);
		margin-bottom: 7vw;
	}
}
@media screen and (max-width: 768px) {
	.init {
		font-size: 20px;
		margin-bottom: 40px;
	}
}

/*============================
 sec_outline
============================*/
.sec_outline {
	margin-bottom: 120px;
}
.sec_outline table {
	width: 100%;
}
.sec_outline table th {
	width: 21.78%;
	text-align: left;
	background: #F5F5F5;
	/*display: flex;*/
	/*flex-direction: column;*/
	/*justify-content: center;*/
}
.sec_outline table tr {
	border-bottom: 1px solid #C4C4C4;
	min-height: 65px;
}
.sec_outline table th,
.sec_outline table td {
	/* min-height: 65px; */
	/* display: inline-block; */
	padding: 0.86em 1.2em;
	vertical-align: middle;
}
.sec_outline table tr:first-child {
	border-top: 1px solid #C4C4C4;
}
.sec_outline table th .hd_txt {
	font-weight: 700;
	position: relative;
	padding-left: 1.5em;
}
.sec_outline table th .hd_txt::before {
    content:  "";
    width:  13px;
    height:  13px;
    display:  inline-block;
    background-color: #D0261A;
    border-radius:  50%;
    position: absolute;
    left: 0;
    top: 0.4em;
    /* top: 50%; */
    /* -webkit-transform : translateY(-50%); */
    /* transform : translateY(-50%); */
}
.sec_outline table th span {
	font-weight: 400;
	padding-left: 1.5em;
    text-indent: -1.5em;
}
.sec_outline table td {
	/* width: calc(100% - 21.78%); */
	padding: 0.86em 2em;
}
.sec_outline table td.flex_area ul {
	gap: 0 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec_outline table td.flex_area li {
	width: 32%;
}
.sec_outline table td p {
	line-height: 2.285;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.sec_outline table td p:not(:last-child) {
	margin-bottom: 5px;
}
.sec_outline table td ul {
	margin: 25px 0;
}
.sec_outline table td ul li {
	font-size: 14px;
	letter-spacing: 0.1em;
}
.sec_outline table td ul li:not(:last-child) {
	margin-bottom: 10px;
}
.sec_outline table td a {
	color: var(--main_color);
}
@media only screen and (max-width: 767px){
.sec_outline {
	margin-bottom: 95px;
}
.sec_outline table th {
	width: auto;
}
.sec_outline table tr {
	min-height: 65px;
}
.sec_outline table th,
.sec_outline table td {
	display: block;
}
.sec_outline table th .hd_txt {
}
.sec_outline table th .hd_txt::before {
    width: 10px;
    height: 10px;
}
.sec_outline table td {
	padding: 1em;
}
.sec_outline table td p {
	font-size: 13px;
}
.sec_outline table td p:not(:last-child) {
	margin-bottom: 0;
}
.sec_outline table td.flex_area ul {
	display: flex;
	justify-content: space-between;
}
.sec_outline table td.flex_area ul li {
	width: 100%;
}	
.sec_outline table td ul li {
	font-size: 13px;
}
}
@media only screen and (max-width: 640px){
.sec_outline table td ul {
	width: 100%;
	margin: 0;
}
.sec_outline table td.flex_area {
	display: block;
}
}


/*============================
#zeh_box
============================*/
.box_outline {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.56666;
}

@media screen and (max-width: 1300px) {
	.box_outline {
		font-size: calc((30 / 1300) * 100vw);
	}
}
@media screen and (max-width: 768px) {
	.box_outline {
		font-size: 22px;
	}
}
#zeh_box .content.inner {
	position: relative;
	display: flex;
	gap: 0 58px;
	margin-bottom:120px;
	padding: 64px 50px 50px;
	border: 1px solid var(--main_color);
	border-radius: 15px;
}
#zeh_box .content.inner .chk_icon {
	content: '';
	position: absolute;
	top: -34px;
	left: 43px;
	width: 154px;
	background-color: #fff;
	padding-right: 25px;
}
#zeh_box .content.inner .left {
	width: calc(100% - 430px - 58px);
}
#zeh_box .content.inner .left .box_outline {
	margin-bottom: 43px;
}
#zeh_box .content.inner .left p {
	font-size: 18px;
	line-height: 1.77777;
	letter-spacing: 0.1em;
	margin-bottom: 18px;
	margin-bottom: 20px;
}
#zeh_box .content.inner .right {
	width: 430px;
}
#zeh_box .content.inner .right .area_img {
	margin-bottom: 28.7px;
}


@media screen and (max-width: 1300px) {
	#zeh_box .content.inner {
		gap: 0 4.46vw;
		margin-bottom: 10vw;
		padding: 4.8vw 3.846vw 3.846vw;
	}
	#zeh_box .content.inner .chk_icon {
		top: -2.61vw ;
		left: 3.3vw;
		width: 11.84vw;
		padding-left: 1.923vw;
	}
	#zeh_box .content.inner .left {
		width: calc(100% - 33vw - 4.46vw);
	}
	#zeh_box .content.inner .left .box_outline {
		/* margin-bottom: 3.3vw; */
		margin-bottom: 5vw;
	}
	#zeh_box .content.inner .left p {
		font-size: calc((18 / 1300) * 100vw);
	}
	#zeh_box .content.inner .right {
		width: 33vw;
	}
}

@media screen and (max-width: 768px) {
	#zeh_box .content.inner {
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
		padding: 50px 20px 25px;
		margin-bottom: 40px;
	}
	#zeh_box .content.inner .chk_icon{
		width: 154px;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	#zeh_box .content.inner .left,
	#zeh_box .content.inner .right {
		width: 100%;
	}
	#zeh_box .content.inner .right .area_img {
		/* width: 40%; */
		width: 75%;
		max-width: 400px;
		margin: 0 auto 15px;
	}
	#zeh_box .content.inner .left .box_outline {
		margin-bottom: 20px;
	}
	#zeh_box .content.inner .left p {
		font-size: 14px;
	}
}




#zeh_box .content.inner .left .btn01 {
	max-width: 485px;
	margin: 0 auto;
	width: 100%;
}
#zeh_box .content.inner .left .btn01 a {
	font-size: 18px;
	width: 100%;
	padding-left: 0.5em;
	padding-right: 3.5em;
}
@media only screen and (min-width: 1600px){
#zeh_box .content.inner .left .btn01 a {
	font-size: 18px;
}
}
@media only screen and (max-width: 1000px){
#zeh_box .content.inner .left .btn01 a {
	font-size: calc(16/1000*100vw);
}
}
@media only screen and (max-width: 768px){
#zeh_box .content.inner .left .btn01 a {
	font-size: 14px;
}
}
@media only screen and (max-width: 640px){
#zeh_box .content.inner .left .btn01 a {
	font-size: calc(20/640*100vw);
}
}

/*=======================================
　sec_area
=======================================*/
.sec_area.cpost {
    padding: 70.4px 110px 23.5px;
    border: 2px solid var(--main_color);
    border-radius: 20px;
    margin-top: 168.9px;
    margin-bottom: 168.9px;
    position: relative;
    width: auto;  width: 90%;
  margin: 0 auto;
  max-width: 1120px;
}
.sec_area.cpost h3 {
    color: var(--main_color);
    font-size:40px;
    position: absolute;
    top:-30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    display: inline-block;
    text-align: center;
    max-width: 280px;
}
@media only screen and (max-width: 767px){
.sec_area.cpost {
    padding: 35px 5% 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: auto;
}
.sec_area.cpost h3 {
    font-size:20px;
    top:-15px;
    max-width: 190px;
}
}

#columnpost .pic{
	padding-bottom:1em;
}
#columnpost .day{
	text-align:right;
	padding-bottom:70px;
}
#columnpost .day span{
	background:#B62525;
	color:#fff;
	display:inline-block;
	padding:0.1em 0.5em;
	margin-right:1em;
}
#columnpost p{
	padding-bottom:2.5em;
	line-height:1.9em;
}
#columnpost h3{
  font-size: 30px;
  font-weight: 700;
  padding: 0 0 22px 1.2em;
  position: relative;
  border-bottom: 1px solid #B62525;
  margin:40px 0 50px;
}
#columnpost h3::before{
  content: "";
  position: absolute;
  top: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url("/sokenpaint/asset/images/case/icon_works.png") no-repeat;
    background-size: auto;
  background-size: cover;
  width: 23.56px;
  height: 32.01px;

}
#columnpost p em{
	font-weight:bold;
	color:#FF7F00;
	border-bottom:solid 1px #FF7F00;
	display:inline;
	font-style:normal;
}
#columnpost table{
	width:100%;
	margin:20px 0 60px;
}
#columnpost table th{
	background:#B62525;
	color:#fff;
	font-weight:normal;
	text-align:center;
	padding:1.5em 2.5em;
	border-bottom:solid 1px #fff;
	vertical-align:middle;
	line-height:1.9em;
	border-right:solid 1px #fff;
}
#columnpost table td{
	background:rgba(182,37,37,0.2);
	text-align:left;
	font-weight:normal;
	padding:1.5em 2.5em;
	border-bottom:solid 1px #fff;
	vertical-align:middle;
	line-height:1.9em;
	border-right:solid 1px #fff;
}
#columnpost table td.td1{
		background:#FFF2CC;
	}
#columnpost h4{
	position:relative;
	font-weight:bold;
	font-size:20px;
	line-height:1.5em;
	padding-left:1em;
	margin:40px 0 40px;
}
#columnpost h4::before{
	content:"";
	width: 3px;
  height: 1.2em;
  display: inline-block;
  background-color: #B62525;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#columnpost ul{
	border:solid 1px #996600;
	padding:2em 2.5em;
	margin-bottom:80px;
}
#columnpost ul li{
	list-style:disc;
	margin-left:1.2em;
	line-height:1.8em;
	color:#524333;
	font-weight:600;
}
#columnpost ul li ul{
	border:none;
	padding:0.5em 0 1em 1em;
	margin:0;
}
#columnpost ul li ul li{
	list-style:none;
	margin-left:0;
	font-weight:400;
}

.honsya{
	padding-bottom:120px;
}
.honsya h3{
	background:#B62525;
	font-weight:700;
	font-size:24px;
	color:#fff;
	padding:0.5em;
	text-align:center;
	margin-bottom:40px;
}
.honsya .flex{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */
}
.honsya .flex table{
	width:64%;
  border-top: 1px solid #C4C4C4;
}
.honsya .flex table tr {
  border-bottom: 1px solid #C4C4C4;
  min-height: 65px;
}
.honsya .flex table th{
  width:30%;
  text-align: left;
  background: #F5F5F5;
	padding: 0.86em 1.2em;
  vertical-align: middle;
}
.honsya .flex table th .hd_txt{
position:relative;
	padding-left:1.3em;
}
.honsya .flex table th .hd_txt::before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  background-color: #D0261A;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honsya .flex table td {
  padding: 0.86em 2em;
	vertical-align:middle;
}
.honsya .flex table td p {
  line-height: 2.285;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.honsya .flex .map{
	width:33%;
}
.honsya .flex .map iframe{
	width:100%;
	height:220px;
}
.sec_area.cpost{
	margin-bottom:120px;
}
.sec_area.cpost dl{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:flex-start;
	padding:2em 0;
	width:100%;
}
.sec_area.cpost dl.borderB{
	border-bottom:solid 1px #B62525;
	
}
.sec_area.cpost dl dt{
	background:#B62525;
	color:#fff;
	font-size:20px;
	padding:0.2em 0.8em;
	border-radius:4em;
	margin-right:2.8em;
}
.sec_area.cpost dl dd{
	position:relative;
	margin-right:3em;
	font-size:18px;
	padding:0.4em 0 0.2em 1em;
}
.sec_area.cpost dl dd::before{
	content:"・";
	position:absolute;
	left:0;
}
.sec_area.cpost dl dd a{
	color:#0059B2;
	text-decoration:underline;
}

.bunken{
	border:solid 1px #B62525;
	width:90%;
	max-width:1120px;
	margin:0 auto 120px;
}
.bunken h3{
	color:#fff;
	font-weight:700;
	font-size:30px;
	letter-spacing:0.1em;
	background:url(https://test.k-skn.com/sokenpaint/column/wp-content/uploads/2023/09/bunken_bg.png) no-repeat left top;
	padding:0.2em 0 0.4em 2em;
	width:414px;
}
.bunken ul{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:3em 3.5em 1em;
}
.bunken ul li{
	font-weight:700;
	color:#524333;
	border-right:solid 1px #B62525;
	padding:0 2em;
	font-size:15px;
	margin-bottom:2em;
}
.bunken ul li:nth-child(3n),
.bunken ul li:last-of-type{
	border:none;
}
.bunken ul li a{
	font-weight:400;
	color:#0059B2;
	font-size:12px;
	text-decoration:underline;
}
.sec_works.cpost h3{
	font-size:35px;
	font-weight:700;
	letter-spacing:0.1em;
	text-align:center;
	padding-bottom:2em;
}

.cta1{
	background: url(/sokenpaint/asset/images/top/bg01.jpg) repeat left top;
	border:solid 1px #B62525;
	width:90%;
	max-width:1120px;
	margin:50px auto 40px;
}
.cta1 .ctattl{
	background:#B62525;
	position:relative;
	text-align:center;
	padding:0.4em;
	color:#fff;
	font-weight:bold;
	font-size:34px;
	margin-bottom:70px;
}
.cta1 .ctattl::before{
	content:"";
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/fukidasi.png) no-repeat center top;
	position:absolute;
	left:calc(50% - 22px);  
	bottom: -30px;
  display: block;
  width: 44px;
  height: 50px;
}
.cta1 .ctattl span{
	font-size:26px;
}
.cta1 .bfaf{
	width:90%;
	max-width:920px;
	margin:0 auto;
	padding:0 0 60px;
}
.cta1 .flex1{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
 -webkit-align-items: flex-end; /* 縦方向中央揃え（Safari用） */
 align-items: flex-end; /* 縦方向中央揃え */		
	width:90%;
	max-width:920px;
	margin:0 auto;
	padding-bottom:40px;
}
.cta1 .flex1 .area{
	width:468px;
}
.cta1 .flex1 ul{
	width:calc(100% - 480px);
	text-align:left;
	padding-bottom:10px;
}
.cta1 .flex1 ul li{
	border-bottom:dashed 1px #B62525;
	padding:1.2em 0 1.2em 3.8em !important;
	font-size:20px;
	color:#524333;
	font-weight:600;
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/check.png) no-repeat 0.8em center;
}
.cta1 .flex2{
	background:#fff;
	padding:50px 11%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
 -webkit-align-items:center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */	
}
.cta1 .flex2 .tel{
	width:370px;
}
.cta1 .flex2 .tel p{
	background:url(/sokenpaint/asset/images/common/f_tel_icon.jpg) no-repeat 18px 5px;
	padding-left:65px;
	font-size:25px;
	padding-bottom:15px;
	border-bottom:solid 1px #000000;
	line-height:0.9em;
	display:block;
}
.cta1 .flex2 .tel p span{
	font-size:13px;	
}
.cta1 .flex2 .tel div{
	padding:30px 0 15px 18px;
}
.cta1 .flex2 .tel div a{
	display:block;
	font-size:13px;
	line-height:1.5em;
}
.cta1 .flex2 .tel div a span{
	font-size:50px;
}
.cta1 .flex2 .btn{
	width:440px;
}
#columnpost .cta1{
	width:100%;
}
#columnpost .cta1 .flex1{
	margin-top:-20px !important;
}
#columnpost .cta1 ul{
	border:none !important;
	padding:0 !important;
	margin:0 0 10px !important;
}
#columnpost .cta1 ul li{
	list-style:none !important;
	margin:0 !important;
}
#columnpost .cta1 .flex2 .tel p{
	padding-bottom:15px !important;
	line-height:0.9em !important;
}

#columnpost .kansyu{
	border:solid 1px #B62525;
	margin:80px 0 120px;
}
#columnpost .kansyu .kansyuttl{
	background:#B62525;
	color:#fff;
	font-size:20px;
	padding:0.6em;
	text-align:center;
}
#columnpost .kansyu .flex{
	padding:50px 10%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
#columnpost .kansyu .flex .img{
	width:209px;	
}
#columnpost .kansyu .flex .txt{
	width:calc(100% - 270px);
	text-align:left;
}
#columnpost .kansyu .flex .txt div{
	font-size:24px;
	font-weight:700;
	padding-bottom:1em;
}
#columnpost .kansyu .flex .txt .kttl{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
	padding-bottom:0;
}
#columnpost .kansyu .flex .txt .kttl .name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:2.2em;
}
#columnpost .kansyu .flex .txt .kttl .name em{
	font-size:34px;
	font-style:normal;
}

#columnpost .kansyu .flex .txt .kttl .sikaku{
	padding-left:3em;
	font-size:14px;
	font-weight:500;
	line-height:2em;
}
#columnpost .kansyu .flex .txt p{
	padding:0;
	line-height:2em;
	font-size:15px;
}

#columnpost .kansyu .flex .txt p a{
	text-decoration:underline;
	color:#0059B2;
}
#columnpost .kansyu .flex .txt .sns_area{
	padding:1.5em 0 0;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */		
}
#columnpost .kansyu .flex .txt .sns_area .icon{
	width:2em;
	margin-right:1em;
}

.kansyu{  
  max-width: 1120px;
	border:solid 1px #B62525;
	margin:80px auto;
}
.kansyu .kansyuttl{
	background:#B62525;
	color:#fff;
	font-size:20px;
	padding:0.6em;
	text-align:center;
}
.kansyu .flex{
	padding:50px 10%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
.kansyu .flex .img{
	width:209px;	
}
.kansyu .flex .txt{
	width:calc(100% - 270px);
	text-align:left;
}
.kansyu .flex .txt div{
	font-size:24px;
	font-weight:700;
	padding-bottom:1em;
}
.kansyu .flex .txt .kttl{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
	padding-bottom:0;
}
.kansyu .flex .txt .kttl .name{
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:2.2em;
}
.kansyu .flex .txt .kttl .name em{
	font-size:34px;
	font-style:normal;
}

.kansyu .flex .txt .kttl .sikaku{
	padding-left:3em;
	font-size:14px;
	font-weight:500;
	line-height:2em;
}
.kansyu .flex .txt p{
	padding:0;
	line-height:2em;
	font-size:15px;
}

.kansyu .flex .txt p a{
	text-decoration:underline;
	color:#0059B2;
}
.kansyu .flex .txt .sns_area{
	padding:1.5em 0 0;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */		
}
.kansyu .flex .txt .sns_area .icon{
	width:2em;
	margin-right:1em;
}
#toc_container{
	display:none;
	width:100%;
	max-width:900px;
	margin:0 auto;
	background:url(/sokenpaint/asset/images/top/bg01.jpg) repeat left top;
	position:relative;
	padding:70px 50px 50px;
	margin-bottom:80px;
}
#toc_container .toc_title{
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/mokuji.png) no-repeat left top;
	width:95px;
	height:72px;
	text-indent:-9999px;
	position:absolute;
	left:40px;
	top:-20px;
	padding:0 !important;
}
#toc_container ul{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}
#toc_container ul li{
	font-size:15px;
	list-style:none !important;
	margin:0 !important;
	padding:0.2em 0 !important;
}
#toc_container ul li a span{
	position:relative;
}
#toc_container ul li a span::before{
	content:"【";
}
#toc_container ul li a span::after{
	content:"】";
}

.toc_widget{
	width:100%;
	max-width:900px;
	margin:0 auto;
	background:url(/sokenpaint/asset/images/top/bg01.jpg) repeat left top;
	position:relative;
	padding:70px 50px 50px;
	margin-bottom:30px;
}
.toc_widget .widget-in-article-title{
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/mokuji.png) no-repeat left top;
	width:95px;
	height:72px;
	text-indent:-9999px;
	position:absolute;
	left:40px;
	top:-20px;
	padding:0 !important;
}
.toc_widget ul{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}
.toc_widget ul li{
	font-size:15px;
	list-style:none !important;
	margin:0 !important;
	padding:0.2em 0 !important;
}
.toc_widget ul li a span{
	position:relative;
}
.toc_widget ul li a span::before{
	content:"【";
}
.toc_widget ul li a span::after{
	content:"】";
}

.SP{
	display:none;
}
section#mv_wrap.postpage div.contest div.title_area h2{
	max-width:1120px;
	margin:0 auto;
}
@media only screen and (max-width: 767px){
	.PC{display:none;}
	.SP{display:block;}
section#mv_wrap.postpage div.contest div.title_area h2{
	line-height:1.3em !important;
	padding-left:5%;
	padding-right:5%;
}
	section#mv_wrap.postpage div.contest{
		height:120px !important;
	}
	.breadcrumbs.content{
		padding-bottom:60px;
	}
	#columnpost .pic{
		margin:0 -5vw;
	}
	#columnpost .day{
		padding-bottom:40px;
	}
	#columnpost p{
		font-size:15px;
		padding-bottom:2em;
	}
	
.cta1{
	margin:25px auto 20px;
}
.cta1 .ctattl{
	padding:0.4em;
	font-size:19px;
	margin-bottom:35px;
}
.cta1 .ctattl::before{
	content:"";
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/fukidasi.png) no-repeat center top;
	background-size:contain;
	position:absolute;
	left:calc(50% - 10px);  
	bottom: -15px;
  display: block;
  width: 21px;
  height: 25px;
}
.cta1 .ctattl span{
	font-size:15px;
}
.cta1 .bfaf{
	width:90%;
	margin:0 auto;
	padding:0 0 30px;
}
.cta1 .flex1{	
	width:90%;
	max-width:920px;
	margin:0 auto;
	padding-bottom:30px;
}
.cta1 .flex1 .area{
	width:95%;
	margin:0 auto 25px;
}
.cta1 .flex1 ul{
	width:100%;
	text-align:left;
	padding-bottom:0;
	border-top:dashed 1px #B62525 !important;
}
.cta1 .flex1 ul li{
	border-bottom:dashed 1px #B62525;
	padding:1.2em 0 1.2em 3.3em !important;
	font-size:3.6vw;
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/check.png) no-repeat 0.8em center;
	background-size:1.6em auto;
}
.cta1 .flex2{
	padding:30px 5%;
}
.cta1 .flex2 .tel{
	width:100%;
}
.cta1 .flex2 .tel p{
	background:url(/sokenpaint/asset/images/common/f_tel_icon.jpg) no-repeat 2em 2px;
	background-size:1.3em auto;
	padding-left:4em;
	font-size:19px;
	padding-bottom:15px;
	line-height:0.9em;
	display:block;
}
.cta1 .flex2 .tel p span{
	font-size:13px;	
}
.cta1 .flex2 .tel div{
	padding:20px 0 30px 3em;
}
.cta1 .flex2 .tel div a{
	display:block;
	font-size:13px;
	line-height:1.5em;
}
.cta1 .flex2 .tel div a span{
	font-size:35px;
}
.cta1 .flex2 .btn{
	width:100%;
}
#columnpost .cta1{
	width:100%;
}
#columnpost .cta1 .flex1{
	margin-top:-20px !important;
}
#columnpost .cta1 ul{
	border-top:dashed 1px #B62525 !important;
}
#columnpost .cta1 ul li{
	list-style:none !important;
	margin:0 !important;
}
#columnpost .cta1 .flex2 .tel p{
	padding-bottom:15px !important;
	line-height:0.9em !important;
}
#columnpost .kansyu{
	max-width:100%;
	margin:50px 0 60px;
}
#columnpost .kansyu .kansyuttl{
	font-size:15px;
	padding:0.6em;
	text-align:center;
}
#columnpost .kansyu .flex{
	padding:30px 8%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
#columnpost .kansyu .flex .img{
	width:45%;
	margin:0 auto 1.5em;
}
#columnpost .kansyu .flex .txt{
	width:100%;
	text-align:left;
}
#columnpost .kansyu .flex .txt div{
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding-bottom:1em;
}
#columnpost .kansyu .flex .txt p{
	padding:0;
	line-height:2em;
	font-size:14px;
}

#columnpost .kansyu .flex .txt .kttl{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;	
	justify-content:center;
	padding-bottom:0;
	text-align:center;
}
#columnpost .kansyu .flex .txt .kttl .name{
	font-size:16px;
	font-weight:bold;
	text-align:center;
	line-height:2.2em;
}
#columnpost .kansyu .flex .txt .kttl .name em{
	font-size:30px;
	font-style:normal;
}

#columnpost .kansyu .flex .txt .kttl .sikaku{
	display:inline-block;
	text-align:left;
	padding-left:0;
	font-size:14px;
	font-weight:500;
	line-height:2em;
}
#columnpost .kansyu .flex .txt p{
	padding:0;
	line-height:2em;
	font-size:15px;
}

.kansyu{
	max-width:90%;
	margin:50px auto 60px;
}
.kansyu .kansyuttl{
	font-size:15px;
	padding:0.6em;
	text-align:center;
}
.kansyu .flex{
	padding:30px 8%;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
}
.kansyu .flex .img{
	width:45%;
	margin:0 auto 1.5em;
}
.kansyu .flex .txt{
	width:100%;
	text-align:left;
}
.kansyu .flex .txt div{
	font-size:18px;
	text-align:center;
	font-weight:700;
	padding-bottom:1em;
}
.kansyu .flex .txt p{
	padding:0;
	line-height:2em;
	font-size:14px;
}
.kansyu .flex .txt .sns_area{

  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;	
	padding:1.5em 0 0;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */		
}	
.kansyu .flex .txt .sns_area .icon{
		width:2em;
		margin:0 0.5em;
	}	

#toc_container{
	width:100%;
	max-width:900px;
	margin:0 auto;
	background:url(/sokenpaint/asset/images/top/bg01.jpg) repeat left top;
	position:relative;
	padding:40px 30px 40px;
	margin-bottom:60px;
}
#toc_container .toc_title{
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/mokuji.png) no-repeat left top;
	background-size:contain;
	width:60px;
	height:45px;
	text-indent:-9999px;
	position:absolute;
	left:15px;
	top:-20px;
	padding:0 !important;
}
#toc_container ul{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}
#toc_container ul li{
	font-size:14px;
	list-style:none !important;
	margin:0 !important;
	padding:0.2em 0 !important;
	text-indent:-2em;
	padding-left:2.1em !important;
}
#toc_container ul li a span{
	position:relative;
}
#toc_container ul li a span::before{
	content:"【";
}
#toc_container ul li a span::after{
	content:"】";
}
	

.toc_widget{
	width:100%;
	max-width:900px;
	margin:0 auto;
	background:url(/sokenpaint/asset/images/top/bg01.jpg) repeat left top;
	position:relative;
	padding:40px 30px 40px;
	margin-bottom:10px;
}
.toc_widget .widget-in-article-title{
	background:url(/sokenpaint/column/wp-content/uploads/2023/09/mokuji.png) no-repeat left top;
	background-size:contain;
	width:60px;
	height:45px;
	text-indent:-9999px;
	position:absolute;
	left:15px;
	top:-20px;
	padding:0 !important;
}
.toc_widget ul{
	border:none !important;
	padding:0 !important;
	margin:0 !important;
}
.toc_widget ul li{
	font-size:14px;
	list-style:none !important;
	margin:0 !important;
	padding:0.2em 0 !important;
	text-indent:-2em;
	padding-left:2.1em !important;
}
.toc_widget ul li a span{
	position:relative;
}
.toc_widget ul li a span::before{
	content:"【";
}
.toc_widget ul li a span::after{
	content:"】";
}	
#columnpost h3 {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 18px 40px;
  position: relative;
  border-bottom: 1px solid #B62525;
  margin: 30px 0 30px;
}
#columnpost table {
  width: 100%;
  margin: 20px 0 40px;
}

#columnpost table th {
  padding: 1.2em 1.5em;
  line-height: 1.9em;
	text-align:center;
}	
#columnpost table td {
  padding: 1.2em 1.5em;
  line-height: 1.9em;
}	
#columnpost h4 {
  position: relative;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5em;
  padding-left: 1em;
  margin: 20px 0 20px;
}	
#columnpost ul {
  border: solid 2px #B62525;
  padding: 1.3em 1.5em;
  margin-bottom: 40px;
}	
	.honsya{
		padding-bottom:60px;
	}
	.honsya h3 {
  font-size: 15px;
  color: #fff;
  padding: 0.5em;
  text-align: center;
  margin-bottom: 30px;
}
	.honsya .flex table{
		width:100%;
		margin-bottom:30px;
	}
	.honsya .flex table th{
		display:block;
		width:100%;
	}
	.honsya .flex table td{
display:block;
	width:100%;
	}
	.honsya .flex table td {
  padding: 0.86em 1.2em;
  vertical-align: middle;
}
	.honsya .flex .map{
		width:100%;
	}
	.honsya .flex .map iframe{
		width:100%;
		height:300px;
	}
 .sec_area.cpost{
    padding: 35px 5% 15px;
    margin-top: 20px;
    margin-bottom: 50px !important;
    width: 90%;
  }	

.bunken{
	margin:0 auto 60px;
}
  .bunken h3 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1em;
    background: url(/sokenpaint/column/wp-content/uploads/2023/09/bunken_bg.png) no-repeat left top;
    background-size: auto;
    padding: 0.4em 0 0.5em 1.7em;
    background-size: contain;
    width: 217px;
  }
.bunken ul{
	padding:0.5em 2em 1em;
}
.bunken ul li{
	width:100%;
	font-weight:700;
	border:none;
	border-bottom:solid 1px #B62525 !important;
	padding:1.7em 0;
	font-size:14px;
	margin:0 !important;
}
.bunken ul li:last-of-type{
	border:none !important;
}

.sec_area.cpost dl{
  	display:block;
	padding:1.5em 0;
	width:100%;
}
.sec_area.cpost dl dt{
	background:#B62525;
	color:#fff;
	display:inline-block;
	font-size:15px;
	padding:0.2em 0.8em;
	border-radius:4em;
	margin:0 0 0.8em;
}
.sec_area.cpost dl dd{
	width:100%;
	position:relative;
	margin-right:0;
	margin-left:0.4em;
	font-size:14px;
	padding:0.4em 0 0.4em 1em;
}
.sec_area.cpost dl dd::before{
	content:"・";
	position:absolute;
	left:0;
}
	.breadcrumbs{
		display:block;
}
	.breadcrumbs li{
display:inline;
	}
	
}


/*=======================================
　fix_btn
=======================================*/
.fix_btn {
	position: fixed;
	bottom: 10px;
	z-index: 499;
	width: 96%;
	display: flex;
	justify-content: space-between;
	left: 50%;
	-webkit-transform : translateX(-50%);
	transform : translateX(-50%);
	border-radius: 5px;
	-webkit-filter:drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.16));
	-moz-filter:drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.16));
	-ms-filter:drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.16));
	filter:drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.16));
	will-change: filter;
	background: #FFF;
}
.fix_btn .btn {
	width: 50%;
	/* height: 40px; */
	/* height: 71.5px; */
	height: 62px;
	position: relative;
}
.fix_btn .btn:not(:last-child) {
	/*border-right: 1px solid linear-gradient(180deg, #fff 0%, #fff 17.3px, #DBDBDB 17.3px, #DBDBDB calc(100% - 17.3px), #fff calc(100% - 17.3px), #fff 100%);*/
	border-right: 1px solid #DBDBDB;
}
.fix_btn .btn:not(:last-child)::before,
.fix_btn .btn:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 8px;
	display: inline-block;
	background-color: #fff;
	position: absolute;
	right: -1px;
}
.fix_btn .btn:first-child {
	border-right: none;
	background-color: #FCA12A;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.fix_btn .btn:not(:last-child)::before {
	top: 0;
}
.fix_btn .btn:not(:last-child)::after {
	bottom: 0;
}
.fix_btn .btn a {
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	align-items: center;
	/*opacity: 0.3;
	pointer-events: none;*/
}
.fix_btn .btn.tel a {
	color: #FFF;
}
.fix_btn .btn.request a {
	color: #1FA4D1;
}
.fix_btn .btn.mitsumori a {
	color: #FF3399;
}
.fix_btn .btn.line a {
	color: #333;
}
.fix_btn .btn.free a {
	color: #BB2929;
}
.fix_btn .btn.line a span {
	/* padding-top: 0; */
}
.fix_btn .btn.line a strong {
	font-size: 20px;
	display: block;
}
.fix_btn .btn.line a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.fix_btn .btn a span {
	font-size: 10px;
	font-weight: 500;
	position: relative;
	line-height: 1.15;
}
.fix_btn .btn a span {
	padding-top: 25px!important;
	text-align: center;
}
.fix_btn .btn a span::before {
	content: "";
	position: absolute;
	background-size: cover!important;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	/* height: 28.72px; */
}
.fix_btn .btn.tel a span::before {
	background: url(/sokenpaint/asset/images/common/icon_tel02.png) no-repeat;
	width: 15px;
	height: 20px;
}
.fix_btn .btn.request a span::before {
	background: url(/sokenpaint/asset/images/common/icon_document02.png) no-repeat;
	width: 24px;
	height: 18px;
}
.fix_btn .btn.mitsumori a span::before {
	background: url(/sokenpaint/asset/images/common/icon_mitsumori02.png) no-repeat;
	width: 17px;
	height: 20px;
}
.fix_btn .btn.free a span::before {
	background: url(/sokenpaint/asset/images/common/icon_free.png) no-repeat;
	width: 17px;
	height: 23px;
	top: -2px;
}
.fix_btn .btn.line a span::before {
	background: url(/sokenpaint/asset/images/common/icon_line.png) no-repeat;
	width: 36px;
	height: 20px;
}
/*============================
graph_area
============================*/

.graph_area .content.inner {
	display: flex;
	gap: 0 80px;
	margin-bottom: 150px;
	align-items: center;
	justify-content: space-between;
}
.graph_area .content.inner .left,
.graph_area .content.inner .right {
	width: 100%;
	max-width: 519px;
}
.graph_area .content.inner .left {
	/* padding: 0 0 0 50px; */
	max-width: 465px;
}

.graph_area .content.inner .right .title {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 18px;
}
.graph_area .content.inner .right .img {
	margin-bottom: 6.3px;
}
.graph_area .content.inner .right .img figcaption {
	text-align: right;
}

@media screen and (max-width: 1300px) {
	.graph_area .content.inner {
		gap: 0 6.15vw;
		margin-bottom: 11.5vw;
	}
	.graph_area .content.inner .left {
		padding: 2.3vw 0 0 3.84vw;
	}
	.graph_area .content.inner .right .title {
		font-size: calc((24 / 1300) * 100vw);
	}
}

@media screen and (max-width: 768px) {
	.graph_area .content.inner {
		flex-direction: column;
		gap: 30px 0;
		margin-bottom: 50px;
		align-items: center;
	}
	.graph_area .content.inner .left {
		padding: 15px 0 0 25px;
		max-width: 100%;
	}
	.graph_area .content.inner .right .title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.graph_area .content.inner .title:before,
	.graph_area .content.inner .title:after {
		display: none;
	}
}

.init {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.66666;
	margin-bottom: 92px;
	text-align: center;
}
@media screen and (max-width: 1300px) {
	.init {
		font-size: calc((30 / 1300) * 100vw);
		margin-bottom: 7vw;
	}
}
@media screen and (max-width: 768px) {
	.init {
		font-size: 20px;
		margin-bottom: 40px;
	}
}


.linkbox{
	background:#FFF7DF;
	border-radius:10px;
	padding:25px 50px;
	margin-bottom:80px;
}
.linkbox a{
	font-size:17px;
	line-height:1.7;
	letter-spacing:0.15em;
	color:#007FFF;
	font-weight:500;
	text-decoration:underline;
}

@media screen and (max-width: 768px) {
.linkbox{
	background:#FFF7DF;
	border-radius:10px;
	padding:25px;
	margin-bottom:60px;
}
.linkbox a{
	font-size:1.2em;
	line-height:1.8;
	letter-spacing:0.15em;
}	
}

#columnpost .youtube{
	margin:0 auto 2em;
  position: relative;
  width: 100%;
	max-width:640px;
  aspect-ratio: 16 / 9;
}
#columnpost .youtube iframe {
  width: 100%;
  height: 100%;
}


.lkc-external-wrap{
	border:none !important;
}
.lkc-domain{
	color:#fff !important;
}
.linkcard .lkc-info{
	background:#B62525;
	border-radius:10px 10px 0 0;
	color:#fff !important;
	padding:10px 50px;
}
.linkcard .lkc-content{
	margin:0 !important;
	border:solid 5px #CCCCCC;
	border-top:none !important;
	border-radius:0 0 10px 10px;
		padding:35px 50px;
	background:#FFF7EE;
}

.linkcard .lkc-content .lkc-thumbnail{
	width:255px;
	margin-right:40px !important;
}
.linkcard .lkc-content .lkc-thumbnail img{
	width:100% !important;
	height:170px !important;
	object-fit:cover;
	border:none !important;
}
.lkc-url{
	display:none !important;
}
.lkc-excerpt{
	padding-top:1.3em !important;
}
.lkc-date{display:none !important;}
@media screen and (max-width: 768px) {

.linkcard .lkc-info{
	background:#B62525;
	border-radius:10px 10px 0 0;
	color:#fff !important;
	padding:10px 25px;
}
.linkcard .lkc-content{
	margin:0 !important;
	border:solid 3px #CCCCCC;
	border-top:none !important;
	border-radius:0 0 10px 10px;
		padding:25px 25px;
}

.linkcard .lkc-content .lkc-thumbnail{
	width:100%;
	margin-right:0 !important;
	margin-bottom:1.2em !important;
}
.linkcard .lkc-content .lkc-thumbnail img{
	width:100% !important;
	height:auto !important;
	object-fit:cover;
	border:none !important;
}
	.lkc-title{
		clear:both;
		font-size:17px !important;
	}
.lkc-excerpt{
	font-size:12px !important;
	padding-top:1em !important;
	    line-height: 1.9em !important;
}	
}

.mokuji_foot{
	background:url(https://test.k-skn.com/sokenpaint/column/wp-content/uploads/2025/01/mado_bg.jpg) no-repeat left top;
	background-size:cover;
	padding:20px;
	margin-bottom:2em;
	text-align:center;
}
.mokuji_foot .inner{
	background:#fff;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:0;
	
}
.mokuji_foot p{
	font-size:1.2em;
	font-weight:bold;
}
.mokuji_foot .img{width:486px;}
.mokuji_foot .mtxt{
	width:calc(100% - 486px);
	padding-top:40px;
	
}
.mokuji_foot .mtxt p{
	text-align:left;
	width:60%;
	font-size:18px;
	line-height:1.7;
	font-weight:400;
	margin:0 auto;
}
.mokuji_foot .midasi{
	font-size:30px;
	font-weight:bold;
	color:#89612D;
	line-height:1.3 !important;
	padding-bottom:1em !important;
}

@media screen and (max-width: 768px) {
	.mokuji_foot{
	background:url(https://test.k-skn.com/sokenpaint/column/wp-content/uploads/2025/01/mado_bg_sp.jpg) no-repeat left top;
	background-size:cover;
	padding:15px;
	margin-bottom:2em;
	text-align:center;
}
	.mokuji_foot .mtxt{
		width:100%;
	padding:5vw;
	
}
	.mokuji_foot .midasi{font-size:4.6vw !important; }
	.mokuji_foot .mtxt p{
	text-align:left;
	width:100%;
	font-size:3.2vw;
	line-height:1.7;
	font-weight:400;
	margin:0 auto;
}
}
.mokuji_foot .btn a{
	display:block;
	max-width:400px;
	margin:0 auto;
	border-radius:0.6em;
	background:#E6A32C;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	padding:1em;
}

img{
	max-width:100% !important;
}

.fkotei{
	display:none;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	z-index:999;
	line-height:0;
}
.fkotei a:hover{
	opacity:1;
}

.littl{
	font-size:1.2em;
	font-weight:bold;
	background:#B62525;
	color:#fff;
	text-align:center;
	padding:0.5em 1em;
	margin-bottom:0;
}