<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	box-sizing: content-box;
}
.comBox{
	margin: auto;
}
body {
	font-size: 62.5%;
}
@media all and (min-width: 0) and (max-width: 767px) {
	body {
		font-size: 40.5% !important;
	}
	html {
		font-size: 48% !important;
	}
}

body,
table,
input, textarea, select, option {
	font-weight: 500;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #000;
	transition: opacity .5s ease,color .5s ease,background .5s ease,border .5s ease;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover {
	color: #000;
}

a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
/* CSS Document */
#main{
	margin-top: 90px;
	padding-top:0 !important
}
#main .mainVisual {
	padding: 0;
	height: 374px;
	position: relative;
	z-index: 15;
	background-image: url("/actian/img/top/bg_banner01.jpg");
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

#main .mainVisual .comBox {
	padding: 0 0 50px;
	height: auto;
	box-sizing: border-box;
	min-width: 1200px;
}
#main .mainVisual h2 {
	font-size: 5.7rem;
	font-weight: 700;
	color: #fff;
	width: 100%;
	line-height: 1.4;
}
#main .mainVisual p {
	margin: 15px 0 0;
	font-size: 2.7rem;
	line-height: 1.57;
	color: #fff;
}
#main .mainVisual p span {
	font-weight: 500;
}
.comListBox{
	position: relative;
}
.toolLink{
	position: absolute !important;
	top:0;
	left: 0;
}
.toolLink.on {
    border-top: 1px solid #CFCFCF;
    position: fixed !important;
    top: 90px !important;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1366px;
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #F7F7F7;
}

#container {
	text-align: left;

}


a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

.-roboto {
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main .mainVisual .comBox {
		min-width: 0px;
		box-sizing: border-box;
		padding: 0 30px !important;
	}

	#main .mainVisual p {
		margin: 0 !important;
		width: 100%;
		text-align: center !important;
		font-size:17px !important;
	}


}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#submenu #subavi .navi_list li,
.btn_menu2 b,
#gHeader .rBox .search input,
#gHeader .rBox .btn a,
#gNavi li a{
	    font-family: 'Noto Sans JP'," sans-serif" !important;
}
#gNavi li {
    padding-top: 2px !important;
}
#gHeader .rBox .search {
    padding-top: 6px;
}
.quickly {

	position: relative;
	background: #F00;
}
.quickly .max_box{
		padding: 92px 0 113px;
	position: relative;
	margin: 0 auto;
	max-width: 1366px;
}
.quickly h3 {
	margin-bottom: 50px;
	font-size: 48px;
	color: #fff;
	text-align: center;
}

.quickly_link {
	position: relative;
	z-index: 1;
	text-align: center;
}

.quickly_link li {
	margin: 0 11px;
	display: inline-block;
}

.quickly_link li a {
	padding: 11px 10px 13px;
	min-width: 228px;
	display: block;
	transition: color .5s ease,background .5s;
	box-sizing: border-box;
	border-radius: 4px;
	background: #9DD215;
	font-size: 21px;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: 0.04em;
}

.quickly_link li a:hover {
	color: #9DD215;
	background: #fff;
}

.quickly img {
	width: 100%;
}

.quickly_img01 {
	position: absolute;
	top: 45px;
	left: 142px;
}

.quickly_img01 embed {
	width: 143px;
}

.quickly_img02 {
	position: absolute;
	top: 290px;
	left: 290px;
}

.quickly_img02 embed {
	width: 75px;
}

.quickly_img03 {
	position: absolute;
	top: 85px;
	right: 130px;
}

.quickly_img03 embed {
	width: 120px;
}

.action_logo {
	width: 152px;
}

.action_logo a:hover {
	opacity: .5;
}

.action_logo img {
	width: 100%;
}

.foot_navi {
	padding-bottom: 27px;
	border-bottom: 1px solid #E8E8E8;
}

.foot_navi_list {
	margin: 26px 0 20px 10px;
	display: inline-block;
}

.foot_navi_list li {
	margin-right: 30px;
	float: left;
}

.foot_navi_list li a {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.04em;
}

.foot_navi_list li a:hover {
	color: #F00;
}

.foot_navi_list li.-roboto a {
	margin-top: -2px;
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.ag {
	margin-top: -16px;
	width: 85px;
	float: right;
}

.ag img {
	width: 100%;
}

.bottom {
	padding: 55px 78px 14px;
	margin: 0 auto;
    max-width: 1260px;
}

.copyright {
	padding: 30px 0;
	font-size: 14px;
	color: #A7A7A7;
	text-align: right;
}

.ipad .action_logo a:hover {
	opacity: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.quickly {
	    padding: 20px 0 20px;
	}

	.quickly h3 {
		margin-bottom: 58px;
		font-size: 35px;
		line-height: 1.05;
	}

	.quickly_img01 {
		top: 15px;
		left: 19px;
	}

	.quickly_img01 embed {
		width: 92px;
	}

	.quickly_img02 {
		top: auto;
		left: 52px;
		bottom: 48px;
	}

	.quickly_img02 embed {
		width: 48px;
	}

	.quickly_img03 {
		top: 170px;
		right: 5px;
	}

	.quickly_img03 embed {
		width: 68px;
	}

	.quickly_link li {
		margin-bottom: 12px;
		display: block;
	}

	.quickly_link li a {
		padding: 9px 10px 11px;
		min-width: 170px;
		display: inline-block;
		font-size: 16px;
	}

	.quickly_link li a:hover {
		color: #fff;
		background: #9DD215;
	}

	.bottom {
		padding: 78px 0 14px;
	}

	.action_logo {
		margin: 0 auto;
		width: 133px;
	}

	.action_logo a:hover {
		opacity: 1;
	}

	.foot_navi_list {
		margin: 38px 0 20px;
		display: block;
	}

	.foot_navi_list li {
		margin-bottom: 21px;
		margin-right: 0;
		float: none;
		text-align: center;
	}

	.foot_navi_list li a {
		display: inline-block;
		font-size: 17px;
	}

	.foot_navi_list li.-roboto a {
		margin-top: 0;
		display: inline-block;
		font-size: 19px;
	}

	.ag {
		margin: 0 auto;
		width: 71px;
		float: none;
	}

	.foot_navi {
    	padding-bottom: 58px;
	}

	.copyright {
		padding: 24px 0;
		font-size: 12px;
		text-align: center;
	}
}


/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/

#sideBar{
	float: left;
	width: 315px;
	margin-left: 30px;
}
#sideBar .side_post h2{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
#sideBar .categories{
	display: block;
	font-size: 0;
}
#sideBar .categories li{
	display: block;
	font-size: 16px;
}
.post_item{
	margin-bottom: 15px;
}
#sideBar .side_post{
	padding:25px 30px;
	width: 245px;

	float: right;
	margin-bottom: 40px;
	background-color: #F0F0F0;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	overflow: hidden;
	font-size: 16px;
	line-height: 1.6;
}

.wp-pagenavi a, .wp-pagenavi span{
	  border: none !important;
}
#sideBar .new_post.side_post&gt;ul{
	margin-bottom: 15px;
}
#sideBar .new_post.pro_post li {
    padding-left: 30px;
    background: url("/img/common/icon07down.png") no-repeat left 8px;
    background-size:auto 7px;
	}
#sideBar .new_post.pro_post li&gt;ul&gt;li{
	background: url("/img/common/icon07.png") no-repeat left 7px;
	background-size: 7px auto;
	display: none;
	transition: .3s;


}
#sideBar .new_post.pro_post li&gt;ul&gt;li a{
	letter-spacing: -0.05em;
}
#sideBar .new_post.pro_post&gt;ul&gt;li:hover {
    background: url("/img/common/icon07up.png") no-repeat left 8px;
    background-size:auto 7px;
	}

#sideBar .new_post.pro_post li.on&gt;ul&gt;li{
	display: block !important;
}


#sideBar .post_all .blog_title{
	font-size:  24px;
	margin-bottom: 22px;
}
#sideBar .post_all .blog_text{
	font-size:16px;
}
#sideBar .category_all li li,
#sideBar .archive_post li,
#sideBar .new_post li
{
	padding-left: 30px;
	background: url("/img/common/icon07.png") no-repeat left 7px;
	background-size: 7px auto;
}
@media all and (min-width: 0) and (max-width: 767px) {

		#sideBar{
			float: none;
			width: 100%;
			margin-left: 0px;
			padding: 0 20px;
			box-sizing: border-box;
		}
		#sideBar .side_post h2{
			font-size: 18px;
			font-weight: bold;
			padding-bottom: 20px;
			margin-bottom: 20px;
			border-bottom: 1px solid #CCCCCC;
		}
		#sideBar .categories{
			display: block;
			font-size: 0;
		}
		#sideBar .categories li{
			display: block;
			font-size: 16px;
		}
		.post_item{
			margin-bottom: 15px;
		}
		#sideBar .side_post{
			padding:25px 30px;
			width: 100%;
			box-sizing: border-box;

			float: right;
			margin-bottom: 40px;
			background-color: #F0F0F0;
			border: 1px solid #E8E8E8;
			border-radius: 3px;
			overflow: hidden;
			font-size: 16px;
			line-height: 1.6;
		}
}

.search_side{
	position: absolute;
	top:0px;
	right: 0;
	width: 315px;
}
.search_side form{
	width: 315px;
}
.search_side .sh{
	width: 65px;
	height: 28px;
	margin-left: 0px;
	cursor: pointer;

	position: relative;
}
.search_side::after{
	content: "検索";
	color: #FFF;
	font-weight: bold;
	pointer-events: none;
	font-size: 16px;
	padding: 6px 10px 2px 0px;
	text-align: right;
	width: 65px;
	height: 28px;
	position: absolute;
	top:0px;
	left: 0px;

	background: #F00 url("/actian/img/common/search.png") no-repeat 10px center;
	background-size: 17px 18px;

	border: 1px solid #E8E8E8;
	border-radius: 3px 0px 0px 3px;
	overflow: hidden;
}

.post_all&gt;h1{
	font-size: 16px;
	display: inline-block;
}
.post_all&gt;p{
	font-size: 16px;
	display: inline-block;
	margin-bottom: 20px;
}

.post_all .nos{
	font-size: 16px;
	background-color: transparent !important;
	border: none !important;
}


.search_side .shk{
	width: 215px;
	height: 28px;
	font-size: 16px;
	margin-left: 5px;
	padding: 5px 10px 3px 10px;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	overflow: hidden;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.search_side{
		position: inherit;
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		position: relative;
		margin-bottom: 30px;
	}
	.search_side form{
		width: 100%;
		position: relative;
	}
	.search_side .sh{
		width: 45px;
		height: 28px;
		margin-left: 0px;
		cursor: pointer;

		position: relative;
	}
	.search_side::after{
		content: "検索";
		color: #FFF;
		font-weight: bold;
		pointer-events: none;
		font-size: 16px;
		padding: 6px 10px 2px 0px;
		text-align: right;
		width: 65px;
		height: 28px;
		position: absolute;
		top:0px;
		left: 20px;

		background: #F00 url("/actian/img/common/search.png") no-repeat 10px center;
		background-size: 17px 18px;

		border: 1px solid #E8E8E8;
		border-radius: 3px 0px 0px 3px;
		overflow: hidden;
	}
	.search_side .shk{
		width: calc(100% - 100px);
		height: 28px;
		font-size: 16px;
		margin-left: 25px;
		padding: 5px 10px 3px 10px;
		border: 1px solid #E8E8E8;
		border-radius: 3px;
		overflow: hidden;
	}
}


@media all and (min-width: 0) and (max-width: 359px) {
	.menu_box {
    	margin-top: 3.5vh;
	}

	.navi_list li {
    	margin-bottom: 2vh;
	}

	.btn_eval {
    	padding-top: 3vh;
	}
}

@media all and (-ms-high-contrast:none){
	.quickly_link li a {
		padding-top: 14px;
		padding-bottom: 10px;
	}
}
</pre></body></html>