/* service_movie */

#page_content.service_movie .movie_flow{
	width:100%;
    margin-top:30px;
}

/* contact */

#page_content.contact .tel_number{
    font-size: 32px;
    text-align: center;
}
#page_content.contact .hour_holiday{
    text-align: center;
}
table.mailform tr th{
    width:200px;
}
table.mailform tr td input[type="text"],
table.mailform tr td input[type="tel"],
table.mailform tr td input[type="email"]{
    width:100%;
    height:30px;
    font-family: inherit;
}
table.mailform tr td textarea{
    width: 100%;
    font-family: inherit;
    padding: 5px;
}
.submit input.wpcf7-submit{
    background: #F19DB5;
    border: 1px solid #F19DB5;
    color: #FFF;
    width: 320px;
    height: 66px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
	justify-content:center;
	align-items:center;
    margin-inline: auto;
    border-radius: 45px;
    font-family: inherit;
}
.submit input.wpcf7-submit:hover{
	cursor:pointer;
}
#page_content.contact ul.comment li a{
	text-decoration:underline;
}

@media screen and (min-width: 768px) {
#page_content.contact a.call{
    display:none;
}
}
@media screen and (max-width: 767px) {
#page_content.contact a.call{
    margin-top:30px;
}
#page_content.contact a.call:before,
#page_content.contact a.call:after{
    display:none;
}
table.mailform tr th,
table.mailform tr td{
    display:block;
    width:100%!important;
}
}

/* recruit */

@media screen and (max-width: 767px) {
table.requirements tr th,
table.requirements tr td{
    display:block;
    width:100%!important;
}
}

/* disclaimer */

#page_content.disclaimer ul{
	margin-top:50px;
}
#page_content.disclaimer .message{
    text-align: center;
    font-size: 1.3em;
    margin-top: 60px;
    font-weight: 700;
    line-height: 2.0;
}
@media screen and (max-width: 767px) {
#page_content.disclaimer .message{
    font-size: 4.5vw;
}
}