@charset "utf-8";

*{-webkit-font-smoothing: antialiased;}

body { 
	color: #463226;
	/*background: #f7ebf4;*/
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/*font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, serif;*/
	font-size: 87.5%; font-weight: 100;
	line-height: 1.6; 
	-webkit-text-size-adjust: 100%; 
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word; 
	word-break: break-all; overflow-wrap : break-word;
}
h1 {
	font-weight: 600;
	font-size: 24px; line-height: 1.8; 
	border-bottom: 1px solid #463226;
	margin-bottom: 10px;
}
h2 {
	font-weight: 600;
	font-size: 20px; line-height: 1.8; 
	margin-bottom: 10px;
}
h3, h4 {
	font-weight: 100;
}
a {
	overflow: hidden; color: #3f3f3f; text-decoration: none; 
}

a:visited { color: #777; font-weight: 600; }
a:hover { color: #777; text-decoration: underline; }
a:active { color: #777; }

.center { text-align: center;}
.right { text-align: right;}
.margin_t10 {margin-top: 10px;}
.margin_t20 {margin-top: 20px;}
.margin_t30 {margin-top: 30px;}
.margin_t50 {margin-top: 50px;}
.margin_b10 {margin-bottom: 10px;}
.margin_b20 {margin-bottom: 20px;}
.margin_b30 {margin-bottom: 30px;}

.margin_tb10 {margin: 10px 0;}
.margin_tb20 {margin: 20px 0;}
.margin_tb30 {margin: 30px 0;}
.margin_tb40 {margin: 40px 0;}
.margin_tb50 {margin: 50px 0;}
/*.marg_b60 {margin: 0px 0 60px;}*/
.padding_t3 {padding-top: 3px;}
.padding_t10 {padding-top: 10px;}
.padding_t20 {padding-top: 20px;}
.padding_t30 {padding-top: 30px;}


.font15 {font-size: 15px;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.bold {font-weight: 600;}



/* layout
--------------------------------------------------------- */
#Main {
	margin: 0 auto;
}
#Main .w400 {
	margin: 0 auto;
	max-width: 400px;
	overflow: hidden;
}

.w960 {
	max-width: 960px;
	margin: 30px auto;
}

ul.list1 {
	color: #1e366a;
	border-top: solid #1e366a 1px;
	border-bottom: solid #1e366a 1px;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: circle;
}
ul.list1  li {
	line-height: 1.5;
	padding: 0.5em 0;
}

a.but1 {
	background: #463226;
	border: 0;
	border-radius: 2px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	padding: 1em 4em;
	text-shadow: none;
	transition: background 0.2s;
	text-align: center;
}
a.but1.left {
	margin-right: 30px;
}
table.opt_tbl {
	margin: 20px 0;
	border-collapse: separate;
	border-spacing: 0;
}
table.opt_tbl td {
	border-bottom: solid 1px #666;
	padding: 10px 0;
}
table.opt_tbl th {
	border-bottom: solid 1px #666;
	border-top: solid 1px #666;
	padding: 10px 0;
	text-align: center;
}


/* footer nav
--------------------------------------------------------- */
footer {
	margin: 0 auto 0px;
	width: 100%; padding: 0px 0 30px;
}
footer ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 50px;
	font-size: 14px; 
}
footer ul .l div.inner {
	text-align: center; 
	display: inline-block;
}
footer ul .l div.inner p {
	padding-bottom: 10px;
	font-size: 15px; 
}
footer ul .l div.inner a {
	display: inline-block;
}
footer ul .l div.inner a.l {
	margin-right: 25px;
}
footer ul .r {
	font-size: 14px; 
}
/*  */
footer.bg {
	background: #463226;
	padding: 20px 0 30px;
}
footer.bg ul {
	color: #fff;
}

/* pagetop
--------------------------------------------------------- */
#pagetop {
	position: fixed;
	right: 20px; 
	border: 1px solid #705e58;
	background: #fff;
}
#pagetop a {
	display: block;
	width: 30px; height: 30px;
	background: url(./img/arrow_up.png) no-repeat center center;
}

@media screen and (max-width: 1300px){
	
}
@media screen and (max-width: 1100px){
	
}

@media screen and (max-width: 850px){
	
}

@media screen and (max-width: 640px){
	
}

@media screen and (max-width: 390px){
	
}