@charset "UTF-8";

/* 名建商行株式会社 */

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

@media (min-width:1200px){}
@media (max-width:1199px){}
@media (min-width:992px){}
@media (max-width:991px){}
@media (min-width:768px){}
@media (max-width:767px){}

.heaer_catch_inner {
	display: none;
}

#page_contents {
    margin-bottom: 0;
}

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

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer;
}

#header_pc #header_tel,
.footer_about dd .footer_about_tel,
.footer_about dd .footer_about_fax {
    font-family: 'Roboto Condensed';
}

#header_pc #header_tel {
	font-size: 26px;
}

#header_tel .icon-tel {
    display: none;
}

#header_inquiry .icon-mail {
    display: none;
}

@media (max-width:768px){
	#header_inquiry .icon-mail {
		display: block;
	}
}

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

th {
	width: 20%;
}

#page-top a {
    border-radius: 4px;
}

.pc-no-display {
	display: none;
}

/*調整用-------------------------------*/

.my-mb-01 {
	margin-bottom: 60px;
}

.my-mb-02 {
	margin-bottom: 20px;
}

.my-mb-03 {
	margin-bottom: 1em;
}

.my-mb-04 {
	margin-bottom: 100px;
}

.my-text-center {
	text-align: center;
}

.my-text-wrap-01 {
	min-height: 220px;
}

.my-index-btn-text {
	font-size: 18px;
}

/*トップページ　事業内容エリア　-------------------------------*/

h2.index-business-title {
	color: #000037;
	text-align: center;
	font-weight: bold;
	margin: 60px 0 60px 0;
}

.index-business-title-jp {
	display: block;
	margin-bottom: 10px;
}

.index-business-title-en {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed';
}

.index-business-wrap {
	margin-bottom: 75px;
	padding: 0 10px 90px 10px;
	background: linear-gradient(180deg,#ffffff 0%,#ffffff 100px,#f3f4f5 100px,#f3f4f5 100%);
}

.index-business-container {
	background: #fff;
	margin: 0 auto;
	padding: 0 0;
	max-width: 1200px;

	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}


.index-business-l {
	width: 65%;
}

.index-business-l img {
	display: block;
	width: 100%;
}

.index-business-r {
	width: 30%;
	padding-right: 20px;
}

h3.index-business-lead {
	color: #00008f;
	font-size: 20px;
	margin: 0;
	margin-bottom: 1em;
}

.index-business-text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

.index-business-btn {
	display: block;
	margin-top: 35px;
	width: 186px;
	border: 2px solid #000037;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Roboto Condensed';
	line-height: 56px;
	letter-spacing: 0.1em;
	color: #000037;

	transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.index-business-btn:hover {
	background-color: #000037;
	color: #fff;
}

.sub-btn {
	display: block;
	margin-top: 35px;
	width: 186px;
	border: 2px solid #000037;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 56px;
	letter-spacing: 0.1em;
	color: #000037;
	margin: auto;

	transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.sub-btn:hover {
	background-color: #000037;
	color: #fff;
}

/*トップページ　サブページへのリンクエリア　-------------------------------*/

.index-menu {
	position: relative;
	padding: 210px 0 0 0;
	/*margin-bottom: 75px;*/
	margin-bottom: 0;
}

.index-menu-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 460px;
	background: transparent url("../images/index/index-menu-bg.jpg") 50% 50% no-repeat;
	background-size: cover;
}

.index-menu-container {
	position: relative;
	margin: 0 auto;
	/*padding: 0 0;
	max-width: 1254px;*/

	padding: 0 10px;
	max-width: 1220px;
}

.index-menu-links {
	display: flex;
}

.index-menu-item {
	width: 100%;
}

.index-menu-item a {
	display: block;
	background-color: #fff;
	color: #000037;
	border-bottom: 3px solid #ecf2f6;
}

.index-menu-item-img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 200px;
}

.index-menu-item a:hover .index-menu-item-img .base {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index-menu-item-img .base {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
}

.i-company .index-menu-item-img .base {
	background-image: url("../images/index/index-menu-company.jpg")
}

.i-works .index-menu-item-img .base {
	background-image: url("../images/index/index-menu-works.jpg")
}

.i-recruit .index-menu-item-img .base {
	background-image: url("../images/index/index-menu-recruit.jpg")
}

.index-menu-item-data {
	padding: 40px;
}

.index-menu-item-data h2 {
	font-size: 24px;
	line-height: 1.0;
	margin: 0;
}

.index-menu-en {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed';
}

.arrow-target {
	position: relative;
	padding-right: 40px;
}

.arrow-target::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;

	width: 15px;
	height: 15px;
	border-top: solid 2px #000037;
	border-right: solid 2px #000037;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*ページ下部のボタンエリア　-------------------------------*/

.bottom-btn-area {
	/*margin-bottom: 40px;*/
	margin-top: 110px;
	margin-bottom: 138px;
}

.bottom-btn-area-list a {
	text-decoration: none;
	display: block;
	color: #fff;
	width: 100%;
}

.bottom-btn-area-list {
	display: flex;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.bottom-btn-area-list li {
	width: 50%;
	text-align: center;
}

.bottom-btn-tel {
	background: #00005b;
	transition: all .3s ease-in-out;
}

.bottom-btn-sub {
	background: #00005b;
	transition: all .3s ease-in-out;
}

.bottom-btn-pc {
	background: #000037;
	transition: all .3s ease-in-out;
}

.bottom-btn-sub:hover,
.bottom-btn-sub:active {
	background: #020294;
}

.bottom-btn-pc:hover,
.bottom-btn-pc:active {
	background: #666787;
}

.bottom-btn-area-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 170px;
}

.bottom-btn-area-inner span {
	display: block;
}

.bottom-btn-tel-num {
	font-weight: 700;
	font-size: 36px;
	line-height: 1.0;
	letter-spacing: 0.1em;
	font-family: 'Roboto Condensed';
}

.bottom-btn-tel-info {
	font-size: 12px;
}

.bottom-btn-pc-info {
	font-weight: bold;
	font-size: 24px;
}

/*フッターエリア　-------------------------------*/

#footer_area {
    background: #f3f4f5;
}

.footer_area .menu li a {
    color: #828282;
	font-size: 14px;
}

.footer_area .menu .glyphicon {
    color: #828282;
}

#footer_copyright {
    color: #828282;
	font-size: 14px;
}

.footer_about {
    border: none;
    background: #f3f4f5;
    padding: 15px;
    text-align: right;
}

.footer_about_address {
	font-size: 14px;
}

/*サブページ　見出しテキスト調整　-------------------------------*/

#page_title h1 {
    font-size: 30px;
	text-shadow: 0 0 8px #fff;
}

/*お問い合わせページ　電話番号　-------------------------------*/

.my-contact-tel {
    border: #000137 2px solid;

    padding: 15px;
    border-radius: 10px;
	color: #000137;
	font-family: 'Roboto Condensed';
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
}

/*事業内容ページ　名建商行の事業　-------------------------------*/

.my-biz-ttl {
	text-align: center;
	font-size: 22px;
}

/*事業内容ページ　さまざまな建造物に対応した工事をおこないます　-------------------------------*/

.regular-menu-wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.regular-menu-item {
    width: 30%;
    max-width: 360px;
    margin-bottom: 40px;
}

.regular-menu-title {
    font-size: 16px;
    text-align: center;
}

/*採用情報ページ　ある一日のスケジュール用　-------------------------------*/

/*@font-face {
	font-family: 'ecoico';
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
  /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

/*.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}*/

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	/*font-size: 2.9em;*/
	font-size: 24px;
	color: #3594cb;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmlabel .tml-title {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);

	margin-bottom: 10px;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "e000";
}

.cbp_tmicon-screen:before {
	content: "e001";
}

.cbp_tmicon-mail:before {
	content: "e002";
}

.cbp_tmicon-earth:before {
	content: "e003";
}
@media screen and (max-width: 1500px) {
	nav.main_nav ul.menu {
		justify-content: space-between;
	}
}
/* Example Media Queries */
@media screen and (max-width: 767px) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li { /* ←tanakaが追記 */
		padding-bottom: 8px;
		border-bottom: 1px dotted #ccc;
		margin-bottom: 8px;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		/*padding: 0 0 20px 0;*/

		padding: 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		/*margin: 0 0 30px 0;*/
		padding: 1em;
		font-weight: 400;
		/*font-size: 95%;*/

		margin: 0 0 15px 0;
		font-size: 16px;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;

		display: none;
	}
}

/* 2020.07.01 tanaka added */
.my-reslult-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.my-reslult-list li {
	width: 50%;
}

@media (max-width:767px){

	.pc-no-display {
		display: block
	}

	/*調整用（スマホ）-------------------------------*/

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

	.my-mb-02 {
		margin-bottom: 0;
	}

	.my-mb-04 {
		margin-bottom: 20px;
	}

	.my-text-wrap-01 {
		min-height: 100%;
	}

	.my-index-btn-text {
		font-size: 16px;
	}

	/*トップページ　事業内容エリア（スマホ）　-------------------------------*/

	h2.index-business-title {
		margin: 30px 0 30px 0;
	}

	.index-business-title-jp {
		font-size: 20px;
	}

	.index-business-title-en {
		font-size: 12px;
	}

	.index-business-container {
		flex-direction: column;
	}

	.index-business-l {
		width: 100%;
	}

	.index-business-r {
		width: 100%;
		padding: 20px;
	}

	.index-business-btn {
		width: 100%;
	}

	.index-business-text {
		font-size: 14px;
	}

	.sub-btn {
		width: 100%;
	}

	.index-business-wrap {
		margin-bottom: 30px;
		padding: 0 10px 30px 10px;
	}

	/*トップページ　サブページへのリンクエリア（スマホ）　-------------------------------*/

	.index-menu {
		padding: 0;
		/*margin-bottom: 30px;*/
		margin-bottom: 0;
	}

	.index-menu-bg {
		top: 10%;
		bottom: 100px;
		height: auto;
	}

	.index-menu-container {
		padding: 0 15px;
	}

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

	.index-menu-item {
		margin-bottom: 10px;
	}

	.index-menu-item:last-child {
		margin-bottom: 0;
	}

	.index-menu-item-img {
		padding-top: 50%;
		height: 0;
	}

	.index-menu-item-data {
		padding: 20px;
	}

	.index-menu-item-data h2 {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.index-menu-en {
		font-size: 12px;
	}

	.arrow-target::after {
		right: 20px;
	}

	/*ページ下部のボタンエリア（スマホ）　-------------------------------*/

	.bottom-btn-area {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.bottom-btn-area-inner {
		height: 150px;
	}

	.bottom-btn-tel:hover,
	.bottom-btn-tel:active {
		background: #020294;
	}

	.bottom-btn-tel-num {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.bottom-btn-tel-info {
		font-size: 11px;
		line-height: 1.4;
	}

	.bottom-btn-pc-info {
		font-size: 16px;
	}

	.footer_about {
		text-align: center;
	}

	.footer_about_address {
		margin-top: 10px;
		font-size: 12px;
	}

	#footer_copyright {
		font-size: 12px;
	}

	/*サブページ　見出しテキスト調整（スマホ）　-------------------------------*/

	#page_title h1 {
		font-size: 24px;
	}


	/*お問い合わせページ　電話番号（スマホ）　-------------------------------*/

	.my-contact-tel {
		font-size: 26px;
	}

	/*事業内容ページ　名建商行の事業（スマホ）　-------------------------------*/

	.my-biz-ttl {
		font-size: 16px;
	}


	/*事業内容ページ　さまざまな建造物に対応した工事をおこないます（スマホ）　-------------------------------*/

	.regular-menu-item {
		width: 48%;
		margin-bottom: 10px;
	}

	.regular-menu-title {
		font-size: 13px;
	}

	/* 2020.07.01 tanaka added */

	.my-reslult-list li {
		width: 100%;
	}

}
