@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*サイト名非表示*/
.site-name-text {
display: none;
}

.wrap {
	width: 80%;
}

/*==========共通項目==========*/
.pg_title {
	background-color: #3266cc;
	color: #ffffff;
	font-weight: bold;
	font-size: 25px;
	padding: 5px 0 5px 15px;
}

.pg_subtitle {
	color: #3266cc;
	font-weight: bold;
	font-size: 20px;
}

.mark_li {
    font-size: 20px;
    margin-left: 20px;
	position: relative;
}
.mark_li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 15px;
	background: #3266cc;
	left: 0;
	top: 10px;
}

/*==========トップページ==========*/

/*トップページカラム縦余白変更	*/
.page-id-16 .has-bottom-margin.is-style-bottom-margin-1em {
    margin-bottom: 10px !important;
}

/*グローバルメニュー追従時サブメニュー表示*/
.fixed-header .navi-in > ul li:hover > ul {
    display: block;
 }

#navi .navi-in>ul>li>a {
  font-size:14px;
}

/*サブメニューの色を変更*/
#navi .navi-in > .menu-header .sub-menu {
    background-color: #f7f7f7;
	width: 205px;
}

#navi .navi-in > .menu-header .sub-menu a{
	font-size: 12px;
}

.top_ttl {
	padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0.3em;
    border-bottom: solid 1px;
}

.news_ichiran ul {
	list-style-type: none;
}

/*お知らせ*/
.custom-post-list {
 display: grid;
 grid-template-columns: 200px 1fr;
 list-style: none;
}

.custom-post-list li {
	padding: 10px 0 10px 0;
}

.post-title a {
	text-decoration: none;
	color: inherit;
}

.post-title a:hover {
	text-decoration: underline;
	color: #1967d2;
}

@media screen and (max-width:375px) {
	.custom-post-list {
		display: grid;
		grid-template-columns: 1fr;
		padding-left: 0 !important;
	}
	
	.custom-post-list li:nth-child(odd):nth-child(n+3) {
		padding-top: 20px;
	}
	
	.post-title {
		padding-bottom: 20px;
		padding-left: 10px;
		border-bottom: dotted 1px;
	}
}

/*==========会社案内==========*/
.page-id-124 .header-container {
	display:block;
}

.page-id-124 .header {
background: url("https://renew.nodakensetsu.co.jp/wp-content/uploads/2024/09/company-1.jpg") no-repeat;
background-size: contain;
background-position: center;
}

.page-id-124 .header .header-in {
min-height:510px;
}

.page-id-124 .fixed-header .header .header-in {
    min-height: auto;
}

.annai_nav {
	display: flex;
}

.annai_inner {
	margin: auto;
}

.annai_nav ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
}

.annai_nav ul li {
	margin-left: 40px;
}

.annai_nav ul li:first-child {
	margin-left: 0;
}

.annai_nav a {
	text-decoration: none;
	color: inherit;
	position: relative;
}

.annai_nav ul li a::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 3px;
	width: 1px;
	height: 15px;
	background: #000000;
}

.annai_nav ul li:last-child a::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 3px;
	width: 1px;
	height: 15px;
	background: #000000;
}

.annai_btns {
    justify-content: center;
}

.annai_hd{
	font-size: 18px;
	border-bottom: solid 1px;
}

/*==========フッター==========*/
.footer_left-hd {
	font-weight: bold;
	font-size: 16px;
}

.footer_left-text ul {
	list-style-type: none;
	padding-left: 0;
}

.footer_nav {
	display: flex;
	padding-left: 45px;
}

.footer_nav ul {
	list-style: none;
	padding-left: 0;
	display: flex;
	align-items: center;
}

.footer_nav ul li {
	margin-left: 40px;
}

.footer_nav ul li:first-child {
	margin-left: 0;
}

.footer_nav a {
	text-decoration: none;
	color: inherit;
	position: relative;
}

.footer_nav ul li a::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 3px;
	width: 1px;
	height: 15px;
	background: #000000;
}

.footer_nav ul li:last-child a::after {
	content: "";
	position: absolute;
	right: -20px;
	top: 3px;
	width: 1px;
	height: 15px;
	background: #000000;
}

.content-bottom {
	margin: 0;
}

/************************************************
 トップへ戻るボタン
*************************************************/
.go-to-top-button {
  border-radius: 50%; /*丸くする*/
  width: 60px; /*横幅*/
  height: 60px; /*高さ*/
  font-size: 30px; /*アイコンフォントのサイズ*/
  opacity:0.9; /*透明度*/
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2); /*影*/
  color: #ffffff; /*アイコンフォントの色*/
  background-color:#3266cc; /*背景色*/
}

/*ホバー時*/
.go-to-top-button:hover {
  color: #333; /*アイコンフォントの色*/
  background-color:#aaa; /*背景色*/
}


/*==========お問い合わせ=========*/
.apply-line {
    overflow: hidden;
    padding: 15px;
    border-bottom: dashed 1px #ccc;
    text-align: left;
}

.apply-line-l {
    width: 100px;
    font-weight: bold;
    font-size: 14px;
    float: left;
}

.apply-line-r {
    width: 600px;
    float: right;
    font-size: 14px;
}

.hissu {
    color: #FF0004;
    font-size: 10px;
}

select {
    padding: 10px;
    width: 260px;
    color: #636063;
    font-size: 13px;
    background-color: #F9F9F9;
    border: solid 1px #CCCCCC;
}

.checkbox {
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 200px;
    border: none;
    padding: 10px;
    background-color: #444444;
    color: #fff;
}

 .wpcf7 p {
display: inline;
}

/*=========採用情報==========*/
.syokusyu_tb {
	background-color: #ffffff;
}

/*=========サイトポリシー=========*/
.policy_h3 {
	font-size: 18px;
	color: #3266cc;
	position: relative;
	margin-left: 20px;
	font-weight: bold;
}

.policy_h3:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("https://renew.nodakensetsu.co.jp/wp-content/uploads/2024/10/list-img.png");
	background-size: contain;
	background-repeat: no-repeat;
	left: -20px;
	top: 8px;
}

/*==========土地活用をお考えの方はこちら=========*/
.product_h4 {
	font-size: 18px;
	font-weight: bold;
	border-left: solid 3px #2ca9e1;
	border-bottom: solid 1px #2ca9e1;
	padding-left: 20px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
