@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: #FDD7E2;
}
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: 0;
}
h3{
  font-size: 18px;/* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
  line-height: 0;
}
.red{
color: red;
}
.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;
}
#cont-in{
width: 700px;
margin: 0 auto;
}
.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: 58%;
float: left;
}
.b{
width: 27%;
float: left;
}

@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%}
}

.title{
font-weight: bold;
text-decoration:underline;
margin-bottom: 0.6em;
}

.pic-img{
float: right;
margin-left: 2em;
width: 250px;
clear: both;
}



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) {
#cont-in{
width: 90%;
margin: 0 auto;
}
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;
}
.pic-img{
width: 100%;
clear: both;
}
}

.btn {
  margin: 0.5em auto;
  position: relative;
  padding: 1rem 2rem 1rem 1rem;
  background-color: #fb8ec1;
  text-align: center;
  color: #333;
  border: 1px solid #ff20a8;
  text-decoration: none;
  transition: all .3s;
  border-radius: 4px;
  display: block;
  width: 90%x;
  font-size: 100%;
  font-weight: bold;
  color: #fff;

img{
text-align: center;
margin: 0 auto;
display: block;
}
