@charset "UTF-8";

/* ===== NORMAL ===== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
address, em, img, small, strong, sub, sup,
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, menu, nav, section, summary,
time, 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,menu,nav,section { 
    display:block;
}
 
ul,ol {
    list-style:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	outline:none;
	text-decoration:none;
}



/* ===== COMMON ===== */

html{
	overflow-y:scroll;
	font-size:62.5%;
	height:100%;
}

body{
	position:relative;
	right:0;
	width:100%;
	min-height:100%;
	background:url(../images/bg_body.png) repeat;
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:14px; font-size:1.4em;
	color:#000;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



table {
    border-collapse:collapse;
    border-spacing:0;
}

img {
	max-width:100%;
	vertical-align:top;
}

label{
	cursor:pointer;
}

a{
	color:#000;
	transition:linear 0.1s;
}




/* title */

.title{
	font-weight:bold;
	color:#0a8c6c;
}

.title .right{
	display:block;
	text-align:right;
}

.subtitle{
	margin-bottom:0;
	font-weight:bold;
	color:#89c138;
}

.release{
	margin-bottom:0;
	font-weight:bold;
	color:#0a8c6c;
}


/* button */

.btn{
	display:block;
	background:#0a8c6c;
	box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

btn:before{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	top:19px;
	left:10px;
	border-width:3px 0 3px 6px;
	border-style:solid;
	border-color:transparent transparent transparent #fff;
}

.btn.small{
	width:auto;
	padding:8px 5px;
	font-size:86%;
}

.btn.not{
	background:#ccc;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
	cursor:default;
	pointer-events: none;
}


/* ----- HEADER ----- */

header{
	position: relative;
	background:#fff;
}


nav{
	background:#ebebeb;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.gnav a{
	display:block;
	width:100%;
	padding:15px 0;
	text-align:center;
	font-weight:bold;
}



/* ----- MAIN ----- */

.main{
	position:relative;
}

.pagetop{
	position:absolute;
	z-index:100;
	background: rgb(114,190,162);
	background: -moz-linear-gradient(top,  rgba(114,190,162,0.75) 0%, rgba(180,216,126,0.75) 100%);
	background: -webkit-linear-gradient(top,  rgba(114,190,162,0.75) 0%,rgba(180,216,126,0.75) 100%);
	background: linear-gradient(to bottom,  rgba(114,190,162,0.75) 0%,rgba(180,216,126,0.75) 100%);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	text-align:center;
}
.pagetop:after{
	content:"△";
	position:absolute;
	color:#fff;
	pointer-events: none;
}

.pagetop:hover{
	background: rgb(114,190,162);
	background: -moz-linear-gradient(top,  rgba(114,190,162,0.85) 0%, rgba(180,216,126,0.85) 100%);
	background: -webkit-linear-gradient(top,  rgba(114,190,162,0.85) 0%,rgba(180,216,126,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(114,190,162,0.85) 0%,rgba(180,216,126,0.85) 100%);
}

.pagetop a{
	display:block;
	width:100%;
	height:100%;
	line-height:1.6;
	color:#fff;
}


/* ----- FOOTER ----- */

footer{
	background:#a8a294;
	color:#fff;
	text-align:center;
}



/* ----- TOP ----- */

.con_wrap{
	position:relative;
	margin:0 auto;
}

.con{
	position:relative;
	background:#fff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.11);
	-moz-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,0.11);
}
.result{
	background:none !important;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}
/* -- con1 -- */

.slogan_wrap{
	background:url(../images/bg_logo.png) center bottom no-repeat;
}

.slogan{
	text-align:center;
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.55;
}

.slogan .bl{
	color:#336cb1;
}
.slogan .gr{
	color:#479643;
}
.slogan .re{
	color:#c6383f;
}

.model{
	background:#ebe9de;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
}

.about_img{
	position:relative;
	padding:20px;

}

.about_img img{
	position:absolute;
	text-align:center;
}
.about_img img.img4{
	position:relative;
}

.about_img .pic{
	border:3px solid #fff;
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
}



.flow li{
	position:relative;
	display:inline-block;
	width:200px;
	height:220px;
	padding-top:60px;
	background: rgb(114,190,162);
	background: -moz-linear-gradient(top,  rgba(114,190,162,1) 0%, rgba(180,216,126,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(114,190,162,1) 0%,rgba(180,216,126,1) 100%);
	background: linear-gradient(to bottom,  rgba(114,190,162,1) 0%,rgba(180,216,126,1) 100%);
	box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	letter-spacing:normal;
}


.flw_act{
	position:absolute;
	bottom:0;
	left:0;
	display:block;
	width:100%;
	height:30px;
	padding:8px 0;
	background:#0a8c6c;
	text-align:center;
	font-weight:bold;
	color:#fff;
}

.flw_act:before{
	content:"";
	display:block;
	width:170px;
	height:160px;
	position:absolute;
	top:-175px;
	left:15px;
	background-repeat:no-repeat;
}
.fl1 .flw_act:before{
	background:url(../images/img_flow.png) 0 0 no-repeat;
}
.fl2 .flw_act:before{
	background:url(../images/img_flow.png) -210px 0 no-repeat;
}
.fl3 .flw_act:before{
	background:url(../images/img_flow.png) -420px 0 no-repeat;
}
.fl4 .flw_act:before{
	background:url(../images/img_flow.png) -630px 0 no-repeat;
}


.flow .next{
	content:"";
	display:block;
	width:0;
	height:0;
	border-style:solid;
	position:absolute;
	z-index:10;
}


.step{
}

.step li{
	position:relative;
	z-index:10;
	line-height:2;
}
.step li:last-child{
	margin-bottom:0;
}

.step li:before,
.step li:after{
	content:"";
	position:absolute;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.step li:before{
	background:#23986e;
}
.step li:after{
	background:#fff;
}

.step .balloon{
	position:absolute;
	z-index:20;
	display:block;
	background:#23986e;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	font-weight:bold;
	color:#fff;
}



/* -- con2 -- */

.theme{
}

.theme li{
	background:#ebe9de;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.theme .num{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:17px;
	background:#c3dd84;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-moz-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	-webkit-box-shadow:0px 0px 5px 0px rgba(35,152,110,0.5);
	text-align:center;
	line-height:20px;
	color:#23986e;
}




/* -- con3 -- */

.org_wrap{
	background:#f5f4ee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	overflow:hidden;
/*  overflow: auto;
  white-space: nowrap;
*/
}


/*
.scroll-table {
  overflow: auto;
  white-space: nowrap;
}
*/

.org_tbl{
	width:100%;
}

.org_tbl thead,
.org_tbl tbody{
	display:block;
	width:100%;
}
.org_tbl tbody{
	overflow-y:scroll;
}

.org_tbl th,
.org_tbl td{
	line-height:1.4;
	vertical-align:middle;
}

.org_tbl th{
	padding:8px 5px;
	border-top:4px solid #81bf2d;
	border-bottom:1px solid #dfd7ca;
	color:#23986e;
}

.org_tbl td{
	padding:10px;
	font-size:86%;
}

.org_tbl td:first-child{
	text-align:center;
}


/* -- con4 -- */

.act{
	clear:left;
	overflow:hidden;
	padding:20px;
	margin-bottom:20px;
	background:#ebe9de;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.act p{
	margin-bottom:0;
}



/* -- con5 -- */

.shops{
	letter-spacing:-.4em;
	margin-bottom:30px;
}

.shops li{
	display:inline-block;
	letter-spacing:normal;
	line-height:2;
}
.shops li:after{
	content:"｜";
	
}
.shops lilast-child:after{
	display:none;
}

.shops a{
	color:#ad763e;
}
.shops a:hover{
	font-weight:bold;
}



/* modal */

.modal_wrap{
	position:relative;
	background:#fff;
}

.modal_wrap p{
	margin-bottom:0;
}

.modal_category{
	font-weight:normal;
}

.modal_title{
}
.modal_title span{
	display:block;
	font-weight:normal;
}

.modal_area,
.modal_catch_copy{
	color:#23986e;
	font-weight:bold;
}

.modal_main .img{
	text-align:center;
}
.modal_main img{
	width:100%;
}

.modal_main .txt ol{
	margin:10px 0 10px 20px;
}
.modal_main .txt ol li{
	margin-bottom:5px;
	list-style:outside decimal;
	line-height:1.6;
}

.modal_shop_list{
	clear:both;
	overflow:hidden;
	border-top:1px solid #ccc;
}
.modal_shop_list li{
	float:left;
	display:table;
	width:100%;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
}
.modal_shop_list a{
	display:table-cell;
	padding:10px 5px;
	background:#ad763e;
	vertical-align:middle;
	text-align:center;
	line-height:1.2;
	color:#fff;
}
.modal_shop_list a.not{
	background:#fff;
	color:#ccc;
	cursor: default;
	pointer-events: none;
}

.modal_close_btn{
	position:relative;
	display:block;
	padding:10px;
	background:#ad763e;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
.modal_close_btn a{
	position:relative;
	color:#fff;
	padding-left:10px;
}
.modal_close_btn a:before,
.modal_close_btn a:after{
	content:"";
	display:block;
	width:16px;
	height:2px;
	position:absolute;
	top:8px;
	left:-10px;
	background:#fff;
}
.modal_close_btn a:before{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}
.modal_close_btn a:after{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

/* form 20170221 */
.dwnld{
	clear:left;
	overflow:hidden;
	padding:20px;
	margin-bottom:40px;
	background:#f5f4ee;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

.dwnld p{
	margin-bottom:20px;
}

/* news release */

dl.news {
	font-size: 130%;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	margin-right: 0;
	margin-left: auto;
}
dl.news dt {
	margin-top: 9px;
	padding-bottom: 5px;
	width: 100px;
	float: left;
	clear: both;
	font-weight: bold;
}

dl.news dt img {
margin: 5px 3px 0px -10px;
width: 8px;
}

dl.news dd {
	margin-bottom: 5px;
	padding: 0 0 5px 150px;
/*	border-bottom: 1px dotted #999; */
}

.flow li.presen {
	background: none;
	padding-top:0px;
	height:135px;
	border:solid 5px #fff;
/*	padding:4px */
	box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);

}

/* result */

.don_wrap{
	background:#f5f4ee;
/*	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px; */
	overflow:hidden;
}

.don_tbl{
	width:100%;
}

.don_tbl thead,
.don_tbl tbody{
/*	display:block; */
	width:100%;
}
.don_tbl tbody{
	overflow-y:scroll;
}

.don_tbl th,
.don_tbl td{
	line-height:1.4;
	vertical-align:middle;
}

.don_tbl th{
	padding:8px 5px;
	border-top:4px solid #81bf2d;
	border-bottom:1px solid #dfd7ca;
	border-right: 1px solid #dfd7ca;
	border-left: 1px solid #dfd7ca;
	color:#23986e;
}

.don_tbl td{
	padding:10px;
	font-size:86%;
	text-align: center;
	border-right: 1px solid #dfd7ca;
	border-bottom: 1px solid #dfd7ca;
}

.don_tbl td:first-child{
	text-align:center;
	border-right: 1px solid #dfd7ca;
	border-left: 1px solid #dfd7ca;
	border-bottom: 1px solid #dfd7ca;
}

.news{
	margin-bottom:10px;
}

.news a{
	text-decoration: underline;
}

.hidden {
	display: none;
}
