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

.page-template #rbox {
	display: none!important;
}

.page-template #content {
	width: 100%!important;
}

#home_staff{
	background: #fff;
	padding: 40px 40px 10px;
	box-sizing: border-box;
}
#home_staff &gt; section{
	margin:20px auto 50px auto;
	overflow:hidden;
}

#home_staff &gt; section p {
	font-size: 16px;
	padding: 0 20px;
}

#home_staff &gt; section &gt; section {
	margin-bottom: 50px;
}

#home_staff h3,#home_staff h4 {
	font-size: 24px;
}

#home_staff h4 {
	border-left: solid 10px #ef8903;
	padding-left: 10px;
}

#home_staff h5 {
	margin: 5px 20px;
}

#home_staff dl,#home_staff dt,#home_staff dd {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

#home_staff dl {
	width: 100%;
}

#home_staff dt{
	font-weight: bold;
	float:left;
	clear:both;
	padding: 0 0 10px 0;
}

#home_staff dd {
	margin-left: 10px;
	float:left;
	padding: 0 0 10px 0;
}

/*btn*/

.btn_area {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	min-height: 80px;
}

.btn_area li {
	width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
}

.btn_area li + li {
	margin-left: 10px;
}

.btn_area li a img {
	display: block;
    margin: 0 auto;
    text-decoration: none;
    box-shadow: 0px 4px 0 #ea5413;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn_area li a img:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: none;
	margin-top: 4px;
	transform: translateY(4px);
}
.btn_area li a img:active {
	color: #fff !important;
	opacity: 0.8;
	box-shadow: none;
	margin-top: 4px;
	transform: translateY(4px);
}

/*flex*/

.flex_center {
display: flex;
justify-content: center;
align-items: flex-start;
}

.flex_left {
    display: flex;
    justify-content: flex-start;
}

.flex_middle {
    align-items: center;
}

.flex_column {
	flex-direction: column;
}

.flex_center img,.flex_left img {
	align-self: start;
}

.tx_right {
	text-align:right;
}

/*img*/

.img_full {
    max-width: 100%;
    height: auto;
}


/*bold*/
.bold {
	font-weight: bold;
}

/*none*/
.dsp_none{display: none;}
.pc_dsp_none{display: none;}
.tb_dsp_none{display: block;}

/*sec_01*/
#sec_01 {
	margin: 0px auto 50px auto !important;
}

#sec_01 img {
	max-width: 400px;
	height: auto;
	margin-right: 10px;
}
@media (max-width: 600px) {
	#sec_01 img {
		max-width: 100%;
	}
}

#sec_01 &gt; p {
	margin-bottom: 10px;
}

.about {
	background: #fadbb3;
	padding: 10px 0;
	margin: 0 0 30px 0;
}

.about h3 {
	text-align: center;
	margin-bottom: 32px !important;
}

.about h3 span {
	padding-bottom: 10px;
  border-bottom: 4px solid #ef8903;
}

.about h5 {
	font-size: 20px;
	font-weight: bold;
}

.button-list {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}

.button-list__item {
	width: 50%;
	margin: 0 20px;
}
@media (max-width: 767px) {
	.button-list__item {
		margin: 0 5px;
	}
}

.button-list__item a {
	background: #ef8903;
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
	text-decoration: none;
}
@media (max-width: 767px) {
	.button-list__item a {
		font-size: 15px;
	}
}

.button-list__item a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.button-list__item a::before {
	content: "â–¼";
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	color: #fff;
	width: 18px;
	height: 25px;
}
@media (max-width: 767px) {
	.button-list__item a::before {
		width: 13px;
    height: 22px;
    font-size: 14px;
	}
}

.info h5 {
	font-size: 20px;
	font-weight: bold;
	color: #ea5413;
}

.info &gt; div {
	border: solid 3px #ea5413;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	height: 150px;
}


/* media query */
@media (max-width: 767px) {
body {
		margin: 0;
}

/*none*/
.tb_dsp_none{display: none;}
.pc_dsp_none{display: block;}
 
/*flex*/
.flex_left,.flex_center {
		flex-direction: column;
}
	
/*staff*/
	
	#home_staff {
		padding: 20px 10px 10px;
	}
	
	#home_staff h3, #home_staff h4 {
		margin: 10px 0;
		font-size: 18px;
	}
	
	#home_staff &gt; section {
		margin: 10px auto;
	}
	
	#home_staff &gt; section p {
    padding: 0;
}
	
/*sec_011*/
	
#sec_01 &gt; p {
    margin-bottom: 10px;
}

/* #sec_01 .commnent {
    max-height: 300px;
    overflow-y: scroll;
} */
		
.btn_area {
		flex-direction: column;
	}
	
.btn_area li {
	width : 100%;
}

.btn_area li + li {
	margin-left: 0;
	margin-top: 10px;
}

.about {
	padding: 10px 15px;
}

#home_staff h5 {
	padding: 5px;
}
	
#home_staff dl {
	padding: 10px;
	border-radius: 10px;
	flex-direction: column;
    flex-wrap: inherit;
}

#home_staff dt {
	font-size: 14px;
	width: 100%;
	padding:0;
}

#home_staff dd {
	font-size: 14px;
	width: 100%;	
	padding: 0 0 4px 0;
	min-height: auto;
}

.info &gt; div {
	padding: 0px;
}

}</pre></body></html>