/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
	margin: 0;
	padding: 0;
	border: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,small,label{
	display: block;
}
ul{
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 200;
}
body{
	line-height: 1;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img{
	vertical-align: middle;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
select,option,input,textarea,button,label{
	font: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	transition: .3s;
}
blockquote: : before,blockquote: : after,q: : before,q: : after{
	content: '';
	content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
: focus{
	outline: none;
}
/*--------------------------------
global element
--------------------------------*/
body{
	width: 100%;
	background: #f0f0f0;
	font-size: 16px;
	font-family: sans-serif;
	color: #666;
	-webkit-text-size-adjust: 100%;
	font-weight: 200;
}
a,button,input[type="submit"]{
	transition: .3s;
}
.content-img{
	width: 100%;
	height: auto;
	object0fit: contain;
}
.wrap{
	margin: auto;
	width: 750px;
}
.inner-txt{
	padding: 200% 0 0 0;
	display: block;
}
/*--------------------------------
Header
--------------------------------*/
.top{
	overflow: hidden;
	text-align: center;
}
.logo-img{
	width: 100%;
}
.gnav-list{
	height: 44px;
	display: flex;
}
.gnav-item{
	width: 25%;
	height: 44px;
}
.gnav-link{
	padding: 0;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #fff;
	background: #008fbf;
	border-left: 1px solid rgba(255,255,255,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 4px solid rgba(0,0,0,0.4);
}
.gnav-link:hover{
	opacity: 0.6;
}
.open-gnav{
	display: none;
}
/*--------------------------------
Main
--------------------------------*/
.main{
	padding: 10px;
	background: #008fbf;
}
.content-inner{
	display: flex;
	background: #fff;
}
.content-01,.content-02{
	padding: 20px 0;
	width: 50%;
	display: flex;
}
.content-01{
	flex-direction: row;
}
.content-02{
	flex-direction: row-reverse;
}
.content-01 .inner,.content-02 .inner{
	padding: 0 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.heading{
	padding: 0 0 10px 0;
}
.heading-txt{
	font-size: 21px;
	line-height: 28px;
	color: #1e5799;
	font-weight: bold;
}
.general-img{
	width: 50%;
	flex-shrink: 0;
}
.general-txt{
	padding: 10px 0;
	line-height: 24px;
	font-size: 16px;
}
.spec{
	padding: 10px 0;
	text-align: center;
	clear: both;
	background: #f0f0f0;
}
.spec-txt{
	font-size: 12px;
	line-height: 18px;
	color: #666;
}

.general .inner{
	padding: 20px;
	background: #fff;
}
.general h3{
	padding: 5px;
	border-left: 4px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	line-height: 20px;
}
.general p{
	padding: 10px 0;
	line-height: 24px;
	font-size: 14px;
}
.store-nav{
	padding: 0 0 10px 0;
	text-align: center;
	background: #008fbf;
	display: flex;
	justify-content: center;
}
.store-list{
	padding: 0 10px;
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	border-radius: 4px;
	overflow: hidden;
}
.store-item{
	padding: 10px;
	width: 50%;
	text-align: center;
}
.store-badge{
	width: auto;
	height: 40px;
}
/*--------------------------------
Form
--------------------------------*/
.form{
	padding: 10px;
	background: #fff;
}
.general .form-desc{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #ddd;
}
.ul-txt{
	background: linear-gradient(to bottom, rgba(177,206,255,0) 75%,rgba(177,206,255,1) 76%,rgba(177,206,255,1) 100%);
}
.form-list{
	margin: 0 0 10px 0;
}
.form-item{
	margin: 0 0 10px 0;
}
.form-label{
	padding: 0 0 5px 0;
	color: #008fbf;
}
input[type="text"]{
	padding: 16px;
	width: 100%;
	line-height: 32px;
	font-size: 18px;
	border: 1px solid #ddd;
}
textarea{
	padding: 16px;
	width: 100%;
	height: 120px;
	line-height: 21px;
	font-size: 16px;
	border: 1px solid #ddd;
}
.send-btn{
	width: 100%;
	height: 60px;
	border-radius: 4px;
	background: #008fbf;
	color: #fff;
}
/*--------------------------------
Footer
--------------------------------*/
.footer{
	padding: 10px 0;
	text-align: center;
	clear: both;
	position: relative;
}
.footer-link{
	color: #999;
	font-size: 12px;
}
.copy{
	padding: 10px 0;
	color: #999;
}

@media screen and (max-width:  750px) {
.wrap{
	width: 100%;
}
/*--------------------------------
Header
--------------------------------*/
.gnav{
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
}
.gnav-list{
	height: auto;
	display: block;
}
.gnav-item{
	width: 100%;
	height: auto;
}
.gnav-link{
	padding: 0;
	line-height: 44px;
}
.gnav-link:hover{
	opacity: 0.6;
}
.open-gnav{
	width: 44px;
	height: 44px;
	position: fixed;
	top: 4px;
	right: 4px;
	background-image: url(../images/icon_gnav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: rgba(0,0,0,.75);
	background-size: 44px 88px;
	z-index: 2;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.close-gnav{
	background-position: 0 -44px;
}
/*--------------------------------
Main
--------------------------------*/
.main{
	padding: 10px;
}
.content-inner{
	display: block;
}
.content-01,.content-02{
	padding: 10px 0;
	width: 100%;
	display: flex;
}
.heading-txt{
	font-size: 16px;
}
.general-img{
	width: 50%;
	flex-shrink: 0;
}
.general .inner{
	padding: 10px;
}
.general p{
	padding: 10px 0;
	line-height: 20px;
}
.general-txt{
	padding: 10px 0;
	line-height: 20px;
}
.store-list{
	width: 100%;
}
}