﻿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, font, ins, kbd,
q, s, samp, small, strike, strong, sub, sup,
tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
h1, h2, h3, h4, h5, h6 {
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
a { outline:none !important; color:#333; text-decoration: none; }
a:focus { outline:none !important; color:#333; text-decoration:none; }
a:active { outline:none !important; color:#333; text-decoration:none; }
a:hover { color:#333; text-decoration:none; opacity:0.70; }
a:visit { color:#333; text-decoration:none; }
a {
	-webkit-transition:0.20s;
	        transition:0.20s;
}
address {margin:0;}
b,strong {font-weight: 700;}
em,i,b {font-weight:700;}
p {	margin-bottom: 20px;}
ul,ol {	list-style: none;}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 0;
	width: 100%;
}
input[type="text"], 
input[type="button"], 
input[type="submit"], 
textarea {
	border-radius:0;
	-webkit-appearance: none;
}

/*----------------------------------------------------------------------
	common
 ---------------------------------------------------------------------*/
body {
    font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	color:#000;
	min-width:1100px;
	font-size:16px;
    line-height: 1.7;
    letter-spacing: 1px;
	background:#fff;
    counter-reset: number 0;
}
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; }
a:hover img {
	opacity: 0.70;
}
img {
	vertical-align:text-bottom;
}
a img {
	border:0;
}

/*---------- NotFound ----------*/
.error404 {
    text-align: center;
    margin:100px auto;
}

/*----------------------------------------------------------------------
	header
 ---------------------------------------------------------------------*/
header {
    position:relative;
    width:100%;
    padding:25px 30px 20px 30px;
    z-index: 10;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
header p {
    margin:0 auto;
    max-width:1366px;
    min-width:1100px;
}
#header {
    position: relative;
    max-width:1366px;
    min-width:1000px;
    margin:0 auto;
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
	        align-items: flex-end;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

/*------------------------------ Grobal Nav ----------*/
nav#gnav {
    display: block;
    margin:0;
}
nav#gnav ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}
nav#gnav ul li {
	position:relative;
	font-size: 16px;
	line-height:130%;
    letter-spacing:1px;
}
nav#gnav ul li a {
	position:relative;
	display: block;
    text-align: center;
    padding:0 20px;
    font-size:16px;
	font-weight:700;
	line-height:130%;
    -webkit-box-sizing:border-box;
			box-sizing:border-box;
}
nav#gnav ul li a:hover {
    cursor: pointer;
}

/*------------------------------ mail, tel ----------*/
#mail {
    margin:0 !important;
    padding:0;
    line-height:100% !important;
}
#mail a {
    display:block;
    font-size:16px;
    font-weight: bold;
    padding-left:50px;
    background:url("../img/ic_mail.svg") 15px 50% no-repeat #3367D0;
    background-size:20px auto;
    border-radius:50px;
    line-height: 50px;
    width:210px;
    color:#fff;
    margin:0 0 0 4%;
    -webkit-box-sizing:border-box;
			box-sizing:border-box; 
}
dl#tel {}
dl#tel div {
    display: -webkit-flex;
    display: flex;
    font-size:14px;
}
dl#tel div dt {
    text-align: right;
    width:120px;
}
dl#tel div dd {
    padding-left:35px;
    background:url("../img/ic_tel.svg") 10px 50% no-repeat;
    background-size:15px auto;
    -webkit-box-sizing:border-box;
			box-sizing:border-box; 
}

/*----------------------------------------------------------------------
	Footer
 ---------------------------------------------------------------------*/
footer {
    position: relative;
    padding:20px 10px;
    background:#3367D0;
    color:#fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
#footer {
    position: relative;
    max-width:1100px;
    min-width:1000px;
    margin:0 auto;
}
#footer p {
    font-size: 10px;
}

#footer #logo-f {
    margin:20px 0;
}
#footer .address {
    display: -webkit-flex;
    display: flex;
}
#footer .address p {
    font-size:14px !important;
}
#footer .address p:first-child {
    margin-right:50px;
}

.copyright {
    margin-top:10px;
    border-top:1px solid rgba(255,255,255,0.20);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.copyright small {
    display: block;
    padding:15px 0;
}
.copyright ul {
    display: -webkit-flex;
    display: flex;
}
.copyright ul li:first-child {
    margin-right:40px;
}
.copyright ul li a {
    display: block;
    padding:15px 0;
    color:#fff;
}

/*---------- pageUp ----------*/
#pageUp {
    position:fixed;
    bottom:20px;
    right:20px;
	width:47px;
	height:47px;
	background:url("../images/parts/pageUp.svg") 50% 50% no-repeat;
    background-size:100% auto;
    text-align: center;
    z-index:2;
}
#pageUp:hover {
	cursor: pointer;
}

/*------------------------------ フッター固定ボタン ----------*/
#fBtn {
	display: none;
}

/*----------------------------------------------------------------------
	top page
 ---------------------------------------------------------------------*/
#wrap {
    position: relative;
}

#wrap section {
    position: relative;
}
/*----- section bx -----*/
#wrap section h1,
article section h1 {
    position: relative;
    overflow: hidden;
    padding:30px 0;
    font-size:40px;
    letter-spacing: 4px;
    text-align: center;
    color:#fff;
    width:100%;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#wrap section h1:before,
article section h1:before {
    position: absolute;
    font-family: "Roboto", sans-serif;
    top:50%;
    left:50%;
    color:rgba(0,0,0,0.10);
    font-size:130px;
    font-weight:bold;
    transform: translate(-50%, -50%);
    z-index: -1;
}
#wrap section h1:after,
article section h1:after {
    position: absolute;
    content:'';
    top:0;
    left:0;
    background:#3367D0;
    width:100vw;
    height:100vh;
    z-index: -2;
}
/*----- bg text -----*/
#information h1:before {
    content:'Information';
}
#service h1:before {
    content:'Our Service';
}
#company h1:before {
    top:40% !important;
    content:'Company';
}
#inquiry h1:before {
    top:50% !important;
    content:'CONTACTFORM';
}
#privacy-policy h1:before {
    top:43% !important;
    content:'Privacy Policy';
}
.bx {
    position: relative;
    max-width:1000px;
    margin:0 auto;
    padding:50px 0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*------------------------------ News ----------*/
#news {
    position: relative;
    background:#F3F7F8;
    padding:50px 0 65px 0;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.list-news {
    display: -wbkit-flex;
    display: flex;
    margin:0 auto;
    max-width:1000px;
    -wbkit-justify-content: space-between;
           justify-content: space-between;
}
.list-news li {
    position: relative;
    overflow: hidden;
    width:32%;
    line-height:150%;
    font-size:15px;
}
.list-news li p {
    margin:0 !important;
    min-height:50px;
}
.list-news li img {
    display: block;
    margin-top:10px;
    width:100%;
    height: auto;
    border:10px solid #fff;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.ct {
    display:block;
    width:90px;
    color:#fff;
    line-height:24px;
    text-align: center;
    font-size:14px;
    margin:0 0 10px 0;
}
.ct_news {
    background:#C1272D;
}
.ct_build {
    background:#2E3192;
}
.ct_product {
    background:#9D8A3A;
}

/*------------------------------ Service ----------*/
.list-service {
    position: relative;
    margin:50px auto;
    overflow: hidden;
    max-width:1000px;
    min-width:960px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.list-service li {
    position: relative;
    width:48.5%;
    max-width:500px;
    margin-bottom:50px;
}
.list-service li:before {
    position: absolute;
    counter-increment: number 1;
    content: counter(number);
    top:-10px;
    left:0;
    font-size:90px;
    font-weight:500;
    line-height:100% !important;
    color:#D1DFF9;
}
.list-service li img {
    width:100%;
    height:auto;
}
.list-service li dl {
    margin:0 0 10px 65px;
}

.list-service dl div dt,
.list-service dl div dd {
    margin:0;
    padding:0;
}
.list-service dl div dt {
    font-size:19px;
    margin-bottom:10px;
}
.list-service dl div dd {
    font-size:13px;
    line-height:150%;
}
.list-service dl div dd a {
    display: block;
    color:#3367D0;
}
.list-service dl div dd a.u {
    display: inline;
    text-decoration: underline;
    color:#333 !important;
}
.list-service li:nth-last-child(-n+2) {
    margin-bottom:0;
}
.list-service li:nth-child(2) div dd {
    min-height:157px;
}
.list-service li:nth-child(4) div dd {
    min-height:98px;
}

/*------------------------------ Company ----------*/
#company h2 {
    font-weight:700;
    font-size:21px;
    border-bottom:1px solid #000;
    padding:0 60px 10px;
    margin-bottom: 20px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#company p.txt-map {
    font-size:14px;
    padding:7px 0 15px 60px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#company dl div {
    font-size:14px;
    padding:7px 60px;
    display: -webkit-flex;
    display: flex;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
#company dl div dt {
    margin-right: 20px;
    width:110px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph !important;
}
#company dl div dd {}
#company .bx-map {
    padding:0 60px;
    margin-bottom:50px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
#company .bx-map div {
    width:48%;
}
#company .bx-map div iframe {
    width:100%;
    height:420px;
}

/*----------------------------------------------------------------------
	common
 ---------------------------------------------------------------------*/
article {
    position: relative;
}
section {
    position: relative;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*----------------------------------------------------------------------
    inquiry
 ---------------------------------------------------------------------*/
#inquiry p {
    margin-bottom:30px;
    font-size:15px;
}
/*------------------------------ contact ----------*/
.bx-contact {
    position: relative;
    margin:0 0 45px 0;
    border:1px solid #000;
    padding:15px;
    text-align: center;
    max-width:650px;
    font-size:16px;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.bx-contact p {
    margin-bottom:2px !important;
}
.bx-contact p span {
    display: inline;
}
.bx-contact p span:first-child {
    margin-right: 20px;
}
.bx-contact a {
    display: block;
    width:80%;
    max-width:450px;
    line-height:35px;
    text-align: center;
    color:#fff;
    background:#3367D0;
    margin:0 auto 25px auto;
}
.bx-contact dl {
    margin-bottom:10px;
}
.bx-contact dl div {
    font-weight:700;
    font-size:19px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
}
.bx-contact dl div dt {
    margin-right:15px;
}
.bx-contact dl div dd {
    padding-left:33px;
    background:url("../img/ic_tel.svg") 10px 50% no-repeat;
    background-size:15px auto;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}

/*------------------------------ form ----------*/
.bx-form {
    position: relative;
    max-width:1000px;
    margin:0 auto;
    padding:30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.ttl-form {
    position: relative;
    font-size:19px !important;
    margin-bottom:10px !important;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
}
.ttl-form:before {
    content:'■';
    color:#3367D0;
}
table.formTable {
	width: 100%;
	margin-bottom:40px;
    border-top:1px solid #808080;
    border-right:1px solid #808080;
}
table.formTable th {
    position: relative;
	width: 25%;
    line-height: 100%;
    padding:20px 20px 5px 20px;
	font-weight: 700;
    background: #EBF0FA;
    border-left:1px solid #808080;
    border-bottom:1px solid #808080;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.formTable td {
    width:75%;
	background:#fff;
	line-height: 100%;
    padding:10px 20px;
	font-size: 14px;
	vertical-align: top;
    border-left:1px solid #808080;
    border-bottom:1px solid #808080;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.formTable td input[type="text"],
table.formTable td input[type="email"],
table.formTable td input[type="tel"],
table.formTable td textarea {
	font-size: 16px;
	-webkit-appearance: none;
			border-radius: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.formTable td select {
	border-radius: 5px;
    border:1px solid #ccc;
    background:#fff !important;
    height:45px;
    line-height: 45px;
    padding:0 8px;
	margin:0;
	width:30%;
	font-size:16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
table.formTable td input[type="text"],
table.formTable td input[type="email"],
table.formTable td input[type="tel"] {
	border:1px solid #ccc;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
	padding: 8px;
	margin:0;
	width:100%;
	font-size:16px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.formTable td textarea {
	border:1px solid #ccc;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
	line-height: 150%;
	padding: 8px;
	width:100%;
	-webkit-appearance: none;
			border-radius: 0;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
table.formTable td input#zip {
    width:20% !important;
    margin-bottom:10px !important;
}
#submit {
	position:relative;
	claer:both;
	overflow: hidden;
	display: block;
	background:#3367D0;
	margin: 40px auto;
	line-height: 50px;
    letter-spacing: 1px;
	width:250px;
    font-size:18px;
    font-weight:700;
	border-radius:50px;
	color:#fff;
	-webkit-appearance: button;
  			appearance: button;
}
#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;
}
.h:after {
    position: absolute;
	content:'必須';
	top:18px;
    right:15px;
	color:#fff;
    background:#c1272d;
	width:45px;
    text-align: center;
	font-size:11px;
    line-height:20px;
}
.error {
	display: block;
	margin:15px 0 0 0;
    font-weight:700;
	color:#ff0000;
}
.bx-error {
	border:1px solid #ff5459;
	line-height:45px;
	text-align:center;
	color:#ff5459;
	margin:10px 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;
}

/*---------- radio, checkbox ----------*/
table.formTable td label {
    line-height: 35px !important;
    margin-right:20px;
}
table.formTable td label:hover,
#privacy label:hover,
.bx-agree label:hover {
	cursor: pointer;
}
table.formTable td input[type="radio"],
table.formTable td input[type="checkbox"],
#privacy input[type="radio"],
#privacy input[type="checkbox"],
.bx-agree input[type="radio"],
.bx-agree 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.formTable td input[type="radio"] {
    border-radius: 50%;
}
table.formTable td input[type="radio"]:checked:before,
table.formTable td input[type="checkbox"]:checked:before,
#privacy input[type="radio"]:checked:before,
#privacy input[type="checkbox"]:checked:before,
.bx-agree input[type="radio"]:checked:before,
.bx-agree input[type="checkbox"]:checked:before {
    transform: scale(0.5);
}
table.formTable td input[type="radio"]:before,
#privacy input[type="radio"]:before,
.bx-agree input[type="radio"]:before {
    content: '';
	margin:-2px 0 0 -2px;
    width: 22px;
    height: 22px;
	display: block;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
table.formTable td input[type="checkbox"]:before,
#privacy input[type="checkbox"]:before,
.bx-agree input[type="checkbox"]:before {
    content: '';
	margin:-2px 0 0 -2px;
    width: 22px;
    height: 22px;
	display: block;
    transform: scale(0);
    -webkit-transition: 0.2s;
			transition: 0.2s;
}
table.formTable td input[type="radio"],
table.formTable td input[type="checkbox"],
#privacy input[type="radio"],
#privacy input[type="checkbox"],
.bx-agree input[type="radio"],
.bx-agree input[type="checkbox"] {
    border: 1px solid #ccc;
	background:#fff;
}
table.formTable td input[type="radio"]:checked:before,
table.formTable td input[type="checkbox"]:checked:before,
#privacy input[type="radio"]:checked:before,
#privacy input[type="checkbox"]:checked:before,
.bx-agree input[type="radio"]:checked:before,
.bx-agree input[type="checkbox"]:checked:before {
    background: #3367D0;
}
table.formTable td input[type="checkbox"],
#privacy input[type="checkbox"],
.bx-agree input[type="checkbox"] {
	position: relative;
	width:20px;
	height:20px;
	top:5px;
	-webkit-transform:scale(1.1);
			transform:scale(1.1);
}

.txt-confirm {
    text-align: center;
    margin:0 auto 40px auto;
}

/*------------------------------ agree ----------*/
.bx-agree {
    position: relative;
	border:1px solid #ccc;
	background:#EBF0FA;
	padding:20px 20px 15px 80px;
	width:100%;
    margin-bottom:40px;
	overflow-x: hidden;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}
.bx-agree:after {
    position: absolute;
	content:'必須';
	top:22px;
    left:15px;
	color:#fff;
    background:#c1272d;
	width:45px;
    text-align: center;
	font-size:11px;
    line-height:20px;
}

/*------------------------------ privacy policy ----------*/
.bx-privacy {
	border:1px solid #ccc;
	background:#fff;
	padding:30px;
	height:130px !important;
	width:100%;
    margin-bottom:30px;
	overflow-x: hidden;
	-webkit-box-sizing:border-box;
			box-sizing:border-box;
}

.bx-privacy p.ttl-privacy {
    font-size:16px !important;
    font-weight:700;
    margin-bottom:10px;
    text-align: center;
}

.bx-privacy h2 {
    font-size:16px !important;
    margin-bottom:0;
    color:#000 !important;
}
.bx-privacy p {
    font-size:12px;
    margin-bottom:10px !important;
}
.bx-privacy p:last-child {
    margin-bottom:0 !important;
}
.bx-privacy ul,
.bx-privacy ol {
    margin-bottom:10px;
}
.bx-privacy ul li {
    font-size:14px !important;
    list-style:disc;
    margin-left:25px;
}
.bx-privacy ol li {
    font-size:14px !important;
}

/*----------------------------- send box ----------*/
.bx-send {
    position: relative;
    margin:30px auto 0 auto;
    max-width:1000px;
}

/*----------------------------- confirm ----------*/
.confirm {
    margin-bottom:80px !important;
}
.confirm tr th,
.confirm tr td {
    line-height:150%;
    padding:15px 10px !important;
    border-bottom:1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/*----------------------------------------------------------------------
    privacy policy
 ---------------------------------------------------------------------*/

#privacy-policy h2 {
    font-size:18px !important;
    font-weight:700;
    margin-bottom:10px;
    color:#3367D0 !important;
}
#privacy-policy p {
    font-size:16px;
    margin-bottom:20px !important;
}
#privacy-policy p:last-child {
    margin-bottom:0 !important;
}
#privacy-policy ul,
#privacy-policy ol {
    margin-bottom:20px;
}
#privacy-policy ul li {
    font-size:16px !important;
    list-style:disc;
    margin-left:25px;
}
#privacy-policy ol li {
    font-size:16px !important;
}


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

@media only screen and (max-width:800px) {
    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 {}
    a:hover img {
        opacity: 1 !important;
    }
    img {}
    a img {}

    /*---------- NotFound ----------*/
    .error404 {
        text-align: center;
        margin:100px auto;
    }

    #btn-contact {
        display: none;
    }
    #btn-contact li {}
    #btn-contact li:first-child {}

    /*----------------------------------------------------------------------
        header
     ---------------------------------------------------------------------*/
    header {
        padding:10px;
        height:60px;
    }
    #header {
        max-width:100%;
        margin:0;
        display:block;
    }
    #header h1 {
        width:200px;
    }
    .mail a {
        display: none;
    }
    .tel {
        display: none;
    }
    .tel span {
        display: none;
    }

    /*------------------------------ global Nav, Menu ----------*/
	#panel-btn {
		display: inline-block;
		position: fixed;
		top:5px;
		right:10px;
		width:50px;
		max-width:50px;
		min-width:50px;
		height:50px;
		margin-top:0;
		z-index:7000;
	}
	#panel-btn:after {
		position: absolute;
		content:'menu';
		top:28px;
		right:4px;
		font-size:14px;
		color:#006837;
	}
	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 35%;
		right: 5px;
		width: 20px;
		height: 2px;
		background: #006837;
		border-radius:50px;
		-webkit-transition: 0.2s;
				transition: 0.2s;
	}
	#panel-btn-icon:before,
	#panel-btn-icon:after {
		position: absolute;
		content: '';
		top: 50%;
		right: 0;
		display: block;
		height: 2px;
		background: #006837;
		-webkit-transition: 0.3s;
				transition: 0.3s;
	}
	#panel-btn-icon:before {
		margin-top: -8px;
		width: 30px;
	}
	#panel-btn-icon:after {
		margin-top: 6px;
		width: 10px;
	}
	#panel-btn .close {
		background: transparent;
	}
	#panel-btn .close:before,
	#panel-btn .close:after {
		margin-top: 0;
		background: #006837;
	}
	#panel-btn .close:before{
      -webkit-transform: rotate(-45deg);
			  transform: rotate(-45deg);
	}
	#panel-btn .close:after{
	  width:30px;
	  -webkit-transform: rotate(-135deg);
			  transform: rotate(-135deg);
	}
	.dr_on {
		top:60px !important;
		left:0 !important;
		visibility:visible !important;
		opacity:1 !important;
		z-index:9999 !important;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.dr_off {
		top:60px;
		left:-100%;
		visibility:hidden;
		opacity:0;
		-webkit-transition: .7s;
				transition: .7s;
	}
	.over_hide {
    	overflow: hidden !important;
	}

    /*------------------------------ Grobal Nav ----------*/
    nav#gnav {
        padding:0;
		position: fixed;
		top:60px;
		left:-100%;
		width:100%;
		max-width:100%;
		height:100%;
		visibility:hidden;
		opacity:0;
		margin:0;
		z-index: 9999 !important;
        background:#fff;
    }
    nav#gnav ul {
        display:block;
		margin:8% auto 0 auto;
		height:72%;
		width:85%;
		overflow-x: hidden;
    }
    nav#gnav ul li {
		font-size: 18px;
		line-height:100%;
        text-align: left;
		margin:0;
        width:100%;
		border-bottom:1px solid rgba(0,0,0,0.10);
        border-left:0;
        letter-spacing:0;
    }
    nav#gnav ul li a,
    nav#gnav ul li div {
		position: relative;
		padding:5% 1%;
        border:0 !important;
        font-size:18px !important;
        text-align: left;
        line-height:100% !important;
    }
    nav#gnav ul li a:before,
    nav#gnav ul li div:before {
        display: none;  
    }
    nav#gnav ul li:first-child a:before,
    nav#gnav ul li:first-child div:before {}

    /*-- 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;
        display: none;
        z-index: 10;
    }
    nav#gnav ul li ul li {
        position:relative;
        display: block !important;
		height:50px;
		font-size:16px !important;
		width: 100% !important;
		background:none;
		margin:0 0 0 1% !important;
		border:0 !important;
		-webkit-transition: 0.3s;
				transition: 0.3s;
        overflow: hidden;
        text-align:left !important;
    }
    nav#gnav ul li ul li a {
		position:relative;
        display: block !important;
		height:50px;
		line-height:auto !important;
        font-size:16px !important;
		width: 100% !important;
		background:none;
		margin:0 0 0 17px !important;
        padding:0 0 0 3% !important;
		border:0 !important;
		-webkit-transition: 0.3s;
				transition: 0.3s;
    }
    nav#gnav ul li ul li:hover a {
        background:none;
    }
    nav#gnav ul li ul li a:after {
        position: absolute;
        content:'';
        top:50%;
        right:auto;
        left:80%;
        width:6px;
        height: 6px;
        margin-top:-2px;
        border-top:1px solid #333;
        border-right:1px solid #333;
        -webkit-transform:rotate(45deg);
                transform:rotate(45deg);
    }
    nav#gnav ul li:nth-child(2):hover ul,
    nav#gnav ul li:nth-child(3):hover ul {
        padding-top:0;
    }
    nav#gnav ul li:hover ul li {
        border-bottom:none;
    }
    nav#gnav ul li ul li a:before,
    nav#gnav ul li ul li div:before {
        display: none !important;
    }

    /*----------------------------------------------------------------------
        Footer
     ---------------------------------------------------------------------*/
    footer {
        padding-top:10%;
    }
    small {
        padding:4% 0 85px 0;
    }
    small br {
        display: block;
    }

    /*------------------------------ banner ----------*/
    .bx-bnr {
        padding:0;
    }
    .bx-bnr ul {
        margin:0 auto 10% auto;
        width:90%;
    }
    .bx-bnr ul li {
        width:47.5%;
        margin-bottom:4%;
    }
    .bx-bnr ul li img {
        width:100%;
        height:auto;
    }
    .bx-bnr p {
        font-size:20px;
        font-weight:500;
        letter-spacing:2px;
        line-height:180%;
        margin-bottom:10%;
    }
    .bx-bnr p br {
        display: block;
    }

    /*---------- pageUp ----------*/
    #pageUp {
        position:fixed;
        bottom:90px;
        right:20px;
        width:40px;
        height:40px;
    }
    #pageUp:hover {}

    /*------------------------------ フッター固定ボタン ----------*/
    #fBtn {
		display: block;
		position: fixed;
		left:0;
		bottom:0;
		z-index: 5000;
	}
	#fBtn ul {
		position: fixed;
		left:0;
		bottom:0;
		display: -webkit-flex;
    	display: flex;
		width: 100%;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.10);
				box-shadow: 0 0 4px rgba(0,0,0,0.10);
		
	/*	border-top:1px solid #492611;	*/
	}
	#fBtn ul li {
		width: 33.33333333%;
		text-align: center;
		color:#fff;
        background:#00786F;
        border-right: 1px solid rgba(255,255,255,0.30);
        -webkit-box-sizing: border-box;
				box-sizing: border-box;
	}
	#fBtn ul li:last-child { border-right:none; }
	#fBtn ul li span {
		display: block;
		font-size: 17px;
        font-weight:500;
		height: 20px;
		margin-top:2%;
        letter-spacing:2px;
	}
	#fBtn ul li a {
		display: block;
		padding:12px 0 7px 0;
		color:#fff;
	}
	#fBtn ul li i {
		display: none !important;
	}
	#fBtn ul li img {
		width:80px;
		height: auto;
		margin-top:2%;
	}

    /*----------------------------------------------------------------------
        top page
     ---------------------------------------------------------------------*/

    /*---------- slider ------------------------------*/
    #slider {
        height: 420px;
        overflow: hidden;
    }
    .swiper-slide {}
    .swiper-slide img {
        width: 170%;
        height: 170%;
        top: 0;
        left: 25%;
        transform: translate(-25%, 0);
    }
    .swiper-pagination {}
    .swiper-pagination-bullet {}

    #main {
        width:100%;
        height:auto;
        margin-top:60px;
    }
    #wrap {}
    #wrap section {}
    .bx {
        max-width:100%;
        margin:0;
    }

    /*------------------------------ catchcopy ----------*/
    #catchcopy {
        padding:4% 5% 10% 5%;
        text-align: center;
    }
    #catchcopy h1 {
        font-size:28px;
        margin-bottom:15%;
        letter-spacing:2px;
    }
    #catchcopy h1 span {
        font-size:15px;
        margin-top:1%;
        display: block;
        letter-spacing:1px;
    }
    #catchcopy p {
        font-size:18px;
        text-align: left;
    }

    /*------------------------------ realestate ----------*/
    #realestate {
        padding:8% 2%;
    }
    #realestate h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 27% 15% no-repeat;
        background-size:25px auto;
    }
    #realestate h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin-left:-20px;
        letter-spacing:2px;
    }

    /*---------- tab ----------*/
    .tab {
        max-width:95%;
        margin:0 auto;
    }
    .tab li {
        width:49%;
        line-height: 50px;
        font-size:1.1em;
        border-radius:5px 5px 0 0;
    }
    .tab li:first-child {
        margin-right:2%;
    }
    .tab li.select {}
    .tab li h3 {
        position: relative;
        font-size:1.1em;
        font-weight:500;
        vertical-align: middle;
    }

    .content {
        width:95%;
        margin:0 auto;
        min-height:350px;
    }
    .content .box {
        padding:30px 35px 0 35px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .content .hide {
        visibility:hidden;
        position:absolute;
        height:0;
        overflow:hidden;
    }

    /*---------- recommend ----------*/
    #recommend,
    #recommend_buy {}
    #recommend .ttl:before,
    #recommend_buy .ttl:before {}

    #recommend .ttl,
    #recommend_buy .ttl {}
    #recommend .ttl span,
    #recommend_buy .ttl span {
        height:140px;
        display:inline-block;
        line-height:140px;
        position:relative;
        left:0;
        z-index:5;
    }
    #recommend .tbl,
    #recommend_buy .tbl{
        display:block;
        overflow:hidden;
        width:90%;
        margin:4% auto 0 auto;
    }
    #recommend tbody,
    #recommend tr,
    #recommend_buy tbody,
    #recommend_buy tr{
        display:block;
    }
    #recommend .tbl td,
    #recommend_buy .tbl td{
        width:100% !important;
        margin:0 0 8% 0;
        padding:0 0 8% 0;
        display: block;
        border-bottom:1px solid #ccc;
    }
    #recommend .tbl td:last-child,
    #recommend_buy .tbl td:last-child {
        margin:0;
        padding:0 0 8% 0;
        display: block;
        border-bottom:none;
    }
    #recommend .tbl td.none,
    #recommend_buy .tbl td.none{}
    #recommend .tbl td .loading,
    #recommend_buy .tbl td .loading{}
    #recommend .tbl td .loading img,
    #recommend_buy .tbl td .loading img{
        margin-right:0;
    }

    #recommend .tbl td .inner,
    #recommend_buy .tbl td .inner{
        width:100%;
        min-height:auto;
    }
    #recommend .tbl td .photo,
    #recommend_buy .tbl td .photo {
        position: relative;
        width:100%;
        height:250px;
        margin-bottom:5%;
        /*height:230px;*/
        overflow:hidden;
        text-align:center;
    }
    #recommend .tbl td .photo img,
    #recommend_buy .tbl td .photo img{
        max-width:100%;
        width:auto;
        height:auto;
        transform: scale(1);
        transition:0s !important;
    }
    #recommend .tbl td .photo img:hover,
    #recommend_buy .tbl td .photo img:hover{
        transform: scale(1) !important;
    }
    #recommend .tbl td .txt,
    #recommend_buy .tbl td .txt{
        margin:10px 0 0 0;
    }
    #recommend .tbl td .txt .add,
    #recommend_buy .tbl td .txt .add{
        margin-top: 0.5em;
        line-height:130%;
        clear:both;
    }

    #recommend .tbl td .txt .add span{
        font-size: 0.85rem;
        margin-bottom: 0.2em;
    }
    #recommend .tbl td .txt .madori,
    #recommend_buy .tbl td .txt .madori{
        margin-top:0.8em;
        font-size: 1.2em;
        line-height:1;
        font-weight: normal;
        display:inline-block;
        color:#333;
    }
    #recommend .tbl td .txt .price,
    #recommend_buy .tbl td .txt .price{
        margin-top:0.8em;
        line-height:1;
        font-size: 0.9rem;
        font-weight:bold;
        display:inline-block;
    }
    #recommend .tbl td .txt .price strong,
    #recommend_buy .tbl td .txt .price strong{
        font-size: 1.5rem;
        font-weight: normal;
        vertical-align: baseline;
        color: #c1272d;
        line-height: 100%;
    }

    #recommend .tbl td .name,
    #recommend_buy .tbl td .name{
        padding:0;
        font-size:1.2rem;
        margin-top:4%;
    }

    #recommend .tbl td .name a:hover,
    #recommend_buy .tbl td .name a:hover {
        opacity: 0.5;
    }

    #recommend .tbl td .copy,
    #recommend_buy .tbl td .copy{
        line-height:130%;
        margin-top: 0.2em;
        font-size: 0.80rem;
    }

    /*------------------------------ News ----------*/
    #news {
        padding:8% 0;
        background:#fff;
    }
    #news h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 4% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 35% 15% no-repeat;
        background-size:25px auto;
    }
    #news h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin-left:-25px;
        letter-spacing:2px;
    }
    .bx-news {
        max-width:100%;
        margin:0 auto;
        font-size:14px;
    }
    .bx-news dl {
        overflow-x: hidden;
        height:300px;
        background:#fff;
        padding:4% 6%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    .bx-news dl div {
        padding:3% 0;
        display:block;
        border-bottom:1px solid #efefef;
    }
    .bx-news dl div dt {
        width:100%;
        margin-bottom:3%;
    }
    .bx-news dl div dd {
        width:100%;
    }
    .bx-news dl div dd a {
        line-height:150%;
    }
    .ct {}
    .ct_newarrival { /* shintyaku */ }
    .ct_news { /* oshirase */ }
    .ct_notice { /* yokoku */ }
    .ct_contract { /* seiyaku */ }
    .ct_event { /* event */ }
    .ct_other { /* sonota */ }

    /*------------------------------ Contact ----------*/
    #contact {
        padding:10% 2% 14% 2%;
    }
    #contact h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 28% 15% no-repeat;
        background-size:25px auto;
    }
    #contact h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin-left:-32px;
        letter-spacing:2px;
    }
    #contact .fx {
        display:block;
    }
    #contact .fx div {
        width:90%;
        text-align: center;
        margin:0 auto 5% auto;
    }
    #contact .fx div dl div dt {
        margin-bottom:4%;
    }
    #contact .fx div dl div dd {}
    #contact .fx div dl div dd.c_tel {
        font-size: 36px;
        margin:0 0 4% 0;
        line-height:120%;
    }
    #contact .fx div dl div dd.c_fax {
        font-size: 30px;
        padding:0 0 0 35px;
    }
    #contact .fx div p {
        font-size:15px;
        width:90%;
        margin:0 auto 15% auto ;
        text-align: left;
    }
    #contact .fx div p span {
        display: block;
    }
    #contact .fx a {
        width:90%;
        margin:0 auto;
        transition: 0s;
        line-height:60px;
        padding-left: 65px;
        font-size:15px;
        background:url("../images/parts/ic_mail_wht.svg") 5% 50% no-repeat #0d9843;
        background-size:28px auto;
    }
    #contact .fx a:hover {
        opacity: 1;
    }

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

    article {
        margin-top:50px;
    }
    section {}

    /*----------------------------------------------------------------------
        company
     ---------------------------------------------------------------------*/

    /*------------------------------ info ----------*/
    #info {
        padding:10% 0;
    }
    #info h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 18% 0 no-repeat;
        background-size:23px auto;
    }
    #info h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin:2% 0 0 -32px;
    }
    
    #info h2 {
        font-size:24px;
        color:#006837;
        font-weight:500;
        letter-spacing:2px;
        margin-bottom:8%;
        line-height:180%;
    }
    #info h2 br {
        display: block;
    }
    #info p {
        margin:0 auto 5% auto;
        text-align: left;
        font-size:16px;
        width:90%;
    }
    #info p br {
        display: none;
    }
    #info p:last-child {
        margin-bottom:0;
    }

    .bx-table {
        padding:5%;
    }
    .bx-table table.tb_info {}
    .bx-table table.tb_info caption {
        margin-bottom:4%;
        font-size:18px;
    }
    .bx-table table.tb_info th,
    .bx-table table.tb_info td {
        padding:2%;
        font-size:16px;
        vertical-align: middle;
    }
    .bx-table table.tb_info th {
        width:40%;
        background:#f9f9f9;
    }
    .bx-table table.tb_info td {
        width:60%;
    }

    /*------------------------------ map ----------*/
    #access {
        padding:10% 0 0 0;
    }
    #access h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 30% 0 no-repeat;
        background-size:23px auto;
    }
    #access h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin:2% 0 0 -32px;
    }
    #access iframe {
        width:100%;
        height:550px;
    }
    #access .bx-table {
        margin:0 auto;
        width:90%;
        padding:0 !important;
    }

    /*----------------------------------------------------------------------
        about monry
     ---------------------------------------------------------------------*/
    #about_money {
        padding: 10% 0 0 0;
    }
    #about_money h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 15% 0 no-repeat;
        background-size:23px auto;
    }
    #about_money h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin:2% 0 0 -42px;
    }
    #about_money p {
        margin:0 auto 5% auto;
        text-align: left;
        font-size:16px;
        width:90%;
    }

    /*------------------------------ section > section ----------*/
    #about_money section section {
        padding:0;
        margin:0 auto 6% auto;
        width:90%;
    }
    #about_money section section h2 {
        padding:4% 4% 4% 6%;
        font-size:22px;
    }
    #about_money section section h3 {
        margin-bottom:5%;
        font-size:18px;
    }
    .bx-am {
        padding:6%;
    }
    #about_money section section .bx-am:last-child {}
    .bx-am p {
        font-size:16px !important;
        margin-bottom:4% !important;
        width:100% !important;
    }
    .bx-am p strong {}
    .bx-am dl div {
        font-size:16px !important;
    }
    .bx-am dl div dt {}
    .bx-am dl div dd {
        margin-bottom:4%;
    }
    .bx-am dl div dd .attention {}
    .bx-am dl div dd .attention:before {}

    .bx-am table {}
    .bx-am table caption {
        font-size:16px;
        margin-bottom:4%;
    }
    .bx-am table th,
    .bx-am table td {
        padding:3%;
        display: block;
        font-size:16px;
    }
    .bx-am table th {
        width:100%;
        text-align: left;
    }
    .bx-am table td {
        width:100%;
    }

    .fx-tb {
        display:block;
    }
    .bx-am table.intb {
        margin-bottom: 6%;
    }
    .bx-am table.intb th,
    .bx-am table.intb td {
        font-size:16px;
        padding:3%;
        display: block;
    }
    .bx-am table.intb th {
        width:100%;
    }
    .bx-am table.w48 {
        width:100%;
    }
    .bx-am table.w60 {
        width:100%;
    }

    .flt {
        display:block;
        width:100%;
    }
    .fl_am01 {
        float:none;
        display: block;
        margin:5% auto 0 auto;
        width:60%;
        height:auto;
    }
    .fl_am02 {
        float:none;
        display: block;
        margin:5% auto 0 auto;
        width:60%;
        height:auto;
    }
    .fl_am03 {
        float:none;
        display: block;
        margin:5% auto 0 auto;
        width:60%;
        height:auto;
    }

    /*----------------------------------------------------------------------
        advice
     ---------------------------------------------------------------------*/
    #advice {
        padding:10% 0 0 0;
    }
    #advice h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 28% 0 no-repeat;
        background-size:23px auto;
    }
    #advice h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin:2% 0 0 -25px;
    }

    /*------------------------------ section > section ----------*/
    #advice section section {
        padding:0;
        margin:0 auto 6% auto;
        width:95%;
    }
    #advice section section h2 {
        padding:4% 4% 4% 6%;
        font-size:22px;
    }
    #advice section section h3 {
        margin:2% 0;
    }
    .bx-advice h3 {
        font-size:16px !important;
    }
    .bx-advice p {
        text-align: left !important;
        font-size:16px !important;
        margin-bottom:0 !important;
    }
    .bx-advice dl div {
        padding:6%;
    }
    .bx-advice dl div:last-child {}
    .bx-advice dl div dt {
        font-size:17px;
    }
    .bx-advice dl div dd {
        font-size:16px;
    }
    .bx-advice dl div dd ul li {}
    .bx-advice dl div dd ul li:before {}
    .bx-advice table {
        margin:4%;
    }
    .bx-advice table th,
    .bx-advice table td {
        padding:3% 2%;
        font-size:16px;
    }
    .bx-advice table th,
    .bx-advice table td.mtd {
        width:25%;
        font-size:14px;
    }
    .bx-advice table td {
        font-size:14px;
    }
    .mrg30 {
        margin:6%;
    }
    .disk {
        display: block !important;
    }

    /*----------------------------------------------------------------------
        link
     ---------------------------------------------------------------------*/

    #link {
        padding:10% 0 0 0;
    }
    #link h1 {
        padding-left:25px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 37% 0 no-repeat;
        background-size:23px auto;
    }
    #link h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin:2% 0 0 -30px;
    }

    .bx-link {
        padding:12% 0;
        max-width:100%;
        margin:0;
    }
    .li-link {
        width:70%;
        max-width:300px;
        margin:0 auto !important;
    }
    .li-link li {
        font-size:14px;
        margin-bottom:8%;
        width:100%;
    }
    .li-link li img {
        width:100%;
        height:auto;
    }
    .li-link li:nth-last-child(-n+2) {}

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

    /*---------- inquiry ----------*/
    #inquiry,
    #appraisal {
        padding:10% 0 0 0;
    }
    #inquiry h1 {
        padding-left:35px;
        font-size:30px;
        width:auto;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 13% 0 no-repeat;
        background-size:23px auto;
    }
    #appraisal h1 {
        padding-left:35px;
        font-size:30px;
        width:auto !important;
        display: block;
        margin:0 auto 8% auto;
        text-align: center;
        background:url("../images/parts/ic_home.svg") 25% 0 no-repeat;
        background-size:23px auto;
    }
    #inquiry h1 span,
    #appraisal h1 span {
        display: block;
        font-size:16px;
        font-weight:500;
        margin:2% 0 0 -35px;
    }
    #inquiry hr,
    #appraisal hr {
        margin:10% 0;
    }
    #appraisal h2 {
        font-size:17px;
        margin-bottom:6%;
    }
    .bx-contact {
        margin:0 auto 8% auto;
        max-width:90%;
    }
    .bx-contact p {
        margin-bottom:6%;
    }
    .consult {
        width:92%;
        margin:0 auto;
        text-align: center;
    }
    .red {}
    .tel-inquiry {
        margin:0 auto;
        font-size:28px;
        padding-left:36px;
        width:80%;
    }
    .tel-info {}
    .cont-about {
        margin-bottom:2% !important;
    }
    .bx-contact ul {}
    .bx-contact ul li  {}
    .bx-contact ul li:before  {}

    /*---------- form ------------------------------*/
    .bx-form {
        position: relative;
        max-width:100%;
        margin:0 auto 12% auto;
        background:#fff;
        padding:5%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
    table.formTable {
        width: 100% !important;
        margin-bottom:4%;
    }
    table.formTable th {
        display: block;
        width: 100%;
        line-height: 150%;
        padding:1% 0;
        font-weight: 700;
        border-right:0;
        border-bottom:0;
        text-align: left;
        font-size: 18px !important;
    }
    table.formTable td {
        display: block;
        /*border-bottom:2px dotted #ccc;*/
        line-height: 100%;
        padding:2% 0;
        font-size: 16px;
        width: 100%;
        margin-bottom:3%;
    }
    table.formTable td input[type="text"],
    table.formTable td input[type="email"],
    table.formTable td input[type="tel"],
    table.formTable td textarea {
        border:1px solid #ccc;
    }
    table.formTable td select {
        font-size:16px;
        width:60%;
        color:#000 !important;
        border-radius: 2px;
        padding:0 2% !important;
    }
    table.formTable td select option {
        height:45px;
        line-height: 45px !important;
        font-size:16px !important;
        color:#000 !important;
    }
    table.formTable td input[type="text"],
    table.formTable td input[type="email"],
    table.formTable td input[type="tel"] {
        padding: 2%;
        width:100%;
        font-size:16px;
        height:45px;
        line-height: 45px;
        border:1px solid #ccc;
    }
    table.formTable td textarea {
        line-height: 150%;
        padding: 2%;
        width:100%;
    }
    table.formTable div.contact input {
        width:100% !important;
    }
    table.formTable div.tel input {
        width:25% !important;
    }
    #submit {
        width:95%;
    }
    #submit:after {

    }
    #submit::-webkit-search-decoration,
    #button::-webkit-search-decoration {
      display: none;
    }
    #submit::focus {
      outline-offset: -2px;
    }
    #submit:hover{
        cursor: pointer;
    }
    #complete {
        padding: 4%;
        min-height: 300px;
    }
    #complete p strong {
        margin-bottom:4%;
        display: block;
    }
    .h {}
    .h:before {
        top:5px;
        left:0;
    }
    .error {
        margin:4% 0 0 0;
    }
    .bx-error {
        padding:2%;
        margin:0 auto 8% auto;
        font-size:14px !important;
        background:rgba(255,0,4,0.05);
    }
    .bx-error br {
        display:block !important;
    }
    .confirm td {}
    .txt_submit {}

    /*---------- attention ----------*/
    .attention {}
    .attention:before {}

    /*---------- radio, checkbox ----------*/
    table.formTable td label {
        line-height: 45px !important;
        margin:0;
        display: block;
    }
    table.formTable td label:hover,
    #privacy label:hover,
    .bx-send label:hover {
        cursor: pointer;
    }
    table.formTable td input[type="radio"],
    table.formTable td input[type="checkbox"],
    #privacy input[type="radio"],
    #privacy input[type="checkbox"],
    .bx-send input[type="radio"],
    .bx-send 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.formTable td input[type="radio"] {
        border-radius: 50%;
    }
    table.formTable td input[type="radio"]:checked:before,
    table.formTable td input[type="checkbox"]:checked:before,
    #privacy input[type="radio"]:checked:before,
    #privacy input[type="checkbox"]:checked:before,
    .bx-send input[type="radio"]:checked:before,
    .bx-send input[type="checkbox"]:checked:before {
        transform: scale(0.5);
    }
    table.formTable td input[type="radio"]:before,
    #privacy input[type="radio"]:before,
    .bx-send input[type="radio"]:before {
        content: '';
        margin:-2px 0 0 -2px;
        width: 22px;
        height: 22px;
        display: block;
        border-radius: 50%;
        transform: scale(0);
        -webkit-transition: 0.2s;
                transition: 0.2s;
    }
    table.formTable td input[type="checkbox"]:before,
    #privacy input[type="checkbox"]:before,
    .bx-send input[type="checkbox"]:before {
        content: '';
        margin:-2px 0 0 -2px;
        width: 22px;
        height: 22px;
        display: block;
        transform: scale(0);
        -webkit-transition: 0.2s;
                transition: 0.2s;
    }
    table.formTable td input[type="radio"],
    table.formTable td input[type="checkbox"],
    #privacy input[type="radio"],
    #privacy input[type="checkbox"],
    .bx-send input[type="radio"],
    .bx-send input[type="checkbox"] {
        border: 1px solid #000000;
        background:#fff;
    }
    table.formTable td input[type="radio"]:checked:before,
    table.formTable td input[type="checkbox"]:checked:before,
    #privacy input[type="radio"]:checked:before,
    #privacy input[type="checkbox"]:checked:before,
    .bx-send input[type="radio"]:checked:before,
    .bx-send input[type="checkbox"]:checked:before {
        background: #000000;
    }
    table.formTable td input[type="checkbox"],
    #privacy input[type="checkbox"],
    .bx-send input[type="checkbox"] {
        position: relative;
        width:20px;
        height:20px;
        top:5px;
        -webkit-transform:scale(1.1);
                transform:scale(1.1);
    }
    .txt-confirm {
        text-align: left;
        margin:0 auto 8% auto;
        width:90%;
    }

    /*------------------------------ privacy policy ----------*/
    #privacy {
        position: relative;
        margin-bottom:6%;
    }
    #privacy p.ttl-privacy {
        font-size:13px;
        margin-bottom:10px;
    }
    .bx-agree {
        padding:6%;
        height:250px !important;
        width:100%;
        margin-bottom:30px;
        overflow-x: hidden;
        -webkit-box-sizing:border-box;
                box-sizing:border-box;
    }
    #privacy h2 {
        font-size:13px;
        margin-bottom:0;
        color:#000 !important;
    }
    #privacy p {
        font-size:12px;
        margin-bottom:10px;
    }
    #privacy p:last-child {
        margin-bottom:0;
    }
    #privacy ul,
    #privacy ol {
        margin-bottom:10px;
    }
    #privacy ul li {
        font-size:12px;
        list-style:disc;
        margin-left:25px;
    }
    #privacy ol li {
        font-size:12px;
    }

    /*---------- send box -----------------------------*/
    .bx-send {
        margin:6% auto 0 auto;
        max-width:100%;
    }
    .confirm {
        margin-bottom:80px !important;
    }
    .confirm tr th {
        padding:1% 2% !important;
        border-bottom:0 !important;
    }
    .confirm tr td {
        padding:2% 2% !important;
        border-bottom:1px solid #ccc;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }


    /*---------- 別の住所 ----------*/
    #city_type_address th,
    #city_type_address td {
        visibility: hidden;
        opacity: 0;
        display: none;
        height: 0 !important;
    }
    #city_type_address.view th,
    #city_type_address.view td {
        visibility: visible !important;
        height: auto !important;
        display: table-cell;
        opacity: 1 !important;
        width:100% !important;
        -webkit-transition: 0.3s;
                transition: 0.3s;
    }

    /*---------- News Icon -----------------------------*/
    /* お知らせ NEW アイコン */
    #news dl .new {
      color: #fff;
      font-size: 0.6rem;
      background: #ffb46d;
      border-radius: 20px;
      width: 45px;
      text-align: center;
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
    }

    /*お知らせ モーダル*/
    div.news_modal_body {
        border-radius:10px;
        max-width:960px !important;
        box-shadow: 0 0 7px rgba(0,0,0,0.30);
    }
    div.modal_title {
        padding: 1rem 0.3rem;
        font-size: 1.2rem;
        margin-bottom: 1rem;
        font-weight:700;
        border-bottom: 1px solid #efefef;
    }
    div.modal_date{
        text-align: center;
        width:120px;
        line-height:30px;
        background:#f5f5f5;
        border-radius:30px;
        color: #6c757d;
    }
    div.modal_text{
        padding:15px 10px 50px 10px;
        line-height:220%;
        font-size:18px;
        box-sizing:border-box;
    }
    hr.modal_hr{
        margin-bottom: 15px;
        background-color: #6c757d;
    }
    .remodal{
        padding: 20px 45px 45px 45px !important;
    }
    .remodal a{
        border-bottom:1px solid silver;
    }
    .remodal a:hover{
        color: silver;
    }

    .remodal-cancel {
        border-radius: 10vh;
        transition: 0.5s;
        height: 30px;
        padding: 0px  !important;
        background:#0d9843 !important;
    }
    .remodal img{
        max-width: 100%;
    }

}






