@charset "UTF-8";
/*
Template: ystandard
Theme Name: wp-qazero
Theme URI: https://qazero.com/
Author: ozonenotes
Description: ystandard子テーマ
Version: 2.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*---------- ページ全体の指定 ----------*/
:root {
	--ystd-content-default-width: 1180px;
}

body {
	margin:0;
	padding:0;
	font-size:100%;
	color:#111;
	background-color:#fff;
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}


/*---------- リンク設定 ----------*/
a{-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
a img {border-style:none;}
img {vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
a:hover img{opacity:0.6;filter:alpha(opacity=60);}
a img {border-style:none;-webkit-transition:all .3s;transition:all .3s;}

/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}



/*------------------------------ ヘッダー ------------------------------*/
.site-header {
	--header-bg: rgba(255,255,255,0.9);
}

.head_box{
	margin:0 15px;
	padding:0;
}

.logo {
	margin:0;
	padding:10px 0 0 0;
}
.logo img{width:120px;}


/* ▼PCメディアクエリ */
@media screen and (min-width:1025px) {
	.head_box {
		width:1200px;
		margin:0 auto;
		padding:10px 0 0 0;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.logo {padding:6px 0 0 0;}
} /* ▲PCメディアクエリ終了▲ */

.archive__header + .archive__header > .archive__page-title {
	border-bottom: none;
	font-size: 1.6em;
}


/*------------------------------ グローバルメニュー ------------------------------*/
.global-nav {
	--header-bg: transparent;
}

.global-nav__menu li:last-child {
	border-bottom:none;
}

.global-nav__menu > .menu-item > a {
	font-weight: bold;
	text-decoration: none;
}
.global-nav__menu li a:hover {color:#999;}
.global-nav__menu li.menu-item--contact a {
	padding:15px;
	color:#fff;
	text-align:center;
	background:-moz-linear-gradient(left, #00ba8d, #00cd0a);
	background:-webkit-linear-gradient(left, #00ba8d, #00cd0a);
	background:linear-gradient(to right, #00ba8d, #00cd0a);
	transition:0.3s all linear;
}
.global-nav__menu li.menu-item--contact a:hover {
	color:#fff;
	text-decoration:none;
	opacity:0.7;
	filter:alpha(opacity=70);
	transition:0.3s all linear;
}
.global-nav__menu > .menu-item > a::after {
	display: none;
}

/*---------- ハンバーガーメニュー部分 ----------*/

.click {
	background:transparent url(-img/btn.png) no-repeat 0 0;
	background-size:70px 35px;
	width:35px;
	height:35px;
	display:block;
	position:absolute;
	top:6px;
	right:5px;
	cursor:pointer;
	z-index:9999;
}
@media screen and (min-width:769px) {
	.click {top:22px;}
}
.peke {background-position:-35px 0;}
@media only screen and (max-width:1024px){
	.drawr {
		display:none;
		background-color:rgba(0,0,0,0.8);
		position:absolute;
		top:0;
		right:0; /* leftにすると左側から表示に変更可能 */
		width:310px;
		padding:45px 0 20px 0;
		z-index:9990;
	}
}
@media screen and (min-width: 1025px) {.click {display:none;}}
@media screen and (min-width: 1025px) {.peke {}}
@media screen and (min-width: 1025px) {.drawr {}}

#wrapper{
	margin:0;
	padding:45px 0 0 0;
}
@media screen and (min-width:769px){
	#wrapper{padding:60px 0 0 0;}
}

.main_visual{
	margin:0 auto;
	padding:0;
}
.main_box{
	margin:0;
	padding:0;
}
.main_copy_box{
	margin:0 0 0 0;
	padding:40px 20px 0 20px;
}
.main_title{
	margin:0;
	padding:0;
	text-align:center;
}
.main_title img{width:90%;}
.main_copy{
	margin:0;
	padding:15px 0;
	font-size:120%;
	font-weight:bold;
	line-height:160%;
	text-align:center;
	font-family: "Noto Sans Japanese";
}
.main_copy span{
	font-size:150%;
	font-family: 'Roboto Condensed', sans-serif;
}
.enter{
	margin:0;
	padding:0 20px;
	text-align:center;
}
.enter a:link {color:#fff;text-decoration:none;}
.enter a:visited {color:#fff;text-decoration:none;}
.enter a:hover {color:#fff;text-decoration:none;}
.button {
	width:100%;
	margin:0 auto 0 auto;
	padding:15px 0;
	font-size:110%;
	font-weight:bold;
	display:block;
	transition:0.3s ease-in-out;
	background:-moz-linear-gradient(left, #00ba8d, #00cd0a);
	background:-webkit-linear-gradient(left, #00ba8d, #00cd0a);
	background:linear-gradient(to right, #00ba8d, #00cd0a);
}
.button:hover {
	transition:0.3s ease-in-out;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.main_pict{
	margin:0;
	padding:15px 15px 30px 15px;
	animation: zoomIn 3.0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.main_pict img{width:100%;}
@media screen and (min-width:769px){
	.main_visual{
		margin:0 auto;
		padding:0;
	}
	.main_box{
		width:1180px;
		margin:0 auto;
		padding:30px 0 75px 0;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.main_copy_box{
		width:480px;
		margin:0 auto;
		padding:45px 0 0 0;
	}
	.main_title img{width:100%;}
	.main_copy{padding:30px 0 15px 0;font-size:24px;}
	.enter{
		margin:0;
		padding:0;
		text-align:center;
	}
	.button {
		width:480px;
		margin:0 auto 0 auto;
		padding:20px 0;
		font-size:20px;
	}
	.main_pict{padding:0;width:650px;}
}

.entry-content .subtitle{
	margin:0 0 30px 0;
	padding:30px 0;
	font-size:160%;
	font-weight:900;
	line-height:100%;
	text-align:center;
	font-family: "Noto Sans Japanese";
	background-image:url(-img/bg_line.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
	border: none !important;
}
@media screen and (min-width:769px){
	.entry-content .subtitle{font-size:48px;}
}


.service_bg{
	margin:0;
	padding:45px 0 1px 0;
	background:#f9f9f9;
}
.service_box{
	margin:0 20px;
	padding:0;
}
.service_item{
	margin:0 0 45px 0;
	padding:0;
}
.service_name{
	margin:0;
	padding:5px 0;
	font-size:140%;
	font-weight:900;
	line-height:100%;
	text-align:center;
	font-family: "Noto Sans Japanese";
}
.service_name{
	padding:3px 10px 5px 10px;
	border:solid 1px #111;
	background:#fff;
}
@media screen and (max-width:768px) {.service_name{padding:10px 3px}}
/*.service_name span{
padding:3px 20px 5px 20px;
border:solid 1px #111;
background:#fff;
}*/
.service_name strong{color:#00cd0a;}
.service_arrow{
	margin:10px auto;
	padding:0;
	text-align:center;
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-top:15px solid #00cd0a;
}
.service_solution{
	margin:0;
	padding:0 0 10px 0;
	font-size:140%;
	font-weight:900;
	line-height:100%;
	text-align:center;
	color:#ff6a6e;
	font-family: "Noto Sans Japanese";
}
.service_pict{
	margin:0;
	padding:0;
	text-align:center;
}
.element {
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1s, opacity 1s, visibility 1s;
}
.is-fadein {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.service_pict img{width:75%;}
.service_target{
	margin:0;
	padding:0 0 15px 0;
	font-size:90%;
	line-height:100%;
}
.service_target span{
	padding:3px 10px;
	color:#fff;
	background:#444;
	border-radius:5px;
}
.service_txt{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:150%;
}
.service_item ul{
	margin:15px 0;
	padding:1px 20px 15px 20px;
	list-style:none;
	border:solid 1px #00cd0a;
	border-radius:5px;
}
.service_item ul li{
	padding:10px 0 5px 25px;
	font-size:90%;
	line-height:180%;
	position:relative;
	border-bottom:dotted 1px #ccc;
}
.service_item ul li::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	position:absolute;
	top:10px;
	left:0;
	color:#00cd0a;
}
@media screen and (min-width:320px) and ( max-width:768px) {.service_pict_end{padding-bottom:5px;}}
@media screen and (min-width:769px){
	.service_bg{margin:0;padding:75px 0 45px 0;}
	.service_box{
		width:1080px;
		margin:0 auto 0 auto;
		padding:0;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.service_item{
		width:48%;
		margin:0 0 45px 0;
		padding:0;
	}
	.service_name{padding:15px 0;font-size:30px;}
	.service_solution{font-size:30px;}
	.service_target{font-size:16px;}
	.service_txt{font-size:18px;line-height:180%;letter-spacing:1px;}
	.service_item ul{margin:15px 0;padding:10px 25px 20px 25px;}
	.service_item ul li{font-size:16px;letter-spacing:1px;}
}


#message{
	margin:0;
	padding:45px 20px 0 20px;
}
.message_top {
	margin:30px auto 20px auto;
	padding:10px 20px;
	position:relative;
	top:0;
	font-size:120%;
	font-weight:bold;
	line-height:180%;
	text-align:center;
}
.message_top:before, .message_top:after{
	position:absolute;
	top:0;
	content:'';
	width:15px;
	height:100%;
	display:inline-block;
	box-sizing:border-box;
}
.message_top:before{
	border-left:solid 1px #000;
	border-top:solid 1px #000;
	border-bottom:solid 1px #000;
	left:0;
}
.message_top:after{
	border-top:solid 1px #000;
	border-right:solid 1px #000;
	border-bottom:solid 1px #000;
	right:0;
}
.message_top span{font-weight:bold;background:linear-gradient(transparent 90%, #00cd0a 90%);}
.message_comment {
	margin:0 auto;
	padding:0;
	font-size:100%;
	line-height:180%;
	text-align:center;
}
.message_bg{
	margin:25px auto 0 auto;
	padding:20px;
	background-image:url(-img/dot.png);
}
.message_txt{
	margin:0;
	padding:10px 25px;
	background:#fff;
	border:solid 1px #111;
}
.message_pict{
	margin:0;
	padding:0 0 2px 0;
}
.message_pict img{width:100%;}
@media screen and (min-width:769px){
	#message{padding:90px 0 0 0;}
	.message_top {width:640px;padding:15px 30px;font-size:24px;}
	.message_comment {font-size:18px;letter-spacing:1px;}
	.message_bg{width:800px;margin:35px auto 0 auto;padding:45px;}
	.message_txt{padding:15px 45px;}
	.message_pict{padding:0 0 10px 0;}
}

#structure{
	margin:0;
	padding:45px 20px;
	background:#f9f9f9;
}
.structure_box{
	margin:0 auto;
	padding:10px 25px 25px 25px;
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
}
.structure_pict{margin:0;padding:0;}
.structure_pict img{width:100%;}
.structure_txt{margin:0;padding:0;}
.point_tag{
	margin:0;
	padding:10px 0 2px 0;
	font-size:100%;
	font-weight:bold;
	line-height:100%;
	font-family: 'Roboto Condensed', sans-serif;
}
.point_tag span{
	padding:2px 10px 1px 10px;
	color:#fff;
	background:#00cd0a;
	border-radius:5px 5px 0 0;
}
.point{
	margin:0;
	padding:10px 15px;
	font-size:100%;
	font-weight:bold;
	line-height:180%;
	border:solid 1px #00cd0a;
}
.point ul{
	margin-bottom: 1em;
}
.structure_caution{
	margin:20px auto 0 auto;
	padding:0;
	font-size:75%;
	line-height:180%;
	color:#666;
}
@media screen and (min-width:769px){
	#structure{padding:90px 0;}
	.structure_box{
		width:980px;
		padding:30px 50px 55px 50px;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.structure_pict{width:42%;padding:15px 0 0 0;order:2;}
	.structure_txt{width:53%;order:1;}
	.point_tag{font-size:18px;}
	.point{font-size:18px;letter-spacing:1px;}
	.structure_caution{width:640px;margin:30px auto 0 auto;font-size:14px;}
}


#flow{
	margin:0;
	padding:45px 20px;
}
#flow img{width:100%;}
.flow_caption{
	margin-inline: auto;
}
#price{
	margin:0;
	padding:45px 20px;
	background:#f9f9f9;
}
#price img{width:100%;}
.price_caption{
	margin:0 auto;
	padding:0;
	font-size:75%;
	line-height:180%;
	color:#666;
}
.price_text{
	margin:0 auto;
	padding:0;
	font-size:100%;
	line-height:180%;
}
@media screen and (min-width:769px){
	#flow{padding:75px 0 90px 0;}
	#flow img{width:640px;margin-top:20px;}
	.flow_caption{letter-spacing:1px;}
	#price{padding:75px 0 90px 0;}
	#price img{width:640px;margin-top:20px;}
	.price_caption{width:640px;font-size:14px;letter-spacing:1px;}
	.price_text{width:640px;font-size:18px;letter-spacing:1px;}
}

#roadmap{
	margin:0;
	padding:45px 20px;
}

.device{
	margin:0;
	padding:45px 20px;
	text-align:center;
}
.device a:link {color:#fff;text-decoration:none;}
.device a:visited {color:#fff;text-decoration:none;}
.device a:hover {color:#fff;text-decoration:none;}
.btn {
	width:100%;
	margin:0 auto;
	padding:20px 0;
	font-size:120%;
	font-weight:bold;
	display:block;
	transition:0.3s ease-in-out;
	background:-moz-linear-gradient(left, #00ba8d, #00cd0a);
	background:-webkit-linear-gradient(left, #00ba8d, #00cd0a);
	background:linear-gradient(to right, #00ba8d, #00cd0a);
}
.btn:hover {
	transition:0.3s ease-in-out;
	opacity:0.7;
	filter:alpha(opacity=70);
}
@media screen and (min-width:769px){
	.device{
		margin:45px auto;
		padding:0;
	}
	.btn {width:480px;padding:20px 0;font-size:24px;}
}

#alpha{
	margin:0;
	padding:60px 20px;
}
.alpha_box{
	margin:0 20px;
	padding:0;
}
.alpha_box ol{
	margin:15px 0;
	padding:1px 20px 15px 20px;
	border:solid 1px #00cd0a;
	border-radius:5px;
	list-style: none;
	counter-reset: li;
}
.alpha_box ol li{
	padding:10px 0 5px 32px;
	font-size:90%;
	line-height:180%;
	position:relative;
	border-bottom:dotted 1px #ccc;
}
.alpha_box ol li:not(:first-child) {
	margin-top: 0.5em;
}
.alpha_box ol li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	top: 10px; /* 数字のY軸線上の位置を調整 */
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #00cd0a;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-align: center;
}

@media screen and (min-width:769px){
	.alpha_box{
		width:800px;
		margin:0 auto;
		padding:0;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.alpha_box ol{margin:15px 0;padding:10px 25px 20px 25px;}
	.alpha_box ol li{font-size:16px;letter-spacing:1px;}
}


/*------------------------------ フッター ------------------------------*/
.footer-main > .site-info {
	margin-top: 0;
}

.footer-nav__menu {
	font-size: 1em;
}

#footer-copy{
	font-family: 'Roboto Condensed', sans-serif;
}

/* ▼PCメディアクエリ */
@media screen and (min-width:769px){
	#footer-copy{
		font-size: 12px;
	}
} /* ▲PCメディアクエリ終了▲ */



/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.ul{text-decoration:underline;}
.red {font-weight:bold;color:#c30d23;}
.green{color:#00cd0a;}
.through{text-decoration:line-through;}
.ym{font-weight:bold;background:linear-gradient(transparent 60%, #ffe24d 60%);}
.caption{font-size:75%;color:#666666;font-weight:normal;line-height:180%;}


/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}



/*---------- フォームCSS ----------*/
.cform {
	width: 100%;
	margin: auto;
	border: none;
}
.cform tr {
	border: none;
}
.cform th {
	width: 100%;
	display: block;
	padding: 40px 0 10px;
	font-weight: normal;
	text-align: left;
	border: none;
	background-color: transparent;
}
.cform th::before {
	content: '\f00c';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding-right: 10px;
	color: #00cd0a;
}
.cform td {
	width: 100%;
	display: block;
	border: none;
	background-color: transparent;
}
.mw_wp_form_confirm .cform td {
	border-top: 1px #a7aaad solid;
	padding: 10px 5px;
}


@media screen and (min-width:769px){
	.cform,div.privacy-check {
		width: 600px;
		margin: 50px auto;
	}
}

.cform [type=submit] {
	display: inline-block;
	font-size: 20px;
	padding: 10px 30px;
	text-decoration: none;
	background: #ff8f00;
	color: #FFF;
	border-bottom: solid 4px #B17C00;
	border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	padding: 1em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	border: 1px solid #ccc;
}

.required-srt {
	font-size: 8pt;
	padding: 5px;
	background: #ff6a6e;
	color: #fff;
	border-radius: 3px;
	margin-left: 10px;
	vertical-align: middle;
}
.cform th span.text,.cform td span.text{
	font-size: 15px;
	display: block;
	padding: 10px 20px 0;
}
.cform td span.message{
	background-color: #f0f0f0;
	padding: 20px;
}
.mw_wp_form_confirm .cform td span.message{
	display: none;
}
.cform .mwform-checkbox-field{
	display: block;
}
.cform .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}
.cform ::placeholder {
	color: #aaa;
}
@media only screen and (max-width:767px) {
	.cform th {
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	.cform td {
		width: 100%;
		display: block;
		padding: 0 0 20px;
	}
}

.mw_wp_form_confirm input {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 15px 0;
	font-size: 90%;
	font-weight: bold;
	display: block;
	background-color: #B1B1B1;
	border: none;
	cursor: pointer;
	color: #ffffff;
}

.submit-btn input {
	width:100%;
	margin:20px auto 0 auto;
	padding:15px 0;
	font-size:110%;
	font-weight:bold;
	display:block;
	transition:0.3s ease-in-out;
	background-color: #00cd0a;
	border: none;
	cursor: pointer;
	color: #ffffff;
}
.submit-btn input:hover {
	transition:0.3s ease-in-out;
	opacity:0.7;
	filter:alpha(opacity=70);
}

@media screen and (min-width:769px){
	.mw_wp_form_confirm input {
		width:480px;
		margin:0 auto 0 auto;
		padding:10px 0;
		font-size:18px;
	}
	.submit-btn input {
		width:480px;
		margin:0 auto 0 auto;
		padding:20px 0;
		font-size:20px;
	}

}
.mw_wp_form input[name="__children[privacy-check][]"] + .error {
	display : inline;
	padding-right:.5em;
}
.mw_wp_form p{
	font-size: 16px;
}
/*---------- フジダイ追加 ----------*/

.contents{
	margin:0 auto;
	padding: 45px  20px;
}
@media screen and (min-width:769px){
	.contents{
		width:1180px;
		margin:0 auto;
	}
}
#page h1{
	margin:0 0 100px 0;
	padding:30px 0;
	font-size:160%;
	font-weight:900;
	line-height:100%;
	text-align:center;
	font-family: "Noto Sans Japanese";
	background-image:url(-img/bg_line.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 100%;
}
@media screen and (min-width:769px){
	#page h1{font-size:48px;}
}
.function_qa_image{
	margin: 10px auto;
	text-align: center;
}
.function_qa_image img{
	width: 100%;
	height: auto;
}
@media screen and (min-width:769px){
	.function_qa_image img{
		width: 35%;
	}
}
/*---------- マルヤマ追加 ----------*/

.tableCaption {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	border: solid 1px #778ca3;
}
.tableCaption tr {
	border-top: dashed 1px #778ca3;
}
.tableCaption th {
	padding: 10px;
	background: #e9faf9;
	word-break: keep-all;
}
.tableCaption td {
	padding: 10px;
}
.develop_images {
	width: 80%;
	margin: 10px auto;
}

/*******************************************************
 * QA ZERO 改修 202405
 *******************************************************/
.u-font-roboto-condensed {
	font-family: "Roboto Condensed", sans-serif;
}

.u-font-noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
}

/**
 * ystdtb/posts ブロックsタイル
 */
.ystdtb-posts.is-style-qa-origin {
	.ys-posts {
		.ys-posts__item {
			margin: 0;
			padding: 20px 0;
			font-size: 18px;
			line-height: 180%;
			display: flex;
			flex-wrap: nowrap;
			text-decoration: none;
			color: #333;
			border-bottom: 1px solid #CCC;
		}
		.ys-posts__date {
			margin: 0;
			padding: 4px 20px 0 0;
			min-width: 100px;
			font-size: 16px;
			color: #68837b;
			font-family: 'Roboto Condensed', sans-serif;
		}
		.ys-posts__cat {
			padding: 5px 10px;
			font-size: 14px;
			font-weight: bold;
			line-height: 100%;
			text-align: center;
			color: #2d3b35;
			background: #f2f5f4;
			border: 1px solid #d0d6d3;
			border-radius: 2px;
			display: inline-block;
		}
		.ys-posts__link:hover {
			color: #00cd0a;
		}
	}
}

/**
 * サイトフッター
 */
.footer-main {
	padding: 30px 0;
}

/**
 * サイトコンテンツ
 */
.page .site-content {
	margin-bottom: 0 !important;
}
.page .site-content .content__main {
	margin-bottom: 0 !important;
}
.page .entry-content {
	margin-bottom: 0 !important;
}

/**
 * 固定ページヘッダー
 */
.singular-header.entry-header {
	margin: 0;
	padding: 45px 0;
	text-align: center;
	border-top: solid 1px #111;
	border-bottom: solid 1px #111;
	.singular-header__meta {
		/*display: none;*/
	}
}
.singular-header__title.entry-title {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-size: 28px !important;
}
@media ( min-width: 679px ) {
	.singular-header__title.entry-title {
		font-size: 42px !important;
	}
}

/**
 * ぱんくず
 */
.breadcrumbs {
	margin: 0;
	padding: 20px 0;
	background-color: #eeeeee;
}

/**
 * 価格表
 */
.pricing-table {
	display: flex;
	justify-content: space-around;
	padding: 20px;
	background-color: #f9f9f9;
}
.pricing-column {
	background: white;
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 20px;
	width: 30%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.pricing-column h2 {
	margin-top: 0;
	font-size: 24px;
	color: #333;
}
.pricing-column p {
	font-size: 14px;
	color: #555;
}
.pricing-column ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.pricing-column ul li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #555;
}
.pricing-column li:before {
	content: '✔';
	position: absolute;
	left: 0;
	color: #4caf50;
	font-size: 16px;
}
.pricing-column .target-users {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.pricing-column .target-users li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 5px;
	font-size: 13px; /* 文字を少し小さくする */
	color: #555;
}
.pricing-column .target-users li:before {
	content: '□';
	position: absolute;
	left: 0;
	color: #4caf50;
	font-size: 16px;
}
/* スマートフォン向けのスタイル */
@media (max-width: 768px) {
	.pricing-table {
		flex-direction: column;
		align-items: center;
	}
	.pricing-column {
		width: 80%;
		margin-bottom: 20px;
	}
}
