@charset "UTF-8";

/*------------------------------------------------------------------------
テキスト
------------------------------------------------------------------------*/

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W0);
	font-weight: 100;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W1);
	font-weight: 200;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W2);
	font-weight: 300;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W3);
	font-weight: 400;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W4);
	font-weight: 500;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W5);
	font-weight: 600;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W6);
	font-weight: 700;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W7);
	font-weight: 800;
}

@font-face {
	font-family: "Hiragino Sans";
	src: local(HiraginoSans-W8);
	font-weight: 900;
}

@font-face {
	font-family: "Hiragino Sans W9";
	src: local(HiraginoSans-W9);
	font-weight: 900;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
	margin: 0 0 1em 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p,
dl,
ul,
ol,
a {
	margin: 0 0 1em 0;
	line-height: 2;
	font-weight: 500;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.note {
	display: block;
	margin: 0.5em 0 1em 0;
	line-height: 1.6;
	font-size: 0.85em;
	font-weight: 300;
}

.mds {
	margin: 0 0 10px 0;
	padding: 0;
}

.mds span {
	display: block;
	font-size: 0.7em;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.mds.line {
	margin: 0 auto 20px auto;
	padding: 0 0 10px 0;
	border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}

.mds img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.ttl_cont {
	margin: 0 0 40px 0;
	font-size: 42px;
	line-height: 1.4;
	font-weight: 600;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
	vertical-align: bottom;
	text-align: center;
}

.ttl_cont img {
	margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
}

.ttl_cont span {
	position: relative;
	display: block;
	font-size: 12px;
	margin: 0 0 6px 0;
	padding: 0;
}

.ttl_cont_s {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.4em;
}

.ttl_cont_s span {
	position: relative;
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	margin: 0 0 6px 0;
	padding: 0;
}

.lead {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 50px;
	font-weight: 300;
}

.center {
	text-align: center;
}

.emp {
	display: inline-block;
	margin: 0 2px 0 2px;
	font-size: 20px;
	line-height: 1;
}

.cap {
	margin: 0 5px 0 0;
	font-weight: 700;
	color: rgba(204, 204, 204, 1);
}

.mgn1 {
	margin: 0 0 10px 0;
}

.mgn2 {
	margin: 0 0 20px 0;
}

.mgn3 {
	margin: 0 0 30px 0;
}

.mgn4 {
	margin: 0 0 40px 0;
}

.mgn5 {
	margin: 0 0 50px 0;
}

@media all and (max-width:1280px) {}

@media all and (max-width:960px) {}

@media all and (max-width:800px) {
	.ttl_cont {
		display: block;
		margin: 0 auto 30px auto;
		font-size: 28px;
		width: 100%;
		text-align: center;
	}
	.ttl_cont img {
		display: block;
		margin: 0 auto;
		padding: 0;
		max-width: 40%;
		height: auto;
	}
	.lead {
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 20px;
		font-weight: 700;
	}
	.lead br {
		display: none;
	}
	.center {
		text-align: left;
	}
	.ttl_cont_s {
		margin: 0 0 10px 0;
		padding: 0;
		font-size: 18px;
		font-weight: 900;
		letter-spacing: 0.2em;
	}
	.ttl_cont_s span {
		position: relative;
		display: block;
		font-size: 10px;
		letter-spacing: 0;
		margin: 0 0 2px 0;
		padding: 0;
	}
	.note {
		text-align: left;
	}
	.note br {
		display: none;
	}
}


/*------------------------------------------------------------------------
コラム
------------------------------------------------------------------------*/

.wrapper {
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	position: relative;
}

.column {
	display: block;
	box-sizing: content-box;
	height: auto;
	margin: 0 0 30px -40px;
	padding: 0 0 0 0;
	position: relative;
	clear: both;
}

.col {
	display: block;
	box-sizing: border-box;
	position: relative;
	margin: 0 0 0 0px;
	padding: 0 0 0 40px;
	text-align: left;
}

.w20 {
	width: 20%;
	float: left;
}

.w25 {
	width: 25%;
	float: left;
}

.w30 {
	width: 30%;
	float: left;
}

.w40 {
	width: 40%;
	float: left;
}

.w50 {
	width: 50%;
	float: left;
}

.w60 {
	width: 60%;
	float: left;
}

.w70 {
	width: 70%;
	float: left;
}

.w75 {
	width: 75%;
	float: left;
}

.w80 {
	width: 80%;
	float: left;
}

@media screen and (max-width:1280px) {
	.wrapper {
		width: 960px;
	}
}

@media screen and (max-width:960px) {
	.wrapper {
		width: 86%;
	}
	.w20 {
		width: 50%;
	}
	.w25 {
		width: 50%;
	}
	.w30 {
		width: 50%;
	}
	.w40 {
		width: 50%;
	}
	.w50 {
		width: 50%;
	}
	.w60 {
		width: 50%;
	}
	.w70 {
		width: 50%;
	}
	.w75 {
		width: 50%;
	}
	.w80 {
		width: 50%;
	}
}

@media screen and (max-width:800px) {
	.w50 {
		width: 100%;
	}
}

@media screen and (max-width:480px) {
	.wrapper {
		width: 90%;
	}
	.column {
		margin: 0 0 10px -40px;
	}
	.w20 {
		width: 100%;
	}
	.w25 {
		width: 100%;
	}
	.w30 {
		width: 100%;
	}
	.w40 {
		width: 100%;
	}
	.w50 {
		width: 100%;
	}
	.w60 {
		width: 100%;
	}
	.w70 {
		width: 100%;
	}
	.w75 {
		width: 100%;
	}
	.w80 {
		width: 100%;
	}
}


/*------------------------------------------------------------------------
リンク
------------------------------------------------------------------------*/

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a.btn {
	display: inline-block;
	position: relative;
	padding: 15px 20px 15px 30px;
	margin: 0;
	text-decoration: none;
	width: auto;
	height: inherit;
	color: rgba(60, 60, 60, 1);
	background-color: rgba(255, 255, 255, 1);
	border: rgba(100, 100, 100, 1) solid 1px;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 4px;
}

a.btn:hover {
	color: rgba(0, 0, 0, 1);
	background-color: rgba(255, 255, 255, 1);
	border: rgba(224, 224, 224, 1) solid 1px;
}

a.btn:before {
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -4px;
	border-top: 4px solid transparent;
	border-left: 6px solid #948671;
	border-right: 6px solid transparent;
	border-bottom: 4px solid transparent;
	content: "";
}

a.btn_pdf {
	display: inline-block;
	position: relative;
	padding: 15px 20px 15px 50px;
	margin: 0;
	text-decoration: none;
	width: auto;
	height: inherit;
	color: rgba(60, 60, 60, 1);
	border: rgba(100, 100, 100, 1) solid 1px;
	font-size: 16px;
	line-height: 1.4;
	border-radius: 4px;
	background: rgba(255, 255, 255, 1) url(../img/common/icon_pdf.svgz) no-repeat 15px center;
	background-size: 18px;
}

a.btn_pdf:hover {
	color: rgba(0, 0, 0, 1);
	border: rgba(224, 224, 224, 1) solid 1px;
}

a.txt_link {
	display: inline-block;
	position: relative;
	padding: 0 0 0 16px;
	margin: 0 0 0 0;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	height: inherit;
	color: rgba(0, 0, 0, 1);
}

a.txt_link:hover {
	text-decoration: underline;
	color: rgba(0, 0, 0, 0.6);
}

a.txt_link:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-top: 4px solid transparent;
	border-left: 6px solid rgba(200, 200, 200, 1);
	border-bottom: 4px solid transparent;
	content: "";
}

a.btn_pagetop {
	display: block;
	position: fixed;
	bottom: 20px;
	right: 20px;
	overflow: hidden;
	padding: 40px 0 0 0;
	margin: 0 auto;
	width: 40px;
	height: 0;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

a.btn_pagetop:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

a.btn_pagetop:before {
	position: absolute;
	top: 15px;
	left: 50%;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	border-left: 2px solid rgba(255, 255, 255, 1);
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	content: "";
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media all and (max-width:800px) {
	a.btn {
		display: block;
		margin: 0 0 1px 0;
		text-align: center;
		font-size: 1em;
		padding: 10px 20px 10px 20px;
	}
	a.btn:before {
		position: absolute;
		top: 50%;
		left: 10px;
		display: block;
		width: 6px;
		height: 6px;
		margin-top: -4px;
		border-top: 4px solid transparent;
		border-left: 6px solid #948671;
		border-right: 6px solid transparent;
		border-bottom: 4px solid transparent;
		content: "";
	}
	a.btn_pdf {
		display: block;
		padding: 10px 25px 10px 50px;
		font-size: 1em;
	}
}


/*------------------------------------------------------------------------
リスト
------------------------------------------------------------------------*/

ul.list {
	display: block;
	padding: 0;
	margin: 0 0 24px 0;
	list-style: none;
	text-align: left;
}

ul.list li {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	margin: 0 0 6px 0;
	clear: both;
	line-height: 1.6;
	background: url(../img/common/bg_li.png) no-repeat 0 0.3em;
}

dl.dl_detail {
	padding: 0;
	margin: 0 auto 10px auto;
	list-style: none;
	display: block;
	text-align: left;
	font-size: 16px;
}

dl.dl_detail dt {
	float: left;
	padding: 0;
	margint: 0;
	position: relative;
	width: 6em;
	font-weight: 700;
	z-index: +1;
}

dl.dl_detail dt span {
	display: block;
	padding: 0.2em 0.4em;
	margint: 0;
	background-color: rgba(0, 179, 205, 1);
	color: rgba(255, 255, 255, 1);
	text-align: center;
}

dl.dl_detail dd {
	margin: 0 0 0.4em 0;
	padding: 0 0 0 7em;
	position: relative;
}

dl.dl_detail dd br {
	display: block;
}

dl.dl_detail dd span {
	display: block;
}

dl.dl_detail dd span.emp,
dl.dl_detail dd span.tel_num {
	display: inline-block;
}

@media all and (max-width:800px) {
	dl.dl_detail {
		padding: 0;
		margin: 0 auto 20px auto;
	}
}

@media all and (max-width:680px) {
	ul.list li {
		background-size: 12px;
		font-size: 0.9em;
	}
	dl.dl_detail {
		margin: 0 0 20px 0;
		font-size: 0.9em;
	}
	dl.dl_detail dt {
		float: none;
		padding: 5px 0 0 0;
		margint: 0;
		position: relative;
		width: 100%;
		z-index: auto;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	dl.dl_detail dd {
		margin: 0 0 0.4em 0;
		padding: 0 0 0 0;
		position: relative;
	}
	dl.dl_detail dd br {
		display: block;
	}
}


/*------------------------------------------------------------------------
イメージ
------------------------------------------------------------------------*/

.photo {
	width: 100%;
	height: auto;
	margin: 4px auto 20px auto;
}

.img_col {
	width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

@media all and (max-width: 1280px) {}

@media all and (max-width: 960px) {}

@media all and (max-width: 680px) {}