@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"],input[type="text"],
input[type="email"],input[type="button"],input[type="password"]{
	-webkit-appearance: none;
	border-radius: 0;
}

/*------------------------------
	base
------------------------------*/
a {color: #fff;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.6;
	color: #333;
	position: relative;
}

p {
	margin: 0 0 10px;
}

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



/*------------------------------
	header
------------------------------*/
header{
	margin: 50px 20px 50px -150px;
	position: absolute;
	top: 50px;
	left: 50%;
}

header h1{
	width: 300px;
	margin: 0 auto;
}

/*------------------------------
	footer
------------------------------*/
footer{
	background: #fff;
	color: #ef5b0c;
	text-align: center;
	padding: 50px 20px 20px;
}

footer ul{
	margin: 0 0 50px;
}

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

footer li a{
	color: #ef5b0c;
	text-decoration: underline;
}

small{
	font-size: 1.3rem;
}

/*------------------------------
	LP
------------------------------*/
.wrap {
	padding: 250px 15px 100px;
}

.wrap {
  background: #003865;
}

.wrap section{
	max-width: 730px;
  margin: 0 auto 0px;
	padding: 40px 15px;
	border-radius: 5px;
  box-sizing: border-box;
	background: #fff;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin: 0 0 30px;
  color: #ef5b0c;
}

.tb-info{
	width: 100%;
  border-top: 2px solid #ef5b0c;
	margin: 0 0 30px;
}

.tb-info th{
  width: 110px;
	text-align: left;
	font-weight: bold;
}

.tb-info th, .tb-info td{
  border-bottom: 2px solid #ef5b0c;
  padding: 10px 5px;
}

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

.info dd {
  margin: 0 0 30px;
	padding: 0 0 5px;
	border-bottom: 2px solid #ef5b0c;
}

.info a {
  color: #ef5b0c;
}

.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{
	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;
}
/*------------------------------
	LP
------------------------------*/
.wrap {
	padding: 250px 0 100px;
}

.wrap section{
	padding: 40px 40px;
}

.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;
}
}
