@charset "UTF-8";
/* ****************************************************
style.css for 四谷学院 SP版
 ***************************************************** */

/*general
=========================================*/
.fixed {
  position: fixed;
  left: 0;
  bottom: -10px;
  display: none;
  width: 100%;
  z-index: 10000;
  background-color: #fff104;
  padding: 4px 0 10px 0;
}
.fixed .fixed_tab {
  width: 100%;
  zoom: 1;
}
.fixed .fixed_tab:before,
.fixed .fixed_tab:after {
  content: "";
  display: table;
}
.fixed .fixed_tab:after {
  clear: both;
}
.fixed .fixed_tab li {
  float: left;
  width: 33.333%;
  border-top: 3px solid #0e357f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff104;
}
.fixed .fixed_tab li:nth-child(2),
.fixed .fixed_tab li:nth-child(5) {
  border-left: 3px solid #0e357f;
  border-right: 3px solid #0e357f;
}
.fixed .fixed_tab li:nth-child(2) {
  background-color: #009844;
}
.fixed .fixed_tab li:nth-child(2) a {
  color: #fff;
}
.fixed .fixed_tab li:nth-child(3) {
  background-color: #e50012;
}
.fixed .fixed_tab li:nth-child(3) a {
  color: #fff;
}
.fixed .fixed_tab li a {
  display: table;
  width: 100%;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: #0e357f;
}
.fixed .fixed_tab li a span {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  font-size: 13px;
  line-height: 1.05;
  font-weight: bold;
}
.fixed .fixed_cv {
	display: flex;
	padding: 2% 2% 1.5% 2.5%;
  width: 100%;
  zoom: 1;
  text-align: center;
  font-size: 0;
	box-sizing: border-box;
}
.fixed .fixed_cv:before,
.fixed .fixed_cv:after {
  content: "";
  display: table;
}
.fixed .fixed_cv:after {
  clear: both;
}
.fixed .fixed_cv li {
	padding: 1%;
	width: 50%;
  display: inline-block;
	flex-basis: auto;
}
.fixed .fixed_cv li a {
	display: inline;
}
.fixed .fixed_cv li img {
  width: 100%;
  height: auto;
}
section.tab0 {
  display: block;
}




/*header
=========================================*/
header p,
header h1 {
  width: 100%;
}
header p img,
header h1 img {
  width: 100%;
  height: auto;
}
header .cols {
  width: 100%;
  display: table;
}
header .cols p {
  display: table-cell;
}
header .cols p:first-child {
  width: 40%;
}
header .cols p:last-child {
  width: 60%;
}


/*footer
=========================================*/
footer {
  background-color: #565656;
  color: #fff;
  padding-bottom: 20px;
  position: relative;
}

footer .material {
  background-color: #0e357f;
}
footer .pagetop {
  background-color: #fff104;
  text-align: right;
  padding-top: 20px;
}
footer .pagetop a {
  display: block;
  width: 75px;
  height: 52px;
  background-color: #565656;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 0 0 0 auto;
}
footer .pagetop img {
  width: 55px;
  height: auto;
  padding-bottom: 20px;
}

footer dl dd a {
	color: #fff;
}

/* 現役合格した先輩達の声をご紹介します
--------------------------------------- */
#sec02 {
	background-color: #fff104;
}
#sec02 h2 {
	padding-top: 15px;
}
#sec02 #voice_3tre p{
 padding-bottom: 15px;
}
/* 詳しく聞いてみました
--------------------------------------- */

#interview_3tre p {
	margin-top: -30px;
}
#interview_3tre p:first-of-type {
	margin-top: 5px;
}

/* 動画
--------------------------------------- */
.movie_area, .playlist_area .movie_area {
	width: 100%;
	margin: 25px auto;
	border: 15px solid #09357f;
	box-sizing: border-box;
	
}

.movie_area .youtube_16_9,
.playlist_area .movie_area .youtube_16_9 {
	position: relative;
	height: 0;
	padding: 0 0 56.25%;
	overflow: hidden;
	margin-bottom: 0px;
}
.youtube_16_9 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kome {
	padding-left: 0;
}
.kome li {
	text-indent: -1.25em;
	margin-left: 1.25em;
}
.kome li::before {
	content: "\0203b";
	margin-right: 0.25em;
}
.playlist_area .playlist_icon {
	margin: 0 2px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #333;
	text-align: center;
	text-indent: 0;
	vertical-align: text-bottom;
}
.playlist_area .notes {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	font-size: 12px;
	line-height: 1.6;
}
.playlist_area .video_image {
	flex-shrink: 0;
	margin-left: 7px;
	margin-right: 8px;
	width: 82px;
}
.playlist_area .video_image img{
	width: 100%;
	border: 3px solid #09357f;
}

/* 新型コロナウイルスの感染予防について
--------------------------------------- */
.prevention{
	margin-top: 0;
	padding:0 10px;
	background-color: #f7f7f8;
}
.prevention h3{
	padding:0 !important;
}
