/*
 Theme Name:   unique_tcd044-child
 Theme URI:    https://i-llc.com/unique_tcd044-child/
 Description:  unique_tcd044-child Theme
 Author:       John Doe
 Author URI:   https://i-llc.com
 Template:     unique_tcd044
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  unique_tcd044-child
*/


/* Top */
@media screen and (max-width: 700px) {
.title font_type2{
 margin: 100px 0 0 0!important;
 padding: 20px!important;
 font-size: 15px!important;
}

.title desc font_type2{
 margin: 100px 0 0 0!important;
 padding: 20px!important;
 font-size: 12px!important;
}

}


/* Recruit */
.recruit h2 {
 text-align: left;
 vertical-align: middle!important;
 font-size: 27px;
 color: #999;
 margin: 50px 0 50px 0 ;
}

.recruit h3{
 text-align: left;
 vertical-align: middle!important;
 font-size: 18px;
 color: #333;
 margin: 20px 0 20px 0 ;
}

.recruit ul{
 vertical-align: middle!important;
 font-size: 14px;
 color: #333333;
 background:#f7f7f7;
 padding: 40px;
 margin: 20px 0 60px 0 ;
}

.recruit tr {
 width: 100%;
 padding: 0px;
 margin: 0px;
}

.recruit th {
 text-align: center;
 vertical-align: middle!important;
 font-size: 14px;
 color: #444;
 padding: 20px;
 width: 30%;
 background:#f7f7f7;
 border: solid 1px #e2e2e2;
}

.recruit td  {
    font-size: 13px;
 border: solid 1px #e2e2e2;
 padding: 20px;
}

.q_button{
 margin: 60px 0 0 35%!important;
 width: 320px!important;
 padding: 20px!important;
 font-size: 18px!important;
 border-radius: 2px!important;
}


/* Contact Form 7カスタマイズ */
.inquiry th {
 text-align: left;
 vertical-align: middle!important;
 font-size: 14px;
 color: #444;
 padding-right: 8px;
 padding: 20px;
 width: 30%;
 background:#f7f7f7;
 border: solid 1px #e2e2e2;
}

.inquiry td {
 font-size: 13px;
 border: solid 1px #e2e2e2;
 padding: 20px;
}

/* 必須の調整 */
.haveto {
   font-size: 8pt;
   padding: 8px;
   background: #ff9393;
   color: #fff;
   border-radius: 2px;
   margin-right: 10px;
}

/* 任意の調整 */
.any {
   font-size: 8pt;
   padding: 8px;
   background: #afafaf;
   color: #fff;
   border-radius: 2px;
   margin-right: 10px;
}

/* ラジオボタンを縦並び指定 */
.verticallist .wpcf7-list-item {
 display: block;
}

/* 送信ボタンのデザイン変更 */
.soushinbtn{
 width: 320px!important;
 margin: 60px 0 60px 35%!important;
 padding: 30px 0 54px 0!important;
 font-size: 18px!important;
 border-radius: 2px!important;
}

/* スマホContact Form 7カスタマイズ */
@media screen and (max-width: 700px) {
.inquiry th, .inquiry td {
display:block;
width: 100vw!important;
border-top: none!important;
padding: 20px;
}
.inquiry tr:first-child th {
border-top: 1px solid #d7d7d7!important;
}
.soushinbtn{
width:80%!important;
}



/* Blog */
.blog-content h3 {
 text-align: left;
 vertical-align: middle!important;
 font-size: 27px!important;
 color: #999!important;
 margin: 80px 0 60px 0!important;
}

}