/* CSS Document */

@charset "UTF-8";

/*-------------------------------------------------------------------------------------*/
/*↓ここから編集-----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------*/

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){
	video {
			width: 100% !important;
			height: auto;
		}
}
@media (min-width:768px){}
@media (max-width:767px){}

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

@media (max-width:767px){
	h2 {
		font-size: 20px;
	}

}

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

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

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

.my-red-line {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f3949b 0%) repeat scroll 0 0;
}

.align-pc-center-mobile-left {
	text-align: center;
}

.caption02 {
    font-size: 20px;
}

/* 事業紹介ページナビ用---------------------------------------*/

.business-nav {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.business-nav-item {
	display: block;
}

a.business-nav-item,
a.business-nav-item:hover {
	color: #333;
}

.business-nav-item {
    display: block;
    width: 100%;
    text-align: center;
    border-right: 1px dotted #ccc;
    font-size: 16px;
    font-weight: bold;
	position: relative;
}

.business-nav-item::after {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.6em;
    margin: auto;
    /*font-family: "FontAwesome";
    content: "\f107";
    font-size: 16px;
    font-weight: 900;*/
	content: "";
	width: 10px;
	height: 6px;
	background-image: url("../images/my-small-arrow.png");
	background-position: 0 0;
	background-size: contain;
}

.business-nav-item:last-child {
	border-right: none;
}

/* 会社概要ページ用---------------------------------------*/

.table_company th {
	background: #f1f3f4;
	color: #333;
}

/* 施工実績　詳細ページ用---------------------------------------*/

.result_single table th {
    background: #f1f3f4;
    color: #333;
}

/* 事業紹介　ページ用---------------------------------------*/

.my-business-row-01 {
	margin-bottom: 40px;
}

/* 日東工業の強み　ページ用---------------------------------------*/
.specialty-pic-adjust-01 {
	max-width: 819px;
	height: auto;
}

.specialty-em {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}

.specialty-merit {
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 20px;
}

.specialty-example-pic {
	max-width: 819px;
	height: auto;
}

.specialty-example-wrap {}

.specialty-example-item {
	display: flex;
	justify-content: center;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.specialty-example-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.specialty-example-headline {}

.specialty-example-headline-text {
	font-size: 18px;
    font-weight: bold;
    width: 120px;
}

.specialty-example-detail {
	max-width: 819px;
}

.specialty-example-pic {
	max-width: 819px;
	height: auto;
	margin-bottom: 10px;
}

.specialty-example-text {
	font-size: 16px;
}

/* 各種表用---------------------------------------*/

.tablepress-id-2,
.tablepress-id-3 {
    border-top: 1px solid #ccc;
}

.tablepress-id-3 .column-1 {
	font-weight: bold;
	background-color: #f1f3f4;
	width: 15%;
}

/* お問い合わせフォーム用---------------------------------------*/

.my-clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.form-control-01,
.form-control-02 {
    display: block;
    width: 95%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control-01 {
	height: 3em;
}

.form-control-02 {
	height: 8em;
}

#contact_form dl {
    border-bottom: 1px dotted #ccc;
}

#contact_form dl dt {
    width: 20em;
}

#contact_form dl dd {
    margin-left: 20em;
}

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

.is_font_oswald {
    font-display: swap;
    font-family: Oswald,sans-serif;
}

.my-index-catch-padding {
	padding-bottom: 60px;
}

.my-row-padding00 {
	padding-bottom: 60px;
}

.my-row-padding01 {
	padding: 60px 0;
}

.my-row-padding02 {
	padding-bottom: 30px;
}

.my-row-margin01 {
	margin-bottom: 40px;
}

.my-btn-style01 a {
	letter-spacing: .1em;
    font-weight: bold;
	width: 270px;
}

/* メインナビの下ボーダーを白に */
nav.main_nav {
    border-bottom: solid 3px #fff;
}

/* 下層ページのタイトル部分 */
#page_title {
    background-image: none;
    background-color: #1d2788;
}

#page_title h1 {
    color: #fff;
}

/* トップページ　キャッチ用 */

p.index-catch-text {
	text-align: center;
	margin-bottom: 60px;
}

/* トップページ　日東工業の強み、事業紹介リンク用 */

.index-catch-links {
	display: flex;
	width: 100%;
}

.index-catch-links-item {
	width: 50%;
	text-align: center;
}




.index-catch-links-item a {
	display: block;
	width: 100%;
	line-height: 130px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
	position: relative;
}

.index-catch-links-item a:hover {
	color: #fff;
}

.index-catch-links-item a::after {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0.6em;
	margin: auto;
	/*font-family: "FontAwesome";
	content: "\f105";
	font-size: 32px;
	font-weight: 900;*/
	content: "";
	width: 12px;
	height: 18px;
	background-image: url("../images/my-arrow.png");
	background-position: 0 0;
	background-size: contain;
}

.index-menu-01 {
	background: #2e3bba;
}

.index-menu-01:hover {
	background: #3342d5;
}

.index-menu-02 {
	background: #1d2788;
}

.index-menu-02:hover {
	background: #212c99;
}

/* トップページ　施工実績エリア用 */
.index-result-pic-wrap,
.business-result-pic-wrap {
	margin-bottom: 20px;
}

/* ページ下部　お問い合わせエリア用 */

.my-contact-wrap {
	padding: 60px 0;
}

.contact-inner {
	display: flex;
	justify-content: space-around;
}

.contact-item {
	width: 100%;
	text-align: center;
}

.mod-tel01 {
    line-height: 1.0;
    font-size: 60px;
    font-weight: 600;
	color: #fff;
}

.mod-tel01:hover {
	text-decoration: none;
}

.mod-btn01 {
	max-width: 400px;
    font-size: 18px;
    border-radius: 35px;
    padding: 17px 1em;

    box-sizing: border-box;
    display: block;

    letter-spacing: .1em;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;

    text-align: center;
    outline: 0;
    border: none;
    cursor: pointer;
    width: 100%;

	background: #1d2788;
}

.mod-btn01:hover {
	color: #fff;
	background: #212c99;
}


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

	/* スマホメインナビの下ボーダーを白に */
	#header_sp_list {
		border-bottom: 1px solid #fff;
	}

	.align-pc-center-mobile-left {
		text-align: left;
	}

	/* 下層ページ　見出しの文字サイズ */
	#page_title h1 {
		font-size: 24px;
	}

	.pc-only {
		display: none;
	}

	.caption02 {
		font-size: 16px;
	}

	/* 事業紹介ページナビ用---------------------------------------*/

	.business-nav {
		flex-direction: column;
	}

	.business-nav-item {
		text-align: left;
		border-right: none;
		border-bottom: 1px dotted #ccc;
		line-height: 2.4;
	}

	/* 会社概要ページ用---------------------------------------*/

	.table_company th {
		width: 110px;
	}

	/* 事業紹介　ページ用---------------------------------------*/

	.my-business-row-01 {
		margin-bottom: 20px;
	}

	/* 日東工業の強み　ページ用---------------------------------------*/

	.specialty-em {
		font-size: 16px;
	}

	.specialty-pic-adjust-01 {
		max-width: 100%;
		height: auto;
	}

	.specialty-merit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.specialty-example-wrap {}

	.specialty-example-item {
		flex-direction: column;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.specialty-example-headline {}

	.specialty-example-headline-text {
		font-size: 14px;
		width: 100%;
		margin-bottom: 10px;
	}

	.specialty-example-detail {
		max-width: 100%;
	}

	.specialty-example-pic {
		max-width: 100%;
		margin-bottom: 10px;
	}

	.specialty-example-text {
		font-size: 16px;
	}

	/* 各種表用---------------------------------------*/

	.tablepress-id-2 .column-1 {
		width: 120px;
	}

	.tablepress-id-3 .column-1 {
		width: 120px;
	}

	/* お問い合わせフォーム用---------------------------------------*/

	.form-control-01,
	.form-control-02 {
		width: 100%;
	}

	.form-control-01 {
		height: 3em;
	}

	.form-control-02 {
		height: 8em;
	}

	#contact_form dl dt {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#contact_form dl dd {
		margin-left: 0;
		width: 100%;
	}

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

	.my-index-catch-padding {
		padding-bottom: 30px;
	}

	.my-row-padding00 {
		padding-bottom: 30px;
	}

	.my-row-padding01 {
		padding: 30px 0;
	}

	.my-row-margin01 {
		margin-bottom: 15px;
	}

	.my-row-padding02 {
		padding-bottom: 15px;
	}

	p.index-catch-text {
		margin-bottom: 30px;
	}

	.index-catch-links {
		flex-direction: column;
	}

	.index-catch-links-item {
		width: 100%;
	}

	.index-catch-links-item a {
		line-height: 80px;
	}

	.my-contact-wrap {
		padding: 30px 0;
	}

	.contact-inner {
		flex-direction: column;
	}

	.mod-tel01 {
    	font-size: 42px;
	}

	.mod-btn01 {
		margin-top: 20px;
		padding: 12px 1em 13px;
    	border-radius: 25px;
	}

}
