﻿@charset "utf-8";
/* CSS Document */
#container *,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body #str_container{
	font-size: 16px;
}
a:hover{
	opacity: .8;
}
#container,
body{
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic","メイリオ", Meiryo, sans-serif;
	color: #222222;
}
.c-f:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.c-f {
	min-height: 1%;
	display: block;
}
.sp-head {
	display: none;
}
.pc-area {
	display: block;
}
.sp-area {
	display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 769px) {
	#str_container {
		width: 960px;
		margin: 5px auto 20px;
	}
	#str_container #topicPath {
		font-size: 12px;
	}
	#container {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 768px) {
	#container {
		font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
		font-size: 14px;
	}
	.pc-head {
		display: none;
	}
	.sp-head {
		display: block;
	}
	.pc-area {
		display: none;
	}
	.sp-area {
		display: block;
	}
}

/*---------------------------------
  　1コンテンツエリア
-----------------------------------*/
@media screen and (min-width: 767px) {
	.courseWrap_1content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .courseWrap_1content_item {
    width: calc(50% - 20px);
    margin-right: 30px;
  }
  .courseWrap.courseWrap_1content_item ul li {
    width: 100%;
    margin-right: 0;
  }
  .courseWrap_1content .courseWrap_1content_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
	.courseWrap_1content {
    display: block;
  }
}
/*---------------------------------
  高さ調整
-----------------------------------*/
@media screen and (min-width: 767px) {
	.addhight_210 {
    height: 210px;
  }
  .addhight_233 {
    height: 233px;
  }
}
/*---------------------------------
  　独自のコンテンツエリア
-----------------------------------*/
.contents-area {
	text-align: center;
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.contents-area {
		font-size: 12px;
		padding: 0 16px;
		max-height: 999999px;
	}
}
@media (min-width: 768px) {
	body {
		min-width: auto;
	}
}
@media (min-width: 769px) {
	body {
		min-width: 992px;
	}
}

/*--------------------------------------
  　キャンペーン期間＆プレー対象期間
--------------------------------------*/
br.sp_block,
br.sp_block_02{
  display: none;
}
@media screen and (max-width: 768px) {
  .deadline_pc,
  .pcDisplay{
    display: none;
  }
  br.sp_block_02 {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.sp_block {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .deadline_sp {
    font-size: 13px;
  }
}

/*---------------------------------
  　　link-wrap
-----------------------------------*/
.link-title {
  margin: 20px 0 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}
.link-title > span {
  font-size: 30px;
  background:linear-gradient(transparent 60%, #FFF500 60%);
}
@media screen and (max-width: 768px) {
  .point div {
    font-size: 14px;
    margin: 16px 0 12px 0;
  }
}

/*---------------------------------
  　　detail-wrap
-----------------------------------*/
.detail-wrap {
  margin: 64px 0 64px;
}
.detail-inner {
  position: relative;
  display: block;
  color: #222;
  transition: 0.3s ease-out;
}
.detail-inner:hover {
  color: #222;
  opacity: 0.7;
}
.detail-inner img {
  width: 100%;
  border-radius: 4px;
}
.detail-item-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 930px;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}
.detail-item {
  padding: 10px;
  background: #fff;
  border: 1px solid #dededf;
}
.detail-item:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.detail-item:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.detail-item > p {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.detail-item > p:before {
  content: "";
  display: block;
  width: 30px;
  height: 35px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 18px;
}
.detail-item.-course > p:before {
  background: url("/special/onep/202312/images/icon_course.png") no-repeat;
  background-size: contain;
}
.detail-item.-play > p:before {
  background: url("/special/onep/202312/images/icon_play.png") no-repeat;
  background-size: contain;
}
.detail-item.-plan > p:before {
  background: url("/special/onep/202312/images/icon_plan.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .detail-item-wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    bottom: 10px;
    padding: 0px 10px;
  }
  .detail-item:first-of-type {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }
  .detail-item:last-of-type {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .detail-item {
    padding: 10px 0px 10px 24px;
  }
  .detail-item > p {
    font-size: 14px;
    line-height: 1.4;
  }
}
/*--------------------------------------
  　course__rate__wrap
--------------------------------------*/
.course__rate__wrap {
  text-align: left;
  height: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.course__rate__num {
  font-size: 14px;
  height: 14px;
}
.course__rate {
  text-align: left;
}
.course__rate__inner,
.course__rate {
  width: 84px;
  height: 14px;
  display: inline-block;
}
.course__rate__inner {
  position: relative;
  font-size: 14px;
  letter-spacing: 2px;
  margin-right: 0;
}
.course__rate__inner:after,
.course__rate__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  content: "★★★★★";
  display: inline-block;
  height: 14px;
  line-height: 14px;
}
.course__rate__inner:before {
  color: #d1d1d1;
}
.course__rate__inner:after {
  color: #ffc400;
  overflow: hidden;
  white-space: nowrap;
}

/* rate */
.rate--0:after {
  width: 0;
}
.rate--0-5:after {
  width: 7px;
}
.rate--1-0:after {
  width: 14px;
}
.rate--1-5:after {
  width: 23px;
}
.rate--2-0:after {
  width: 30px;
}
.rate--2-5:after {
  width: 39px;
}
.rate--3-0:after {
  width: 46px;
}
.rate--3-5:after {
  width: 55px;
}
.rate--4-0:after {
  width: 62px;
}
.rate--4-5:after {
  width: 71px;
}
.rate--5-0:after {
  width: 78px;
}


/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
#outline_box {
  margin: 0 0 15px;
  border: 2px solid #0071BE;
  font-size: 15px;
}
#outline_box dl {
  margin: 5px 0;
}
#outline_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  color: #0071BE;
  float: left;
}
#outline_box dd {
  padding: 10px 10px 10px 230px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#outline_box dd.last {
  border: 0;
}
#outline_box ul.indent01 li {
  text-indent: -1em;
  padding-left: 1em;
}
#outline_box .tokuten {
  padding: 10px;
  background: #d9e1f2;
}
@media screen and (max-width: 768px) {
  #outline_box {
    margin: 0 10px;
    padding-top: 5px;
  }
  #outline_box dl {
    margin: 0;
    padding: 3px;
  }
  #outline_box dt {
    float: none;
    padding: 0 0 10px 6px;
    max-height: 999999px;
  }
  dl.outline dt {
    padding: 5px;
  }
  #outline_box dd {
    padding: 0 0 10px 5px;
    max-height: 999999px;
  }
}
@media screen and (max-width: 640px) {
  #outline_box {
    margin: 0 5px;
    border: 1px solid #0071BE;
  }
}
@media screen and (max-width: 340px) {
  #outline_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　注意事項
--------------------------------------*/
.notice_tit {
  padding: 8px 15px;
  background-color: #ccc;
  font-size: 15px;
}
#notice_box {
  margin: 0 0 10px;
  width: 956px;
  border: 2px solid #ccc;
  font-size: 15px;
}
#notice_box dl {
  margin: 0;
}
#notice_box dt {
  padding: 10px 0 0 15px;
  font-weight: bold;
  float: left;
}
#notice_box dd {
  padding: 10px 10px 10px 210px;
  border-bottom: 1px dashed #ccc;
  line-height: 140%;
}
#notice_box dd.last {
  border: 0;
}
#notice_box ul {
  margin-left: 0;
}
#notice_box ul li {
  list-style: disc;
  list-style-position: outside;
}
#container .wrap04 #notice_box ul li{
  margin-bottom: 5px;
}
#notice_box .subttl {
  font-weight: bold;
  margin: 1em 0 0.2em -1.5em;
}
@media screen and (max-width: 768px) {
  .notice_tit {
    padding: 5px 10px;
    font-size: 14px;
    margin: 0 10px;
  }
  #notice_box {
    margin: 0 10px 20px;
    width: auto;
    padding-top: 5px;
  }
  #notice_box dl {
    margin: 10px 0 0;
    padding: 3px;
  }
  #notice_box dt {
    float: none;
    padding: 0 0 0 5px;
  }
  #notice_box dd {
    padding: 10px 15px;
  }
  #notice_box ul {
    margin-left: 10px;
  }
  #notice_box ul li {
    list-style: disc;
    list-style-position: outside;
    max-height: 999999px;
  }
  .btn_info {
    margin: 0 10px;
  }
  #notice_box .subttl {
    margin-left: -10px;
  }
}
@media screen and (max-width: 640px) {
  .notice_tit {
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
  }
  #notice_box {
    margin: 0 5px 20px;
    border: 1px solid #ccc;
  }
}
@media screen and (max-width: 340px) {
  .notice_tit {
    font-size: 14px;
  }
  #notice_box {
    font-size: 14px;
  }
}

/*--------------------------------------
  　共通キャンペーンの注意事項ボタン
--------------------------------------*/
.btn_info a {
  display: block;
  width: 40%;
  padding: 15px 0;
  margin: 0 auto;
  text-decoration: none;
  border: 1px solid #0071BE;
  color: #0071BE;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s ease-out;
}
.btn_info a:hover {
  color: #5fb0e7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.btn_info a:active {
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .btn_info a {
    width: 90%;
  }
}
/*---------------------------------
  　ページTOP
-----------------------------------*/
#pagetop {
  bottom: 20px;
  display: block;
  position: fixed;
  margin-left: 980px;
  width: 960px;
}
#pagetop img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  /*通常ページ*/
  #pagetop {
    right: 20px;
    width: auto;
    margin-left: 0;
    z-index: 5;
  }
}
@media screen and (max-width: 640px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

/*Safariだけに適用されるCSSハック*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  #container {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/*---------------------------------
  　フッター
-----------------------------------*/
@media (max-width: 767.9px) {
  .footer-menu__breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding: 28px 10px 32px;
  }
  .footer-menu__breadcrumb li{
    display: inline-block;
  }
}

/*--------------------------------------
  　キャンペーン終了対応

#str_container #res-header {
  position: relative;
}
#str_container #res-header img {
  width: 100%;
  max-width: 100%;
}
#str_container #res-header .h-txt {
  display: none;
}
#str_container #res-header-fin {
  position: relative;
  background: #000;
}
#str_container #res-header-fin::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}
#str_container #res-header-fin .pc-head {
  width: 100%;
  height: 100%;
  z-index: 999;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#str_container #res-header-fin .h-txt {
  position: absolute;
  background: #fff;
  padding: 20px 40px;
  top: 50%;
  left: 290px;
  margin: -50px 0 0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  z-index: 10;
  text-align: center;
}
#str_container #res-header-fin .h-txt p {
  font-size: 160%;
  font-weight: bold;
  color: #ff0000;
}
#str_container #res-header-fin .h-txt p span {
  font-size: 80%;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #str_container #res-header-fin {
    margin: 0 0 10px;
  }
  #str_container #res-header-fin .sp-head {
    width: 100%;
    height: 100%;
    z-index: 999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    line-height: 0;
  }
  #str_container #res-header-fin .h-txt {
    max-height: 999999px;
    line-height: 1.3;
    left: 50%;
    width: 80%;
    padding: 5% 5%;
    transform: translateX(-50%);
  }
  #str_container #res-header-fin .h-txt p {
    font-size: 14px;
  }
  #str_container #res-header-fin .h-txt p span {
    font-size: 14px;
  }
}
--------------------------------------*/
/** ORG **/
.flexed{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.courseNavi{
	margin-bottom: 40px;
}
.courseNavi h2,
.detailWrap h2{
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	background: #212121;
	padding: 10px 18px 8px;
	margin-bottom: 40px;
}
.courseNavi ul li{
	width: calc((100% / 6) - 15px);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.168);
}

.courseNavi ul li a {
	color: #0071BE;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #0071BE;
}

.courseNavi ul li a.is-current {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	display: block;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #0071BE;
  background: #0071BE;
  pointer-events: none;
}

.courseNavi ul li.disable a{
	color: #B3B3B3;
  background-color: #D6D6D6;;
  border-color: #D6D6D6;;
  pointer-events: none;
}

#str_container .courseMap h2{
  color: #2A2A2E;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 100%;
  border-bottom: 1px solid #c7c7c7;
  padding-bottom: 20px;
}
#str_container .courseWrap h3{
	color: #2A2A2E;
	font-size: 20px;
	margin-bottom: 15px;
}
/** LIST **/
.courseWrap{
	margin-bottom: 70px;
}
.courseWrap ul{
	justify-content: flex-start;
}
.courseWrap ul li{
	border-radius: 6.134px;
	background: #FFF;
	box-shadow: 0px 4.907px 11.041px 0px rgba(0, 0, 0, 0.25);
	width: calc(50% - 20px);
	margin-right: 30px;
	padding-bottom: 75px;
	position: relative;
	overflow: hidden;
}
.courseWrap ul li:nth-child(2n){
	margin-right: 0;
}
.courseWrap ul li:nth-child(n + 3){
	margin-top: 30px;
}
.courseWrap ul li p{
	margin: 0;
}
.courseWrap ul li p.course_img{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.courseWrap ul li p.course_img img{
	position: absolute;
	top: 45%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 140%;
	height: auto;
	max-width: 150%;
}

.courseWrap ul li p.course_img .center-img{
  top: 0; /* 250415追記 */
}

.courseWrap ul li .courseTxtArea{
	padding: 20px 35px 15px;
}
.courseWrap ul li .courseTxtArea .course_title{
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}
.courseWrap ul li .courseTxtArea .course_txt{
	font-size: 14px;
	line-height: 160%;
  margin: 20px 0;
}
.courseWrap ul li .courseTxtArea .course_link{
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 70px);
}
.courseWrap ul li .courseTxtArea .course_link a{
	border-radius: 4.313px;
	background: #EB4055;
	box-shadow: 0px 2.875px 2.875px 0px rgba(0, 0, 0, 0.25);
	color: #fff;
	font-weight: bold;
	padding: 15px 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 16px;
}
/** SP **/
@media screen and (max-width: 768px){
	.basein,
	.courseMap{
		padding: 0 15px;
	}
	.courseNavi h2,
	.detailWrap h2{
		font-size: 23px;
		text-align: center;
		padding: 10px 0;
	}
	.courseNavi ul li{
		width: calc(50% - 7px);
		margin-bottom: 15px;
	}
	.courseNavi ul li:nth-child(n + 5){
		margin-bottom: 0;
	}
	.courseNavi ul li a{
		padding: 14px 0;
		border-radius: 4px;
		background: #FFF;
	}
  .courseNavi ul li a.is-current{
		padding: 14px 0;
		border-radius: 4px;
		background: #0071BE;
		box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.35);
    pointer-events: none;
	}
  .courseNavi ul li.disable a{
		box-shadow: none;
	}
	#str_container .courseMap h2{
		margin-bottom: 25px;
	}
	#str_container .courseWrap h3{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.courseWrap{
		margin-bottom: 24px;
	}
	.courseWrap ul li{
    width: calc(50% - 15px);
    margin-right: 30px;
		margin-bottom: 28px;
	}
  .courseWrap ul li:nth-child(even){
    margin-right: 0;
  }
  .courseWrap ul li p.course_img{
    height: 160px;
  }
	.courseWrap ul li .courseTxtArea{
		padding: 18px;
	}
	.courseWrap ul li .courseTxtArea .course_title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.courseWrap ul li .courseTxtArea .course_link{
		bottom: 25px;
		width: calc(100% - 36px);
	}
	.courseWrap ul li .courseTxtArea .course_link a{
		max-width: 100%;
	}
}
/** SPSP **/
@media screen and (max-width: 600px) {
  .courseWrap ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 28px;
	}
}
/** 0806改修デザイン **/
.deadline {
    background-color: #fff;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}
.deadline ul {
    border: 1px solid #dfdfdf;
    border-radius: 6px;
    line-height: 2.5;
    display: table;
    width: 100%;
    overflow: hidden;
}
.deadline ul li.ulTitle01, .deadline ul li.ulTitle02 {
    background-color: #f4f4f4;
    width: 14.5%;
}
.deadline ul li {
    color: #313131;
    display: table-cell;
    font-weight: bold;
    padding: 11px 0 11px 10px;
    line-height: 1.4;
    vertical-align: middle;
    text-align: left;
}
.deadline ul li+li {
    border-left: 1px solid #dfdfdf;
}

@media screen and (max-width: 600px) {
  .deadline {
    background-color: #fff;
    color: #222222;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin: 20px 15px ;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    overflow: hidden;
  }
  .deadline .Title01 {
    border-bottom: 1px solid #dfdfdf;
  }
  .deadline dl {
    display: table;
    width: 100%;
    box-sizing: border-box;
  }
  .deadline dl dt {
    width: 39.7%;
    border-right: 1px solid #dfdfdf;
  }
  .deadline dt {
    background-color: #f4f4f4;
    text-align: center;
  }
  .deadline dt, .deadline dd {
    display: table-cell;
    float: none;
    padding: 10px;
    vertical-align: middle;
    font-size: 14px;
    box-sizing: border-box;
  }
  .Title02 dt {
    text-align: left;
  }
}
