@charset "utf-8";
/*
 * ==========================================================================
 *
 * [content]
 *
 * ==========================================================================
 */
/**
 * 見出し用CSS
 */
.h2read {
  color: #3b479d;
  font-size: 2.5rem;
	margin: 100px 0 30px;
  /*background-image: linear-gradient(90deg, #ab364b, #ab3681 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
}
.h3title {
	font-size: 3.2rem;
  font-weight: 500;
	margin: 100px 0 50px;
  line-height: 1.4;
}
.h3title .bg {
  display: inline-block;
  background: #e5ecf9;
  background: linear-gradient(90deg, #e5ecf9 0%, #fbe9f6 100%);
  color: #3b479d;
  padding: 18px;
  letter-spacing: 2px;
}

.h4title {
  font-size: 1.4rem;
  background: #ebf0f9;
  padding: 10px 20px;
  margin-bottom: 20px;
}
/**
 * リスト用CSS
 */
.listStyle01 {
  list-style: none;
  padding: 0;
  margin: 0 0 0 5px;
}
.listStyle01 li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: 20px;
}
.listStyle01 li:last-child {
  margin-bottom: 0;
}
.listStyle01 li::before {
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background: #00aeef;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}
/**
 * ボタン用スタイル
 */
.button {
	text-align: center;
	margin: 100px auto 0;
}

a.btnStyle01 {
  font-weight: bold;
  display: inline-block;
  background: #0646d5;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  padding: 1.5em 0;
  width: 100%;
  border-radius: 50px;
  position: relative;
}
a.btnStyle01:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: -6px 0 0 0;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.btnStyle01.download {
  background-color: #1d2c9b;
}
a.btnStyle01.fb {
  background-color: #3b5998;
}
a.btnStyle01.blog {
  background-color: #333;
}
a.btnStyle02 {
  display: inline-block;
  border: solid 2px #3b479d;
  text-align: center;
  color: #3b479d;
  text-decoration: none;
  padding: 1.2em;
  min-width: 300px;
  border-radius: 50px;
  font-weight: bold;
  position: relative;
}
a.btnStyle02:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 9px;
  height: 9px;
  margin: -6px 0 0 0;
  border-right: solid 2px #3b479d;
  border-top: solid 2px #3b479d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnStyle03 {
  position: relative;
  background: linear-gradient(to right, #0069b8, #0fae97);
  color: #fff!important;
  width: 547px;
  height: 180px;
  display: block;
  display: flex;
  align-items: center;
  margin: 80px auto 0;
  border-radius: 10px;
  transition: ease .2s;
  overflow: hidden;
}
.btnStyle03Inner {
  padding: 0 50px;
    z-index: 3;
}
.btnStyle03Text {
  font-size: 2rem;
  font-weight: bold;
}
  .btnStyle03Text span img{
    width: 24px;
    margin: -2px 0 0 5px;
  }
.btnStyle03TextSub {
  font-size: 1.3rem;
}
.btnStyle03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background:#333;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btnStyle03:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

.btnStyle03.line {
  background: #23be4f
}

.btnStyle03.large {
  width: 100%;
  height: 300px;
  background:no-repeat right #000;
}
.pageBackWrapper {
  margin: 100px 0 0 0;
  text-align: center;
}
/**
 * テーブル用スタイル
 */
.tableWrapperScroll {}
.tableStyle01 {
  width: 100%;
  border-collapse:collapse;
}
.tableStyle01 th, .tableStyle01 td {
  border: 1px solid #CCCCCC;
}
.tableStyle01 th {
  background: #E6E6E6;
  text-align: center;
  padding: 10px;
}
.tableStyle01 th.long {
  width: 74%;
}
.tableStyle01 td {
  padding: 15px 20px;
}
.tableStyle02 {}
.tableStyle02 th, .tableStyle02 td {
  border: 1px solid #CCCCCC;
}
.tableStyle02 th {
  background: #E6E6E6;
  text-align: center;
  padding: 10px;
}
.tableStyle02 td {
  padding: 15px 20px;
  background: #FFF;
}
.tableStyle03 {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.tableStyle03 th, .tableStyle03 td {
  border-top: 1px solid #CCCCCC;
}
.tableStyle03 th {
  width: 100px;
  vertical-align: top;
  padding: 15px 20px;
}
.tableStyle03 td {
  padding: 15px 20px;
}
.trCelBorderTop {
  border-top: 2px solid #666;
}

.tableRow {}
/**
 * 文字サイズ
 */
.s0-8r { font-size: 0.8rem; }
.s1-0r { font-size: 1.0rem; }
.s1-1r { font-size: 1.1rem; }
.s1-2r { font-size: 1.2rem; }
.s1-3r { font-size: 1.3rem; }
.s1-4r { font-size: 1.4rem; }
.s1-5r { font-size: 1.5rem; }
.s1-6r { font-size: 1.6rem; }
.s1-7r { font-size: 1.7rem; }
.s1-8r { font-size: 1.8rem; }
.s1-9r { font-size: 1.9rem; }
.s2-0r { font-size: 2.0rem; }
.s2-1r { font-size: 2.1rem; }
.s2-2r { font-size: 2.2rem; }
.s2-3r { font-size: 2.3rem; }
.s2-4r { font-size: 2.4rem; }
.s2-5r { font-size: 2.5rem; }
.s2-6r { font-size: 2.6rem; }
.s2-7r { font-size: 2.7rem; }
.s2-8r { font-size: 2.8rem; }
.s2-9r { font-size: 2.9rem; }
.s3-0r { font-size: 3.0rem; }
.s3-4r { font-size: 3.4rem; }
.s3-5r { font-size: 3.5rem; }
.s3-8r { font-size: 3.8rem; }
.s4-0r { font-size: 4.0rem; }
.s4-1r { font-size: 4.1rem; }
.s5-0r { font-size: 5.0rem; }
/**
 * その他装飾
 */
.note {
  display: block;
  font-size: inherit;
  text-indent: -1em;
}
.note::before {
  content: '※';
}
/**
 * transition series
 */
.trOp02s {
  -webkit-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
.trOp02s:hover {
  opacity: 0.6;
}
/**
 * linkBt
 */
.linkBt a {
  background: #fff;
  padding: 20px;
  display: block;
  position: relative;
  text-decoration: none;
}
.linkBt a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #142e60;
  border-right: 2px solid #142e60;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  margin-top: -5px;
}


/* pager リンク
-------------------------------------------------------------------- */
.pager {
  text-align: center;
  margin-top: 50px;
}
.pager ul {
  padding: 0;
}
.pager li {
  display: inline-block;
  padding: 10px 15px;
  background: #eee;
}
.pager li:last-child {
  margin-right: 0 !important;
}
.pager li a {
  font-weight: bold;
}
.pager li.active {
  background: #1c5bd9;
  color: #fff;
}
/* slick
-------------------------------------------------------------------- */
.banner-slider li {
  margin: 0 5px;
}

/* animation
-------------------------------------------------------------------- */
.displayed{
   animation: fadeUp 1s ease-in-out forwards;
}
@keyframes fadeUp{
    0%{opacity:0; transform: translateY(50px);}
  100%{opacity:1; transform: translateY(0);}
}

/* その他レイアウト
-------------------------------------------------------------------- */
.alignCenterSp {
  
}

/* tab
-------------------------------------------------------------------- */
.timeTableTabBt{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.timeTableTabBt li a{
  display: block;
  background:#ddd;
}
.timeTableTabBt li.active a{
  background:#fff;
}
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}
.area.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.spot {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}
.spot.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.online {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
}
.online.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/**
 ****************************************************
 *
 * screens larger than 768
 *
 ****************************************************
 */
@media only screen and (min-width: 768px) {
  .pcDspNone {
    display: none;
  }
}
/**
 ****************************************************
 *
 * screens smaller than 767
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /**
 * 見出し用CSS
 */
  .h2read {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-size: 1.5rem;
    margin: 50px 0 20px;
  }  
  
  .h3title {
    font-size: 1.6rem;
    margin: 50px 0 30px;
  }
  .h3title .bg {
    padding: 12px 12px 9px;
    letter-spacing: 1.2px;
  }
  .h4title {
    font-size: 110%;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  /**
 * テーブル用スタイル
 */
  .tableWrapperScroll {
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .tableWrapperScroll::-webkit-scrollbar {
    height: 8px;
  }
  .tableWrapperScroll::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 5px;
  }
  .tableWrapperScroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #003575;
  }
  .tableStyle01 {
    width: 100%;
  }
  .tableStyle01 th, .tableStyle01 td {
    border: 1px solid #CCCCCC;
  }
  .tableStyle01 th {
    background: #E6E6E6;
    text-align: center;
    padding: 5px;
  }
  .tableStyle01 th.long {
    width: 74%;
  }
  .tableStyle01 td {
    padding: 5px 10px;
    background: #FFF;
  }
  .tableStyle03 {
  }
  .tableStyle03 th, .tableStyle03 td {
  }
  .tableStyle03 th {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
  }
  .tableStyle03 td {
    display: inline-block;
    width: 90%;
    padding: 10px 0 10px 10%;
    border: none;
  }
  
  
  
  
  
  .tableRow th, .tableRow td {
    display: block;
  }
	.spDspNone { display: none; }
	.pcDspNone { display: inherit; }
	.fitImg { max-width: 100%; }
	.s0-8r { font-size: 0.6rem; }
	.s1-0r { font-size: 1.0rem; }
	.s1-1r { font-size: 1.1rem; }
	.s1-2r { font-size: 1.2rem; }
	.s1-3r { font-size: 1.2rem; }
	.s1-4r { font-size: 1.2rem; }
	.s1-5r { font-size: 1.3rem; }
	.s1-6r { font-size: 1.3rem; }
	.s1-7r { font-size: 1.3rem; }
	.s1-8r { font-size: 1.3rem; }
	.s1-9r { font-size: 1.3rem; }
	.s2-0r { font-size: 1.3rem; }
	.s2-1r { font-size: 1.5rem; }
	.s2-2r { font-size: 1.5rem; }
	.s2-3r { font-size: 1.5rem; }
	.s2-4r { font-size: 1.5rem; }
	.s2-5r { font-size: 1.5rem; }
	.s2-6r { font-size: 1.5rem; }
	.s2-7r { font-size: 1.5rem; }
	.s2-8r { font-size: 1.6rem; }
	.s2-9r { font-size: 1.6rem; }
	.s3-0r { font-size: 1.7rem; }
	.s3-4r { font-size: 1.7rem; }
	.s3-5r { font-size: 1.7rem; }
	.s3-8r { font-size: 1.8rem; }
	.s4-0r { font-size: 2.5rem; }
	.s4-1r { font-size: 2.5rem; }
	.s5-0r { font-size: 2.5rem; }
	/**
	 * transition series
	 */
	.trOp02s {
		transition: none;
	}
	.trOp02s:hover {
		opacity: 1.0;
	}
	.sectionVox {
		margin-bottom: 30px;
	}
	a.btnStyle01 {
		display: inline-block;
		background-size: 9px auto;
		padding:1.4em 0;
	}
	a.btnStyle01:after {
  right: 6%;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-right: solid 2px #ffffff;
  border-top: solid 2px #ffffff;
	}
	a.btnStyle02 {
		display: inline-block;
		background: #fff url(../../img/content/content/SP_ico_arr03.png) no-repeat 92% center;
		background-size: 9px auto;
		min-width: 250px;
		padding:1.4em;
	}
.btnStyle03 {
  width: 100%;
  height: 100px;
  margin: 50px auto 0;
  border-radius: 8px;
}
.btnStyle03Inner {
  padding: 0 25px;
}
.btnStyle03Text {
  font-size: 1.6rem;
}
  .btnStyle03Text span img{
    width: 16px;
    margin: -2px 0 0 5px;
  }
.btnStyle03TextSub {
  font-size: 1rem;
}
	.tableStyle01 { width: auto; }
	.scTable {
		overflow: auto;
		white-space: nowrap;
	}
	.scTable::-webkit-scrollbar {
		height: 3px;
	}
	.scTable::-webkit-scrollbar-track {　
		background: #CCCCCC;
	}
	.scTable::-webkit-scrollbar-thumb {
		background: #142E60;
	}
	.pageLink {
		width: 100%;
		padding: 25px 3.125% 20px;
	}
		.pageLink ul {
			width: 100%;
			padding-top: 1px;
		}
		.pageLink li {
			width: 49%;
			margin-right:2%;
			margin-bottom: 2%;
			border: 1px solid #CCCCCC;
		}
			.pageLink.oneColumn li {
				width:98%!important;
			}
		
		.pageLink li:not(:nth-child(3n)) {
			margin-right: 2%;
		}
		.pageLink li:nth-child(even) {
			margin-right: 0;
		}
			.pageLink li a {
				padding: 15px 10px 15px 38px;
			}
			.pageLink li a::before {
				background: #142E60 url(../../img/content/content/SP_ico_arr01.png) no-repeat center;
				background-size: 8px auto;
				height: 20px;
				width: 20px;
				left: 10px;
				margin-top: -11px;
			}



#popupWrapperMovie {
	width: 90%;
	margin-left: -45%;
}
/* その他レイアウト
-------------------------------------------------------------------- */
.alignCenterSp {
  text-align: center;
}
/**
	 * end
	 */
}