<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 */

/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
	color: #FF3366;
}
a:hover {
	color: #ffff42;
}

img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	display:block;
}
a:hover img {opacity: 0.5;}
a img {transition: opacity 0.3s ease-out;}

#container {
	width:100%;
}

p {
	color: #3E3A39;	/* 文字色 */
}

/*===============================================
基本レイアウト
===============================================*/

html {
	font: 62.5%/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	/*
	$rembase:     10px;
	$line-height: 15;
	 */
	 -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-overflow-scrolling : touch;
	-webkit-tap-highlight-color : rgb(52,158,219); 
}

/* ボディ */
body {
	margin: 0;		/* スペース */
	padding: 0;	/* 余白 */
	font-size: 10px;
	font-size: 1rem;
	line-height:1.6;
	color: #3E3A39;
	background-repeat: repeat;            /* 背景を繰り返す */
	background-image: url(../image/bg.jpg);　
	
}

/* ヘッダー */
.header {
	text-align: center;	/* テキスト、画像の真ん中寄せ */
	padding: 0em;		/* 上下の余白 */
	margin-bottom: 0em;	/* 他のブロックとのスペース */
	font-size: 15px;
	color: #000;
}

.header-wrapper {
	width:97.65625%;
	max-width: 1000px;
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0;	/* 上下左右の余白を0にしておく */
	overflow: hidden;		/* floatを解除する */
}

/* ロゴ画像 */
.logo {
	width:70%;
	height: auto;		/* 高さ */
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	text-align: center;
	padding-top: 30px;
}
.yahooimg {
	width:35%;
	height:35%;	
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	text-align: center;
	padding-top: 30px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.twoCol .inner {
	position: relative;
	overflow:hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column;
	width: 48.98%;
	width: calc((380 / 780) *100%);
	height: auto;
	margin:0 0 10px 0;
}
.twoCol .inner div:nth-child(2n+1) {
	clear:both;
}
.twoCol .inner .image {
	width: 80%;
	min-height: 100%;
}
.twoCol .inner img {
	width:80%;
}

@media screen and (max-width:767px) {
	.twoCol {
		display: block;
		margin-bottom:20px;
	}
	.twoCol .inner {
		width :100%;
		margin:0 0 10px 0;
	}
}
/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
	margin-bottom:60px;
}
.threeCol .inner {
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
	-ms-flex-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	width: 32.14%;
	width: calc((315 / 980) *100%);
	margin: 0 0 20px 0;
}
.threeCol .inner:nth-child(3n+1) {
	clear:both;
}
.threeCol .inner h4 {
	width: 100%;
	margin-top: 0.5em;
	text-align: left;
}
.threeCol .inner p {
	width: 100%;
	margin-bottom: 0;
	text-align: justify;
}
.threeCol .inner &gt; a {
	width: 100%;
	height: 100%;
}
.threeCol .inner .image {
	width: 100%;
	min-height: 0%;
}
.threeCol .inner img {
	width: 100%;
}
.threeCol .inner .btn {
	margin-top: auto;
	padding-top: 20px;
}
.threeCol .inner .text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	pointer-events: none;
}

@media screen and (max-width:767px) {
	.threeCol {
		display: block;
		margin-bottom: 20px;
	}
	.threeCol .inner {
		width : 100%;
		margin: 0 0 10px 0;
	}
}

/* スライドショー */
#slideshow {
   position: relative;
   width:  640px; /* 画像の横幅に合わせて記述 */
   height: 427px; /* 画像の高さに合わせて記述 */
	 margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	text-align: center;
}
#slideshow img {
   position: absolute;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}



/*===============================================
メインコンテンツ
===============================================*/
.wrapper {
	width:97.65625%;
	max-width: 1000px;
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0;	/* 上下左右の余白を0にしておく */
	overflow: hidden;		/* floatを解除する */
	background: rgba( 255, 255, 255, 0.5 );
}

.top-content {
	margin-top: 2em;	/* 他のブロックとのスペース */
	margin-bottom: 2em;	/* 他のブロックとのスペース */
}

.main {
	width:100%;
	max-width: 1000px;
	margin-bottom: 20px;
	padding: 1em;
}

.center{width:80%;
	height: auto;		/* 高さ */
	margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	text-align: center;
	padding-top: 20px;}



/*===============================================
フッター
===============================================*/
/* フッター */

.c_center {
	text-align: center;
	font-size: 13px;
	margin-top: 40px;
}

.c_center-smart {
	display: none;
}

.footer {
	text-align: center;	/* テキスト、画像の真ん中寄せ */
	margin-top: 1em;	/* 他のブロックとのスペース */
	padding: 0.8em 0 3em;		/* 上下の余白 */
}






@media only screen and (min-width: 481px) and (max-width: 1023px) {
body {
	font-size:13px;
	font-size:1.3rem;
}

.logo img {
	width:90%;
}
}</pre></body></html>