@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

p {
    margin-top: 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:none;
	color:#a77842;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #333;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

a img {
    border-style:none;
}

video {
	width: 100%;
 	display: block;
	padding: 4%;
}

html {
    -webkit-text-size-adjust: 100%;
}



body {
    margin:0;
	width:100%; 
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #fff;
	color: #333;
}

.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

#main{
	margin: 0 auto;
	overflow:hidden;
	max-width: 768px;
}

.btn{
	background: #06c755;
	text-align: center;
	width: 90%;
	margin: 5px auto;
	border-radius: 5.0em;
	font-weight: bold;
	font-size: 18px;
}

.btn a{
	color: #fff;
	padding: 15px;
	display: block;
}

.k18{
	font-size: 12px;
	line-height: 22px;
	margin: 15px auto;
	color: #737373;
	text-align: center;
}

.title{
	margin: 8% auto;
}

.info{
	margin: 5% 4%;
	font-size: 14px;
	line-height: 24px;
}

.info img{
	margin-bottom: 18px;
	border: 6px solid #fff;
	box-shadow: 2px 2px 8px gray;
}


.t-trust{
	margin: 5% 4%;
	color: #737373;
	font-size: 14px;
	line-height: 24px;
}

.t-trust li{
	width: 50%;
	padding: 1%;
	float: left;
}

.t-trust img{
	width: 100%;
}

.t-trust02{
	color: #ab793e;
	font-weight: bold;
	font-size: 16px;
	line-height: 26px;
	margin: 5px 0;
}


.f-menu{
	margin-top: 15px;
	padding: 4px 0;
	font-size: 12px;
	line-height: 22px;
	background: #bca78f;
}


.f-menu ul {
	list-style: none!important;
	padding-left:0!important
}

.f-menu ul li a {
    text-align: left;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 10px;
}

h1{
	text-align: center;
	font-size: 18px;
	background: #bca78f;
	color: #fff;
	padding: 10px;
}
.txt{
	font-size: 14px;
	line-height: 24px;
	margin: 5%;
}

footer{
	text-align: center;
	padding: 2%;
	font-size: 10px;

}