/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family:  'Noto Sans Japanese';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	position: relative;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

div {
	box-sizing: border-box;
}
/* reset end */


/* base */


body {
	font-family: 'Noto Sans Japanese';
	line-height: 150%;
}

.btn {
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
}

.bg_yellow {
	background: #f3d857;
	padding: 20px;
}

.bg_gray {background: #eee;padding: 20px;}
.bg_green {background: rgba(163,204,138,1.00);}
.bg_red {background: rgba(255,0,0,1.00);}
.bg_pink {background:#ffdde7;}


/* tools */

.size10 {font-size: 10px ;}
.size15 {font-size: 15px ;}
.size20 {font-size: 20px ;}
.size25 {font-size: 25px ;}
.size30 {font-size: 30px ;}
.size35 {font-size: 35px ;}
.size40 {font-size: 40px ;}
.size45 {font-size: 45px ;}
.size50 {font-size: 50px ;}

.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml50 {margin-left: 50px;}
.ml60 {margin-left: 60px;}
.ml70 {margin-left: 70px;}
.ml80 {margin-left: 80px;}
.ml90 {margin-left: 90px;}
.ml100 {margin-left: 100px;}


.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mr60 {margin-right: 60px;}
.mr70 {margin-right: 70px;}
.mr80 {margin-right: 80px;}
.mr90 {margin-right: 90px;}
.mr100 {margin-right: 100px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb50 {margin-bottom: 50px;}
.mb60 {margin-bottom: 60px;}
.mb70 {margin-bottom: 70px;}
.mb80 {margin-bottom: 80px;}
.mb90 {margin-bottom: 90px;}
.mb100 {margin-bottom: 100px;}

.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}
.pt100 {padding-top: 100px;}

.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}
.pl40 {padding-left: 40px;}
.pl50 {padding-left: 50px;}

.pr10 {padding-right: 10px;}
.pr20 {padding-right: 20px;}
.pr30 {padding-right: 30px;}
.pr40 {padding-right: 40px;}
.pr50 {padding-right: 50px;}
.pr60 {padding-right: 60px;}
.pr70 {padding-right: 70px;}
.pr80 {padding-right: 80px;}
.pr90 {padding-right: 90px;}
.pr100 {padding-right: 100px;}

.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
.pb80 {padding-bottom: 80px;}
.pb50 {padding-bottom: 90px;}
.pb100 {padding-bottom: 100px;}

.relative {position: relative;}

.text_bold {font-weight: bold;}
.text_small {font-size: 11px;}

.text_blue {color: rgba(0,123,188,1.00);}
.text_red {color: #9F0000 !important;}
.text_pink {color: rgba(255,159,248,1.00);}

.float_left {float: left;}
.float_right {float: right;}

.width_100p {width: 100%;}
.width_300 {width: 300px;}

.flex_between {display: -webkit-flex; display: flex; justify-content: space-between; -webkit-justify-content: space-between;}
.flex_center {display: -webkit-flex; display: flex; justify-content:center; -webkit-justify-content:center;}
.flex_normal {display: -webkit-flex; display: flex;}
.flex_column_reverse {-webkit-flex-direction: column-reverse;flex-direction: column-reverse;}
.flex_row_reverse {-webkit-flex-direction: row-reverse;flex-direction: row-reverse;}
.flex_flow_wrap {-webkit-flex-flow: wrap;flex-flow: wrap;}
.flex_wrap_reverse {-webkit-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}
.flex_end {display: -webkit-flex; display: flex; -webkit-justify-content:flex-end;justify-content: flex-end;}
.flex_align_center {align-items: center;}

.flex_1 {-webkit-flex-grow:1;flex-grow:1;-webkit-flex:1;flex:1;}
.flex_2 {-webkit-flex-grow:2;flex-grow:2;-webkit-flex:2;flex:2;}
.flex_3 {-webkit-flex-grow:3;flex-grow:3;-webkit-flex:3;flex:3;}
.flex_4 {-webkit-flex-grow:4;flex-grow:4;-webkit-flex:4;flex:4;}
.flex_5 {-webkit-flex-grow:5;flex-grow:5;-webkit-flex:5;flex:5;}
.flex_bottom {-webkit-align-self: flex-end;align-self: flex-end;}
.flex_row {-webkit-flex-direction: row;flex-direction: row;}
.flex_column {-webkit-flex-direction: column;flex-direction: column;}

.clear {clear: both;}
.kyocho {font-weight: bold; color: #8B0002;}
.inline_block {display: inline-block;}
.margin_auto {margin: auto auto;}
.text_center {text-align: center;}
.text_right {text-align: right;}
.text_left {text-align: left;}
.text_bold {font-weight: bold;}
.text_nomal {font-size: 14px; font-weight: normal; color: #000;}
.bg_eee{background: #eee;}

/* base end */
.works_btn a:visited,
.contact_middle_btn a:visited {
	color: #fff;
}

a img:hover,
a img:focus {
	opacity: 0.7;
}

img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s;
}

.container {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

header {
	background: rgba(255,255,255,0.70);
}

.top_comment {
	color: #22689b;
	font-size: 11px;
	text-align: center;
	padding: 15px;
}

.top_tel,
.top_email {
	padding-top: 20px;
}

.top_imgs {
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 20px;
}

.top_img_main {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_main.jpg);
	background-position: center center;
}

.top_img_02 {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_02.jpg);
	height: 300px;
	background-position: center center;
}

.top_img_03 {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_03.jpg);
	height: 300px;
	background-position: center center;
}

.top_img_04 {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_04.jpg);
	height: 300px;
	background-position: center center;
}

.top_img_05 {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_05.jpg);
	height: 300px;
	background-position: center center;
}

.top_img_06 {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_06.jpg);
	height: 300px;
	background-position: center center;

}

.top_img_07 {
	background-image: url(http://assets.flips.jp/images/users/kiyoestate/design/35298/images/top_img_07.jpg);
	height: 300px;
	background-position: center center;
}

.header_wrap {
}

header {
	position: absolute;
	top:0px;
	width: 100%;
	height: 140px;
}

.intru_four p{
	font-size: 23px;
	line-height: 150%;
}

.intru_img {
	margin-bottom: 30px;
}

.news_wrap {
	background: #f2f2f2;
	padding: 30px;
}

.works_wrap {
	background: #314f5e;
	color: #fff;
	text-align: center;
}

.works_part_wrap {
	padding-bottom: 30px;
}

.works_part {
	width: 31%;
}

.works_text {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 13px;
}

.works_img img{
	width: 100%;
}

.works_btn {
	margin-top: 20px;
}

.btn {
	padding: 4px 30px;
	text-decoration: none;
	font-size: 14px;
}

.btn-primary {
	background: #223742;
	color: #fff;
	transition: all 0.3s;
}


.btn-primary:hover,
.btn-primary:focus {
	background: #101d23;
	color: rgba(255,182,0,1.00);
}

.btn-blue {
	background: #22689b;
	color: #fff;
	transition: all 0.3s;
	border-radius: 5px;
	padding: 10px 40px;
}

.btn-blue:hover,
.btn-blue:focus {
	background: #11415e;
	color: rgba(255,182,0,1.00);
}

.kaitori {
	margin-top: 50px;
	background: #f2f2f2 !important;
}

.kaitori p{
	font-size: 13px;
	line-height: 150%;
	color: #22689b;
}

.contact {
	background: #ccd6e2;
}

.contact > .container {
	padding: 40px 80px;
}


#footer {
	background: #22689b;
	color: #fff;
}

.footer_company_name {
	font-size: 18px;
	font-weight: bold;
}

.footer_add {
	line-height: 150%;
	font-size: 14px;
}

.footer_menu {
	margin-left: 70px;
}

.footer_menu li {
	width: 200px;
	list-style-type: disc;
	margin-bottom: 0px;
}

.footer_menu li a {
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
}

.footer_menu li a:hover,
.footer_menu li a:focus {
	color: rgba(255,206,0,1.00);
}

.kijun_left {
	width: 215px;
}

.kijun_right {
	flex:1;
	flex-grow: 1;
	-webkit-flex:1;
	-webkit-flex-grow: 1;
	margin-left:40px;
	padding-top: 20px;
}

.kijun {
	margin-bottom: 50px;
	color: #231f20;
}

.kijun h4 {
	margin-bottom: 20px;
	font-weight: bold;
	
}

.shiire_kijun_title {
	margin-bottom: 10px;
}

.shiire_kijun {
	margin-bottom: 50px;
}

.shadow {
	position: relative;
}

.shadow img{
	display: block;
	position: absolute;
	top: 0px;
}

.area {
	margin-bottom: 50px;
}

.area h3 {
	border-bottom: 1px solid #231f20;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.area p {
	font-size: 15px;
	font-weight: normal;
}


.top_img_03 .top_img_title {
	text-align: left;
	margin-top: 150px;
}

.bukken_wrap {
	width: 700px;
	margin: 50px auto 100px;
}

.bukken_wrap h3 {
	font-size: 25px;
	font-weight: bold;
	color: #22689b;
	margin-bottom: 20px;
}

.bukken_title {
	border: 1px solid #231f20;
	padding: 10px 50px;
	font-size: 16px;
	font-weight: bold;
}

.bukken_text,
.bukkken_text {
	border: 1px solid #231f20;
	padding: 10px 50px;
	border-top: none;
}

.bukken {
	margin-bottom: 30px;
}

.bukken_wrap table td,
.bukken_wrap table th {
	border: 1px solid #231f20;
	padding: 10px 20px;
}

.bukken_wrap table th {
	width: 160px;
	text-align: left;
	font-weight: bold;
}

.works_title {
	background: #314f5e;
}

.jisseki_img {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.jisseki_info {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.jisseki_info table th{
	width: 140px;
}

.jisseki_info table th,
.jisseki_info table td {
	border: 1px solid #231f20;
	padding: 10px 40px;
	text-align: left;
}

.jisseki_info h3 {
	font-size: 18px;
	color: #22689b;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}

.middle_contact {
	padding: 30px;
	background: #ccd6e2;
}

#navigation ul{
	display: -webkit-flex; display: flex; justify-content:center; -webkit-justify-content: center;
	margin-top: 10px;
	margin-bottom: 10px
}


#navigation ul li a {
	display: inline-block;
	text-decoration: none;
	border-right: 1px solid #333;
	padding: 3px 20px;
}

#navigation ul > :first-child a {
	border-left: 1px solid #333;
}

ol.blog {
	width: 700px;
	margin: auto;
	background: #f2f2f2;
}

#contents div:nth-child(5) {
	background: #f2f2f2;
}

#contents div:nth-child(10) {
	background: #ccd6e2;
}

#contents div:nth-child(10) > div {
	display: none;
}

#contents div:nth-child(10) > form {
	width: 500px;
	margin: auto;
}

#contents div:nth-child(10) > form input {
	width: 100% !important;
	padding: 4px;
	margin-bottom: 20px;
}

#contents div:nth-child(10) > form textarea {
	width: 100% !important;
	margin-bottom: 30px;
	height: 120px;
	padding: 4px;
}

.contact h4 {
	font-weight: bold;
}

#footer {
	-webkit-flex-grow:1;flex-grow:1;-webkit-flex:1;flex:1;
}

#footer ul {
	display: -webkit-flex; display: flex; justify-content:flex-start; -webkit-justify-content: flex-start;-webkit-flex-flow: wrap;flex-flow: wrap;
}

#footer ul li {
	width: 200px;
}

#footer ul li::before{
	content: ">"
}

#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover,
#footer ul li a:focus {
	color: rgba(255,174,0,1.00);
	text-decoration: underline;
}

#footer p {
	display: none;
}


.bukken {
	background: none !important;
}

.top_img_07 .top_img_title {
	text-align: right;
	margin-right: 50px;
	margin-top: 100px;
}

.company_pic_wrap {
	width: 900px;
	margin: auto;
	margin-top: 50px;
}

.company_pic_left {
	margin-right: 15px;
	width: 700px;
}

.company_pic02,
.company_pic03 {
	width: 200px;
	margin-left: 15px;
	margin-top: 15px;
}

.company_pic_right {
	display: flex;
	display: -webkit-flex;
}

.company_pic04 {
	align-self: flex-end;
}

.up_box {
	width: 900px;
	margin: auto;
	background: #e2ecf1;
	height: 50px;
	margin-top: 50px;
}

.ribon_title {
	padding: 20px;
	background: #314f5e;
}

.ribon_text {
	width: 900px;
	margin: auto;
	background: #e2ecf1;
	padding: 40px 80px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 180%;
}

.ribon_text table th{
	text-align: left;
	font-weight: bold;
}

.ribon_text table th,
.ribon_text table td {
	font-size: 15px;
	padding: 15px 20px;
	border: 1px solid #231f20;
}

.profile {
	font-size: 15px;
	padding: 15px 20px;
	border: 1px solid #231f20;
}

.profile > :first-child {
	width: 200px;
	font-weight: bold;
}

.works_title {
	padding-top: 20px;
	padding-bottom: 20px;
}

.jisseki_part {
	background: #fff;
}


form input[type="submit"] {
	background: #22689b;
    color: #fff;
    transition: all 0.3s;
    border-radius: 5px;
    padding: 15px 40px;
	width: 50% !important;
	font-size: 18px;
	font-weight: bold;
	border: none;
}


form input[type="submit"]:hover,
form input[type="submit"]:focus {
    background: #11415e;
    color: rgba(255,182,0,1.00);
}

.boshuu {
	font-size: 25px;
    padding-top: 20px;
    color: #22689b;
    margin-left: 10px;}

.facebook {
	border: 1px solid #e9ebee;
	background: #f6f7f9;
}

.twitter {
	border: 1px solid #e9ebee;
}

.ameblo {
	border: 1px solid #e9ebee;
}

.ameblo iframe {
	width: 342px;
	height: 342px;
}


.social_title {
	margin-top: 30px;
	font-size: 30px;
	font-weight: bold;
}

@media screen and (max-width: 1240px) {
	.top_img_02,
	.top_img_03,
	.top_img_04,
	.top_img_05,
	.top_img_06,
	.top_img_07 {
		background-size: auto 480px;
		background-position: center;
	}
}

@media screen and (max-width: 740px) {
	.top_img_02,
	.top_img_03,
	.top_img_04,
	.top_img_05,
	.top_img_06,
	.top_img_07 {
		margin-top: 0px;
		height: 200px;
		background-size: auto 200px;
		background-position: center;
	}
	.flex_between,
	.flex_normal,
	.flex_center {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	
	.top_comment {
		display: none;
	}
	.logo_img {
		margin-top: 30px;
		text-align: center;
	}
	.top_tel,
	.top_email {
		text-align: center;
	}
	
	.top_img_07 .top_img_title {
		margin: 60px auto;
		text-align: center;
	}
	
	.intru_four {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.company_pic_wrap {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		text-align: center
	}
	
	.company_pic_left {
		width: 100%;
		text-align: center;
	}
	
	.company_pic04 {

		text-align: center;
	}
	
	.company_pic02{
		margin-left: 0px;
		margin-bottom: 10px;
	}
	
	.company_pic_right {
		width: 100%;
	}
	
	.up_box,
	.ribon_text {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.ribon_text table {
		width: 100% !important;
	}
	.ribon_text table th {
		width: 60px;
	}
	
	
	.jisseki_part,
	.kaitori {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.footer_info,
	.footer_logo {
		text-align: center;
	}
	
	.jisseki_img {
	 	width: 45%;
	}
	
	.jisseki_img_wrap {
		-webkit-flex-direction: row;
		flex-direction: row;

	}
	
	.jisseki_info {
		width: 100%;
	}
	
	.jisseki_info table th {
		width: 80px;
	}
	
	.btn-blue {
		padding: 10px 20px;
	}
	
	.bukken_wrap {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.bukken_wrap table th {
		width: 80px;
	}
	
	.kijun_left {
		margin: 10px auto;
	}
	.kijun_right {
		margin: 10px auto;
	}
	.top_img_parts {
		margin: 10px auto;
	}
	
	.top_img_main {
		padding-left: 10px;
		padding-right: 10px;
		background-size: auto 100%;
	}
	
	.works_part {
		width: 100%;
		padding: 10px;
	}
	
	.news_wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
	#contents div:nth-child(10) > form {
		width: 90%;
	}
	
	#footer ul {
	    -webkit-justify-content:flex-start;	
	    justify-content:flex-start;	
		width: 100px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: left !important;
	}
	
	#footer ul li {
		width: 100%;
	}
	

	#footer ul a {
		display: inline-block !important;
	}
	
	.footer_add {
		margin-top: 15px;
	}
	
	.container {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.header_wrap {
		padding-bottom: 15px;
	}
	
	#navigation {
		display: inherit !important;
		position: static !important;
	}
	
	.nav-close {
		display: none;
	}
	
	#navigation {
		width: 100% !important;
		background: none !important;
		border: none !important;
	}
	
	#navigation ul {
		display: -webkit-flex; display: flex; justify-content: space-between; -webkit-justify-content: space-between;
		-webkit-flex-flow: wrap;
		flex-flow: wrap;
	}
	#navigation ul li {
		width: 47% !important;
		padding-left: 0px !important;
		border-bottom: none !important;
	}
	
	#navigation ul li a {
		display: block;
		border-top:none;
		border-left:none;
		border-right:none;
		border-bottom: 1px solid #6d696a;
		padding-bottom: 3px;
		padding-left: 0px;
		padding-right: 0px;
		line-height: inherit;
	}
	#navigation ul > :first-child a {
		border-left: none;
	}
	
	.intru_four p {
		font-size: 17px;
	}
	
	.area h3 {
		margin-left: 0px !important;
		margin-right: 0px !important;
		font-size: 17px;
		font-weight: bold;
	}
	
	.top_img_03 .top_img_title {
		text-align: center;
		margin-top: 80px;
	}
	
	.top_img_05 {
		padding-top: 10px;
	}
	.top_img_05 .top_img_title {
		text-align: center;
		margin-top: 10px;
	}
	
	.facebook {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.facebook iframe {
		display: block;
		margin: auto;
	}
	
	.twitter {
		margin-bottom: 20px;
	}
	
	iframe {
		display: block;
		margin: auto;
	}
	
	.ameblo iframe {
		display: block;
		margin: auto;
	}
}