@charset "UTF-8";

html
{
	outline: 0;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 62.5%;
}
@media screen and (min-width:375px){
	html
	{
	font-size: 65%;
	}
}
@media screen and (min-width:414px){
	html
	{
	font-size: 70%;
	}
}
@media screen and (min-width:768px){
	html
	{
	font-size: 100%;
	}
}

body{
	margin: 0 auto;
	padding: 0;
	color: #000;
	line-height: 1.5;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.4rem;
	width: 100%;
	height: 100%;
	min-width: 320px;
	max-width: 1000px;
    background: white;
}

body.nav_open{
	overflow: hidden;
}
div,
h1,h2,h3,
p,
ul,ol,li,
dl,dt,dd{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}
img{
	border: none;
	height: auto;
}

a{
	text-decoration: none;
	color:#666666;

}

textarea
	resize: none;
}

/******
input textarea
*******/

h1,h2,h3{
	font-weight: normal;
}

/******
font weight
*******/

.bold{
	font-weight: bold;
}

/******
font color
*******/
/******
font size
*******/

/******
text align
*******/

.center{
	text-align: center;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

/******
float
*******/

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.float_none{
	float: none;
}

/******
clearfix
*******/

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

/******
display
*******/

.hidden{
	display: none;
}

/******
back to top
*******/

#back_top{
	position: fixed;
	bottom: 2rem;
	text-align: center;
	right: 0;
	margin: 0;
	padding: 0;
	z-index: 800;
}
#back_top img{
	width: 5rem;
}

/***********************boxing*/
.boxing{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/***********************header*/
header{
	z-index: 999;
	background: #fff url("../images/nav/head_bg.png") repeat-x center bottom;
	background-size: 70%;
	padding-bottom: 0.5rem;
	position: fixed;
	width: 100%;
	top: 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
/***********************menu*/
.menu a{
	display: block;
	padding: 0.5rem;
}
.menu .float_left{
	width: 16rem;
}
.menu .float_right{
	width: 4rem;
	padding: 0.5rem 1rem;
}
.menu img{
	width: 100%;
	vertical-align: bottom;
}
/**********************nav*/
#nav_overlay{
	height: 100%;
	width: 100%;
	display: none;
	background: rgba(255,255,255,0.8);
	position: fixed;
	bottom:0;
	z-index: 900;
}
nav{
	overflow-y: scroll!important;
	height: 45rem;
	display: none;
}
nav > a{
	display: block;
	border-top: 1px solid #dddddd;
	padding: 1rem 0.5rem;
	margin-top: 0.5rem;
}
nav > a span,
nav > a img{
	display: inline-block;
	vertical-align: middle;
}
nav > a img{
	width: 3rem;
}
nav p{
	border-top: 1px solid #dddddd;
	border-bottom: 2px dashed #dddddd;
	margin-top: 0.5rem;
	padding: 1rem;
	background: #fff6fa;
}
nav ul{
	display: table;
	width: 100%;
}
nav li{
	display: table-cell;
	width: 50%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	vertical-align: middle;
}
nav li:nth-child(odd){
	border-right: 2px dashed #dddddd;
}
nav .nav_under{
	border-bottom: 2px dashed #dddddd;
}
nav li a{
	padding: 1rem;
	display: block;
}
.lh_11{
	line-height: 1.1;
}
span[class^="mark_"]{
	padding-left: 2rem;
	display: block;
	position: relative;
}
.mark_pink{
	background: url("../images/nav/mark_pink.png") no-repeat left center;
}
.mark_sun{
	background: url("../images/nav/mark_sun.png") no-repeat left center, url("../images/nav/arrow.png") no-repeat right center;
	background-size: 7%, 10%;
}
.mark_lime{
	background: url("../images/nav/mark_lime.png") no-repeat left center, url("../images/nav/arrow.png") no-repeat right center;
	background-size: 7%, 10%;
}
.mark_red{
	background: url("../images/nav/mark_red.png") no-repeat left center, url("../images/nav/arrow.png") no-repeat right center;
	background-size: 7%, 10%;
}

.grey{
 color:#666666;
}
/**********************footer*/
footer{
	background: url("../images/nav/head_bg.png") repeat-x center bottom;
	/*position: absolute;*/
	/*bottom: 0;*/
	width: 100%;
	padding-bottom: 0.5rem;
}
footer .copy{
	background: #fffeed;
	color: #605f60;
	padding: 1rem 0;
	font-size: 1rem;
}
/***********************contents*/
.contents{
	padding-top: 6rem;
}





/*----------------------- accodion */

.acco{
	cursor: pointer;
	clear: both;
}

.acco::after{
	content: " ";
	display: block;
	clear: both;
}

.acco_next{
	display: none;
}

.plus::after,
.minus::after{
	display: inline-block;
	float: right;
	font-size: 1rem;
	color: #fff;
	background: #FF0161;
	padding: 0.2rem;
	margin-top: 0.5rem;
	margin-left: 0.5rem;
	line-height: 1;
}

.plus::after{
	content: "＋";
}

.minus::after{
	content: "－";
}
