<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-size: 15px;
    color: #333;
    line-height: 1.8;
    text-align: center;
    font-family: 貂ｸ繧ｴ繧ｷ繝�け菴�,Yu Gothic,YuGothic,繝偵Λ繧ｮ繝手ｧ偵ざ Pro,Hiragino Kaku Gothic Pro,繝｡繧､繝ｪ繧ｪ,Meiryo,sans-serif;
}
a {
    color: #654f1e;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #ec5a8b;
}
a img:hover {
    opacity: 0.7;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
}
a.noOpa:hover img {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1;
}
/*
wrapper
--------------------------*/
#wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
/*
title
--------------------------*/
.title{
	width:100%;
	background:url(../images/titleBg.png) left top repeat-x;
	height:440px;
}
.title .inTitle{
	width:1400px;
	background:url(../images/titleImg.png) right bottom no-repeat;
	height:440px;
	position:relative;
	margin:0 auto;
}
.title h1 {
    margin: 0 auto;
    position: absolute;
	top:15px;
	left:100px;
}
.title h1 img {
    display:block;
	margin:0 auto;
}
.title .read {
    position: absolute;
	bottom:40px;
	left:180px;
}
/*
cont01
--------------------------*/
.cont01{
	width:969px;
	height:479px;
	background:url(../images/cont01Bg.png) no-repeat;
	margin:40px auto 0;
	padding-bottom:40px;
}
.cont01 h2{
	padding-top:70px;
	text-align:center;
	margin-bottom:35px;
}
.cont01 h2 img{
	margin:0 auto;
	display:block;
}
.cont01 .contArea{
	width:850px;
	margin:0 auto;
	overflow:hidden;
}
.cont01 .contArea img{
	float:left;
}
.cont01 .contArea p{
	float:right;
	width:380px;
	background:url(../images/cont01Border.gif) left top repeat;
	padding-bottom:1px;
	text-align:left;
	line-height:35px;
}

/*
cont02
--------------------------*/
.cont02{
	width:100%;
	background:#f9f1e6 url(../images/cont02IndexBg.png) repeat-x;
	margin:0 auto;
	padding-bottom:40px;
}
.cont02 h2{
	padding:25px 0;
	margin-bottom:20px;
}
.cont02 .quizWrap{
	width:950px;
	margin:0 auto;
	text-align:center;
	position:relative;
}
.cont02 .quizWrap .question{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:309px;
	vertical-align:top;
	margin:3px 2px;
	cursor:pointer;
}
.cont02 .quizWrap .question:hover{
	opacity:0.8;
}
.cont02 .quizWrap .question img{
	display:block;
}
.cont02 .modal {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
	border-radius:10px;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
	width:950px;
	padding:30px 0 40px;
	box-shadow:1px 0px 8px 1px #ccc;
	-moz-box-shadow:1px 0px 8px 1px #ccc;
	-webkit-box-shadow:1px 0px 8px 1px #ccc;
	height:750px;
}
.cont02 .modal .answerArea{
	width:900px;
	margin:30px auto 40px;
	height:456px;
	position:relative;
}
.cont02 .modal .answerArea .ansIcon{
	position:absolute;
	top:20px;
	left:20px;
}
.cont02 .modal .answerArea .answer{
	position:absolute;
	top:170px;
	left:30px;
	width:400px;
}
.cont02 .modal .answerArea .answer img{
	display:block;
	margin:0 auto;
}
.cont02 .modal .textArea{
	padding:40px 40px;
	font-size:18px;
	text-align:left;
	background:#fcfbc9;
	margin:0 40px;
	border-radius:10px;
}
.cont02 #question1 .answerArea{
	background:url(../images/cont02Q01Img.png) right bottom no-repeat;
}
.cont02 #question2 .answerArea{
	background:url(../images/cont02Q02Img.png) right bottom no-repeat;
}
.cont02 #question3 .answerArea{
	background:url(../images/cont02Q03Img.png) right bottom no-repeat;
}
.cont02 #question4 .answerArea{
	background:url(../images/cont02Q04Img.png) right bottom no-repeat;
}
.cont02 #question5 .answerArea{
	background:url(../images/cont02Q05Img.png) right bottom no-repeat;
}
.cont02 #question6 .answerArea{
	background:url(../images/cont02Q06Img.png) right bottom no-repeat;
}
.cont02 #question7 .answerArea{
	background:url(../images/cont02Q07Img.png) right bottom no-repeat;
}
.cont02 #question8 .answerArea{
	background:url(../images/cont02Q08Img.png) right bottom no-repeat;
}
.cont02 #question9 .answerArea{
	background:url(../images/cont02Q09Img.png) right bottom no-repeat;
}
.cont02 .modal.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.cont02 #close {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 20px;
    transition: .2s linear;
    cursor: pointer;
	z-index:999;
}
.cont02 #close:hover {
    opacity: .7;
}
.cont02 #close:before,
.cont02 #close:after {
    content: "";
    position: absolute;
    background-color: #bd4396;
    width: 8px;
    height: 35px;
    transform: rotate(45deg);
}
.cont02 #close:after {
    transform: rotate(-45deg);
}

/*
cont03
--------------------------*/
.cont03{
	width:950px;
	margin:60px auto 0;
	padding-bottom:50px;
}
.cont03 h2{
	width:940px;
	margin:0 auto 30px;
	text-align:left;
}
.cont03 h2 img{
	margin:0;
	display:block;
}
.cont03 .definition{
	display:block;
	marign:0 auto;
}

/*
cont04
--------------------------*/
.cont04{
	width:950px;
	margin:40px auto 0;
	padding-bottom:50px;
}
.cont04 h2{
	width:920px;
	margin:0 auto 30px;
	text-align:left;
}
.cont04 h2 img{
	margin:0;
	display:block;
}
.cont04 .read{
	padding:0 15px;
	text-align:left;
	margin-bottom:20px;
}
.cont04 .boxArea{
	width:100%;
}
.cont04 .boxArea .box{
	width:453px;
	background:url(../images/cont04FoodBgBottom.png) left bottom no-repeat;
	padding-bottom:25px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
	margin:5px;
}
.cont04 .boxArea .box h3{
	width:100%;
}
.cont04 .boxArea .box h3 img{
	display:block;
}
.cont04 .boxArea .box .content{
	background:url(../images/cont04FoodBg.png) left top repeat-y;
	padding: 0 20px;
	height:230px;
}
.cont04 .boxArea .box .content img{
	display:block;
	margin:20px auto 10px
}
.cont04 .boxArea .box .content p{
	text-align:left;
	padding:0 5px;
	font-size:14px;
}
/*
cont05
--------------------------*/
.cont05{
	width:930px;
	margin:40px auto 0;
	background:url(../images/cont05Bg.jpg) right bottom no-repeat;
	text-align:left;
	padding-bottom:250px;
}
.cont05 p{
	width:600px;
	margin:20px 0;
}
/*
cont06
--------------------------*/
.cont06{
	width:963px;
	margin:80px auto 0;
}
.cont06 .crsBox{
	width:950px;
	margin:30px auto 40px;
	border:2px solid #bd4396;
	background:#fff;
	border-radius:10px;
	padding:30px 0;
	box-shadow:1px 0px 8px 1px #ccc;
	-moz-box-shadow:1px 0px 8px 1px #ccc;
	-webkit-box-shadow:1px 0px 8px 1px #ccc;
}
.cont06 .crsBox .crsCont{
	padding:0 30px;
	overflow:hidden;
	text-align:left;
}
.cont06 .crsBox .crsCont .photo{
	float:right;
	margin:0 0 0 25px;
}
.cont06 .crsBox .crsCont .crsName{
	display:block;
	margin:0 0 30px;
}
.cont06 .crsBox .crsCont p{
	padding:0 0 30px;
}
.cont06 .crsBox .crsCont .btn{
	display:block;
	margin:0;
}
/*
cont07
--------------------------*/
.cont07{
	width:963px;
	padding:0;
	margin:0 auto 40px;
}
.cont07 .reasonArea{
	width:963px;
	padding:0;
	margin:0 auto;
}
.cont07 .reasonArea h3{
	padding:0;
	margin:0;
}
.cont07 .reasonArea h3 img{
	display:block;
	margin:0;
}
.cont07 .reasons{
	width:963px;
	background:url(../images/cont07Bg.png) center top repeat-y;
	padding:20px 0;
	margin:0 auto;
}
.cont07 .reasonLine{
	background:url(../images/cont07BorderY.gif) center top repeat-y;
	width:830px;
	margin:0 auto;
	border-top:1px dashed #ccc;
	overflow:hidden;
}
.cont07 .reasonLine.last{
	border-bottom:1px dashed #ccc;
}
.cont07 .reasonLine .reasonBox{
	width:390px;
	text-align:left;
	padding:20px 0 15px;
}
.cont07 .reasonLine .reasonBox h4{
	margin-bottom:25px;
}
.cont07 .reasonLine .reasonBox h4 img{
	margin:0;
	display:block;
}
.cont07 .reasonLine .reasonBox .photo{
	float:right;
	margin-left:15px;
	margin-bottom:10px;
}
.cont07 .reasonLine .reasonBox p{
	font-size:14px;
	overflow:hidden;
}
.cont07 .reasonLine .boxL{
	float:left;
}
.cont07 .reasonLine .boxR{
	float:right;
}
.cont07 .reasonArea .bottom{
	display:block;
}
/*
cont08
--------------------------*/
.cont08{
	width:950px;
	padding:0;
	margin:70px auto 40px;
	border:2px solid #542d04;
	padding:20px 0;
	box-shadow:1px 0px 8px 1px #ccc;
	-moz-box-shadow:1px 0px 8px 1px #ccc;
	-webkit-box-shadow:1px 0px 8px 1px #ccc;
	border-radius:10px;
	position:relative;
}
.cont08 h3{
	margin-top:-45px;
}
.cont08 .voiceList{
	margin:0 auto;
	width:880px;
}
.cont08 .voiceList li{
	padding:20px 0;
	width:100%;
	text-align:left;
	overflow:hidden;
}
.cont08 .voiceList li .photo{
	float:left;
}
.cont08 .voiceList li .voiceRight{
	float:right;
	width:700px;
}
.cont08 .voiceList li .voiceRight .catch{
	font-size:20px;
	color:#a8804b;
	font-weight:bold;
}
.cont08 .voiceList li .voiceRight .name{
	font-size:14px;
	font-weight:bold;
}
.cont08 .voiceList li .voiceRight .voice{
	font-size:14px;
	background:url(../images/cont08Border.png) repeat;
	padding-bottom:1px;
	margin-top:10px;
	line-height:30px;
}

/*
btnArea
--------------------------*/
.btnArea{
	text-align:center;
	margin-bottom:40px;
}
.btnArea img{
	display:inline;
	vertical-align:middle;
	margin:0 10px;
}

/*
footer
--------------------------*/
.footer{
	padding:0;
	background:#fff;
}
.footer h3{
	background:#c4a479;
	width:100%;
	padding:15px 0;
}
.footer h3 img{
	disp;ay:block;
	margin:0 auto;
}
.footer .messages{
	width:100%;
	background:#f9f1e6;
	padding:15px 0;
	margin-bottom:20px;
}
.footer .messages p{
	text-align:left;
	width:950px;
	font-size:13px;
	margin:0 auto;
}

.footer .copy{
	display:block;
	margin:0 auto 20px;
}
</pre></body></html>