html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*============
body
=============*/
body {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        overflow: scroll;
        overflow: hidden visible;
        margin: 0;
        font-family: 'Bitter', serif;
        text-align: center;
	color:#fff;

}

@media screen and (max-width: 480px) {
body {
    font-size: 20px;
}
}









#container{

        margin:0px 4% 0px 4%;
        padding:0px 4% 0px 4%;
	  text-align: left;
    font-size: 28px;
}

@media screen and (max-width: 480px) {
#container{

        margin:0px 4% 0px 4%;
        padding:0px 2% 0px 2%;
	  text-align: left;
    font-size: 16px;
}
}



a:link { color: #FFF; }
a:visited { color: #EEE; }
a:active { color: #DDD; } 

#wwwww {

background-color: rgba(33, 39, 58, 0.6);

	padding: 10px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}


@media screen and (max-width: 480px) {
#container{

        margin:0px 4% 0px 4%;
        padding:0px 2% 0px 2%;
	  text-align: left;
}
}

space{
 
        margin:110px 3% 0px 3%;

        padding:110px 3% 0px 3%;
}


ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
	margin: 20px 0px 20px 0px;
	list-style: none;
}


	

/*========= ボタンをリセットするタグ ===============*/
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}

/*========= サイトの読み込み時間２ ===============*/
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	text-align:center;
	color:#fff;
	z-index: 999999;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
background-color: rgba(33, 39, 58, 5.6);
    transition: all .2s cubic-bezier(.04, .435, .315, 0.9);
    transform: scaleY(1);
}


/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}

















/*---------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------*/
header {
	margin: 0px 0px;
	padding: 10px 10px 0px 10px;
}
@media only screen and (max-width : 760px){
header {
	margin: 10px 0 0 50px;
	padding: 10px 0px 0px 0px;
}	
}

h1.top_page {
 margin: 0px 0 0 0px;
	font-size:1.7em;
}


h2 {
    display: block;
    font-size: 42px;

    font-weight: bold;

 text-align: center;
margin:60px 0px 40px 0px;
padding:0px 0px 0px 0px;
}

@media screen and (max-width: 480px) {	
h2 {
    display: block;



font-size:1.7em;
 text-align: center;
margin:31px 0px 22px 0px;
padding:0px 0px 0px 0px;
}
}

a.no_underline {
	text-decoration:none;
	margin: -20px 0 0 320px;
    color: #FFFFFF;
}

div#site_title_wrapper {
	float:left;
}

.an4-fadeleft {
    font-size: 30px;
    font-weight: bold;
	left: 0px;
    top: 0px;
    animation-name: fadeleft;
    animation-duration: 4s;
    animation-iteration-count: 1;
	margin:0px 0px 0px 0px;
}
	@keyframes faderight {
from {
    opacity: 0;
    transform: translateX(-150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
	
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.an3-faderight {
    font-size: 30px;
    font-weight: bold;
	left: 30px;
    top: 180px;
    animation-name: faderight;
    animation-duration: 9s;
    animation-iteration-count: 1;
}
	
@media screen and (max-width: 480px) {	
.an3-faderight {
	left: 10px;
    top: 83px;
	width: 68%;
    animation-name: faderight;
    animation-duration: 9s;
    animation-iteration-count: 1;
}
}
@keyframes fadeleft {
from {
    opacity: 0;
    transform: translateX(150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}
	
.an5-fadetop {
    font-size: 20px;
    font-weight: bold;
	left: 0;
top: 0px;
    animation-name: fadetop;
    animation-duration: 5s;
    animation-iteration-count: 1;
background-color: rgba(33, 39, 58, 0.6);
}
	
@media screen and (max-width: 480px) {	
.an5-fadetop {
    font-size: 26px;
    font-weight: bold;
	left: 0;
    top: 0px;
    animation-name: fadetop;
    animation-duration: 5s;
    animation-iteration-count: 1;
	padding: 8px 0px 3px 0px;
}
}	

@keyframes fadetop {
from {
    opacity: 0;
    transform: translateY(-150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.an6-fadebottom-a {
    font-size: 20px;
    font-weight: bold;
	right: 0;
    bottom: 0px;
    animation-name: fadebottom-a;
    animation-duration: 1s;
    animation-iteration-count: 1;
}
@keyframes fadebottom-a {
from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
	
.an6-fadebottom-b {
    font-size: 20px;
    font-weight: bold;
	right: 18%;
bottom: 0px;
    animation-name: fadebottom-b;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@keyframes fadebottom-b {
from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
	
.an6-fadebottom-c {
    font-size: 20px;
    font-weight: bold;
	right: 36%;
    bottom: 0px;
    animation-name: fadebottom-c;
    animation-duration: 5s;
    animation-iteration-count: 1;
}
@keyframes fadebottom-c {
from {
    opacity: 0;
    transform: translateY(150px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}














/*============
nav02
=============*/
nav02 {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;

  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: .5s;
z-index: 999999;

}
.open nav02 {
  right: 0;
}
nav02 .inner {
  padding: 25px;
}
nav02 .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav02 .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #FFF;
}
nav02 .inner ul li a {
  display: block;
  color: #FFF;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
  padding: 0px 0px 0px 0px;
  margin: 15px 15px 15px 0px;
	
	
}
nav02 .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav02 {
    right: -240px;
    width: 240px;
  }
}
/*============
@keyframes
=============*/
@keyframes equalizer01 {
  0% {
    width: 70%;
  }
  10% {
    width: 50%;
  }
  20% {
    width: 100%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 50%;
  }
  50% {
    width: 70%;
  }
  60% {
    width: 50%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 100%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 70%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  10% {
    width: 20%;
  }
  20% {
    width: 40%;
  }
  30% {
    width: 10%;
  }
  40% {
    width: 20%;
  }
  50% {
    width: 30%;
  }
  60% {
    width: 20%;
  }
  70% {
    width: 10%;
  }
  80% {
    width: 40%;
  }
  90% {
    width: 10%;
  }
  100% {
    width: 30%;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 43px;
  right: 10px;
  width: 60px;
  height: 30px;
  transform: translate(0, 0);
  transition: all .5s;
  cursor: pointer;
  z-index: 99999;
}
.open .toggle_btn {
  right: 330px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #FFF;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 60px;
  animation: equalizer01 7000ms infinite;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 35px;
  animation: equalizer02 5000ms infinite;
  animation-delay: 0.33s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 25px;
  animation: equalizer02 5000ms infinite;
}
.open .toggle_btn span {
  background-color: #fff;
  width: 35px;
}
.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}
.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}
@media screen and (max-width: 767px) {
  .open .toggle_btn {
    right: 260px;
  }
}
/*============
#mask
=============*/
#mask {
  display: none;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: left;
}

	


/* ▼▼▼パソコンとスマホで表示内容を切り替え（スマホ　760px）▼▼▼ */
.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 480px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}
/* ▲▲▲パソコンとスマホで表示内容を切り替え（スマホ　760px）▲▲▲ */

/* ▼▼▼パソコンとスマホで表示内容を切り替え（スマホ　760px）▼▼▼ */
.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 760px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}
/* ▲▲▲パソコンとスマホで表示内容を切り替え（スマホ　760px）▲▲▲ */

/* ▼▼▼パソコンとスマホで表示内容を切り替え（スマホ　960px）▼▼▼ */
.pc_display_01 {
	display:block;
	margin:0;
}
.sp_display_01 {
	display:none;
}
@media only screen and (max-width : 960px){
.pc_display_01 {
	display:none;
}
.sp_display_01 {
	display:block;
}
}
/* ▲▲▲パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　960px）▲▲▲ */
















@charset "utf-8";
/*==================================================
スライダーのためのcss
===================================*/
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 0px;/*スライド左右の余白調整*/
}


















*, *:before, *:after {
	box-sizing: border-box;
}
.col-01_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	height: 100%;
}
.col-01_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col-01_2 > div{
	width: 100%;
}
}

*, *:before, *:after {
	box-sizing: border-box;
}
.col-01_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col-01_2 > div{
	width: 50%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col-01_2 > div{
	width: 100%;
}
}











.top-banner-02{
	display: flex;
	flex-wrap:wrap;
	margin: 0px 10px 0px 10px;

}
.top-banner-02 li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;

}
	
@media screen and (max-width: 480px) {
.top-banner-02 li {
	width: calc(100%/1);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-banner-02 li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}
}







.top-banner {
	display: flex;
	flex-wrap:wrap;
    font-size: 22px;	
}
.top-banner li {
	width: calc(100%/4);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin: 0px 0px 20px 0px;
}
	
@media screen and (max-width: 480px) {
.top-banner li {
	width: calc(100%/2);/*←画像を横に4つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	margin: 0px 0px 20px 0px;
}
}
.top-banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
}















/*==================================================
★★★スライダーのためのcss★★★
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0 auto;
}
.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}
/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
.slider .slick-slide {
    margin:0 10px;
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #1E90FF;/*矢印の色*/
    border-right: 2px solid #1E90FF;/*矢印の色*/
    height: 15px;
    width: 15px;
}
.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
    text-align:center;
  margin:5px 0 0 0;
}
.slick-dots li {
    display:inline-block;
  margin:0 5px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width:10px;/*ドットボタンのサイズ*/
    height:10px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#77FFFF;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
    background:#00BFFF;/*ドットボタンの現在地表示の色*/
}
#header{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
} 
#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
/*見出し設定*/
h1{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 3%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}











ol li:nth-of-type(1) {
opacity: 0;
transform : translate(50%, 0);
-webkit-transform : translate(50%, 0);
-moz-transform : translate(50%, 0);
transition : all 1000ms;
-webkit-transition : all 1000ms;
-moz-transition : all 1000ms;
}

ol li:nth-of-type(2) {
opacity: 0;
transform : translateY(200px);
-webkit-transform : translateY(200px);
-moz-transform : translateY(200px);
transition : all 1000ms;
-webkit-transition : all 1000ms;
-moz-transition : all 1000ms;
}

ol li:nth-of-type(3) {
opacity: 0;
transform : translate(50%, 0);
-webkit-transform : translate(50%, 0);
-moz-transform : translate(50%, 0);
transition : all 1000ms;
-webkit-transition : all 1000ms;
-moz-transition : all 1000ms;
}

ol li:nth-of-type(4) {
opacity: 0;
transform : translate(-50%, 0);
-webkit-transform : translate(-50%, 0);
-moz-transform : translate(-50%, 0);
transition : all 1000ms;
-webkit-transition : all 1000ms;
-moz-transition : all 1000ms;
}

ol li:nth-of-type(1).active {
width: calc(100% - 40%);
height: calc(100% - 30%);
position: absolute;
right: 0;
bottom: 100px;
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
background: url(https://oki-sitelabo.com/wp-content/uploads/2019/10/01-3.jpg) 50% 50% / cover no-repeat;
}

ol li:nth-of-type(2).active {
width: calc(100% - 40%);
height: calc(100% - 30%);
position: absolute;
right: 100px;
bottom: 100px;
max-width :100%;
width :10%;
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
background: url(https://oki-sitelabo.com/wp-content/uploads/2019/10/01-3.jpg) 50% 50% / cover no-repeat;
}

ol li:nth-of-type(3).active {
width: calc(100% - 10%);
height: calc(100% - 0%);
position: absolute;
right: 0;
bottom: 100px;
width :70%;
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
background: url(http://eternal-create.com/tesuto9/wp-content/uploads/head-01-min.png) 50% 50% / cover no-repeat;
}

ol li:nth-of-type(4).active {
width: calc(100% - 30%);
height: calc(100% - 50%);
position: absolute;
right: 0;
bottom: 100px;
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
background: url(http://eternal-create.com/tesuto9/wp-content/uploads/moji.png) 50% 50% / cover no-repeat;
}

head-menu{
    background: #000033;
    position: relative;
    width: 100%;
	 margin: 0px;
    z-index: 9999;

}
  .g-nav{
    width: 100%;
    z-index: 9999;
}
.g-nav-menu{
  text-align: right;
}
.g-nav-menu li{
    color: #fff;
    padding: 0 12px 0 12px;
    list-style-type: none;
    display: inline-block;
    line-height: 0px;
}

.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li{
    line-height: 40px;
}
	
@media screen and (max-width: 480px) {
head-menu{
    background: #66CCCC;
    position: relative;
    width: 100%;
	margin: 0px;
    z-index: 9999;
}
.g-nav{
    width: 100%;
    z-index: 9999;
}
.g-nav-menu{
    text-align: left;
    margin:0px 0px -30px 0px;
	padding:0px 0px 0px 0px;
}
.g-nav-menu li{
    color: #fff;
    padding: 0 12px 0 12px;
    list-style-type: none;
    width: 100%;
    line-height: 0px;
}
.fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.fixed .g-nav-menu li{
    line-height: 40px;
}
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



table {
	width: 100%;
	table-layout: auto;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0px 0px 0px 0px;
}

th{
	border: solid 1px #aaaaaa;	
	padding: 15px 10px;

}

td{
	border: solid 1px #aaaaaa;	
	padding: 15px 0px 0px 0px;
	text-align: left;
}



.box3{
margin:50px 0px 50px 0px;
padding:0px 0px 0px 0px;
}







/*---------------------------------------------------------*/
/* footer */
/*---------------------------------------------------------*/
#footer {
    font-size: 0.9em;
    width:100%;
    height: 100%;
    margin: 0px;
background-color: rgba(33, 39, 58, 0.6);

	padding:0px;
	color:#FFFFFF;
	margin-top: auto;
	font-size: 1.24em;
	    font-size: 24px;
}


@media screen and (max-width: 480px) {
#footer {
    font-size: 0.9em;
    width:100%;
    height: 100%;
    margin: 0px;
background-color: rgba(33, 39, 58, 0.6);

	padding:0px;
	color:#FFFFFF;
	margin-top: auto;
	font-size: 1.24em;
	    font-size: 18px;
}
}



td {
    border: solid 1px #aaaaaa;
    padding: 10px 5px 0px 5px;
    text-align: left;
}

th {
    border: solid 1px #aaaaaa;
    padding: 15px 10px;

    vertical-align: middle;

}










.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}







h3 {
    font-size: 24px;
  border-bottom: solid 3px skyblue;
  position: relative;
    padding: 0px 0px 0px 0px;
    margin: 35px 0px 15px 0px;
}

@media screen and (max-width: 480px) {
h3 {
    font-size: 20px;
  border-bottom: solid 3px skyblue;
  position: relative;
    padding: 0px 0px 0px 0px;
    margin: 35px 0px 15px 0px;
}
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

