@charset "UTF-8";
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0; 
	padding:0; 
	letter-spacing:0;
	color:#222;
	font-family: "Meiryo UI", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; 
	font-weight:normal; 
}
ul, ol, dl {
	list-style-type: none;
	padding: 0;
	margin: 0;
	/*line-height:0;*/
}
caption,th {
	text-align:left; 
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%; 
	font-weight:normal; 
}
a:link {
	color: #00e;
	text-decoration: underline;
}
a:visited {
	color: #00e;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color:#2269f8;
	text-decoration: none;
}


/* ---------- custom -------------------------------------------------- */
* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

.content-wrap {
	overflow:hidden;
	border-bottom:1px solid #bbb;
}

.content-wrap img {
  vertical-align: bottom;
  width:100%;
}

a img {
  border: none;
}

@media print, screen and (min-width: 701px) {
	.display-sp {
		display:none !important;
	}
}
@media screen and ( max-width:700px) {
	.display-pc {
		display:none !important;
	}
}

/* ----------------------------------------------------- */
.top-obi {
	width:100%;
	height:90px;
	background:#0059b4;
	display:flex;
	align-items: center;
}

.top-obi-text {
	max-width:770px;
	margin:0 auto;
}

@media screen and (min-width:1501px) and ( max-width:1600px) {
	.top-obi {
		height:5.625vw;
	}
	.top-obi-text {
		width:48.125%;
	}
}

@media screen and (min-width:701px) and ( max-width:1500px) {
	.top-obi {
		height:84px;
		padding:0 20px;
	}
	.top-obi-text {
		width:722px;
	}
}

@media screen and ( max-width:700px) {
	.top-obi {
		display:none !important;
	}
}

@media print, screen and (min-width: 1501px) {
	.main-sp {
		display:none !important;
	}
	.main-wrap {
		position:relative;
		width:100%;
	}
	.main-img {
		width:100%;
	}
	.main-text {
		position:absolute;
		width:1000px;
		top: 50%;
		left: 50%;
		transform: translate(-49%, -47.5%);
	}
}

@media screen and (min-width:1081px) and ( max-width:1500px) {
	.main-sp {
		display:none !important;
	}
	.main-wrap {
		position:relative;
		width:100%;
		height:406px;
	}
	.main-img {
		width:1500px;
		position:absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
	}
	.main-text {
		position:absolute;
		width:1000px;
		top: 50%;
		left: 50%;
		transform: translate(-49%, -47.5%);
	}
}

@media screen and (min-width:701px) and ( max-width:1080px) {
	.main-sp {
		display:none !important;
	}
	.main-wrap {
		position:relative;
		width:100%;
		height:37.592vw;
	}
	.main-img {
		width:138.888%;
		position:absolute;
		top:0;
		left: 50%;
		transform: translateX(-50%);
	}
	.main-text {
		position:absolute;
		width:92.592%;
		top: 50%;
		left: 50%;
		transform: translate(-49%, -47.5%);
	}
}

@media screen and ( max-width:700px) {
	.main-pc,
	.main-text {
		display:none !important;
	}
	.main-img {
		width:100%;
	}
}

/* ----------------------------------------------------- */
.body-wrap {
	padding:40px 40px 0;
}

@media screen and ( max-width:800px) {
	.body-wrap {
		padding:30px 30px 0;
	}
}

@media screen and ( max-width:700px) {
	.body-wrap {
		padding:25px 5% 0;
	}
}

.content-box {
	max-width:900px;
	margin:0 auto;
}

.body-text {
	font-size:20.5px;
	color:#4d4d4d;
	line-height:1.85;
	text-align: justify;
	margin-bottom:15px;
}

.kome {
	font-size: 0.7em;
	vertical-align: top;
	margin-left:-0.3em;
}

.kome-align-right {
	font-size:15px;
	color:#4d4d4d;
	text-align:right;
}

@media screen and ( max-width:1080px) {
	.body-text {
		font-size:19px;
		margin-bottom:13px;
	}
}

@media screen and ( max-width:800px) {
	.body-text {
		font-size:18px;
		margin-bottom:13px;
	}
	.kome-align-right {
		font-size:14px;
	}
}

@media screen and ( max-width:650px) {
	.body-text {
		font-size:17px;
		margin-bottom:13px;
	}
	.kome-align-right {
		font-size:13px;
	}
}

.header-box {
	border:1px solid #0c3388;
	margin:60px auto 30px;
}

.header-text {
	max-width:620px;
	margin:0 auto;
}

@media screen and ( max-width:900px) {
	.header-text {
		max-width:580px;
	}
}

@media screen and ( max-width:770px) {
	.header-text {
		max-width:530px;
	}
}

@media screen and ( max-width:700px) {
	.header-text {
		max-width:360px;
	}
	.header-box {
		margin:40px auto 20px;
	}
}

@media screen and ( max-width:600px) {
	.header-text {
		max-width:280px;
	}
}

/* ----------------------------------------------------- */
.point-box {
	border:1px solid #808080;
	background:#e8ebe9;
	padding:17px 27px 5px;
	border-radius:10px;
	margin:50px 0;
}

.point-box-title {
	max-width:570px;
	margin:0 auto 11px;
}

.point-section {
	border-top:5px dotted #aaa;
	padding-top:20px;
	margin-bottom:40px;
}

.point-section-heading {
	max-width:540px;
	margin-bottom:10px;
}

.zu-04 {
	max-width:740px;
	margin:20px auto 0;
}

@media print, screen and (min-width: 701px) {
	.point-section-01-flex {
		display:flex;
		justify-content: space-between;
	}
	.point-section-01-text-wrap {
		width:50%;
	}
	.point-section-01-zu-wrap {
		width:46%;
		padding-top:8px;
	}
}

@media screen and ( max-width:700px) {
	.point-box-title {
		max-width:360px;
		margin:0 auto 8px;
	}
	.point-section {
		border-top:4px dotted #aaa;
	}
	.point-section-heading {
		max-width:430px;
	}
	.point-section-01-zu-wrap,
	.point-section-zu {
		max-width:350px;
		margin:18px auto;
	}
}

@media screen and ( max-width:600px) {
	.point-box {
		padding:15px 5%;
		margin:50px 0 35px;
	}
	.point-box-title {
		max-width:240px;
	}
	.point-section {
		border-top:3px dotted #aaa;
		padding-top:15px;
		margin-bottom:25px;
	}
	.point-section-heading {
		max-width:350px;
	}
}

.rakuraku-box {
	border:1px solid #666;
	padding:20px 27px 40px;
	border-radius:10px;
	margin-bottom:50px;
}

.rakuraku-box-title {
	max-width:730px;
	margin-bottom:13px;
}

@media screen and ( max-width:700px) {
	.rakuraku-box-title {
		max-width:400px;
		margin:0 auto 10px;
	}
}

@media screen and ( max-width:600px) {
	.rakuraku-box {
		padding:15px 5% 20px;
	}
	.rakuraku-box-title {
		max-width:300px;
		margin:0 auto 10px;
	}
}

.lease-url {
	margin:50px 0 15px;
}

@media screen and ( max-width:700px) {
	.lease-url {
		margin:35px 0 15px;
	}
}

/* ----------------------------------------------------- */
.link-url {
	font-size:18.5px;
	text-align:center;
}

.link-url a {
	color:#00e;
	text-decoration:underline;
	word-break: break-all;
}

.link-url a:hover {
	color:#2269f8;
}

@media screen and ( max-width:1080px) {
	.link-url {
		font-size:18px;
	}
}

@media screen and ( max-width:700px) {
	.link-url {
		font-size:17px;
	}
}

@media screen and ( max-width:650px) {
	.link-url {
		font-size:16px;
	}
}

@media screen and ( max-width:500px) {
	.link-url {
		font-size:15px;
	}
}

/* ----------------------------------------------------- */
.contact-box {
	max-width:900px;
	margin:70px auto 80px;
	border-top:1px solid #333;
}

.contact-title {
	font-size:17px;
	margin:7px 0 40px;
}

.foot-logo {
	max-width:450px;
	margin:0 auto 15px;
}

.foot-url {
	margin-bottom:60px;
}

.free-dial {
	max-width:340px;
	margin:0 auto 15px;
}

@media screen and ( max-width:700px) {
	.contact-box {
		margin:30px auto 0;
	}
	.contact-title {
		font-size:15px;
		margin:7px 0 30px;
	}
	.foot-logo {
		max-width:290px;
		margin:0 auto 25px;
	}
	.foot-url {
		margin-bottom:40px;
	}
	.free-dial {
		max-width:250px;
	}
}