/*
Theme Name: 小町ネット様用テーマ
Theme URI: none
Description:小町ネット　小町ネットについてページ
Version: 3.0
Author: 株式会社ルシアス
Author URI:
*/

@charset "utf-8";


/* ==================================================================== */
/* 小町ネットについて
/* ==================================================================== */
#about{
	text-align: center;
}
#about .about_caption{
	display: inline-block;
	font-size: 112.5%;
	color: #D80614;
	margin-bottom: 20px;
	position: relative;
}
#about .about_caption:before,
#about .about_caption:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	position: absolute;
	top: 50%;
	height: 1.2em;
	width: 1.8em;
}
body:not(.is_webp) #about .about_caption:before,
body:not(.is_webp) #about .about_caption:after{
	background-image: url("../images/icon/flowers.png");
}
body.is_webp #about .about_caption:before,
body.is_webp #about .about_caption:after{
	background-image: url("../images/icon/flowers.webp");
}
#about .about_caption:before{
	left: -10px;
	-ms-transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}
#about .about_caption:after{
	right: -10px;
	-ms-transform: translate(100%, -50%) rotateY(180deg);
	-webkit-transform: translate(100%, -50%) rotateY(180deg);
	transform: translate(100%, -50%) rotateY(180deg);
}
#about h2{
	background-color: #D80614;
	color: #FFFFFF;
	font-size: 150%;
	line-height: 1.2;
	padding: 5px 10px;
}
#about h2 span{
	color: #FFE93F;
}

/* -- worry -- */
#about_worry{
	background-color: #FFE4DF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#about_worry > li{
	background-color: #FFFFFF;
	border: 2px solid #D80614;
	display: inline-block;
	margin: 0 5px 10px;
	position: relative;
	vertical-align: middle;
}
#about_worry > li p strong{
	color: #D80614;
	font-size: 112.5%;
}
@media screen and (max-width:767px){
	#about_worry > li{
		width: -webkit-calc((100% - (10px * 3)) / 2);
		width: calc((100% - (10px * 3)) / 2);
	}
	#about_worry > li.wide{
		width: -webkit-calc(100% - (10px * 2));
		width: calc(100% - (10px * 2));
	}
	#about_worry > li.wide br{
		display: none;
	}
	#about_worry > li.wide strong{
		display: block;
	}
}
@media screen and (min-width:768px){
	#about .about_caption{
		font-size: 125%;
	}
	#about h2{
		font-size: 200%;
		padding: 10px;
	}
	#about_worry > li{
		border: 3px solid #D80614;
		border-radius: 50%;
		height: 145px;
		width: 145px;
	}
	#about_worry > li:first-child:before,
	#about_worry > li:after{
		content: "\FAE1";
		color: #FFC41E;
		font-family:"Material Design Icons";
		font-size: 150%;
		position: absolute;
		right: -5px;
	}
	#about_worry > li:first-child:before{
		left: -5px;
		right: unset;
		bottom: -8px;
		-ms-transform: translate(-50%, 50%);
		-webkit-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
	}
	#about_worry > li:nth-child(odd):after{
		top: -8px;
		-ms-transform: translate(50%, -50%);
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);
	}
	#about_worry > li:nth-child(even):after{
		bottom: -8px;
		-ms-transform: translate(50%, 50%);
		-webkit-transform: translate(50%, 50%);
		transform: translate(50%, 50%);
	}
	#about_worry > li p{
		position: absolute;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#about_worry > li p{
		line-height: 1.4;
	}
	#about_worry > li p strong{
		font-size: 125%;
	}
}
@media screen and (min-width:940px) and (max-width:1199px){
	#about_worry > li{
		height: 140px;
		width: 140px;
	}
}

/* -- resolve -- */
#about_resolve{
}
#about_resolve figure{
	display: table;
	padding-top: 20px;
	padding-bottom: 20px;
}
#about_resolve figure > div{
	display: table-cell;
	vertical-align: middle;
	width: 56px;
}
#about_resolve figure > div img{
	width: 100%;
}
#about_resolve figure figcaption{
	display: table-cell;
	font-size: 125%;
	vertical-align: middle;
}
#about_resolve figure figcaption b{
	color: #D80614;
}
#about_resolve > div{
	background-color: #FFFFE0;
	position: relative;
}
#about_resolve > div:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 30px;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
}
body:not(.is_webp) #about_resolve > div:before{
	background-image: url("../images/icon/arrow_r.png");
}
body.is_webp #about_resolve > div:before{
	background-image: url("../images/icon/arrow_r.webp");
}
@media screen and (min-width:360px) and (max-width:413px){
	#about_resolve figure figcaption{
		font-size: 137.5%;
	}
}
@media screen and (min-width:414px) and (max-width:767px){
	#about_resolve figure figcaption{
		font-size: 150%;
	}
}
@media screen and (max-width:767px){
	#about_resolve figure{
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	#about_resolve figure figcaption{
		padding-left: 10px;
	}
}
@media screen and (min-width:768px){
	#about_resolve figure > div{
		width: 140px;
	}
	#about_resolve figure figcaption{
		font-size: 200%;
		padding: 0 20px;
	}
	#about_resolve > div:before{
		height: 60px;
		width: 100px;
	}
}

/* -- point -- */
#about_point{
	background-color: #FFE4DF;
	padding-top: 20px;
}
#about_point ul{
	margin-bottom: 20px;
}
#about_point ul > li{
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 45px;
	position: relative;
	text-align: left;
	width: -webkit-calc(100% - (20px * 2));
	width: calc(100% - (20px * 2));
}
#about_point ul > li + li{
	margin-top: 20px;
}
#about_point ul > li:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	position: absolute;
	top: 50%;
	left: -15px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}
body:not(.is_webp) #about_point ul > li:nth-child(1):before{
	background-image: url("../images/about/point_01.png");
}
body:not(.is_webp) #about_point ul > li:nth-child(2):before{
	background-image: url("../images/about/point_02.png");
}
body:not(.is_webp) #about_point ul > li:nth-child(3):before{
	background-image: url("../images/about/point_03.png");
}
body:not(.is_webp) #about_point ul > li:nth-child(4):before{
	background-image: url("../images/about/point_04.png");
}
body:not(.is_webp) #about_point ul > li:nth-child(5):before{
	background-image: url("../images/about/point_05.png");
}
body.is_webp #about_point ul > li:nth-child(1):before{
	background-image: url("../images/about/point_01.webp");
}
body.is_webp #about_point ul > li:nth-child(2):before{
	background-image: url("../images/about/point_02.webp");
}
body.is_webp #about_point ul > li:nth-child(3):before{
	background-image: url("../images/about/point_03.webp");
}
body.is_webp #about_point ul > li:nth-child(4):before{
	background-image: url("../images/about/point_04.webp");
}
body.is_webp #about_point ul > li:nth-child(5):before{
	background-image: url("../images/about/point_05.webp");
}
#about_point ul > li:nth-child(even){
	background-color: #FFFFE0;
}
#about_point ul > li h3{
	color: #D80614;
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 5px;
}
@media screen and (min-width:768px){
	#about_point{
		padding-top: 30px;
	}
	#about_point ul{
		margin-bottom: 30px;
	}
	#about_point ul > li{
		padding: 25px 15px 25px 90px;
		width: 630px;
	}
	#about_point ul > li + li{
		margin-top: 30px;
	}
	#about_point ul > li:before{
		height: 100px;
		left: -35px;
		width: 100px;
	}
	#about_point ul > li h3{
		font-size: 187.5%;
	}
}

/* -- message -- */
#about_message{
	padding-top: 10px;
}
#about_message .banner_links{
	margin-top: 10px;
}
