﻿/*----------------------------------------------------------------------
	common
 ---------------------------------------------------------------------*/
body {
	font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
	color:#000;
	min-width:1100px;
	font-size:16px;
    line-height: 1.7;
    letter-spacing: 1px;
	-webkit-print-color-adjust: exact;/*chrome印刷用*/
	background:#f4faf5;
}
html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}
body,
table {
	padding:0;
	margin:0;
	overflow:auto;
	font-size:14px;
	-webkit-text-size-adjust:none;
}
b,
strong {
	font-weight: 700;
}
p {
	margin-bottom: 0px;
}
ul,
ol {
	list-style: none;
}
ul {}
ol {}
li > ul,
li > ol {}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	vertical-align: baseline;
}
button,
input {
	line-height: normal;
}
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	border:none;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize:vertical;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
a { outline:none !important;	text-decoration:none; color:#333; }
a:focus { outline:none !important; color:#333; }
a:active { outline:none !important; color:#333; }
a:visit { color:#333; }
img {
	vertical-align:text-bottom;
}
a img {
	border:0;
}

/*----------------------------------------------------------------------
	header
 ---------------------------------------------------------------------*/
header {
    max-width:1100px;
    margin:30px auto 0 auto;
}
#header {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; 
}
/*------------------------------ Grobal Nav ----------*/
nav#gnav {
    display: block;
	margin:70px auto 30px auto;
    width:800px;
}
nav#gnav ul {
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}
nav#gnav ul li {
	position:relative;
	font-size: 20px;
	line-height:100%;
    letter-spacing:2px;
    width:18%;
}
nav#gnav ul li a,
nav#gnav ul li div.tgl {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
	display: block;
	padding:10px 0;
	text-align: center;
    border-top:2px solid #28a03c;
	border-left:2px solid #28a03c;
	border-right:2px solid #28a03c;
    border-radius: 5px 5px 0 0;
    color:#28a03c;
    -webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#gnav ul li a:hover,
nav#gnav ul li div.tgl:hover {
    background:#28a03c;
    color:#fff;
    cursor: pointer;
}

/*-- subMenu ------------------------------*/
nav#gnav ul li ul {
	position:absolute;
	top:40px;
	left:0;
	display:block;
	width:320px;
	padding:0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
    z-index: 10;
}
nav#gnav ul li ul li {
	position: relative;
	overflow: hidden;
	text-align:left !important;
	height: 0;
	margin:0;
	font-size:14px;
	width:100% !important;
	padding: 0 !important;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
nav#gnav ul li ul li a {
    border-radius: 0 !important;
	background:rgba(255,255,255,1.0);
	line-height:40px !important;
	padding:0 10px;
	margin:0;
	display: block !important;
    text-align: left !important;
    border-bottom:2px solid #28a03c !important;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#gnav ul li ul li:hover a {
	background:#28a03c !important;
	color:#fff;
	opacity:1 !important;
}
nav#gnav ul li ul li a:after {
	position: absolute;
	content:'';
	top:50%;
	right:10px;
	width:6px;
	height: 6px;
	margin-top:-1px;
	border-top:2px solid #28a03c;
	border-right:2px solid #28a03c;
	-webkit-transform:rotate(45deg);
			transform:rotate(45deg);
}
nav#gnav ul li ul li:hover a:after {
	border-top:2px solid #fff;
	border-right:2px solid #fff;
}
nav#gnav ul li:hover ul li {
	overflow: visible;
	height:40px !important;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

/*----------------------------------------------------------------------
	Footer
 ---------------------------------------------------------------------*/
footer {
    position: relative;
    font-family: "Zen Maru Gothic", serif;
    font-weight:700;
    color:#fff;
    background:url("../img/bg-footer.jpg") 0 0 no-repeat;
    background-size:cover;
}
#footer {
    padding:30px 10px 0 10px;
    max-width:1100px;
    margin:0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#footer h1,
#footer p strong {
    display: block;
    font-weight:700;
    text-align: center;
    margin-bottom:30px;
}
#footer h1 {
    font-size:36px;
}
#footer p strong {
    font-size:20px;
}

/*---------- stores ------------------------------*/
.bx-stores {
    max-width:900px;
    margin:0 auto 20px auto;
}
.bx-stores p {
    margin-bottom:10px;
    font-size:16px;
}
.bx-stores dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.bx-stores dl div {
    display: -webkit-flex;
    display: flex;
    font-size:13px;
}
.bx-stores dl div dt {
    position: relative;
    padding-left:20px;
    margin-right:30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bx-stores dl div dt:before {
    position:absolute;
    content:'';
    top:7px;
    left:0;
    width:10px;
    height:10px;
    background:#fff;
}
.bx-stores a {
    position: relative;
    margin:20px 0;
    width:158px;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    height:30px;
    display: block;
    background:#fff;
    color:#28a03c;
    font-size:12px;
    letter-spacing: 0;
}
.bx-stores a:after {
    position: absolute;
    content:'';
    top:50%;
    right:6px;
    width:6px;
    height:6px;
    margin-top:-6px;
    border: 6px solid transparent;
	border-left: 6px solid #28a03c;
    box-sizing: border-box;
}

#copyright {
    display: block;
    background:url("../img/bg-copyright.png") 0 94px no-repeat #f4faf5;
    background-size: 100% auto;
    color:#000;
}
small {
    position: relative;
    max-width:1100px;
    margin:0 auto;
    display: block;
    padding:150px 10px 40px 10px;
    background:url("../img/logo.png") 98% 82% no-repeat;
    background-size:233px 59px;
        
}

#pageUp {
    position: relative;
    margin:30px auto 45px auto;
	width:34px;
	height:34px;
	background:#28a03c;
	border-radius: 50%;
    z-index:10;
}
#pageUp:after {
	position: absolute;
	content:'';
	top:15px;
	left:12px;
	width:8px;
	height:8px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
#pageUp:hover {
	cursor: pointer;
}

/*----------------------------------------------------------------------
	top page
 ---------------------------------------------------------------------*/
/*---------- slider ------------------------------*/
#slider {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom:20px;
}
#slider .catchcopy {
    position: absolute;
    top:20%;
    left:20%;
    z-index: 1;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-pagination {
    left:50% !important;
    margin-left:-550px !important;
    max-width:1100px;
    bottom:-40px !important;
    text-align: right !important;
}

section {
    padding:70px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bx {
    position: relative;
    max-width:1100px;
    margin:0 auto;
}
section h1 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-size:36px;
    border-bottom:1px solid #28a03c;
    padding:15px;
    line-height: 100%;
    margin-bottom:40px;
    color:#28a03c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
section h1 span {
    margin-left:20px;
    display: inline-block;
    color:#999;
    font-size:20px;
    font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
}

/*---------- News ------------------------------*/
.bx-news {
    border:4px solid #dff1e2;
    padding:20px 80px;
    background:#fff;
    border-radius:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bx-news dl div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    padding:10px 0;
    margin-bottom:10px;
    border-bottom:1px dotted #aaaaaa;
}
.bx-news dl div:last-child {
    border-bottom:none;
    margin-bottom:0;
}
.bx-news dl div dt {
    color:#28a03c;
    font-weight:700;
    width:15%;
}
.bx-news dl div dd {
    width:85%;
}

/*---------- trunkroom ------------------------------*/
#uptrunkroom {
    background:#fff;
}
#uptrunkroom a {
    display: block;
    max-width:1100px;
    margin:0 auto 20px auto;
}
#uptrunkroom ul {
    margin:0 auto;
    max-width:1090px;
    font-size:16px;
}

/*---------- Recommend ------------------------------*/
/*---------- Tab ----------*/
.tab {
    display: -webkit-flex;
    display: flex;
    margin-bottom:40px;
}
.tab li {
    font-family: "Zen Maru Gothic", serif;
    width:220px;
    font-size:20px;
    margin-right:40px;
    border-radius:60px;
    line-height:60px;
    height:60px;
    background-color:#fff;
    border:4px solid #bee2c4;
    color:#28a03c;
    text-align: center;
}
.tab li a {
    display: block;
    color:#28a03c;
}
.tab li:hover {
    color:#fff;
    background-color:#28a03c !important;
    border:4px solid #fff;
    cursor: pointer;
}
.tab li a:hover {
    color:#fff;
    border-radius:60px;
}
.tab li.select {
    color:#fff;
    background-color:#28a03c !important;
    border:4px solid #fff;
}
.tab li.rent {
    background: url("../img/ic_rent.png") 20px 50% no-repeat;
}
.tab li.buy {
    background: url("../img/ic_buy.png") 20px 50% no-repeat;
}
.tab li.assessment {
    background: url("../img/ic_assessment.png") 20px 50% no-repeat;
}

/*---------- rec ----------*/
.content {
	position:relative; 
}
.box {
	padding:0;
}
.hide {
	visibility:hidden;
	position:absolute;
	height:0;
	overflow:hidden;
}
.rec {
	position:relative;
}
#recommend {}
#recommend .ttl {}

#recommend .tbl {
	border-collapse:separate;
	border-spacing:20px;
	overflow:hidden;
	max-width:100%;
	margin:0 auto;
}
#recommend .tbl td {
	width:32% !important;
}
#recommend .tbl td.none {
	border:0;
	background-image: none;
}
#recommend .tbl td .loading {
	padding:15px;
	text-align:center;
	vertical-align:middle;
	color:#999;
}
#recommend .tbl td .loading img {
	vertical-align:middle;
    max-width:100%;
    height: auto;
}

#recommend .tbl td .inner {
    border-radius:10px;
    background:#fff;
	position:relative;
	padding:20px;
	display:none;
    height: 52vh;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.10);
	        box-shadow:0 0 5px rgba(0,0,0,0.10);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#recommend .tbl td .photo {
	width:100%;
    height:170px;
	overflow:hidden;
	text-align:center;
    border-radius:10px !important;
}
#recommend .tbl td .photo img {
	max-width:100%;
	width:auto;
	height:auto;
    border-radius:10px;
}
#recommend .tbl td .txt {
	margin-top:15px;
}
#recommend .tbl td .txt .icn {
	display: none;
}

#recommend .tbl td .txt .price {
	padding-top:5px;
	font-weight:bold;
	vertical-align:baseline;
	line-height:100%;
}
#recommend .tbl td .txt .price strong {
	font-size:180%;
	font-weight:bold;
	vertical-align:baseline;
	color: #28a03c;
	line-height:100%;
}
#recommend .tbl td .txt .add {
	padding-top:5px;
	line-height:130%;
    font-size:90%;
}
#recommend .tbl td .txt .madori {
	font-size: 16px;
	font-weight: bold;
    background:#28a03c;
    width:80px;
    line-height:32px;
    color:#fff;
    text-align: center;
}

#recommend .tbl td .name {
	padding:8px 0 3px 0;
	font-size:90%;
	font-weight:bold;
	line-height:130%;
}
#recommend .tbl td .copy {
	line-height:130%;
    border-top:1px solid #ccc;
    margin:10px 0 20px 0;
    padding-top:10px;
}

#recommend .tbl td .link a {
    position: relative;
    display: block;
    padding-left:33px;
}
#recommend .tbl td .link a:before {
    position: absolute;
    content:'';
    top:0;
    left:0;
    width:22px;
    height:22px;
    border-radius: 50%;
    background:#28a03c;
}
#recommend .tbl td .link a:after {
    position: absolute;
    content:'';
    top:7px;
    left:5px;
    width:6px;
    height:6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#recommend .tbl td .fx {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.bx-info {
    width:60%;
}

/*---------- chumoku ------------------------------*/
#chumoku div.bx {
    background:url("../img/img-chumoku.png") 90% 80% no-repeat;
    min-height: 350px;
}
#chumoku {}
#chumoku .ttl {}
#chumoku .tbl{
	border-collapse:separate;
	border-spacing:10px;

	max-width:100%;
}
#chumoku .tbl td{
    border-radius:10px;
    background:#fff;
    width:780px;
    -webkit-box-shadow:0 0 5px rgba(0,0,0,0.10);
	        box-shadow:0 0 5px rgba(0,0,0,0.10);
}
#chumoku .tbl td.none{
	border:0;
	background-image: none;
}
#chumoku .tbl td .loading{
	padding:15px;
	text-align:center;
	vertical-align:middle;
	color:#999;
}
#chumoku .tbl td .loading img{
	vertical-align:middle;
}
#chumoku .tbl td .inner{
	position:relative;
	padding:20px;
	display:none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#chumoku .tbl td .photo {
    position: relative;
	width:300px;
}
#chumoku .tbl td .photo:after {
    position: absolute;
    content:'';
    top:-50px;
    right:-55px;
    width:84px;
    height:89px;
    background: url("../img/ic_check.png") 0 0 no-repeat;
}
#chumoku .tbl td .photo img {
	max-width:100%;
	width:auto;
	height:auto;
    border-radius:10px;
}
#chumoku .tbl td .txt {
	width:55%;
}
#chumoku .tbl td .txt .icn {
	display: none;
}
#chumoku .tbl td .txt .price {
    font-size:140%;
	font-weight:bold;
	line-height:100%;
    margin-bottom:10px;
    width:100%;
}
#chumoku .tbl td .txt .price strong {
	font-size:150%;
	font-weight:bold;
	vertical-align:baseline;
	color: #28a03c;
	line-height:100%;
}
#chumoku .tbl td .txt .add {
	padding-top:5px;
	line-height:130%;
    font-size:90%;
}
#chumoku .tbl td .txt .madori{
	font-size: 16px;
	font-weight: bold;
    border:1px solid #28a03c;
    width:80px;
    line-height:32px;
    color:#28a03c;
    text-align: center;
    margin-bottom:20px;
}
#chumoku .tbl td .name {
	padding:8px 0 3px 0;
	font-size:90%;
	font-weight:bold;
	line-height:130%;
}
#chumoku .tbl td .copy{
	line-height:130%;
    border-top:1px solid #ccc;
    margin:10px 0 20px 0;
    padding-top:10px;
}

#chumoku .tbl td .link a {
    position: relative;
    display: block;
    padding-left:33px;
}
#chumoku .tbl td .link a:before {
    position: absolute;
    content:'';
    top:0;
    left:0;
    width:22px;
    height:22px;
    border-radius: 50%;
    background:#28a03c;
}
#chumoku .tbl td .link a:after {
    position: absolute;
    content:'';
    top:7px;
    left:5px;
    width:6px;
    height:6px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#chumoku .tbl td .fx {
    width:100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

/*---------- Instagram ------------------------------*/
#instagram {
    background:#fff;
}
.btn-inst_asunaro {
    position: relative;
    margin:0 auto;
    width:190px;
    border:2px solid #000;
    border-radius: 30px;
    text-align: center;
    line-height: 30px;
    height:30px;
}
.btn-inst_asunaro a {
    font-family: "Zen Maru Gothic", serif;
    font-weight:700;
    display: block;
}
.btn-inst_asunaro a:after {
    position: absolute;
    content:'';
    top:50%;
    right:6px;
    width:6px;
    height:6px;
    margin-top:-6px;
    border: 6px solid transparent;
	border-left: 6px solid #000;
    box-sizing: border-box;
}

/*---------- banner ------------------------------*/
#bnr {
    position:relative;
    padding:50px 10px;
    background:#fff;
    margin-top:50px;
}

#bnr ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
#bnr ul li {
    max-width:300px;
    margin:0 10px;
}
#bnr ul li img {
    width:100%;
    height: auto;
}

/*----------------------------------------------------------------------
	common
 ---------------------------------------------------------------------*/

article {
    max-width:1100px;
    margin:0 auto;
}
/*---------- title ----------*/
article h1 {
    font-size:36px;
    letter-spacing:2px;
}
article h1 span {
    font-size:20px;
}
article h2 {
    text-align: center;
    font-family: "Zen Maru Gothic", serif;
    font-size:26px;
    font-weight:700;
    line-height: 100%;
    margin-bottom:30px;
    color:#28a03c;
    letter-spacing:2px;
}
article h2 span {
    display: block;
    font-size:14px;
    margin-top:20px;
    color:#999;
    font-family:'Lucida Grande',
				'メイリオ',
				Meiryo,
				'Hiragino Kaku Gothic ProN',
				'ヒラギノ角ゴ ProN W3',
				sans-serif;
}

/*----------------------------------------------------------------------
	company
 ---------------------------------------------------------------------*/
/*---------- company ----------*/
#company {
    padding:50px 10px;
}
.bx-company {
    position: relative;
    max-width:1100px;
    margin:0 auto;
    border:4px solid #dff1e2;
    padding:50px 30px;
    background:#fff;
    border-radius:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bx-company dl div {
    font-size:16px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.bx-company dl div dt,
.bx-company dl div dd {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom:1px solid #b2b2b2;
    width:82%;
    padding:15px 40px;
}
.bx-company dl div dt {
    border-bottom:1px solid #28a03c;
    width:15%;
    padding:15px 0;
    -webkit-justify-content: center;
            justify-content: center;
}

.bx-company dl div dd a.mail {
    font-family: "Zen Maru Gothic", serif;
    font-weight:700;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    text-align: center;
    line-height: 35px;
    padding:0 40px 0 30px;
    height:35px;
    font-size:14px;
    background: #28a03c;
    color:#fff;
}
.bx-company dl div dd a.mail:after {
    position: absolute;
    content:'';
    top:50%;
    right:6px;
    width:6px;
    height:6px;
    margin-top:-6px;
    border: 6px solid transparent;
	border-left: 6px solid #fff;
    box-sizing: border-box;
}

.bx-company dl div dd a.detail {
    font-family: "Zen Maru Gothic", serif;
    font-weight:700;
    display: inline-block;
    position: relative;
    border-radius: 35px;
    border:2px solid #28a03c;
    text-align: center;
    line-height: 35px;
    padding:0 30px 0 20px;
    height:35px;
    font-size:14px;
    background: #fff;
    white-space: nowrap;
    margin-left:30px;
    color:#28a03c;
}
.bx-company dl div dd a.detail:after {
    position: absolute;
    content:'';
    top:50%;
    right:6px;
    width:6px;
    height:6px;
    margin-top:-6px;
    border: 6px solid transparent;
	border-left: 6px solid #28a03c;
    box-sizing: border-box;
}

/*---------- map ----------*/
#access  #map {
    overflow: hidden;
    position: relative;
    height: 800px;
    width:100%;
    
}
#access iframe {
    position: absolute;
    inset: -200px;
    width: calc(100% + 400px);
    height: calc(100% + 400px);
}

/*----------------------------------------------------------------------
	assessment
 ---------------------------------------------------------------------*/

#assessment section {
    padding:50px 10px;
}
#assessment section h2 {
    text-align: left;
    color:#d20f14;
    padding:0 0 20px 60px;
    border-bottom:1px solid #000;
}

.bx-form {
    position: relative;
    max-width:1100px;
    margin:0 auto 80px auto;
    border:4px solid #dff1e2;
    padding:50px 56px;
    background:#fff;
    border-radius:20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.bx-form p {
    font-family: "Zen Maru Gothic", serif;
    width:840px;
    margin:0 auto 40px auto;
    
}
.bx-form img {
    display: block;
    margin:0 auto 40px auto;
}
/*---------- form ------------------------------*/
table.default {
	width: 100%;
	margin-bottom:20px;
    border-top:1px solid #b2b2b2;
}
table.default th {
    position: relative;
	width: 25%;
	background:#f4faf5;
    line-height: 100%;
    padding:30px 20px 25px 20px;
	font-weight: 700;
	border-right:1px solid #b2b2b2;
	border-bottom:1px solid #b2b2b2;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td {
	background:#fff;
	border-bottom:1px solid #b2b2b2;
	line-height: 100%;
    padding:17px 20px;
	font-size: 14px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td input[type="text"],
table.default td input[type="email"],
table.default td input[type="tel"],
table.default td textarea {
	font-size: 16px;
	-webkit-appearance: none;
			border-radius: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td select {
	border-radius: 10px;
    background:#e5e5e5;
    border:1px solid #ccc;
    padding: 8px;
	margin:0;
	width:30%;
	font-size:16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td input[type="text"],
table.default td input[type="email"],
table.default td input[type="tel"] {
	border:1px solid #ccc;
    border-top:4px solid #ccc;
    border-left:4px solid #ccc;
	padding: 8px;
	margin:0;
	width:50%;
	font-size:16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default td textarea {
	border:1px solid #ccc;
    border-top:4px solid #ccc;
    border-left:4px solid #ccc;
	line-height: 150%;
	padding: 8px;
	width:80%;
	-webkit-appearance: none;
			border-radius: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.default div.contact input {
    width:83% !important;
}
table.default div.tel input {
    width:25% !important;
}
#submit {
	position:relative;
	claer:both;
	overflow: hidden;
	border:none;
	display: block;
	background:#28a03c;
	margin: 0 auto;
	line-height: 50px;
	width:345px;
    font-size:16px;
	border-radius:5px;
	color:#fff;
	-webkit-appearance: button;
  			appearance: button;
}
#submit:after {

}
#submit::-webkit-search-decoration,
#button::-webkit-search-decoration {
  display: none;
}
#submit::focus {
  outline-offset: -2px;
}
#submit:hover{
	cursor: pointer;
}
#complete {
	padding: 20px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	min-height: 300px;
	text-align: center;
}
#complete p strong {
	margin-bottom:20px;
	display: block;
}
#complete .ttl-sendmail {
    font-size:20px;
    font-weight:700;
    margin-bottom:40px;
    color:#28a03c;
}
.h:before {
	position: absolute;
	content:'必須';
	top:22px;
	right:20px;
	margin:0;
	color:#fff;
	width:55px;
	font-size:12px;
    line-height: 30px;
	background:#d20f14;
	text-align: center;
}

.error {
	display: block;
	margin:15px 0 0 0;
    font-weight:700;
	color:#d20f14;
}
.bx-error {
	border:1px solid #ff0000;
	line-height:45px;
	text-align:center;
	color:#ff0000;
	margin:0 auto 40px auto;
	background:rgba(255,0,4,0.05);
}
.bx-error br {
    display: none;
}
.confirm td {
    line-height: 150% !important;
    vertical-align: middle !important;
}
.txt_submit {
    text-align: center;
}

/*---------- attention ----------*/
.attention {
    position: relative;
    display: block;
    margin-bottom:20px;
    color:#d20f14;
    width:auto !important;
    padding-left:20px;
}
.attention:before {
    position: absolute;
    content:'※';
    top:0;
    left:0;
}

/*---------- radio, checkbox ----------*/
table.default td label {
    line-height: 35px !important;
    margin-right:20px;
}
table.default td label:hover {
	cursor: pointer;
}
table.default td input[type="radio"],
table.default td input[type="checkbox"] {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    top:-10px !important;
    height: 20px;
    width: 20px;
    vertical-align: -100%;
    transition:all .15s ease-out 0s;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px 0 0;
    outline: none;
    border-radius: 10%;
	opacity:1 !important;
	-webkit-appearance: none;
    		appearance: none;
}
table.default td input[type="radio"] {
    border-radius: 50%;
}
table.default td input[type="radio"]:checked:before,
table.default td input[type="checkbox"]:checked:before {
    transform: scale(0.5);
}
table.default td input[type="radio"]:before {
    content: '';
	margin:-2px 0 0 -2px;
    width: 20px;
    height: 20px;
	display: block;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
table.default td input[type="checkbox"]:before {
    content: '';
	margin:-2px 0 0 -2px;
    width: 20px;
    height: 20px;
	display: block;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
table.default td input[type="radio"],
table.default td input[type="checkbox"] {
    border: 2px solid #999;
	background:#fff;
}
table.default td input[type="radio"]:checked:before,
table.default td input[type="checkbox"]:checked:before {
    background: #333;
}
table.default td input[type="checkbox"] {
	position: relative;
	width:20px;
	height:20px;
	top:5px;
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
}

/*---------- flex ----------*/
table.default dl div {
    margin-bottom:15px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}
table.default dl div:last-child {
    margin-bottom:0;
}
table.default dl div dt {
    width:140px;
}
table.default dl div dd {
    width:450px;
}

/*---------- input width ----------*/
input.w20 {
    width:20% !important;
    margin-right:20px !important;
}

/*---------- label vertical ----------*/
.int_blk label {
    display: block;
}

/*------------------------------ privacy policy ----------*/
#bx-privacy {
    position: relative;
    background:#fff;
    border-radius:10px;
    padding:40px 20px;
    margin:0 auto 20px auto;
    width:90%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#bx-privacy h2 {
	font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size:18px;
    font-weight:700;
    margin:40px 0;
}
#bx-privacy h3 {
    font-size:14px;
    font-weight:700;
}
#bx-privacy p {
    font-size:14px;
    margin-bottom:20px;
}
#bx-privacy ul,
#bx-privacy ol {
    margin-bottom:20px;
}
#bx-privacy ul li {
    font-size:14px;
    list-style:disc;
    margin-left:20px;
}
#bx-privacy div {
    position: relative;
    height: 350px;
    overflow-x:hidden;
    padding:0 40px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.txt_privacy {
    width:90%;
    margin:0 auto;
}
/*---------- send box -----------------------------*/
.bx-send {
    position: relative;
    margin:80px auto;
    width:345px;
}
.bx-send:after {
    position: absolute;
    content:'';
    top:50%;
    right:10px;
    width:6px;
    height:6px;
    margin-top:-6px;
    border: 6px solid transparent;
	border-left: 6px solid #fff;
    box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------
	SP
-----------------------------------------------------------------------------------------*/

@media only screen and (max-width:800px) {

    /*----------------------------------------------------------------------
        common
     ---------------------------------------------------------------------*/
    body {
        min-width:100%;
        font-size:16px;
    }
    html, body {}
    body,
    table {}
    b,
    strong {}
    p {}
    ul,
    ol {}
    ul {}
    ol {}
    li > ul,
    li > ol {}
    img {}
    button,
    input,
    select,
    textarea {}
    button,
    input {}
    textarea {}
    button,
    html input[type="button"],
    input[type="reset"],
    input[type="submit"] {}
    button[disabled],
    input[disabled] {}

    input[type="checkbox"],
    input[type="radio"] {}

    input[type="search"] {}

    input[type="search"]::-webkit-search-decoration {}

    button::-moz-focus-inner,
    input::-moz-focus-inner {}
    textarea {}
    caption,
    th,
    td {}
    table {}
    input, select {}
    a {}
    a:focus {}
    a:active {}
    a:visit {}
    img {}
    a img {}

    /*----------------------------------------------------------------------
        header
     ---------------------------------------------------------------------*/
    header {
        position: fixed;
        top:0;
        left:0;
        min-width:100%;
        height:60px;
        display:block;
	    padding:5px 0 5px 10px;
        margin:0;
        background: #fff;
        z-index: 1000;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    #header {
        display:block; 
    }
    #header h1 {
        width:auto;
        height:50px;
    }
    #header h1 img {
        width:auto;
        height:100%;
    }
    #header div.info {
        display: none !important;
    }
    
    /*------------------------------ global Nav, Menu ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:0;
		right:0;
		width:60px;
		max-width:60px;
		min-width:60px;
		height:60px;
		margin-top:0;
		z-index:7000;
        background:#28a03c;
	}
	#panel-btn:after {
		position: absolute;
		content:'menu';
		top:38px;
		left:13px;
		font-size:10px;
		font-weight:700;
		color:#fff;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 40%;
		left: 12px;
		width: 35px;
		height: 3px;
		background: #fff;
		border-radius:50px;
		-webkit-transition: 0.2s;
				transition: 0.2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: "";
		top: 50%;
		left: 0;
		display: block;
		width: 35px;
		height: 3px;
		background: #fff;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	#panel-btn-icon:before {
		margin-top: -10px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #fff;
	}
	#panel-btn .close:before{
	  -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	.dr_on {
		top:60px;
		left:0 !important;
		visibility:visible !important;
		opacity:1 !important;
		z-index:9999 !important;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.dr_off {
		top:60px;
		visibility:hidden;
		opacity:0;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.over_hide {
    	overflow: hidden !important;
	}

    /*------------------------------ Grobal Nav ----------*/
    nav#gnav {
		position: fixed;
		top:60px;
		left:0;
		width:100%;
		max-width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		margin:0;
		background:rgba(255,255,255,0.97);
		z-index: 9999 !important;
	}
	nav#gnav ul {
		display:block;
		margin:5% auto 0 auto;
		height:80%;
		width:80%;
		overflow-x: hidden;
	}
	nav#gnav ul li {
		font-size: 16px;
		line-height:100%;
        text-align: left;
		margin:0;
        width:100%;
		border-bottom:1px solid rgba(0,53,69,0.10);
	}
	nav#gnav ul li a,
	nav#gnav ul li div {
		position: relative;
		padding:5% 1% !important;
        border:0 !important;
		color:#28a03c !important;
        text-align: left;
	}
	nav#gnav ul li a:after {
		position:absolute;
		content:'';
		top:50%;
		right:2%;
		width:5px;
		height:5px;
		margin-top:-5px;
		border-top:1px solid #28a03c;
		border-right:1px solid #28a03c;
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}
	nav#gnav ul li div:before {
		position:absolute;
		content:'';
		top:50%;
		right:5px;
		width:9px;
		height:1px;
		border-top:1px solid #ccc;
	}
	nav#gnav ul li div:after {
		position:absolute;
		content:'';
		top:50%;
		right:9px;
		height:9px;
		margin-top:-4px;
		border-right:1px solid #28a03c;
	}
	nav#gnav div.open:after {
		display: none;
	}
    nav#gnav ul li div.tgl {
        padding:5% 2%;
        text-align: left;
        border-top:0;
        border-left:0;
        border-right:0;
        border-radius:0;
    }
    nav#gnav ul li a:hover,
    nav#gnav ul li div.tgl:hover {
        background:none;
        color:#28a03c;
    }

	/*------------------------------ subMenu ----------*/
	nav#gnav ul li ul {
		position:relative !important;
		top:0;
		right:0;
		left:0;
		width:100%;
		border:0;
		margin:0 !important;
		padding:0 0 5% 0;	
	}
	nav#gnav ul li ul li {
		position:relative;
        display: block !important;
		height:40px;
		font-size:14px;
		width: 100% !important;
		background:none;
		margin:0 0 0 25px !important;
		border:0 !important;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	nav#gnav ul li ul li a {
		background:rgba(255,255,255,0);
		padding:5%;
		font-size: 14px;
        height: 40px;
		display: block;
        border:none !important;
		line-height:100% !important;
		-webkit-box-sizing:border-box;
				box-sizing:border-box;
	}
	nav#gnav ul li ul li:hover a {
		background:#fff !important;
		color:#28a03c;
		opacity:1 !important;
	}
    nav#gnav ul li ul li:hover a:before {}
    /*
    nav#gnav ul li:hover ul li {
        overflow:hidden;
        height:0 !important;
        border-bottom:1px solid rgba(0,0,0,0.05);
    }
    */

    /*----------------------------------------------------------------------
        Footer
     ---------------------------------------------------------------------*/
    footer {}
    #footer {
        padding:6% 2% 0 2%;
        max-width:100%;
    }
    #footer h1,
    #footer p strong {
        margin:0 auto 6% auto;
        width:90%;
    }
    #footer h1 {
        font-size:24px;
    }
    #footer p strong {
        font-size:16px;
    }

    /*---------- stores ------------------------------*/
    .bx-stores {
        max-width:90%;
        margin:0 auto 4% auto;
    }
    .bx-stores p {
        margin-bottom:2%;
        font-size:16px;
    }
    .bx-stores dl {
        display:block;
    }
    .bx-stores dl div {
        display: -webkit-flex;
        display: flex;
        font-size:13px;
    }
    .bx-stores dl div dt {
        margin-right:0;
        width:25%;
    }
    .bx-stores dl div dt:before {}
    .bx-stores a {
        position: relative;
        margin:20px 0;
        width:158px;
        border-radius: 30px;
        text-align: center;
        line-height: 30px;
        height:30px;
        display: block;
        background:#fff;
        color:#28a03c;
        font-size:12px;
        letter-spacing: 0;
    }
    .bx-stores dl div dd {
        width:75%;
    }
    .bx-stores a:after {}

    #copyright {
        background:url("../img/bg-copyright.png") 0 20% no-repeat #f4faf5;
        background-size: 1920px auto;
    }
    small {
        max-width:100%;
        font-size:10px;
        text-align: center;
        margin:0;
        padding:20% 4% 15% 2%;
        background:url("../img/logo.png") 50% 90% no-repeat;
        background-size:30% auto;
    }
    #pageUp {
        display: none;
    }
    #pageUp:after {}
    #pageUp:hover {}

    /*----------------------------------------------------------------------
        top page
     ---------------------------------------------------------------------*/
    /*---------- slider ------------------------------*/
    #slider {
        margin:60px 0 8% 0;
    }
    #slider .catchcopy {
        top:25%;
        left:5%;
        width:60%;
        height: auto;
    }
    .swiper-slide {}
    .swiper-slide img {}
    .swiper-pagination {
        left:auto !important;
        right:5% !important;
        margin:0 auto !important;
        max-width:90%;
        bottom:-40px !important;
        text-align: right !important;
    }
    section {
        padding:5% 0;
    }
    .bx {
        max-width:90%;
        margin:0 auto;
    }
    section h1 {
        font-size:26px;
        padding:3%;
        margin-bottom:6%;
    }
    section h1 span {
        margin-left:4%;
        font-size:14px;
    }

    /*---------- News ------------------------------*/
    .bx-news {
        overflow-x:hidden;
        height:350px;
        padding:4%;
        border-radius:10px;
    }
    .bx-news dl div {
        display:block;
        padding:2% 0;
        margin-bottom:2%;
    }
    .bx-news dl div:last-child {}
    .bx-news dl div dt {
        width:100%;
    }
    .bx-news dl div dd {
        width:100%;
    }

    /*---------- trunkroom ------------------------------*/
    #uptrunkroom {}
    #uptrunkroom a {
        display:block;
        max-width:90%;
        margin:0 auto 4% auto;
    }
    #uptrunkroom a img {
        width:100%;
        height:auto;
    }
    #uptrunkroom ul {
        margin:0 auto;
        max-width:90%;
        font-size:16px;
    }
    #uptrunkroom ul li {
        list-style: disc;
        margin-left:25px;
    }

    /*---------- Recommend ------------------------------*/
    /*---------- Tab ----------*/
    .tab {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
                justify-content: space-between;
        margin-bottom:10%;
    }
    .tab li {
        width:30%;
        font-size:14px;
        margin-right:0;
        border-radius:40px;
        line-height:40px;
        height:40px;
        border:2px solid #bee2c4;
    }
    .tab li a {}
    .tab li:hover {
        border:2px solid #fff;
    }
    .tab li a:hover {
        border-radius:40px;
    }
    .tab li.select {
        border:2px solid #fff;
    }
    .tab li.rent {
        background: url("../img/ic_rent.png") 10px 50% no-repeat;
        background-size:30px auto;
    }
    .tab li.buy {
        background: url("../img/ic_buy.png") 10px 50% no-repeat;
        background-size:20px auto;
    }
    .tab li.assessment {
        background: url("../img/ic_assessment.png") 10px 50% no-repeat;
        background-size:15px auto;
    }

    /*---------- rec ----------*/
    #recommend {}
    #recommend .ttl {}

    #recommend .tbl {
        border-spacing:0;
        margin:0;
    }
    #recommend .tbl td {
        width:100% !important;
        display: block !important;
        margin-bottom:4%;
    }
    #recommend .tbl td.none {}
    #recommend .tbl td .loading {}
    #recommend .tbl td .loading img {}

    #recommend .tbl td .inner {
        padding:4%;
        border-radius:5px;
        height: auto !important;
    }
    #recommend .tbl td .photo {
        width:35%;
        height:auto !important;
        border-radius:5px;
        margin:0 0 4% 0;
        float:left;
    }
    #recommend .tbl td .photo img {
        max-width:100%;
        width:auto;
        height:auto;
    }
    #recommend .tbl td .txt {
        margin:0 0 4% 0;
        float:right;
        width:60%;
    }
    #recommend .tbl td .txt .icn {
        display: none;
    }

    #recommend .tbl td .txt .price {
        padding-top:5px;
        font-weight:bold;
        vertical-align:baseline;
        line-height:100%;
    }
    #recommend .tbl td .txt .price strong {
        font-size:150%;
        font-weight:bold;
        vertical-align:baseline;
        color: #28a03c;
        line-height:100%;
    }
    #recommend .tbl td .txt .add {
        padding-top:5px;
        line-height:130%;
        font-size:90%;
    }
    #recommend .tbl td .txt .madori {
        font-size: 14px;
        width:80px;
        line-height:25px;
        margin-bottom:2%;
    }

    #recommend .tbl td .name {
        padding:8px 0 3px 0;
        font-size:90%;
        font-weight:bold;
        line-height:130%;
    }
    #recommend .tbl td .copy {
        overflow: hidden;
        clear:both;
        line-height:130%;
        border-top:1px solid #ccc;
        margin:4% 0 8% 0;
        padding-top:4%;
    }

    #recommend .tbl td .link a {
        position: relative;
        display: block;
        padding-left:33px;
    }
    #recommend .tbl td .link a:before {
        position: absolute;
        content:'';
        top:0;
        left:0;
        width:22px;
        height:22px;
        border-radius: 50%;
        background:#28a03c;
    }
    #recommend .tbl td .link a:after {
        position: absolute;
        content:'';
        top:7px;
        left:5px;
        width:6px;
        height:6px;
        border-top:2px solid #fff;
        border-right:2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    #recommend .tbl td .fx {
        display:block;
    }
    .bx-info {
        width:100%;
    }

    /*---------- chumoku ------------------------------*/
    #chumoku div.bx {
        background:none;
        min-height:200px;
    }
    #chumoku {}
    #chumoku .ttl {}
    #chumoku .tbl{}
    #chumoku .tbl td{
        border-radius:10px;
        width:100% !important;
    }
    #chumoku .tbl td.none{}
    #chumoku .tbl td .loading{}
    #chumoku .tbl td .loading img{}
    #chumoku .tbl td .inner{
        padding:4%;
    }
    #chumoku .tbl td .photo {
        width:100%;
        border-radius:5px !important;
        margin-bottom:4%;
    }
    #chumoku .tbl td .photo:after {
        position: absolute;
        content:'';
        top:-30px;
        right:-30px;
        width:84px;
        height:89px;
        background: url("../img/ic_check.png") 0 0 no-repeat;
    }
    #chumoku .tbl td .photo img {}
    #chumoku .tbl td .txt {
        width:100%;
    }
    #chumoku .tbl td .txt .icn {
        display: none;
    }
    #chumoku .tbl td .txt .price {
        font-size:140%;
        font-weight:bold;
        line-height:100%;
        margin-bottom:10px;
        width:100%;
    }
    #chumoku .tbl td .txt .price strong {
        font-size:130%;
    }
    #chumoku .tbl td .txt .add {
        font-size:100%;
    }
    #chumoku .tbl td .txt .madori{
        font-size: 16px;
        font-weight: bold;
        border:1px solid #28a03c;
        width:80px;
        line-height:25px;
        color:#28a03c;
        text-align: center;
        margin-bottom:4%;
    }
    #chumoku .tbl td .name {
        padding:8px 0 3px 0;
        font-size:90%;
        font-weight:bold;
        line-height:130%;
    }
    #chumoku .tbl td .copy{
        margin:4% 0 8% 0;
        padding-top:4%;
    }

    #chumoku .tbl td .link a {
        position: relative;
        display: block;
        padding-left:33px;
    }
    #chumoku .tbl td .link a:before {
        position: absolute;
        content:'';
        top:0;
        left:0;
        width:22px;
        height:22px;
        border-radius: 50%;
        background:#28a03c;
    }
    #chumoku .tbl td .link a:after {
        position: absolute;
        content:'';
        top:7px;
        left:5px;
        width:6px;
        height:6px;
        border-top:2px solid #fff;
        border-right:2px solid #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    #chumoku .tbl td .fx {
        width:100%;
        display:block;
    }

    /*---------- Instagram ------------------------------*/
    #instagram {
        background:#fff;
    }
    .btn-inst_asunaro {
        width:60%;
    }
    .btn-inst_asunaro a {}
    .btn-inst_asunaro a:after {}

    /*---------- banner ------------------------------*/
    #bnr {
        padding:8% 0;
        margin-top:8%;
    }
    #bnr ul {
        display:block;
    }
    #bnr ul li {
        max-width:70%;
        margin:0 auto 4% auto;
    }
    #bnr ul li img {}
    #bnr ul li:last-child {
        margin-bottom:0;
    }

    /*----------------------------------------------------------------------
        common
     ---------------------------------------------------------------------*/

    article {
        max-width:100%;
        margin:60px 0 0 0;
    }
    /*---------- title ----------*/
    article h1 {
        font-size:26px;
    }
    article h1 span {
        font-size:14px;
    }
    article h2 {
        font-size:20px;
        margin-bottom:4%;
    }
    article h2 span {
        font-size:12px;
        margin-top:2%;
    }

    /*----------------------------------------------------------------------
        company
     ---------------------------------------------------------------------*/
    /*---------- company ----------*/
    #company {
        padding:8% 4%;
    }
    .bx-company {
        max-width:100%;
        margin:0;
        padding:8% 6%;
        border-radius:10px;
    }
    .bx-company dl div {
        font-size:14px;
        display: block;
    }
    .bx-company dl div dt,
    .bx-company dl div dd {
        width:68%;
        padding:3% 0;
        display: block;
    }
    .bx-company dl div dt {
        width:100%;
        padding:0 3%;
        border-bottom:0;
        border-left:3px solid #28a03c;
    }
    .bx-company dl div dd {
        width:100%;
        margin-bottom:4%;
    }

    .bx-company dl div dd a.mail {
        border-radius: 30px;
        text-align: left;
        line-height: 30px;
        padding:0 40px 0 5%;
        height:30px;
        font-size:12px;
    }
    .bx-company dl div dd a.mail:after {}

    .bx-company dl div dd a.detail {
        border-radius: 30px;
        text-align: left;
        line-height: 30px;
        padding:0 30px 0 5%;
        height:30px;
        font-size:12px;
        margin:4% 0 0 0;
        display:block;
        width:30%;
    }
    .bx-company dl div dd a.detail:after {}

    /*---------- map ----------*/
    #access {
        width:90%;
        margin:0 auto;
    }
    #access #map {
        
        height: 500px;
    }
    #access iframe {}

    /*----------------------------------------------------------------------
        assessment
     ---------------------------------------------------------------------*/

    #assessment section {
        padding:8% 4%;
    }
    #assessment section h2 {
        padding:0 0 4% 2%;
    }
    .bx-form {
        max-width:100%;
        margin:0 auto 12% auto;
        padding:8% 4%;
        border-radius:10px;
    }
    .bx-form p {
        width:100%;
        margin:0 auto 12% auto;
    }
    .bx-form img {
        width:100%;
        height: auto;
        margin:0 auto 8% auto;
    }
    /*---------- form ------------------------------*/
    table.default {
        width: 100% !important;
        margin-bottom:4%;
        border-left:1px solid #ccc;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
    }
    table.default th {
        display: block;
        width: 100%;
        line-height: 100%;
        padding:6% 2%;
        font-weight: 700;
        border-right:0;
        border-bottom:0;
    }
    table.default th.h {
        padding:6% 2% 6% 80px;
    }
    table.default td {
        display: block;
        border-bottom:1px solid #b2b2b2;
        line-height: 100%;
        padding:6% 4%;
        font-size: 14px;
         width: 100%;
    }
    table.default td input[type="text"],
    table.default td input[type="email"],
    table.default td input[type="tel"],
    table.default td textarea {}
    table.default td select {
        border-radius: 5px;
        background:#e5e5e5;
        padding: 2%;
        margin:0;
        width:60%;
        font-size:16px;
    }
    table.default td input[type="text"],
    table.default td input[type="email"],
    table.default td input[type="tel"] {
        padding: 2%;
        width:100%;
        font-size:16px;
        height:45px;
        line-height: 45px;
    }
    table.default td textarea {
        line-height: 150%;
        padding: 2%;
        width:100%;
    }
    table.default div.contact input {
        width:100% !important;
    }
    table.default div.tel input {
        width:25% !important;
    }
    #submit {
        position:relative;
        claer:both;
        overflow: hidden;
        border:none;
        display: block;
        background:#28a03c;
        margin: 0 auto;
        line-height: 50px;
        width:345px;
        font-size:16px;
        border-radius:5px;
        color:#fff;
        -webkit-appearance: button;
                appearance: button;
    }
    #submit:after {

    }
    #submit::-webkit-search-decoration,
    #button::-webkit-search-decoration {
      display: none;
    }
    #submit::focus {
      outline-offset: -2px;
    }
    #submit:hover{
        cursor: pointer;
    }
    #complete {
        padding: 20px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-height: 300px;
        text-align: center;
    }
    #complete p strong {
        margin-bottom:20px;
        display: block;
    }
    .h:before {
        position: absolute;
        content:'必須';
        top:15px;
        right:auto;
        left:10px;
        margin:0;
        color:#fff;
        width:55px;
        font-size:12px;
        line-height: 30px;
        background:#d20f14;
        text-align: center;
    }
    .error {
        margin:4% 0 0 0;
    }
    .bx-error {
        border:1px solid #ff0000;
        line-height:45px;
        text-align:center;
        color:#ff0000;
        margin:0 auto 8% auto;
        font-size:14px !important;
        background:rgba(255,0,4,0.05);
    }
    .bx-error br {
        display:block !important;
    }

    /*---------- attention ----------*/
    .attention {
        position: relative;
        display: block;
        margin-bottom:20px;
        color:#d20f14;
        width:auto !important;
        padding-left:20px;
    }
    .attention:before {
        position: absolute;
        content:'※';
        top:0;
        left:0;
    }

    /*---------- radio, checkbox ----------*/
    table.default td label {
        line-height: 35px !important;
        margin-right:20px;
    }
    table.default td label:hover {
        cursor: pointer;
    }
    table.default td input[type="radio"],
    table.default td input[type="checkbox"] {
        position: relative;
        right: 0;
        bottom: 0;
        left: 0;
        top:-10px !important;
        height: 20px;
        width: 20px;
        vertical-align: -100%;
        transition:all .15s ease-out 0s;
        cursor: pointer;
        display: inline-block;
        margin: 0 10px 0 0;
        outline: none;
        border-radius: 10%;
        opacity:1 !important;
        -webkit-appearance: none;
                appearance: none;
    }
    table.default td input[type="radio"] {
        border-radius: 50%;
    }
    table.default td input[type="radio"]:checked:before,
    table.default td input[type="checkbox"]:checked:before {
        transform: scale(0.5);
    }
    table.default td input[type="radio"]:before {
        content: '';
        margin:-2px 0 0 -2px;
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 50%;
        transform: scale(0);
        -webkit-transition: 0.2s;
                transition: 0.2s;
    }
    table.default td input[type="checkbox"]:before {
        content: '';
        margin:-2px 0 0 -2px;
        width: 20px;
        height: 20px;
        display: block;
        transform: scale(0);
        -webkit-transition: 0.2s;
                transition: 0.2s;
    }
    table.default td input[type="radio"],
    table.default td input[type="checkbox"] {
        border: 2px solid #999;
        background:#fff;
    }
    table.default td input[type="radio"]:checked:before,
    table.default td input[type="checkbox"]:checked:before {
        background: #333;
    }
    table.default td input[type="checkbox"] {
        position: relative;
        width:20px;
        height:20px;
        top:5px;
        -webkit-transform:scale(1.1);
                transform:scale(1.1);
    }

    /*---------- flex ----------*/
    table.default dl div {
        margin-bottom:15px;
        display:block;
    }
    table.default dl div:last-child {
        margin-bottom:0;
    }
    table.default dl div dt {
        width:100%;
        margin-bottom:2%;
    }
    table.default dl div dd {
        width:100%;
    }

    /*---------- input width ----------*/
    input.w20 {
        width:40% !important;
        margin-right:20px !important;
    }

    /*---------- label vertical ----------*/
    .int_blk label {
        display: block;
    }
    table.default td label {
        display: block;
    }

    /*------------------------------ privacy policy ----------*/
    #bx-privacy {
        padding:2%;
        width:100%;
        margin:0 auto 4% auto;
    }
    #bx-privacy h2 {
        font-size:16px;
        margin:8% 0;
    }
    #bx-privacy h3 {}
    #bx-privacy p {
        margin-bottom:4%;
    }
    #bx-privacy ul,
    #bx-privacy ol {
        margin-bottom:4%;
    }
    #bx-privacy ul li {
        font-size:14px;
        list-style:disc;
        margin-left:20px;
    }
    #bx-privacy div {
        height: 380px;
        padding:4%;
    }
    .txt_privacy {
        font-size:12px;
        width:94%;
    }
    /*---------- send box -----------------------------*/
    .bx-send {
        margin:12% auto;
    }
    .bx-send:after {}
}
