@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/* /////////////// reset /////////////// */
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	box-sizing: border-box;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}

table {
	border-collapse: separate;
	border-spacing: 0px;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
abbr {
	border: none;
	text-decoration: none;
}
span.field-description[title] {
	border-bottom: 1px dotted #aaa;
	cursor: help;
}





fieldset,img,abbr,acronym {
    border: 0;
}

ol,ul {
    list-style: none;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
	display: none;
}
a img,:link img,:visited img {
    border: none;
}


.clr {
	clear: both;
}


article p {
	display: inline-block;
}


.txnowrap {
	white-space: nowrap;
}


@media all and (-ms-high-contrast: none) {
	header p,
	article p,
	footer p {
		-ms-transform: rotate(0.05deg);
		-moz-transform: rotate(0.05deg);
		-webkit-transform: rotate(0.05deg);
		transform: rotate(0.05deg);
	}
	header p img,
	article p img,
	footer p img {
		-ms-transform: rotate(-0.05deg);
		-moz-transform: rotate(-0.05deg);
		-webkit-transform: rotate(-0.05deg);
		transform: rotate(-0.05deg);
	}
}

@supports (-ms-ime-align: auto) {
	header p,
	article p,
	footer p {
		-ms-transform: rotate(0.05deg);
		-moz-transform: rotate(0.05deg);
		-webkit-transform: rotate(0.05deg);
		transform: rotate(0.05deg);
	}
	header p img,
	article p img,
	footer p img {
		-ms-transform: rotate(-0.05deg);
		-moz-transform: rotate(-0.05deg);
		-webkit-transform: rotate(-0.05deg);
		transform: rotate(-0.05deg);
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	header p,
	article p,
	footer p {
		-ms-transform: rotate(0.1deg);
		-moz-transform: rotate(0.1deg);
		-webkit-transform: rotate(0.1deg);
		transform: rotate(0.1deg);
	}
	header p img,
	article p img,
	footer p img {
		-ms-transform: rotate(-0.1deg);
		-moz-transform: rotate(-0.1deg);
		-webkit-transform: rotate(-0.1deg);
		transform: rotate(-0.1deg);
	}
}


img.photo-over {
	transition: all 0.3s;
}

img.photo-over:hover {
	opacity:0.7;
}

img.photo-scale {
	transition: all 0.5s;
	opacity:1.0;
	transform: scale(1.0,1.0);
}
img.photo-scale:hover {
	opacity:0.8;
	transform: scale(1.1,1.1);
}
.t-center {
	text-align: center;
}
.t-right {
	text-align: right;
}
.t-left {
	text-align: left;
}
.mab3 {
	margin: 0px 0px 3px;
}
.mab5 {
	margin: 0px 0px 5px;
}
.mab10 {
	margin: 0px 0px 10px;
}
.mab1em {
	margin: 0px 0px 1em;
}
.mab1_5em {
	margin: 0px 0px 1.5em;
}
.resmab5 {
margin-bottom: 5px !important;
}
.resmab10 {
margin-bottom: 10px !important;
}
.resmab15 {
margin-bottom: 15px !important;
}
.resmab20 {
margin-bottom: 20px !important;
}
.resmab30 {
	margin: 0px 0px 25px !important;
}
.resmab25 {
margin-bottom: 20px !important;
}
.resmab35 {
margin-bottom: 26px !important;
}

.resma30_30 {
	margin: 20px 0px !important;
}

.respab5 {
	padding-bottom: 5px;
}

.resmat10 {
	margin: 10px 0px 0px !important;
}




.orange {
	color: rgba(232,131,0,1.0);
}
.t-orange {
	color: rgba(232,131,0,1.0);
}
.t-red {
	color: rgba(228,41,42,1.0);
}
.red {
	color: rgba(228,41,42,1.0);
}
.bule {
	color: rgba(28,144,213,1.0);
}
.gray {
	color: rgba(153,153,153,1.0);
}
.t-nred {
	color: rgba(255,0,0,1.0) !important;
}


.jrorange {
	color: rgba(91,180,49,1.0);
}
.jrgray {
	color: rgba(91,180,49,1.0);
}




/* ルビ */
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}



.table-over {
	overflow: auto;
}
.table-block::-webkit-scrollbar,
.table-over::-webkit-scrollbar {
 height: 4px;
}
.table-block::-webkit-scrollbar-track,
.table-over::-webkit-scrollbar-track {
 background: rgba(170, 170, 170, 1.0);
}
.table-block::-webkit-scrollbar-thumb,
.table-over::-webkit-scrollbar-thumb {
 background: rgba(100, 100, 100, 1.0);
}

.s-font {
	font-size: 85%;
	line-height: 1.6em;
	font-weight: normal;
}
.add-text {
	font-size: 90%;
	line-height: 1.5em;
}
.red-txt {
	color: #F66;
}


/* リンクボタン */
.wrap {
  /* height: 45px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap p {
	display: inline-block;
	margin: 0px !important;
	padding: 0px !important;
}
.t-center .wrap {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-line {
	background: rgba(187, 187, 187, 1.0);
	display: block;
	height: 1px;
	width: 100%;
}

.tnowrap {
	white-space: nowrap;
}







a.link-button,
input#submit_button,
.nav-link a,
.faq-link a,
.block2-link a,
a.link-button100,
.slider li a,
.other-links li a,
a.link-button-blue,
a.link-tel {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: rgba(0,0,0,1.0) !important;
	background: rgba(255,255,255,1.0);
	/* border: 1px solid rgba(187,123,0,1.0); */
	border-radius: 45px;
	box-shadow: 0px 4px 15px 2px rgba(0, 0, 0, 0.3);
	transition: all 0.5s ease 0s;
	cursor: pointer;
	outline: none;
	text-align: center;
	padding: 15px 25px 15px 15px;
	width: 100%;
	display: inline-block;
	position: relative;
}
.nav-link a,
.other-links li a {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 12px 25px 12px 15px;
}
.faq-link a {
	text-align: left;
	width: 100%;
}
.a.link-button100 {
	letter-spacing: 0em;
	padding: 12px 25px 12px 15px;
}
a.link-button-blue {
	background: rgba(12,14,51,1.0);
	color: rgba(255,255,255,1) !important;
}

a.link-button::before,
.nav-link a::before,
.faq-link a::before,
.block2-link a::before,
a.link-button100::before,
.slider li a::before,
.other-links li a::before,
a.link-button-blue::before,
a.link-tel::before {
	content:"";
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
	display:block;
	width: calc(34px / 2);
	height: calc(34px / 2);
	background:url(../images/arrow_r_b.png);
	background-size:contain;
	vertical-align:middle;
	transition: all 0.5s;
	z-index: 2;
}
#page-faq .faq-link a::before,
.other-links li a::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
a.link-button-blue::before {
	background:url(../images/arrow_r_w.png);    
	background-size:contain;
}

a.link-button:hover,
input#submit_button:hover,
.nav-link a:hover,
.faq-link a:hover,
.block2-link a:hover,
a.link-button100:hover,
.other-links li a:hover,
a.link-button-blue:hover,
a.link-tel:hover {
	background: rgba(12,14,51,1.0);
	color: rgba(255,255,255,1) !important;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(-4px);
	text-decoration: none;
}
a.link-button-blue:hover {
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0) !important;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(-4px);
	text-decoration: none;
}
	

.other-links li a.active {
	background: rgba(12,14,51,1.0);
	color: rgba(255,255,255,1) !important;
	box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
}
.other-links li a.active::before {
	content:" ";
	background:url(../images/arrow_r_w.png);    
	background-size:contain;
}
.other-links li a.active::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

a.link-button:hover::before,
.nav-link a:hover::before,
.faq-link a:hover::before,
.block2-link a:hover::before,
a.link-button100:hover::before,
.other-links li a:hover::before {
	content:" ";
	background:url(../images/arrow_r_w.png);    
	background-size:contain;
}
a.link-button-blue:hover::before {
	content:" ";
	background:url(../images/arrow_r_b.png);
	background-size:contain;
}



a.inline-link {
	font-weight: bold;
	color: rgba(0,0,0,1.0) !important;
	background: rgba(255,255,255,1.0);
	border-radius: 45px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease 0s;
	cursor: pointer;
	outline: none;
	text-align: center;
	padding: 4px 10px;
	display: inline-block;
	position: relative;
	text-decoration: none !important;
}
a.inline-link:hover {
	background: rgba(12,14,51,1.0);
	color: rgba(255,255,255,1) !important;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.3);
	transform: translateY(-1px);
	text-decoration: none;
}


a.link-tel {
display: inline-block;
padding: 10px 35px;
width: auto;
font-weight: bold;
font-size: 18px;
line-height: 1.2em;
}

a.link-tel::before {
top: calc(50% - 10px);
right: 6px;
width: 20px;
height: 20px;
background-image: url(../images/icon_tel.svg);
}
a.link-tel:hover::before {
background-image: url(../images/icon_tel_w.svg);
}




/* 運賃表 時刻表 */
.expenses a.link-button,
.diagram-block .block2-link a,
#expenses-diagram a.link-button,
#expenses-diagram .block2-link a {
	color: rgba(255,255,255,1.0) !important;
	background: rgba(204,0,0,1.0);
}
.expenses a.link-button::before,
.diagram-block .block2-link a::before,
#expenses-diagram a.link-button::before,
#expenses-diagram .block2-link a::before {
	content:" ";
	background:url(../images/arrow_r_w.png);
	background-size:contain;
}
.expenses a.link-button:hover,
.diagram-block .block2-link a:hover,
#expenses-diagram a.link-button:hover,
#expenses-diagram .block2-link a:hover {
	background: rgba(255,255,255,1.0);
	color: rgba(0,0,0,1.0) !important;
}
.expenses a.link-button:hover::before,
.diagram-block .block2-link a:hover::before,
#expenses-diagram a.link-button:hover::before,
#expenses-diagram .block2-link a:hover::before {
	content:" ";
	background:url(../images/arrow_r_b.png);    
	background-size:contain;
}

/* 運賃表 時刻表 トップページ */
#expenses-diagram a.link-button,
#expenses-diagram .block2-link a {
	letter-spacing: 0px;
	width: 100% !important;
}






sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.2em;
}



/* インプット要素 */
textarea,
input[type="number"],
input[type="text"],
select {
	width: 100%;
	padding: 8px 10px;
	font-size: 110%;
	border: 1px solid #ccc;
	line-height: 1.5em;
}
.select {
	border: 1px solid #ccc;
}

/* フォーカス時の色変更 */
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333;
}



.kome-text li p {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	font-size: 13px;
	line-height: 1.6em;
}
.kome-textdiv p {
	text-indent: -1em;
	margin: 0px 0px 0px 1em;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: normal;
}


.photo-zoom {
	background: rgba(255, 255, 255, 0.6);
	padding: 8px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.photo-zoom img {
	width: 36px !important;
	height: 36px !important;
}



.photo-out {
	overflow: hidden;
	position: relative;
}
.photo-out img {
	height: auto;
	width: 100%;
}
.zoom-icon {
	height: calc(70px / 2.8);
	width: calc(70px / 2.8);
	position: absolute;
	bottom: 2px;
	right: 2px;
}





.block2-link {
	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: 10px 0px 0px;
}
.block2-link li {
	-ms-flex-preferred-size: 100%;
	flex-basis:100%;
	padding: 0px 0px 10px;
}



.block2-cont {
	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: 0px;
}
.block2-cont li {
	-ms-flex-preferred-size: 100%;
	flex-basis:100%;
	padding: 0px 0px 30px;
}
.block2-link li a em {
	font-style: normal;
	color: #0065b1;
}


@media print, screen and (min-width: 768px) {
.mab1em {
	margin: 0px 0px 1.2em;
}
.mab1_5em {
	margin: 0px 0px 1.8em;
}
.resmab5 {
margin-bottom: 8px !important;
}
.resmab10 {
margin-bottom: 15px !important;
}
.resmab15 {
margin-bottom: 20px !important;
}
.resmab20 {
margin-bottom: 25px !important;
}
.resmab30 {
	margin: 0px 0px 30px !important;
}
.resmab25 {
margin-bottom: 23px !important;
}
.resmab35 {
margin-bottom: 33px !important;
}

.resmat10 {
	margin: 15px 0px 0px !important;
}
.resma30_30 {
	margin: 25px 0px !important;
}

.respab5 {
	padding-bottom: 8px;
}

.s-font {
	font-size: 90%;
	line-height: 1.6em;
}

a.link-button,
input#submit_button,
a.link-button-blue {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0.05em;
	width: auto !important;
	padding: 16px 40px;
	margin: 0px auto;
}
.nav-link a,
.other-links li a {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 14px 40px;
}
.faq-link a,
.block2-link a {
	font-size: 14px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 15px 30px 15px 15px;
}
a.link-button100 {
	font-size: 14px;
	line-height: 1.4em;
	padding: 15px 30px 15px 20px;
}

.kome-text li p {
	font-size: 14px;
	line-height: 1.6em;
}
.kome-textdiv p {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: normal;
}

.block2-link {
	padding: 20px 0px 0px;
}
.block2-link li {
-ms-flex-preferred-size: calc(50% - 12px);
flex-basis: calc(50% - 12px);
margin: 0px 0px 20px;
}
.block2-cont li {
	-ms-flex-preferred-size: 100%;
	flex-basis:100%;
	padding: 0px 0px 40px;
}

a.link-tel {
padding: 10px 40px;
font-size: 20px;
line-height: 1.2em;
}

a.link-tel::before {
top: calc(50% - 11px);
right: 6px;
width: 22px;
height: 22px;
}

}


@media print, screen and (min-width: 1024px) {
.mab1em {
	margin: 0px 0px 1.4em;
}
.mab1_5em {
	margin: 0px 0px 2.1em;
}
.resmab5 {
margin-bottom: 10px !important;
}
.resmab10 {
margin-bottom: 20px !important;
}
.resmab15 {
margin-bottom: 25px !important;
}
.resmab20 {
margin-bottom: 30px !important;
}
.resmab30 {
	margin: 0px 0px 38px !important;
}

.resmab25 {
margin-bottom: 26px !important;
}
.resmab35 {
margin-bottom: 38px !important;
}


.resmat10 {
	margin: 20px 0px 0px !important;
}

.resma30_30 {
	margin: 30px 0px !important;
}

.respab5 {
	padding-bottom: 10px;
	display: inline-block;
}

.table-over {
	/* overflow: hidden; */
	overflow: visible;
}

.s-font {
	font-size: 95%;
	line-height: 1.6em;
}

a.link-button,
input#submit_button,
a.link-button-blue {
	font-size: 16px;
	line-height: 1.4em;
	padding: 19px 50px;
}
.nav-linkl a,
.other-links li a {
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 16px 40px;
}
.faq-link a,
.block2-link a {
	font-size: 15px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 18px 30px 18px 17px;
}
a.link-button100 {
	font-size: 15px;
	line-height: 1.4em;
	padding: 18px 30px 18px 20px;
}

.kome-text li p {
	font-size: 15px;
	line-height: 1.6em;
}

.block2-link {
	-ms-flex-preferred-size: calc(50% - 17px);
	flex-basis: calc(50% - 17px);
	padding: 0px 0px 20px;
}

.block2-cont li {
	-ms-flex-preferred-size: calc(50% - 17px);
	flex-basis: calc(50% - 17px);
	padding: 0px;
}


/* 運賃表 時刻表 トップページ */
#expenses-diagram a.link-button,
#expenses-diagram .block2-link a {
	font-size: 15px;
	line-height: 1.4em;
	padding: 18px 25px;
}

a.link-tel {
padding: 0px;
background: none;
font-size: 22px;
line-height: 1.2em;
box-shadow: none; 
}
a.link-tel:hover {
background: none;
transform: translateY(0px);
box-shadow: none; 
color: rgba(0,0,0,1.0) !important;
}

a.link-tel::before {
display: none;
}

}




@media print, screen and (min-width: 1200px) {
.zoom-icon {
	height: calc(70px / 2);
	width: calc(70px / 2);
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.mab1em {
	margin: 0px 0px 1.6em;
}
.mab1_5em {
	margin: 0px 0px 2.5em;
}
.resmab20 {
margin-bottom: 35px !important;
}
.resmab30 {
	margin: 0px 0px 45px !important;
}

.resmab25 {
margin-bottom: 28px !important;
}
.resmab35 {
margin-bottom: 48px !important;
}


.resmat10 {
	margin: 25px 0px 0px !important;
}

.resma30_30 {
	margin: 35px 0px !important;
}


a.link-button,
input#submit_button,
a.link-button-blue {
	font-size: 17px;
	line-height: 1.4em;
	padding: 22px 60px;
}
.nav-link a,
.other-links li a {
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0em;
	padding: 18px 40px;
}
.faq-link a,
.block2-link a {
	font-size: 16px;
	line-height: 1.4em;
	padding: 20px 30px 20px 20px;
}
a.link-button100 {
	font-size: 16px;
	line-height: 1.4em;
	padding: 20px 30px 20px 20px;
}

.block2-link li {
	-ms-flex-preferred-size: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
	padding: 0px 0px 25px;
}
.block2-cont li {
	-ms-flex-preferred-size: calc(50% - 25px);
	flex-basis: calc(50% - 25px);
	padding: 0px;
}

/* 運賃表 時刻表 トップページ */
#expenses-diagram a.link-button,
#expenses-diagram .block2-link a {
	font-size: 15px;
	line-height: 1.4em;
	padding: 19px 10px;
}
}


@media print, screen and (min-width: 1400px) {

.resmab20 {
margin-bottom: 40px !important;
}
.resmab30 {
	margin: 0px 0px 55px !important;
}

.resma30_30 {
	margin: 40px 0px !important;
}
}




/* Utilities ----------------------------------------------------------------- */
#scroll-arrow {
	background: rgba(0,0,0, 0.6);
	position: fixed;
	left: calc(50% - 40px);
	top: calc(100% - 80px);
	z-index: 1000;
	text-align: center;
	height: 80px;
	width: 80px;
}
#scroll-arrow a {
	z-index: 1001;
	display: inline-block;
	color: #fff !important;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity 0.3s;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* text-shadow: 0px 6px 8px rgba(0,0,0,0.9); */
	text-shadow: 0px 0px 10px rgba(0,0,0, 1.0), 0px 0px 20px rgba(0,0,0, 1.0);
	cursor: default;
	margin: 50px auto 0px;
	padding 0px;
	position: relative;
	width: 80px;
}

#scroll-arrow a span {
	position: absolute;
	z-index: 1002;
	width: 50px;
	height: 50px;

	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
	background: url(../imgs/arrow_d.png)no-repeat center center;
	background-size: cover;
	top: -60px;
	left: 15px;
}
#scroll-arrow a:hover {
	text-decoration: none;
}


@keyframes sdb05 {
  0% {
    top: -60px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: -40px;
    opacity: 0;
  }
}





/* page-top */
#page-top {
	position: fixed;
	bottom: -100px;
	right: 10px;
	font-size: 77%;
	z-index: 100;
}
#page-top a {
	background: rgba(12,14,51,0.7);
	text-decoration: none;
	color: rgba(255, 255, 255, 1.0);
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.9);
	opacity: 0.9;
	text-indent: -9999px;
	transition: all 0.5s;
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.9;
	color: rgba(0, 0, 0, 1.0);
	background: rgba(187, 187, 187, 1.0);
	box-shadow: 0px 4px 12px 1px rgba(255, 255, 255, 1.0);
}
#page-top a:after {
	content: '';
	width: 19px;
	height: 19px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 14px;
	left: 10px;
	border-top: 1px solid rgba(255, 255, 255, 1.0);
	border-left: 1px solid rgba(255, 255, 255, 1.0);
}
#page-top a:hover:after {
	border-top: 1px solid rgba(0, 0, 0, 1.0);
	border-left: 1px solid rgba(0, 0, 0, 1.0);
}

@media print, screen and (min-width: 768px) {

}


@media print, screen and (min-width: 1024px) {
#scroll-arrow {
	display: block;
}
.scrolldown a {
	top: 54%;
	left: 49%;
}


#page-top {
	position: fixed;
	bottom: -100px;
	right: 20px;
	font-size: 77%;
	z-index: 1000;
}
#page-top a {
	text-decoration: none;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}
#page-top a:hover {
	box-shadow: 0px 5px 14px 1px rgba(255, 255, 255, 1.0);
}
#page-top a:after {
	content: '';
	width: 28px;
	height: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	left: 15px;
}
}


@media print, screen and (min-width: 1200px) {
.scrolldown a {
	top: 90%;
	left: 49%;
}
}


@media print, screen and (min-width: 1400px) {

}






/* parts ----------------------------------------------------------------- */



a.button01,
.point-more {
	display: inline-block;
	padding: 0.8em 2em;
	text-decoration: none;
	position: relative;
	z-index: 3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #000;
	color: #fff !important;
	font-size: 110%;
	line-height: 1.1em;
	font-weight: bold;
	cursor:pointer;
	border: 1px solid #aaa;
}
a.button01:hover {
	color: #000 !important;
	text-decoration: none !important;
}
a.button01::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	border: 1px solid #000;
}
a.button01:hover::after {
	box-sizing: border-box;
	background: #eee;
	opacity: 0.9;
  -webkit-transform: scale(1);
  transform: scale(1);
	-webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.point-more.active {
	background: rgba(245, 245, 245, 1.0);
	color: #000 !important;
	border: 1px solid #aaa;
}






/* table-list */
.table-list {
	width: 100%;
	font-size: 100%;
	line-height: 1.5em;
	border-top: 1px solid rgba(204,153,0,1.0);
	border-left: 1px solid rgba(204,153,0,1.0);
}
.table-list th {
	font-weight: normal;
	background: rgba(204,153,0,0.2);
	display: block;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid rgba(204,153,0,1.0);
	white-space: nowrap;
}
.table-list td {
	vertical-align: top;
	padding: 5px 10px;
	display: block;
	border-right: 1px solid rgba(204,153,0,1.0);
	border-bottom: 1px solid rgba(204,153,0,1.0);
}


.table-list th {
	font-weight: normal;
	background: rgba(204,153,0,0.2);
	display: block;
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid rgba(204,153,0,1.0);
	white-space: nowrap;
}
.table-list th.aoki01 {
	background: #133975;
	font-weight: bold;
	color: #FFF;
}
.table-list th.aoki02 {
	background: #406291;
	font-weight: bold;
	color: #FFF;
}
.table-list th.aoki03 {
	background: #9f7700;
	font-weight: bold;
	color: #FFF;
}
.table-list th.aoki04 {
	background: #7c0000;
	font-weight: bold;
	color: #FFF;
}
.table-list th.aoki05 {
	background: #104f11;
	font-weight: bold;
	color: #FFF;
}
.table-list th.aoki06 {
	background: #7b7b7b;
	font-weight: bold;
	color: #FFF;
}
.table-list th.aoki07 {
	background: #61608a;
	font-weight: bold;
	color: #FFF;
}


.table-list.onlyth {
	border-top: 1px solid rgba(204,153,0,1.0);
	border-right: 1px solid rgba(204,153,0,1.0);
	border-left: 1px solid rgba(204,153,0,1.0);
}
.table-list.onlyth th {
	white-space: normal;
	border: none;
	border-bottom: 1px solid rgba(204,153,0,1.0);
}


/* table-box */
.table-box {
	width: 100%;
	font-size: 100%;
	line-height: 1.6em;
	border-top: 1px solid rgba(187,187,187,1.0);
}
.table-box th {
	padding: 8px 10px;
	border-bottom: 1px solid rgba(187,187,187,1.0);
	background: rgba(238,238,238,1.0);
	display: block;
}
.table-box td {
	padding: 8px 0px;
	border-bottom: 1px solid rgba(187,187,187,1.0);
	background: rgba(255,255,255,1.0);
	display: block;
}
.table-box.tdback td {
	padding: 8px 10px;
}


.point-bxtitle,
.point-stitle {
	font-size: 115%;
	line-height: 1.7em;
	font-weight: bold;
}
.point-stitle {
	background: rgba(238,238,238,1.0);
	padding: 8px 10px;
	margin: 0px 0px 1em;
}
.point-btitle {
	font-size: 110%;
	line-height: 1.7em;
	font-weight: bold;
}
.point-stitle-blue {
	font-size: 115%;
	line-height: 1.7em;
	font-weight: bold;
	background: rgba(12,14,51,1.0);
	color: rgba(255,255,255,1.0);
	padding: 8px 10px;
	margin: 0px 0px 0.5em;
}


@media print, screen and (min-width: 768px) {

/* table-list */
.table-list {
	width: 100%;
	font-size: 100%;
	line-height: 1.5em;
}
.table-list th {
	display: table-cell;
	padding: 8px 15px;
	border-right: none;
	border-bottom: 1px solid rgba(204,153,0,1.0);
}
.table-list td {
	display: table-cell;
	padding: 8px 15px;
	border-right: 1px solid rgba(204,153,0,1.0);
	border-bottom: 1px solid rgba(204,153,0,1.0);
	width: 90%;
}


/* table-box */
.table-box {
	width: 100%;
	font-size: 100%;
	line-height: 1.6em;
	border-top: 1px solid rgba(187,187,187,1.0);
	border-right: 1px solid rgba(187,187,187,1.0);
	border-left: 1px solid rgba(187,187,187,1.0);
}
.table-box th {
	padding: 10px 12px;
	background: rgba(238,238,238,1.0);
	display: table-cell;
	border-right: 1px solid rgba(187,187,187,1.0);
	border-bottom: 1px solid rgba(187,187,187,1.0);
	vertical-align: top;
}
.table-box td {
	padding: 10px 12px;
	border-bottom: 1px solid rgba(187,187,187,1.0);
	display: table-cell;
	vertical-align: top;
}

.point-bxtitle,
.point-stitle {
	font-size: 120%;
	line-height: 1.7em;
}
.point-stitle {
	padding: 12px 15px;
	margin: 0px 0px 1em;
}
.point-btitle {
	font-size: 115%;
	line-height: 1.7em;
}
.point-stitle-blue {
	font-size: 120%;
	line-height: 1.7em;
	padding: 12px 15px;
}

}


@media print, screen and (min-width: 1024px) {

/* table-list */
.table-list {
	font-size: 105%;
	line-height: 1.5em;
}
.table-list th {
	padding: 12px 20px;
}
.table-list td {
	padding: 12px 20px;
	text-align: left;
}


/* table-box */
.table-box {
	font-size: 100%;
	line-height: 1.7em;
}
.table-box th {
	padding: 12px 15px;
}
.table-box td {
	padding: 12px 15px;
}


/* block2 */
.block2 {
	display: table;
}
.block2 li {
	display: table-cell;
	padding: 0px 25px 0px 0px;
	vertical-align: top;
}
.block2 li:last-child {
	padding: 0px;
}

.point-bxtitle,
.point-stitle {
	font-size: 125%;
	line-height: 1.7em;
}
.point-stitle {
	padding: 13px 16px;
	margin: 0px 0px 1em;
}
.point-btitle {
	font-size: 120%;
	line-height: 1.7em;
}

.point-stitle-blue {
	font-size: 125%;
	line-height: 1.7em;
	padding: 12px 15px;
	margin: 0px 0px 0.5em;
}
}


@media print, screen and (min-width: 1200px) {


/* table-list */
.table-list {
	font-size: 110%;
	line-height: 1.5em;
}
.table-list th {
	padding: 15px 25px;
}
.table-list td {
	padding: 15px 25px;
	text-align: left;
}


/* table-box */
.table-box {
	line-height: 1.7em;
}
.table-box th {
	padding: 15px 20px;
}
.table-box td {
	padding: 15px 20px;
}


.point-bxtitle,
.point-stitle {
	font-size: 130%;
	line-height: 1.7em;
}
.point-stitle {
	padding: 14px 17px;
}
.point-btitle {
	font-size: 125%;
	line-height: 1.7em;
}
}







@media print{
.print-off {
    display: none;
}
body #print img {
  height: auto !important;
	width: 100% !important;
}
}