@charset "utf-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/*====================================
　物件サイト共通css
====================================*/
body {
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	font-family: "yu-mincho-pr6", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}
a{
	color: #333;
}
a:hover{
	opacity: 0.6;
}
.wrapper{
	position: relative;
}
.bx-wrapper{
	margin-bottom: 0;
}
.bx-wrapper .bx-viewport{
	left: 0;
	border: 0;
	background: none;
	box-shadow: none;
}
#fancybox-wrap,
#fancybox-outer,
#fancybox-content{
	box-sizing: content-box;
}
.t-center{
	text-align: center;
}
.t-right{
	text-align: right;
}
.t-left{
	text-align: left;
}
.bold{
	font-weight: bold;
}
.red{
	color: #f00;
}
.strong{
	color: #8C6800;
	font-weight: bold;
}

/*====================================
　sidebnr
====================================*/
#sidebnr{
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 4;
}
#sidebnr p{
	position: relative;
	overflow: hidden;
}
#sidebnr p + p{
	margin-top: 13px;
}
#sidebnr a{
	position: relative;
	display: block;
	border: 1px solid #fff;
	padding: 40px 5px;
	min-width: 50px;
	min-height: 200px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 1.4;
	text-align: center;
}
#sidebnr a::after{
	position: absolute;
	bottom: 22px;
	left: 0;
	right: 0;
	content: ' ';
	display: block;
	margin: 0 auto;
	width: 13px;
	height: 18px;
	background: url(../images/arrow_white.png) no-repeat right top;
	background-size: 10px 18px;
	z-index: 5;
}
#sidebnr a span{
	display: inline-block;
	text-align: left;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
#sidebnr .twinkle-img{
	position: absolute;
	top: -300px;
	left: -300px;
	pointer-events: none;
}
@media screen and (max-width:767px) {
	#sidebnr{
		display: none;
	}
}

/*====================================
　header
====================================*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 4;
}
#header_top{
	position: relative;
}
#header_top::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 10px;
	background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CCCCCC' , GradientType=0);
	z-index: 0;
}
#header .inner{
	position: relative;
	margin: 0 auto;
	padding-top: 14px;
	padding-bottom: 10px;
	width: 100%;
	max-width: 1000px;
}
#header_logo{
	position: relative;
	float: left;
	width: calc(100% - 345px);
	z-index: 1;
}
#header_logo h1{
	padding-top: 24px;
	font-size: 34px;
	font-weight: bold;
	color: #231815;
	line-height: 30px;
}
#header_logo h1 a{
	display: block;
}
#header_logo h1 span{
	float: right;
	width: calc(100% - 80px);
}
#header_logo h1 small{
	font-size: 14px;
}
#header_logo h1 img{
	float: left;
	transform: translateY(-5px);
}
#header_tel{
	float: right;
}
@media screen and (max-width:999px) {
	#header{
		height: 80px;
	}
	#header .inner{
		padding-top: 0;
		padding-right: 60px;
		height: 80px;
	}
	#header_logo{
		float: none;
		height: 80px;
		width: 100%;
	}
	#header_logo h1{
		padding-top: 13px;
		padding-left: 10px;
	}
	#header_tel{
		display: none;
	}
}
@media screen and (max-width:767px) {
	#header_logo{
		padding-top: 6px;
		width: 100%;
	}
	#header_logo h1{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		padding-top: 0;
		font-size: 18px;
		line-height: 1;
	}
	#header_logo h1 img{
		margin-right: 5px;
		width: 30px;
		height: auto;
	}
	#header_logo h1 span{
		width: calc(100% - 35px);
	}
	#header_logo h1 small{
		font-size: 10px;
	}
}


#gnav ul{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

#gnav .new{
	position: absolute;
	bottom: 3px;
	right: 42px;
}

#gnav ul li{
	position: relative;
	float: left;
	display: table;
	width: 14.28%;
	height: 60px;
}

#gnav ul li::after{
	position: absolute;
	top: 15px;
	right: 0;
	content: ' ';
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
	z-index: 1;
}
#gnav ul li:first-child::before{
	position: absolute;
	top: 15px;
	left: 0;
	content: ' ';
	display: block;
	width: 1px;
	height: 30px;
	background: #fff;
	z-index: 1;
}
#gnav ul li a:link{
	color: #fff;
}
#gnav ul li a:visited{
	color: #fff;
}

#gnav ul li a{
	display: table-cell;
	font-size: 14px;
	color: #777;
	line-height: 1.2;
	letter-spacing: -0.06em;
	vertical-align: middle;
	text-align: center;
}
.news_block{
	padding: 10px 15px;
	background: #eee;
}
.news_block + .news_block{
	margin-top: 10px;
}
.news_block .date{
	float: left;
	width: 140px;
	color: #D81E79;
}
.news_block .text{
	float: right;
	width: calc(100% - 145px);
}
@media screen and (max-width:767px) {
	.news_block .date{
		float: none;
	}
	.news_block .text{
		float: none;
		width: 100%;
	}
}
@media screen and (max-width:999px) {
	#gnav{
		display: none;
		position: fixed;
		top: 80px!important;
		left: 0;
		padding: 0;
		width: 100%;
		z-index: 2;
		padding-top: 0;
		border-top: 1px solid #ccc;
	}
	#gnav ul{
		overflow-y: auto;
		background: rgba(164, 210, 238, 0.25);
	}
	#gnav ul li{
		float: left;
		width: 50%;
		border-right: 0;
		border-bottom: 1px solid #ccc;
	}
	#gnav ul li:nth-child(even){
		border-left: 1px solid #ccc;
	}
	#gnav ul li::after,
	#gnav ul li:first-child::before{
		display: none;
	}
}

/*====================================
　main(home)
====================================*/
#main{
	margin-top: 170px;
	margin-bottom: 114px;
}
@media screen and (max-width:999px) {
	#main{
		margin-top: 80px;
	}
}

#mainimage{
	width: 100%;
}
#maintxt{
	float: left;
	width: calc(((100% - 1000px) / 2) + 400px);
	height: 500px;
}
#maintxt .inner{
	margin: 0 0 0 auto;
	padding-top: 82px;
	width: 400px;
	color: #fff;
	line-height: 1.2;
}
#maintxt .lead{
	margin-bottom: 10px;
	font-size: 18px;
}
#maintxt .title{
	margin-bottom: 15px;
	font-size: 42px;
}
#maintxt .box{
	border: 1px solid #fff;
	padding: 28px 10px;
	width: 340px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
#maintxt .box .strong{
	font-size: 36px;
}
#mainslider{
	position: relative;
	float: right;
	width: calc(((100% - 1000px) / 2) + 600px);
	height: 500px;
}
#mainslider .bx-viewport{
	height: 500px;
}
#mainslider ul{
	width: 100%;
	height: 100%;
}
#mainslider li{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#mainslider img{
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	margin: auto;
	width: auto;
	min-width: 100%;
	max-width: none;
	height: auto;
	min-height: 100%;
}
@media screen and (max-width:999px) {
	#maintxt{
		width: 400px;
	}
	#maintxt .inner{
		padding-left: 10px;
		padding-right: 10px;
	}
	#mainslider{
		width: calc(100% - 400px);
	}
	#mainslider img{
		height: 100%;
	}
}
@media screen and (max-width:767px) {
	#maintxt{
		float: none;
		width: 100%;
		height: auto;
	}
	#maintxt .inner{
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
		width: 100%;
		max-width: 400px;
	}
	#maintxt .lead{
		font-size: 14px;
	}
	#maintxt .title{
		font-size: 32px;
	}
	#maintxt .box{
		width: 100%;
		max-width: 340px;
		font-size: 14px;
	}
	#maintxt .box .strong{
		font-size: 28px;
	}
	#mainslider{
		float: none;
		width: 100%;
		height: auto;
	}
	#mainslider .bx-viewport{
		height: auto;
	}
	#mainslider ul,
	#mainslider li{
		height: auto;
	}
	#mainslider img{
		position: relative;
		top: 0;
		bottom: auto;
		left: 0;
		right: auto;
		width: 100%;
		height: auto;
	}
}

#pr_area{
	background: #ccc;
}
#pr_area ul{
	margin: 0 auto;
	padding: 25px 0;
	width: 100%;
	max-width: 1000px;
}
#pr_area ul li{
	position: relative;
	float: left;
	padding: 17px 10px;
	width: 23%;
	background: #fff;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#pr_area ul li + li{
	margin-left: 2.66%;
}
#pr_area ul li:before{
	position: absolute;
	top: 5px;
	left: 5px;
	content: ' ';
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	box-sizing: border-box;
}
#pr_area ul li:after{
	position: absolute;
	top: 6px;
	left: 6px;
	content: 'Point';
	display: block;
	padding: 0 5px;
	font-size: 12px;
	color: #fff;
}
#pr_area ul li small{
	font-size: 18px;
}
@media screen and (max-width:999px) {
	#pr_area ul{
		max-width: 486px;
	}
	#pr_area ul li{
		width: 47.32%;
	}
	#pr_area ul li:nth-child(odd){
		margin-left: 0;
		clear: both;
	}
	#pr_area ul li:nth-child(even){
		margin-left: 5.36%;
	}
	#pr_area ul li:nth-child(n+3){
		margin-top: 26px;
	}
}
@media screen and (max-width:767px) {
	#pr_area ul{
		max-width: 230px;
	}
	#pr_area ul li{
		float: none;
		width: 100%;
	}
	#pr_area ul li:nth-child(even){
		margin-left: 0;
	}
	#pr_area ul li:nth-child(n+2){
		margin-top: 10px;
	}
}

.top-contents{
	margin: 0 auto;
	padding: 62px 10px 92px;
	width: 100%;
	max-width: 1000px;
}
#information_area{
	float: left;
	width: calc(100% - 380px);
}
#information_area h2{
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 12px;
	line-height: 1;
}
#information_area h2::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 3px;
}
#information_area .information_block{
	font-size: 16px;
	color: #231815;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.2;
}
#information_area .information_block + .information_block{
	margin-top: 20px;
}
#information_area .information_block .date{
	float: left;
	width: 90px;
}
#information_area .information_block .text{
	float: right;
	width: calc(100% - 90px);
}
@media screen and (max-width:767px) {
	#information_area{
		float: none;
		margin-bottom: 50px;
		padding: 0 10px;
		width: 100%;
	}
	#information_area .information_block .date{
		float: none;
	}
	#information_area .information_block .text{
		float: none;
		width: 100%;
	}
}
#top-bnr_area{
	float: right;
	width: 340px;
}
#top-bnr_area a{
	position: relative;
	display: block;
	padding: 42px 28px;
	width: 100%;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
#top-bnr_area a::before{
	position: absolute;
	top: 5px;
	left: 5px;
	content: ' ';
	display: block;
	border: 1px solid #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	box-sizing: border-box;
	z-index: 1;
}
#top-bnr_area a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	content: ' ';
	display: block;
	margin: auto;
	width: 10px;
	height: 18px;
	background: url(../images/arrow_white.png) no-repeat left top;
	background-size: 10px 18px;
	z-index: 1;
}
#top-bnr_area a small{
	font-size: 18px;
}
@media screen and (max-width:767px) {
	#top-bnr_area{
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#top-bnr_area p{
		width: 100%;
		max-width: 340px;
		height: auto;
	}
	#top-bnr_area a{
		padding: 28px;
		height: auto;
		font-size: 18px;
	}
	#top-bnr_area a small{
		font-size: 12px;
	}
}



/*====================================
　main(content)
====================================*/
#pagetitle{
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 300px;
	background-size: cover!important;
}
#pagetitle h2{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	font-size: 36px;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-align: center;
}
#pagetitle h2 small{
	font-size: 18px;
	letter-spacing: 0.2em;
}
@media screen and (max-width:767px) {
	#pagetitle{
		height: 180px;
	}
	#pagetitle h2{
		font-size: 28px;
	}
	#pagetitle h2 small{
		font-size: 12px;
	}
}

#main > div{
	margin-top: 50px;
}
.col1-img{
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.col1-img img{
	width: 100%;
	height: auto;
}
#main .col1-img + .col2-img{
	margin-top: 20px;
}
.col2-img{
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.col2-img_block{
	float: left;
	width: calc((100% - 20.1px) / 2);
}
.col2-img_block + .col2-img_block{
	margin-left: 20px;
}
.col2-img img{
	width: 100%;
	height: auto;
}
@media screen and (max-width:767px) {
	.col2-img{
		max-width: 480px;
	}
	.col2-img_block{
		float: none;
		width: 100%;
	}
	.col2-img_block + .col2-img_block{
		margin-left: 0;
		margin-top: 20px;
	}
}


.line{
	width: 100%;
	height: 10px;
	background : -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	background : linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(204, 204, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CCCCCC' , GradientType=0);
}


#main .h3set{
	margin: 75px auto 0;
	width: 100%;
	max-width: 980px;
}
.h3set h3{
	font-size: 36px;
	font-weight: bold;
	color: #3e3a39;
	text-align: center;
}
@media screen and (max-width:767px) {
	.h3set h3{
		font-size: 19px;
	}
}

.h4set{
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.h4set h4{
	padding: 12px 18px;
	font-size: 26px;
	color: #fff;
}
@media screen and (max-width:767px) {
	.h4set{
		padding: 8px 12px;
	}
	.h4set h4{
		font-size: 16px;
	}
}

.h5set{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.h5set::before{
	position: absolute;
	top: 0;
	left: 10px;
	content: ' ';
	display: block;
	width: 4px;
	height: 100%;
}
.h5set h5{
	padding-left: 20px;
	font-size: 22px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	.h5set h5{
		font-size: 17px;
	}
}

.strongtxtset{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.strongtxtset .inner{
	position: relative;
	padding: 17px;
	background: #595757;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.strongtxtset .inner::before{
	position: absolute;
	top: 5px;
	left: 5px;
	content: ' ';
	display: block;
	border: 1px solid #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	box-sizing: border-box;
	pointer-events: none;
}
@media screen and (max-width:767px) {
	.strongtxtset .inner{
		font-size: 16px;
	}
}

.mediaset{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.mediaset .imgbox{
	width: 48.98%;
}
.mediaset.img-left .imgbox{
	float: left;
}
.mediaset.img-right .imgbox{
	float: right;
}
.mediaset .imgbox img{
	width: 100%;
	height: auto;
}
.mediaset .txtbox{
	width: 48.98%;
	font-weight: bold;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.71;
}
.mediaset.img-left .txtbox{
	float: right;
}
.mediaset.img-right .txtbox{
	float: left;
}
@media screen and (max-width:767px) {
	.mediaset .imgbox{
		margin: 0 auto 15px;
		width: 100%;
		max-width: 480px;
	}
	.mediaset.img-left .imgbox{
		float: none;
	}
	.mediaset.img-right .imgbox{
		float: none;
	}
	.mediaset .txtbox{
		width: 100%;
	}
	.mediaset.img-left .txtbox{
		float: none;
	}
	.mediaset.img-right .txtbox{
		float: none;
	}
}

.calloutset{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.callout{
	float: left;
	font-weight: bold;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.71;
}
.col4 .callout{
	width: 24.49%;
}
.col4 .callout + .callout{
	margin-left: 0.68%;
}
.col2 .callout{
	width: 48.98%;
}
.col2 .callout + .callout{
	margin-left: 2.04%;
}
.callout .imgbox{
	margin-bottom: 10px;
}
.callout .imgbox img{
	width: 100%;
	height: auto;
}
.callout .title{
	color: #050505;
}
.callout .text{
	color: #333;
}
@media screen and (max-width:767px) {
	.calloutset.col4{
		max-width: 300px;
	}
	.calloutset.col2{
		max-width: 480px;
	}
	.callout{
		float: none;
	}
	.col4 .callout{
		width: 100%;
	}
	.col4 .callout + .callout{
		margin-left: 0;
		margin-top: 30px;
	}
	.col2 .callout{
		width: 100%;
	}
	.col2 .callout + .callout{
		margin-left: 0;
		margin-top: 30px;
	}
}


.txtset{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
	font-weight: bold;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.71;
	color: #333;
}
.txtset a{
	color: #3353a3;
	text-decoration: underline;
}
.txtset a:hover{
	opacity: 1;
	text-decoration: none;
}


.col2-bnr{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
}
.col2-bnr_block{
	position: relative;
	float: left;
	width: 48.98%;
}
.col2-bnr_block + .col2-bnr_block{
	margin-left: 2.04%;
}
.col2-bnr_block::before{
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	content: ' ';
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-bottom: 11px solid #fff;
	z-index: 2;
	pointer-events: none;
}
.col2-bnr_block::after{
	position: absolute;
	top: 5px;
	left: 5px;
	content: ' ';
	display: block;
	border: 1px solid #fff;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	box-sizing: border-box;
	z-index: 2;
	pointer-events: none;
}
.col2-bnr_block a{
	display: block;
}
.col2-bnr .imgbox{
	width: 100%;
	height: auto;
}
.col2-bnr .imgbox img{
	width: 100%;
	height: auto;
}
.col2-bnr .txtbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	z-index: 1;
}
.col2-bnr .txtbox::before{
	position: absolute;
	top: 50%;
	left: 0;
	content: ' ';
	display: block;
	width: 100%;
	height: 50%;
	z-index: 2;
}
.col2-bnr .txtbox .inner{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.col2-bnr .txtbox .inner p{
	display: table-cell;
	padding: 15px 10px 15px 15px;
	font-size: 20px;
	color: #fff;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
	.col2-bnr{
		max-width: 480px;
	}
	.col2-bnr_block{
		float: none;
		width: 100%;
	}
	.col2-bnr_block + .col2-bnr_block{
		margin-left: 0;
		margin-top: 30px;
	}
	.col2-bnr .txtbox{
		width: 175px;
	}
	.col2-bnr .txtbox .inner p{
		font-size: 16px;
	}
}

.tableset{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tableset table{
	width: 100%;
	line-height: 1.71;
}
.tableset th{
	padding: 15px 15px 10px;
	background: #172851;
	color: #fff;
	white-space: nowrap;
}
.tableset tr:not(:first-child) th{
	border-top: 1px solid #fff;
}
.tableset td{
	border: 1px solid #999;
	padding: 15px 15px 10px;
}
@media screen and (max-width: 767px) {
	.tableset th,
	.tableset td{
		display: block;
	}
	.tableset tr:not(:first-child) th{
		border-top: none;
	}
}

.linkset{
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
	margin-top: 20px !important;
}
.linkset .link_btn{
	display: inline-block;
	width: 270px;
}
.linkset .link_btn + .link_btn{
	margin-left: calc((100% - 810px) / 2);
}
.linkset .link_btn a{
	position: relative;
	display: block;
	padding: 12px 20px 11px;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width:767px) {
.linkset .link_btn a{
	position: relative;
	display: block;
	padding: 10px 10px 10px 0px;
	font-size: 13px;
	font-weight: bold;
}

}
.linkset .link_btn a:hover{
	opacity: 1;
	color: #fff;
}
.linkset .link_btn a::after{
	position: absolute;
	top: 50%;
	right: 14px;
	content: '';
	margin-top: -4px;
	width: 6px;
	height: 6px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 999px) {
	.linkset .link_btn{
		width: 30%;
	}
	.linkset .link_btn + .link_btn{
		margin-left: 5%;
	}
}
@media screen and (max-width:767px) {
	.linkset .link_btn{
		margin: 0px;
		width: 100%;
		max-width: 32%;
	}
	.linkset .link_btn + .link_btn{
		margin-left: 5px;
	}
}

.btnset{
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	width: 100%;
	max-width: 1000px;
	text-align: center;
}
.btnset .btn{
	position: relative;
	display: inline-block;
	width: 240px;
	overflow: hidden;
}
.btnset .btn + .btn{
	margin-left: 7px;
}
.btnset .btn a{
	position: relative;
	display: block;
	padding: 16px 22px;
	width: 100%;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.btnset .btn a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	content: ' ';
	display: block;
	margin: auto;
	width: 10px;
	height: 18px;
	background: url(../images/arrow_white.png) no-repeat left top;
	background-size: 10px 18px;
	z-index: 1;
}
.btnset .btn .twinkle-img{
	position: absolute;
	top: -300px;
	left: -300px;
	pointer-events: none;
}
@media screen and (max-width:767px) {
	.btnset .btn{
		margin: 7px;
	}
}


/*====================================
　bnr_area
====================================*/
.bnr_area{
	background : -webkit-linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
	background : linear-gradient(-90deg, rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#333333' , GradientType=1);
}
.bnr_area .inner{
	margin: 0 auto;
	padding: 35px 0;
	width: 100%;
	max-width: 800px;
}
.bnr_area li{
	display: table;
}
.bnr_area a{
	display: table-cell;
	border: 1px solid #fff;
	height: 80px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width:767px) {
	.bnr_area .inner{
		padding: 35px 10px;
		max-width: 270px;
	}
	.bnr_area a img{
		width: 100%;
		height: auto;
	}
}


/*====================================
　footer
====================================*/
#footer_nav ul{
	padding: 11px;
	text-align: center;
}
#footer_nav li{
	display: inline-block;
}
#footer_nav li + li:before{
	content: '|';
	margin: 0 10px 0 8px;
	color: #fff;
}
#footer_nav li a{
	color: #fff;
}
#footer_nav li a br{
	display: none;
}
@media screen and (max-width:767px) {
	#footer_nav{
		display: none;
	}
}


#footer_contents{
	border-bottom: 1px solid #231815;
}
#footer_contents .inner{
	margin: 0 auto;
	padding-bottom: 28px;
	width: 100%;
	max-width: 1000px;
}
#footer_left{
	float: left;
	padding: 20px 0 0;
}
#footer_logo{
	margin-bottom: 22px;
}
#footer_left img{
	max-width: 100%;
	height: auto;
}

#footer_right{
	float: right;
	padding: 46px 0 0;
}
#footer_right .btns{
	margin-bottom: 25px;
	text-align: right;
}
#footer_right .btns ul{
	display: inline-block;
}
#footer_right .btns ul li{
	display: inline-block;
}
#footer_right .btns ul li + li{
	margin-left: 5px;
}
#footer_right .btns ul li a{
	display: block;
	padding: 10px;
	width: 225px;
	color: #fff;
	text-align: center;
}
#footer_right .links{
	text-align: right;
}
#footer_right .links ul{
	display: inline-block;
}
#footer_right .links ul li{
	display: inline-block;
}
#footer_right .links ul li + li{
	margin-left: 5px;
}
#footer_right .links ul li a{
	position: relative;
	display: block;
	padding: 0 0 0 16px;
	font-weight: bold;
}
#footer_right .links ul li a::before{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	content: ' ';
	display: block;
	margin: auto;
	width: 5px;
	height: 5px;
	border: 5px solid transparent;
	box-sizing: border-box;
}
#footer_btm{
	padding: 22px 10px;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 999px) {
	#footer_contents .inner{
		padding: 0 10px 28px;
		max-width: 479px;
	}
	#footer_left{
		float: none;
	}
	#footer_right{
		float: none;
	}
}
@media screen and (max-width: 767px) {
	#footer_contents .inner{
		max-width: 321px;
	}
	#footer_right .btns{
		text-align: center;
	}
	#footer_right .btns ul li{
		display: block;
	}
	#footer_right .btns ul li + li{
		margin-left: 0;
		margin-top: 5px;
	}
	#footer_btm{
		font-size: 10px;
	}
}