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

/*------------------------------------------------------------------
/
/	STYLE:SP
/
/-----------------------------------------------------------------*/
html {}
body {}

/* common
-------------------------------------------------------*/
.pc {display: none;}
.sp {display: block;}

.area{width:100%;}
.area_in{
	width:100%;/* 任意の幅 */
	margin: 30px auto;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* img{
	width: 100%;
}

/* header
-------------------------------------------------------*/
#header{
	min-height:inherit;
	height: auto;
	position: relative;
}

#header .in{
	display: block;
}

#header .in .branding h1 {
	font-size: 0.675em;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	padding-left: 0;
}
#header .in .branding{
	text-align: center;
}
/* #header .in .contact{
	width: 100%;
	text-align: center;
} */
#header .in .branding,
#header .in .contact{
	display: block;
	vertical-align: middle;
}
#header .in .contact ul{
	width: 100%;
	display: table;
}
#header .in .branding .logo{
	display: block;
	width: 45%;
	margin: 0 auto;
	margin-bottom: 10px;
}

#header .in .contact&gt;p{
	font-size: 0.6em;
}


/* footer
-------------------------------------------------------*/
#footer .area_in{
	margin: 0 auto;
}
#footer .logo img{
	max-width: 160px;
}

/*=======================================================
	以下コンテンツのセクションごと
=======================================================*/
/* visual
-------------------------------------------------------*/
#visual{
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}
/* banner
-------------------------------------------------------*/
.banner01 .area_in{
	padding: 15px;
}
.banner01 .in{
	padding: 90px 10px 10px 10px;
	background: url(../images/item21_02.png) no-repeat left top #fff;
	-webkit-background-size: contain;
	background-size: contain;
}
.banner01 .in:before{
	width: 85px;
	height: 65px;
	-webkit-background-size: contain;
	background-size: contain;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.banner01 .in p.btn{
	position: relative;
	z-index: 1;
}

.banner01 .area_in ul{
	display: block;
}
.banner01 .in p.btn img{
	width: 70%;
}
.banner01 .area_in ul li{
	max-width: inherit;
	width: 100%;
	display: block;
	padding-right: 0;
	margin-bottom: 10px;
	text-align: center;
}
.banner01 .area_in ul li:first-of-type{
}
.banner01 .area_in ul li:last-of-type{
	margin-bottom: 0;
	padding-right: 0;
}
.banner01 .area_in ul li img{
	width: 100%;
	max-width: 100%;
}
.banner02{
	background: none;
}
.banner03{
	background: none;
}
.banner04{
	background: none;
}
.banner{
	background: rgb(255,251,239);
	background: -moz-linear-gradient(top,  rgba(255,251,239,1) 0%, rgba(255,245,217,1) 98%);
	background: -webkit-linear-gradient(top,  rgba(255,251,239,1) 0%,rgba(255,245,217,1) 98%);
	background: linear-gradient(to bottom,  rgba(255,251,239,1) 0%,rgba(255,245,217,1) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbef', endColorstr='#fff5d9',GradientType=0 );
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 1px 2px rgba(0,0,0,0.08);
	box-shadow: 0 0 1px 2px rgba(0,0,0,0.08);
	height: auto;
	/*padding: 0 10px 10px 10px;*/
	padding:0px;
}
.banner .btn{
	position: relative;
	right: 0;
	bottom: 0;
	box-sizing:border-box;
	padding:10px;
}
.banner p.sp{
	/*margin-top: -7px;*/
	margin-bottom: 0px;
}

/* title
-------------------------------------------------------*/
.title01{
	padding-left: 20px;
	padding-right: 20px;
}
.title01 h3{
	font-size: 1.25em;
}
.title01 h3 br{
	display: none;
}
.title01 .text_m{
	margin-bottom: 10px;
}
.title01 .text_m,
.title01 .text_s{
	float: none;
	display: block !important;
}
.title02{
	padding: 10px 0;
	font-size: 0.95em;
	line-height: 1.2;
}
.title03 {
	font-size: 1em;
	line-height: 1.2;
}
.title03:before {
	height: 80%;
	margin: auto 0;
	top: -10px;
}

/* #area01
-------------------------------------------------------*/
#area01{
	padding-bottom: 30px;
}
#area01 .box01{
	width: 100%;
	height: auto !important;
	float: none;
	margin-bottom: 20px;
}
#area01 .box01 h4{
	font-size: 1.2em;
}

/* #area02
-------------------------------------------------------*/
#area02 .column .img, #area02 .column .text{
	width: 100%;
}

#area02 .column{
	margin-bottom: 30px;
	flex-wrap:wrap;
	padding:0;
}

#area02 .column .left{
	width: 100%;
}

#area02 .column .right{
	width:100%;
	margin-left: 0;
}

#area02 .box_wrap .img img{
	width:auto;
}

#area02 .title_box{
	font-size: 1.2em;
}

#area02 .number_list{
	padding:1em 0;
}

#area02 .number_list li{
	padding-left: 3em;
}

#area02 .number_list li::before{
	top:2px;
	font-size: 14px;
	width:24px;
	height:24px;
	padding-top:1px;
}

#area02 .number_list li::after{
	top:2px;
	left:24px;
	border-width: 12px 0 12px 10px;
}

#area02 .number_list h5{
	font-size: 18px;
}

#area02 .table01 dl{
	display: block;
	width: 100%;
}
#area02 .table01 dl dt,
#area02 .table01 dl dd{
	padding: 10px;
}
#area02 .table01 dl dd{
	font-size: 0.75rem;
}
#area02 .table01 dl.gray{
	border-left: 1px solid #d6d6d6;
}
#area02 .dlist01 dl dt,
#area02 .dlist01 dl dd{
	width: 100%;
	display: block;
}
#area02 .dlist01 dl dt{
	text-align: center;
}
#area02 .dlist01 dl dt img{
	width: 60%;
}
#area02 .dlist01 dl dd{
	font-size: 0.75em;
}
#area02 .column .text.left{
	font-size: 0.8em;
	margin-bottom: 20px;
}

/* #area03
-------------------------------------------------------*/
#area03 .box03{
	width: 100%;
	float: none;
	margin-right: 0;
}
#area03 .box03{
	height: auto !important;
}
#area03 .box03 .in{
	height: auto !important;
}

#area03 .box03 .in.flex-box{
	flex-direction:column;
	flex-wrap: nowrap;
}

#area03 .box03 .in .column{
	height: auto !important;
}

/* #area04
-------------------------------------------------------*/
/* #area05
-------------------------------------------------------*/
/* #area06
-------------------------------------------------------*/
/* #area07
-------------------------------------------------------*/
/* #area08
-------------------------------------------------------*/
/* #area09
-------------------------------------------------------*/
/* #area10
-------------------------------------------------------*/</pre></body></html>