@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	font-size: 62.5%;
}

html,body{
	height: 100%;
	width: 100%;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

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

/*------------------------------
	base
------------------------------*/
a {color: #263646;text-decoration: none;}
a:hover {text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}


body{
	font-family: Verdana,"Roboto","Droid Sans","游ゴシック","YuGothic","メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
	font-size: 1.5rem;
  line-height: 1.5;
	color: #263646;
	background: #F9FBFE;
}

img{
	max-width: 100%;
	height: auto;
}

p {
	margin: 0 0 20px;
}

/*------------------------------
	header
------------------------------*/
header{
	margin: 60px auto;
	padding: 0 20px;
	text-align: center;
}

header h1{
	margin: 0 auto 30px;
	width: 70%;
	height: auto;
}

/*------------------------------
	footer
------------------------------*/
footer{
	text-align: center;
	margin: 100px 0 0;
	padding: 50px 20px 10px;
	background: #302939;
	color: #fff;
}

footer p{
	margin: 0;
}

footer ul{
	margin: 0 0 50px;
}

footer li{
	display: inline-block;
	margin: 0 5px 10px;
}

footer li a{
	font-size: 1.4rem;
	color: #fff;
	text-decoration: underline;
}

small{
	font-size: 1.2rem;
}

/*------------------------------
	page
------------------------------*/
.wrap{
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 800px;
}

h2{
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 40px;
}

h2::after{
	content: "";
	display: block;
	height: 1px;
	width: 80px;
	background: #897646;
	margin: 10px auto;
}

.tb-info{
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
	margin: 0 0 30px;
}

.tb-info th{
  width: 110px;
  text-align: left;
  color: #212529;
  background: #f1f1f1;
}

.tb-info th, .tb-info td{
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

.info {
  margin: 0 0 80px;
}

.info dt{
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 1.8rem;
}

.info dd{
	margin: 0 0 30px;
}

.info a {
  color: #34b3f1;
}

.ul-list{
	list-style: disc;
	padding: 0 0 0 20px;
	margin: 0 0 15px;
}

.info ul {
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}

ol{
	list-style: decimal;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}

ol > li, ul > li{
	margin: 0 0 5px;
}

h3{
	margin: 0 0 10px;
	font-size: 1.8rem;
	font-weight: bold;
}

ol.ol-nolist > li {
  list-style: none;
}

ul.ul-alphabet > li {
  list-style: lower-alpha;
}



@media screen and (min-width:768px) {

body{
	font-size: 1.6rem;
	line-height: 1.6;
}

/*------------------------------
	header
------------------------------*/
header{
	margin: 100px auto;
}

header h1{
	margin: 0 auto 30px;
	width: 18vw;
}

/*------------------------------
	page
------------------------------*/
h2{
	font-size: 2.5rem;
}

.tb-info th{
  width: 20%;
}

}


@media screen and (max-width: 768px) {
.scroll{
	overflow: auto;
	white-space: nowrap;
	margin: 0 0 20px;
}

.scroll::-webkit-scrollbar{
	height: 5px;
}

.scroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
}
