<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    display: block;
}

/*-------------------------
	common
-------------------------*/
.flex {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    ms-flex-align: center;
    align-items: center;
}

body {
    -webkit-text-size-adjust: 100%;
}

.wrap {
    width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

/*-------------------------
	toparea
-------------------------*/
.toparea {
    background: url(../img/title.jpg) no-repeat center top;
    height: 560px;
    margin-top: -10px;
    
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    ms-flex-align: center;
    align-items: center;
}


/*-------------------------
intro
-------------------------*/
#intro {
    text-align: center;
    padding: 80px 0 60px;
}
#intro h2 {
    font-size: 24px;
    padding: 1em 0;
}
#intro p {
    padding-bottom: 30px;
}

/*-------------------------
intro2
-------------------------*/
.intro2 {
	background-color:#EAF3E8;
	margin-top:180px;
}
.intro2 .intro-bg {
    height: 338px;
    background: center center / cover no-repeat url(../img/bg-1.jpg);
    position: relative;
	top:-180px;
}
.intro2 h2 {
	position:relative;
	text-align:center;
    margin: 0 0 40px;
		margin-top:-100px;
}
.intro2 h2::before {
    background-color: #000000;
    content: '';
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 80%;
}
.intro2 h2 span {
	position:relative;
	z-index:2;
	display:inline-block;
	margin:0 2.5em;
    line-height: 30px;
    padding: 0 20px;
    text-align: center;
    background-color:#EAF3E8;
}
.intro2 p {
    text-align: center;
    padding-bottom: 80px;
}

/*-------------------------
point1 / point2
-------------------------*/
.point1{
}
.point1 .wrap,
.point2 .wrap{
	margin:100px auto;
}
.point1 h2.flex,
.point2 h2.flex{
	justify-content:flex-start;
	font-size:36px;
	letter-spacing:0.1em;
}
.point1 h2.flex img,
.point2 h2.flex img{
	margin-right:40px;
}
.point1 .box.third,
.point2 .box.third{
	padding:60px 45px;
}
.point1 .box.third &gt; div,
.point2 .box.third &gt; div{
	align-items:flex-start;
}
.point1 .box.third &gt; div.cate-btn,
.point2 .box.third &gt; div.cate-btn{
	text-align:right;
	margin:20px 0 0;
}
.point1 .box.third &gt; div &gt; div,
.point2 .box.third &gt; div &gt; div{
	width:31%;
}
.point1 .box.third &gt; div &gt; div p,
.point2 .box.third &gt; div &gt; div p{
	text-align:right;
	font-size:18px;
	margin:0 0 20px;
}
.point1 .box.third &gt; div &gt; div a,
.point2 .box.third &gt; div &gt; div a{
	display:block;
	font-size:18px;
    color: #FFFFFF;
    text-align: center;
    background: #32902a;
    padding: 15px 0;
    box-sizing: border-box;
}
.point1 .box.third &gt; div &gt; a,
.point2 .box.third &gt; div &gt; a{
	color: #32902a;
    font-weight: bold;
}


.pic{
	margin:30px 0 40px;
}
.pic ul{
	justify-content:space-between;
}
.pic ul li.txt{
	width:40%;
}
.pic ul li p{
}
.pic ul li p:first-of-type{
	font-size:20px;
	font-weight:bold;
	letter-spacing:0.025em;
	line-height:40px;
	margin-bottom:20px;
}
.pic ul li p:first-of-type span{
	color:#32902A;
	font-weight:normal;
	padding-right:10px;
}

.box{
	position:relative;
	border:3px solid #32902a;
	padding:30px;
	box-sizing:border-box;
	margin-top:70px;
}
.box &gt; h3{
	position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
		background:#FFFFFF;
		padding:0 30px;
		font-size:25px;
		color:#32902a;
		letter-spacing:0.025em;
}
.box &gt; div{
	justify-content:space-between;
}
.box .txt{
	width:47%;
}
.box .txt h4{
	font-size:20px;
}
.box .txt .price{
	text-align:right;
	font-size:18px;
	margin-bottom:50px;
}
.box .txt .link-btn{
	display:table;
	margin: 100px 0 20px auto;
}
.box .txt .link-btn a{
	font-size:18px;
	color:#FFFFFF;
	text-align:center;
	background:#32902a;
	padding:15px 100px;
	box-sizing:border-box;
}
.box .txt .cate-btn{
	display:table;
	margin-left:auto;
}
.box .txt .cate-btn a{
	color:#32902a;
	font-weight:bold;
}

/*-------------------------
point2
-------------------------*/
.point2{
	background:#EAF3E8;
}
.point2 .wrap{
	padding:100px 0;
}
.point2 .box{
	border:none;
	background:#FFFFFF;
}
.point2 .box &gt; h3{
	text-align:center;
	padding:15px 0;
	max-width:270px;
	width:100%;
}
.point2 .box &gt; div &gt; div h4{
	font-size:20px;
	margin:30px 0 10px;
}


#otherPage {
    padding: 120px 0;
}
#otherPage .wrap &gt; div {
    border-bottom: 0;
    padding:50px 0;
}
#otherPage h2 {
    font-size: 36px;
    text-align: center;
    padding-bottom: 20px;
}</pre></body></html>