@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
font-size: 60.5%;
}
body {
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
line-height: 170%;
color: #006ddb;
background-color: #fff;
margin: 0;
padding: 0;
font-size:1.6rem;/* 16px*/
line-height: 2;
text-align: center;
background-color: #e3faff;
}
img {
max-width: 100%;
}
h1 {
font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
line-height: 1.3;
}
h2 {
  font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  line-height: 1.8em;
}
h3{
  font-size: 18px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  line-height: 0;
}
.font-s{
  font-size: 10px;
  float: right;
}
.clear10{
clear: both;
height: 10px;
}
.clear30{
clear: both;
height: 30px;
}
hr.style6 {
  border-top: 1px solid #bfbebe;
	border-bottom: 1px solid #fff;
}

.container {
width: 900px;
margin-right: auto;
margin-left: auto;
color: #333;
padding: 0 10px;
text-align: left;
background-color: #fff;
}
.header{
  text-align: center;
  margin: 0 auto;
}
.navi{
  font-size: 1.3rem;
  text-align: right;
  margin-right: 3em;
}
.left-text{
text-align: left;
}
.flexbox {
display: -webkit-flex;
display: flex;
justify-content: center;
}

.box-left{
text-align: right;
}
.box-right{
text-align: left;
}


.a{
width: 62%;
float: left;
}
.b{
width: 35%;
float: right;
}

@media screen and (max-width: 750px){
body{line-height: 2;}
.container,.main{width: 95%;}
img {width: 100%;}
h1{font-size: 2.4rem;/* 24px*/}
h2 {font-size: 2rem;/* 20px*/}
.navi{font-size: 1rem;}
.flexbox{
    display: flex;
    flex-direction: column;
}
.box-left{text-align: center;}
.a{width: 100%}
.b{width: 100%}
}


.ghost-btn {
    border: 2px solid #ccc;
    color: #999;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 10px auto;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    width: 90%;
}



table.table01 {
	width:87%;
	border-right:#3EB1C6 solid 1px;
	border-collapse: collapse;
  text-align: center;
  margin: auto;
}
table.table01 thead th {
	background:#3EB1C6;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#3EB1C6 solid 1px;
}
table.table01 tbody th {
	background:#663408;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#3EB1C6 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#663408 solid 1px;
	border-bottom:#663408 solid 1px;
	vertical-align:top;
}

th{width: 6em;}

@media screen and (max-width: 750px) {
th{width: 100%;}
table.table01{
width: 100%;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}
