﻿@charset "utf-8";
@media print, screen and (min-width: 768px) {
	/*		Contents
---------------------------------------------------------------------------

	Common（共通部分）

	HOME									[ / ]
	モノづくり								[ /vision/ ]
	リフォーム								[ /reform/ ]
	技術紹介								[ /quality/ ]
	施工実績								[ /works/ ]
	お客様の声								[ /customers/ ]
	社員ブログ								[ /blog/ ]
	会社概要								[ /company/ ]
	採用情報								[ /recruit/ ]
	お問い合わせ							[ /contact/ ]

------------------------------------------------------------------------ */
	/* ========================================================================
	Common（共通部分）
======================================================================== */
#loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -40px;/*Loaderの画像を縦方向中央に表示させるため、画像の高さの半分の40pxだけ上に移動*/
	margin-left: -40px;/*同様に画像の幅の半分の40pxだけ左に移動*/
}	
body {
		min-width: 1200px;
	}
	.sp {
		display: none!important;
	}
	.inner {
		position: relative;
		width: 1160px;
		margin: 0 auto;
	}
	.inner2{
		position: relative;
		width: 1180px;
		margin: 0 auto;
        margin-bottom: 60px;
	}
	.inner3{
		max-width: 1065px;
	}
	.fadein {
		opacity: 0;
		transform: translate(0, 50px);
		transition: all 600ms;
	}
	.fadein.scrollin {
		opacity: 1;
		transform: translate(0, 0);
	}
	/* ----------------------------------------
	header
---------------------------------------- */
	header {
		position: fixed;
		width: 100%;
		min-width: 1300px;
		height: 116px;
		background: rgba(255, 255, 255, 0.6);
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
		/* font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';  */
		z-index: 100;
		top: 0;
	}
	header h1, header p.name {
		float: left;
		padding: 0 18px;
		font-size: 1.6rem;
		margin-top: 10px;
	}
	header .name:hover{
		opacity: 0.7;
	}
	header h1:hover{
        opacity: 0.7;
	}
	header p.logo {
		float: left;
	}
	header p.logo a {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	header p.tel {
		float: left;
		position: relative;
		padding: 0 0 0 19px;
		font-size: 2.4rem;
		line-height: 70px;
		letter-spacing: 1px;
	}
	header p.tel a {
		text-decoration: none;
	}
	.head-inner {
		max-width: 1300px;
		margin: auto;
		width: 100%;
		position: relative;
	}
    .header_bk {
        z-index: 9999;
        display: block;
        height: 65px;
        width: 100%;
        animation-name: height_change;
        -webkit-animation-duration: 0.5s;
        animation-duration: 1.2s;
	}
	.logo_wrapper{
		margin-top: 40px;
		display: block;
	}
	.header_bk .logo_wrapper{
		animation-name: height_change_header;
        -webkit-animation-duration: 0.5s;
		animation-duration: 1.2s;
		margin-top: 15px;
	}

	/* menu
---------------------------------------- */
	#menu p {
		position: absolute;
		right: 10px;
		cursor: pointer;
	}
	#menu ul {
		display: none;
		position: absolute;
		top: 80px;
		right: 0;
		padding: 80px;
		width: 450px;
		background: #fff;
	}
	#menu ul li {
		text-align: left;
		font-size: 14px;
		padding-bottom: 22px;
	}
	#menu ul li span {
		text-align: left;
		font-size: 10px;
		color: #b5b5b5;
		display: block;
		padding-top: 10px;
	}
	.date-m {
		display: flex;
		align-items: center;
	}
	.date-m:after {
		margin-left: 5px;
		border-top: 1px solid #ccc;
		content: "";
		flex-grow: 1;
	}
	.m-break {
		padding-top: 20px;
	}
	#menu ul li a.line-link {
		position: relative;
		margin-bottom: 30px;
	}
	#menu ul li a.line-link::before {
		background: #000;
		content: "";
		z-index: 1;
		height: 1px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: -5px;
		transform: scale(0, 1);
		transform-origin: right center 0;
		-webkit-transform: 1s cubic-bezier(0.23, 1, 0.32, 1);
		transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
	}
	#menu ul li a.line-link:hover::before {
		transform: scale(1, 1);
		transform-origin: left center 0;
	}
	/* Basic Text Link */
	#menu a {
		color: #575757;
		text-decoration: none;
	}
	#menu a:link {
		color: #575757;
		text-decoration: none;
	}
	#menu a:visited {
		color: #575757;
		text-decoration: none;
	}
	#menu a:hover {
		color: #575757;
		text-decoration: none;
	}
	#menu a:focus {
		color: #575757;
		text-decoration: none;
	}
	#menu a:active {
		color: #575757;
		text-decoration: none;
	}
	#nav-toggle {
		display: block;
		position: fixed;
		right: -1px;
		top: 0px;
		z-index: 9999999;
		display: block;
		text-decoration: none;
		cursor: pointer;
		width: 55px;
		height: 55px;
		text-align: center;
	}
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
		cursor: pointer;
		height: 1px;
		width: 30px;
		background: #333;
		position: absolute;
		display: block;
		content: '';
		margin: -3px 0 0 -15px;
		top: 50%;
		left: 50%;
	}
	#nav-toggle span:before {
		top: -6px;
	}
	#nav-toggle span:after {
		top: 12px;
	}
	#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
	}
	#nav-toggle.active span {
		background-color: transparent;
	}
	#nav-toggle.active span:before, #nav-toggle.active span:after {
		top: 3px;
	}
	#nav-toggle.active span:before {
		transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
	}
	#nav-toggle.active span:after {
		transform: translateY(-10px) rotate(-225deg);
		-webkit-transform: translateY(-10px) rotate(-225deg);
		-ms-transform: translateY(-10px) rotate(-225deg);
		top: 13px;
	}
	/* ----------------------------------------
	main-visual
---------------------------------------- */
	.main-v {
		padding-top: 116px;
		max-width: 1300px;
		width: 100%;
		margin: auto;
	}
	.main-v_img_wrapper{
		overflow: hidden;
	}
	.main-v ul {
		display: flex;
		flex-flow: row wrap;
		padding-bottom: 70px;
	}
	.main-v li {
		width: 32%;
		margin-right: 2%;
		padding-bottom: 45px;
	}
	.main-v li:nth-child(3n) {
		margin-right: 0%
	}
	.main-v li img {
		width: 100%;
		-webkit-transform: rotate(0) scale(1); /* R1.5.15追加 */
		transform: rotate(0) scale(1); /* R1.5.15追加 */
        -webkit-transition: 1.0s ease-in-out; /* R1.5.15追加 */
        transition: 1.0s ease-in-out; /* R1.5.15追加 */
	}
    .main-v li img:hover {
        -webkit-transform: rotate(0deg) scale(1.1); /* R1.5.15追加 */
        transform: rotate(0deg) scale(1.1); /* R1.5.15追加 */
        -webkit-transition: 1.0s ease-in-out; /* R1.5.15追加 */
        transition: 1.0s ease-in-out; /* R1.5.15追加 */
    }
	.japan-t {
		color: #575757;
		font-size: 14px;
		text-align: center;
		padding-top: 10px;
	}
	.english-t {
		color: #B5B5B5;
		font-size: 10px;
		text-align: center;
		padding-top: 5px;
	}
	/* ----------------------------------------
	main
---------------------------------------- */
	.t1:first-of-type{
		padding-top: 175px !important;
	}
    main h2 {
		padding: 122px 0 66px 0px;
		text-align: center;
		font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
		font-size: 2.2rem;
		line-height: 1.5;
		letter-spacing: 4px;
	}
	main h2 span {
		display: block;
		font-size: 1.5rem;
		color: #999999;
		letter-spacing: 2px;
	}
	main h2.works-h2 span {
		color: #fff;
	}
	main h3 {
		text-align: center;
		font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
		font-size: 2.0rem;
		letter-spacing: 2px;
	}
	.works-h2 {
		color: #fff;
	}
	/* table
---------------------------------------- */
	main table {
		border-top: 1px dotted #ababab;
		line-height: 1.7;
	}
	main table tr {
		border-bottom: 1px dotted #ababab;
	}
	main table th {
		width: 200px;
		padding: 10px;
		text-align: left;
		font-weight: bold;
	}
	main table td {
		padding: 10px 10px 10px 0;
	}
	/* ----------------------------------------
	title
---------------------------------------- */
	#title {
		position: relative;
		/*
		height: 500px;
		*/
		height: 355px;
		background: url(../../img/vision/bg_title.png) no-repeat center;
		background-size: cover;
	}
	#title.reform {
		background-image: url(../../img/reform/bg_title.jpg);
	}
	#title.quality {
		background-image: url(../../img/quality/bg_title.jpg);
	}
	#title.works {
		background-image: url(../../img/works/bg_title.jpg);
	}
	#title.customers {
		background-image: url(../../img/customers/bg_title.jpg);
	}
	#title.blog {
		background-image: url(../../img/blog/bg_title.jpg);
		z-index: 2;
	}
	.ajast-height{
		height: 500px !important;
	}
	#title.company {
		background-image: url(../../img/company/bg_title.jpg);
	}
	#title.recruit {
		background-image: url(../../img/recruit/bg_title.jpg);
	}
	#title.contact {
		background-image: url(../../img/contact/bg_title.jpg);
	}
	#title h1 {
		position: absolute;
		top: 225px;
		left: 70px;
		width: 730px;
		height: 120px;
		padding: 44px 0 0 50px;
		background: rgba(255, 255, 255, 0.6);
	}
	#title ul {
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 100%;
		background: #666666;
		padding: 90px 0 0 20px;
		z-index: 50;
	}
	#title ul li {
		padding: 0 0 10px 0;
	}
	/* ----------------------------------------
	footer
---------------------------------------- */
	footer iframe {
		width: 100%;
	}
	/* company
---------------------------------------- */
	footer .company {
		padding: 50px 0 0 0;
		border-top: 1px solid #999999;
		text-align: center;
		color: #fff;
		font-family: "游ゴシック", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
		background-color: #999;
	}
	footer .company ul {
		padding: 0 0 44px 0;
		font-size: 0;
	}
	footer .company ul li {
		display: inline-block;
		font-size: 1.6rem;
		letter-spacing: 2px;
	}
	footer .company ul li a {
		text-decoration: none;
	}
	footer .company ul li a:hover {
		text-decoration: underline;
	}
	footer .company small {
		display: block;
		background: #222222;
		font-size: 1.6rem;
		font-weight: bold;
		color: #ffffff;
		line-height: 40px;
		letter-spacing: 1px;
	}
	/* center
---------------------------------------- */
	footer .center {
		padding: 0 0 48px 0;
		text-align: center;
		font-size: 0;
	}
	footer .company-inner {
		width: 850px;
		margin: auto;
		padding-bottom: 80px;
	}
	footer .company-left {
		float: left;
		width: 360px;
		padding-right: 30px;
		border-right: solid 1px #fff;
		font-size: 1.4rem;
		text-align: left;
	}
	footer .company-left h3 span {
		margin-bottom: 10px;
		font-size: 16px;
		margin-left: 10px;
	}
	footer .company-left h3 {
		vertical-align: top;
	}
	footer .company-rihgt {
		float: right;
		width: 490px;
		padding-left: 30px;
		font-size: 1.4rem;
		text-align: left;
	}
	footer .company-rihgt li {
		float: left;
		width: 25%;
		padding-top: 15px;
	}
	footer .company address {
		display: inline-block;
		padding: 0 0 0 38px;
		vertical-align: top;
		font-size: 1.6rem;
		line-height: 31px;
	}
	.copy {
		clear: both;
	}
	/* Basic Text Link */
	.company a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.company a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	.company a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.company a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.company a:focus {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.company a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}
	/* fix
---------------------------------------- */
	footer .fix p.pagetop {
		position: fixed;
		bottom: 40px;
		right: 110px;
		z-index: 3;
	}
	footer .fix ul {
		position: fixed;
		top: 50%;
		right: -110px;
		width: 180px;
		height: 180px;
		margin: -90px 0 0 0;
		padding: 20px 10px 0 20px;
		background: #666666;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		z-index: 3;
	}
	footer .fix ul li a {
		display: block;
		margin: 0 0 10px 0;
		color: #ffffff;
		line-height: 40px;
		text-decoration: none;
	}
	footer .fix ul li img {
		margin: 0 20px 0 0;
		vertical-align: middle;
	}
	/* ========================================================================
	HOME									[ / ]
======================================================================== */
	#key .widget_btn a, #home .widget_btn a {
		width: 230px;
		font-size: 1.6rem;
	}
	#home .widget_list .widget_btn a {
		width: 100%;
	}
	#home .detail {
		padding: 30px 0;
		background: url(../../img/home/bg_detail.png) no-repeat center bottom;
		background-size: cover;
	}
	/* ----------------------------------------
	key
---------------------------------------- */
	#key {
		position: relative;
	}
	#key p.lead {
		position: absolute;
		top: 170px;
		left: 70px;
	}
	#key p.down {
		position: absolute;
		bottom: 0;
		left: 50%;
		margin: 0 0 0 -35px;
	}
	#key .widget_btn {
		position: absolute;
		top: 320px;
		left: 570px;
	}
	/* navi
---------------------------------------- */
	#key .navi {
		position: absolute;
		top: 0;
		left: 0;
		width: 70px;
		height: 100%;
		background: rgba(102, 102, 102, 0.8);
		z-index: 50;
	}
	#key .navi ul {
		position: absolute;
		bottom: 20px;
		left: 20px;
	}
	#key .navi ul li {
		padding: 10px 0 0 0;
	}
	/* ----------------------------------------
	vision
---------------------------------------- */
	#home .vision {
		padding-bottom: 100px;
	}
	.vision-sec {
		max-width: 1300px;
		width: 100%;
		margin: auto;
	}
	#home .vision .inner {
		overflow: hidden;
		height: 420px;
		background: url(../../img/home/bg_vision02.png) no-repeat center;
	}
	#home .vision h3 {
		font-size: 30px;
		text-align: left;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
		color: #575757;
	}
	#home .vision dl {
		float: left;
		width: 40%;
		padding: 45px 10% 0 22px;
		text-align: left;
	}
	#home .vision dl dt {
		display: inline-block;
		font-size: 3.0rem;
		color: #000;
		padding-bottom: 35px;
	}
	#home .vision dl dd {
		color: #575757;
		line-height: 1.4;
		font-size: 1.4rem;
		padding-bottom: 60px;
	}
	/* block
---------------------------------------- */
	#home .vision .vision-block {
		float: left;
		width: 50%;
		padding: 45px 0 0 0px;
	}
	#home .vision .vision-block p {
		color: #575757;
		line-height: 2.0;
		width: 100%;
		padding-bottom: 35px;
	}
	#home .vision .vision-block .vision_btn {
		padding-top: 120px;
		text-align: right;
		width: 100%;
	}
	/* ----------------------------------------
	quality
---------------------------------------- */
	.quality-sec {
		max-width: 1300px;
		width: 100%;
		margin: auto;
	}
	.quality-inner {
		float: left;
		padding-top: 50px;
		width: 48%;
		padding-left: 2%;
	}
	.quality_btn {
		float: right;
		padding-top: 220px;
		width: 50%;
		text-align: right;
	}
	.quality-inner p {
		padding-bottom: 35px;
		color: #575757;
	}
	#home .quality-sec h3 {
		font-size: 30px;
		text-align: left;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, sans-serif;
		color: #575757;
	}
	.quality {
		padding-bottom: 180px;
	}
	/* ----------------------------------------
	works
---------------------------------------- */
    .widget_works2{
        padding: 0px 182px 50px 182px;
		font-size:0;
		max-width: 1440px;
		margin: 0 auto;
    }
    .cat_title{
        font-size: 2.2rem;
        margin-bottom: 20px;
        margin-top: 55px;
        letter-spacing: 4px;
    }
    .widget_works2 li{
        width: 25%;
		padding: 13px;
		float: left;
        height: 232px;
	}
    .widget_works2 li:hover{
        opacity: 0.7;
    }
    .widget_works2 li b{
        font-size: 13px;
        color: #110c0e;
		padding-top: 10px;
		display: block;
		font-weight: normal;
	}
	.img_box{
		height: 175px;
		overflow: hidden;
	}
	.img_box img{
		height: 100%;
		width: auto;
    }	
    .works_title{
        position: absolute;
        color: white;
        z-index: 1;
        width: 100%;
        font-size: 31px;
        top: 68px;
		letter-spacing: 6px;
	    text-shadow: 2px 2px 4px #b3b3b3;
    }		
    #home .works .widget_works {
		padding: 0;
	}
	.widget_works2 li a:visited, .widget_works2 li a:link, .widget_navi2 li a:visited, .widget_navi2 li a:link{
		text-decoration: none;
	}
	.works-sec {
		max-width: 1300px;
		width: 100%;
		margin: auto;
		padding-bottom: 80px;
	}
	.works-sec li {
		float: left;
		width: 24%;
		margin-right: 1.33%;
	}
	.works-sec li:nth-child(4n) {
		margin-right: 0%;
	}
	.works-images {
		width: 100%;
		height: 200px;
		background-position: center center;
		background-size: cover;
		position: relative;
		overflow: hidden;
	}
	.works-images:hover {
        opacity: 1;
        -webkit-animation: flash 1.5s;
        animation: flash 1.5s;
	}
	@-webkit-keyframes flash {
        0% {
            opacity: .4;
        }
        100% {
            opacity: 1;
        }
    }
    @keyframes flash {
        0% {
            opacity: .4;
        }
        100% {
            opacity: 1;
        }
    }
	.works-t {
		color: #fff;
		padding-top: 10px;
		padding-bottom: 30px;
	}
	.works {
		background-attachment: fixed;
	}
	/* Basic Text Link */
	.works-sec a {
		color: #FFFFFF;
		text-decoration: none;
	}
	.works-sec a:link {
		color: #FFFFFF;
		text-decoration: none;
	}
	.works-sec a:visited {
		color: #FFFFFF;
		text-decoration: none;
	}
	.works-sec a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.works-sec a:focus {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.works-sec a:active {
		color: #FFFFFF;
		text-decoration: underline;
	}
	/* ----------------------------------------
	customers
---------------------------------------- */
	.customers-sec {
		max-width: 1300px;
		width: 100%;
		margin: auto;
		padding-bottom: 80px;
		position: relative;
	}
	.customers-left {
		position: relative;
		z-index: 1;
		width: 45%;
	}
	.customers-left img {
		width: 100%;
	}
	.customers-right {
		position: absolute;
		z-index: 2;
		width: 65%;
		top: 255px;
		background-color: #fff;
		padding: 50px;
		text-align: center;
		right: 0px;
	}
	.customers-right p {
		padding-bottom: 50px;
	}
	.blog-images {
		width: 100%;
		height: 200px;
		background-position: center center;
		background-size: cover;
	}
	#home .customers ul li {
		float: left;
		width: 33.33%;
	}
	#home .customers ul li a {
		position: relative;
		display: block;
		padding: 10px;
	}
	#home .customers ul li a::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../img/home/bg_customers.png) no-repeat center;
		background-size: 100%;
	}
	#home .customers ul li img {
		width: 100%;
	}
	/* on
---------------------------------------- */
	#home .customers .on {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../img/home/bg_customers_on.png) no-repeat center;
		background-size: 100%;
	}
	#home .customers dl {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	#home .customers dl dt {
		padding: 0 0 10px 0;
		font-size: 2.4rem;
		font-weight: bold;
		letter-spacing: 4px;
	}
	#home .customers dl dd {
		line-height: 1.4;
	}
	/* ----------------------------------------
	blog
---------------------------------------- */
	/* Basic Text Link */
	.blog a {
		color: #575757;
		text-decoration: none;
	}
	.blog a:link {
		color: #575757;
		text-decoration: none;
	}
	.blog a:visited {
		color: #575757;
		text-decoration: none;
	}
	.blog a:hover {
		color: #575757;
		text-decoration: underline;
	}
	.blog a:focus {
		color: #575757;
		text-decoration: underline;
	}
	.blog a:active {
		color: #575757;
		text-decoration: underline;
	}
	.blog-title {
		font-size: 14px;
		padding-top: 10px;
	}
	.blog-detail {
		font-size: 12px;
		padding-top: 10px;
	}
	.blog {
		padding-bottom: 140px;
	}
	.vision {
		background-color: #EFEFEF;
	}
	/* ----------------------------------------
	information
---------------------------------------- */
	#home .information ul {
		padding: 50px 0;
		background: #f5f5f5;
	}
	#home .information ul li {
		width: 980px;
		margin: 0 auto;
		background: url(../../img/common/arrow_01.png) no-repeat right center;
		border-bottom: 1px dotted #ababab;
		line-height: 48px;
	}
	#home .information ul li:last-child {
		border: none;
	}
	#home .information ul li time {
		padding: 0 0.5em 0 0;
		color: #999999;
	}
	#home .information ul li span {
		padding: 0 0.5em 0 0;
		color: #ba9b00;
	}
	#home .information ul li a {
		text-decoration: none;
	}
	#home .information ul li a:hover {
		text-decoration: underline;
	}
	/* ========================================================================
	モノづくり								[ /vision/ ]
======================================================================== */
	#vision, #vision>section {
		padding: 0 0 60px 0;
	}
	/* ----------------------------------------
	importance
---------------------------------------- */
	#vision .importance .section {
		padding: 50px 0;
		background: #666666;
	}
	#vision .importance ul li {
		float: left;
		width: 386px;
		min-height: 450px;
		margin: 0 0 0 1px;
		background: #ffffff;
	}
	#vision .importance ul li:first-child {
		margin-left: 0;
	}
	#vision .importance dl dt {
		padding: 0 0 12px 0;
		text-align: center;
		font-size: 2.2rem;
		color: #999999;
		letter-spacing: 2px;
	}
	#vision .importance dl dt img {
		margin: 0 0 18px 0;
	}
	#vision .importance dl dd {
		padding: 0 16px 10px;
		line-height: 1.7;
	}
	/* ========================================================================
	リフォーム								[ /reform/ ]
======================================================================== */
	#reform {
		padding: 0 0 60px 0;
	}
	/* ----------------------------------------
	reform
---------------------------------------- */
	#reform .reform p {
		min-height: 300px;
		padding: 100px 0;
		background: url(../../img/reform/bg_reform.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		color: #ffffff;
		line-height: 2;
	}
	/* ----------------------------------------
	step
---------------------------------------- */
	#reform .step {
		padding: 0 0 60px 0;
	}
	/* ----------------------------------------
	case
---------------------------------------- */
	#reform .case {
		overflow: hidden;
		padding: 0 0 60px 0;
	}
	#reform .case section {
		float: left;
		width: 580px;
		padding: 20px 15px 30px;
		background: #0B3861;
		border: 1px solid #0B3861;
		color: #ffffff;
	}
	#reform .case section:nth-of-type(2), #reform .case section:nth-of-type(3) {
		background: #ffffff;

		border-color: #eeeeee;
		color: #333333;
	}
	#reform .case section h3 {
		padding: 0 0 20px 0;
	}
	#reform .case section p {
		line-height: 1.7;
	}
	/* beforeafter
---------------------------------------- */
	#reform .beforeafter {
		overflow: hidden;
		padding: 0 0 20px 0;
	}
	#reform .beforeafter .image {
		position: relative;
		margin: 0 0 20px 0;
	}
	#reform .beforeafter .img_B {
		position: absolute;
		top: 0;
		left: 0;
	}
	#reform .beforeafter .img_A {
		position: relative;
		z-index: 1;
	}
	#reform .beforeafter .btn_A, #reform .beforeafter .btn_B {
		position: relative;
		float: left;
		width: 120px;
		padding: 0 0 0 10px;
		background: #999999;
		border-radius: 4px;
		text-align: center;
		font-weight: bold;
		color: #ffffff;
		line-height: 28px;
		letter-spacing: 1px;
		cursor: pointer;
		transition-duration: 0.2s;
	}
	#reform .beforeafter .btn_A:hover, #reform .beforeafter .btn_B:hover, #reform .beforeafter .active {
		background: #FFA600;
	}
	#reform .beforeafter .btn_A {
		float: right;
		padding: 0 10px 0 0;
	}
	#reform .beforeafter .btn_A::before, #reform .beforeafter .btn_B::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		margin: -4px 0 0 0;
		border-style: solid;
		border-width: 4px 4px 4px 0;
		border-color: transparent #ffffff transparent transparent;
	}
	#reform .beforeafter .btn_A::before {
		left: inherit;
		right: 10px;
		border-width: 4px 0 4px 4px;
		border-color: transparent transparent transparent #ffffff;
	}
	/* ========================================================================
	技術紹介								[ /quality/ ]
======================================================================== */
	#quality {
		padding: 0 0 60px 0;
	}
	#quality>section .section {
		min-height: 300px;
		padding: 60px 0 40px 0;
		background: url(../../img/quality/bg_support.jpg) no-repeat center;
		background-size: cover;
	}
	#quality p {
		padding: 0 0 20px 0;
		text-align: center;
		color: #000000;
		line-height: 2;
		text-shadow: 0px 0px 10px rgb(255, 255, 255);
	}
	/* ----------------------------------------
	support
---------------------------------------- */
	#quality .support {
		min-height: 400px;
	}
	#quality .support p {
		color: #ffffff;
		text-shadow: none;
	}
	/* ----------------------------------------
	skill
---------------------------------------- */
	#quality .skill {
		padding: 0 0 60px 0;
	}
	#quality .skill .section {
		background-image: url(../../img/quality/bg_skill.jpg);
	}
	#quality .skill .section p {
		color: #000000;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);
	}
	#quality .relation .section p{
		color: #000000;
        text-shadow: 0px 0px 10px rgb(255, 255, 255);		
	}
	/* ----------------------------------------
	relation
---------------------------------------- */
	#quality .relation {
		padding: 0 0 60px 0;
	}
	#quality .relation .section {
		background-image: url(../../img/quality/bg_relation.jpg);
	}
	#quality .relation figure {
		padding: 50px 0;
		background: #666666;
		text-align: center;
	}
	/* ========================================================================
	施工実績								[ /works/ ]
======================================================================== */
	#works {
        padding: 10px 0 0 0;
	}
	/* ----------------------------------------
	detail
---------------------------------------- */
	#works.detail {
		padding: 130px 0 0 0;
	}
	#works.detail h1 {
		padding: 3px 0 25px;
        text-align: center;
        font-size: 2.1rem;
        line-height: 1.5;
        letter-spacing: 4px;
	}
	/* entry
---------------------------------------- */
	#works .entry p.comment {
        line-height: 1.7;
		text-align: center;
        font-size: 1.5rem;
        letter-spacing: 2px;
	}
	#works .entry table {
		margin: 0 0 30px 0;
	}
	/* gallery
---------------------------------------- */
	#gallery ul li {
		overflow: hidden;
		width: 1180px;
		height: 517px;
		text-align: center;
	}
	#gallery ul li img {
		width: auto;
		height: auto;
		max-width: 1180px;
		max-height: 517px;
	}
	#gallery .thumbnail {
		overflow: hidden;
        padding: 28px 93px;
	}
	.thumbnail a:hover{
		opacity: 0.7;
	}
	#gallery .thumbnail a {
        overflow: hidden;
        float: left;
        width: 198px;
        height: 120px;
        text-align: center;
        cursor: pointer;
	}
	#gallery .thumbnail a:nth-child(6n) {
		margin-right: 0;
	}
	#gallery .thumbnail img {
        width: auto;
        height: auto;
        max-width: 235px;
		max-height: 120px;
		margin-left: -11px;
	}
	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		width: 80px;
		height: 80px;
		margin: -40px 0 0 0;
		text-indent: -9999px;
		z-index: 9999;
	}
	.bx-wrapper .bx-prev {
		display: none;
		left: 0;
		background: url(../../img/works/btn_prev.png) no-repeat 28px center rgba(102, 102, 102, 0.8);
	}
	.bx-wrapper .bx-next {
		display: none;
		right: 0;
		background: url(../../img/works/btn_next.png) no-repeat 30px center rgba(102, 102, 102, 0.8);
	}
	/* check
---------------------------------------- */
	#works .check {
		padding: 18px 0 80px 0;
	}
	.check h2{
		padding: 0 0 22px;
        letter-spacing: 6px;
	}
	.widget_btn2{
	text-align: center;
    }
    .widget_btn2 a,
    .widget_btn2 button{
        position: relative;
        display: inline-block;
        width: 370px;
        padding: 0 28px;
        border: 1px solid #000000;
        border-radius: 1px;
        text-align: center;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 40px;
		letter-spacing: 1px;
		text-decoration: none;
        margin-bottom: 28px;
	}
    .widget_btn2 a:hover,
    .widget_btn2 button:hover{
		background: #666666;
		color: white;
	}
	.widget_list li{
        float: left;
        width: calc(100% / 4);
        padding-right: 2.2%;
    }
    .widget_list li:hover{
		opacity: 0.7; /* R1.5.15追加*/
    }
    .widget_list li:last-child{
		width: calc(100% / 4);
		padding-right: 0%;
	}
	.widget_list a{
	text-decoration: none;
	}
	.wedget_text{
		margin-top: 10px;
        margin-bottom: 30px;
	}
	.widget_navi2{
		padding:0 0 70px 0;
		text-align:center;
		font-size:0;	
    }
    .widget_navi2 li{
        display: inline-block;
        color: black;
        font-size: 14px;
        margin-right: 8px;
        border-right-style: solid;
        border-width: 1px;
        padding-right: 8px;
    }
    .widget_navi2 li:last-child{
		border-right-style: none;
	}
	.widget_navi2 li:hover{
		text-decoration: underline;
	}
	
	/* ========================================================================
	お客様の声								[ /customers/ ]
======================================================================== */
	#customers>section {
		padding-top: 60px;
		margin-top: -60px;
	}
	#customers dl {
		padding: 30px 0;
		line-height: 1.7;
	}
	#customers dl span {
		display: inline-block;
		width: 44px;
		margin: 0 0 0 -44px;
		font-size: 2.0rem;
		font-weight: bold;
		color: #666666;
	}
	#customers dl span::after {
		content: "．";
		padding: 0 0 0 4px;
		font-size: 1.4rem;
		font-weight: normal;
		color: #333333;
	}
	#customers dl dt {
		padding: 0 0 16px 44px;
		font-weight: bold;
	}
	#customers dl dd {
		padding: 0 0 6px 44px;
	}
	#customers dl dd span {
		float: left;
		color: #cc0000;
		line-height: 1;
	}
	#customers dl dd p {
		padding: 0 0 24px 0;
	}
	/* ========================================================================
	社員ブログ								[ /blog/ ]
======================================================================== */
	.blog_time{
        font-size:10px; 
        margin-right:10px; 
        color:grey; 
        width: 60px; 
        display: inline-block;
	}
    .mokuji{
        position: fixed;
        border-style: solid;
        border-width: 1px;
        padding: 10px 5px;
        left: 10px;
        top: 100px;
        z-index: 1;
        background: rgba(255,255,255,0.7);
		line-height: 27px;
		min-width: 235px;
	}
	.mokuji a{
		text-decoration: none;
	}
	.mokuji a:hover{
		text-decoration: underline;
	}
	.mokuji h3{
		margin-bottom: 15px;
	}
	.mokuji .paging{
		padding: 10px 0 10px;
	}
	.mokuji .paging .page-numbers{
		display: none;
	}
	.mokuji .paging .page-numbers.prev:first-child, .mokuji .paging .page-numbers:last-child{
		display: unset;
	}
    #blog>section:not(.latest) {
		padding-top: 60px;
		margin-top: -60px;
		text-align: center;
	}
	#blog h2 time {
		display: inline-block;
		padding: 0 1.0em 0 0;
		color: #999999;
		letter-spacing: 2px;
	}
	#blog .entry {
		padding: 30px 0 30px 0;
		line-height: 1.7;
	}
	#blog .entry p {
		padding: 0 0 30px 0;
	}

	/* ========================================================================
	会社概要								[ /company/ ]
======================================================================== */
	/* ----------------------------------------
	about
---------------------------------------- */
	#company .about .section {
		min-height: 400px;
		padding: 60px 0 40px 0;
		background: url(../../img/company/bg_about.jpg) no-repeat center;
		background-size: cover;
		color: #ffffff;
	}
	#company .about h3 {
		padding: 0 0 40px 0;
	}
	#company .about p {
		padding: 0 0 20px 0;
		text-align: center;
		line-height: 2;
	}
	/* ----------------------------------------
	outline
---------------------------------------- */
	/* column
---------------------------------------- */
	#company .outline table {
		float: left;
		width: 500px;
		margin: 0 0 50px 0;
	}
	#company .outline .map {
		float: right;
		width: 600px;
		padding: 0 0 50px 0;
	}
	#company .outline .map iframe {
		margin: 0 0 30px 0;
	}
	#company .outline .column .widget_btn a {
		width: 100%;
	}
	/* section
---------------------------------------- */
	#company .outline .section {
		padding: 65px 0 60px 0;
		background: url(../../img/company/bg_outline01.png) no-repeat center;
		background-size: cover;
	}
	#company .outline p.lead {
		padding: 0 0 55px 0;
		text-align: center;
		font-size: 2.0rem;
		color: #ffffff;
		line-height: 1.5;
		letter-spacing: 2px;
	}
	#company .outline ul li {
		float: left;
		width: 350px;
		margin: 0 0 0 55px;
	}
	#company .outline ul li:first-child {
		margin-left: 0;
	}
	#company .outline dl {
		width: 350px;
		height: 350px;
		margin: 0 0 30px 0;
		background: url(../../img/company/bg_outline02.png) no-repeat center;
	}
	#company .outline dl dt {
		padding: 65px 0 15px 0;
		text-align: center;
		font-size: 2.2rem;
		color: #999999;
		letter-spacing: 2px;
	}
	#company .outline dl dt span {
		display: block;
		width: 200px;
		margin: 0 auto 18px;
		background: rgba(102, 102, 102, 0.8);
		color: #ffffff;
		line-height: 40px;
		letter-spacing: normal;
	}
	#company .outline dl dd {
		padding: 0 75px;
		line-height: 1.4;
	}
	#company .outline .section .widget_btn a {
		width: 250px;
		font-size: 1.6rem;
	}
	/* ----------------------------------------
	list
---------------------------------------- */
	#company .list {
		overflow: hidden;
		width: 1160px;
		margin: 0 auto;
		padding: 0 0 45px 0;
	}
	#company .list section {
		float: left;
		width: 550px;
		text-align: center;
	}
	#company .list section:nth-of-type(2) {
		float: right;
	}
	#company .list ul {
		display: inline-block;
		text-align: left;
	}
	#company .list ul li {
		padding: 0 0 10px 1.5em;
		text-indent: -1.5em;
		line-height: 1.4;
	}
	#company .list ul li::before {
		content: "■";
		padding: 0 0.5em 0 0;
		color: #666666;
	}

	/* ========================================================================
	採用情報								[ /recruit/ ]
======================================================================== */
	#recruit>section {
		padding: 0 0 60px 0;
	}
	#recruit table {
		margin: 0 0 30px 0;
	}
	
	/* ========================================================================
	お問い合わせ							[ /contact/ ]
======================================================================== */
	#contact {
		padding: 0 0 60px 0;
	}
	#contact table {
		margin: 0 0 30px 0;
	}
	#contact table th {
		width: 280px;
	}
	#contact table th span {
		float: right;
		margin-top: 3px;
	}
	#contact table td p {
		display: inline-block;
		padding: 0 1.0em 0 0;
	}
	#contact dl dt {
		font-weight: bold;
	}
	#contact dl dd {
		padding: 0 0 20px 0;
	}
	#contact dl dd:last-of-type {
		padding: 0;
	}
	/* ----------------------------------------
	step
---------------------------------------- */
	#contact .step {
		display: table;
		width: 100%;
		table-layout: fixed;
		padding: 0 0 30px 0;
	}
	#contact .step li {
		display: table-cell;
		margin: 0 0 0 4px;
		background: #eeeeee;
		border-left: 4px solid #ffffff;
		text-align: center;
		font-size: 1.8rem;
		line-height: 40px;
	}
	#contact .step li:first-child {
		margin: 0;
		border: none;
	}
	#contact .step li.current {
		position: relative;
		background: #666666;
		color: #ffffff;
	}
	#contact .step li.current::before {
		content: "";
		position: absolute;
		top: 0;
		right: -20px;
		border-style: solid;
		border-width: 20px 0 20px 20px;
		border-color: transparent transparent transparent #666666;
	}

	/* ========================================================================
	検査部							[ /inspect/ ]
======================================================================== */
#inspect_title{
	height:355px;
}
.inspect_work_title{
	color: white;
}
.inspect_inner{
	padding: 0 124px;
    max-width: 1440px;
	margin: 0 auto;
}
.approach{
    height: 568px;
    background: url(../../img/inspect/img-thinking.jpg) no-repeat;
    background-size: contain;
	background-position: right;
    box-shadow: 0 102px 0 #e5e5e5;
}
.approach h1{
    padding-top: 73px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.4px;
}
.approach p{
    width: 46%;
    margin-top: 47px;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 31px;
}
.potential{
    height: 225px;
    margin-top: -60px;
    border-style: solid;
	border-width: 1px;
    background: white;
}
.potential h1{
    width: 35%;
    height: 225px;
    display: inline-block;
    padding: 94px 0 103px 106px;
    font-size: 20px;
    letter-spacing: 0.7px;
    font-weight: bold;
}
.potential ul{
    height: 225px;
    width: 65%;
    float: right;
    padding: 60px 0;
}
.potential ul li{
    padding: 0 31px 15px;
    font-size: 14px;
    letter-spacing: 1.5px;
}
.presentation{
	margin-top: 177px;
	background: #919191;
    padding-bottom: 153px;
}
.presentation h1{
    padding: 117px 0 56px;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    font-weight: bold;
    color: white;
    letter-spacing: 2px;
}
.copy_problem_answer{
    height: 80px;
    margin: 0 auto;
    display: block;
}
.presentation p{
    text-align: center;
    margin-top: 34px;
    font-size: 15px;
    letter-spacing: 0.7px;
    line-height: 31px;
    color: white;
}
.presentation h2{
    text-align: left;
    padding: 0;
    margin-top: 65px;
    font-weight: bold;
    letter-spacing: 0px;
    color: white;
}
.presen_left{
    width: 47.5%;
    float: left;
    border-style: solid;
    border-width: 1px;
    margin-top: 12px;
	border-color: #393939;
	background: url(../../img/inspect/copy-01.png) no-repeat white;
    background-size: 21%;
    background-position-x: 88%;
    background-position-y: 44px;
}
.presen_left h3, .presen_right h3{
    text-align: left;
    margin-top: 47px;
    padding-left: 55px;
	line-height: 31px;
	text-shadow: 3px 1px 1px white;
}
.presen_left hr, .presen_right hr{
    width: 27%;
    float: left;
    margin-top: 22px;
    border-color: black;
}
.presentation .thema_p:before, .presentation .thema_p_first:before, .presentation .thema_p_last:before{
    content: "";
    width: 29px;
    height: 1px;
    background: #414141;
    position: absolute;
    left: 0;
    top: 15px;
	
}
.presentation .thema_p_first{
	padding: 0 41px 0 53px;
	margin-top: 80px;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 31px;
    text-align: left;
	color: black;
    position: relative;
}
.presentation .thema_p{
    overflow: hidden;
    width: 100%;
    padding: 0 41px 0 53px;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 31px;
    text-align: left;
	color: black;
	margin-top: 31px;
    position: relative;
}
.presentation .thema_p_last{
    overflow: hidden;
    width: 100%;
    padding: 0 41px 0 53px;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 31px;
    text-align: left;
	color: black;
	margin-top: 25px;
	position: relative;
    padding-bottom: 71px;
}
.presen_right{
    width: 47.5%;
    float: right;
    border-style: solid;
    border-width: 1px;
    margin-top: 12px;
	border-color: #393939;
	background: url(../../img/inspect/copy-02.png) no-repeat white;
    background-size: 23%;
    background-position-x: 90%;
    background-position-y: 44px;
}
.yajirushi_box{
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
	text-align: center;
    margin-bottom: 44px;
}
.yajirushi{
	margin: 0 auto;
    height: 50px;
    display: inline-flex;
    overflow: hidden;
    margin-top: 72px;
}
.presentation h4{
    font-size: 32px;
    font-family: serif;
    text-align: center;
    margin-top: 33px;
    letter-spacing: 0.8px;
    line-height: 54px;
    color: white;
}
.presentation .red_p{
    background: #bb281c;
    padding: 4px 7px;
}
.about_inspect{
	background: url(../../img/inspect/img-aboutus.jpg) no-repeat;
    padding-bottom: 130px;
    background-size: cover;
}
.about_inspect h1{
    padding: 135px 100px 70px;
    color: white;
    text-align: center;
    font-size: 29px;
    font-family: serif;
    font-weight: bold;
    line-height: 56px;
}
.about_inspect p{
    color: white;
    text-align: center;
    line-height: 31px;
    margin-top: -6px;
    font-size: 14px;
    letter-spacing: 0.9px;
}
.mission{
    overflow: hidden;
}
.mission_inner_left{
    width: 90.5%;
}
.mission_inner_right{
	width: 90.5%;
    margin-left: 9.5%;
}
.mission_inner_center{
	width: 90.5%;
	margin: 0 auto;
}
.mission .mission_box{
    width: calc(100% / 3);
	margin-top: 70px;
    float: left;
}
.mission .copy-mission{
    margin-top: 8px;
}
.mission .img-mission{
    padding: 32px 0 0 0;
}
.mission .mission_box h2{
    padding: 31px 0;
    letter-spacing: 0px;
}
.mission .mission_box ul{
    margin-top: -3px;
    font-size: 15px;
	letter-spacing: 0.5px;
}
.mission .mission_box ul li{
	line-height: 31px;
}
.compare{
    overflow: hidden;
	width: 100%;
    padding-bottom: 209px;
}
.compare h1{
    margin-top: 200px;
    text-align: center;
    font-size: 25px;
}
.compare_box_red{
    width: 47.5%;
	margin: 60px 0;
	float: left;
    border-style: solid;
    border-width: 2px;
    border-color: #bb281c;
}
.compare_box_black{
    width: 47.5%;
	margin: 60px 0;
	float: right;
    border-style: solid;
    border-width: 2px;
    border-color: black;
}
.compare_box_black .cel_box{
    display: grid;
    vertical-align: middle;
}
.compare_box_red h2{
    padding: 20px;
    letter-spacing: 0;
    color: white;
    background: #bb281c;
}
.compare_box_black h2{
    padding: 20px;
    letter-spacing: 0;
    color: white;
    background: black;
    width: 100%;
    height: 70px;
}
.compare_right ul{
    padding: 44px 48px 25px 6px;
    font-size: 15px;
}
.compare_right ul li{
    margin-bottom: 13px;
}
.compare_right ul li b{
	float: right;
}
.compare_red{
	color: #bb281c;
}
.compare_right{
    width: 53%;
    float: right;
}
.compare_left .arrow{
	position: relative;
}
.compare_left .arrow:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 47px;
    right: 16px;
    margin: auto;
    box-sizing: border-box;
    border: 15px solid transparent;
    border-left: 20px solid #bb281c;
}
.compare_left{
	width: 47%;
	float: left;
	padding-top: 33px;
	overflow: hidden;
    position: relative;
}
.compare_left .mini_box{
    height: 156px;
    text-align: center;
	padding: 10px 0 0;
    cursor: pointer;
}
.compare_left .mini_box p{
    margin-left: -25px;
    font-size: 15px;
}
.compare_left .mini_box b{
    display: block;
    font-size: 68px;
    font-family: serif;
    color: #bb281c;
    margin-top: -5px;
    margin-left: -26px;
}
.compare_left .mini_box small{
	margin-top: -6px;
    margin-left: -21px;
	letter-spacing: 0.9px;
    display: block;
}
.compare_box_red .compare_footer{
    overflow: hidden;
	width: 100%;
    min-height: 147px;
    background: #bb281c;
}
.compare_box_black .compare_footer{
    overflow: hidden;
	width: 100%;
    min-height: 147px;
    background: black;
}
.compare_footer h3{
    padding: 35px 0 10px;
    font-size: 20px;
    letter-spacing: 0;
	color: white;
}
.compare_footer strong{
    text-align: center;
    display: block;
    font-size: 33px;
    letter-spacing: 1px;
    color: white;
	font-weight: bold;
}
.compare_ajast{
    min-height: 572px;
}
.compare_box_black p{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.yajirushi_bb{
	margin: 0 auto;
    height: 50px;
    display: inline-flex;
    overflow: hidden;
    margin-top: 17px;
}
.schedule_sheet{
    margin-top: 35px;
    margin-bottom: 72px;
}
.schedule_sheet_sp{
    display: none;
}
.compare strong{
    display: block;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    letter-spacing: 0.8px;
    line-height: 54px;
	padding-bottom: 24px;
    font-weight: bold;
}
.button_wrapper{
    text-align: center;
}
.inspect_contact{
    width: 433px;
    margin-top: 47px;
}
.other_user{
	background: url(../../img/inspect/img-money.jpg) no-repeat;
    min-height: 617px;
    background-size: cover;
}
.other_user h1{
    padding: 109px 0 0;
    text-align: center;
    font-size: 25px;
    color: white;
}
.other_user p{
    text-align: center;
    padding: 33px 0 40px;
    font-size: 15px;
    line-height: 31px;
    color: white;
}
.other_user .white_box{
    background: white;
    width: 434px;
    text-align: center;
    margin: 0 auto;
}
.other_user .white_box p{
    padding: 38px 5px 24px;
    font-size: 15px;
    color: #ba261a;
}
.other_user .white_box b{
    font-size: 39px;
    color: #ba261a;
    padding-bottom: 35px;
    display: block;
}
#kutai, #cyuukan, #syunkou{
	display: none;
}
.appear{
	display: block !important;
}
#inspect_title {
    position: relative;
    height: 355px;
    background: url(../../img/inspect/img_inspetitle.jpg) no-repeat center;
    background-size: cover;
}
}