/* デモなので簡易的なリセット */
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: #fff;
/*	min-width: 1080px;/* tablets */ */
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #404040;
}

article {
	height: 100%;
	margin: 50px auto;
	width: 80%;
	text-align: left;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}

footer {
	padding: 20px;
	border-top: solid 1px #44648E;
}

a {
	color: #0b8793;
}
.main-visual {

}

.main-visual img {

	width: 100%;
}

h2 {
	text-align: left;
	margin : 10px auto;
	font-size: 2.1rem;
}
h3 {
	text-align: left;
    margin : 20px auto;
	font-size: 1.3rem;
	border-bottom: 2px solid #404040;
	border-left: 2px solid #404040;
	padding: 0px 10px;
}
h4 {
	text-align: left;
	margin : 10px auto;
	font-size: 1.3rem;
}

ul.fukuri {
  padding: 0.5em 2em 0.5em;
  position: relative;
}

/*ul li.fukuri {
  color: #404040;
  border-left: solid 6px #84b1d7;/*左側の線*/
  background: #ddebf7;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5;
  padding: 0.5em 1em 0.5em;
  list-style-type: none!important;/*ポチ消す*/
}*/


<!----------------tableたち----------------!>
.tbl-r02 {
  box-sizing: border-box;
}

.tbl-r02 th {
  background: #ddebf7;
  color: #404040;
  padding: 10px;
  width: 300px;
}
.tbl-r02 td {
  border-bottom: solid 1px #ddebf7;
  padding: 10px 10px 10px 50px;
  width: 700px;
}

table.access {
  box-sizing: border-box;
  width: 970px;

}

table.access th {
  padding: 10px;
  width: 500px;
  font-weight: normal;
}
table.access td {
  padding: 10px 10px 10px 10px;
}

table.voice {
  box-sizing: border-box;
  width: 970px;

}
table.voice th {
  padding: 10px;
  width: 200px;
  font-weight: normal;
}
table.voice td {
  padding: 10px 10px 10px 10px;
}

.footer {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 0.8em;
}

.footer td {
    padding: 20px;
}


<!----------------tableたち----------------!>





img {
	border: none;
	vertical-align: bottom;
}
em {
	font-style: normal;
}
a {
	color: #6893C0;
	text-decoration: none;
}
a:hover {
	color: #78CFDE;
	transition: all .4s;
}
p.comment {
	font-size:0.5rem;
}

p.strong {
	font-size:1.2rem;
	font-weight:bold;
	line-height:0.8;
}

p.blue {
	color : #467fb0;
	margin : 10px auto;    /*これで小さくしで改行したとき自動で良い感じの行間を保ってくれる*/
}

p.words {
	color : #467fb0;
	margin : 10px auto;    /*これで小さくしで改行したとき自動で良い感じの行間を保ってくれる*/
	font-weight:bold;
}

.button {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 3px;
  font-weight: bold;
  color: #FFF;
  background-image: linear-gradient(45deg, #44648E 0%, #6893C0 100%);
  transition: .4s;
  width: 333px;
  margin : 10px auto;
}

.button:hover {
  background-image: linear-gradient(45deg, #84b1d7 50%, #6893C0 100%);
}

/*
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
*/

#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
#page_top a{
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f139';
  font-size: 50px;
  color: #6893C0;
}

img.pc {
	display: block;
	}

img.sp {
	display: none;
	}
	

@media screen and (max-width: 640px) {

img.pc {
	display: none;
	}
img.sp {
	display: block;
	}	

table.tbl-r02 {
    width: 100%;
}
table.tbl-r02 th,
table.tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
}
table.access {
    width: 100%;
}
table.access th,
table.access td {
    border-bottom: none;
    display: block;
    width: 100%;
}

table.voice {
    width: 100%;
}
table.voice th,
table.voice td {
    border-bottom: none;
    display: block;
    width: 100%;
}
.footer {
	width: 100%;
	
}

.footer tr,
.footer td {
	border-bottom: none;
    display: block;
    width: 100%;
	padding: 5px;
}


img {
	max-width:100%;
}

iframe {
	width: 100%;
}

article {
	width: 100%;
}

.button {
	width: 100%;
}

footer {
	padding: 20px;

}
footer a {
	color: #666;
	text-decoration: none;
}
}

/* グローバルナビ設定　ここから */

.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #404040;     /* グローバルナビ文字色*/
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 30px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -20px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #6893C0;		/* グローバルナビアンダーバー色　*/
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,.7);

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #44648E;
	bottom: -10px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #404040;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* グローバルナビ設定　ここまで */


@media screen and (max-width: 980px) {
	article {
		padding: 0 30px;
	}
	.inner {
		width: 100%;
		padding: 0 20px;
	}
	#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}

}


@media screen and (max-width: 640px) {
	#main-visual {
		height: 300px;
	}

/*グローバルナビ設定　ここから*/

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: rgba(255,255,255,.7);　/*閉じたナビのBGC*/
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;  /*ナビを開いたときのBGC*/
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

/*グローバルナビ設定　ここまで*/
}
