/*
Theme Name: T-3MT_manual
Theme URL: テーマのサイトのURI
Description: テーマの説明
Author: abejunichi
Version: 0.3
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

/* for modern brouser */


a {
  text-decoration: none;
}


.col-4 {
  float: left;
  width: 32% !important;
  height: 350px;
  background-color: #e6fdff;
  margin: 4px;
}


a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}


main {
  background-color: #fff;
  display: flex;
  margin: auto;
}

.footer {
  background-color: #4dbdd7;
  height: 200px;
  display: flex;
  margin-top: 10px;
}

.footer div {
  margin: auto;
}

/* ヘッダー */
.header {
  background-color: #4dbdd7;
  width: 100%;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  height: 150px;
  background-color: #4dbdd7;
  margin-bottom: 50px;
}

.header__title {
  width: 80px;
}

.header__title {
  width: 120px;
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 40px;
}

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  transform: translateX(140%);
  background-color: #0a489b !important;
  transition: ease .4s;
  display: none;
}



@media screen and (min-width: 3000px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 50%;
  }
}


@media screen and (min-width: 3000px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: flex-start;
    height: auto;
  }
}

.nav-items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}


@media screen and (min-width: 3000px) {
  .nav-items {
    padding-top: inherit;
    padding-bottom: inherit;
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.nav-items__item a {
  color: #0a489b;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 3000px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */
.header__hamburger {
  width: 48px;
  height: 100%;
  margin-right: 40px;

}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 10000;
}

@media screen and (min-width: 3000px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  background-color: #fff;
  margin-right: 100px;
}


.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(140%);
  width: 50%;
  height: 2000px;
  background-color: #000 !important;
  z-index: 1000;
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
  background-color: #000;
  z-index: 10000000;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
  background-color: #000;
  z-index: 10000000;
}

.header__title img {
  width: 220px;
  height: 100%;
  margin-left: 38px;
}

.header__inner h5 {
  color: #fff;
  font-size: 25px;
  text-align: left;
  margin-left: 280px;
  width: 400px;
  margin-top: -40px
}

.content {
  display: block;
  margin: 0 auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.footer_content {
  background-color: #4dbdd7;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  height: 80px;
}

.copyright p {
  text-align: right;
  color: #fff;
  margin-right: 40px;
  padding-top: 30px;
}

.tab-wrap h3 {
  color: #14a9ea;

  font-size: 32px;
  margin-left: 60px;
}

.tab {
  margin-left: 50px;
  cursor: pointer;
}


.flex {
  display: flex;
}

.content {
  width: 1080px;
  height: auto;
  margin: 0 auto;
  text-align: center;

}


body {
  overflow-x: hidden;
}

.p0 {
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: hidden;
}


html {
  margin-top: 0px !important;
}


.tab-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 52px;
}

.tab {
  width: auto;
  height: auto;
  text-align: center;
  margin-left: 6px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 22px;
  transition: 1s;
  background-color: #eae5e3;
}

.panel-group {
  padding: 10px;
}

.panel {
  display: none;
}

.tab.is-active {
  color: black;
  transition: 0.5s;
  opacity: 1;
  background-color: white;
}

.panel.is-show {
  display: block;
}

.Accordion {
  width: 100%;
  height: 100vh;
}

.Accordion-Title {
  width: 100%;
  justify-content: space-between;
  padding: 16px;
  background: #4dbdd7;
  cursor: pointer;
}


.movie {
  width: 60%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.tab-wrap {
  text-align: center;
  margin: 0 auto;
}

.tab-wrap h3 {
  text-align: left;
  margin: 0 auto;
  margin-left: 60px;
}


body,
html {
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
}


.Section {
  text-align: left;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  z-index: 1000;
}

.Section h3 {
  text-align: left;
  margin: 0 auto;
  color: #4dbdd7;
  margin-top: 100px;
  margin-bottom: 10px;
  margin-left: 15px;

}

.section h3,
.Accordion-Title {
  text-align: left;
  margin: 0 auto;
  margin-top: 0px;
  width: 100%;
  color: white;
}

.Accordion a {
  text-align: left;
  color: #14a9ea;
  font-size: 14px;
  margin-left: 50px;

}

.Accordion-Title-Text {
  text-align: left;
  display: block !important;
  font-size: 20px;
  margin-left: 18px;
  margin-top: -26px;
  color: #fff;
}


summary {
  color: #fff !important;
}


summary::-webkit-details-marker {
  color: #fff !important;
}


#js-demo.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(3, 3, 3, .5);
  display: block;
  transition: ease .4s;
}

.videoplayer>div>div>div{
	left:0;
	top:0;
	bottom:10px;
	right:0;
}

.red {
    color:red;
}

.tab-title{
	padding-bottom:50px;
}

.right-red {
    margin-top:8px;
    margin-left:20px;
    color:red;
}

p{
    text-align:left;
    margin:10px 10px;
}