@charset "utf-8";

/* ************************************************ 
*	申し込み
* ************************************************ */	
.entry-block {
margin: 0 auto;
padding: 0 0 150px 0;
width: 1000px;
max-width: 90%;
}

.entry-block h3.sub-title{
margin: 0 auto 60px auto;
padding: 20px 0;
width: 90%;
color: #333;
font-size: min(2.4vw,24px);
align-content: center;
text-align: center;
font-weight: 500;
position: relative;
border-top: 10px solid #c1db81;
border-bottom: 10px solid #c1db81;
}

.entry-block__iconbox{
margin: 0 auto 30px auto;
padding: 0;
width: 100%;
align-content: center;
text-align: center;
}
.entry-block__iconbox img{
width: 70px;
}

table.entry {
width: 100%;
border: 1px solid #333;
margin: 10px 0 20px 0;
}
table.entry th{
padding: 15px 10px;
width: 25%;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
background-color: #efefef;
vertical-align: middle;
}
table.entry td{
padding: 15px 10px;
width: 75%;
border-bottom: 1px solid #333;
vertical-align: middle;
}
table.entry p,
table.entry span{
font-size: min(1.5vw,14px);
padding: 0;
}
table.entry p.entryday{
font-size: min(1.6vw,16px);
padding: 0;
margin: 10px 0 0 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
font-size: min(1.6vw,16px);
margin: 0 0 10px 0;
}
textarea {
font-size: min(1.6vw,16px);
margin: 0;
}

select {
padding: 5px;
margin: 0 0 10px 0;
}

/* チェックボックス・ラジオボタン */
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  border: 1px solid #f4b4d0;
  vertical-align: -5px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* チェックボックス */
input[type="checkbox"]:checked {
  border: 1px solid #f4b4d0;
  background: #f4b4d0;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  transform: rotate(50deg);
  width: 7px;
  height: 10px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  content: '';
}

/* ラジオボタン */
input[type="radio"] {
  border-radius: 50%;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f4b4d0;
  content: '';
}

.shisetsusearch-btn {
margin: 0;
padding: 0;
}
.shisetsusearch-btn a{
background-color:#f4b4d0;
color: #fff;
line-height: 1;
text-decoration: none;
font-size: min(1.4vw,14px);
text-align: center;
align-content: center;
height: 35px;
padding: 0 10px;
display: inline-block;
}
.shisetsusearch-btn a:hover{
color: #fff;
background-color: #88cccc;
}


.form-endbox {
margin: 40px auto 0 auto;
padding: 0;
width: 100%;
text-align: center;
}
.form-endbox p{
font-size: min(1.8vw,18px);
}

.form-entry-btn,
.form-entry-back-btn {
margin: 20px auto 0 auto;
padding: 0;
width: 300px;
}
.form-entry-btn a{
background-color:#f4b4d0;
color: #fff;
display: block;
line-height: 1.2;
text-decoration: none;
font-size: min(1.8vw,18px);
text-align: center;
align-content: center;
height: 60px;
border-radius: 50vh; /* CSS3 */
}
.form-entry-btn a:hover{
color: #fff;
background-color: #88cccc;
border-radius: 50vh; /* CSS3 */
}

.form-entry-back-btn a{
background-color:#a9a9a9;
border: 1px solid #a9a9a9;
color: #fff;
display: block;
line-height: 1.2;
text-decoration: none;
font-size: min(1.8vw,18px);
text-align: center;
align-content: center;
height: 60px;
border-radius: 50vh; /* CSS3 */
}
.form-entry-back-btn a:hover{
color: #333;
background-color: #dcdcdc;
border: 1px solid #333;
border-radius: 50vh; /* CSS3 */
}


.titlepad{
  padding-bottom:5px;
  font-weight: bold;
}

/* ************************************************ 
*   レスポンシブ
* ************************************************ */
/* PC 画面の横幅が960px以上 */
@media only screen and (min-width: 960px){

}


/* Tablet (Portrait) 画面の横幅が768px〜959pxまで */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.entry-block { padding: 0 0 50px 0; }
.entry-block h3.sub-title::before {
top: 0;
left: 0;
height: 30px;
width: 30px;
}
.entry-block h3.sub-title::after {
top: 30px;
left: 25px;
height: 10px;
width: 10px;
}
table.entry th{ width: 30%; }
table.entry td{ width: 70%; }
}


/* Mobile (Portrait) 画面の横幅が767pxまで */
@media only screen and (max-width: 767px) {
p {
font-size: 3.75vw;
line-height: 1.5;
}
.entry-block { padding: 30px 0; }
.entry-block h3.sub-title{
width: 100%;
margin: 0 0 30px 0;
font-size: 4.5vw;
text-align: left;
padding: 15px 0;
border-top: 5px solid #c1db81;
border-bottom: 5px solid #c1db81;
}

table.entry { font-size: 3.75vw; }
table.entry th{
padding: 10px;
width: 30%;
}
table.entry td{
padding: 10px;
width: 70%;
}
table.entry p,
table.entry span{
font-size: 3.75vw;
}
table.entry p.entryday{
font-size: 3.75vw;
}
.shisetsusearch-btn a{
font-size: 3.5vw;
height: 35px;
padding: 0 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
font-size: 3.5vw;
}
textarea { font-size: 3.5vw; }
.form-endbox p { font-size: 3.75vw; }
.form-entry-btn { width: 100%; }
.form-entry-btn a {
font-size: 4.5vw;
height: 50px;
}
}
