@charset "utf-8";

/* CSS Document */

*{ margin: 0; padding: 0;}

html { background: #cfb381 url('bg.gif');}

body { width: 100%; max-width: 800px; min-height: 100vh; margin: 0 auto; line-height: 1.75; font-size: 16px; font-family: "????"; word-break: break-all; word-wrap: break-word;  background: #fff;}

input, select, button, textarea { margin: 0; padding: 0; vertical-align: middle; color: inherit; border: 0; font-family: inherit; outline: none; resize: none;}

input[type="text"] { -webkit-appearance: none;}

ol, ul {list-style: none;}

img { vertical-align: middle;}

a {  text-decoration: none; color: inherit;}

:focus { outline: 0;}

table {	border-collapse: collapse; border-spacing: 0;}



.h10 { height: 10px; font-size: 0; line-height: 0; clear: both; background: #f5f5f5;}

.clear { clear: both;}



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

body { font-size: 14px; border: 0;}

.h10 { height: 6px;}

}  



.nav1 { padding: 5px 0; text-align: center;}

.nav1 ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}

.nav1 ul li { width: 25%; padding: 5px 0;}

.nav1 ul li img { width: 60px; height: 60px;}

.nav1 ul li p { padding-top: 5px;}

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

.nav1 ul li img { width: 40px; height: 40px;}

}



.ifrAo{ height: 190px; box-sizing: border-box;}

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

.ifrAo{ height: 190px;}

}

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

.ifrAo{ height: 170px;}

}

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

.ifrAo{ height: 150px;}

}

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

.ifrAo{ height: 140px;}

}

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

.ifrAo{ height: 130px;}

}



.nav2 { width: 100%; max-width: 800px; padding: 4px; box-sizing: border-box; text-align: center; background: #fff;}

.nav2 ul { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}

.nav2 ul li { width: 20%; padding: 4px; box-sizing: border-box;}

.nav2 ul li a { display: block; height: 36px; line-height: 36px; color: #fff; border-radius: 36px; background: #2a5caa;}

#nav2[data-fixed="fixed"]{ box-shadow: 0 5px 10px rgba(0,0,0,.05); position: fixed; top:0; left: 0; right: 0; z-index: 9; margin: auto;}

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

.nav2 ul li { padding: 2px;}

.nav2 ul li a { height: 26px; line-height: 26px; font-size: 13px;}

}



.gotop { width: 40px; height: 40px; border-radius: 50%; background: url('gotop.png') no-repeat center; background-size: 100% auto; position: fixed; right: 12px; bottom: 55px; z-index: 99}



#tabyoumo { padding: 10px;}

#tabyoumo .Menubox { margin-bottom: 10px; text-align: center; font-weight: bold; font-size: 24px; color: #2a5caa;}

#tabyoumo .Menubox ul { display: flex; border-radius: 5px; border: solid 2px #2a5caa;}

#tabyoumo .Menubox li { width: 50%; padding: 5px 0; box-sizing: border-box; cursor: pointer;}

#tabyoumo .Menubox li.hover { color: #ff0; text-shadow: 0 2px 0 rgba(0,0,0,.5); background: #2a5caa;}

#tabyoumo .Contentbox {}

.tabyoumo-txt {}

.tabyoumo-txt font { color: #f00; font-weight: bold;}

.tabyoumo-txt2 { font-size: 24px; color: #f00; text-align: center; font-weight: bold;}

.tabyoumo-txt2 a { background: #ff0;}

.tabyoumo-pic { padding-top: 10px; text-align: center;}

.tabyoumo-pic video { max-width: 100%;}

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

#tabyoumo .Menubox { font-size: 18px;}

#tabyoumo .Menubox ul { border-width: 1px;}

#tabyoumo .Menubox li { padding: 3px 0;}

.tabyoumo-txt2 { font-size: 18px;}

}



header { display: flex; justify-content: space-between; align-items: center; width: 100%; max-width: 800px; height: 50px; padding: 0 10px; box-sizing: border-box; color: #fff; background: linear-gradient(to top, #603400, #2a5caa); position: fixed; left: 0; right: 0; top: 0; margin: auto; z-index: 9;}

header .header-back { width: 22px; height: 22px;}

header h1 { flex: 1; font-size: 16px;}

header .header-r { width: 22px; height: 22px;}

header img { width: 100%; height: 100%; vertical-align: top;}

.header-blank { clear: both; height: 50px;}

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

header {  height: 40px;}

header h1 { font-size: 16px;}

.header-blank { clear: both; height: 40px;}

}



.big-tit { padding: 15px; text-align: center; border-bottom: solid 1px #ddd;}

.big-tit h2 { font-size: 20px;}

.big-tit p { padding-top: 5px;}

.big-con { padding: 15px; font-size: 20px;}

.big-tit {}

.big-tit {}

.big-tit {}

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

.big-tit { padding: 10px;}

.big-tit h2 { font-size: 16px;}

.big-tit p { padding-top: 3px;}

.big-con { padding: 10px; font-size: 16px;}

}



.footer { padding: 10px 0; text-align: center;}