@charset "utf-8";
/* CSS Document */

@media only screen and (max-width:959px){
/*tablet*/
.pd{ display:none;}
.sd{ display: block;}
.fll,.flr { float: none;}
p{
	background: none;
	line-height: 1.6rem;
}
/*------------------------------------------------------------------------

layout

------------------------------------------------------------------------*/
body {
	-webkit-text-size-adjust: 100%;
}
.wrapper {
	width: auto;
	padding: 0px;
}
.content_inner {
	width: auto;
	margin: 0;
	padding: 0 10px 
}
section {
	margin: 0 0 30px;
}
.float_area {
	flex-direction: column;
}

/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.header {
	width: 100%;
	padding: 10px;
	border-bottom: 3px solid #0b186d;
}
.header_inner {
	flex-direction: row;
	width: auto;
}
.header_inner li img {
	height: 25px;
}


/*---------------------------------------------------------------------

main_cont

---------------------------------------------------------------------*/
h1 {
	font-size: 1.75em;
	margin: 20px 0;
}
h2 {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: justify;
}
h3 {
	font-weight:bold;
	margin:20px 0 0;
	font-size: 1.5rem;
	text-align: justify;
	line-height:1.5;
}
/*---------------------- features ----------------------*/
.features {
	display: block;
}
.features div {
	width: 100%;
}
.features dl {
	margin-top: 10px;
	padding-left: 5px;
}
.features dt {
	font-size: 1.4rem;
}
.features dd {
	padding-left: 5px;
}
/*---------------------- description ----------------------*/
.description dt {
	font-size: 1.5rem;
}
.description dl {
	margin-top: 20px;
}

/*---------------------------------------------------------------------*/
}
/*---------------------------------------------------------------------*/


