@charset "UTF-8";
/*
Theme Name: NUHW WEB模擬講義
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 400;
  line-height: 180%;
  color: #333F52;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-rendering: optimizeLegibility;
  min-width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
}

::-webkit-input-placeholder {
  color: #9A9A9A;
}

:-ms-input-placeholder {
  color: #9A9A9A;
}

::-moz-placeholder {
  color: #9A9A9A;
}

::-placeholder {
  color: #9A9A9A;
}

a {
  color: #0080BE;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
a, a img {
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

img {
  max-width: 100%;
  height: auto;
}

/* WEB模擬講義　タブ切り替え */

.p-top__special {
	padding-top: 60px;
	padding-bottom: 50px;
}
.p-top__special-tab {
	margin-bottom: 60px;
	overflow: hidden;
	background: rgba(255,255,255,.6);
	padding: 20px;
	border-radius: 10px;
}
.p-top__special-tab p {
	/*float: left;
	width: 16.6666%;
	position: relative;
	z-index: 2;*/
	display: inline-block;
	font-size: 116%;
	font-weight: bold;
	/*color: #F09BA5;*/
	margin-bottom: 10px;
}
.p-top__special-tab ul {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
	/*float: left;
	width: 83.3334%;
	-webkit-transition: .5s ease all;
	-moz-transition: .5s ease all;
	transition: .5s ease all;
	position: relative;
	left: -100%;
	z-index: 1;*/
	/*display: none;*/
}
/*.p-top__special-tab ul.is-open {
	left: 0;
}*/
/*.p-top__special-tab p,*/


.p-top__special-tab li {
  flex-grow: 1;
  border: 2px solid #F09BA5;
	float: left;
  cursor: pointer;
	-webkit-box-sizing: borders-box;
	box-sizing: border-box;
	text-align: center;
  -webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	transition: .3s ease all;
	padding: 0.5% 0.5%;
	margin: 0.1%;
  letter-spacing: 0.1em;
  background: #F09BA5;
	color: #fff;
}

/*.p-top__special-tab p span,*/
.p-top__special-tab li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 100%;
	font-weight: bold;
	/*padding-right: 20px;*/

	background-repeat: no-repeat;
	background-position: right center;

}
/*.p-top__special-tab p span {background-image: url(img/common/icon1_right.svg);}*/
/*.p-top__special-tab li span {background-image: url(img/common/icon1_down.svg);}*/
/*.p-top__special-tab p:hover,
.p-top__special-tab p.is-active,*/
.p-top__special-tab li:hover,
.p-top__special-tab li.is-active {
	background: #fff;
	color: #333;
}
/*.p-top__special-tab p:hover span {background-image: url(img/common/icon1_right-white.svg);}*/
/*.p-top__special-tab li:hover span,*/
/*.p-top__special-tab li.is-active span {background-image: url(img/common/icon1_down-white.svg);}*/
/*.p-top__special-tab p.is-active span {background-image: url(img/common/icon1_close.svg);}*/
/*.p-top__special-tab li:last-child {clear: both;}*/
.p-top__special .block1 ul {
	margin-bottom: 21px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #fff;
	position: relative;
	margin-left: -0.455%;
}
.p-top__special .block1 ul:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.p-top__special .block1 li.heading {
	position: relative;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
}
.p-top__special .block1 li.heading:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #f37382;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.p-top__special .block1 li {
	float: left;
	width: 24.545%;
	/*margin-left: 0.60666666%;*/
	margin-left: 0.455%;
	margin-bottom: 0.60666666%;
	box-shadow: 0 0 20px rgba(255,255,255,.8);
	min-height: 246px;
	position: relative;
}
/*.p-top__special .block1 li:nth-child(4n+1) {
	clear: both;
	margin-left: 0;
}*/
.p-top__special .block1 li a,
.p-top__special .block1 li .link {
	display: block;
	background: #fff;
	padding: 10px;
	text-align: center;
}
.p-top__special .block1 li a.is-new:before {
	display: block;
	content: "";
	position: absolute;
	left: 11px;
	top: 10px;
	background: url(img/top/icon_new.png);
	width: 52px;
	height: 42px;
	z-index: 1;
}


/* WEB模擬講義ページ */

.day_font{
	font-weight: bold;
	}
.p-online .info{
	margin-top: 40px;
	}
.p-top__special-tab{
	text-align: center;

}
.syurui{
	font-size: 28px!important;
	margin-bottom: 30px!important;
	}

/* ----------------------------- スマホ以外（768px～） */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
    min-width: initial;
  }
}
/*=======================================
共通パーツ
=========================================*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-col {
  color: #0080BE;
}
.u-col__red {
  color: #F33;
}
.u-col__blue {
  color: #36F;
}

.u-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-gothic {
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-style: bold;
}

.u-underline {
  font-style: underline;
}

.u-center {
  text-align: center !important;
}
.u-center th, .u-center td {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}
.u-right th, .u-right td {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}
.u-left th, .u-left td {
  text-align: left !important;
}

.u-top {
  vertical-align: top !important;
}
.u-top th, .u-top td {
  vertical-align: top !important;
}

.u-middle {
  vertical-align: middle !important;
}
.u-middle th, .u-middle td {
  vertical-align: middle !important;
}

.u-bottom {
  vertical-align: bottom !important;
}
.u-bottom th, .u-bottom td {
  vertical-align: bottom !important;
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-anchor {
  position: relative;
  margin-top: -70px;
  padding-top: 70px;
}

.c-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.c-wrap__900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wraps-separate {
  padding-left: 110px;
  padding-right: 110px;
}

.u-bg1 {
  background: #f6f6f6;
}

.c-separate1 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.c-table1 {
  width: 100%;
}
.c-table1 table {
  width: 100%;
}
.c-table1 th,
.c-table1 td {
  vertical-align: middle;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 140%;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  padding: 16px 20px 15px;
  font-weight: 500;
}
.c-table1 th:last-child,
.c-table1 td:last-child {
  border-right: 0;
}
.c-table1 th {
  text-align: left;
  background: #E6D5B6;
}
.c-table1 tr:last-child th,
.c-table1 tr:last-child td {
  border-bottom: 2px solid #000;
}

.c-table__nostyle {
  width: 100%;
}
.c-table__nostyle th,
.c-table__nostyle td {
  padding: 2px 0 !important;
  border: 0;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  background: transparent;
}

.c-pagination {
  clear: both;
  position: relative;
  color: #333;
  padding-top: 20px;
  text-align: center;
}
.c-pagination span,
.c-pagination a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 42px;
  background-color: #fff;
  color: #0080BE;
  text-decoration: none;
  border: 1px solid #DDD;
  margin-left: -1px;
}
.c-pagination span:first-child,
.c-pagination a:first-child {
  border-radius: 5px 0 0 5px;
}
.c-pagination span:last-child,
.c-pagination a:last-child {
  border-radius: 0 5px 5px 0;
}
.c-pagination a.next, .c-pagination a.prev {
  line-height: 39px;
}
.c-pagination span.current,
.c-pagination a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  cursor: pointer;
  background: #0080BE;
  color: #fff;
  border-color: #0080BE;
  text-decoration: none;
}

.js-tab__content {
  display: none;
}
.js-tab__content.is-active {
  display: block;
}

.u-googlecalendar-wrap {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.u-googlecalendar-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animate {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animate.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.js-animate--delay1 {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.js-animate--delay2 {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.js-animate--delay3 {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.js-animate--delay4 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.js-animate--delay5 {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.js-animate--delay6 {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.js-animate--delay7 {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.js-animate--delay8 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.js-animate--delay9 {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.js-animate--delay10 {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.js-animate--delay11 {
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}
.js-animate--delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.js-animate--delay13 {
  -webkit-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}
.js-animate--delay14 {
  -webkit-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}
.js-animate--delay15 {
  -webkit-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}
.js-animate--delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.js-animate--delay17 {
  -webkit-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}
.js-animate--delay18 {
  -webkit-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}
.js-animate--delay19 {
  -webkit-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}
.js-animate--delay20 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}
.js-animate--delay21 {
  -webkit-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}
.js-animate--delay22 {
  -webkit-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}
.js-animate--delay23 {
  -webkit-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}
.js-animate--delay24 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}
.js-animate--delay25 {
  -webkit-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}
.js-animate--delay26 {
  -webkit-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}
.js-animate--delay27 {
  -webkit-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}
.js-animate--delay28 {
  -webkit-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}
.js-animate--delay29 {
  -webkit-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}
.js-animate--delay30 {
  -webkit-animation-delay: 3s !important;
  animation-delay: 3s !important;
}
.js-animate--delay31 {
  -webkit-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}
.js-animate--delay32 {
  -webkit-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}
.js-animate--delay33 {
  -webkit-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}
.js-animate--delay34 {
  -webkit-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}
.js-animate--delay35 {
  -webkit-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}
.js-animate--delay36 {
  -webkit-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}
.js-animate--delay37 {
  -webkit-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}
.js-animate--delay38 {
  -webkit-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}
.js-animate--delay39 {
  -webkit-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}
.js-animate--delay40 {
  -webkit-animation-delay: 4s !important;
  animation-delay: 4s !important;
}
.js-animate--duration1 {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.js-animate--duration2 {
  -webkit-animation-duration: 0.2s !important;
  animation-duration: 0.2s !important;
}
.js-animate--duration3 {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}
.js-animate--duration4 {
  -webkit-animation-duration: 0.4s !important;
  animation-duration: 0.4s !important;
}
.js-animate--duration5 {
  -webkit-animation-duration: 0.5s !important;
  animation-duration: 0.5s !important;
}
.js-animate--duration6 {
  -webkit-animation-duration: 0.6s !important;
  animation-duration: 0.6s !important;
}
.js-animate--duration7 {
  -webkit-animation-duration: 0.7s !important;
  animation-duration: 0.7s !important;
}
.js-animate--duration8 {
  -webkit-animation-duration: 0.8s !important;
  animation-duration: 0.8s !important;
}
.js-animate--duration9 {
  -webkit-animation-duration: 0.9s !important;
  animation-duration: 0.9s !important;
}
.js-animate--duration10 {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}
.js-animate--duration11 {
  -webkit-animation-duration: 1.1s !important;
  animation-duration: 1.1s !important;
}
.js-animate--duration12 {
  -webkit-animation-duration: 1.2s !important;
  animation-duration: 1.2s !important;
}
.js-animate--duration13 {
  -webkit-animation-duration: 1.3s !important;
  animation-duration: 1.3s !important;
}
.js-animate--duration14 {
  -webkit-animation-duration: 1.4s !important;
  animation-duration: 1.4s !important;
}
.js-animate--duration15 {
  -webkit-animation-duration: 1.5s !important;
  animation-duration: 1.5s !important;
}
.js-animate--duration16 {
  -webkit-animation-duration: 1.6s !important;
  animation-duration: 1.6s !important;
}
.js-animate--duration17 {
  -webkit-animation-duration: 1.7s !important;
  animation-duration: 1.7s !important;
}
.js-animate--duration18 {
  -webkit-animation-duration: 1.8s !important;
  animation-duration: 1.8s !important;
}
.js-animate--duration19 {
  -webkit-animation-duration: 1.9s !important;
  animation-duration: 1.9s !important;
}
.js-animate--duration20 {
  -webkit-animation-duration: 2s !important;
  animation-duration: 2s !important;
}
.js-animate--duration21 {
  -webkit-animation-duration: 2.1s !important;
  animation-duration: 2.1s !important;
}
.js-animate--duration22 {
  -webkit-animation-duration: 2.2s !important;
  animation-duration: 2.2s !important;
}
.js-animate--duration23 {
  -webkit-animation-duration: 2.3s !important;
  animation-duration: 2.3s !important;
}
.js-animate--duration24 {
  -webkit-animation-duration: 2.4s !important;
  animation-duration: 2.4s !important;
}
.js-animate--duration25 {
  -webkit-animation-duration: 2.5s !important;
  animation-duration: 2.5s !important;
}
.js-animate--duration26 {
  -webkit-animation-duration: 2.6s !important;
  animation-duration: 2.6s !important;
}
.js-animate--duration27 {
  -webkit-animation-duration: 2.7s !important;
  animation-duration: 2.7s !important;
}
.js-animate--duration28 {
  -webkit-animation-duration: 2.8s !important;
  animation-duration: 2.8s !important;
}
.js-animate--duration29 {
  -webkit-animation-duration: 2.9s !important;
  animation-duration: 2.9s !important;
}
.js-animate--duration30 {
  -webkit-animation-duration: 3s !important;
  animation-duration: 3s !important;
}
.js-animate--duration31 {
  -webkit-animation-duration: 3.1s !important;
  animation-duration: 3.1s !important;
}
.js-animate--duration32 {
  -webkit-animation-duration: 3.2s !important;
  animation-duration: 3.2s !important;
}
.js-animate--duration33 {
  -webkit-animation-duration: 3.3s !important;
  animation-duration: 3.3s !important;
}
.js-animate--duration34 {
  -webkit-animation-duration: 3.4s !important;
  animation-duration: 3.4s !important;
}
.js-animate--duration35 {
  -webkit-animation-duration: 3.5s !important;
  animation-duration: 3.5s !important;
}
.js-animate--duration36 {
  -webkit-animation-duration: 3.6s !important;
  animation-duration: 3.6s !important;
}
.js-animate--duration37 {
  -webkit-animation-duration: 3.7s !important;
  animation-duration: 3.7s !important;
}
.js-animate--duration38 {
  -webkit-animation-duration: 3.8s !important;
  animation-duration: 3.8s !important;
}
.js-animate--duration39 {
  -webkit-animation-duration: 3.9s !important;
  animation-duration: 3.9s !important;
}
.js-animate--duration40 {
  -webkit-animation-duration: 4s !important;
  animation-duration: 4s !important;
}

/* フェードインしながら少し右へ */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInRight {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInRight.is--animate {
  -webkit-animation: fadeInRight 0.8s 1 ease-in-out;
  animation: fadeInRight 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し左へ */
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-animateFadeInLeft {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInLeft.is--animate {
  -webkit-animation: fadeInLeft 0.8s 1 ease-in-out;
  animation: fadeInLeft 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインしながら少し上へ */
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-animateFadeInUp {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeInUp.is--animate {
  -webkit-animation: fadeInUp 0.8s 1 ease-in-out;
  animation: fadeInUp 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* フェードインのみ */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-animateFadeIn {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
}
.js-animateFadeIn.is--animate {
  -webkit-animation: fadeIn 0.8s 1 ease-in-out;
  animation: fadeIn 0.8s 1 ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}

/* ----------------------------- スマホ */
@media screen and (max-width: 767px) {
  .c-table1 table,
  .c-table1 thead,
  .c-table1 tbody,
  .c-table1 tr,
  .c-table1 th,
  .c-table1 td {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .c-table1 th,
  .c-table1 td {
    border-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .c-table1 tr:last-child th:last-child,
  .c-table1 tr:last-child td:last-child {
    border-top: 0;
  }

  .c-pagination {
    padding-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .c-pagination span,
  .c-pagination a {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .c-pagination span:first-child,
  .c-pagination a:first-child {
    border-radius: 3px 0 0 3px;
  }
  .c-pagination span:last-child,
  .c-pagination a:last-child {
    border-radius: 0 3px 3px 0;
  }
  .c-pagination a.next, .c-pagination a.prev {
    line-height: 34px;
  }

  [class*="c-wraps"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  [class*="c-wraps"] [class*="c-wraps"] {
    padding-left: 0;
    padding-right: 0;
  }

  .js-table-xscroll__wrap {
    width: 100%;
    overflow-x: auto;
  }
  .js-table-xscroll__in {
    width: 600px;
  }

  .u-googlemap-wrap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .u-googlemap-wrap iframe,
  .u-googlemap-wrap object,
  .u-googlemap-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .p-online .info{
	margin-top: 15px;
	}



}

.p-online__heading {
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}
.p-online__heading:before, .p-online__heading:after {
  display: none;
}
.p-online__heading h1 {
  margin-right: 20px;
}
.p-online__heading ul {
  display: flex;
}
.p-online__heading ul:before, .p-online__heading ul:after {
  display: none;
}
.p-online__heading li {
  margin-left: 12px;
}
.p-online__heading li:first-child {
  margin-left: 0;
}
.p-online__kv {
  background: url(../img/kv_bg1.png) no-repeat center;
  height: 540px;
  overflow: hidden;
  margin-bottom: 84px;
}
.p-online__kv h2 {
  text-indent: 100%;
  white-space: nowrap;
}
.p-online__kv.is-detail {
  background-image: url(../img/kv_bg1-detail.png);
  height: 330px;
  margin-bottom: 7px;
}
.p-online__breadcrumb {
  margin-bottom: 35px;
  font-weight: 300;
}
.p-online__breadcrumb ul {
  display: flex;
  align-items: center;
}
.p-online__breadcrumb ul:before, .p-online__breadcrumb ul:after {
  display: none;
}
.p-online__breadcrumb li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 120%;
}
.p-online__breadcrumb li a {
  color: #333F52;
  text-decoration: none;
}
.p-online__breadcrumb li a:hover {
  text-decoration: underline;
}
.p-online__breadcrumb li + li {
  background: url(../img/arrow_2.png) no-repeat left center;
  padding-left: 13px;
  margin-left: 8px;
}
.p-online__lead {
  position: relative;
  margin-bottom: 180px;
}
.p-online__lead .img1 {
  background: url(../img/lead_img1.jpg?2106) no-repeat center top;
  background-size: cover;
  width: calc(50vw - 10px);
  height: 420px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 48px;
}
.p-online__lead .box1 {
  position: relative;
  padding-top: 92px;
  padding-bottom: 82px;
  width: 50%;
  margin-left: auto;
}
.p-online__lead .box1:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(50vw + 290px);
  height: 100%;
  left: -310px;
  top: 0;
  background: #f2e727;
  background: -moz-linear-gradient(left, #f2e727 0%, white 100%);
  background: -webkit-linear-gradient(left, #f2e727 0%, white 100%);
  background: linear-gradient(to right, #f2e727 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e727', endColorstr='#ffffff',GradientType=1 );
}
.p-online__lead .box1-wrap {
  width: 460px;
  text-align: center;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.p-online__lead .box1 h3 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 140%;
  margin-bottom: 24px;
  color: #3F9FCD;
}
.p-online__lead .box1 h3 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-bottom: 3px solid #333F52;
  padding-bottom: 2px;
  margin-bottom: 12px;
}
.p-online__lead .box1 p {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 200%;
  font-weight: bold;
}
.p-online__movie .heading {
  text-align: center;
  margin-bottom: 70px;
}
.p-online__movie .heading h3 {
  font-size: 43px;
  font-size: 4.3rem;
  line-height: 120%;
  border-bottom: 3px solid #FFF103;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: "Lato", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 16px;
}
.p-online__movie .content ul {
  display: flex;
  flex-wrap: wrap;
  
}
.p-online__movie .content li {
	display: flex;
	flex-direction: column;
	width: 33.333%;
	padding: 0 1.3%;
	box-sizing: border-box;
	margin-bottom: 70px;
 
}

.p-online__movie .content a {
  display: block;
 
  color: #333F52;
  text-decoration: none;
}
.p-online__movie .content a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
}
.p-online__movie .content a:hover .img1 img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}
.p-online__movie .content a:hover .btn1 .anchor {
  color: #fff;
}
.p-online__movie .content a:hover .btn1 .anchor:before {
  width: 100%;
}
.p-online__movie .content a:hover .btn1 .anchor span {
  background-image: url(../img/arrow_1-white.png);
}
.p-online__movie .content .img1 {
  position: relative;
  margin-bottom: 15px;
}
.p-online__movie .content .img1 img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.p-online__movie .content .img1 .time {
  position: absolute;
  color: #fff;
  left: 10px;
  bottom: 10px;
  font-weight: bold;
  background: url(../img/icon_play.png) no-repeat left center;
  padding: 4px 0 4px 44px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.p-online__movie .content .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 170%;
}
.p-online__movie .content .txt1 {
  border-top: 1px solid #F0F4F7;
  padding-top: 15px;
  margin-top: 15px;
}
.p-online__movie .content .txt1 .dept {
  font-weight: bold;
}
.p-online__movie .content .txt1 .dept.pt {
  color: #6542a1;
}
.p-online__movie .content .txt1 .dept.ot {
  color: #3761a9;
}
.p-online__movie .content .txt1 .dept.st {
  color: #009de0;
}
.p-online__movie .content .txt1 .dept.at {
  color: #28928c;
}
.p-online__movie .content .txt1 .dept.mt {
  color: #0068b9;
}
.p-online__movie .content .txt1 .dept.ort {
  color: #0f50aa;
}
.p-online__movie .content .txt1 .dept.em {
  color: #0082c6;
}
.p-online__movie .content .txt1 .dept.rt {
  color: #009CBB;
}
.p-online__movie .content .txt1 .dept.hn {
  color: #ed8200;
}
.p-online__movie .content .txt1 .dept.hs {
  color: #da3726;
}
.p-online__movie .content .txt1 .dept.nr {
  color: #e95182;
}
.p-online__movie .content .txt1 .dept.sw {
  color: #3ead34;
}
.p-online__movie .content .txt1 .dept.hi {
  color: #db528c;
}
.p-online__movie .content .txt1 p {
  font-weight: 300;
}
.p-online__movie .content .btn1 {
  margin-top: 20px;
  text-align: center;
}

.btn_202{
	margin-top: auto;
	}
	
.p-online__movie .content .btn1 .anchor {
  border: 1px solid #0080BE;
  padding: 5px 20px 5px;
  color: #0080BE;
  
  font-weight: 300;
  position: relative;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.p-online__movie .content .btn1 .anchor:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0080BE;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 1;
}
.p-online__movie .content .btn1 .anchor span {
  display: block;
  background: url(../img/arrow_1.png) no-repeat right center;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}
.p-online__bnr {
  margin-top: 100px;
}
.p-online__bnr ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-online__bnr li + li {
  margin-left: 12px;
}
.p-online__footer {
  background: #A1A1A1;
  color: #fff;
  margin-top: 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: 300;
}
.p-online__footer a {
  color: #fff;
}
.p-online__footer .c-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-online__footer .c-wrap:before, .p-online__footer .c-wrap:after {
  display: none;
}
.p-online__footer .box1 {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.p-online__footer .box1:before, .p-online__footer .box1:after {
  display: none;
}
.p-online__footer .bnr {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
.p-online__footer .bnr:before, .p-online__footer .bnr:after {
  display: none;
}
.p-online__footer .bnr li {
  margin-left: 15px;
}
.p-online__footer .bnr a {
  display: block;
  border: 2px solid #fff;
  padding: 5px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 160%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 320px;
  width: 100%;
  text-decoration: none;
}
.p-online__footer .bnr a:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  background: #3D4A5B;
  border-color: #3D4A5B;
  color: #fff;
}

.p-online-detail__content .heading {
  margin-bottom: 28px;
}
.p-online-detail__content .heading h3 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 180%;
}
.p-online-detail__content .movie {
  margin-bottom: 25px;
  position: relative;
}
.p-online-detail__content .movie .title {
  position: absolute;
  left: 0;
  bottom: 32px;
  color: #fff;
  z-index: 1;
  background: #333F52;
  font-size: 25px;
  font-size: 2.5rem;
  padding: 31px 50px;
}
.p-online-detail__content .movie .js-youtube-replace {
  position: relative;
  cursor: pointer;
}
.p-online-detail__content .movie .js-youtube-replace img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.p-online-detail__content .movie .js-youtube-replace:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0!important;
  margin: auto;
  background: url(../img/icon_youtube.svg) no-repeat center;
  background-size: contain;
  width: 100px;
  height: 70px;
}
.p-online-detail__content .movie.is-embed .title {
  display: none;
}
.p-online-detail__content .info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px;
  font-size: 19px;
  font-size: 1.9rem;
}
.p-online-detail__content .info th,
.p-online-detail__content .info td {
  vertical-align: middle;
}
.p-online-detail__content .info th {
  border-left: 1px solid #333F52;
  border-right: 1px solid #333F52;
  width: 110px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-online-detail__content .info td {
  padding-left: 30px;
  font-weight: 300;
}
.p-online-detail__content .info td small {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 20px;
}
.p-online-detail__content .info td.pt {
  color: #6542a1;
}
.p-online-detail__content .info td.ot {
  color: #3761a9;
}
.p-online-detail__content .info td.st {
  color: #009de0;
}
.p-online-detail__content .info td.at {
  color: #28928c;
}
.p-online-detail__content .info td.mt {
  color: #0068b9;
}
.p-online-detail__content .info td.ort {
  color: #0f50aa;
}
.p-online-detail__content .info td.em {
  color: #0082c6;
}
.p-online-detail__content .info td.rt {
  color: #009CBB;
}
.p-online-detail__content .info td.hn {
  color: #ed8200;
}
.p-online-detail__content .info td.hs {
  color: #da3726;
}
.p-online-detail__content .info td.nr {
  color: #e95182;
}
.p-online-detail__content .info td.sw {
  color: #3ead34;
}
.p-online-detail__content .info td.hi {
  color: #db528c;
}
.p-online-detail__content .btn1 {
  margin-top: 65px;
  text-align: center;
}
.p-online-detail__content .btn1 a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 370px;
  width: 100%;
  background: #3f9fce;
  background: -moz-linear-gradient(left, #3f9fce 0%, #a7dfed 100%);
  background: -webkit-linear-gradient(left, #3f9fce 0%, #a7dfed 100%);
  background: linear-gradient(to right, #3f9fce 0%, #a7dfed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f9fce', endColorstr='#a7dfed',GradientType=1 );
}
.p-online-detail__content .btn1 span {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  background: url(../img/arrow_3-white-left.png) no-repeat left center;
}


	
	
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
	
	
.p-top .l-header__block2.pc-only {
    display: block !important;
}

.p-top .l-header__block2 {
    background: transparent;
    padding: 18px 5px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0!important;
}




  .p-online__heading {
    padding: 15px 10px 10px;
    flex-direction: column;
  }
  .p-online__heading h1 {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .p-online__heading h1 img {
    width: 200px;
  }
  .p-online__heading li {
    margin-left: 10px;
  }
  .p-online__kv {
    margin-bottom: 30px;
    background-image: url(../img/kv_bg1_sp.png);
    background-size: cover;
    height: 50vw;
  }
  .p-online__kv.is-detail {
    background-image: url(../img/kv_bg1_sp.png);
    height: 50vw;
  }
  .p-online__breadcrumb {
    margin-bottom: 20px;
  }
  .p-online__breadcrumb li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-online__lead {
    margin-bottom: 30px;
  }
  .p-online__lead .c-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-online__lead .c-wrap:before, .p-online__lead .c-wrap:after {
    display: none;
  }
  .p-online__lead .img1 {
    width: 100%;
    height: 55vw;
    position: relative;
    left: 15px;
    top: -40px;
  }
  .p-online__lead .box1 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .p-online__lead .box1-wrap {
    width: auto;
  }
  .p-online__lead .box1 h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
  .p-online__lead .box1 h3 span {
    border-bottom-width: 2px;
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
  .p-online__lead .box1 p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 180%;
  }
  .p-online__movie .heading {
    margin-bottom: 30px;
  }
  .p-online__movie .heading h3 {
    font-size: 30px;
    font-size: 3rem;
    padding-bottom: 8px;
  }
  
  
/*=======================================
WEB模擬講義 20211025
=========================================*/
  
.p-online__movie .content li {
  	width: 50%;
	padding: 0 1.5%;
	box-sizing: border-box;
  	margin-bottom: 40px;
}

.c-wrap {
  padding-left: 2%;
  padding-right: 2%;
}
  

.p-top__special-tab {
  margin-bottom: 30px;
}

.p-top__special-tab ul {
display: inline-block;
}


.p-top__special-tab li {
  float: left;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #F09BA5;

  -webkit-transition: .3s ease all;
  -moz-transition: .3s ease all;
  -ms-transition: .3s ease all;
  transition: .3s ease all;
  padding: 0.5% 2.5%;
  margin: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #F09BA5;
  color: #fff;
}




.p-top__special-tab li span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 100%;
	font-weight: bold;
	/*padding-right: 20px;*/
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 10px 10px;
}




.p-top__special-tab02 {
	padding: 2%;
	text-align: center;

}

.syurui{
	font-size: 135%!important;
	margin-top: 10px!important;
	margin-bottom: 20px!important;
	}

  /*-------------------------------------------------------
 ---------------------------------------------------------*/
  
  
  
  .p-online__movie .content .img1 {
    margin-bottom: 5px;
  }
  .p-online__movie .content .img1 img {
    height: 23vw;
  }
  .p-online__movie .content .img1 .time {
    background-size: 22px 22px;
    padding-left: 28px;
    padding-top: 0;
    padding-bottom: 0!important;
    font-size: 12px;
    font-size: 1.2rem;
    left: 5px;
    bottom: 5px;
  }
  .p-online__movie .content .title {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 140%;
    padding-right: 6px;
  }
  .p-online__movie .content .txt1 {
    padding-top: 8px;
    margin-top: 8px;
  }
  .p-online__movie .content .btn1 {
    margin-top: 12px;

  }
  .p-online__bnr {
    margin-top: 60px;
  }
  .p-online__bnr ul {
    flex-direction: column;
  }
  .p-online__bnr li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .p-online__footer {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
  }
  .p-online__footer .c-wrap {
    flex-direction: column;
    align-items: center;
  }
  .p-online__footer .box1 {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .p-online__footer .box1 h1 img {
    width: 220px;
  }
  .p-online__footer .bnr {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
  .p-online__footer .bnr li {
    margin-left: 0;
    margin-top: 10px;
    max-width: initial;
  }
  .p-online__footer .bnr a {
    padding: 8px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-online__footer .txt1 {
    margin-bottom: 10px;
  }
  .p-online__footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }

  .p-online-detail__content .heading {
    margin-bottom: 20px;
  }
  .p-online-detail__content .heading h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-online-detail__content .movie {
    margin-bottom: 10px;
  }
  .p-online-detail__content .movie .js-youtube-replace img {
    height: 55vw;
  }
  .p-online-detail__content .movie .js-youtube-replace:before {
    width: 50px;
    height: 36px;
  }
  .p-online-detail__content .movie .title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 15px;
    position: static;
    line-height: 160%;
  }
  .p-online-detail__content .movie.is-embed .title {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
  }
  .p-online-detail__content .info table {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-online-detail__content .info th {
    width: 80px;
  }
  .p-online-detail__content .info td {
    padding-left: 10px;
  }
  .p-online-detail__content .info td small {
    margin-left: 0;
  }
  .p-online-detail__content .btn1 {
    margin-top: 30px;
  }
}
