<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/

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

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

.entry-content {
	background-color: #fff;
}

.breadcrumbs {
	font-size: .7em;
	margin-bottom: 0px;
	width: 100%;
	color: #333;
	position: relative;
	z-index: 2;
}

.breadcrumbs .pankuzu {
	margin: 0 auto;
    padding: 5px 0 15px;
    box-sizing: border-box;
    text-align: center;
}

.breadcrumbs .pankuzu a {
	color: #333;
}

.entry-content th,
.entry-content td {
	padding: .5em;
	line-height: 1.4;
}

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

.entry-content h2 {
	font-size: 3.4rem;
    margin: 50px 0 15px;
    font-weight: 500;
	position: relative;
}

.entry-content h3 {
	font-size: 3rem;
	margin-bottom: 4.5rem;
	line-height: 1.6;
	text-align: center;
    color: #54450c;
    font-weight: 700;
}
.entry-content h3 span {
    border-radius: 5rem;
    background-color: #fddc60;
	padding: .5em 1em;
	display: inline-block;
}
.entry-content h3 span.enbox {
	color: #FFF;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    background: #152A4E;
    font-family: 'Roboto Condensed', sans-serif;
	padding: 6px 8px 2px;
}

.entry-content h3 span.enbox .num {
    font-size: 2.6rem;
}

.entry-content h3 span.yellow {
	margin: 0 4px;
    padding: 1px 4px 3px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    background: #f4f421;
}

.entry-content h3 span.blue {
	color: #116ecd;
}

.entry-content h3 span.date {
	display: block;
	font-size: 1.4rem;
	color: #999;
}

.entry-content h4 {
	font-size: 2.2rem;
    margin: 50px 0 15px;
    position: relative;
    color: #0e6938;
}

.entry-content h4 span.num {
    font-size: .8em;
    vertical-align: 1px;
    background-color: #fddc60;
    padding: 2px .5rem;
    color: #333;
    display: inline-block;
    margin-right: .5rem;
    border-radius: 6px;
}

.entry-content h4 span.smallnum {
    font-size: 14px;
    vertical-align: 10px;
	color: #111;
}

.entry-content h4 span.date {
	font-weight: normal;
	font-size: .7em;
	border-bottom: 0;
	padding-left: 0;
	margin: 0;
	display: block;
	color: #666;
}

.entry-content h5 {
	overflow: hidden;
	font-size: 1.8rem;
	margin: 40px 0 6px;
	clear: both;
	font-weight: 500;
	color: #19a55c;
}

.entry-content h5 span.num {
	position: relative;
    color: #ccc;
    font-size: 1.4em;
    margin: -2rem 10px -2rem 0;
    display: inline-block;
	vertical-align: -2px;
	font-family: 'Ibarra Real Nova', serif;
}

.entry-content h6 {
	overflow: hidden;
    font-size: 1.8rem;
	color: #004EA2;
    margin: 20px 0 5px;
    clear: both;
    font-weight: 500;
}

.entry-content h6 span {
	background-color: #004EA2;
	display: inline-block;
	color: #fff;
	padding: 0px 8px;
	margin-right: 5px;
	font-size: .8em;
}

.entry-header {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 60px 0 ;
    text-align: center;
	margin-bottom: 80px;
	background: #fbfff1;
}

.entry-body {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 100px;
    padding: 0;
    box-sizing: content-box;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.69;
}

.entry-bg {
    padding: 100px 20px;
	/*background: url("../image/com_bg.png") repeat left top;*/
	background: #EFEFEF;
}

.entry-mbs {
	padding-bottom: 40px;
	margin-bottom: 60px;
}

.page-title {
    margin-bottom: 10px;
    font-size: 2rem;
    text-align: center;
}

.page-title .en{
    color: #0e6938;
    font-size: 1.6rem;
    z-index: 1;
	display: block;
	margin-top: .9rem;
}
.page-title .jp {
    margin: 0;
    color: #333;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 700;
	position: relative;
	z-index: 2;
}

.page-title .jp-small {
	display: inline-block;
    font-size: 1.4rem;
    letter-spacing: 0;
    background-color: #3e3a39;
    color: #fff;
	padding: 2px 8px;
}

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

.entry-body .mt-30 {
	margin-top: -30px !important;
}

.entry-body sup {
	font-size: .8em;
}

.entry-body sup.under {
	vertical-align: bottom;
}

.entry-content .mb0 {
	margin-bottom: 0 !important;
}

.entry-content .mb80 {
	margin-bottom: 80px !important;
}

@media all and (min-width: 768px) {
	
	.entry-body .mt0pc {
		margin-top: 0 !important;
	}
	
	.entry-content .mb80 {
		margin-bottom: 60px !important;
	}

	
}


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

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

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

.entry-body table {
	margin: 0 auto;
	width: 100%;
}

.entry-body table th {
	background-color: rgba(14,105,56,.1);
}

.entry-body table td {
	background-color: #F0F0F0;
}

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

.entry-body .row {
	overflow: hidden;
	margin: 0 auto 1em;
	width: 1200px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.entry-body .row-rev {
	flex-direction: row-reverse;
}

.entry-body .row-bg {
	padding: 40px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.entry-body .col-12 {
	width: 100%;
}

.entry-body .col-10 {
	width: 79%;
}

.entry-body .col-9 {
	width: 74%;
}

.entry-body .col-8 {
	width: 66%;
}

.entry-body .col-6 {
	width: 48%;
}

.entry-body .col-5 {
	width: 40%;
}

.entry-body .col-4 {
	width: 31%;
}

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

.entry-body .col-2 {
	width: 16%;
}

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

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

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

.entry-body .under-red {
	text-decoration: underline solid 2px #c00;
}

.entry-body .u_yellow {
	background: linear-gradient(transparent 60%, #F5EB89 0%);
	z-index: 1;
	font-weight: bold;
}

.entry-body span.bg-yellow {
    font-size: 1em;
    background-color: #9FC6AE;
    color: #fff;
    padding: 0px 5px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: 2px;
}

.entry-body span.bg-blue {
    font-size: 1em;
    background-color: #98AFC7;
    color: #fff;
    padding: 0px 5px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: 2px;
}

.entry-body span.bg-pink {
    font-size: 1em;
    background-color: #F5A392;
    color: #fff;
    padding: 0px 5px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: 2px;
}

.entry-body a.under {
	text-decoration: underline;
}

.entry-body a.under:hover {
	text-decoration: none;
}

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

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

.entry-body .boxtext {
	background-color: #111;
	color: #fff;
	padding: 2px 6px;
	display: inline-block;
	margin-right: 5px;
}
.entry-body dl dt {
	width: 7em;
	float: left;
	font-size: 1.4rem;
	font-weight: bold;
	color: #77ce45;
	padding-top: 0.3em;
	line-height: 1.6;
}

.entry-body dl dd {
	padding-left: 7em;
	margin-bottom: .5em;
	padding-bottom: .5em;
	border-bottom: 0.2rem solid #77ce45;
}

.entry-body ul.list-circle ,
.entry-body ul.list-num {
	margin-bottom: 1em;
}

.entry-body ul.list-num {
	padding-left: 1.5em
}

.entry-body ul.list-circle li {
	padding-left: 1.3em;
	margin-bottom: .2em;
	position: relative;
}

.entry-body ul.list-circle li:before {
	content: "■";
    position: absolute;
    left: 0;
    top: 0.5em;
    color: #fddc60;
    font-size: .6em;
}

.entry-body ul.list-num li {
	position: relative;
    list-style-type: decimal;
    margin-bottom: 1em;
    line-height: 1.8;
}

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

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

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

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

.entry-body .box {
	padding: 1em 1.5em;
    background-color: #fbfff1;
    padding-bottom: 0;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
    border-radius: 3rem;
}

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

.entry-body a img {
	transition: .5s;
}

.entry-body .youtube {
	position: relative;
	padding-top: 56.25%;
}

.entry-body .youtube iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

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

#main .entry-body .mb10 {
	margin-bottom: 10px;
}

#main .entry-body .page-nav {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .entry-body .page-nav li {
	width: 32%;
}

#main .entry-body .page-nav li a {
    padding: 1em;
    display: inline-block;
    font-weight: normal;
    color: #333;
    margin: 0 auto;
    overflow: hidden;
    z-index: 2;
    position: relative;
    width: 100%;
    background-color: #f0f0f0;
	box-sizing: border-box;
}

#main .entry-body .page-nav li a::before {
	content: "";
    display: block;
    position: absolute;
    right: 1em;
    width: 8px;
    height: 8px;
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 42%;
    transition: .3s;
}

#main .entry-body .page-nav li a:hover::before {
    top: 50%;
}

#main .entry-body .page-nav-img {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#main .entry-body .page-nav-img li {
	width: 23%;
	margin-bottom: 20px;
}

#main .entry-body .page-nav-img li .txtSpan {
	display: block;
    padding-right: 32px;
    font-weight: 500;
    line-height: 1.5;
    background: url("../image/icon01.png") no-repeat right 5px top 0px;
	transition: .5s;
}
@media all and (max-width: 896px) {
	
	#main .entry-body .page-nav-img li .txtSpan {
		background-size: 20px !important;
	}
}

#main .entry-body .page-nav-img li a:hover .txtSpan {
    background: url("../image/icon01.png") no-repeat right 0px top 0px;
}

#main .entry-body .more {
	text-align: center;
	padding-bottom: 3px;
	margin: 1em 0;
}

#main .entry-body .more-left {
	text-align: left;
}

#main .entry-body .more a {
    color: #fff;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    line-height: 1.64;
    background: linear-gradient(to right, #73ce45 0%, #11b38a 100%);
	border-radius: 35px;
	transition-duration: .5s;
	transition-property: background;
	display: inline-block;
}
#main .entry-body .more a span {
    background: url(../image/icon03.png) no-repeat right 2.1rem center / 2.6rem;
	transition: .5s;
	display: inline-block;
    padding: 1rem 6rem 1rem 3rem;
}
#main .entry-body .more a:hover span {
    background: url(../image/icon03.png) no-repeat right 1.1rem center / 2.6rem;
}

#main .entry-body .more a img {
	margin-bottom: 0;
	padding-right: 5px;
}

#main .entry-body .more a img.banner_img {
	position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding-right: 0;
}

#main .entry-body .more a:hover img.banner_img {
	opacity: 1;
}

#main .entry-body .more-banner a {
	text-align: left;
	display: block;
    padding-left: 2em;
	padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1.6;
	background-color: #EEA971;
    border: 0;
    color: #fff;
	justify-content: flex-start;
}

#main .entry-body .more-l a {
    width: 540px;
	max-width: 100%;
	padding-top: 30px;
    padding-bottom: 30px;
    line-height: 1.6;
	align-items: center;
    display: flex;
}

#main .entry-body .more-left a {
	margin-left: 0;
}

#main .entry-body .small {
	font-size: .8em;
	line-height: 1.6;
	display: inline-block;
}

#main .entry-body img {
	border-radius: 2rem;
}


/*********pageナビ*********/
.pagenavi{
    color: #004290;
    margin: 30px auto 0;
    line-height:2em;
    text-align:center;
    clear: both;
	padding-bottom: 60px;
}
.pagenavi a{
    text-decoration:none;
}
.pagenavi a.page-numbers, .pagenavi .current{
    color: #004290;
    padding: 5px 10px;
    border:solid 1px #ccc;
    text-decoration:none;
}
.pagenavi a.page-numbers:hover{
    color:#fff;
    background: #004290;
}
.pagenavi .current{
    color: white;
    background: #004290;
    border-color: #004290;
    font-weight: 500;
}
.pagenavi .next, .pagenavi .prev{
    border:0 none;
    background:transparent;
    text-decoration:none;
    font-weight: 500;
}

/*------------------------------------------------------------
	会社案内
------------------------------------------------------------*/

body.company #main dl dt {
	color: #333;
	width: 11em;
}

body.company #main dl dd {
	border-bottom: 1px solid #ccc;
	padding-left: 11.5em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body.company #main dl dd {
		padding-left: 0;
	}
	
}
/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/

body.faq #main .entry-body dl.qa-list dt {
    margin: 0 15px 0 0;
    padding: 23px 25px 26px 98px;
    position: relative;
    color: #0e6938;
    font-size: 2rem;
    font-weight: 700;
    box-sizing: border-box;
    background: #FFF;
    z-index: 2;
	float: none;
    width: auto;
}

body.faq #main .entry-body dl.qa-list dt:before {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 4.75rem;
    text-align: center;
    background: #0e6938;
    content: "Q";
    font-family: 'Roboto', sans-serif;
	border-radius: 80px;
}

body.faq #main .entry-body dl.qa-list dd {
    margin: 0 0 51px 20px;
    padding: 40px 25px 40px 79px;
    position: relative;
    line-height: 2;
    box-sizing: border-box;
    background: #fbfff1;
    z-index: 1;
    border: 0;
    border-radius: 3rem;
}

body.faq #main .entry-body dl.qa-list dd:before {
	width: 79px;
    height: 79px;
    position: absolute;
    top: 32px;
    left: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #73ce45;
    font-size: 4.75rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #73ce45;
    background: #FFF;
    content: "A";
    font-family: 'Roboto', sans-serif;
	border-radius: 80px;
}

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

	body.faq #main .entry-body dl.qa-list dt {
		margin: 0 0 -17px 0;
		padding: 7px 10px 7px 50px;
		font-size: 1.6rem;
	}

	body.faq #main .entry-body dl.qa-list dt:before {
		width: 40px;
		height: 40px;
		left: 0;
		top: 0;
		font-size: 2.3rem;
	}
	
	body.faq #main .entry-body dl.qa-list dd {
		margin: 0 0 24px 10px;
		padding: 37px 16px 19px 40px;
		font-size: 1.4rem;
		line-height: 1.71;
		text-align: justify;
	}
	
	body.faq #main .entry-body dl.qa-list dd:before {
		width: 39px;
		height: 39px;
		top: 26px;
		left: -10px;
		font-size: 2.3rem;
	}

}

/*------------------------------------------------------------
	スタッフ紹介
------------------------------------------------------------*/

body.staff #main .entry-body dl dt {
	width: 4em;
}

body.staff #main .entry-body dl dd {
	padding-left: 4em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body.staff #main .entry-body .col-4 img  {
		display: block;
		width: 70%;
		margin: 0 auto 1rem;
	}

	body.staff #main .entry-body dl dt {
		width: 100%;
	}

	body.staff #main .entry-body dl dd {
		padding-left: 0;
	}

}

/*------------------------------------------------------------
	ご相談の流れ
------------------------------------------------------------*/

body.flow #main .entry-body .flow-area {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc;
}

body.flow #main .entry-body .flow-area .photo {
	width: 8%;
	padding: 2.5rem;
    background-color: #fbfff1;
    border-radius: 10rem;
}

body.flow #main .entry-body .flow-area .photo img {
	border-radius: 0;
}

body.flow #main .entry-body .flow-area .text {
	width: 78%;
}

body #main .entry-body .tel a {
    padding-left: 3.5rem;
    color: #73ce45;
    font-size: 4rem;
    background: url(../image/icon01.png) no-repeat left center / 3rem;
}

/*------------------------------------------------------------
	実家・空き家相談内容一覧
------------------------------------------------------------*/

body.service #main .entry-body .service-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc;
}

body.service #main .entry-body .service-area .photo {
	width: 20.4rem;
    height: 20.4rem;
	padding: 3rem 2.5rem;
    border-radius: 50%;
    background-color: #c6e98c;
	text-align: center;
}
body.service #main .entry-body .service-area .photo a {
	transition: .5s;
}

body.service #main .entry-body .service-area .photo a:hover img {
	opacity: .7;
}

body.service #main .entry-body .service-area .photo img {
	border-radius: 0;
	margin: 0 auto 1.5rem;
    width: 8rem;
}

body.service #main .entry-body .service-area .photo p {
	min-height: 6.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0e6938;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.45;
}

body.service #main .entry-body .service-area .text {
	width: calc(100% - 29rem);
}

body #main .entry-body .fukidashi {
	background-color: #c6e98c;
    padding: 2rem;
    border-radius: 2rem;
    font-size: 1.8rem;
    text-align: center;
    color: #0e6938;
    font-weight: bold;
	position: relative;
}

body #main .entry-body .fukidashi:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 20px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #c6e98c transparent transparent transparent;
	border-width: 20px 20px 0 20px;
}

body #main .entry-body .service-flow .item {
	display: flex;
	width: 90%;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2rem;
	padding: 2rem;
	border-radius: 0 5rem 5rem 0;
	background-color: #fbfff1;
}

body #main .entry-body .service-flow .item02 {
	border-radius: 5rem 0 0 5rem;
	margin-left: auto;
	background-color: #FFF9E1;
}

body #main .entry-body .service-flow .item .title {
	font-size: 2rem;
	width: 28rem;
	margin-bottom: 0;
	font-weight: bold;
}

body #main .entry-body .service-flow .item .title span.num {
	width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 3rem;
    text-align: center;
    background: #0e6938;
    font-family: 'Roboto', sans-serif;
    border-radius: 60px;
    display: inline-block;
    line-height: 60px;
    margin-right: 1rem;
}

body #main .entry-body .service-flow .item02 .title span.num {
	color: #333;
	background-color: #fddc60;
}
body #main .entry-body .service-flow .item .text {
	width: calc(100% - 30rem);
	margin-bottom: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body.service #main .entry-body .service-area .text {
		width: 100%;
	}

	body.service #main .entry-body .service-area .photo {
		width: 50%;
		height: calc(50vw - 1.5rem);
		margin: 0 auto 1rem;
		padding: 4rem 1.5rem;
	}
	
	body.service #main .entry-body .service-area .photo img {
		margin: 0;
	}
	
	body.service #main .entry-body .service-area .photo p {
		font-size: 1.6rem;
	}
	
	body #main .entry-body .fukidashi {
		padding: 1rem;
		font-size: 1.6rem;
	}
	
	body #main .entry-body .fukidashi:after {
		right: inherit;
		top: inherit;
		left: 10px;
		bottom: -10px;
	}
	
	body #main .entry-body .service-flow .item .text ,
	body #main .entry-body .service-flow .item .title {
		width: 100%;
	}

	body #main .entry-body .service-flow .item .title {
		font-size: 1.6rem;
		margin-bottom: .5rem;
	}

	body #main .entry-body .service-flow .item .title span.num {
		width: 30px;
		height: 30px;
		font-size: 1.8rem;
		line-height: 30px;
	}
}
/*------------------------------------------------------------
	お客様の声
------------------------------------------------------------*/

body.voice #main .entry-body .voice-area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc;
}

body.voice #main .entry-body .voice-area .photo {
	width: 24.4rem;
    height: 24.4rem;
    border-radius: 50%;
	text-align: center;
}

body.voice #main .entry-body .voice-area .text {
	width: calc(100% - 29rem);
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body.voice #main .entry-body .voice-area .photo ,
	body.voice #main .entry-body .voice-area .text{
		width: 100%;
		height: auto;
	}

	body.voice #main .entry-body .voice-area .photo img {
		width: 50%;
		display: block;
		margin: 0 auto 1rem;
	}

}
/*------------------------------------------------------------
	セミナー情報
------------------------------------------------------------*/

body #main .entry-event .item {
	padding: 4rem;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	background-color: #fbfff1;
	border-radius: 2rem;
}

body #main .entry-event .item .photo {
	width: 26%;
}
body #main .entry-event .item .photo {
	position: relative;
}
body #main .entry-event .item .photo .finish {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .4);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    z-index: 10;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

body #main .entry-event .item .photo img {
	border-radius: 0;
	width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: top;
}

body #main .entry-event .item .text {
	width: 70%;
}

body #main .entry-event .item .text h3 ,
body #main .single-event h3 {
	text-align: left;
	margin-bottom: 2rem;
}

body #main .single-event img {
	border-radius: 0;
}

body #main .single-event .entry-body a.pdf {
	position: relative;
}

body #main .single-event .entry-body a.pdf:after {
    content: "クリックでPDF表示します。";
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.5em;
    text-align: center;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    color: #fff;
}

@media all and (min-width: 0) and (max-width: 767px) {
	
	body #main .entry-event .item {
		flex-wrap: wrap;
		padding: 1.5rem;
	}

	body #main .entry-event .item .photo ,
	body #main .entry-event .item .text {
		width: 100%;
	}
	
	body #main .entry-event .item .photo img {
		height: 180px;
	}
	
	body #main .entry-event .item .text h3, body #main .single-event h3 {
		margin: 1rem 0;
	}

}

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

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

body.sitemap .entry-body ul li {
	padding-left: 1.5em;
	margin-bottom: .2em;
	position: relative;
}

body.sitemap .entry-body ul li:before {
	content: "■";
    position: absolute;
    left: 0;
    top: 0.5em;
    color: #ccc;
    font-size: .6em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		background-size: 685px auto;
	}
	
	.comContact .content, footer .content {
		width: 100%;
		padding: 0 22px;
	}

	.entry-header {
		margin-top: 0;
		padding: 3.5rem 0 3rem;
		margin-bottom: 40px;
	}

	.entry-header:after {
		left: -5%;
		top: 0;
	}
	
	.entry-header-img {
		margin-bottom: 0px;
	}

	.page-title {
		line-height: 1;
	}
	
	.page-title .en {
		font-size: 1rem;
		margin-top: 1.6rem;
	}
	
	.page-title span.jp {
		font-size: 2rem;
		padding: 0 10px 20px 10px;
		margin-top: 0;
	}
	
	.page-title span.jp-small {
		font-size: 1.6rem;
		padding: 6px 10px;
		margin-bottom: 6px;
	}
	
	.page-title span.jp:after {
		height: 12px;
	}
	
	.content {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin: 0;
	}

	.breadcrumbs {
		font-size: .8em;
		margin-bottom: 2em;
		display: none;
	}

	.breadcrumbs .pankuzu {
		width: 100%;
		padding: .5em;
	}

	.entry-content:after {
		display: none;
	}

	#main .content:before {
		background-color: #666666;
	}
	
	
	.entry-content h2 {
		font-size: 2rem;
		margin: 40px 0 25px;
	}
	
	.entry-content h3 {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.entry-content h4 {
		font-size: 1.8rem;
		margin: 2em 0 1em;
		padding-bottom: 0;
		line-height: 1.6;
	}

	.entry-content h5 {
		font-size: 1.6rem;
		margin: 2em 0 1em;
	}

	.entry-content h6 {
		font-size: 1.4rem;
		margin: 1.5em 0 .5em;
	}

	.entry-content h4 span {
		padding-left: 0;
	}
	
	.entry-content h4 span.smallnum {
		vertical-align: 6px;
	}
	
	.entry-body .big {
		font-weight: 500;
		font-size: 1.2em;
	}

	.entry-body .sp-big {
		line-height: 1.4 !important;
		font-size: 1.4rem;
		margin-top: -20px !important;
	}

	.entry-body {
		width: 100%;
		font-size: 1.4rem;
		padding: 0 1.5rem;
		margin-bottom: 4rem;
		box-sizing: border-box;
	}

	.entry-bg {
		padding: 40px 15px;
	}

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

	.entry-body .row {
		margin-left: 0;
		width: 100%;
	}
	
	.entry-body .row-bg {
		padding: 20px;
	}

	.entry-body .col-12 ,
	.entry-body .col-10 ,
	.entry-body .col-9 ,
	.entry-body .col-8 ,
	.entry-body .col-6 ,
	.entry-body .col-5 ,
	.entry-body .col-4 ,
	.entry-body .col-2 {
		width: 100%;
		padding: 0;
	}
	
	.entry-body .col-3 {
		width: 49%;
	}

	.entry-body .col-3-img {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.entry-body .col-3-img .col-img {
		width: 49%;
	}
	
	.entry-body .col-3.sp-center {
		margin: 0 auto 1.5em;
	}

	.entry-body .sp-left {
		text-align: left;
	}

	.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: 30%;
		height: auto;
	}

	.entry-body iframe.map {
		max-width: 100%;
		height: 16em !important;
	}

	.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;
	}
	
	#main .entry-body .more a {
		font-size: 1.6rem;
	}
	
	#main .entry-body .more a span {
		background-size: 1.8rem;
        background-position: right 1.6rem center;
	}
	#main .entry-body .more-l a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.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;
	}*/
	
	.entry-body .table-scroll table th,
	.entry-body .table-scroll table td {
		display: table-cell;
		width: auto;
		white-space: nowrap;
	}

	.entry-body dl dt {
	    font-size: 1.3rem;
		float: none;
		width: 100%;
	}

	.entry-body dl dd {
		padding-left: 0;
	}
	
	#main .entry-body .comLink {
		width: 100%;
	}

	body #main .content:before ,
	body #main .content:after {
		height: 70px !important;
		background-position: center !important;
	}

	#main .entry-body .more {
		text-align: center;
	}
	
}
@media all and (min-width: 0) and (max-width: 767px) {
	
	.entry-body .col-3 {
		width: 100%;
	}
	
}</pre></body></html>