@charset "utf-8";

/*
Theme Name: lawit.jp Template child
Theme URI: 
Author: lawit.jp テンプレート 子テーマ
Author URI: 
Description: lawit.jp テンプレート 子テーマ
Version: 0.1
Template: lawit.jp
*/



/*------------------------------------------------------------------------

◆目次

------------------------------------------------------------------------*/



/*------------------------------------------------------------------------
◆要素
------------------------------------------------------------------------*/




/*------------------------------------------------------------------------
◆共通
------------------------------------------------------------------------*/
.page-template-page-no-sidebar #main_wrap,
.page-template-page-no-sidebar-bottom #main_wrap{
	width: 100%;
}

#main_wrap ul.catch > li:before {
    top: 0.4em;
}

.mod_box .wp-block-group__inner-container > *:last-of-type{
	margin-bottom: 0 !important;
}

.pagination {
    overflow: hidden;
}

iframe{
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

body.single #main_wrap .status {
    margin-top: 16px;
}

body.single #content h1 + .term{
	margin-top: 16px;
}

.wp-block-columns > .wp-block-column.mod_box{
	margin-bottom: 0 !important;
}

body.page-template-default h2 + .wp-block-columns{
    margin-top: 32px;
}

.mod_flex_list{
	display: flex;
    gap: 0 32px;
    flex-wrap: wrap;
    align-items: baseline;
}

#main_wrap ul.term li.tag a {
    background: #4b494f;
}

/*------------------------------------------------------------------------
◆ヘッダー
------------------------------------------------------------------------*/
#header_right .tel_num {
    line-height: 1.4;
}

/*------------------------------------------------------------------------
◆フッター
------------------------------------------------------------------------*/
#footer_container *,
#footer_container_bottom #footer_wrap_copyright {
	color: #333;
}

#footer_wrap_middle {
    font-size: 80%;
}

#footer_middle_info .name {
    font-size: 120%;
}

#footer_middle_info{
    float: none;
    text-align: center;
}

#footer_middle_menu {
    display: none;
}

#footer_container_bottom {
    padding-bottom: 16px;
}

/*------------------------------------------------------------------------
◆ページメインイメージ
------------------------------------------------------------------------*/
#mainimage .section_wrap {
    justify-content: center;
    min-height: 200px;
}

#mainimage h1 {
    font-size: 200%;
}

/*------------------------------------------------------------------------
◆求人プラグイン調整
------------------------------------------------------------------------*/
#main_wrap .sma-job-field input[type="text"],
#main_wrap .sma-job-field textarea,
#main_wrap .sma-job-field input[type="email"],
#main_wrap .sma-job-field input[type="url"],
#main_wrap .sma-job-field select {
    width: 100%;
    border: 2px solid #9d9d9d;
    padding: 8px 8px;
    box-sizing: border-box;
}

#main_wrap h2.sma-job-form-title{
    padding: 12px 0;
	margin-bottom: 0;
	color: rgb(255, 255, 255);
    background: linear-gradient(rgb(238, 129, 159) 0%, rgb(224, 99, 132) 100%);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 111, 142);
    border-image: initial;
}

#main_wrap h2.sma-job-form-title::after{
	display: none;
}

#main_wrap .sma-job-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
}

#main_wrap .sma-job-consent-value:has(input[type="text"]){
	padding: 0;
	min-height: 0px;
	border: none;
}
#main_wrap .sma-job-consent-value input[type="text"]{
    width: 100%;
	min-height: 36px;
	padding: 4px 16px;
	line-height: 1;
    border: 2px solid #9d9d9d;
}

/*------------------------------------------------------------------------
◆求人入力
------------------------------------------------------------------------*/
#contents_wrap .sma-job-consent-note-box p:last-child,
#contents_wrap .sma-job-consent-note-box ol:last-child {
    margin-bottom: 0;
}

/*------------------------------------------------------------------------
◆求人入力確認
------------------------------------------------------------------------*/
body.page-recruit_entry_confirm th.sma-job-section-head{
	background: #878787;
    border: 1px solid #878787;
    color: #fff;
    text-align: center;
    font-size: 112%;
}

/*------------------------------------------------------------------------
◆求人一覧検索
------------------------------------------------------------------------*/
body.page-recruit_search.page-template-page-no-sidebar #main_wrap {
    max-width: 900px;
}

#main_wrap h2.sma-job-listing-intro-title{
    margin-bottom: 0.81em;
    padding: 12px 16px;
}

#main_wrap h2.sma-job-listing-intro-title::after{
	display: none;
}

#contents_wrap .sma-job-listing-intro-list {
    margin-bottom: 0;
}

#contents_wrap .sma-job-listing-intro-list li:last-child{
    margin-bottom: 0;
}

#main_wrap h4.sma-job-search-card-title{
    margin-top: 0;
    min-width: 176px;
    background: #eee !important;
    color: #000000 !important;
    padding: 8px 16px !important;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
}

/*------------------------------------------------------------------------
◆求人詳細
------------------------------------------------------------------------*/
body.page-recruit_detail.page-template-page-no-sidebar #main_wrap {
    max-width: 900px;
}

#main_wrap .sma-job-detail-photo img{
    width: 100%;
    height: 100%;
}

/*------------------------------------------------------------------------
◆レスポンシブ
------------------------------------------------------------------------*/
@media screen and (min-width: 961px) and (max-width: 1200px){

}

@media screen and (min-width: 521px) and (max-width: 960px){

}

@media screen and (max-width: 520px) {

}


