@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	position:relative;
	font-size:16px;
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
	font-weight:normal;
	color: #000;
	line-height:1.5em;
	line-height: 1.6;
	letter-spacing: .4px;
	word-wrap: break-word;
	background: #fff;

        
}

#wrap,
section {
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}


a {
	text-decoration: none;
	       
}
img{
	/*max-width: 100%;*/
	height: auto;
}

/*--------index以外の全ページに適用　ヘッダー--------*/

header{
	width:1190px;
	height:90px;
	margin:0 auto;
	padding:0;
	position:relative;
}

h1{
	margin: 0;
	padding: 0;
	height: 90px;
	position:absolute;
}

/* --- Berger Menu --- */

.bmenu {
	display:none;
}


nav{
	position:absolute;
	right:0;
	height:90px;
	line-height:90px;
}

nav ul{
	list-style:none;
	height: 90px;
	margin: 0;
	padding: 0;
}

nav ul li{
	float:left;
	margin: 0 20px;
}

nav ul li a{
	font-size:17px;
	font-weight:bold;
	color:#000;
}

.buy a:hover{
	color:#fca042;
}
.arrange a:hover{
	color:#093fd6;
}
.sell a:hover{
	color:#ef4633;
}
.build a:hover{
	color:#00b7c1;
}
.reform a:hover{
	color:#00963d;
}
.store a:hover{
	color:#0948b3;
}

.contact a:hover{
	color:#b6338d;
}

.nav_icon{
	position: relative;
	top: 5px;
	right: 3px;
}

/*--------↓ナビの△位置　クラス名で指定 画像の階層を注意↓--------*/

nav .reform {
	background:url(../images/common/sankaku2.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

hr {
	margin:0;
	padding:0;
	width:100%;
	border-width: 2px;
	border-style: solid;
	border-color: #191970;
}

/*--------ヘッダーここまで--------*/
/*-メイン-　*/
#main {
	width:1020px;
	padding:0;
	margin:0 auto;
	position:relative;
}
.btn-01 {
	text-align:center;
}
.stp1,.stp2,.stp3 {
	width:700px;
	height:50px;
	background:#ea5514;

	font-size:24px;
	font-family:"小塚ゴシック Pro";
	font-weight:bold;
	color:#fff;
	line-height:50px;
	
}
.stp1 {

	clear:both;
}
.stp1-1,.stp3-1 {
	margin:30px 0;
}
.stp1-point1,.stp1-point2,.stp1-point3 {
	width:300px;
	height:auto;
	background:#f4f4f4;
	font-family:"小塚ゴシック Pro";
	padding:15px;
	float:left;
	margin:10px 10px 30px 10px;
	box-sizing:border-box;

}
h2 {
	color:#191970;
	font-size:30px;
	font-weight:900;
	line-height:36px;
    -webkit-text-stroke: 0.5px #fff;
	margin:5px;
	text-align:center;
	
}
.green {
	background:#00963d;
	width:258px;
	height:75px;
	border-radius:5%;
	position:relative;
	margin:0 auto;
	
}
.green p {
	font-size:12px;
	color:#fff;
	position:absolute;
	top:35%;
	-ms-transform: translateY(-50%);
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	padding:8px;
}
.stp1-point1 img,.stp1-point2 img,.stp1-point3 img {
	position:relative;
	width:246px;
	height:160px;
	left:5%;

}
.step {
	width:1020px;
	margin:0 auto;
}
.stp1-p {
	font-size:12px;	
	padding:0;
	margin:0;
}
.stp1-point2 h2,.stp1-point3 h2 {
	margin:23px;
}
.stp2,.stp3 {
	clear:both;
}
h3 {
	margin:40px 0 20px 0;
	font-weight:bold;
	font-size:20px;
	color:#191970;
}
.stp2-2 p {
	margin-left:50px;
}
.stp2-3 {
	margin-top:80px;
}
.kodawari {
	width:1020px;
	height:auto;
	clear:both;
}
.kodawari p {
	line-height:2em;
}
.seido {
	width:1020px;
	margin:0 auto 30px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.stp3-point {
	width:1020px;
	margin:0 auto;
}
table {
	border-collapse:collapse;
	border:1px solid #00963d;
	width:800px;
	table-layout:fixed;
	font-size:14px;
	font-family:"小塚ゴシック Pro";
}
.table1 {
	margin:30px auto;
}
.table2 {
	margin:0 auto;
}
th {
	background:#00963d;
	color:#fff;
	border:1px solid #fff;
}
td {
	border:1px solid #00963d;
	padding:3px;
	line-height:2em;

}
.td1 {
	text-align:center;
}
.th1 {
	width:100px; 
	 
}
.th2 {
	width:200px;  
}
.th3 {
	width:50px;  
}
.th4 {
	width:;  
}

.table2 td {
	text-align:center;
}
.small {
	font-size:12px;
}
.tr1 {
	height:70px;
}
.stp3-point p{
	width:800px;
	margin:0 auto;
	text-align:left;
	
}

/*--------○メイン問合せ○--------*/
#main_contact{
	width:100%;
	height:323px;
	background:#f7f6f5;
	margin:0 auto;
	color:#484949;
}

.maincontact_contents{
	width: 980px;
	margin: 0 auto;
	height:323px;
	display: flex;
	flex-wrap: wrap;
	font-size:25px;
}

.maincontact_contents p{
	font-weight:bold;
	margin:20px 0 0 0;
}
.telmail_waku{
	width:475px;
	height:210px;
	background:#fff;
	display:inline-block;
	margin:0 6px;
	text-align:center;
}

.telmail_waku p{
	margin:15px auto;
}

.telmail_ttl{
	color:#ee810c;
}

.telmail_tel{
	background-image:url(../images/common/icontel.png);
	background-repeat:no-repeat;
	background-position:45px 15px;
	font-size:48px;
	padding-left: 40px;
}

.telmail_mail:hover{
	opacity:0.7;
	transition: .2s;
}

.telmail_time{
	font-size:18px;
}

.telmail_mail img{
	margin: 5px 0 3px 0px;
}

.muryou{
	color:#ee810c;
	font-size:25px;
}

.homepage{
	font-size:15px;
}

/*---------○メイン問合せ○ここまで--------*/
.sansho {
	font-size:12px;
}
/*---------メインここまで--------*/
/*--------フッター--------*/
footer {
	padding-bottom:70px;
	background:#fcfcfc;
	width:100%;
	height:auto;
}

.footer-nav,.footer-info   {
	font-family:Axis,"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
}

.footer-nav {
	width: 100%;
	height:80px;
	background:#e4e4e4;
	float:left;
	margin:0;
	line-height:80px;
	z-index:1;
}

.footer-nav ul{
	list-style:none;
	width:990px;
	margin:0 auto;
	text-align:center;
}

.footer-nav li {
	display:inline-block;
	cursor:pointer;
	
}
.footer-nav li:first-child a{
	border-right: 1px solid #c6c6c6;
	border-left: 1px solid #c6c6c6;
}
.footer-nav li a{
	font-size: 15px;
	letter-spacing: 2px;
	font-weight:bold;
	color: #606060;
	padding: 3px 14px;
	border-right: 1px solid #c6c6c6;
}
.footer-nav ul li a:hover{
	color:#489dba;
	cursor:pointer;
}
.footer-nav p{
	font-size:12px;
	line-height:1.5em;
	text-align:center;
	padding-top:20px;
	z-index:99999;
}
.footer-info  {
	margin:0;
	text-align:center;
	clear:both;
}
.footer-info p {
	padding-top:20px;
	font-size:13px;
	line-height:20px;
}
.footer-info .logo {
	text-align:center;
}
.copy {
	font-size:8px;
}
/*--------フッターここまで--------*/

/* ------------------- ver.Smart Phone ------------------ */

@media screen and (max-width:768px){



header {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
	background:rgba(255,255,255,0.8);
}

header h1 {
	z-index:5;
	padding-left:10px;
}


/* nav berger */

.bmenu {
	display:block;
	width:30px;
	height:22px;
	position:absolute;
	top:0;
	right:5%;
	bottom:0;
	margin:auto 0;
	z-index:3;
}

.bmenu:hover {
	cursor:pointer;
}

.bmenu span {
	display:block;
	width:30px;
	height:2px;
	background:#000;
	transition:all 0.7s;
}

.bmenu span:not(:last-child){
	margin-bottom:8px;
}


.bmenu span.dnone {
	opacity:0;

}
.bmenu span.lineup {
	transform:translate(0px,10px) rotate(45deg);
}
.bmenu span.linedown {
	transform:translate(0px,-10px) rotate(-45deg);
}

nav {
	width:100vw;
	height:100vh;
	background:#fff;
	display:none;
}

nav ul {
	height: auto;
	margin-top:90px;
	border-top:4px solid #191970;
}

nav ul li {
	float:none;
	line-height:70px;
	padding-left:2em;
}

nav .reform {
	background:none;
}

nav .reform a {
	border-bottom:2px solid #1a1b65;
	padding-bottom:0.2em;
}

/* --- ここまで　header --- */

hr {
	margin-top:90px;
}

#main,
.stp1,
.stp2,
.stp3,
.kodawari,
.seido {
	width:100%;
}

.jisekilist,
.subtitle,
.step,
.stp3-point,
.stp2-1,
.stp2-2,
.stp2-3 {
	width:95%;
}

.jisekilist img,
.a_contents img,
.btn-01 img {
	max-width:100%;
}

.subtitle,
.subtitle p,
.step,
.stp1,
.stp2,
.stp3 {
	height:auto;
}

.stp2-1,
.stp2-2,
.stp2-3,
.kodawari p,
.stp2-2 p  {
	margin:0 auto;
}


#main {
	padding:0;
}

.step {
	overflow:hidden;
}

.stp1-1,
.stp3-1 {
	padding:0 1em;
}

.subtitle {
	background:none;
}

.subtitle p {
	font-size:20px;
}

.subtitle p {
	background-image: url(../images/build/sub_icon1.png);
	background-repeat: no-repeat;
	background-position:0 50%;
}

.titlebar p {
	font-size:16px;
}

.titlebar {
	width:95%;
	height:auto;
	margin:30px auto 15px auto;
}

.titlebar br {
	display:block;
}

.titlebar p {
	padding: 0.2em 0;
	line-height: 1.5em;
	letter-spacing: -0.1em;
}



.subtitle p {
	padding:14px 0 14px 54px;
}

.comment {
	text-align:center;
}
.comment img {
	max-width:100%;
}


.comment_subtitle,
.comment_subtitle_4 {
	background:none;
}

.comment_subtitle p,
.comment_subtitle_4 p {
	background-image:url(../images/build/sub_icon2.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding:0 0 0 1em;
	font-size:18px;
	letter-spacing:-0.1em;
}

.pic_3 {
	display:none;
}

.pic_3-2 {
	display:block;
	text-align:center;
	width:95%;
	margin:0 auto;
}

.pic_3-2 img {
	max-width:100%;
}

.pic_4 {
	float:none;
	top:0;
	display:block;
	margin:0 auto;
	max-width:100%;
}

.right,
.left {
	float:none;
	display:block;
	margin:0 auto;
}

.stp3-point {
	overflow-x: scroll;
}

.stp3-point p {
	width:100%;
}

/* --- flex  --- */

.step {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
}


/* --- contact space --- */


#main_contact,
.maincontact_contents {
	height:auto;
}

.maincontact_contents {
	width:100%;
	padding-bottom: 20px;
}

.homepage::before {
	content:"\A";
	white-space:pre;
}

.maincontact_contents p {
	margin:20px auto 20px auto;
	text-align:center;
}

.homepage {
	text-align:center;
}

.telmail_ttl {
	font-size:22px;
}

.telmail_waku {
	margin:0 auto 12px auto;
	width:90%;
	height:auto;
}

.telmail_tel {
	font-size:36px;
	background:none;
	padding:0;
}

.telmail_timea {
	font-size:16px;
}

.telmail_waku a img {
	width:95%;
	max-width:385px;
	min-width:200px;
}

/* --- footer --- */

.footer-nav {
	height:auto;
	background:#fff;
	line-height:62px;
}

.footer-nav ul {
	width:100%;
	text-align:left;
	padding:0;
}

.footer-nav ul li {
	display:list-item;
	border-top:1px solid #c6c6c6;

}

.footer-nav li a {
	border-right:none;
	position:relative;
	display:inline-block;
	width:100%;
	padding:0;
	margin-left:1em;
}

.footer-nav li a::after {
	display:block;
	content:"＞";
	width:20px;
	height:62px;
	line-height:62px;
	position:absolute;
	top:0;
	bottom:0;
	right:2em;
	margin:auto 0 auto 0;
	text-align:center;
	color:#508bca;
	
}
.footer-nav li:first-child a {
	border:none;
}




}