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

/* -------------------------------------------------------------------------------------

	body

-------------------------------------------------------------------------------------- */

body{
	 color:#333;
	 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size:90%;
	font-weight: 100;
	 line-height:180%;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #000;
    text-decoration: none;
}

/* -------------------------------------------------------------------------------------

	テキストレイアウト

-------------------------------------------------------------------------------------- */

.tec{	text-align:center !important;}

/* -------------------------------------------------------------------------------------

	マージン

-------------------------------------------------------------------------------------- */

.mrb4 {    margin-bottom: 4px }

.mrb10 {    margin-bottom: 10px }

.mrb15 {    margin-bottom: 15px }

.mrb20 {    margin-bottom: 20px }

.mrb30 {    margin-bottom: 30px }

.mrb40 {    margin-bottom: 40px }

.mrb50 {    margin-bottom: 50px }

.mrb60 {    margin-bottom: 60px }

.mrb100 {    margin-bottom: 100px }

.pat40 {    padding-top: 40px }

.tec {    text-align: center }

.ter {    text-align: right }

/* -------------------------------------------------------------------------------------

	clearfix

-------------------------------------------------------------------------------------- */

/*.clearfix { overflow:hidden; }
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {    clear: both }

.clearfix {    zoom: 1 }

/* -------------------------------------------------------------------------------------

	ページトップへ戻る

-------------------------------------------------------------------------------------- */

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top img{
	width:100%;
	height:auto;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#page-top a:hover {
	text-decoration: none;
	opacity:0.7;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}
.flex_d_row { flex-direction: row; }
.flex_w_nowrap { flex-wrap: nowrap; }
.flex_w_wrap { flex-wrap: wrap; }
.jc_end { justify-content: flex-end; }
.jc_center { justify-content: center; }
.jc_between { justify-content: space-between; }
.ai_start { align-items: flex-start; }
.ai_end { align-items: flex-end; }
.ai_center { align-items: center; }
.ai_baseline { align-items: baseline; }
.ai_stretch { align-items: stretch; }
.di_colmun { flex-direction: column; }

.voice-list {
    margin-bottom: 80px;
}
.voice-list h2 {
    background: url(../img/toku-bg.jpg) no-repeat center top;
    background-size: contain;
    color: #9d0a49;
    text-align: center;
    font-size: 150%;
    line-height: 150%;
    padding: 80px 0 30px;
    font-weight: bold;
}

.voice-list li {
    margin: 40px auto;
    max-width: 1120px;
    padding: 0 10px;
}

.voice-list figure {
    width: 50px;
    margin-right: 20px;
}

.voice-title {
    -webkit-flex: 1;
    flex: 1;
}

.voice-title h3 {
    color: #9d0a49;
    font-size: 20px;
    font-weight: bold;
}

.voice-title p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 0.4em;
}

.voice-textarea {
    box-sizing: border-box;
    background-color: #fafafa;
    padding: 20px;
    width: 100%;
}

.voice-textarea p {
    color: #434343;
    font-weight: 500;
}

.voice-textarea p + p {
    margin-top: 1em;
}

.eiseiTxt {
    text-align: center;
    margin: 30px;
    font-weight: bold;
    font-size: 17px;
}

.eiseiBox {
    text-align: left;
    margin: 10px;
}

.eiseiWrap {
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
	border: ridge;
	padding: 30px;
}

.eiseiArea {
    text-align: left;
    margin: 30px 0 30px 0px;
}

@media screen and (max-width: 640px) {
    .voice-list h2 {
        background: url(../img/toku-bg.jpg) no-repeat center top;
        background-size: 300px auto;
        color: #9d0a49;
        text-align: center;
        font-size: 130%;
        line-height: 150%;
        padding: 40px 5% 0;
        font-weight: bold;
    }
}

.topMovWrap {
	width: 96%;
	max-width: 692px;
	margin: 70px auto 80px;
}

.topMovBox {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}

.topMovBox iframe {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.info_area {
	width: 100%;
	margin: auto;
	text-align: center;
}

.info_box {
	width: 90%;
	max-width: 570px;
	padding: 0.2em 0.5em;
	margin: 2em auto 10px;
	background: #ffe6f5;
	box-shadow: 0px 0px 0px 10px #ffe6f5;
	border: dashed 2px white;
}

.info_box .title {
	color: #d90070;
	font-size: 127%;
	font-weight: bold;
	margin: 10px auto;
}

.info_box p {
	text-align: left;
    margin: 0; 
    padding: 5%;
}</pre></body></html>