@charset "utf-8";

/* 
	Update:	2022.01.06
*/

/* link
=============================================== */

a {
	color: #0087E5;
	text-decoration: none;
}
a:visited {
	color: #0087E5;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a[id]:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
a[href^="tel:"] {
	cursor: default;
}

/* default
=============================================== */

* {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html {
	background: #FFF;
}
body {
	min-width: 1000px;
	font-size: 62.5%; /* font-size 1em = 10px on default browser settings */
	font-family: "メイリオ","Meiryo",Helvetica,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	color: #111;
	background: #FFF;
}
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}
a img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
.text-center {
	text-align: center;
}
.pc {
	display: block;
}

@media screen and (max-width:768px) {
body {
	min-width: 100%;
}
img {
	width: 100%;
}
.pc {
	display: none;
}

}

/* header
=============================================== */

header {
	border-top: 5px solid #0087E5;
}
header .inner {
	margin: auto;
	padding: 28px 0 20px;
	width: 1000px;
	overflow: hidden;
}
header #logo {
	float: left;
	font-size: 2.0rem;
	line-height: 1;
	border: none;
}
header #logo a {
	color: #333;
}
header #header-tel {
	float: right;
	margin-top: -5px;
	width: 250px;
	border: none;
}

@media screen and (max-width:768px) {
header .inner {
	margin: auto;
	padding: 0 15px;
	width: auto;
	overflow: hidden;
}
header #logo {
	padding: 25px 0 15px;
	float: none;
	font-size: 1.8rem;
	text-align: center;
}
header #header-tel {
	float: none;
	margin: 0 0 25px;
	width: auto;
	text-align: center;
}
header #header-tel img {
	width: 60%;
}
}

/* footer
=============================================== */

footer {
	margin: 80px 0 0;
	background: #F3F3F3;
}
footer #footer-nav {
	margin: auto;
	padding: 35px 0;
	width: 1000px;
	text-align: center;
}
footer #footer-nav li {
	display: inline-block;
	margin: 0 18px;
	font-size: 1.0rem;
}
footer #footer-nav li a {
	color: #555;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}
footer #footer-nav li a:hover {
	color: #0087E5;
}
footer #copyright {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 0.8rem;
	background: #FFF;
	color: #333;
}

@media screen and (max-width:768px) {
footer {
	margin: 50px 0 0;
	background: #F9F9F9;
}
footer #footer-nav {
	padding: 0;
	width: auto;
	border-bottom: 1px dotted #CCC;
}
footer #footer-nav li {
	display: block;
	margin: 0;
	border-top: 1px dotted #CCC;
	font-size: 0.8rem;
}
footer #footer-nav li a {
	display: block;
	padding: 15px 0 13px;
	color: #555;
}
footer #footer-nav li a:hover {
	color: #0087E5;
}
footer #copyright {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 0.8rem;
	background: #FFF;
	color: #333;
}
width: 60%;
}
}


/* contents
=============================================== */

.pc {
	display: inline;
}
.sp {
	display: none;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
#page-title {
	padding: 50px 0 35px;
	background: #F3F3F3;
}
#page-title h1 {
	margin: 0 0 1em;
	text-align: center;
	font-size: 1.8rem;
	font-weight: normal;
}
#page-title p {
	margin: 0 auto 1em;
	width: 840px;
	font-size: 1.0rem;
	line-height: 1.7;
}

@media screen and (max-width:768px) {
.pc {
	display: none;
}
.sp {
	display: inline;
}
#page-title {
	padding: 30px 10px;
}
#page-title h1 {
	font-size: 1.6rem;
	line-height: 1.5;
}
#page-title p {
	margin: 1em 0 0; 
	width: auto;
	font-size: 0.8rem;
}
}

/* contact
=============================================== */

.mailform {
	margin: 50px auto;
	width: 900px;
}
.mailform h2 {
	margin: 0 0 50px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
.mailform dl {
	margin: 30px 0;
	padding: 0 0 30px;
	border-bottom: 1px solid #EEE;
}
.mailform dl dt,
.mailform dl dd {
	display: table-cell;
	vertical-align: top;
}
.mailform dl dt {
	padding: 8px 0 0;
	font-size: 1.1rem;
	text-align: left;
	width: 300px;
}
.mailform dl dd { 
	font-size: 1.1rem;
	text-align: left;
	width: 600px;
}
.mailform dt span {
	display: inline-block;
	margin: 0 1.5em 0 0;
	padding: 6px 8px 5px;
	font-weight: normal;
	line-height: 1;
	font-size: 0.9rem;
}
.mailform dl dt div {
	margin-top: 12px;
	font-size: 1.1rem;
}
.mailform dt span.required {
	background: #C00;
	color: #FFF;
}
.mailform dt span.optional {
	background: #2137BB;
	color: #FFF;
}
.mailform dd {
	margin: 8px 0 15px;
}
.mailform dd input,
.mailform dd textarea,
.mailform dd select {
	width: 100%;
	border: 1px solid #CCCCCC;
	padding: 8px 8px 9px;
	font-size: 1.0rem;
	font-weight: normal;
}
.mailform dd p {
	margin: 15px 0 0;
	font-size: 0.9rem;
}
.mailform dd textarea {
	height: 10em;
}
.mailform dd select {
	width: auto;
	cursor: pointer;
}
.mailform dd ul {
	margin: -15px 0;
}
.mailform dd ul li {
	margin: 15px 0;
}
.mailform dd ul li:first-child {
	margin-top: 8px;
}
.mailform dd.address input.your-zipcode {
	width: 8em;
}
.mailform dd.address span,
.mailform dd.birthday span {
	display: inline-block;
	margin: 8px 0;
}
.mailform dd.birthday #age_element {
	margin-right: 5px;
	text-align: right;
	width: 3em;
	border: none;
	background: #F0F0F0;
}
.mailform dd ul.license-list {
	margin: -8px 0 0;
}
.mailform dd ul.license-list li.ind {
	text-indent: 1em;
}
.mailform dd ul.license-list label {
	padding: 12px 16px 10px 14px;
	display: inline-block;
	cursor: pointer;
}
.mailform dd ul.license-list input {
	width: auto;
	margin-right: 15px;
	border: none;
}
.mailform dd div.licens-number {
	padding-left: 18px;
}
.mailform dd div.licens-number p {
	margin: 10px 0;
	font-size: 1.0rem;
}
.mailform dd div.licens-number input {
	width: 6em;
}
.mailform dd.training-notice p {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 1.1rem;
	line-height: 1.8;
}
.mailform dd.training-notice p b {
	text-decoration: underline;
}
.mailform dd.preferred-date p.ex01 {
	margin: 0 0 25px;
	line-height: 1.6;
}
.mailform dd.preferred-date p.ex02 {
	margin: 25px 0 0;
	line-height: 1.6;
}


.mailform dd.formcheck {
	vertical-align: middle;
}
.mailform dd.formcheck label {
	cursor: pointer;
}
.mailform dd.formcheck input {
	width: auto;
}
.contact-form-submit {
	text-align: center;
}
.contact-form-submit p {
	margin: 0 0 25px 0;
	font-size: 1.0rem;
	line-height: 1.6;
}
.contact-form-submit button {
	cursor: pointer;
	margin: 0 25px;
	padding: 8px 12px;
	display: inline-block;
	font-size: 1.4rem;
}
#contact-box {
	margin: 50px auto 70px;
	width: 540px;
	border: 3px solid #CCC;
	padding: 15px;
	line-height: 1.7;
	text-align: center;
}
.to-home {
	text-align: center;
}
.to-home a {
	display: inline-block;
	padding: 18px 30px 16px;
	font-size: 1.2rem;
	background: #0086E4;
	color: #FFF;
}
.to-home a:hover {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background: #38A5F1;
}

@media screen and (max-width:768px) {
.mailform {
	margin: 30px 10px;
	width: auto;
	min-height: auto;
}
.mailform h2 {
	margin: 0 0 30px;
	font-size: 1.2rem;
}
.mailform dl {
	margin: 15px 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #EEE;
}
.mailform dl dt,
.mailform dl dd {
	display: block;
	width: auto;
}
.mailform dl dt {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1.0rem;
}
.mailform dt span {
	margin: 0 1em 0 0;
	padding: 6px 8px 5px;
	font-size: 0.8rem;
}
.mailform dl dt div {
	margin-top: 10px;
	font-size: 1.0rem;
}
.mailform dl dd { 
	margin: 0;
	font-size: 0.8rem;	
}
.mailform dd input,
.mailform dd textarea,
.mailform dd select {
	padding: 10px 6px 9px;
	font-size: 0.8rem;
}
.mailform dd textarea {
	padding: 8px 6px 7px;
	height: 16em;
}
.mailform dd ul li {
	margin: 25px 0 0;
}
.mailform dd ul li:first-child {
	margin-top: 15px;
}
.mailform dd.address ul {
	margin: 0;
}
.mailform dd.address span,
.mailform dd.birthday span {
	display: inline-block;
	margin: 8px 0;
}
.mailform dd.address ul li span {
	font-size: 1.0rem;
}
.mailform dd ul.license-list {
	margin: 10px 0;
}
.mailform dd ul.license-list label {
	padding: 0;
	line-height: 1.6;
	cursor: pointer;
}
.mailform dd ul.license-list input {
	width: auto;
	margin-right: 15px;
}
.mailform dd.training-notice p {
	margin-bottom: 10px;
	font-size: 1.0rem;
}
.mailform dd.formcheck {
	vertical-align: middle;
}
.mailform dd.formcheck label {
	text-indent: -17px;
	cursor: pointer;
}
.mailform dd.formcheck input {
}
.contact-form-submit {
	padding: 25px 0 0;
}
.contact-form-submit p {
	margin: 0 0 30px 0;
	font-size: 0.9rem;
	text-align: left;
}
.contact-form-submit button {
	margin: 0 15px;
	padding: 8px 12px;
	font-size: 1.0rem;
}
#contact-box {
	width: auto;
	margin: 30px 0 40px;
	padding: 12px 10px 11px;
	font-size: 0.9rem;
	line-height: 1.8;
}
.to-home a {
	padding: 18px 30px 16px;
	font-size: 0.8rem;
}

}