@font-face {
  font-family: 'Noto Sans JP, Regular';
  src: url(./assets/fonts/NotoSansJP-Light.otf);
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans JP';
  src: url(./assets/fonts/NotoSansJP-Light.otf);
  font-weight: normal;
}
@font-face {
  font-family: 'Noto Sans JP, Medium';
  src: url(./assets/fonts/NotoSansJP-Regular.otf);
}
@font-face {
  font-family: 'Noto Sans JP, Bold';
  src: url(./assets/fonts/NotoSansJP-Bold.otf);
  font-weight: bold;
}
@font-face {
  font-family: 'Tsukushi B Round Gothic',sans-serif;
  src: url(./assets/fonts/TsukushiBRoundGothicBold.otf);
  font-weight: bold;
}
@font-face {
  font-family: 'FuturaPT-Bold';
  src: url(./assets/fonts/futura-pt-bold.otf);
  font-weight: bold;
}

body {
  font-family: 'Noto Sans JP';
  margin: 0;
}

p{
margin : 0px;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:16px;
}


.title {
font-family: 'Noto Sans JP, Bold';
background:#2CAAAE;
font-size:20px;
text-align: center;
color: #fff;
padding : 15px;
}

.sub {
font-family: 'Noto Sans JP, Bold';
font-size:24px;
line-height: 30px;
text-align: center;
margin : 24px;
}

.txt {
line-height: 32px;
text-align: center;
margin-bottom : 20px;
}

.box1{
max-width: 500px;
padding : 20px;
margin-left: auto;
margin-right: auto;
margin-bottom : 100px;
background:#CDEDEC;
border-radius:10px;
}

.shoulder {
font-family: 'Noto Sans JP, Bold';
width: 80%;
background:#fff;
color:#2CAAAE;
padding:10px;
text-align: center;
font-size:20px;
margin-left: auto;
margin-right: auto;
}

.tel{
margin-top : 20px;
margin-bottom : 6px;
font-family: 'Noto Sans JP, Bold';
text-align: center;
}

.tel a {
color:#2CAAAE;
font-size:30px;
text-decoration: none;
}

.teltap{
display: none;
}

.time {
text-align: center;
margin-top : 14px;
}
.time i {
color:#2CAAAE;
}


.required{
color:#FF0000;
font-size:12px;
}

.er {
font-family: 'Noto Sans JP, Bold';
color:#FF0000;
}

.note {
background:#efefef;
font-size:12px;
padding : 20px;
margin-top:50px;
margin-bottom: 50px;
}

.footer-copy{
font-family: 'Noto Sans JP, Bold';
background:#2CAAAE;
font-size:12px;
text-align: center;
color: #fff;
margin-top:50px;
padding : 10px;
}

.btn_03 {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  min-width: 50%;
  position: relative;
  background: #228bc8;
  border: 1px solid #228bc8;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 25px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
  margin:16px;
}

.btn_03:hover {
  background: #fff;
  color: #228bc8;
}

.btn_04 {
  -webkit-appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 50%;
  position: relative;
  background: #666;
  border: 1px solid #666;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

.btn_04:hover {
  background: #fff;
  color: #666;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

table.formTable i {
color:#2CAAAE;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/


@media screen and (max-width:572px) {

#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}

.teltap{
display: block !important;
font-family: 'Noto Sans JP, Medium';
text-align: center;
width: 250px;
background:#2CAAAE;
padding:4px;
border-radius:20px;
margin-left: auto;
margin-right: auto;
}

.teltap a {
color:#FFF;
font-size:14px;
text-decoration: none;
}

}



