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

* {
	/zoom : 1;
	margin: 0px;
	padding: 0px;
}
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
.center {
	text-align: center;
}
body {
	font-family:arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 16px;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3 {line-height: 100%;}
img {
	max-width: 100%;
}


#wrapper {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}

section {
	padding: 20px 50px 70px 50px;
}

h1 {
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 10px;
	
}
.data{
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #999;
}
.h1_btm {
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
h2 {
	font-size: 180%;
	padding: 10px;
	border-bottom: 5px solid #B5B5B5;
	background-image: url(img/logo_s.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	color: #FFF;
	background-color: #C13F9E;
	margin-bottom: 20px;
	padding: 10px;
}
h4 {
	font-size: 110%;
	font-weight: bold;
}

dl {
	overflow: hidden;
	border: 1px solid #000;
	border-top: none;
}
dt {
	padding: 10px;
	float: left;
	width: 200px;
	border-top: 1px solid #000;
}
dd {
	padding: 10px;
	margin-left: 220px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}
ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
li {
	vertical-align: top;
	display: inline-block;
	width: 23%;
	margin-bottom: 30px;
}
table {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #FFF;
	width: 100%;
}

th,td {
	padding: 10px;
	border: 1px solid #000;
}
th {
	background-color: #ccc;
	font-weight: normal;
}
td {
	text-align: center;
}

td.gray{
	background: #CCC;
}

table.spec {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 5px;
}
.spec tr {
	background-color: #d6d7e4;
}
.spec tr:nth-of-type(2n) {
	background-color: #ededf2;
}
.spec th, .spec td {
	padding: 10px;
	text-align: center;
}
.spec th {
	width: 50% !important;
	font-weight: normal;
}
.spec td {
	width: 50% !important;
}
.spec .sp1 {
	font-weight: bold;
	color: #FFF;
	background-color: #444ca7;
}

table.spec_green {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 5px;
}
.spec_green tr {
	background-color: #cedec8;
}
.spec_green tr:nth-of-type(2n) {
	background-color: #e8eee6;
}
.spec_green th, .spec_green td {
	padding: 10px;
	text-align: center;
}
.spec_green th {
	width: 50% !important;
	font-weight: normal;
}
.spec_green td {
	width: 50% !important;
}
.spec_green .sp1 {
	font-weight: bold;
	color: #FFF;
	background-color: #64a23d;
}


table.spec_orange {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 5px;
}
.spec_orange tr {
	background-color: #f7d0c6;
}
.spec_orange tr:nth-of-type(2n) {
	background-color: #fae8e5;
}
.spec_orange th, .spec_orange td {
	padding: 10px;
	text-align: center;
}
.spec_orange th {
	width: 50% !important;
	font-weight: normal;
}
.spec_orange td {
	width: 50% !important;
}
.spec_orange .sp1 {
	font-weight: bold;
	color: #FFF;
	background-color: #e9712a;
}


table.spec_gray {
	border-collapse: separate;
	width: 100%;
	margin-bottom: 5px;
}
.spec_gray tr {
	background-color: #dcdcdc;
}
.spec_gray tr:nth-of-type(2n) {
	background-color: #ececec;
}
.spec_gray th, .spec_gray td {
	padding: 10px;
	text-align: center;
}
.spec_gray th {
	width: 50% !important;
	font-weight: normal;
}
.spec_gray td {
	width: 50% !important;
}
.spec_gray .sp1 {
	font-weight: bold;
	color: #FFF;
	background-color: #9a9a9a;
}




.box {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 2%;
}
.box img {
	max-width: 100%;
}

.line {
	border-top: 2px dotted #B5B5B5;
	margin: 50px 0;
}
.waku {
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
}
.waku2 {
	border: 1px solid #F00;
	padding: 5px;
	margin-top: 10px;
}

.waku3 {
	border: 1px solid #000;
	padding: 5px;
	margin-top: 10px;
}
.contact {
	border: 1px solid #000;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}


.spec td.sp1 {
	width: 25% !important;
}
.spec td.sp2 {
	width: 50% !important;
	font-weight: bold;
}
th.bg-pink {
	font-weight: bold;
	color: #FFF;
	background-color: #C13F9E;
}
.b1 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background-color: #D1E7F6;
	padding: 10px 10px 10px 2em !important;
}
.b2 {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border: #D1E7F6 2px solid;
	padding: 10px 10px 10px 2em !important;
}
.ya {
	padding: 5px;
	text-align: center;
}

.box_info{
	width: 100%;
display: flex;
	justify-content: space-between;
	flex-wrap: wrap;}


.box_info .btn{
	width: 49%;
}

.box_info .btn img{
	width: 100%;
	margin: 3% 0;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
} 

iframe{
	width: 100%;
	height: 400px;
}

.red {color: #F00;}
.bold {font-weight: bold;}
.mr0 {margin-right: 0;}
.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.pr30 {padding-left: 0px !important;}
.attention{
	font-size: 90%;
	text-align: left;
	font-weight: 500;
	line-height: 160%;
}
.txt_left{
	text-align: left;
}
.txt_center{
	text-align: center;
}


@media only screen and (min-width:1000px) {
	
li:nth-child(3n) {
	margin-right: 0;
}

}

@media only screen and (min-width:481px) {
	
.sp {display:none;}

}


@media only screen and (max-width:768px) {

#wrapper {
	width: auto;
}
section {
	padding: 20px 5% 70px 5%;
}
li {
	width: 48%;
	margin-bottom: 5%;
}
li:nth-child(2n) {
	margin-right: 0 !important;
}
.box {
	width: auto;
	display: block;
	margin-right: 0;
	margin-bottom: 20px;
}
.spec td.sp1,
.spec td.sp2 {
	width: auto;
	text-align:left;
}

/*スクロール*/
.scroll{
	overflow: auto;
	white-space: nowrap;
}
.scroll::-webkit-scrollbar{
	height: 5px;
}
.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}


}

@media only screen and (max-width:480px) {
	
dt {
	float: none;
	width: auto;
	display: block;
	border-top: 1px solid #000;
	background: #e6e6e6;
}
dd {
	display: block;
	margin-left: 0;
	border-top: 1px solid #000;
	border-left: none;
}

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