﻿/* 無難な書き方 */
body,html {
  margin: 0;  /* 解決するため */
  padding: 0; /* 入れておくと無難 */
}
html, body {
	
	font-family: 'IBM Plex Sans JP', sans-serif;
	top: 100px;
	
}
a {
	text-decoration: none;
	font-family: 'IBM Plex Sans JP', sans-serif;
}

h1{
	font-family: 'IBM Plex Sans JP', sans-serif;
	}

h1 img{
	margin:18px 0 3px 40px;
	padding:0;
}

div.top {
	font-family: 'IBM Plex Sans JP', sans-serif;
	width: 100%;
	height:100px;
	background-color: #3B3651;
	font-size: 13.8px;
	font-weight: 400;
	text-align: center;
	z-index: 80;
	opacity: 1;
	transform: rotate(0.03deg);
}
div.top > div{
	font-family: 'IBM Plex Sans JP', sans-serif;
	width: 100%;
	height: 100%;
	display: table;
}
div.top a {
	font-family: 'IBM Plex Sans JP', sans-serif;
	display: table-cell;
	vertical-align: middle;

}
div.top a:link {
	color: #ffffff;
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-transform: 0.03;
	transform: rotate(0.03deg);
	font-size: 18px;
}
div.top a:visited {
	color: #ffffff;
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: normal;
	font-size: medium;
}

.btn-flat-orange {
	width: 180px;
	background-color: #F8B72E;
	color: #323232;
	border-radius: 5px;
	border: none;
	text-decoration: none;
	text-align: center;	display: block;
	margin-top: 15px;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

div.footer {
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-align: center;
}

div.footer:after {
	font-family: 'IBM Plex Sans JP', sans-serif;
	content: "Copyright @ 2019  Kouyou Planning  Co.,Ltd. All Rights Reserved."
}
input[type=button].btn, input[type=submit].btn {
	padding: 5px 20px;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
}

input[type=button].blue, input[type=submit].blue {
	background-color: #00a0e9;
}

div.wrapper {
	width: 90%;
	margin: auto;
	background-color: #ffffff;
}

div.wrapper > div.inner {
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-weight: bold;
	width: 80%;
	margin: auto;
}

div.wrapper > div.inner > div.caption {
	
	font-family: 'IBM Plex Sans JP', sans-serif;
	padding: 20px 0px 10px 0px;
	font-weight: bold;
}

div.contents {
	width: 90%;
	margin: auto;
	padding-bottom: 20px;
}

div.contents > div.contents-item {
	width: 100%;
	height: 55px;
	display: table;
}

div.contents > div.contents-item > div.caption {
	width: 30%;
	padding: 10px;
	vertical-align: middle;
	display: table-cell;
	font-family: 'IBM Plex Sans JP', sans-serif;
	text-transform: rotate(0.03deg);
	font-weight: bold;
}

div.contents > div.contents-item > div.form {
	width: 70%;
	padding: 10px;
	vertical-align: middle;
	display: table-cell;
}

div.contents > div.contents-item > div.form > input {
	width: 90%;
	padding: 10px;
}

div.contents > div.contents-item > div.form > textarea {
	width: 90%;
	height: 180px;
	padding: 10px;
	resize: none;
}

div.contents div.note {
	font-family: 'IBM Plex Sans JP', sans-serif;
	font-size: 12px;
	text-transform: rotate(0.03deg);
	font-weight: bold;
}

div.contents > div.contents-item > div.form {
	width: 70%;
	padding: 10px;
	vertical-align: middle;
	display: table-cell;
}

div.contents > div.contents-item > div.forgot-form > input[type=email] {
	width: 70%;
	padding: 10px;
	display: inline-block;
}
