@charset "utf-8";
/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
}

a, a:link {
	color: #333;
}

.content {
	width: 1116px;
	margin: 0 auto;
	overflow: hidden;
}

.example-content {
	background-color: #f0f0f0;
	margin-bottom: -30px;
	padding-top: 40px;
}

.entry-content {
	margin: 40px auto 40px;
	font-size: 1rem;
}

.entry-content section {
	padding: 3em 0;
}

.entry-content section.bg {
	background-color: #fcfcfc;
}

.breadcrumbs {
	font-size: .8em;
	margin-bottom: 0px;
}

.breadcrumbs .pankuzu {
	width: 1116px;
	margin: 0 auto;
	padding: 5px 0;
	box-sizing: border-box;
	text-align: left;
}

.entry-content th,
.entry-content td {
	font-size: 1rem;
	line-height: 1.4;
}

.entry-content p {
	margin-bottom: 1em;
}

.entry-content .num {
	font-size: 1.4em;
	letter-spacing: 2px;
}

.entry-content h3 {
	text-align: center;
	font-size: 1.4em;
	padding-bottom: .5em;
	border-bottom: 4px solid #ccc;
	margin-bottom: 30px;
	clear: both;
	color: #333;
	position: relative;
}

.entry-content h3::after {
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 4px;
	background-color: #009E48;
}

.entry-content h3 span.date {
	font-weight: normal;
	font-size: .6em;
	border-bottom: 0;
}

.entry-content h4 {
    position: relative;
    margin: 1.5em 0;
    padding: 0.5em 0;
    font-size: 1.2em; /* フォントサイズ */
    font-weight: bold; /* フォント太さ */
    color: #009E48; /* テキスト色 */
    border-bottom: 2px solid #009E48; /* 下線：太さ 線の種類 色 */
}
.entry-content h4:before,
.entry-content h4:after{
    content: '';
    border-right: 18px solid #fff;
    border-top: 15px solid #009E48; /* 吹き出し部分の線の色 */
    bottom: -15px;
    position: absolute;
    left: 26px;
}
.entry-content h4:after{
    border-top-color: #fff;
    border-right-color: transparent;
    bottom: -11px;
    left: 28px;
}


.single-content h4 {
	text-align: left;
	position: relative;
	padding-bottom: .75em;
	border-bottom: 1px solid #ccc;
    margin: 0 0 1em;
    font-weight: bold;
	clear: both;
}

.single-content h4::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 3px;
	background-color: #FF7E00;
}

.entry-content h5 {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px 10px 0px;
    margin: 10px 0;
    font-weight: bold;
}

.entry-content h6 {
    font-weight: normal;
    background-color: #f0f0f0;
    padding: .5em;
    margin-bottom: .5em;
}

.entry-content .arrow {
	display: block;
    margin: -40px auto 40px;
}

.entry-content .post-nav span {
	display: block;
	padding: .5em;
    border: 1px solid #ccc;
    background-color: #fcfcfc;	
	font-size: .8em;
}

.entry-content .post-nav span.prev {
	float: left;
}

.entry-content .post-nav span.next {
	float: right;
}


.entry-header {
	width: 100%;
	background-color: #F5F5F5;
}

.entry-body {
	overflow: hidden;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 5px;
}


.page-title {
	width: 1116px;
	padding: 20px 0;
	box-sizing: border-box;
	margin: 0 auto; 
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	color: #009e48;
}

.entry-body .pic-left {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #CCC;
}

.entry-body .pic-right {
	float: right;
	margin: 0 0 10px 10px;
	padding: 2px;
	border: 1px solid #CCC;
}

.entry-body .pic-left-noborder ,
.entry-body .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.entry-body .pic-right-noborder ,
.entry-body .alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.entry-body .mt0 {
	margin-top: 0;
}

.entry-body .center {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.entry-body img {
	margin-bottom: .5em;
}

.entry-body a:hover img {
	opacity: .7;
}

.entry-body table th {
	width: 14em;
	background-color: #660000;
	padding: .8em;
	color: #fff;
	font-weight: bold;
}

.entry-body table td {
	padding: .8em;
	background-color: #fcfcfc;
}

.entry-body ul.characteristic-list li {
    margin: 3px 0px;
    padding-left: 25px;
    background: url(../image/check.png) no-repeat left top;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-circle ,
.entry-body ul.list-num {
	padding-left: 25px;
	overflow: hidden;
	margin-bottom: 1em;
}

.entry-body ul.list-check {
	margin-bottom: 1em;
}

.entry-body ul.list-circle li {
    margin: 3px 0px;
	list-style-type: disc;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-num li {
    margin: 3px 0px;
	list-style-type: decimal;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
}

.entry-body ul.list-check li {
    margin: 3px 0px;
	padding-left: 30px;
	background: url(../image/check.png) no-repeat 0px 4px;
    font-weight: normal;
    line-height: 160%;
    color: #333333;
	background-size: 18px;
}

.entry-body .big {
	font-weight: bold;
	font-size: 1.4em;
}

.entry-body .page-nav {
	padding: 1em 1em .5em 1em;
	margin-bottom: 2em;
	background-color: #fcfcfc;
}

.entry-body .page-nav ul li{
	padding-left: 1.5em;
	background: url(../image/arrow_down.png) no-repeat 0 7px;
	padding-bottom: .5em;
}

.entry-body .row {
	margin-left: -20px;
	overflow: hidden;
	margin-bottom: 1em;
	width: 1160px;
}

.entry-body .col-12 {
	width: 1160px;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}

.entry-body .col-9 {
	width: 75%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}

.entry-body .col-8 {
	width: 66%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}

.entry-body .col-6 {
	width: 50%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}

.entry-body .col-4 {
	width: 33%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}

.entry-body .col-3 {
	width: 25%;
	padding: 0 20px;
	float: left;
	box-sizing: border-box;
}

.entry-body .col-center {
	float: none;
	margin: 0 auto;
}

.entry-body img {
	max-width: 100%;
	height: auto;
}

.entry-body .link-list .title {
    margin-bottom: 0;
    padding: 50px 10px 10px;
    text-align: center;
	font-weight: bold;
	color: #e99000;
    z-index: 10;
    position: relative;
    background: url(../../image/bg03.gif) no-repeat center top;
	background-size: cover;
}

.entry-body .link-list-body {
    padding: 10px;
    text-align: center;
	background-color: #fff;
}

.entry-body .link-list-body .comLink {
	display: block;
	margin: 10px auto 0;
}

.entry-body .half-box {
	float: left;
	width: 540px;
	margin-right: 32px;
	margin-bottom: 20px;
}

.entry-body .half-box-last {
	margin-right: 0;
}

.entry-body .more {
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    behavior: url(/shared/js/pie.htc);
	display: inline-block;
	margin: 1em auto;
}

.entry-body .more a {
    padding: .5em 3em;
    display: inline-block;
    border: 1px solid #009E48;
    color: #009E48;
	margin: 0 auto;
}

.entry-body .more-center {
	display: block;
}

.entry-body .red {
    color: #C00 !important;
}

.entry-body .blue {
    color: #00C;
}

.entry-body .right {
	text-align: right;
}

.entry-content .clear {
	clear: both;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

.entry-body h5.mt0 {
	margin-top: 0;
}

.entry-body .box {
	padding: 1em;
	background-color: #fcfcfc;
	padding-bottom: 0;
	margin-bottom: 1em;
	overflow: hidden;
	clear: both;
	box-sizing: border-box;
}

.entry-body .box h5 {
	margin-top: 0;
}

#main .entry-body p.center {
	text-align: center;
}

#main .entry-body textarea {
	height: 14em !important;
}

#main .entry-body .comLink a span {
    padding: 14px 20px 18px 17px;
}

#main .entry-body .comLink {
    margin: 0 auto 1.5em;
    width: 50%;
}

#main .entry-body .col-3 .comLink ,
#main .entry-body .col-4 .comLink {
    margin: 0 auto 1.5em;
    width: 100%;
}

#main .entry-body .col-6 .comLink {
    width: 100%;
}

#main .entry-body dl dt {
	float: left;
	width: 10em;
	color: #009E48;
}

#main .entry-body dl dd {
	padding-left: 11em;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px dashed #CCC;
}

#main .entry-body .media-list {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .entry-body .media-list li{
	width: 31%;
	margin-bottom: 1em;
}

#main .entry-body .media-list li .media-img {
    margin-bottom: 17px;
    position: relative;
    height: 200px;
    overflow: hidden;
}

#main .entry-body .media-list li .media-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: none;
    height: 200px;
}

#main .entry-body .example-list li{
	text-align: center;
}

#main .entry-body .example-list li a{
	font-size: 14px;
	color: #009e48;
}

#main .entry-body .example-list li .media-img {
    height: 220px;
	margin-bottom: 5px;
}

#main .entry-body .example-list li .media-img img {
    height: 220px;
}

form.mailForm .zcwf_row {
	display: flex;
	border-top: 1px solid #C1CACF;
	padding: 10px 0;
	justify-content: space-between;
}

form.mailForm .zcwf_row .zcwf_col_lab {
	font-size: 1rem !important;
	width: 28%;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

form.mailForm .zcwf_row .zcwf_col_fld {
	width: 70%;
    font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

form.mailForm .zcwf_row .zcwf_col_fld select {
	font-size: 1rem !important;
}

form.mailForm .zcwf_row .zcwf_col_fld select .
form.mailForm select {
    font-size: 13px;
	padding: .5em 2em .5em .5em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	background: #f0f0f0;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #f0f0f0 0%,#f0f0f0 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #f0f0f0 0%,#f0f0f0 100%);
	background-size: 20px, 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

form.mailForm select::-ms-expand {
	display: none;
}

form.mailForm {
	margin: 40px auto;
	overflow: hidden;
	width: 800px;
}

form.mailForm .text {
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
	line-height: 1.73;
}

form.mailForm table {
	width: 100%;
	border-collapse: collapse;
}

form.mailForm table th,
form.mailForm table td {
	padding: 10px 0;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	border-top: 1px solid #C1CACF;
	background-color: inherit;
}

form.mailForm table .tStyle {
	border-top: none;
}

form.mailForm table .thStyle01,
form.mailForm table .tdStyle01 {
	padding: 10px 0 35px;
	border: none;
	vertical-align: middle;
}

form.mailForm table th {
	width: 30%;
	padding-right: 15px;
	vertical-align: top;
	box-sizing: border-box;
}

form.mailForm table th span {
    color: #E01714;
    float: right;
}

form.mailForm td dl {
	display: table;
	width: 100%;
}

form.mailForm td dt {
	font-size: 44px;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: 2px;
}

form.mailForm td dt img {
    margin: -7px 25px 0 0;
    vertical-align: middle;
}

form.mailForm td dd {
    padding-left: 15px;
    width: 63px;
    font-size: 11px;
    line-height: 1.7;
	color: #767B81;
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #000;
}

form.mailForm td .selectUl01 {
	margin-bottom: 10px;
}

form.mailForm td .selectUl01 li:first-child {
	margin-bottom: 5px;
}

form.mailForm td .selectUl01 select {
	padding: 3px 10px;
	width: 245px;
	border: none;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form.mailForm td p {
	font-size: 11px;
	line-height: 2;
	color: #515050;
}

form.mailForm .tdStyle02 select {
	width: 100px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form.mailForm .zcwf_row .zcwf_col_fld input[type="text"] ,
form.mailForm td input[type="text"] {
	width: 100%;
	height: 25px;
	padding: 2px;
	box-sizing: border-box;
	border: none;
	background-color: #f0f0f0;
	border-radius: 0;
}

form.mailForm .zcwf_row .zcwf_col_fld textarea ,
form.mailForm td textarea {
	margin-bottom: 15px;
	width: 100%;
	height: 150px;
	padding: 2px;
	box-sizing: border-box;
	border: none;
	background-color: #f0f0f0;
	border-radius: 0;
}

form.mailForm input.half, form.mailForm select.half {
    width: 50% !important;
}

form.mailForm input.name {
    width: 40% !important;
    margin-left: .5em;
}

form.mailForm .selectUl02 li {
	position: relative;
	margin-bottom: 10px;
}

form.mailForm .selectUl02 li:last-child {
	margin: 0;
}

form.mailForm .selectUl02 li span {
	display: block;
	position: absolute;
	top: 0;
	left: -67px;
}

form.mailForm .selectUl02 li .text01 {
	width: 250px;
	height: 25px;
}

form.mailForm .selectUl02 li .select01 {
	width: 250px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form.mailForm .submit {
    margin-top: 13px;
	width: 100%;
}

form.mailForm .submit input {
    padding: 6px 0;
    width: 525px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    border: none;
    border-radius: 5px;
    background-color: #969696;
    box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
}

form.mailForm .submit input:hover {
	cursor: pointer;
	background-color: #6e6e6e;
}

form.mailForm .form-red {
	color: #fff;
	background-color: #C00;
	margin-left: .5em;
	font-size: .6em;
	padding: .2em .4em;
	border-radius: 4px;
    font-weight: bold;
    vertical-align: top;
    margin-top: 1px;
    display: inline-block;
}

form.mailForm .ulSub li input {
	margin-top: -2px;
	vertical-align: middle;
}

form.mailForm .submit input {
    padding: 6px 0;
    width: 100%;
    color: #FFF !important;
    font-size: 20px !important;
	font-weight: bold;
    text-align: center;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #969696;
    box-sizing: border-box;
}

.form table{
	width: 100% !important;
}
.form table td{
	font-family: 'NotoSansCJKjp-Regular' !important;
	font-size: 15px !important;
}
.form input ,
.form select ,
.form textarea {
	width: 100% !important;
	font-family: 'NotoSansCJKjp-Regular' !important;
	font-size: 14px !important;
}
.form input.half ,
.form select.half {
	width: 50% !important;
}

.form input.name {
	width: 40% !important;
	margin-left: .5em;
}

.form select {
	height: auto !important;
	padding: .5em;
}
.form table input[type="submit"],
.form table input[type="reset"] {
	width: 30% !important;
    padding: .5em 2em;
}
.form table input[type="checkbox"] {
	width: 1.5em !important;
}
.form .submit input {
    padding: 6px 0 !important;
    width: 525px !important;
    color: #FFF !important;
    font-size: 20px !important;
    text-align: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border: none !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    background-color: #969696 !important;
    box-sizing: border-box !important;
}

form.mailForm .submit-half {
    text-align: center;
    width: 525px;
}

.form .submit-half input {
    width: 200px !important;
}

@media all and (min-width: 0) and (max-width: 800px) {
	
	form.mailForm {
		width: 100%;
	}
	
	form.mailForm table tr td {
		border: 0;
	}
	
	form.mailForm table tr {
		border-bottom: 1px solid #C1CACF;
	}
	
	form.mailForm input.half ,
	form.mailForm select.half {
		width: 100% !important;
	}
	
	form.mailForm input.name {
		width: 100% !important;
		margin-left: 0;
	}
	
	form.mailForm .zcwf_row {
		flex-wrap: wrap;
	}

	form.mailForm .zcwf_row .zcwf_col_lab {
		width: 100%;
	}

	form.mailForm .zcwf_row .zcwf_col_fld {
		width: 100%;
	}

	form.mailForm .zcwf_row .zcwf_col_fld select{ 
		width: 100% !important;
	}



}

@media all and (min-width: 767px) {
#main .entry-body dl.mailform dt {
	width: 300px;
}

#main .entry-body dl.mailform dd {
	margin-bottom: inherit; 
	padding: 10px 5px 10px 310px;
	border-bottom: inherit;
}
}

/*------------------------------------------------------------
	Googleマイビジネス
------------------------------------------------------------*/

.google_mybusiness .gmb-houbun{
	text-align:center;
	line-height:180%;
}

.google_mybusiness .gmb-title01{
	color:#009e48;
	font-size:160%;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}

.google_mybusiness .gmb-title02{
	color:#009e48;
	font-size:130%;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

.google_mybusiness .campaign{
	color:red;
	font-weight:bold;
	font-size:120%;
	margin-top:20px;
}

.google_mybusiness .price01{
	font-size:180%;
}

.google_mybusiness .gmb-icon {
	margin:20px 0;
}

.google_mybusiness .contact {
	padding: 71px 0 94px;
	background-color: #fff;;
}

.google_mybusiness .contact h2 {
	margin-bottom: 65px;
}

.google_mybusiness .contact .title {
	margin-bottom: 59px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	text-align: center;
}

.google_mybusiness .contact .textUl {
	margin: 0 -61px 68px 0;
}

.google_mybusiness .contact .textUl li {
	margin-right: 61px;
	float: left;
	width: 527px;
	text-align: center;
	background-color: #009E48;
}

.google_mybusiness .contact .textUl li a {
	padding: 3px 0;
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

.google_mybusiness .contact .textUl li img {
	margin-right: 20px;
	vertical-align: middle;
}

.google_mybusiness .contact .list {
	margin: 0 auto;
	width: 793px;
}

.google_mybusiness .contact .list li {
	padding-left: 85px;
	float: left;
	width: 340px;
}

.google_mybusiness .contact .list li:first-child {
	padding: 0;
}

.google_mybusiness .contact .list li dt {
	float: left;
}

.google_mybusiness .contact .list li dd {
	padding: 9px 0 0 108px;
	font-size: 16px;
	font-weight: bold;
}

.google_mybusiness .contact .list li dd a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.google_mybusiness .contact .list li dd p {
	margin-bottom: 8px;
}

@media all and (min-width: 0) and (max-width: 800px) {
	.google_mybusiness .gmb-houbun{
		text-align:center;
		line-height:180%;
	}

	.google_mybusiness .gmb-title01{
		color:#009e48;
		font-size:120%;
		font-weight:bold;
		text-align:center;
		margin-bottom:10px;
	}

	.google_mybusiness .gmb-title02{
		color:#009e48;
		font-size:110%;
		font-weight:bold;
		text-align:center;
		margin-bottom:0px;
	}
	.google_mybusiness .gmb-icon img {
		width:25%;
	}

	.google_mybusiness .gmb-houbun{
		text-align:left;
		line-height:180%;
	}

	.google_mybusiness .contact {
		padding: 35px 0 18px;
	}
	
	.google_mybusiness .contact h2 {
		margin-bottom: 31px;
	}
	
	.google_mybusiness .contact h2 img:first-child {
		width: 77px;
	}
	
	.google_mybusiness .contact .title {
		margin-bottom: 14px;
		font-size: 12px;
	}
	
	.google_mybusiness .contact .textUl {
		margin: 0 20px 24px;
	}
	
	.google_mybusiness .contact .textUl li {
		width: 46%;
		margin: 0;
		box-sizing: border-box;
	}

	.google_mybusiness .contact .textUl li:nth-child(2n) {
		float: right;
	}

	.google_mybusiness .contact .textUl li a {
		padding: 15px 0 4px;
		font-size: 12px;
	}

	.google_mybusiness .contact .textUl li a span {
		padding: 0.5em 0;
	}
	
	.google_mybusiness .contact .textUl li img {
		margin: 0 auto;
		width: 30px;
		display: block;
	}
	
	.google_mybusiness .contact .list {
		width: 215px !important ;
	}
	
	.google_mybusiness .contact .list li {
		float: none !important ;
		padding: 0 0 15px !important;
		width: auto !important ;
	}
	
	.google_mybusiness .contact .list li dt {
		width: 40px !important ;
		float:left !important ;
		clear:left !important ;
	}
	
	.google_mybusiness .contact .list li dd {
		padding: 0 0 0 55px !important;
		font-size: 12px !important;
		margin-bottom: none !important;
		border-bottom: none !important;
	}

	.google_mybusiness .contact .list li:first-child dd img {
		width: 130px !important;
	}
	
	.google_mybusiness .contact .list li dd p {
		margin-bottom: 2px !important;
	}


}



/*------------------------------------------------------------
	最新情報
------------------------------------------------------------*/

body.news #main .entry-content .col-8-center {
	margin: 0 auto;
	float: none;
}

body.news #main .entry-content ul.news-list li {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
}

body.news #main .entry-content ul.news-list li a {
	color: #009e48;
}

/*------------------------------------------------------------
	オンライン相談
------------------------------------------------------------*/

body.online #main .entry-content .col-4 img.flow {
	width: 80px;
	height: auto;
	display: block;
	margin: 0 auto 14px;
}

/*------------------------------------------------------------
	補助金
------------------------------------------------------------*/

body.subsidy #main .entry-content dl dt {
	width: 18em;
}

body.subsidy #main .entry-content dl dd {
	padding-left: 18.5em;
}

body.subsidy #main .entry-content dl.small dt {
	width: 6em;
}

body.subsidy #main .entry-content dl.small dd {
	padding-left: 6.5em;
}

body #main .entry-content .question {
	background-color: #009E48;
	padding: 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2em;
}

body #main .entry-content .question p {
	padding-left: 3em;
	background: url(../../image/faq/question.jpg) no-repeat 0 0;
	height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}


body #main .entry-content .answer {
	background-color: #fcfcfc;
	padding: 15px;
	margin-bottom: 25px;
}

body #main .entry-content .answer p {
	padding-left: 3em;
	background: url(../../image/faq/answer.jpg) no-repeat 0 0;
	min-height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 800px) {
	body #main .entry-content .question {
		font-size: 1em;
	}
	
	body #main .entry-content .question p {
		height: auto;
		padding-left: 2.5em;
	}
	
	
	body #main .entry-content .answer p {
		padding-left: 2.5em;
	}
	
}

/*------------------------------------------------------------
	私たちの強み
------------------------------------------------------------*/

body.feature .entry-content img{
	margin-top:35px;
}


body.feature .entry-content .feature_title01 {
	font-size: 180%;
	color:#009e48;
	font-weight:bold;
	text-align:center;
}

body.feature .entry-content .feature_title02 {
	font-weight:bold;
	font-size: 110%;
	text-align:center;
	margin-bottom::20px;
}

body.feature .entry-content h4{
	font-size: 120%;
}


body.feature .entry-content .feature_txt {
	font-size: 1em;
}


@media all and (min-width: 0) and (max-width: 800px) {

	body.feature #main .entry-content .greeting-row {
		background-size: contain;
		padding-bottom: 220px;
	}

	body.feature #main .entry-content .greeting-row .col-8 .right {
		margin-right: 0px;
	}

}




/*------------------------------------------------------------
	会社情報
------------------------------------------------------------*/

body.company #main .entry-content .col-3 {
	font-size: .8em;
}

body.company #main .entry-content .col-3 .number {
	font-size: 1.4em;
	font-weight: bold;
	color: #009E48;
}

body.company #main .entry-content .greeting-row {
	background-image: url(../../image/company/greeting_bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

body.company #main .entry-content .greeting-row .col-8 {
	padding-bottom: 80px;
}

body.company #main .entry-content .greeting-row .col-8 .right {
	margin-right: 80px;
	font-weight: bold;
}

body.company #main .entry-content dl dd {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
}

@media all and (min-width: 0) and (max-width: 800px) {

	body.company #main .entry-content .greeting-row {
		background-size: contain;
		padding-bottom: 220px;
	}

	body.company #main .entry-content .greeting-row .col-8 .right {
		margin-right: 0px;
	}
	
	body.company #main .entry-content .row-sdgs .col-6 .pic-left-noborder {
		float: none;
		display: block;
		margin: 0 auto 10px;
		width: 120px;
	}

}


/*------------------------------------------------------------
	お客様の声
------------------------------------------------------------*/

body.voice #main .entry-content .question {
	background-color: #009E48;
	padding: 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2em;
}

body.voice #main .entry-content .question p {
	padding-left: 3em;
	background: url(../../image/faq/question.jpg) no-repeat 0 0;
	height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}


body.voice #main .entry-content .answer {
	background-color: #fcfcfc;
	padding: 15px;
	margin-bottom: 25px;
}

body.voice #main .entry-content .answer p {
	padding-left: 3em;
	background: url(../../image/faq/answer.jpg) no-repeat 0 0;
	min-height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 800px) {
	body.voice #main .entry-content .question {
		font-size: 1em;
	}
	
	body.voice #main .entry-content .question p {
		height: auto;
		padding-left: 2.5em;
	}
	
	
	body.voice #main .entry-content .answer p {
		padding-left: 2.5em;
	}
	
	body.voice #main .entry-content .col-3 {
		text-align: center;
		width: 60%;
		margin: 0 auto;
		float: none;
	}	

	body.voice #main .entry-content .col-3 img {
		display: block;
		margin: 0 auto .5em;
	}	
}


/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/

body.faq #main .entry-content .question {
	background-color: #009E48;
	padding: 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2em;
}

body.faq #main .entry-content .question p {
	padding-left: 3em;
	background: url(../../image/faq/question.jpg) no-repeat 0 0;
	height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}


body.faq #main .entry-content .answer {
	background-color: #fcfcfc;
	padding: 15px;
	margin-bottom: 25px;
}

body.faq #main .entry-content .answer p {
	padding-left: 3em;
	background: url(../../image/faq/answer.jpg) no-repeat 0 0;
	min-height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 800px) {
	body.faq #main .entry-content .question {
		font-size: 1em;
	}
	
	body.faq #main .entry-content .question p {
		height: auto;
		padding-left: 2.5em;
	}
	
	
	body.faq #main .entry-content .answer p {
		padding-left: 2.5em;
	}
	
	body.faq #main .entry-content .col-3 {
		text-align: center;
		width: 60%;
		margin: 0 auto;
		float: none;
	}	

	body.faq #main .entry-content .col-3 img {
		display: block;
		margin: 0 auto .5em;
	}
}

/*------------------------------------------------------------
	提供サービス
------------------------------------------------------------*/

body.service #main .entry-content .entry-body p.name {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

body.service #main .entry-content .entry-body .col-6 {
	padding-top: 10px;
	border-bottom: 1px solid #f0f0f0;
}

body.service #main .entry-content .entry-body .col-6 img {
	display: block;
	margin: 0 auto 10px;
}

body.service #main .entry-content .entry-body .more-btn a {
    padding: .5em 3em;
    display: inline-block;
    border: 1px solid #009E48;
    color: #009E48;
	margin: 10px auto;
	text-align:center;
	width:80%;
}

body.service #main .entry-content .entry-body .more-btn:hover a {
    padding: .5em 3em;
    display: inline-block;
    border: 1px solid #009E48;
	background:#009E48;
    color: #FFF;
	margin: 10px auto;
	text-align:center;
	width:80%;
}



@media all and (min-width: 0) and (max-width: 800px) {
	body.service #main .entry-content .entry-body .col-6 img {
		width: 30%;
	}

	body.service #main .entry-content .entry-body .more-btn a {
    padding: .5em 3em;
    display: inline-block;
    border: 1px solid #009E48;
    color: #009E48;
	margin: 10px auto;
	text-align:center !important;
	width:73% !important;
	}
	
	body.service #main .entry-content .entry-body .more-btn:hover a {
    padding: .5em 3em;
    display: inline-block;
    border: 1px solid #009E48;
	background:#009E48;
    color: #FFF;
	margin: 10px auto;
	text-align:center !important;
	width:73% !important;
	}

}


/*------------------------------------------------------------
	ホームページ制作
------------------------------------------------------------*/

body.website .entry-content .webtitle01{
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
}

body.website .entry-content .webtitle02{
	text-align:center;
}

body.website .entry-content .webtitle04{
	text-align:center;
	font-weight:bold;
	font-size:110%;
	margin-top:-10px;
}

body.website .entry-content h4.reasons {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
}

body.website .entry-content .suuji{
	color:#ccc;
	font-size:160%;
	margin-right:5px;
}

body.website .entry-content .text01{
	border:none;
}

body.website .entry-content .text02{
	text-align:center;
}

body.website .entry-content .text03{
	text-align: left;
    margin-top: 30px;
    line-height: 180%;
}

body.website .entry-content .price01{
	color:#ff3520;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}


body.website #main .entry-content .entry-body p.name {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

body.website #main .entry-content .entry-body .col-6 {
	padding-top: 10px;
	border-bottom: none;
}

body.website #main .entry-content .entry-body .col-6 img {
	display: block;
	margin: 0 auto 10px;
}

body.website ul.cp_list {
	padding: 0.5em;
	list-style: none;
}

body.website ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
}

body.website ul.cp_list li:after,
body.website ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}

body.website ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgb(0, 158, 72);
}

body.website ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(0, 158, 72, 0.51);
	transform: rotate(60deg);
}

body.website .featurelist li {
    width: 32.9%;
    border-right: 1px solid #ebe8e6;
    border-bottom: 1px solid #ebe8e6;
	border-top: 1px solid #ebe8e6;
	border-left: 1px solid #ebe8e6;
    box-sizing: border-box;
    padding: 0 1rem;
    margin-bottom:5px;
    line-height: 3;
    background: #FFF;
}

body.website .featurelist li img {
	margin-right:5px;
	margin-top:7px;
}

body.website .floatlist li {
    display: inline-block;
    vertical-align: center;
}

@media all and (min-width: 0) and (max-width: 800px) {
	body.website #main .entry-content .entry-body .col-6 img {
		width: 100%;
	}

	body.website #main .entry-content .entry-body .col-4 img {
		width: 50%;
		margin-top:10px;
	}

	body.website .entry-content .webtitle01{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
	letter-spacing:-2px;
	}

	body.website .entry-content .webtitle02{
		text-align:center;
	}

	body.website .entry-content .webtitle04{
		text-align:center;
		font-weight:bold;
		font-size:100%;
		margin-top:-10px;
	}

	body.website .entry-content h4.reasons {
		text-align:center;
		font-size:120%;
		font-weight:bold;
		color:#009e48;
		margin-bottom:20px;
	}

	body.website .entry-content .suuji{
		color:#ccc;
		font-size:120%;
		margin-right:-10px !important;
		margin-left:-20px !important;
	}

	body.website .entry-content .text01{
		border:none;
	}

	body.website .entry-content .text02{
		text-align:center;
	}

	body.website .entry-content .text03{
		text-align: left;
		margin-top: 30px;
		line-height: 180%;
	}
	
	body.website .featurelist li {
    width: 100%;
    border-right: 1px solid #ebe8e6;
    border-bottom: 1px solid #ebe8e6;
	border-top: 1px solid #ebe8e6;
	border-left: 1px solid #ebe8e6;
    box-sizing: border-box;
    padding:  15px 5px 5px 30px;
    margin-bottom:10px;
    line-height: 100%;
    background: #FFF;
	}

	body.website .featurelist li img {
		margin-right:5px;
		margin-top:-5px !important;
		width:25px;
	}

	body.website .floatlist li {
		display: inline-block;
		vertical-align: center;
	}
}

/*------------------------------------------------------------
	ロゴデザイン制作
------------------------------------------------------------*/

body.logo .entry-content .webtitle01{
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
}

body.logo .entry-content .webtitle02{
	text-align:center;
}

body.logo .entry-content .webtitle04{
	text-align:center;
	font-weight:bold;
	font-size:110%;
	margin-top:-10px;
}

body.logo .entry-content h4.reasons {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
}

body.logo .entry-content .suuji{
	color:#ccc;
	font-size:160%;
	margin-right:5px;
}

body.logo .entry-content .text01{
	border:none;
}

body.logo .entry-content .text02{
	text-align:center;
}

body.logo .entry-content .text03{
	text-align: left;
    margin-top: 30px;
    line-height: 180%;
}

body.logo .entry-content .price01{
	color:#ff3520;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}


body.logo #main .entry-content .entry-body p.name {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

body.logo #main .entry-content .entry-body .col-6 {
	padding-top: 10px;
	border-bottom: none;
}

body.logo #main .entry-content .entry-body .col-6 img {
	display: block;
	margin: 0 auto 10px;
}

body.logo ul.cp_list {
	padding: 0.5em;
	list-style: none;
}

body.logo ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
}

body.logo ul.cp_list li:after,
body.logo ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}

body.logo ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgb(0, 158, 72);
}

body.logo ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(0, 158, 72, 0.51);
	transform: rotate(60deg);
}

body.logo .featurelist li {
    width: 32.9%;
    border-right: 1px solid #ebe8e6;
    border-bottom: 1px solid #ebe8e6;
	border-top: 1px solid #ebe8e6;
	border-left: 1px solid #ebe8e6;
    box-sizing: border-box;
    padding: 0 1rem;
    margin-bottom:5px;
    line-height: 3;
    background: #FFF;
}

body.logo .featurelist li img {
	margin-right:5px;
	margin-top:7px;
}

body.logo .floatlist li {
    display: inline-block;
    vertical-align: center;
}

@media all and (min-width: 0) and (max-width: 800px) {
	body.logo #main .entry-content .entry-body .col-6 img {
		width: 100%;
	}

	body.logo #main .entry-content .entry-body .col-4 img {
		width: 50%;
		margin-top:10px;
	}

	body.logo .entry-content .webtitle01{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
	letter-spacing:-2px;
	}

	body.logo .entry-content .webtitle02{
		text-align:center;
	}

	body.logo .entry-content .webtitle04{
		text-align:center;
		font-weight:bold;
		font-size:100%;
		margin-top:-10px;
	}

	body.logo .entry-content h4.reasons {
		text-align:center;
		font-size:120%;
		font-weight:bold;
		color:#009e48;
		margin-bottom:20px;
	}

	body.logo .entry-content .suuji{
		color:#ccc;
		font-size:120%;
		margin-right:-10px !important;
		margin-left:-20px !important;
	}

	body.logo .entry-content .text01{
		border:none;
	}

	body.logo .entry-content .text02{
		text-align:center;
	}

	body.logo .entry-content .text03{
		text-align: left;
		margin-top: 30px;
		line-height: 180%;
	}
	
	body.logo .featurelist li {
    width: 100%;
    border-right: 1px solid #ebe8e6;
    border-bottom: 1px solid #ebe8e6;
	border-top: 1px solid #ebe8e6;
	border-left: 1px solid #ebe8e6;
    box-sizing: border-box;
    padding:  15px 5px 5px 30px;
    margin-bottom:10px;
    line-height: 100%;
    background: #FFF;
	}

	body.logo .featurelist li img {
		margin-right:5px;
		margin-top:-5px !important;
		width:25px;
	}

	body.logo .floatlist li {
		display: inline-block;
		vertical-align: center;
	}
}

/*------------------------------------------------------------
	WPサポート
------------------------------------------------------------*/

body.wpsupport .entry-content .row-support01 {
	text-align: center;
}

body.wpsupport .entry-content .row-support01 .col-4 img {
	display: block;
	margin: 0 auto 20px;
	width: 100px;
}

body.wpsupport .entry-content .price-area {
	padding: 40px;
	background-color: #009e48;
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 40px;
	align-items: center;
	flex-wrap: wrap;
	text-align: center;
}

body.wpsupport .entry-content .price-area .first p {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 0;
    background-color: #fff;
    color: #009e48;
    padding: 34px 20px;
    line-height: 1;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
}

body.wpsupport .entry-content .price-area .first p .price {
	font-size: 3rem;
}

body.wpsupport .entry-content .price-area .first p .price .small {
	font-size: 1.8rem;
}

body.wpsupport .entry-content .price-area .second p {
	font-size: 1.8rem;
	margin-left: 1em;
	margin-bottom: 0;
}

body.wpsupport .entry-content .price-area .second p .price {
	font-size: 3rem;
}

body.wpsupport .entry-content .price-area .big {
	width: 100%;
	text-align: center;
	margin: 1em 0 0;
}

body.wpsupport .entry-content .list-check {
	display: flex;
	flex-wrap: wrap;
}

body.wpsupport .entry-content .list-check li {
	width: 50%;
	box-sizing: border-box;
}

body.wpsupport .entry-content .row-support02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1120px;
    margin-left: 0;
}

body.wpsupport .entry-content .row-support02 .col-4 {
	background-color: #f0f0f0;
	width: 31%;
	padding: 40px 20px;
	margin-bottom: 1.5em;
}

body.wpsupport .entry-content .row-support02 .col-4 img {
	display: block;
	margin: 0 auto 20px;
	width: 80px;
}

body.wpsupport .entry-content .row-support02 .col-4 .title {
	text-align: center;
	font-weight: bold;
}

body.wpsupport .entry-content h4.mt0 {
	padding-top: 0 !important;
}

body.wpsupport .entry-content .row-flow .col-12 {
	background-color: #f0f0f0;
	padding: 20px 40px;
	margin-bottom: 20px;
}

body.wpsupport .entry-content .row-flow .col-12 h4 {
	margin: 0 0 1em;
	padding: 0;
	border: 0;
}

body.wpsupport .entry-content .row-flow .col-12 h4:before ,
body.wpsupport .entry-content .row-flow .col-12 h4:after {
	display: none;
}

body.wpsupport #main .entry-content .question {
	background-color: #009E48;
	padding: 15px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2em;
}

body.wpsupport #main .entry-content .question p {
	padding-left: 3em;
	background: url(../../image/faq/question.jpg) no-repeat 0 0;
	height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}


body.wpsupport #main .entry-content .answer {
	background-color: #fcfcfc;
	padding: 15px;
	margin-bottom: 25px;
}

body.wpsupport #main .entry-content .answer p {
	padding-left: 3em;
	background: url(../../image/faq/answer.jpg) no-repeat 0 0;
	min-height: 27px;
	line-height: 27px;
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 800px) {
	
	body.wpsupport .entry-content .row-support01 .col-4 {
		width: 33%;
	}
	
	body.wpsupport .entry-content .row-support01 .col-4 img {
		width: 60px;
		margin-bottom: 10px;
	}

	body.wpsupport .entry-content .row-support01 .col-4 p {
		font-size: 12px;
	}
	
	body.wpsupport .entry-content .price-area {
		padding: 20px;
	}
	
	body.wpsupport .entry-content .list-check li {
		width: 100%;
	}
	
	body.wpsupport .entry-content .row-support02 {
		width: 100%;
	}
	
	body.wpsupport .entry-content .row-support02 .col-4 {
		width: 100%;
		padding: 20px;
	}
	
	body.wpsupport .entry-content h4 span.num {
		padding: 0;
		margin: 0;
	}

	body.wpsupport .entry-content .row-flow .col-12 {
		padding: 20px;
	}
	
	body.wpsupport .entry-content .price-area .big {
		font-size: 1.1rem;
	}
	
	body.wpsupport #main .entry-content .question {
		font-size: 1em;
	}
	
	body.wpsupport #main .entry-content .question p {
		height: auto;
		padding-left: 2.5em;
	}
	
	
	body.wpsupport #main .entry-content .answer p {
		padding-left: 2.5em;
	}


}

/*------------------------------------------------------------
	アクセス
------------------------------------------------------------*/

@media all and (min-width: 0) and (max-width: 800px) {
	
	body.access .entry-content .col-4 {
		margin-bottom: 1.5em;
	}
}

/*------------------------------------------------------------
	風評被害
------------------------------------------------------------*/

body.fuhyo .entry-content .entry-body .top-topics {
	display: flex;
	flex-wrap: wrap;
}

body.fuhyo .entry-content .entry-body .top-topics .item {
	display: inline-block;
	padding: .5em 2em;
	border-radius: 40px;
	color: #fff;
	background-color: #222;
	margin-right: 10px;
}

@media all and (min-width: 0) and (max-width: 800px) {

	body.fuhyo .entry-content .entry-body .top-topics {
		justify-content: center;
	}
	
	body.fuhyo .entry-content .entry-body .top-topics .item {
		width: 100%;
		margin: 0 0 10px;
		text-align: center;
	}

	body.fuhyo .entry-content .entry-body h4 span {
		margin: 0;
		padding: 0;
	}

	
	
}

/*------------------------------------------------------------
	WEBメール
------------------------------------------------------------*/

body.web_mail #main .entry-body dl dd:last-of-type{
	border-bottom: 0;
}

body.web_mail #main .entry-body dl dd input[type="text"]{
	width: 100%;
	box-sizing: border-box;
}

body.web_mail #main .entry-body dl dd input[type="submit"]{
	border: 0;
	font-size: 1.2em;
	color: #fff;
	background-color: #009e48;
	padding: .5em 1.5em;
}


/*------------------------------------------------------------
	グラフィックデザイン
------------------------------------------------------------*/

body.graphic .entry-content .webtitle01{
	text-align:center;
	font-size:160%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
}

body.graphic .entry-content .webtitle02{
	text-align:center;
}

body.graphic .entry-content .webtitle04{
	text-align:center;
	font-weight:bold;
	font-size:110%;
	margin-top:-10px;
}

body.graphic .entry-content h4.reasons {
	text-align:center;
	font-size:130%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
}

body.graphic .entry-content .suuji{
	color:#ccc;
	font-size:160%;
	margin-right:5px;
}

body.graphic .entry-content .text01{
	border:none;
}

body.graphic .entry-content .text02{
	text-align:center;
}

body.graphic .entry-content .text03{
	text-align: left;
    margin-top: 30px;
    line-height: 180%;
}

body.graphic .entry-content .price01{
	color:#ff3520;
	font-size: 1.5em;
	font-weight: bold;
	text-align:center;
}


body.graphic #main .entry-content .entry-body p.name {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

body.graphic #main .entry-content .entry-body .col-6 {
	padding-top: 10px;
	border-bottom: none;
}

body.graphic #main .entry-content .entry-body .col-6 img {
	display: block;
	margin: 0 auto 10px;
}

body.graphic ul.cp_list {
	padding: 0.5em;
	list-style: none;
}

body.graphic ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
}

body.graphic ul.cp_list li:after,
body.graphic ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}

body.graphic ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgb(0, 158, 72);
}

body.graphic ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(0, 158, 72, 0.51);
	transform: rotate(60deg);
}

body.graphic .featurelist li {
    width: 32.9%;
    border-right: 1px solid #ebe8e6;
    border-bottom: 1px solid #ebe8e6;
	border-top: 1px solid #ebe8e6;
	border-left: 1px solid #ebe8e6;
    box-sizing: border-box;
    padding: 0 1rem;
    margin-bottom:5px;
    line-height: 3;
    background: #FFF;
}

body.graphic .featurelist li img {
	margin-right:5px;
	margin-top:7px;
}

body.graphic .floatlist li {
    display: inline-block;
    vertical-align: center;
}

@media all and (min-width: 0) and (max-width: 800px) {
	body.graphic #main .entry-content .entry-body .col-6 img {
		width: 100%;
	}

	body.graphic #main .entry-content .entry-body .col-4 img {
		width: 50%;
		margin-top:10px;
	}

	body.graphic .entry-content .webtitle01{
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#009e48;
	margin-bottom:20px;
	letter-spacing:-2px;
	}

	body.graphic .entry-content .webtitle02{
		text-align:center;
	}

	body.graphic .entry-content .webtitle04{
		text-align:center;
		font-weight:bold;
		font-size:100%;
		margin-top:-10px;
	}

	body.graphic .entry-content h4.reasons {
		text-align:center;
		font-size:120%;
		font-weight:bold;
		color:#009e48;
		margin-bottom:20px;
	}

	body.graphic .entry-content .suuji{
		color:#ccc;
		font-size:120%;
		margin-right:-10px !important;
		margin-left:-20px !important;
	}

	body.graphic .entry-content .text01{
		border:none;
	}

	body.graphic .entry-content .text02{
		text-align:center;
	}

	body.graphic .entry-content .text03{
		text-align: left;
		margin-top: 30px;
		line-height: 180%;
	}
	
	body.graphic .featurelist li {
    width: 100%;
    border-right: 1px solid #ebe8e6;
    border-bottom: 1px solid #ebe8e6;
	border-top: 1px solid #ebe8e6;
	border-left: 1px solid #ebe8e6;
    box-sizing: border-box;
    padding:  15px 5px 5px 30px;
    margin-bottom:10px;
    line-height: 100%;
    background: #FFF;
	}

	body.graphic .featurelist li img {
		margin-right:5px;
		margin-top:-5px !important;
		width:25px;
	}

	body.graphic .floatlist li {
		display: inline-block;
		vertical-align: center;
	}
}

/*------------------------------------------------------------
	制作実績
------------------------------------------------------------*/

#main .entry-content .example .entry-body .col-4 {
	margin-bottom: 2em;
}

#main .entry-content .example .entry-body .col-4:nth-child(3n+1) ,
body #main .entry-content .example .entry-body-box:nth-child(3n+1) {
	clear: both;
}

#main .entry-content .example .entry-body .col-4 p {
	text-align: center;
	margin-bottom: .5em;
}

#main .entry-content .example .entry-body .col-4 a.url {
	text-align: center;
	display: block;
	color: #999;
}

#main .entry-content .example .entry-body .tabs {
	margin-bottom: 1px;
	overflow: hidden;
}

#main .entry-content .example .entry-body .tabs li a {
	display: block;
	margin: 0 0 20px 20px;
	padding: 20px;
	background-color: #f0f0f0;
	float: left;
}

#main .entry-example .entry-body .nownumber {
	text-align: center;
	line-height: 1.2;
}

#main .entry-example .entry-body .nownumber span {
	font-weight: bold;
	font-size: 4em;
	font-family: Arial, sans-serif;
	letter-spacing: 4px;
}

#main .entry-example .entry-body .menu-block {
	margin-bottom: 60px;
}

#main .entry-example .entry-body .menu-block > div input + label {
    cursor: pointer;
    display: block;
    padding: 1.5em;
    -webkit-transition: .6s;
    transition: .6s;
    color: #fff;
	background: url(../image/sp_icon01.png) no-repeat right 1em top 46%;
    background-color: #009E48;
}
#main .entry-example .entry-body .menu-block > div input ~ ul {
	visibility: hidden;
	max-height: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: .6s;
	transition: .6s;
}
#main .entry-example .entry-body .menu-block  > div input ~ ul li {
	padding: 0 15px;
}
#main .entry-example .entry-body .menu-block  > div input:checked + label {
	-webkit-transition: .6s;
	transition: .6s;
	background: url(../image/sp_icon02.png) no-repeat right 1em top 46%;
    background-color: #009E48;
}
#main .entry-example .entry-body .menu-block  > div input:checked ~ ul {
	display: block;
	opacity: 1;
	visibility: visible;
	max-height: 500px;
	padding: 15px 0 0;
	margin-bottom: 0;
	-webkit-transition: .6s;
	transition: .6s;
	background-color: #fcfcfc;
}

#main .entry-example .entry-body .menu-block  > div input:checked ~ ul li a{
	transition: .3s;
}

#main .entry-example .entry-body .menu-block  > div input:checked ~ ul li a:hover {
	background-color: #d0d0d0;
	text-decoration: none;
}

#main .entry-body .incat-list {
	overflow: hidden;
}

#main .entry-body .incat-list a {
	font-size: .7em;
	display: block;
	float: left;
	padding: .3em;
	background-color: #f0f0f0;
	margin: 0 .5em .5em 0;
	transition: .3s;
}

#main .entry-body .incat-list a:hover {
	background-color: #d0d0d0;
	text-decoration: none;
}

#main .single-example .entry-body .scroll {
	margin: 40px 0;
}

#main .single-example .entry-body .scroll div.pc {
	position: relative;
	top: 0;
	left: 0;
	width: 755px;
	height: 584px;
	background: url(..//image/pc_bg.png) left top no-repeat;
	-webkit-background-size: 755px auto;
	-o-background-size: 755px auto;
	background-size: 755px auto;
	float: left;
	margin: 0 auto;
	display: block;
}

#main .single-example .entry-body .scroll div.pc div.box {
	height: 378px;
	left: 31px;
	overflow-y: scroll;
	position: absolute;
	top: 27px;
	width: 692px;
	padding: 0;
}

#main .single-example .entry-body .scroll div.sp {
	position: relative;
	top: 0;
	left: 0;
	width: 240px;
	height: 457px;
	background: url(../image/sp_bg.png) left top no-repeat;
	-webkit-background-size: 240px auto;
	-o-background-size: 240px auto;
	background-size: 240px auto;
	margin: 115px auto 0 auto;
	float: right;
	display: block;
}

#main .single-example .entry-body .scroll div.sp div.box {
	position: absolute;
    top: 57px;
    left: 14px;
    width: 208px;
    height: 343px;
	overflow-y: scroll;
	padding: 0;
}

@media all and (min-width: 0) and (max-width: 800px) {
	#main .entry-content .example .entry-body .tabs li a {
		display: block;
		margin: 0 0 10px 10px;
		padding: 5px;
		background-color: #f0f0f0;
		float: left;
	}
	
	#main .single-example .entry-body .scroll div.pc {
		position: relative;
		top: 0;
		left: 0;
		width: 300px;
		height: 248px;
		background: url(../image/pc_bg.png) left top no-repeat;
		-webkit-background-size: 300px auto;
		-o-background-size: 300px auto;
		background-size: 300px auto;
		margin: 0 auto 2em auto;
		float: none;
	}	
	
	#main .single-example .entry-body .scroll div.pc div.box {
		position: absolute;
		top: 11px;
		left: 12px;
		width: 275px;
		height: 150px;
		overflow-y: scroll;
	}	
	
	#main .single-example .entry-body .scroll div.sp {
		position: relative;
		top: 0;
		left: 0;
		width: 220px;
		height: 457px;
		background: url(../image/sp_bg.png) left top no-repeat;
		-webkit-background-size: 220px auto;
		-o-background-size: 220px auto;
		background-size: 220px auto;
		margin: 0 auto 2em auto;
		float: none;
	}
	
	#main .single-example .entry-body .scroll div.sp div.box {
		position: absolute;
		top: 52px;
		left: 15px;
		width: 188px;
		height: 316px;
		overflow-y: scroll;
	}
	
	#main .entry-example .entry-body .nownumber {
		font-size: .7em;
	}
	
	#main .entry-example .entry-body .menu-block > div input + label {
		padding: 1em;
	}
}



#main .entry-content .example .entry-body .tabs li a.active {
	background-color: #009E48;
	color: #fff;
}

body #main .entry-content .example .entry-body img.cap {
	display: block;
	margin: 1em auto;
	padding: 20px 40px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

.wp-pagenavi {
    text-align: center;
    float: none !important;
}

.wp-pagenavi a, .wp-pagenavi span.pages, .wp-pagenavi span.extend {
	border-color: #009E48 !important;
	border-radius: 0 !important;
	color: #009E48 !important;
	display: inline-block;
	margin-bottom: 16px;
}

.wp-pagenavi a:hover {
	background: #009E48 !important;
	border-color: #009E48 !important;
}

.wp-pagenavi span.current {
	border-color: #009E48 !important;
	background: #009E48 !important;
	border-radius: 0 !important;
}


/*------------------------------------------------------------
	サイトマップ
------------------------------------------------------------*/

body.sitemap #main .entry-body a {
	color: #333;
}

@media all and (min-width: 0) and (max-width: 800px) {
	.entry-header {
		margin-top: 0;
	}
	
	.page-title {
		width: 100%;
		padding: 20px 0 20px;
		box-sizing: border-box;
		margin: 0 auto;
		text-align: center;
	}
	
	.content {
		width: 100%;
		padding: 0 .5em;
		box-sizing: border-box;
	}
	
	.breadcrumbs {
		font-size: .8em;
		margin-bottom: 2em;
	}	
	
	.breadcrumbs .pankuzu {
		width: 100%;
		padding: .5em;
	}
	
	.entry-content {
		margin: 0 auto 40px;
	}	
	
	.entry-content h3 {
		font-size: 1.2em;
	}	
	
	.entry-content h4 {
		font-size: 1.1em;
		margin-bottom: 1em;
	}

	.entry-content h4 span {
		margin: 0 1em;
		padding: 0 .5em;
	}
	
	.entry-content .post-nav span {
		width: 100%;
		margin: .5em 0;
		box-sizing: border-box;
	}	
	
	.entry-body {
		width: 100%;
	}

	.entry-body img {
		max-width: 100%;
		height: auto;
	}
	
	.entry-body .row {
		margin-left: 0;
		width: 100%;
	}
	
	.entry-body .col-12 ,
	.entry-body .col-9 ,
	.entry-body .col-8 ,
	.entry-body .col-6 ,
	.entry-body .col-4 {
		width: 100%;
		padding: 0;
	}	

	.entry-body .col-3 {
		width: 50%;
	}	

	.entry-body .pic-right-noborder ,
	.entry-body .pic-left-noborder ,
	.entry-body .alignright ,
	.entry-body .alignleft ,
	.entry-body .pic-right ,
	.entry-body .pic-left {
		max-width: 40%;
		height: auto;
	}

	.entry-body iframe {
		max-width: 100%;
		height: 16em !important;
	}
	
	body.feature #main .reasonList li {
		margin-top: 20px;
	}
	
	.entry-body .half-box {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 2em;
	}
	
	.entry-content .arrow {
		max-width: 40%;
		height: auto;
		margin: 20px auto;
	}
	
	.entry-body img.full {
		max-width: 100%;
		display: block;
		margin: 0 auto 1em;
		float: none;
	}	

	.entry-body table {
		clear: both;
	}	

	.entry-body table th ,
	.entry-body table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}	
	
	#main .entry-body .comLink {
		width: 100%;
	}

	#main .entry-content dl {
		margin-bottom: 1em;
	}
	
	#main .entry-content dl dt {
		float: none;
		width: 100%;
		font-weight: bold;
	}
	
	#main .entry-content dl dd {
		padding-left: 0;
		padding-bottom: .3em;
		margin-bottom: .3em;
		border-bottom: 1px dashed #CCCCCC;
	}	
	
	#main .entry-content dl.mailform dd {
		padding-left: 0;
		padding-bottom: .5em;
		margin-bottom: 0;
		border-bottom: 0;
	}			

	body.present #main .entry-content .box .pic-right-noborder {
		float: none;
		display: block;
		margin: 0 auto 1em;
	}
	
	#main .entry-body .media-list {
		display: block;
	}
	
	#main .entry-body .media-list li{
		width: 100%;
		margin-bottom: 1.5em;
	}

	#main .entry-body .example-list {
		display: flex;
	}
	
	#main .entry-body .example-list li{
		width: 48%;
		margin-bottom: 1.5em;
	}
	
	#main .entry-body .example-list li .media-img {
		height: 100px;
	}

	#main .entry-body .example-list li .media-img img {
		height: 100px;
	}
		
}
