@media print, screen and (min-width: 741px) and (max-width: 960px) {


	h1.front-page{
		width: 92%;
		margin: 0 auto -40px auto;
		font-size: 7pt;
		font-weight: normal;
		position: relative;
		top: -40px;
	}

}


@media print, screen and (min-width: 961px) and (max-width: 1040px) {

	h1.front-page{
		width: 92%;
		margin: 0 auto -30px auto;
		font-size: 8pt;
		font-weight: normal;
		position: relative;
		top: -30px;
	}

}

@media print, screen and (min-width: 1041px) {

	h1.front-page{
		max-width: 1300px;
		width: 92%;
		margin: 0 auto -15px auto;
		font-size: 9pt;
		font-weight: normal;
		position: relative;
		top: -15px;
	}

}

/*　メイン　*/

.red{
	color: #c22222;
}

.bold{
	font-weight: bold;
}
/* --- SP ---------- */

@media print, screen and (max-width: 740px) {
	.pc_contents {
		display: none !important;
	}
	div#header_submenu {
		display: none;
	}
	div#main {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	div.pankuzu {
		width: 98%;
		margin: 0 auto;
		padding: 5px 0;
	}
	div.pankuzu a {
		color: #666;
	}
	div.main_body {
		width: 98%;
		margin: 0 auto;
		padding: 15px 0;
	}
	div.main_title_pic {
		overflow: hidden;
		padding-top: 60px;
		padding-bottom: 60px;
		text-align: center;
	}
	div.main_title_pic p {
		width: 90%;
		margin: 0 auto;
		color: #fff;
		letter-spacing: 1px;
		font-size: 100%;
	}

	div.main_title_pic .ccopy {
		font-size: 140%;
		line-height: 1.4;
		margin-bottom: 10px;
		font-weight: normal;
	}

	div.main_title_pic h1 {
		font-size: 22pt;
		color: #fff;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 10px 0;
	}

	div.main_title_pic h2 {
		font-size: 22pt;
		color: #fff;
		letter-spacing: 1px;
		line-height: 1.4;
		margin: 10px 0;
	}

	div#sidebtn {
		/*
		width: 40px;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: fixed;
		bottom: 20%;
		right: 1px;
*/
		display: none;
	}

	div.btn01{
		max-width: 240px;
		width: 80%;
		margin: 25px auto;
		border: 1px solid #666;
	}

	div.btn01 a{
		display: block;
		text-align: center;
		color: #333;
		padding: 15px 0;
		font-size: 80%;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn01 a:hover {
		color: #fff;
		background: #000;
		text-decoration: none;
		opacity: 0.75 ;
	}
	.after-entry div.btn_box{
		text-align: center;
	}
	.after-entry div.btn_box div.btn01{
		border: 1px solid #003a6b;
		width: 48%;
		display: inline-block;
	}
	.after-entry div.btn_box div.btn01 a{
		color: #fff;
		background-color: #003a6b;
	}
	.after-entry div.btn_box div.btn01 a:hover{
		color: #003a6b;
		background-color: #fff;
	}
	.mar_50 {
		margin-top: 30px;
	}
}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {
	.sp_contents {
		display: none !important;
	}

	div#header_submenu {
		width: 100%;
		padding: 20px 0;
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
	}

	div.header_submenu_body {
		max-width: 1300px;
		width: 90%;
		margin: 0 auto;
	}

	div.header_submenu_title {
		font-size: 14pt;
		padding-right: 20px;
		border-right: 1px solid #666;
		display: inline-block;
		letter-spacing: 1px;
	}

	div.header_submenu_title span {
		position: relative;
		top: 2px;
	}

	div.header_submenu_detail {
		padding-left: 15px;
		display: inline-block;
	}

	div.header_submenu_detail ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	div.header_submenu_detail ul li.main {
		display: inline-block;
		font-size: 14pt;
		padding-left: 5px;
		position: relative;
		top: 2px;
		letter-spacing: 1px;
	}

	div.header_submenu_detail ul li.main a {
		color: #666;
		padding: 2px 20px 0 20px;
		text-decoration: none;
	}

	div.header_submenu_detail ul li.main > a:hover {
		color: #334961;
	}

	div.header_submenu_detail ul li.main.on a {
		color: #fff;
		background: #003463;
	}

	div.header_submenu_detail ul li.main div.sub {
		position: absolute;
		width: 14em;
		background: #003463;
		opacity:0;
		z-index: 1000;
		height:0;
	}

	div.header_submenu_detail ul li.main div.sub ul li{
		height:0;
		overflow:hidden;
	}

	div.header_submenu_detail ul li.main div.sub ul li a{
		display: block;
		background: #003463;
		color: #fff;
		padding: 8px 1em 3px 1em;
		border-bottom: 1px dotted #fff;
		height:0;
	}

	div.header_submenu_detail ul li.main div.sub ul li:last-child a {
		border-bottom: none;
	}

	div.header_submenu_detail ul li.main:hover div.sub {
		opacity:1;
		transition:all 0.8s;
	}

	div.header_submenu_detail ul li.main:hover div.sub ul li {
		height:auto;
	}
	div.header_submenu_detail ul li.main:hover div.sub ul li a {
		height:auto;
	}
	div.header_submenu_detail ul li.main:hover div.sub ul li:hover a {
		opacity:0.6;
	}

	div#sidebtn {
		width: 60px;
		margin: 0;
		padding: 0;
		line-height: 0;
		position: fixed;
		top: 20%;
		right: 0;
	}
	div#sidebtn a {
		width: 60px;
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	div#main {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	div.pankuzu#breadcrumb {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 50px 0 10px;
		font-size: 9pt;
		box-sizing: border-box;
	}

	div.pankuzu#breadcrumb a {
		color: #666;
	}

	div.main_body {
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
	}

	div.style02 div.main_body {
		padding: 0;
		background: rgba(255, 255, 255, .95);
		position: relative;
		top: -200px;
		border-radius: 28px;
		margin-bottom: -130px;
	}

	div.style02 div.main_body_wrap {
		max-width: 980px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
	}
	div.main_title_pic {
		overflow: hidden;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	div.main_title_pic p {
		width: 55%;
		margin-left: 10%;
		color: #fff;
		font-size: 120%;
		letter-spacing:1px;
		margin-top: 30px;
		line-height:1.8;
	}
	div.main_title_pic .ccopy {
		font-size: 180%;
		line-height: 1.7;
		letter-spacing:1px;
		font-weight: normal;

	}

	div.main_title_pic h1 {
		font-size: 35pt;
		color: #fff;
		margin-left: 10%;
		letter-spacing: 3px;
	}

	.service-style div.main_title_pic h1{
		font-size: 28px;
		line-height: 1.5;
		margin-left: 0;
	}

	.service-style #breadcrumb ul{
		padding-top: 20px;
	}

	.service-style div.main_title_pic h1 .main_title_sub{
		font-size: 16px;
	}

	div.main_title_pic h2 {
		font-size: 35pt;
		color: #fff;
		margin-left: 10%;
		letter-spacing: 3px;
	}

	div.title_pic {
		overflow: hidden;
		padding-top: 200px;
		padding-bottom: 200px;
	}

	div.btn01{
		max-width: 240px;
		width: 80%;
		margin: 25px auto;
		border: 1px solid #666;
	}

	div.btn01 a{
		display: block;
		text-align: center;
		color: #333;
		padding: 15px 0;
		font-size: 80%;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all  0.7s ease;
	}

	div.btn01 a:hover {
		color: #fff;
		background: #000;
		text-decoration: none;
		opacity: 0.75 ;
	}

	div.btn_box{
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center; /* Safari */
		justify-content: center;
	}

	div.btn_box div.btn01{
		width: 48%;
		max-width: 450px;
	}

	.after-entry div.btn_box div.btn01{
		border: 1px solid #003a6b;
	}
	.after-entry div.btn_box div.btn01 a{
		color: #fff;
		background-color: #003a6b;
	}
	.after-entry div.btn_box div.btn01 a:hover{
		color: #003a6b;
		background-color: #fff;
	}

	.mar_50 {
		margin-top: 50px;
	}
}

/** SP用 メニュー表示時BODYクラス */

.pg_body_fixed {
	overflow: hidden;
	height: 100%;
}


/** メニュー用フェードインアニメーション */

@keyframes keyframe-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-moz-keyframes keyframe-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}

@-webkit-keyframes keyframe-fade-in {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}


/*　ボタンのデザイン　*/
/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.btn04 a{
		border: 1px solid #000;
		text-align: center;
		display: block;
		color: #000;
		background: #fff;
		padding: 15px 5px;
		box-shadow: 0 0 0 #e5e5e5, 0 3px 0 rgba(0,0,0,0.2);
		font-size: 90%;
		font-weight: bold;
		-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
		transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
		cursor: pointer;
	}

	.btn04 a .en{
		margin-right: 10px;
	}

	.btn04 a:hover{
		text-decoration: none;
		box-shadow: 6px 3px 0 #ccc, 6px 6px 0px rgba(0,0,0,0.2);
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}

	.btn04 a:active{
		box-shadow: 0 0 0 #ccc, 0 0 0px rgba(0,0,0,0.2);
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		transition-duration: 0.1s;
	}
}


/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.btn04 a{
		border: 1px solid #000;
		text-align: center;
		display: block;
		color: #000;
		background: #fff;
		padding: 15px 5px;
		box-shadow: 0 0 0 #e5e5e5, 0 3px 0 rgba(0,0,0,0.2);
		font-size: 90%;
		font-weight: bold;
		-webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
		transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
		cursor: pointer;
	}

	.btn04 a .en{
		margin-right: 10px;
	}

	.btn04 a:hover{
		text-decoration: none;
		box-shadow: 6px 3px 0 #ccc, 6px 6px 0px rgba(0,0,0,0.2);
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}

	.btn04 a:active{
		box-shadow: 0 0 0 #ccc, 0 0 0px rgba(0,0,0,0.2);
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
		transition-duration: 0.1s;
	}

}


/*　ブログのデザイン　*/

.single-post .content .entry-footer{
	display: none;
}

.previous-entry-pagination{
	display: none;
}

aside.sidebar-primary h2{
	display: none;
}


/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.single div.content-sidebar-wrap, .archive div.content-sidebar-wrap, .blog div.content-sidebar-wrap{
		width: 90%;
		margin: 0 auto;
	}

	.single div.content-sidebar-wrap h1{
		letter-spacing: 2px;
		line-height: 1.5;
		font-size: 120%;
	}
	.archive div.content-sidebar-wrap h1{
		letter-spacing: 2px;
		line-height: 1.6;
		font-size: 160%;
		text-align: center;
		position: relative;
		margin: 40px 0 0;
	}

	.archive div.content-sidebar-wrap h1::after{
		content: '';
		position: absolute;
		display: block;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: auto;
		width: 15px;
		height: 1px;
		background-color: #333;
	}
	.single div.content-sidebar-wrap h2{
		border: 0;
		font-size: 110%;
		padding: 20px 0 10px;
		border-bottom: 2px solid #000;
		margin-top: 60px;
	}
	.single div.content-sidebar-wrap h2, .archive div.content-sidebar-wrap h2{
		padding: 20px 0 10px;
		margin-top: 40px;
		margin-bottom: 0;
	}

	.single div.content-sidebar-wrap header.entry-header p.entry-meta, .archive div.content-sidebar-wrap header.entry-header p.entry-meta{
		display: block;
		font-size: 90%;
		text-align: right;
		margin-bottom: 10px;
		margin-top: 0;
	}
	header.entry-header .entry-time{
		font-weight: bold;
		color: #999;
	}
	header.entry-header .entry-tags{
		margin-top: 10px;
		font-size: 80%;
		display: inline-block;
	}
	header.entry-header .entry-tags a:nth-child(1){
		margin-left: 5px;
	}
	header.entry-header .entry-tags a{
		color: #999;
		text-decoration: underline;
	}

	.entry-header{
		margin-bottom: 15px;
	}

	.single div.content-sidebar-wrap main.content, .archive div.content-sidebar-wrap main.content{
	}

	.single div.content-sidebar-wrap main.content .entry-content, .archive div.content-sidebar-wrap main.content .entry-content{
		margin-top: 5px;
		font-size: 90%;
	}

	.single div.content-sidebar-wrap aside.sidebar, .archive div.content-sidebar-wrap aside.sidebar{
		width: 96%;
		margin: 10px auto;
	}

	.archive header.entry-header{
		border: 0;
	}
	.archive header.entry-header .entry-time{
		font-weight: bold;
		color: #999;
	}
	.archive header.entry-header .entry-tags{
		display: none;
	}
	.archive div.content-sidebar-wrap h2, .blog div.content-sidebar-wrap h2{
		font-weight: bold;
		font-size: 120%;
	}

	.archive div.content-sidebar-wrap h2 a, .blog div.content-sidebar-wrap h2 a{
		color: #333;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a.entry-image-link, .blog div.content-sidebar-wrap main.content .entry-content a.entry-image-link{
		display: block;
		max-width: 360px;
		width: 90%;
		margin: 0 auto 8px;
		text-align: center;
		line-height: 0;
		border: 1px solid #f6f6f6;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a img, .blog div.content-sidebar-wrap main.content .entry-content a img{
	}

	.archive div.content-sidebar-wrap main.content article, .blog div.content-sidebar-wrap main.content article{
		position: relative;
		margin-bottom: 50px;
	}

	.archive div.content-sidebar-wrap main.content article:after, .blog div.content-sidebar-wrap main.content article:after{
		content: "";
		clear: both;
		display: block;
	}

	aside.sidebar-primary .widget-wrap{
		width: 100%;
		margin: 25px 0 25px;
		border: 1px solid #ccc;
		padding: 0;
		box-sizing: border-box;
	}

	aside.sidebar-primary .widget-wrap h3.widget-title{
		margin: 0;
		padding: 10px 1em;
		background: #000;
		color: #fff;
		text-align: center;
		font-size: 100%;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post{
		width: 96%;
		margin: 10px auto;
		border-bottom: 1px dotted #ccc;
		padding: 0 0 10px 0;
	}

	aside.sidebar-primary .widget-wrap article.post:after{
		content: "";
		clear: both;
		display: block;
	}

	aside.sidebar-primary .widget-wrap article.post:last-of-type{
		border-bottom: 0;
	}

	aside.sidebar-primary .widget-wrap article.post a img{
		width: 30%;
		float: left;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header{
		width: 68%;
		float: right;
		padding: 0;
		position: relative;
		border: 0;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4{
		font-size: 80%;
		margin: 1.4em 0 0 0;
		line-height: 130%;
		font-weight: normal;
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4 a{
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header p.entry-meta{
		font-size: 70%;
		margin: 0;
		line-height: 130%;
		position: absolute;
		top: 0;
		right: 5px;
		text-align: right;
		color: #999;
	}

	aside.sidebar-primary p.more-from-category{
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-align: center;
	}

	aside.sidebar-primary p.more-from-category a{
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #333;
		background: #f6f6f6;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		text-decoration: underline;
	}

	aside.sidebar-primary p.more-from-category a:hover{
		background: #666;
	}


	.archive-pagination ul{
		text-align: center;
		background: #fff;
		width: 100%;
		margin: 25px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		list-style: none;
	}

	.archive-pagination ul li{
		margin: 0 2px;
		text-decoration: none;
		color: #000;
		list-style: none;
	}

	.widget_categories .widget-wrap ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.widget_categories .widget-wrap ul li{
		font-size: 90%;
	}

	.widget_categories .widget-wrap ul li a{
		color: #333;
		display: block;
		box-sizing: border-box;
		padding: 5px 20px;
		border-bottom: 1px dotted #ddd;
	}

	.widget_categories .widget-wrap ul li a:hover{
		background: #f6f6f6;
		text-decoration: none;
	}
	.widget_categories .widget-wrap ul li.cat-item.cat-item-2{
		display: none;
	}
	.archive-pagination ul li span.screen-reader-text{
		display: none;
	}

	.archive-pagination ul li a{
		display: block;
		vertical-align: middle;
		padding: 6px 10px;
		color: #333;
		background: #f6f6f6;
	}

	.archive-pagination ul li a:hover{
		background-color: #000;
		color:#fff;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.single div.content-sidebar-wrap, .archive div.content-sidebar-wrap, .blog div.content-sidebar-wrap{
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
		padding: 15px 0 50px 0;
	}

	.single div.content-sidebar-wrap:after{
		content: "";
		clear: both;
		display: block;
	}

	.archive div.content-sidebar-wrap h1.archive-title{
		letter-spacing: 2px;
		line-height: 1.7;
		padding-bottom: 20px;
		font-size: 90%;
		text-align: center;
		margin: 100px 0 20px;
		position: relative;
	}

	.archive div.content-sidebar-wrap h1.archive-title:before{
		content: "COLUMN";
		position: absolute;
		top: -50px;
		left: 0;
		right: 0;
		margin: 0 auto;
		font-family: 'Dosis', sans-serif;
		font-size: 220%;
	}

	.archive div.content-sidebar-wrap h1.archive-title:after{
		content: '';
		position: absolute;
		display: block;
		bottom: 5px;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 1px;
		background-color: #333;
	}

	.single div.content-sidebar-wrap h2{
		padding: 20px 0;
		border-bottom: 2px  solid #000;
		margin-top: 60px;
	}

	.archive div.content-sidebar-wrap h2, .blog div.content-sidebar-wrap h2{
		font-size: 130%;
		letter-spacing: 2px;
	}

	.archive div.content-sidebar-wrap h2 a, .blog div.content-sidebar-wrap h2 a{
		color: #333;
	}

	.archive div.content-sidebar-wrap main.content .entry-content a, .blog div.content-sidebar-wrap main.content .entry-content a{
		display: block;
		margin: 0;
		margin-right: 30px;
		width: 20%;
		float: left;
		line-height: 0;
		padding: 0;
		border: 1px solid #f6f6f6;
		box-sizing: border-box;
	}

	.archive div.content-sidebar-wrap main.content article, .blog div.content-sidebar-wrap main.content article{
		position: relative;
		margin-bottom: 30px;
		border-bottom: 1px solid #ededed;
		padding-bottom: 50px;
	}

	.archive div.content-sidebar-wrap main.content article:after, .blog div.content-sidebar-wrap main.content article:after{
		content: "";
		clear: both;
		display: block;
	}


	.single div.content-sidebar-wrap header.entry-header p.entry-meta, .archive div.content-sidebar-wrap header.entry-header p.entry-meta, .blog div.content-sidebar-wrap header.entry-header p.entry-meta{
		display: block;
		font-size: 90%;
		text-align: right;
		margin-bottom: 10px;
	}

	header.entry-header .entry-time{
		font-weight: bold;
		color: #999;
	}

	header.entry-header .entry-tags{
		margin-top: 10px;
		font-size: 80%;
		display: inline-block;
	}
	header.entry-header .entry-tags a:nth-child(1){
		margin-left: 5px;
	}
	header.entry-header .entry-tags a{
		color: #999;
		text-decoration: underline;
	}

	.archive div.content-sidebar-wrap header.entry-header p.entry-meta, .blog div.content-sidebar-wrap header.entry-header p.entry-meta{
		position: absolute;
		right: 0;
		bottom: 50px;
		margin-bottom: 0;
	}

	.blog div.content-sidebar-wrap header.entry-header p.entry-meta{
		line-height: 1.6;
	}

	.archive div.content-sidebar-wrap header.entry-header p.entry-meta{
		line-height: 1.4;
		bottom: 30px;
	}

	.single div.content-sidebar-wrap main.content{
		width: 70%;
		float:left;
	}

	.single.post-news div.content-sidebar-wrap main.content{
		float: none;
		max-width: 980px;
		width: 90%;
		margin: 0 auto;
	}

	.single div.content-sidebar-wrap main.content .entry-content{
		margin-top: 25px;
	}

	.single div.content-sidebar-wrap aside.sidebar{
		width: 25%;
		float: right;
	}

	aside.sidebar-primary .widget-wrap{
		width: 100%;
		margin-top: 25px;
		border: 1px solid #ccc;
		padding: 0;
		box-sizing: border-box;
	}

	aside.sidebar-primary .widget-wrap h3.widget-title{
		margin: 0;
		padding: 10px 1em;
		background: #000;
		color: #fff;
		text-align: center;
		font-size: 100%;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post{
		width: 90%;
		margin: 10px auto;
		border-bottom: 1px dotted #ccc;
		padding: 0 0 20px 0;
	}

	aside.sidebar-primary .widget-wrap article.post:after{
		content: "";
		clear: both;
		display: block;
	}

	aside.sidebar-primary .widget-wrap article.post:last-of-type{
		border-bottom: 0;
	}

	aside.sidebar-primary .widget-wrap article.post a img{
		width: 38%;
		float: left;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header{
		width: 60%;
		float: right;
		padding: 0;
		position: relative;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4{
		font-size: 80%;
		margin: 1.4em 0 0 0;
		line-height: 130%;
		font-weight: normal;
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header h4 a{
		color: #000;
	}

	aside.sidebar-primary .widget-wrap article.post header.entry-header p.entry-meta{
		font-size: 70%;
		margin: 0;
		line-height: 130%;
		position: absolute;
		top: 0;
		right: 5px;
		text-align: right;
		color: #999;
	}

	.widget_categories .widget-wrap ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	.widget_categories .widget-wrap ul li{
		font-size: 90%;
	}

	.widget_categories .widget-wrap ul li a{
		color: #333;
		display: block;
		box-sizing: border-box;
		padding: 5px 20px;
		border-bottom: 1px dotted #ddd;
	}

	.widget_categories .widget-wrap ul li a:hover{
		background: #f6f6f6;
		text-decoration: none;
	}
	.widget_categories .widget-wrap ul li.cat-item.cat-item-2{
		display: none;
	}
	aside.sidebar-primary p.more-from-category{
		margin: 0;
		padding: 0;
		font-weight: bold;
		text-align: center;
	}

	aside.sidebar-primary p.more-from-category a{
		display: block;
		width: 100%;
		padding: 10px 0;
		color: #333;
		background: #f6f6f6;
		transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
		text-decoration: underline;
	}

	aside.sidebar-primary p.more-from-category a:hover{
		background: #666;
		color: #fff;
	}


	.archive-pagination ul{
		text-align: center;
		background: #fff;
		width: 100%;
		margin: 25px auto;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		padding: 0;
		list-style: none;
	}

	.archive-pagination ul li{
		margin: 0 2px;
		text-decoration: none;
		color: #000;
		list-style: none;
	}

	.archive-pagination ul li span.screen-reader-text{
		display: none;
	}

	.archive-pagination ul li a{
		display: block;
		vertical-align: middle;
		padding: 6px 10px;
		color: #000;
		background: #f6f6f6;
	}

	.archive-pagination ul li a:hover{
		background-color: #000;
		color:#fff;
	}

	.post-template-default #genesis-content article .entry-header{
		margin-bottom: 15px;
		padding: 0 0 15px;
		border-bottom: 1px solid #ddd;
	}

	.post-template-default #genesis-content article .entry-header .entry-title{
		margin:40px 0 0;
		font-size:170%;
		line-height: 1.6;
	}
}
.archive.category-news div.content-sidebar-wrap h1.archive-title{
	display: none;
}




/* トレンド */

.trend .trend-body .el-title{
	text-align: center;
	margin: 40px 0 60px;
	font-size: 32px;
}

.trend .trend-body{
	max-width: 1200px;
	width: 90%;
	padding: 32px 0;
	margin: 20px auto;
}

.trend .trend-body .trend-cont{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.trend .trend-body .trend-cont .trend-box{
	width: 22%;
	margin: 0 3% 3% 0;
}

.trend .trend-body .trend-cont .trend-box:nth-child(4n){
	margin-right: 0;
}

.trend .trend-body .trend-cont .trend-box a{
	color: #333;
}

.trend .trend-body .trend-cont .trend-box a:hover{
	text-decoration: none;
}

.trend .trend-body .trend-cont .trend-box a .el-img{
	line-height: 0;
}

.trend .trend-body .trend-cont .trend-box a .el-txt{
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
	margin: 12px 0 0;
}
.trend .trend-body .trend-btn{
    margin: 60px auto;
	max-width: 450px;
	width: 100%;
	border-radius: 100px;
}

.trend .trend-body .trend-btn .el-btn{
    display: block;
	text-align: center;
	border: #0164ff;
	color: #0164ff;
	font-weight: bold;
	padding: 16px 8px;
	border: 1px solid #0164ff;
	border-radius: 100px;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.trend .trend-body .trend-btn .el-btn:hover{
    text-decoration: none;
	color: #fff;
	background: #0164ff;
}


/* --- SP ---------- */
@media print, screen and (max-width: 980px) {
	.trend .trend-body .el-title{
		font-size: 24px;
		margin: 0px 0 36px;
	}

	.trend .trend-body .trend-cont{
		max-width: 600px;
		width: 100%;
		margin: 20px auto;
	}

	.trend .trend-body .trend-cont .trend-box{
		max-width: 600px;
		width: 100%;
		padding: 28px 0;
		border-bottom: 1px dotted #efefef;
	}

	.trend .trend-body .trend-cont .trend-box:nth-child(3n){
		margin-right: 0;
	}

	.trend .trend-body .trend-cont .trend-box a .el-txt{
		font-size: 14px;
	}
}


/*　サービスページテンプレ　*/

.services-back{
	padding: 80px 0 80px;
	background: #f1f8ff;
}
.services-back .btn-wrap{
	max-width: 500px;
	width: 98%;
	margin: 0 auto;
}

.services-back .btn-wrap .btn{
	padding: 22px;
	border: 1px solid #f6f7f7;
	background: #fff;
	display: block;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
	color: #6a7684;
	border-radius: 100px;
}

.services-back .btn-wrap .btn:hover{
	color: var(--kousoku-blue);
	border: 1px solid var(--kousoku-blue);

}

.services-contact .btn-box{
	margin: 20px 0;
	text-align: center;

}


/* --- SP ---------- */

@media print, screen and (max-width: 740px) {
	.services-back .btn-wrap .btn{
		padding: 12px;
	}

	.services-back .btn-wrap{
	width: 90%;
	}
	.services-back{
		padding: 60px 0 60px;
	}

}

/*　WEBページのみ　*/

.web-style.service-style .txt01{
	text-align: center;
}

/* --- SP ---------- */

@media print, screen and (max-width: 740px) {
	.web-style.service-style .txt01{
		text-align: left;
	}

}