@import https: //fonts.googleapis.com/css?family=Noto+Sans:400,  700;
    body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, input, textarea {
    margin: 0;
    padding: 0;
}
ul, ol, dl {
    list-style: none;
}
body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
}
header >img {
    width: 100%;
}
img {
    border: 0;
    vertical-align: top;
}
a:link, a:visited, a:active{
    text-decoration: none;
}
/* nav */
/* #navbar {
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
} */
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #cbcccc;
}
li {
	float: right;
	width: 12%;
}
li:nth-child(1) {
	margin-right: 3%;
}
li a {
	display: block;
}
img.nat {
	width: 90%;
	height: auto;
	padding: 20% 0;
}

/* header */
.header {
	position: relative;
	margin: 13% auto;
}
.header .header_inner {
	width: 100%;
}
.header .header_inner img {
	width: 53%;
	text-align: center;
	margin: 0 auto;
	display: block;
}


/* content */
.content {
    width: 100%;
    text-align: center;
    margin: 0 0 13% 0;
}
.content:after {
    content: "";
    display: block;
    clear: both;
}
.content p {
	width: 100%;
    text-align: center;
    line-height: 1.8em;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #4b4a4a;
    font-size: 1.02em;
}


/* customer */
.customer_mark {
	overflow: hidden;
    padding: 7% 4%;
    background: #f3f5f8;
    zoom: 1;
}
.customer_mark h3 {
	font-size: 1.0em;
	color: #333;
	text-align: center;
}
select {
	border: 1px solid #d2d2d2;
    border-radius: 0;
    font-size: 0.8em;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 3.5% 0 0 0;
    padding: 3%;
    width: 100%;   
    clear: both;
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat 95% 50%;
    background-color: #fff;
}
.btn_cnt {
    position: relative;
    padding-top: 7%;
    text-align: center;
    zoom: 1;
}
button {
	background-color: #2c6ec2;
    color: #fff;
    font-size: 1.05em;
    font-weight: 600;
    padding: 3.2%;
    border: 1px solid #265391;
    border-radius: 3px;
    width: 45%;
    margin-bottom: 5.5%;
}

/* media */
@media only screen and (min-device-width : 320px) and (max-device-width: 568px) {
.content p {
	font-size: 0.92em;
}
button {
	font-size: 0.9em;
}
}
@media only screen and (min-device-width : 360px) and (max-device-width: 640px) {
.content p {
	font-size: 1.02em;
}
button {
	font-size: 1.05em;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width: 1024px) {
.content p {
	font-size: 1.85em;
}
.customer_mark h3 {
	font-size: 1.7em;
}
select {
	font-size: 1.35em;
}
button {
	font-size: 1.85em;
}
}
@media only screen and (min-device-width : 1024px) and (max-device-width: 1366px) {
.content p {
	font-size: 2.21em;
}
.customer_mark h3 {
    font-size: 2.0em;
}
select {
    font-size: 1.75em;
}
button {
    font-size: 2em;
}
}