<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: SP002
Author: eNet - 2017.10.2
Author URI: https://www.enetsolutions.co.jp/
Description: ãƒ†ãƒ³ãƒ—ãƒ¬ãƒ¼ãƒˆç•ªå·ã€SP002ã€‘
Version: 1.0
License URI: https://www.enetsolutions.co.jp/
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,700');

/* =============================================

	reset.css
	(reset webbrowser default syle)

============================================= */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,fieldset{
	margin : 0 ;
	padding : 0 ;
	border : 0 ;
	font-size : 100% ;
	font-weight : normal ;
	font-style : normal ;
	text-decoration : none ;
}
ul,li{
	margin : 0px ;
	padding : 0px ;
	list-style-type : none ;
	line-height : 100% ;
}
a{
	text-decoration : underline ;
}
a img{
	border : none ;
}

img{
	vertical-align : top ;
}

hr{
	display : none ;
	clear : both ;
}



/*-----------------------------
base
----------------------------- */

/*-- clear fix elements start --*/

.clearfix:after {
content: " " ;
display : block ;
clear : both;
height : 0 ;
visibility : hidden ;
}
.clearfix {
min-height : 1px ;
}
* html .clearfix {
height: 1px;
/*Â¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*-- clear fix elements end --*/

html {
	overflow-y : scroll ;
	scroll-behavior: smooth;
}
body {
	width : 100% ;
	margin : 0 ;
	background : #fff ;
	font-size : .9375em;
	line-height : 1.6em;
	font-family: "Roboto", "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, "ï¼­ï¼³ ã‚´ã‚·ãƒƒã‚¯", sans-serif;
	font-weight: 500;
	letter-spacing: .03em;
	color : #333 ;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #f0f0f0;
}
/*----- éŠã‚´ã‚·ãƒƒã‚¯ç”¨ -----*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/*----- éŠã‚´ã‚·ãƒƒã‚¯ç”¨ã“ã“ã¾ã§ -----*/
a,
a:visited{
    color: #73a528;
	outline : none;
}
a:hover {
	text-decoration : underline ;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
a.clear:hover{
	opacity: .7;
	filter : alpha(opacity=70);
	-ms-filter : "alpha( opacity=70 )";
}
img {
	max-width: 100%;
	height: auto;
}
/*----- ãƒ‰ãƒ©ãƒƒã‚°ã—ãŸæ–‡å­—ã‚’è£…é£¾ -----*/
::selection {
	background: #73a528;
	color: #fff;
}
::-moz-selection {
	background: #73a528;
	color: #fff;
}
.pc-none{
    display: none !important;
}
.sp-none{
    display: block;
}

/*==================================================

	START header
 
==================================================*/

#header {
	background-color: #333;
}

#header ul#head-block{
	display: table;
	width: 100%;
	position: relative;
}
#header ul#head-block li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#header ul#head-block li.office-name a{
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1.2;
    position: relative;
    display: inline-block;
    padding: 7% 0;
}
#header ul#head-block li.office-name a:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #73a528;
    position: absolute;
    bottom: -1px;
}
#header ul#head-block li.phone-number{
	text-align: right;
}
/*ãƒãƒŠãƒ¼ã‚ã‚Š*/
#header ul#head-block li.phone-number a{
    display: inline-block;
    padding-left: 1em;   
}
#header nav{
	background: repeating-linear-gradient(#a0a0a0, #a0a0a0 8px, #aaaaaa 0, #aaaaaa 15px);
	border-top: 1px solid #a0a0a0;
}
#header nav ul{
    text-align: right;
}
#header nav ul li{
	display: inline-block;
	padding-left: 2em;
}
#header nav ul li a{
	color: #333;
	font-weight: bold;
	display: block;
	padding: 2em 0;
	text-decoration: none;
	position: relative;
}
#header nav ul li a:before,
#header nav ul li a:after{
    position: absolute;
    bottom: 1.5em;
    content: "";
    display: inline-block;
    width: 0;
    height: 3px; 
    background: #333;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
#header nav ul li a:before{
    left: 50%;
}
#header nav ul li a:after{
    right: 50%;
}
#header nav ul li a:hover:before,
#header nav ul li a:hover:after{
    width: 50%;
}
#header nav ul li.current a:after{
	position: absolute;
    bottom: 1.5em;
    content: "";
    display: inline-block;
    width: 100%;
    height: 3px; 
    background: #333;
    transition: 0;
    left: 0;
    right: 0;
}
#header nav ul li.current a:before{
    content: none;
}


/*==================================================

	START footer
 
==================================================*/

#footer .footer-top{
    background: repeating-linear-gradient(#a5a5a5, #a5a5a5 8px, #afafaf 0, #afafaf 15px);
    padding: 2em 0;
}
#footer .footer-top .wrap,
#footer .footer-bottom .wrap{
    display: table;
}
#footer .footer-top p,
#footer .footer-top ul,
#footer .footer-bottom dt,
#footer .footer-bottom dd{
    display: table-cell;
    vertical-align: top;
}
#footer .footer-top .wrap p{
    font-size: 1.1em;
    padding: 0;
}
#footer .footer-top ul{
    vertical-align: middle;
}
#footer .footer-top  ul li{
    display: inline-block;
}
#footer .footer-top .wrap ul li a{
    font-weight: bold;
    text-decoration: none;
    padding: 0 .5em;
    color: #333;
}
#footer .footer-top .wrap ul li a:hover{
    text-decoration: underline;
}
#footer .footer-bottom{
    background: #333;
    padding: 3em 0;
    color: #fff;
}
#footer .footer-bottom dt{
    width: 50%;
}
#footer .footer-bottom p strong{
    font-size: 1.8em;
    font-weight: bold;
    display: block;
    padding-top: .5em;
}
#footer .footer-bottom #copyright{
    font-size: .8em;
    padding: 0;
}
#footer .footer-bottom dd{
    width: 50%;
}
#footer .footer-bottom dd .footer-navi{
    display: block;
}
#footer .footer-bottom dd .footer-navi li{
    display: inline-block;
}
#footer .footer-bottom dd .footer-navi li a{
    color: #fff;
    padding: 0 .5em;
}

#footer .footer-banner-wrap {
	padding: 3em 0;
	background-color: #f0f0f0;
}
#footer .footer-banner-wrap .banner-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
#footer .footer-banner-wrap .banner-list .banner {
	width: 23%;
	text-align: center;
	padding: 1%;
}
#footer .footer-banner-wrap .banner-list .banner a {
	display: block;
/* 	background: #fff; */
/* 	padding: 10px 0; */
}


/*==================================================

	START top
 
==================================================*/

#main-img-one {
	position: relative;
}
#main-img-one img {
	position: relative;
	margin-bottom: 50px;
	width: 100%;
}
#main-img-one #catch-copy {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 5em;
    font-weight: 100;
    line-height: 1.4;
    position: absolute;
    top: 30%;
    text-shadow: 1px 1px 10px #777;
}

/*----- ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ ã“ã“ã‹ã‚‰ -----*/
.flickity-viewport {
    height: 46vw !important;
}
#main-img-block{
    position: relative;
}
#main-img img{
    min-width: 100%;
}
#main-img .gallery-cell {
    width: 100%;
    height: auto;
}
h1#catch-copy {
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 3em;
    font-weight: 100;
    line-height: 1.4;
    position: absolute;
    top: 30%;
    text-shadow: 1px 1px 10px #777;
    padding: 0;
}
h1#catch-copy span{
    display: block;
    font-size: .3em;
    letter-spacing: .3em;
}
#main-img .flickity-page-dots{
    position: absolute;
    top: 3%;
}
#main-img .flickity-page-dots .dot{
    background: #73a528;
    opacity: 1;
    margin: 0 7px;
}
#main-img .flickity-page-dots .dot.is-selected{
    background: #fff;
}
/*----- ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ ã“ã“ã¾ã§ -----*/
#news-colm{
    background: #333;
    padding: 0 0 5%;
    margin: -10% 0 0;
}
#news-colm .wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
#news-colm .wrap &gt; *:last-child {
	padding-bottom: 2em;
}
#news-colm .daily-news-block,
#news-colm .topics-block {
    background: #fff;
    padding: 2em 2em 0;
}
#news-colm .daily-news-block {
/*
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    z-index: 100;
*/
/*     padding-bottom: 0; */
}
#news-colm .wrap .section-title{
    padding: .5em .5em .5em 0;
    margin-bottom: .5em;
    font-size: 1.6em;
}
#news-colm .wrap .section-title::after{
    content: none;
}
#news-colm .wrap .daily-news-block .section-title{
    padding: .5em .5em .5em 1.7em;
    background: url(./img/dn-icon.png) no-repeat left center / auto 50%;
}
#news-colm .wrap .topics-block .section-title{
    padding: .5em .5em .5em 1.7em;
    background: url(./img/t-icon.png) no-repeat left center / auto 50%;
}
#office-colm{
    background: #9ec0e0 url(./img/office-colm-bg.jpg) no-repeat center bottom / cover;
}
#office-colm .wrap{
    position: relative;
    padding: 5% 0 30%;
    height: 100%;
}
#office-colm .office-colm-text{
    background: #fff;
    padding: 2em 42% 2em 2em;
    width: 90%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#office-colm .office-colm-text h2:after{
    content: none;
}
#office-colm .office-colm-photo{
    width: 50%;
    position: absolute;
    top: 20%;
    right: 0;
}
#office-detail-colm{
    padding: 5% 0;
}
#office-detail-colm .float-left{
    width: 57%;
}
.float-left .baseTb tr th{
    width: 25%;
}
#office-detail-colm .float-right{
    width: 40%;
}
#office-detail-colm .float-right iframe{
    width: 100%;
    height: 350px;
}
/*==================================================

	ãã®ä»–å…±é€š
 
==================================================*/

/*----- ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ— -----*/
#pagetop{
	text-align: right;
	padding: 20px 0;
}
#pagetop a{
    font-size: .8em;
	text-decoration: none;
}
#pagetop a:hover span{
	text-decoration: underline;
}
#pagetop a span{
	padding-left: .5em;
}
/*----- ãƒšãƒ¼ã‚¸ãƒˆãƒƒãƒ—ã“ã“ã¾ã§ -----*/
h1{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2;
	padding: .8em 0;
	margin-bottom: 1em;
}
#title-block h1{
	font-size: 1.8em;
	line-height: 1.4;
	color: #fff;
}
h2{
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
	margin-bottom: 1.2em;
}
h2:after{
    content: "";
    display: block;
    width: 3%;
    height: 3px;
    background: #333;
    margin: .5em 0;
}
h2 span{
	font-size: .6em;
	font-weight: normal;
	color: #73a528;
}
h2 span:before{
    content: "â€•";
    padding: 0 .3em;
}
h3{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: .5em;
}
h4{
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: .5em;
}
h5{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .5em;
}
h6{
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    padding: .5em 0;
    margin-bottom: 1em;
    border-bottom: 1px solid #333;
}
.separation{
	padding-top: 40px;
	border-top: 1px dotted #333;
}
#main-column{
    position: relative;
    padding: 15% 0 0;
}
#main-column.index{
    padding: 0;
}
#title-block{
    padding: 7% 0 15%;
    width: 100%;
    text-align: center;
    background: #555;
    position: absolute;
    top: 0;
    z-index: -1;
}
.wrap{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.contents .wrap{
    background: #fff;
    padding: 5%;
}
.float-right{
	float: right;
}
img.float-right{
	margin: 0 0 1.5em 1.5em;
}
.float-left{
	float: left;
}
img.float-left{
	margin: 0 1.5em 1.5em 0;
}
.pb20{
	padding-bottom: 1.25em;
}
.pb30{
	padding-bottom: 1.875em;
}
.pb50{
    padding-bottom: 3.125em;
}
p{
	padding-bottom: 1em;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-bold{
	font-weight: bold;
}
.txt-small{
    font-size: .9em;
}
.txt-XXL{
	font-size: 2rem
}
.txt-XL{
	font-size: 1.5rem
}
.txt-L{
	font-size: 1.3rem
}
.txt-M{
	font-size: 1.1rem
}
.txt-XXS{
	font-size: .7rem
}
.txt-XS{
	font-size: .8rem
}
.txt-S{
	font-size: .9rem
}

/*----- ãƒªã‚¹ãƒˆ -----*/
.num{
	margin-left: 1.5em;
}
.num li{
	list-style: decimal;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
.disc{
	margin-left: 1.2em;
}
.disc li{
	list-style: disc;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
/*----- ãƒªã‚¹ãƒˆã“ã“ã¾ã§ -----*/


/*----- ãƒ†ãƒ¼ãƒ–ãƒ« -----*/
.baseTb{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 20px;
	margin-top: -20px;
}
.baseTb tr th,
.baseTb tr td{
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
}
.baseTb tr th{
    width: 20%;
	border-left: 1px solid #73a528;
}
.baseTb tr td iframe{
	padding: 1em 0 0;
}

.accessTb dt,
.accessTb dd {
	display: table-cell;
}
/*----- ãƒ†ãƒ¼ãƒ–ãƒ«ã“ã“ã¾ã§ -----*/
/*----- ãƒžã‚¤ãƒŠãƒ³ãƒãƒ¼ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ -----*/
.mynumberBox{
	border: 1px solid #555;
	padding: 1em;
}

/*----- ãƒžã‚¤ãƒŠãƒ³ãƒãƒ¼ã‚³ãƒ³ãƒ†ãƒ³ãƒ„ã“ã“ã¾ã§ -----*/


/*----- ãƒ–ãƒ­ã‚° -----*/
.contents .wrap.separator {
	border-top: 1px solid #ddd;
}
.post-type-archive-blogs h2 span,
.blogs-template-default h2 span{
	display: block;
	padding-bottom: .25rem;
	color: #000;
}
.post-type-archive-blogs h2 span:before,
.blogs-template-default h2 span:before{
	display: none;
}
.editor strong{
	font-weight: bold;
}
.editor em{
	font-style: italic;
}
.editor ul,
.editor ol{
	margin: 0 0 1rem 1rem;
}
.editor ul li{
	list-style: disc;
	line-height: 1.5;
}
.editor ol li{
	list-style: decimal;
	line-height: 1.5;
}
.editor table {
	margin-bottom: 1rem;
	border-collapse: collapse;
}
.editor table tr th,
.editor table tr td {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}
.editor table tr th {
	background: #eee;
}
.editor img{
	display: block;
}
.editor img.aligncenter{
	margin: 0 auto;
	padding-bottom: 1rem;
}
.editor img.alignleft{
	float: left;
	margin-right: 1rem;
}
.editor img.alignright{
	float: right;
	margin-left: 1rem;
}
.editor img.alignleft:after,
.editor img.alignright:after{
	content: " " ;
	display : block ;
	clear : both;
	height : 0 ;
	visibility : hidden ;
}

/*----- ãƒ–ãƒ­ã‚°ã“ã“ã¾ã§ -----*/



/*==================================================

	ãƒ¬ã‚¹ãƒãƒ³ã‚·ãƒ–
 
==================================================*/

@media (max-width: 480px){
	body{
    	font-size: 0.875em;
	}
	/*----- header -----*/
	#header{
		width: 100%;
		height: auto;
		min-height: 55px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
	}
	#header ul#head-block{
		padding: 0;
		position: relative;
		z-index: 9999;
		width: 80%;
	}
	#header ul#head-block li.office-name{
		display: inline-block;
		width: 100%;
		line-height: 55px;
	}
	#header ul#head-block li.office-name a{
		font-size: 1.3em;
		padding: 0;
	    vertical-align: middle;
	}
	#header ul#head-block li.office-name a::after{
    	content: none;
	}
	/* 	meanmenu */
	html .mean-container .mean-bar{
		float: none;
		top: 0;
		min-height: 55px;
	}
	html .mean-container .mean-nav{
		margin-top: 55px;
		background: #73a528;
	}
	html .mean-container .mean-nav .wrap{
    	padding: 0;
    	position: absolute;
	    background: #73a528;
	}
	html .mean-container .mean-nav ul li{
		border-bottom: 1px dotted #fff;
	}
	html .mean-container .mean-nav ul li.mean-last{
		border: 0;
	}
	html .mean-container .mean-nav ul li a{
		display: block;
		text-decoration: none;
		padding: 1.5em 1em;
		color: #fff;
	}
	html .mean-container a.meanmenu-reveal{
		background: #73a528;
		color: #333;
		width: 29px;
		height: 29px;
		text-align: center;
		line-height: 27px;
		font-size: 3em !important;
		font-weight: normal;
		font-family: inherit;
	}
	html .mean-container a.meanmenu-reveal span{
		margin-top: 5px;
		background: #333;
	}
	
	/*----- footer -----*/
	#pagetop.wrap{
    	padding: 1em 3%;
	}
	#pagetop a{
    	font-size: .9em;
	}
	#footer .footer-top{
    	padding: 2em 0 0;
	}
	#footer .footer-top .wrap,
	#footer .footer-bottom .wrap{
    	display: block;
	}
	#footer .footer-top p,
	#footer .footer-top ul,
	#footer .footer-bottom dt,
	#footer .footer-bottom dd{
    	display: block;
	}
	#footer .footer-top .wrap{
    	padding: 0;
    	text-align: center;
	}
	#footer .footer-top p.office-name{
    	padding: 0 0 1em;
	}
	#footer .footer-top ul{
    	text-align: left;
    	margin-top: 2em;
	}
	#footer .footer-top .wrap ul li,
	#footer .footer-top .wrap ul li:last-child{
    	display: block;
    	border: 0;
	}
	#footer .footer-top .wrap ul li a{
    	display: block;
    	padding: 1.25em 1em 1.25em 3%;
    	border-top: 1px solid #ddd;
	}
	#footer .footer-top .wrap ul li a:before{
    	display: inline-block;
      	font-family: 'FontAwesome';
      	content: "\f105";
      	font-size: 100%;
      	padding-right: 0.35em;
      	font-style: normal;
      	font-weight: normal;
      	line-height: 1;
	}
	#footer .footer-bottom dt,
	#footer .footer-bottom dd{
    	width: auto;
	}
	#footer .footer-bottom dd.pc-none{
    	text-align: center;
    	padding: 2em 0 0;
	}
	#footer .footer-bottom dd.pc-none a{
    	display: inline-block;
	}
	#footer .footer-bottom dt a{
        width: 50%;
        color: #fff;
    }
    #footer .footer-bottom dd .footer-navi {
	    text-align: left;
	    margin: 2em 0 0;
	}
	#footer .footer-bottom dd .footer-navi li {
	    display: block;
	}
	#footer .footer-bottom dd .footer-navi li a {
	    padding: 0;
	    margin: .5em 0;
	    display: inline-block;
	}
	#footer .footer-banner-wrap .banner-list .banner {
		width: 80%;
		text-align: center;
		padding: 2% 1%;
	}
	/*----- ãƒˆãƒƒãƒ—ãƒšãƒ¼ã‚¸ -----*/
	#news-colm .wrap &gt; *:last-child {
		padding-bottom: 1em;
	}
	#news-colm .daily-news-block,
	#news-colm .topics-block {
    	position: static;
    	padding: 1em;
    	margin-bottom: 3%;
	}
/*
	#news-colm .topics-block{
    	margin-bottom: 0;
	}
*/
	#news-colm{
    	padding: 3% 0;
	}
	#office-colm{
    	background-size: 100%;
	}
	#office-colm .wrap{
    	padding: 3% 3% 40%;
	}
	#office-colm .wrap .office-colm-text,
	#office-colm .wrap .office-colm-photo{
    	position: static;
    	width: auto;
	}
	#office-colm .wrap .office-colm-text{
    	padding: 2em 1em 1em;
	}
	#office-detail-colm{
    	padding: 5% 3% 3%;
	}
	#office-detail-colm .float-left,
	#office-detail-colm .float-right,
	.float-left .baseTb tr th{
    	width: 100%;
	}
	/*----- ãƒ¡ã‚¤ãƒ³ç”»åƒ -----*/
    #main-img-block h1#catch-copy{
    	font-size: 1.25em;
    	top: 30%;
	}
	#main-img .flickity-page-dots{
    	bottom: 3%;
    	top: auto;
	}
	/*----- å…±é€š -----*/
	h1{
		font-size: 1.3em;
		padding: .5em .3em;
	}
	#title-block h1{
    	font-size: 1.5em;
	}
	h2{
		font-size: 1.25em;
		padding: 0 .3em .8em;
		margin-bottom: .5em;
	}
	body h2:after{
    	width: 5%;
    	margin: .7em 0 0;
	}
	h3{
    	font-size: 1.2em;
	}
	h4{
    	font-size: 1.15em;
	}
	h5{
    	font-size: 1.1em;
	}
	h6{
    	font-size: 1.05em;
	}
	#news-colm .wrap .section-title {
		font-size: 1.2em;
	}
	.separation{
		padding-top: 30px;
	}
	.float-right,
	.float-left{
		float: none;
	}
	img.float-right,
	img.float-left{
		margin: 0 auto 1em;
		display: block;
	}
	#main-column{
    	padding: 0;
	}
	#main-column #title-block{
    	position: static;
    	padding: 10% 0;
    	margin-bottom: 1em;
	}
	.wrap,
	.wrap #top-colm,
	.contents.scroll-block{
		width: 100%;
		margin: 0 auto;
 		padding: 0 3%;
		box-sizing: border-box;
	}
	.wrap .contents{
		width: 100%;
/* 		margin: 0 0 30px; */
	}
	.baseTb tr th,
	.baseTb tr td{
		width: 100%;
		display: block;
	}
	body .pc-none{
        display: block !important;
    }
    body .sp-none{
        display: none !important;
    }
	/*----- Google Map -----*/
	.baseTb tr td iframe{
		max-width: 100%;
	}
	/*----- ç¨Žå‹™ã‚«ãƒ¬ãƒ³ãƒ€ãƒ¼ -----*/
	.contents.scroll-block .wrap{
    	padding: 0;
    	height: auto;
    	overflow: scroll;
    	-webkit-overflow-scrolling: touch;
	}
	/*----- ãƒ–ãƒ­ã‚° -----*/
	.editor a{
		word-break: break-all;
	}
	.editor img.alignleft,
	.editor img.alignright{
		float: none;
		height: auto;
		display: block;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.editor img.aligncenter{
		height: auto;
	}
}


/* çµŒç†ãƒ‰ãƒªãƒ–ãƒ³RSSãƒ•ã‚£ãƒ¼ãƒ‰æŽ²è¼‰ */
#news-colm {
	padding: 0 0 5%;
    margin: -5% 0 0;
}
#news-colm .feeds-block {
    background: #fff;
    padding: 2em 2em 0;
}
#news-colm .feeds-block h3 {
	padding: .5em .5em .5em 0;
}
#news-colm .feeds-block .feed {
	padding: 0 0 1em;
}
#news-colm .feeds-block .feed:last-child {
	padding: 0;
}
#news-colm .feeds-block .feed-date {
	line-height: 1.6;
}
#news-colm .feeds-block .feed-title {
	font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: .5em;	
}
#news-colm .feeds-block .feed-description {
	display: inline;
	line-height: 1.6;
}
@media (min-width: 481px) {
	#news-colm .wrap &gt; *:last-child {
	    padding-bottom: 2.5em;
	}
	#news-colm .daily-news-block,
	#news-colm .topics-block {
	    padding: 2em 2em 0;
	}
	#news-colm .feeds-block .feed:last-child {
		padding: 0;
	}
	#news-colm .feeds-block .feed-title {
	    font-size: 1.3em;
	}
}
@media (max-width: 480px) {
	#news-colm .feeds-block {
    	position: static;
    	padding: 1em;
    	margin-bottom: 3%;
	}
	#news-colm .daily-news-block .contents,
	#news-colm .topics-block .contents,
	#news-colm .feeds-block .feed-list {
		margin: 0;
		padding: 0 0 .5em;
	}
	#news-colm .feeds-block .feed-title {
	    font-size: 1.15em;
	}
}

/* ãƒãƒŠãƒ¼è²¼ä»˜ */
#footer #footer-mjsBanner-wrap {
	padding: 2em 0;
	background-color: #f0f0f0;
	min-height: 4em;
	position: relative;
}
#footer #footer-mjsBanner-wrap #mjsBannerList {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
#footer #footer-mjsBanner-wrap #mjsBannerList .banner {
	width: 23%;
	text-align: center;
	padding: 1%;
}
#footer #footer-mjsBanner-wrap #mjsBannerList .banner a {
	display: block;
}
@media (max-width: 480px) {
	#footer #footer-mjsBanner-wrap #mjsBannerList .banner {
		width: 80%;
		text-align: center;
		padding: 1%;
	}
}

/*----- ãŠå•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ãƒ†ãƒ¼ãƒ–ãƒ« -----*/
.grecaptcha-badge { visibility: hidden; }
.wpcf7-spinner { display: none !important; }

#contactTb{
	margin-bottom: 2em;
}
#contactTb.baseTb tr th{
	width: 35%;
}
#contactTb.baseTb tr th .require{
	color: red;
}
#contactTb.baseTb tr p:has(.require){
	padding-bottom: 0;
}
#contactTb.baseTb tr .require{
	color: red;
}
#contactTb.baseTb tr th .submessage{
	font-size: 0.8em;
}
#contactTb.baseTb tr input[type="tel"],
#contactTb.baseTb tr input[type="text"],
#contactTb.baseTb tr input[type="email"],
#contactTb.baseTb tr textarea{
	border: 1px solid #aaa;
	padding: 0.3em 0.5em;
	font-size: 100%;
	width: 80%;
	outline: none;
}
#confirm-button{
	text-align: center;
}
#confirm-button input[type="button"],
#confirm-button input[type="submit"]{
	margin: 0 5px;
	font-size: 1.2em;
}
#confirm-button input[type="submit"],
#confirm-button input[type="reset"],
#confirm-button  input[type="button"]{
	border-radius: 3px;
	background: #555;
	color: #fff;
	padding: 1em 2.5em;
	border: 0;
	transition: 0.3s;
}
#confirm-button input[type="submit"]:hover{
	background: #d72500;
	cursor: pointer;
}
#confirm-button input.backBtn{
	background: #ccc;
	color: #333;
}
#confirm-button input.backBtn:hover{
	background: #aaa;
}

@media (max-width: 480px) {
	#contactTb.baseTb tr th{
    	width: 100%;
	}
	#contactTb.baseTb tr input[type="tel"], 
	#contactTb.baseTb tr input[type="text"], 
	#contactTb.baseTb tr input[type="email"], 
	#contactTb.baseTb tr textarea{
		width: 90%;
	}
}
/*----- ãŠå•ã„åˆã‚ã›ãƒ•ã‚©ãƒ¼ãƒ&nbsp;ãƒ†ãƒ¼ãƒ–ãƒ«ã“ã“ã¾ã§ -----*/

.form_mail .wpcf7-not-valid-tip{
	display: none !important;
}
.form_phone .wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid-tip{
	background-color: rgb(220 50 50 / 0.15);
    padding: 0.2rem 0.6rem 0.1rem;
	width: 80%;
	margin-top: 0.6rem;
	@media (max-width: 480px) {
		width: 90%;
	}
}
.form_mail,.form_phone{
	@media (max-width: 480px) {
		td {
			padding-bottom: 0 !important;
		}
	}
}
#error_phone_mailadd .wpcf7-not-valid-tip{ 
	margin-top: 0;
}
.form_valid_tip td{
	padding: 0 !important;
}
.form_valid_tip span{
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	background-color: rgb(220 50 50 / 0.15);
	padding: 0.2rem 0.6rem 0.1rem;
	width: 86%;
	@media (max-width: 480px) {
		width: 90%;
	}
}
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: none;
}
#error_phone_mailadd .wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: block;
}
</pre></body></html>