@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. https://yuilibrary.com/license/ */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
body {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 14px;
}
#pagetop {
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
}
#pagetop {
	padding: 10px 15px 12px;
	background-color: #f04401;
	border: 1px solid #FFF;
	text-align: center;
}
#topcontrol {
	z-index: 9999;
}
.cy_h1{
	    position: absolute;
    top: 110px;
    left: 10px;
    z-index: 9999;
    /* color: #fff; */
    font-size: 10px;
    text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #FFF, 1px -1px 1px #FFF, -1px -1px 1px #FFF;
}
p {
	line-height: 1.8em;
	letter-spacing: 0.08em;
}
.img100 img {
	width: 100%;
	height: auto;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a img:hover {
	opacity: 0.4;
	filter: alpha(opacity=60);
}
#loader {
	background-color: #000;
	height: 100vh;
	width: 100%;
	margin: 0 auto;
}
#loader {
	background-image: url(../images/st.jpg);
	background-repeat: no-repeat;
	background-size: auto 960px;
	background-position: 50%;
}
.cy_container {
	max-width: 1684px;
	width: 100%;
	margin: 0 auto;
}
.cy_container1448 {
	max-width: 1448px;
	width: 100%;
	margin: 0 auto;
}
#cy_h1 {
	font-size: 10px;
	padding: 5px 14px 0;
}
.font {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#spnav {
	display: none;
}
.posi {
	position: relative;
}
#sp_nav {
	display: none;
}
/**fade****************************/
.flexslider {
	height: 100vh;
	position: relative;
}
.slides {
	position: relative;
	z-index: 10;
}
#fade1 {
	background-image: url(../images/f1.jpg);
	background-position: 50% -40px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#fade2 {
	background-image: url(../images/f2.jpg);
	background-position: 50% -40px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#fade3 {
	background-image: url(../images/f3.jpg);
	background-position: 50% -40px;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#fade1 img, #fade2 img, #fade3 img {
	position: absolute;
	width: auto;
	height: 200px;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
}
.top_nav {
	padding: 10px 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color: rgba(85,154,205,.8);
	z-index: 999;
}
.w100p {
	width: 100%;
	height: auto;
}
.popo {
	position: relative;
}
.cy_header {
	position: relative;
}
/**contents******************/
.nav_logo {
	display: inline-block;
	padding: 0 20px;
}
.nav_logo img {
	width: auto;
	height: 85px;
}
.nav_ul {
	display: inline-block;
}
.nav_ul li {
	float: left;
	padding: 0 30px;
}
.nav_ul li a {
	color: #fff;
}
.nav_ul li a:hover{
	text-decoration: none;
	padding: 5px 0;
	border-bottom:2px solid #fff;
}
.main_img_ttt {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	display: flex;
	width: 450px;
	background-color: #fff;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.ot_a {
	padding: 20px;
	width: 75%;
}
.ot_a2 {
	padding: 20px;
	background-color: #0D6FB8;
	width: 25%;
}
.index_h3 {
	text-align: center;
	color: #000;
	font-size: 2.3em;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	line-height: 2.5;
}
.index_h3:after {
	content: "";
	width: 100px;
	height: 2px;
	border-top: 2px solid #0D6FB8;
	position: absolute;
	left: 0;
	right: 0;
	top:15px;
	bottom: 0px;
	margin: auto;
}
.index_h3 span {
	display: block;
	    letter-spacing: 5px;
    font-size: 0.7em;
}
.text_div {
	padding: 10px 0;
}
.text_div p {
	padding: 10px 0;
}
.yryt {
	text-align: center;
	font-size: 1.2em;
}
.index_conttop {
	background-image: url(../images/index_21.jpg);
	background-repeat: no-repeat;
	background-size: auto 755px;
	padding: 40px 0;
	background-position: 70%;
}
.more_over {
	width: 100%;
	margin: 40px 0;
	text-align: center;
}
.more_a {
	display: inline-block;
	width: 100%;
	max-width: 450px;
	text-align: center;
	padding: 21px 0;
	border: 2px solid #333;
	font-size: 1.1em;
	color: #000;
		-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.more_a:hover {
background-color: #0D6FB8;
	color:#fff;
	text-decoration: none;
	border:2px solid #0D6FB8;
}

.index_contmid {
	background-color: #fff;
	padding: 40px 0;
}
.index_conbot {
	position: relative;
}
.index_conbot:after{
content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    width: 310px;
    height: 95px;
    background-image: url(../images/index_07.png);
    background-repeat: no-repeat;
    background-size: auto 95px;}
.flex_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.flex_in_A {
	width: 50%;
	height: 545px;
	-webkit-align-items: center; /* Safari */
	align-items: center;
}
.perodic_div {
	background-image: url(../images/index_23.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 545px;
	padding: 15px;
}
.exterior_div {
	background-image: url(../images/index_24.jpg);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 545px;
	padding: 15px;
}
.in_div {
	width: 100%;
	height: 100%;
	display: flex;
	border: 2px solid #fff;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-flex-wrap: wrap-reverse; /* Safari */
	flex-wrap: wrap-reverse;
	text-align: center;
}
.tttr {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.7em;
}
.tttr span {
	display: block;
	font-size: 1.4em;
}
.color_w {
	color: #fff;
}
.sya{
	text-align:center;
}
.flex_in_B {
	width: 33.33%;
	height: 545px;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 545px;
	padding: 15px;
}
.roof_bgi{
	background-image: url(../images/index_128.jpg);
}
.snow_bgi{
		background-image: url(../images/index_25.jpg);
}
.case_gbi{
		background-image: url(../images/index_26.jpg);
}
.paint_bgi{
		background-image: url(../images/index_27.jpg);
}
.flex_in_A a {
	text-decoration: none;
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.flex_in_A a:hover {
	background-color: rgba(13,111,184,.7);
}
.flex_in_B a {
	height: 100%;
	width: 100%;
	display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.flex_in_B a:hover {
	background-color: rgba(13,111,184,.7);
	text-decoration: none;
}
.page_top {
    width: 100%;
    display: block;
    text-align: center;
    padding: 15px 0;
    background-color: #eee;
    margin: 80px 0 0 0;
}
.page_top a {
	display: inline-block;
}
.cy_footer {
	padding: 40px 0;
	background-color: #0D6FB8;
	color: #fff;
}
.footer_nav {
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.footer_nav ul {
	padding: 15px 0;
}
.footer_nav li {
	border-right: 1px solid #fff;
	float: left;
	padding: 0 10px;
}
.footer_nav li a {
	display: block;
	color: #fff;
	padding: 0 15px;
}
.trrt img {
	width: auto;
	height: 45px;
}
.trrt a {
	padding: 0 3px;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
#copy {
	text-align: center;
	padding: 15px 0;
	color: #fff;
}
.copy a {
	color:#fff;
}
/*voice*/
.in_main {
	background-repeat: no-repeat;
	background-size: auto 500px;
	background-position: 50%;
	height: 500px;
	width: 100%;
	display: table;
}
.voice_main {
	background-image: url(../images/voice.jpg);
}
.main_ppp {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 2em;
}
.rt {
	position: relative;
	font-weight: bold;
	padding: 155px 0 0 0;
	text-align: center;
	font-size: 2em;
}
.rt:after {
	position: absolute;
	content: "";
	display: block;
	width: 150px;
	height: 2px;
	border-bottom: 2px solid #fff;
	left: 0;
	right: 0;
	bottom: 0;
	top: 175px;
	margin: auto;
}
.rt span {
	font-size: 0.3em;
	display: block;
}
/*contact*/
.in_main {
	background-repeat: no-repeat;
	background-size: auto 500px;
	background-position: 50%;
	height: 500px;
	width: 100%;
	display: table;
}
.contact_main {
	background-image: url(../images/contact.jpg);
}
/*concept*/
.concept_main {
	background-image: url(../images/concept.jpg);
}

.ttry {
	color: #0D69AA;
	font-size: 1.2em;
}
.oyoyr {
	position: relative;
	background-image: url(../images/concept3.jpg);
	width: 100%;
	height: 800px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.our {
background-color: #fff;
    position: absolute;
    width: 870px;
    left: 0;
    right: 0;
    top: 165px;
    padding: 55px 35px;
    
    margin: auto;
    color: #0D69AA;
}
.yord {
	font-weight: bold;
	font-size: 1.7em;
}
.ydm {
	vertical-align: bottom;
}
/*会社概要*/
.company_main {
	background-image: url(../images/company.jpg);
}
.company_table {
	width: 100%;
	border-bottom: 1px dotted #aaa;
}
.company_table th, .company_table td {
	padding: 20px 25px;
	border-top: 1px dotted #aaa;
}
.company_table th {
	width: 190px;
	background-color: #F4FAFC;
}
.map iframe {
	width: 100%;
}
.more_a5 {
	width: 100%;
	max-width: 550px;
	display: block;
	margin: 50px auto 0 auto;
	text-align: center;
	border: 2px solid #333;
		-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.more_a5:hover{
border:2px solid #0D69AA;
}
.more_a5 a {
		-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	display: block;
	padding: 25px 0;
	color: #333;
}
.more_a5 a:hover{
	text-decoration: none;
background-color: #0D69AA;
	color:#fff;
}
/*外壁*/
.exterior_main {
	background-image: url(../images/EXTERIOR6.jpg);
}
.uopok {
	font-size: 1.5em;
	color: #0D69AA;
	font-weight: bold;
}
.f_right {
	float: right;
}
.f_left {
	float: left;
}
.ottm {
	width: 45%;
	padding: 0 0 0 25px;
}
.ottm img {
	width: 100%;
}
.ottm2 {
	width: 45%;
	padding: 0 25px 0 0;
}
.ottm2 img {
	width: 100%;
}
.bg_cb {
	background-color: #F4FAFC;
}
.flex_in_d, .flex_in_e, .flex_in_f {
	width: 30%;
	background-color: #F4FAFC;
	border-radius: 50%;
	padding: 25px 50px;
	height: 440px;
}
.ttop {
	position: relative;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
.ttop:after {
	position: absolute;
	border-bottom: 1px solid #333;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.ttop span {
	display: block;
	font-weight: 400;
}
.tot {
	position: relative;
	z-index: 999;
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.ex_bot {
	position: relative;
	background-color: #F4FAFC;
	margin: 200px 0 0 0;
}
.ex_bot:before {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	background-image: url(../images/exterrior.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	height: 280px;
	top: -245px;
	z-index: 1;
}
.ex_bot:after {
	content: "";
	display: block;
	width: 100%;
	position: absolute;
	background-image: url(../images/EXTERIOR10.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	height: 280px;
	bottom: -245px;
	z-index: 1;
}
.ootw {
	padding: 20px;
	min-height: 240px;
}
.topw {
	-webkit-align-items: center; /* Safari */
	align-items: center;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
}
.tmhd {
	text-align: center;
	font-size: 1.4em;
}
.tttte {
	width : -webkit-calc(50% - 20px);
	width : calc(50% - 20px);
	background-color: #0D6FB8;
	color: #fff;
	margin: 25px 10px;
}
.eere {
	float: left;
	width: 20%;
	padding: 15px;
}
.eere:nth-child(5n+6) {
	clear: both;
}
.eere p {
	padding: 15px;
}
/*case*/
.case_main {
	background-image: url(../images/case.jpg);
}
/*business*/
.business_main {
	background-image: url(../images/business.jpg);
}
.bis_top {
	background-image: url(../images/business8.jpg);
	background-repeat: no-repeat;
	background-size: auto 1239px;
	background-position: 50%;
	text-align: center;
	position: relative;
}
.bis_top:after {
	content: "";
	display: block;
	background-image: url(../images/sankaku.png);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: auto 400px;
	height: 400px;
	position: absolute;
	top: 125px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.streng_div {
	max-width: 450px;
	width: 100%;
	background-color: #fff;
	display: inline-block;
	padding: 0 0 25px 0;
	position: relative;
	z-index: 999;
}
.streng_div:nth-child(1) {
	margin: 0 auto;
	display: block;
}
.streng_div:nth-child(2) {
	margin: 80px 80px 0 0;
}
.streng_div:nth-child(3) {
	margin: 80px 0 0 80px;
}
.streng_div p {
	color: #0D69AA;
	font-size: 1.5em;
	line-height: 1.4em;
	padding: 15px 0;
}
.streng_div p span {
	font-size: 0.7em;
	display: block;
}
.streng_div img {
	width: 85%;
	height: auto;
	display: inline-block;
}
.ufi {
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	padding: 60px 0;
}
.pew {
    min-height: 600px;
	margin: 25px 15px;
	width : -webkit-calc(33.333% - 30px);
	width : calc(33.333% - 30px);
	float: left;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	position: relative;
}
.pew:nth-child(1) {
	background-image: url(../images/index_169.jpg);
}
.pew:nth-child(2) {
	background-image: url(../images/business2.jpg);
}
.pew:nth-child(3) {
		background-image: url(../images/business5.jpg);

}
.pew:nth-child(4) {
		background-image: url(../images/business4.jpg);

}
.pew:nth-child(5) {
		background-image: url(../images/business3.jpg);

}
.pew:nth-child(6) {
	background-image: url(../images/business6.jpg);
}
.pew_p {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #fff;
	background-color: rgba(9,81,135,0.80);
	min-height: 220px;
}
.tjf {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 0;
}
.ototaa {
	background-image: url(../images/business7.jpg);
	background-repeat: no-repeat;
	background-size: auto 415px;
	padding: 15px;
	text-align: center;
	color: #fff;
	margin: 30px 0;
	background-position: 50%;
}
.ototaa .border {
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 50px;
}
.uth {
	position: relative;
	display: block;
	font-size: 1.5em;
}
.uth:before {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	top: 19px;
	left: -300px;
	right: 0;
	margin: auto;
	height: 1px;
	border-top: 1px solid #fff;
}
.uth:after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	top: 19px;
	left: 300px;
	right: 0;
	margin: auto;
	height: 1px;
	border-top: 1px solid #fff;
}
.more_a4 {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	padding: 20px 0;
	border: 2px solid #fff;
	color: #fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.more_a4:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}
/*定期点検のすすめ*/
.inspection_main {
	background-image: url(../images/inspection1.jpg);
}
.omhr {
	display: inline-block;
	width: 14.2857%;
	padding: 10px;
}
.omhr img {
	width: 100%;
	height: auto;
}
.exter_bot2{
	margin: 230px 0 0 0;
}
.mmt a{
	color:#fff!important;
}
.tl_g{
	position: relative;
	margin: 150px 0;
}
.tl_g:before{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	    top: -130px;
	background-repeat: no-repeat;
	background-size:auto 132.5px;
	height:132.5px;
	background-image: url(../images/yl_t.jpg);
}
.tl_g:after{
	content:"";
	bottom:-130px;
	position: absolute;
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size:auto 132.5px;
	height:132.5px;
	background-image: url(../images/tl_b.jpg);
}


/*************************************

	20170328追加

************************************/
.voice_box {
	background-color:#0d6fb8;
	padding:60px 0 40px;
	text-align:center;
	position:relative;
	color:#FFF;
}

	.voice_box:before {
		content:"▼";
		color:#FFF;
		font-size:64px;
		position:absolute;
		top:-40px;
		left:0;
		width:100%;
		text-align:center;
		display:block;
	}

	.voice_box:after {
		content:"▼";
		color:#0d6fb8;
		font-size:64px;
		position:absolute;
		bottom:-55px;
		left:0;
		width:100%;
		text-align:center;
		display:block;
	}

	.voice_box .block {
		display:block;
	}
	
	.voice_box p {
		line-height:2.2em;
	}

.container960 {
	width:97%;
	max-width:960px;
	margin:0 auto;
}

.voice_left {
	display:inline-block;
	vertical-align:middle;
	width:45.5%;
	text-align:center;
}

	.voice_title {
		color:#0d6fb8;
		font-weight:bold;
		font-size:20px;
		margin-bottom:5px;
	}

	.max440 img {
		width:100%;
		height:auto;
		max-width:440px;
	}

.shape {
	display:inline-block;
	vertical-align:middle;
	width:8%;
	text-align:center;
	margin-top:35px;
}
	.shape img {
		width:40%;
		height:auto;
	}

.voice_right {
	display:inline-block;
	vertical-align:middle;
	width:45.5%;
	text-align:center;
}

.shape2 {
	text-align:center;
	width:3.5%;
	margin:20px auto 0;
}
	
	.shape2 img{
		width:100%;
		height:auto;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

.finish {
	text-align:center;
}

.max580 img {
	width:100%;
	height:auto;
	max-width:580px;
}

/**accordion**/
.fa_po {
	background-color:#FFF;
	color:#0d6fb8;
	width:60px;
	height:60px;
	border-radius:50%;
	position:absolute;
	left:-15px;
	top:-4px;
	font-size:34px;
	padding-top:10px;
	padding-left:10px;
}

.switch {
	width:94%;
	max-width:640px;
	margin:40px auto 0;
	text-align:center;
	display:table;
	background-color:#0d6fb8;
	color:#FFF;
	font-size:18px;
	overflow:hidden;
	padding:10px 0;
}

	.cell2 {
		padding-left:10px;
	}
	
.close2 {
	width:94%;
	max-width:640px;
	margin:40px auto 0;
	text-align:center;
	display:table;
	background-color:#6C6C6C;
	color:#FFF;
	font-size:14px;
	padding:10px 0;
}

.displayNone {
	display:none;
}

@media only screen and (max-width:1684px) {
.cy_container {
	padding: 0 10px;
}
}

@media only screen and (max-width:1600px) {
.pc_none {
	display: none;
}
.pctab_none {
	display: none;
}
.nav_logo img {
	width: auto;
	height: 80px;
}
}

@media only screen and (max-width:1500px) {
.top_nav {
	text-align: center;
}
.nav_logo img {
	width: auto;
	height: 65px;
}
.nav_ul {
	display: inline-block;
	width: 100%;
	padding: 5px 0;
}
.nav_ul li {
	width: 20%;
}
.nav_ul li a {
	color: #fff;
	display: block;
	padding: 6px 0;
}
.yryt {
	text-align: center;
	font-size: 1.05em;
}
}

@media only screen and (max-width:1500px) {
.cy_container1448 {
	padding: 0 10px;
}
	#fade1 img, #fade2 img, #fade3 img {
    height: 160px;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
}
	.cy_h1 {
    top: 165px;
}
}
@media only screen and (max-width:1350px) {
.flex_in_d, .flex_in_e, .flex_in_f {
    border-radius:  0;
    height: auto;
	width: 33%;
	padding: 25px 10px;
}
	#fade1 img, #fade2 img, #fade3 img {
    height: 140px;
		-webkit-transform: translateY(-30%);
		transform: translateY(-30%);
}
}

@media only screen and (max-width:1250px) {
.main_img_ttt {
	width: 370px;
}
.index_h3 {
	text-align: center;
	color: #000;
	font-size: 1.7em;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	line-height: 2.5;
}
#fade1 img, #fade2 img, #fade3 img {
	height: 130px;
}
.rt {
	font-size: 1.4em;
}	.ufi {
    font-size: 2em;
}
}

@media only screen and (max-width:1100px) {
.flex_in_B {
	width: 50%;
}
.pew {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}
}

@media only screen and (max-width:999px) {
body {
	font-size: 15px;
}
.streng_div:nth-child(1) {
	display: inherit;
}
.streng_div:nth-child(2) {
	margin: 0 auto;
}
.streng_div:nth-child(3) {
	margin: 0 auto;
}
.bis_top:after {
	display: none;
}
.streng_div {
    max-width: 650px;
}
	.ufi {
    font-size: 1.7em;
}
	.omhr {
    float: left;
    width: 20%;
    padding: 10px;
}
	.eere {
    float: left;
    width: 25%;
    padding: 15px;
}
	.eere:nth-child(5n+6) {
    clear: none;
}
	.eere:nth-child(4n+5) {
    clear: both;
}
.index_conbot:after{
    width: 195px;
    height: 60px;
    background-size: auto 60px;}



/*************************************

	20170328追加

************************************/
.voice_box {
	background-color:#0d6fb8;
	padding:60px 0 40px;
	text-align:left;
	position:relative;
	color:#FFF;
}

	.voice_box:before {
		font-size:42px;
		top:-20px;
		left:0;
	}

	.voice_box:after {
		font-size:42px;
		bottom:-40px;
	}

	.voice_box .block {
		display:none;
	}
	
	.voice_box p {
		line-height:1.8em;
	}
	.voice_title {
		color:#0d6fb8;
		font-weight:bold;
		font-size:18px;
		margin-bottom:5px;
	}
}

@media only screen and (max-width:890px) {
.our {
	width: 100%;
}
.yord {
	font-weight: bold;
	font-size: 1.4em;
}
	.topw {
    -webkit-align-items: inherit;
        align-items: inherit;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
		.cy_h1 {
    top: 85px;
}
}

@media only screen and (max-width:850px) {
#spnav {
	display: block;
	background-color: rgba(85,154,205,.8);
}
	.pc_block{
		display: none;
	}
.top_nav {
	display: none;
}
.phone_icon {
	padding: 10px;
}
.phone_icon img {
	width: auto;
	height: 60px;
}
.in_main {
	background-size: auto 315px;
	height: 315px;
}
.rt {
	padding: 0;
}
.rt:after {
	width: 135px;
	top: 0;
}
		.ufi {
    font-size: 1.4em;
}
	.flex_in_d, .flex_in_e, .flex_in_f {
    width: 49%;
}
	.ex_bot {
   margin:  0;
}
	.yryt {
    text-align: center;
    font-size: 1.2em;
}
	.ex_bot:before {
    content: "";
    display: none;
}
	.ex_bot:after {
    content: "";
    display: none;
}
	.tmhd {
    font-size: 1.2em;
}
	.ootw {
    padding: 10px;
}
	.in_h1{
		top:10px!important;
	}
}

@media only screen and (max-width:800px) {
	.f_right {
    float: none;
}
	.f_left {
    float: none;
}
	.trrt{
	    display: block;
    width: 100%;
    margin: 15px 0;
    text-align: center;
}
	.footer_nav li {
border-right: none;

 
   float: none; 
    padding: 1px 0px;
    display: block;
}
	.tl_g{
		margin: 0;
	}
	.tl_g:before{
		display: none;
	}
	.tl_g:after{
		display: none;
	}
}
@media only screen and (max-width:740px) {
.yryt {
	text-align: left;
}
.flex_in_A {
	width: 100%;
	background-size: cover;
}
.flex_in_B {
	width: 100%;
	height: 485px;
	background-size: cover;
}
.in_div {
	background-color: rgba(43,43,43,0.28);
}
#fade1 img, #fade2 img, #fade3 img {
	height: 100px;
	top: 50%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
	.tjf {
    font-size: 1em;

}
	.pew {
    min-height: 430px;
    margin: 25px auto;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
}
	.ototaa .text_div{
		text-align: left;
	}
	.ototaa .border {

    padding: 50px 15px;
}
	.ottm {
    width: 54%;
    padding: 0 0 0 25px;
}
	.ottm2 {
		    width: 54%;
	}
.uopok {
    font-size: 1.3em;
}

	.exter_bot2{
	margin: 0;
}
.eere {
    float: left;
    width: 33.33%;
    padding: 5px;
}
	.eere:nth-child(4n+5) {
    clear: none;
}
	.eere:nth-child(3n+4) {
    clear: both;
}
	.company_table th {
    width: 130px;

}
	.page_top {
    margin: 40px 0 0 0;
}

}

@media only screen and (max-width:640px) {
/**hedaer***********************/
body {
	font-size: 12px;
}
.index_conttop {
	background-position: 80%;
}
.more_a {
	padding: 15px 0;
	font-size: 1em;
}
.ydm {
	height: 15px;
}
.our .text_div {
	text-align: left;
}
.yord {
	font-size: 1.2em;
}
			.ufi {
    font-size: 1.2em;
}
		.pew {
    min-height: 430px;

    width: 100%;
}
	.pew_p {
    min-height: 50px;
    width: 100%;
}
	.uth:before {
    width: 20px;
    top: 15px;
    left: -245px;
}
	.uth:after {
    width: 20px;
    top: 15px;
    left: 245px;
}.index_h3 span {
    display: block;
    letter-spacing: 5px;
}
	.map iframe {
    height: 300px;
}
	.sya{
		text-align:left;
	}

/*************************************

	20170328追加

************************************/
.voice_box {
	padding:40px 0 20px;
}

	.voice_box:before {
		font-size:32px;
		font-size:32px;
		top:-15px;
		left:0;
	}

	.voice_box:after {
		font-size:32px;
		bottom:-30px;
	}

	.voice_box .block {
		display:none;
	}

.container960 {
	width:94%;
}

.voice_left {
	display:block;
	vertical-align:middle;
	width:100%;
	max-width:440px;
	margin:20px auto 0;
}

	.voice_title {
		font-size:16px;
	}

	.max440 img {
		width:100%;
		height:auto;
		max-width:440px;
	}

.shape {
	display:block;
	text-align:center;
	width:5%;
	margin:20px auto 0;
}
	.shape img {
		width:100%;
		height:auto;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

.voice_right {
	display:block;
	vertical-align:middle;
	width:100%;
	max-width:440px;
	margin:5px auto 0;
}

.shape2 {
	text-align:center;
	width:5%;
	margin:20px auto 0;
}
	
	.shape2 img{
		width:100%;
		height:auto;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

.finish {
	text-align:center;
	margin-top:5px
}

.max580 img {
	width:100%;
	height:auto;
	max-width:440px;
}


/**accordion**/

/**accordion**/
.fa_po {
	width:48px;
	height:48px;
	left:-16px;
	top:-1px;
	font-size:26px;
	padding-top:10px;
	padding-left:10px;
}


.switch {
	margin:20px auto 0;
	font-size:14px;
}
.close2 {
	margin:20px auto 0;
	font-size:12px;
}

.displayNone {
	display:none;
}


}

@media only screen and (max-width:550px) {
.index_h3 {
	text-align: center;
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	padding: 15px 0;
	line-height: 2.5;
}
.flex_in_A, .flex_in_B {
	height: 400px;
}
.in_div {
	text-align: left;
}
.tttr {
	font-size: 1.4em;
}
#fade1 img, #fade2 img, #fade3 img {
	height: 80px;
}
.oyoyr {
	height: 920px;
}
		.omhr {
    float: left;
    width: 25%;
    padding: 10px;
}
		.flex_in_d, .flex_in_e, .flex_in_f {
    width: 100%;
}
	.eere {
    float: left;
    width: 50%;
    padding: 5px;
}
	.eere:nth-child(3n+4) {
    clear: none;
}
	.eere:nth-child(2n+3) {
    clear: both;
}
	.company_table th {
    width: 100px;
}
	.company_table th, .company_table td {
    padding: 20px 15px;
}
		.map iframe {
    height: 250px;
}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
.spblock {
	display: block;
}
.color_w {
	color: #fff;
	padding: 0 10px;
}
.tttr {
	font-size: 1.2em;
}
.main_img_ttt {
	width: 100%;
}
.yord {
	text-align: left;
	font-size: 1.1em;
}
		.uth:before {
display: none;
}
	.uth:after {
display: none;
}
	.more_a4 {
    padding: 10px 0;
}
	.ottm {
    width: 100%;
    padding: 0;
		display: block;
		float: none!important;
}
	.ottm2 {
    width: 100%;
    padding: 0;
		display: block;
		float: none!important;
}
	.omhr {
    width: 50%;
}
		.tttte {
     width:100%;
 margin: 15px 0;
}
	.ootw {
    padding: 20px;
    min-height: inherit;
}
	.company_table th {
    width: 80px;
}
	.company_table th, .company_table td {
    padding: 10px 15px;
}
}

@media only screen and (max-width:350px) {
#fade1 img, #fade2 img, #fade3 img {
	height: 70px;
}
}
