.wpcf7-form label:not(.acceptLabel){
width: 100%;
font-weight: bold;
display: inline-block;
}
.wpcf7-form input:not([type=checkbox],[type=submit]){
font-weight: bold;
width: 100%;
padding: 15px 25px;
margin-top: 10px;
border-radius: 6px;
box-shadow: inset 5px 3px 4px 0px rgba(0,0,0,0.15);
}
.wpcf7-form textarea{
font-weight: bold;
width: 100%;
padding: 30px 25px;
margin-top: 10px;
border-radius: 6px;
box-shadow: inset 5px 3px 4px 0px rgba(0,0,0,0.15);
}
.wpcf7-form select{
font-weight: bold;
width: 100%;
padding: 15px 50px;
margin-top: 10px;
border-radius: 6px;
box-shadow: inset 5px 3px 4px 0px rgba(0,0,0,0.15);
appearance: none;
}
.wpcf7-form .checkWrap .wpcf7-form-control-wrap{
position: relative;
}
.wpcf7-form .checkWrap .wpcf7-form-control-wrap:before{
content: "";
width: 10px;
height: 10px;
border-bottom: 3px solid #629DCF;
border-right: 3px solid #629DCF;
transform: translateY(-50%) rotate(45deg);
position: absolute;
top: 50%;
left: 25px;
}
.wpcf7-form input[type=submit]{
font-weight: 600;
color: #ccc;
background-color: #aaa;
padding: 20px 110px;
border-radius: 9999px;
display: table;
margin: 80px auto 0;
}
@media screen and (max-width: 768px){
.wpcf7-form .checkWrap .wpcf7-form-control-wrap:before{
content: none;
}
.wpcf7-form input:not([type=checkbox],[type=submit]),
.wpcf7-form textarea{
font-size: 14px;
border: 1px solid #aaa;
}
.wpcf7-form input:not([type=checkbox],[type=submit]){
padding: 10px 15px;
}
.wpcf7-form textarea{
padding: 15px 15px;
}
} .acceptWrap{
display: table;
margin: 0 auto;
cursor: pointer;
}
.acceptLabel{
font-weight: bold;
display: flex;
justify-content: center;
padding-left: 30px;
position: relative;
}
.acceptLabel > a{
color: #629DCF;
text-decoration: underline;
}
.acceptLabel input[name="accept"]{
display: none;
}
.acceptLabel:before {
content: '';
background: #fff;
border: 1px solid #000;
display: block;
width: 27px;
height: 27px;
position: absolute;
transform: translateY(-50%);
left: 5px;
top: 50%;
}
.acceptLabel:after {
content: '';
border-right: 3px solid #629DCF;
border-bottom: 3px solid #629DCF;
display: block;
width: 10px;
height: 20px;
opacity: 0;
position: absolute;
transform: translateY(-50%) rotate(45deg);
top: 40%;
left: 13px;
}
.acceptLabel.check:after {
opacity: 1;
}
@media screen and (max-width:768px){
.acceptLabel{
font-size: 12px;
}
} .singleStyle p{
margin-bottom: 30px;
}
.singleStyle h3{
font-size: 28px;
font-weight: bold;
padding: 10px 15px;
margin-bottom: 40px;
border-left: 2px solid #629DCF;
border-bottom: 2px solid #629DCF;
}
.singleStyle h4{
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
color: #629DCF;
}
.singleStyle h5{
font-size: 24px;
font-weight: bold;
margin-bottom: 40px;
}
.singleStyle h6{
font-size: 24px;
font-weight: bold;
display: table;
border-bottom: 2px solid #629DCF;
margin-bottom: 40px;
}
.singleStyle .col-1,
.singleStyle .col-2,
.singleStyle .col-3{
display: grid;
margin-bottom: 80px;
} .singleStyle .col-1{
grid-template-columns: 1fr;
row-gap: 20px;
}
.singleStyle .col-2{
grid-template-columns: 1fr 1fr;
column-gap: 20px;
row-gap: 20px;
}
.singleStyle .col-3{
grid-template-columns: 1fr 1fr 1fr;
column-gap: 20px;
row-gap: 20px;
}
@media screen and (max-width: 768px){
.singleStyle .col-1,
.singleStyle .col-2,
.singleStyle .col-3{
display: flex;
flex-direction: column;
}
}
@media screen and (max-width: 768px){
body.top .snsWrap{
display: none;
}
body.recruit .snsWrap{
display: none;
}
.bslider{
height: 800px;
}
#businessSlider .slick-slide{
margin-left: 10px;
margin-right: 10px;
}
}
.visually-hidden{
position:absolute;
width:1px;
height:1px;
overflow:hidden;
}