@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

html {
	background: #f7f7f7;
}
body {
    position: relative;
    left: 0;
}

/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.8);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


/*==================================================

header
=================================================*/

header {
	width: 100%;
	position: fixed;
	min-width: 100%;
	background-color: rgba(255, 255, 255, 0);
	top: 0;
	left: 0;
	z-index: 7!important;
	
	padding-top: 0;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#header-inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.headerbg {
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
}
.headerbg nav > ul > li > a {
   	
}

/* cf */

#header-inner:after,#header-logo-wrapper:after {
    content:" ";
    display:block;
    clear:both;
}

/* header PC */

#header-logo {
	width: 30%;
	max-width: 214px;
	position: absolute;
	line-height: 0;
	top: 50%;
	left: 3%;
	-webkit-transform: translate(0, -50%); 
	transform: translate(0, -50%);
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	
}
.headerbg #header-logo {
	max-width: 214px;
}

/* header img */

#header-logo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 36px;
	display: none;
	float: right;
	text-align: center;
	cursor: pointer;
	margin: 20px 0;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*==================================================

header item add
=================================================*/

#header-option {
	width: 200px;
	position: absolute;
	text-align: right;
	top: -10px;
	right: 0;
}
#header-option a:nth-of-type(1) {
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	border: 3px solid #005bac;
	text-decoration: none;
	padding: 3px;
}
#header-option a {
	width: 100%;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
	text-align: center;
	background-color: #005bac;
	border: 3px solid #005bac;
	text-decoration: none;
	padding: 3px;
}
#header-option a:nth-of-type(1):hover {
	opacity: 1;
	color: #005bac;
}
#header-option a:hover {
	opacity: 1;
	color: #005bac;
	background-color: #FFF;
}

.headerbg #header-option {
	display: none;
}

/*==================================================

Navi
=================================================*/

/* side menu */

.side-item {
	width: 50px;
	height: 220px;
	position: fixed;
	top: 200px;
	right: 7px;
	background-color: #f0f0f0;
	background-image: url(../../images/txt_size_head.png);
	background-position: center top 20px;
	background-repeat: no-repeat;
	background-size: auto;
	border-radius: 12px 0 0 12px;
	z-index: 10!important;
}
.side-item dl {
	width: 20px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	-webkit-transform: translate(-50%, 0); 
	transform: translate(-50%, 0);
	z-index: 1;
}
.side-item dl dd {
	cursor: pointer;
	font-size: 13px;
	line-height: 28px;
	color: #999;
	text-align: center;
	border-bottom: 1px dotted #13419e;
	padding: 4px 0;
}
.side-item dl dd:nth-last-of-type(1) {
	border: none;
}
.side-item dl dd.active {
	color: #13419e;
	font-weight: 600;
}

.line-option-l {
	width: 7px;
	height: 100%;
	position: fixed;
	background-color: #0b82c0;
	top: 0;
	left: 0;
	z-index: 10!important;
}
.line-option-r {
	width: 7px;
	height: 100%;
	position: fixed;
	background-color: #13419e;
	top: 0;
	right: 0;
	z-index: 10!important;
}

/* header menu */

nav {
	width: 65%;
	max-width: 1000px;
	position: relative;
	margin: 0 0 0 auto;
}

nav > ul {
	width: 100%;
	position: relative;
	display: table;
}

/* cf */
nav:after,nav ul:after {
    content:" ";
    display:block;
    clear:both;
}

nav > ul > li {
	display: table-cell;
	position: relative;
	vertical-align: middle;
}

nav > ul > li > a {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	line-height: 160%;
	text-decoration: none;
	padding: 30px .5em;
}
nav > ul > li > a br {
	display: none;
}
nav > ul > li:nth-last-of-type(2) {
	background-color: #333;
}

/* メインメニューのサブタイトル */

nav > ul > li a span {
	font-size: 1.2px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

/* メインメニューのオーバーカラー */

nav > ul > li > a:hover {
	color: #999;
}

/* メインメニューの背景 オーバー */
.navrollover {
	
}
.navrollover a:hover {
	
}
nav > ul > li > ul {
	width: 200px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-40%, 0); /* Safari用 */
	transform: translate(-40%, 0);
	
    background-color: rgba(0, 0, 0,0.9);
	padding: 0;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	
	opacity: 1;
}
nav li ul li a {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
nav li:hover ul li a {
	visibility: visible;
	opacity: 1;
}


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	float: none;
	border-bottom: 1px solid #333;
	padding: 0 2px;
}
nav > ul > li > ul li a {
	width: 100%;
	display: block;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	background-size: auto;
	padding: 15px 10px;
}
nav > ul > li > ul li a:hover {
	opacity: 0.6;
}

/* テキストサイズメニュー */

nav > ul > li.txt-size {
	padding-right: 7px;
}
nav > ul > li.txt-size .inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	
	background-color: #EEE;
}
nav > ul > li.txt-size .inner dt {
	width: 40%;
	font-size: 13px;
	line-height: 26px;
	color: #666;
	text-align: center;
	padding: 10px 8px;
}
nav > ul > li.txt-size .inner dd {
	width: 20%;
	cursor: pointer;
	font-size: 13px;
	line-height: 26px;
	color: #666;
	text-align: center;
	font-weight: 500;
	border-left: 1px dotted #13419e;
	padding: 10px 8px;
}
nav > ul > li.txt-size .inner dd.active {
	color: #FFF;
	background-color: #0b82c0;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/*==================================================

scroll button
=================================================*/

.scroll-item {
	width: 40px;
	height: 70px;
	position: absolute;
	left: 50%;
	bottom: 3%;
	-webkit-transform: translate(-50%, 0); 
	transform: translate(-50%, 0);
}
@-webkit-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@-moz-keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
@keyframes ani-mouse {
    0% {
    opacity: 1;
    top: 29%;
    }
    15% {
    opacity: 1;
    top: 50%;
    }
    50% {
    opacity: 0;
    top: 50%;
    }
    100% {
    opacity: 0;
    top: 29%;
    }
}
 .scroll-btn {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	text-align: center;
}
.scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 1rem;
	letter-spacing: 0;
    font-weight: normal;
    color: #999;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: #999;
}
/*
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
*/
.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 20px;
    height: 35px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #999;
    border-radius: 18px;
}
.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 8px;
    margin: -4px 0 0 -2px;
    background: #999;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

/*==================================================

contents
=================================================*/

.small-font {
	font-size: 55%;
}
.normal-font {
	font-size: 62.5%;
}
.large-font {
	font-size: 70%;
}

.plist {
	width: 100%;
	text-align: left;
	padding: 20px 0;
}
.plist li {
	display: inline-block;
	background-image: url(../images/arrow_r.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;
	padding-right: 25px;
}
.plist li:nth-last-of-type(1) {
	background-image: none;
}

#contents {
	width: 100%;
	position: relative;
	margin: 100px auto 120px;
	z-index: 5!important;
}
.contents-section {
	margin-top: 80px;
	position: relative;
}
.contents-inner {
	width: 90%;
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
}
.contents-inner h1 span,
.contents-inner h2 span,
.contents-inner h3 span {
	display: inline-block;
}

.fl-box {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	
	margin: 0 auto;
}

.dot-item {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url('../images/dot.png') repeat;
	background-size: auto;
	top: 0;
	left: 0;
	z-index: 1;
}
.anchor-item {
	width: 1px;
	height: 1px;
	position: absolute;
	top: -120px;
	left: 0;
}


/* cf */
#contents:after,.contents-inner:after {
    content:" ";
    display:block;
    clear:both;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

button
=================================================*/

/* ボタン */

.button {
	width: 100%;
	max-width: 250px;
	display: block;
	position: relative;
	cursor: pointer;
	font-size: 1.5rem;
	color: #FFF;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	background-color: #333;
	border: 2px solid #333;
	padding: 1em 1em;
}
.button:hover {
	opacity: 1;
	color: #333;
	background-color: #FFF;
}
.button.rt {
	margin: 0 0 0 auto;
}
.button:before {
	content:url(../images/opt_arrow.png);
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(-15px, -50%); 
	transform: translate(-15px, -50%);
	z-index: 1;
	
	/* animation */
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover:before {
	-webkit-transform: translate(-10px, -50%); 
	transform: translate(-10px, -50%);
}

.list-button {
	width: 100%;
	max-width: 315px;
	display: block;
	cursor: pointer;
	font-size: 1.5rem;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
	background-image: url(../images/arrow_w.png);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: auto;
	margin: 10px auto;
	padding: 15px 1em;
}
.list-button:hover {
	opacity: 1;
	color: #0054c1;
	background-color: #FFF;
	background-image: url(../images/arrow_b.png);
}


[class^="button"] {
	
	/* animation */
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*==================================================

map
=================================================*/

.map {
	width: 100%;
	height: 380px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*==================================================

table
=================================================*/

.data-tstyle {
	width: 100%;
	line-height: 180%;
}
.data-tstyle th {
	width: 150px;
	text-align: left;
	font-weight: normal;
	padding: 20px 2em;
}
.data-tstyle th span {
	color: #F00;
}
.data-tstyle td {
	padding: 20px 2em;
}
.data-tstyle td span {
	color: #F00;
}
.data-tstyle tr:nth-of-type(even) {
	background-color: #dedede;
}

.data-list {
	width: 100%;
	line-height: 160%;
	background-color: #FFF;
	margin: 0 auto;
}
.data-list.size-s {
	max-width: 500px;
}
.data-list th {
	text-align: left;
	color: #FFF;
	font-weight: normal;
	background-color: #0092de;
	border-right: 1px solid #dedede;
	padding: 12px 1em;
}
.data-list th span {
	color: #F00;
}
.data-list td:nth-of-type(1) {
	white-space: nowrap;
}
.data-list td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 12px 1em;
}
.data-list td span {
	color: #F00;
}
.data-list tr:nth-of-type(even) {
	background-color: #f7f7f7;
}

.data-fstyle {
	width: 100%;
	margin-top: 60px;
}
.data-fstyle th {
	width: 180px;
	text-align: left;
	font-weight: normal;
	padding: 20px 2em;
}
.data-fstyle th span {
	font-size: 1rem;
	color: #F00;
}
.data-fstyle td {
	text-align: left;
	padding: 20px 2em;
}
.data-fstyle td span {
	font-size: 1.2rem;
	color: #F00;
}
.data-fstyle tr:nth-of-type(odd) {
	background-color: #dedede;
}


/*==================================================

footer
=================================================*/

.pagetop {
	width: 150px;
	height: 45px;
	position: fixed;
	right: -150px;
	bottom: 250px;
	z-index: 1001!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagetop-visible {
	right: 0;
}
#footer-pagetop {
	width: 100%;
	max-width: 49px;
	text-align: center;
	margin: 5% auto 0;
}
#footer-banner {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
}
footer {
	width: 100%;
}
footer .footer-head {
	width: 100%;
	display: table;
	position: relative;
	z-index: 5!important;
	margin-top: 0;
}
.footer-inner {
	width: 50%;
	display: table-cell;
	vertical-align: top;
	background-color: #0b82c0;
	background-image: url(../../images/bg_left.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.footer-head > div:nth-of-type(2) {
	background-color: #0054c1;
	background-image: url(../../images/bg_right.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-inner .inner {
	width: 100%;
	color: #FFF;
	margin: 0 0 0 auto;
	padding: 0 50px;
}
.footer-inner .inner p {
	text-align: center;
}
.footer-inner .inner p a {
	font-size: 1.2rem;
	color: #FFF;
	text-decoration: none;
}
.footer-inner .inner ul {
	text-align: center;
}
.footer-inner .inner ul li {
	display: block;
	font-family: 'Roboto', sans-serif;
	margin: 20px auto 0;
}
.footer-inner .inner ul li strong {
	font-size: 4rem;
	font-weight: 500;
}

footer .footer-bottom {
	width: 100%;
	position: relative;
	background-color: #000;
	background-image: url(../../images/footer_bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
footer .footer-bottom .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
footer .footer-bottom .inner:after {
	content: " ";
	display: block;
	clear: both;
}
footer .footer-bottom .inner .footer-logo {
	width: 30%;
	max-width: 214px;
	float: left;
	line-height: 0;
}
footer .footer-bottom .inner .footer-logo h1 {
	width: 100%;
	line-height: 100%;
}
footer .footer-bottom .inner .footer-logo .link-b {
	width: 100%;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	background-color: #00659a;
	margin: 20px auto;
	padding: 30px 1em;
}
footer .footer-bottom .inner .footer-logo .link-b:hover {
	opacity: 1;
	color: #00659a;
	background-color: #FFF;
}
footer .footer-bottom .inner .footer-logo .link-txt {
	width: 100%;
	display: block;
	color: #FFF;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}
footer .footer-bottom .inner .footer-menu {
	width: 65%;
	float: right;
}
footer .footer-bottom .inner .footer-menu ul {
	width: 85%;
	display: table;
	margin: 0 0 0 auto;
}
footer .footer-bottom .inner .footer-menu ul li {
	width: 20%;
	display: table-cell;
	text-align: right;
}
footer .footer-bottom .inner .footer-menu ul li a {
	color: #FFF;
	text-decoration: none;
}
.footer-tel {
	font-size: 2rem;
	color: #FFF;
	line-height: 180%;
	font-weight: 500;
	letter-spacing: .1em;
	text-align: right;
	margin-top: 3%;
}
#copyright {
	font-size: 1.2rem;
	color: #FFF;
	line-height: 180%;
	text-align: right;
	margin-top: 3%;
}

/* footer img */

#footer-pagetop img,.footer-logo img,#footer-banner img {
	width: 100%;
	max-width: 100%;
	height: auto;	
}

/* footer cf */

.footer-inner:after,.footer-menu:after,.foot-item .inner:after,.footer-add:after {
    content:" ";
    display:block;
    clear:both;
}


/*==================================================

size m
=================================================*/
@media only screen and (min-width:1px) and (max-width: 1100px) {
	
	nav > ul > li > a {
		font-size: 1.3rem;
		padding: 28px .5em;
	}
	nav > ul > li > a br {
		display: block;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 800px) {
	
	footer {
		width: 100%;
	}
	footer .footer-head {
		width: 100%;
		display: block;
	}
	.footer-inner {
		width: 100%;
		display: block;
		padding: 5% 0;
	}
	.footer-inner .inner {
		width: 100%;
		color: #FFF;
		margin: 0 0 0 auto;
		padding: 0 50px;
	}
	.footer-inner .inner ul li {
		margin: 10px auto 0;
	}
	.footer-inner .inner ul li strong {
		font-size: 3rem;
		font-weight: 500;
	}

	footer .footer-bottom {
		padding: 5% 0;
	}
	footer .footer-bottom .inner .footer-logo {
		width: 100%;
		max-width: 214px;
		float: none;
		margin: 0 auto;
	}
	footer .footer-bottom .inner .footer-menu {
		width: 100%;
		float: none;
		margin: 5% auto;
	}
	footer .footer-bottom .inner .footer-menu ul {
		width: 100%;
		display: block;
		margin: 30px auto 0;
	}
	footer .footer-bottom .inner .footer-menu ul:after {
		content: " ";
		display: block;
		clear: both;
	}
	footer .footer-bottom .inner .footer-menu ul li {
		width: 33.33%;
		display: block;
		float: left;
		text-align: center;
	}
	footer .footer-bottom .inner .footer-menu ul li a {
		color: #FFF;
		text-decoration: none;
	}
	.footer-tel {
		text-align: center;
		margin-top: 3%;
	}
	
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	#wrapper {
		width: 100%;
		min-width: 100%;
	}
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		background-color: rgba(0, 84, 193, 1);
		top: 0;
		
		padding-top: 0;
	}
	#header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 0 2.5%;
	}
	#header-option {
		display: none;
	}
	#header-logo {
		width: 80%;
		max-width: 214px;
		position: relative;
		float: left;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); 
		transform: translate(0, 0);
		margin: 20px 0;
		padding: 0;
	}
	.headerbg #header-logo {
		width: 80%;
		max-width: 214px;
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 20px 0;
		padding: 0;
	}
	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(0, 84, 193, 0.8);
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	.side-item {
		display: none;
	}
	
	/*==================================================
	
	Navi
	=================================================*/
	
	nav {
		/* モバイルメニュー幅 */
		width: 240px;
		height: 100vh;
		position: absolute;
		background-color: #666;
		background-image: url(../../images/navi_bg.jpg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		top: 0;
		right: -240px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin: 0;
		padding: 0;
		z-index: 1003!important;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		background-image: none;
		border-bottom: 1px solid #666;
	}
	nav > ul > li:nth-last-of-type(2) {
		background-color: rgba(0, 84, 193, 0.6);
	}
	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 13px;
		text-align: left;
		color: #FFF;
		background-position: left 10px center;
		padding: 5%;
	}
	nav > ul > li > a br {
		display: none;
	}
	
	/* メインメニューのサブタイトル */

	nav > ul > li > a span {
		font-size: 80%;
		color: #CCC;
		letter-spacing: 0;
	}

	/* メインメニューのオーバーカラー */

	nav > ul > li > a:hover {
		
	}
	nav > ul > li > ul {
		width: 100%;
		position: relative;
		background-color: #666;
		visibility: visible;
		opacity: 1;
		transition: 0s;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		padding: 0;
	}
	nav li:hover ul {
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	
	/* サブメニュー表示設定 */

	nav li:hover ul {
		visibility: visible;
		top: 100%;
		right: 0;
		opacity: 1;
	}
	nav li ul li a {
		visibility: visible;
		opacity: 1;
		transition: 0s;
	}
	nav li:hover ul li a {
		visibility: visible;
		opacity: 1;
	}

	/* サブメニュー詳細設定 */

	nav > ul > li > ul li {
		width: 100%;
		float: none;
		border-top: 1px solid #999;
		border-bottom: 0;
		padding: 0;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		font-size: 1.3rem;
		color: #FFF;
		text-align: left;
		text-decoration: none;
		padding: 5%;
	}

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 12px;
		line-height: 24px;
		color: #FFF;
		text-align: center;
		border: 1px solid #FFF;
		border-radius: 24px;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #0049ac;
		background-color: #FFF;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	contents
	==================================================*/
	
	#contents {
		margin: 10% auto 15%;
	}
	.contents-inner {
		margin: 6% auto;
	}
	.contents-section {
		margin-top: 8%;
	}
	.contents-inner {
		width: 90%;
		max-width: 1000px;
		position: relative;
		margin: 0 auto;
	}
	.contents-inner h1 {
		text-align: center;
		margin-bottom: 6%;
	}
	.anchor-item {
		top: -80px;
	}
	.button {
		margin: 0 auto;
	}
	
	.button-s {
		width: 200px;
		margin: 0;
	}
	
	/*==================================================
	
	map
	==================================================*/
	
	.map {
		width: 100%;
		height: 350px;
		margin: 5% 0 0;
	}
	
	/*==================================================
	
	table
	==================================================*/
	
	.data-tstyle {
		border: none;
	}
	.data-tstyle th {
		width: 100%;
		display: block;
		background-color: #dedede;
		border: none;
		padding: 12px;
	}
	.data-tstyle td {
		width: 100%;
		display: block;
		border: none;
		padding: 12px;
	}
	.data-tstyle tr:nth-of-type(odd) {
		background-color: transparent;
	}
	.data-list {
		font-size: 1.2rem;
	}
	
	.data-fstyle {
		width: 100%;
		margin-top: 6%;
	}
	.data-fstyle th {
		width: 100%;
		display: block;
		text-align: left;
		background-color: #dedede;
		padding: .8em 1em;
	}
	.data-fstyle td {
		width: 100%;
		display: block;
		text-align: left;
		padding: .8em 1em;
	}
	.data-fstyle td span {
		font-size: 1.2rem;
		color: #F00;
	}
	.data-fstyle tr:nth-of-type(odd) {
		background-color: transparent;
	}
	
	/*==================================================
	
	footer
	=================================================*/
	
	.pagetop-visible {
		right: -100px;
	}
	footer {
		width: 100%;
		display: block;
		position: relative;
		z-index: 5!important;
		margin-top: 0;
	}
	#copyright {
		font-size: 1rem;
		text-align: center;
		margin-top: 3%;
	}
	
}

/*==================================================

size s
==================================================*/

@media only screen and (min-width:1px) and (max-width: 568px) {
	
	
	/*==================================================
	
	header
	==================================================*/

		
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	

}

@media only screen and (min-width:1px) and (max-width: 480px) {
	
	
	/*==================================================
	
	header
	==================================================*/

	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/
	
	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
}