
#table_contents {
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}
  
#table_contents > li{
    border-left: solid 6px #0099d5;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
    font-weight: bold;
    width: 181px;
}

#table_contents > li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #637999;
}
#table_contents > li > a::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0099d5;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

#table_contents > li > a:hover {
    transform: scale(1, 1);
    color: #0099d5;
  }

#table_contents > li > a:hover::after {
  transform: scale(1, 1);
}

.video_contents {
    padding: 0;
    position: relative;
    flex-wrap: wrap;
}
  
.video_contents > li{
    border-left: solid 6px #0099d5;
    margin-bottom: 3px;
    line-height: 1.5;
    padding: 0.5em;
    list-style-type: none!important;
    font-weight: bold;
    width: 400px;
}

.video_contents > li > a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #637999;
}
.video_contents > li > a::after {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #0099d5;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.video_contents > li > a:hover {
    transform: scale(1, 1);
    color: #0099d5;
  }

.video_contents > li > a:hover::after {
  transform: scale(1, 1);
}

.swiper-container{
    text-align: center;
  }
  .swiper-container .swiper-slide img{
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .swiper-container .swiper-slide {
    position: relative;
    width: 100%;
  }
  .swiper-container .swiper-slide:before {
    content:"";
    display: block;
    padding-top: 56.25%;
  }
  .swiper-container .swiper-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  #thumbs .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.2;
    cursor: pointer;
  }
  #thumbs .swiper-slide:before {
    content:none;
  }
  #thumbs .swiper-slide-active {
    opacity: 1;
  }

  #thumbs_2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }
  #thumbs_2 .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.2;
    cursor: pointer;
  }
  #thumbs_2 .swiper-slide:before {
    content:none;
  }
  #thumbs_2 .swiper-slide-active {
    opacity: 1;
  }
.image_desktop img {
    width: 900px;
}

.image_mobile img {
    width: 250px;
}

.accordion-container {
    position: relative;
    width: 100%;
    border: 1px solid #0099d5;
    border-top: none;
    outline: 0;
    cursor: pointer
  }
  
  .accordion-container .accordion-title {
    display: block;
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    font-size: 1.25em;
    font-weight: normal;
    color: #fff;
    background: #0099d5;
    cursor: pointer;
    border-bottom: 1px solid white;
  }
  
  .accordion-container .accordion-title:hover,
  .accordion-container .accordion-title:active,
  .accordion-container .content-entry.open .accordion-title {
    background-color: #007eaf;
    color: white;
  }
  .accordion-container .accordion-title:focus{
    background-color: #43618a80;
    color: white;
  }
  
  .accordion-container .accordion-title:hover i:before,
  .accordion-container .accordion-title:hover i:active,
  .accordion-container .content-entry.open i {
    color: white;
  }
  
  .accordion-title{
    position: relative;
  }
  
  .accordion-title:after {
    content: "";
    position: absolute;
    right: 25px;
    top: 38%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  
  .accordion-title.open:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%;
  }
  
  .accordion-content {
    display: none;
  }

  .qa-list dl {
    position: relative;
    margin: 0;
    padding: 15px 80px 15px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}

.qa-list dl:last-child {
    border-bottom: none;
}

.qa-list dl::before {
    position: absolute;
    top: 20px;
    right: 27px;
    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: 0px 0 0 30px;
    font-weight: bold;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 1px;
    left: 12px;
    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;
}
}

#page_top{
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #4477a1;
    opacity: 0.6;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a::after{
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

.title {
    border-style: solid !important;
    border-width: 0px 0px 1px 5px !important;
    font-size: 16px;
    padding: 10px;
    color: #4a4a4a;
    border: 1px solid #4a4a4a;
    margin-bottom: 20px;
    font-weight: bold;
}

.sub_title {
    padding: 1rem 2rem;
    border-bottom: 3px dashed #000;
    background: #f4f4f4;
    font-weight: bold;
}

.pageheader {
	height:auto;margin:0px;padding:0px;
}

#header{
    padding-left: 4px;
    height: 30px;
    padding-top: 10px;
    color: #4169E1;
    font-weight: bold;
    font-size: 0.9em;
}

.infomation_header{
    padding-top: 10px;
    color: #4169E1;
    font-weight: bold;
    font-size: 1.3em;
}
body {
    font-family:verdona, Arial, Helvetica, sans-serif;
    line-height:1.5em;
    font-size:0.8em;
    letter-spacing:1px;
    width:1024px;
    margin:0 auto;
    font: 80%/150% "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Verdana", "Arial", "Helvetica", sans-serif;
}
.row {
    clear:both;
    margin-bottom:1px;
    padding-top:5px;
}
.leftcolumn {
    float:left;
    width:150px;
    font-weight:bold;
    text-align:left;
    color:#ffffff;
    background-color:#4169E1;
    padding-left:8px;
}
.rightcolumn {
    float:left;
    letter-spacing:0px;
    padding-left:8px
}
.errortext {
	float:left;
	font-weight:bold;
    text-align:left;
	color:red;
}
.informationtext {
	float:left;
	font-weight:bold;
    text-align:left;
	color:blue;
}
.numericinput {
	text-align:right;
	ime-mode:disabled;
}
.textinput {
	text-align:left;
}
.textinput_noime {
	text-align:left;
	ime-mode:disabled;
}
.logintext {
	font-weight: bold;
	font-size: 14px;
}
table.detaile {
    font-family:verdona, Arial, Helvetica, sans-serif;
    line-height:1.0em;
    font-size:0.9em;
    letter-spacing:1px;
}
table.detaile2 {
    font-family:verdona, Arial, Helvetica, sans-serif;
    line-height:1.0em;
    font-size:0.9em;
    letter-spacing:1px;
}
#menubar
{
    margin-left: 1px;
    width: 1025px;
    background: #87CEEB;
    background: -webkit-gradient(linear, left top, left bottom, from(#87CEEB), to(#0000FF) );
    background: -moz-linear-gradient(-90deg, #87CEEB, #0000FF);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#87CEEB', EndColorStr='#0000FF');
    text-align: left;
}

/*----------------------------*/
.button
{
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    padding: .3em;
    text-decoration: none;
    font: bold 1em 'Trebuchet MS',Arial, Helvetica;
    display: inline-block;
    text-align: center;
    color: #fff;

/*
    box-shadow: 0 .1em .1em lightgray;
    -moz-box-shadow: 0 .1em .1em lightgray;
    -webkit-box-shadow: 0 .1em .1em lightgray;
*/

    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
/*
    border-radius: .5em;
*/
	cursor:pointer;
}

.button:hover
{
}

.button:active
{
}

/*----------------------------*/
.button-menu
{
    background: #00008B;
    background: -webkit-gradient(linear, left top, left bottom, from(#00008B), to(#0000FF) );
    background: -moz-linear-gradient(-90deg, #00008B, #0000FF);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#00008B', EndColorStr='#0000FF');
}
 
.button-menu:hover
{
   background: #81a8cb;
   background: -webkit-gradient(linear, left top, left bottom, from(#4477a1), to(#81a8cb) );
   background: -moz-linear-gradient(-90deg, #4477a1, #81a8cb);
   filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4477a1', endColorstr='#81a8cb');   
}

.button-menu:active
{
    background: #81a8cb;
}

/*----------------------------*/
.button-menutxt
{
    background: #81a8cb;
}

/*----------------------------*/
.button-login
{
    background: #428739;
    background: -webkit-gradient(linear, left top, left bottom, from(#428739), to(#c8dd95) );
    background: -moz-linear-gradient(-90deg, #428739, #c8dd95);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#428739', EndColorStr='#c8dd95');
    border-style: hidden;
}

.button-login:hover
{
    background: #c8dd95;
    background: -webkit-gradient(linear, left top, left bottom, from(#c8dd95), to(#428739) );
    background: -moz-linear-gradient(-90deg, #c8dd95, #428739);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#c8dd95', EndColorStr='#428739');
    border-style: hidden;
}

.button-login:active
{
    background: #c8dd95;
    border-style: hidden;
}

/*----------------------------*/
.button-paypal
{
    background: #C0C0C0;
    background: -webkit-gradient(linear, left top, left bottom, from(#C0C0C0), to(#F0E68C) );
    background: -moz-linear-gradient(-90deg, #C0C0C0, #F0E68C);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#C0C0C0', EndColorStr='#F0E68C');
}

.button-paypal:hover
{
    background: #F0E68C;
    background: -webkit-gradient(linear, left top, left bottom, from(#F0E68C), to(#C0C0C0) );
    background: -moz-linear-gradient(-90deg, #F0E68C, #C0C0C0);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#F0E68C', EndColorStr='#C0C0C0');
}

.button-paypal:active
{
    background: #F0E68C;
}

/*----------------------------*/
.panel-right-line
{
    border-style:solid;
    border-width:1px 1px 1px 0px;
    border-color:#F0E68C;
}

.panel-left-line
{
    border-style:solid;
    border-width:1px 0px 1px 1px;
    border-color:#FFB6C1;
}

.panel-right-cell
{
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0E68C) );
    background: -moz-linear-gradient(-90deg, #FFFFFF, #F0E68C);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#F0E68C');
}

.panel-left-cell
{
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DB7093) );
    background: -moz-linear-gradient(-90deg, #FFFFFF, #DB7093);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#DB7093');
}

.charge-title {
    float:left;
    width:150px;
    font-weight:bold;
    text-align:left;
    color:yellow;
    background-color:red;
    padding-left:8px;
	height:45px;
	line-height:45px;
}

.charge-button
{
	font-size:20pt;
	font-weight:bold;
	color:yellow;
	background-color:red;
}
