
/*----------------------------------------------------

 Top

----------------------------------------------------*/

/* 
----------------------------------------------------*/
#info	{
}
#info	.box	{
	background:#f3f3f3;
	border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:15px;
}
#info	h3	{
	text-align:center;
	color:#FFF;
	padding:3px 0;
	background:#3399cc;
	border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#info	.txt	{
	padding:10px 0;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#info	.box:after	{
	clear:both;
	content:'';
	display:block;
}
#info	.box	{
	padding:20px;
}
#info	.box-1	{
	float:left;
	width:48%;
}
#info	.box-2	{
	float:right;
	width:48%;
}
#info	.txt	{
	padding:10px;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

/* 
----------------------------------------------------*/
#news	{
	border-top:1px solid #3399cc;
}
#news	.hotTopics	{
	border-bottom:1px dashed #ccc;
	padding:20px 10px;
}
#news	.hotTopics	.txt	{
	padding:0 0 20px;
}
#news	.hotTopics	h3	{
	color:#3399cc;
	font-weight:700;
	font-size:1.6rem;
	padding-bottom:10px;
}
dl.koumoku {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin:10px 0;
}
dl.koumoku dt {
	padding: 6px 10px;
	border-top: 1px solid #ccc;
}
dl.koumoku dd {
	padding: 10px;
	background: #fff;
}
dl.koumoku dd:after {
	content: '';
	display: block;
	clear: both;
}
#news	.hotTopics	.pht	{
	padding:0 30px;
	text-align:center;
}
#news	.hotTopics	.pht	.cap	{
	padding:5px 0 10px;
	font-size:1.3rem;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
dl.koumoku dt {
	padding: 10px;
	width: 30%;
	float: left;
	border-top: 1px solid #ccc;
}
dl.koumoku dd {
	margin-left: 30%;
	border-top: 1px solid #ccc;
}
}
#news	.hotTopics	.pht-list	{
	letter-spacing: -0.4em;
}
#news	.hotTopics	.pht-list li	{
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px 15px;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	text-align: center;
}
#news	.hotTopics	.pht-list li img	{
	width: 100%;
}
#news	.hotTopics	.pht-list li p	{
	font-size: 12px;
	text-align: center;
}

#news	.hotTopics	.pht-list2	{
	margin: 2em 0 0;
	padding: 0 30px;
	text-align: center;
}
#news	.hotTopics	.pht-list2 li	{
	margin-bottom: 1em;
}


@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#news	.ctt	{
	padding-bottom:0;
}
#news	.hotTopics	{
	border-bottom:1px dashed #ccc;
	padding:30px 20px;
}
#news	.hotTopics:after	{
	content:'';
	display:block;
	clear:both;
}
#news	.hotTopics	h3	{
	font-size:2.2rem;
	padding-bottom:25px;
	text-align:center;
}
#news	.hotTopics	.txt	{
	padding:0;
	float:left;
	width:68%;
	line-height:1.8;
}
#news	.hotTopics	.pht	{
	padding:0;
	float:right;
	width:27%;
}
#news	.hotTopics	.txt50	{
	padding:0;
	float:left;
	width:50%;
	line-height:1.8;
}
#news	.hotTopics	.pht50	{
	padding:0;
	float:right;
	width:45%;
}
#news	.hotTopics	.pht-list-center li	{
	width: 20%;
}

#news	.hotTopics	.pht-list2	{
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
#news	.hotTopics	.pht-list2 li	{
	width: 48%;
}

}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

/* 
----------------------------------------------------*/
#release	{
	background:#f3f3f3;
}
#release	ul	{
}
#release	ul:after	{
	content:'';
	display:block;
	clear:both;
}
#release	li	{
	padding-bottom:10px;
}
#release	a	{
	display:block;
	text-decoration:none;
	color:#333;
	padding:5px 30px 5px 10px;
	border:1px solid #3399cc;
	line-height:1.3;
}
#release	a.icn-pdf	{
	background:#FFF url(../../img/icn-pdf.png) no-repeat right 10px center;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
#release	li	{
	padding:0;
	float:left;
	width:48%;
	margin:0 4% 10px 0;
}
#release	li:nth-child(2n)	{
	margin-right:0;
}
#release	a	{
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
#release	li	{
	padding:0;
	float:left;
	width:31%;
	margin:0 3.5% 10px 0;
}
#release	li:nth-child(2n)	{
	margin:0 3.5% 10px 0;
}
#release	li:nth-child(3n)	{
	margin-right:0;
}
#release	a:hover	{
	color:#FFF;
	background-color:#3399cc;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#release	li,
#release	li:nth-child(2n),
#release	li:nth-child(3n)	{
	padding:0;
	float:left;
	width:23.5%;
	margin:0 2% 10px 0;
}
#release	li:nth-child(2n)	{
	margin:0 2% 10px 0;
}
#release	li:nth-child(3n)	{
	margin:0 2% 10px 0;
}
#release	li:nth-child(4n)	{
	margin-right:0;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

/* 
----------------------------------------------------*/
#certificate	{
	background:#f3f3f3;
}
#certificate	ul	{
}
#certificate	ul:after	{
	content:'';
	display:block;
	clear:both;
}
#certificate	li	{
	padding-bottom:10px;
	width:65%;
	margin:0 auto;
}
#certificate	li .cap	{
	padding: 5px 0 10px;
	font-size: 1.3rem;
	text-align:center;
}
#certificate	a.icn-pdf	{
	background:#FFF url(../../img/icn-pdf.png) no-repeat right 10px center;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
#certificate	li	{
	padding:0;
	float:left;
	width:48%;
	margin:0 4% 10px 0;
}
#certificate	li:nth-child(2n)	{
	margin-right:0;
}
#certificate	a	{
	height:70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
#certificate	li	{
	padding:0;
	float:left;
	width:31%;
	margin:0 3.5% 10px 0;
}
#certificate	li:nth-child(2n)	{
	margin:0 3.5% 10px 0;
}
#certificate	li:nth-child(3n)	{
	margin-right:0;
}
#certificate	a:hover	{
	color:#FFF;
	background-color:#3399cc;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#certificate	li,
#certificate	li:nth-child(2n),
#certificate	li:nth-child(3n)	{
	padding:0;
	float:left;
	width:23.5%;
	margin:0 2% 10px 0;
}
#certificate	li:nth-child(2n)	{
	margin:0 2% 10px 0;
}
#certificate	li:nth-child(3n)	{
	margin:0 2% 10px 0;
}
#certificate	li:nth-child(4n)	{
	margin-right:0;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}

/* 
----------------------------------------------------*/
#access	{
	padding:0;
}
#access section	{
	max-width:none;
	padding:0;
}
#access	.box	{
	padding:30px 30px 15px;
}
#access	dl	{
}
#access	dt	{
	padding:6px 0;
}
#access	dd	{
	padding:6px 0 6px 65px;
	margin-top:-2.4em;
}
#access	.icn	{
	padding:6px 0 6px 65px;
	background-repeat:no-repeat;
	background-size:46px auto;
	background-position:left 5px;
}
#access	.icn	strong	{
	font-weight:700;
}
#access	.icn01	{
	background-image:url(../../img/icn-car.png);
}
#access	.icn02	{
	background-image:url(../../img/icn-train.png);
}
#access .gmap {
	height: 300px;
	overflow: hidden;
	position: relative;
}
#access .gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (min-width:	38.75em) {/***	16.1	Mobile	Large	620px	*/
#access	.box	{
	padding:30px 50px 15px;
}
#access .gmap {
	height: 360px;
}
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
#access	.box	{
	padding:30px 80px 15px;
}
#access .gmap {
	height: 500px;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
#access	.box	{
	padding:60px 20px 60px 50px;
	float:right;
	width:50%;
}
#access	.box	.ctt	h2	{
	text-align:left;
}
#access .gmap	{
	float:left;
	width:50%;
}
#access .gmap {
	height: 762px;
}
}
@media screen and (min-width:	1180px) {/***	16.4	Desktop	Large	1180px	*/
}



/* 
----------------------------------------------------*/
.hp0427table	{
	margin-top: 15px;
}
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
.hp0427table	{
	width: 500px;
	margin: 15px auto 0;
}
.hp0427table td	{
	box-sizing: border-box;
}
}
@media screen and (min-width:	62.5em) {/***	16.4	Desktop	Small	1000px	*/
.hp0427table	{
	width: 500px;
	margin: 15px auto 0;
}
.hp0427table td	{
	box-sizing: border-box;
}
}



/* 
----------------------------------------------------*/
@media screen and (min-width:	46.25em) {/***	16.2	Tablet	Small	740px	*/
.pht-flex3	{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 0;
}
.pht-flex3 li {
	width: 32%;
	text-align: center;
	margin: 0 0 20px;
}
}
@media screen and (max-width:	46.24em) {/***	16.4	Desktop	Small	1000px	*/
.pht-flex3	{
	padding: 0 30px;
    text-align: center;
}
.pht-flex3 li {
	text-align: center;
	margin: 0 0 20px;
}
}


