@charset "utf-8";

.display_sp{
	display:none !important;
}

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, sup, 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;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: medium;
	color: #000;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.6em;
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  transition: 0.2s ease-in-out;
}

.btn:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha(opacity=85)";
  transition: 0.2s ease-in-out;
}

* {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
}

img {
	vertical-align:bottom;
	width:100%;
}

/* -------------　リンクボタン　---------------*/
.btn {
	position:relative;
	transition: 0.2s ease-in-out;
}

.btn a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* -----------------------------------------------------------------------
　ヘッダーメニュー
--------------------------------------------------------------------------*/
.header {
	width:100%;
	background:#fff;
	padding: 0 26px 0 18px;
	position:relative;
	z-index:2;
}

.header-inner {
	max-width:1460px;
	height:60px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

.logo-block {
	padding:17px 0 0 227px;
	position:relative;
}

.catchphrase {
	font-size:16.5px;
	font-weight:bold;
	color:#4c076c;
	letter-spacing:1px;
	text-align:right;
	transition: 0.3s ease-in-out;
}

.header-logo {
	width:210px;
	position:absolute;
	top:14px;
	left:0;
	z-index:5;
	transition: 0.3s ease-in-out;
}

.drawer_hidden,
.drawer_open {
	display:none !important;
}

.nav_list {
  display:flex;
  position:relative;
  padding-top:15px;
}

.nav_list li {
	display:block;
	width:100px;
	height:30px;
	font-size:15.5px;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
	color:#4c076c;
	text-align:center;
	border-right:1px solid #4c076c;
	position:relative;
	transition: 0.2s ease-in-out;
}

.nav_item_paper {
	border-left:1px solid #4c076c;
}

.nav_list li.nav_item_long {
	width:175px;
}

.nav_list li.nav_item_daily {
	width:175px;
	height:26px;
	background:#4c076c;
	font-size:13px;
	color:#fff;
}

.nav_list li::after {
	position: absolute;
	background:#f2e6f8;
	content: '';
	display: block;
	width:100%;
	height: 100%;
	border-radius:6px;
	bottom:0;
	left:0;
	transform: scaleX(0);
	transition: 0.3s ease-in-out;
	z-index:-1;
}

.nav_list li:hover {
	color:#671f89;
}

.nav_list li:hover::after {
	width:100%;
	transform: scaleX(0.87);
}

.nav_list li.nav_item_long:hover::after {
	width:100%;
	transform: scaleX(0.92);
}

.daily-btn {
	position:relative;
	width:220px;
	height:30px;
	background:#4c076c;
	border-radius:15px;
	padding-right:24px;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:30px;
	margin:28px -5px 0 auto;
	transition: 0.3s ease-in-out;
}

.daily-btn::before img {
	width:100%;
}

.daily-btn::before {
	content: "";
    position: absolute;
    width:16px;
    height:16px;
    background-image: url(../img/new-tab-white.png);
    background-size: contain;
    top: 7px;
    right: 15px;
    transition: 0.3s ease-in-out;
}

.daily-btn:hover {
	background:#916ba4;
}


@media screen and (max-width: 1150px) {
	.nav_list li {
		width:90px;
		font-size:13px;
	}
	.nav_list li.nav_item_long {
		width:155px;
	}
	.catchphrase {
		font-size:14.5px;
	}
	.header-logo {
		width:200px;
	}
	.logo-block {
		padding:17px 0 0 213px;
	}
	.daily-btn {
		width:210px;
		height:28px;
		border-radius:14px;
		font-size:10.5px;
		line-height:28px;
		padding-right:20px;
		margin:28px -5px 0 auto;
	}
	.daily-btn::before {
		width:15px;
    	height:15px;
    	top: 6px;
	}
}

@media screen and (max-width: 980px) {
	.header {
		padding: 0 24px 0 18px;
	}
	.logo-block {
		padding:7px 0 0 0;
	}
	.catchphrase {
		font-size:13.5px;
		text-align:left;
		padding-left:2px;
	}
	.header-logo {
		width:200px;
		position:relative;
		top:6px;
	}
}

@media screen and (max-width: 880px) {
	.catchphrase {
		font-size:11.4px;
		padding-left:1px;
	}
	.header-logo {
		width:200px;
	}
}

@media screen and (max-width: 800px) {
	.nav_list li {
		width:82px;
		font-size:12.5px;
	}
	.nav_list li.nav_item_long {
		width:140px;
	}
}

/* -----------------------------------------------------------------------
　TOPに戻るボタン
--------------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:#4c076c;
    border:1px solid #f4f4f4;
    z-index:200;
    text-align:center;
    display: flex;
	align-items: center;
	cursor: pointer;
}

.arrow-up {
  position: relative;
  width:3px;
  height: 20px;
  background: #fff;
  margin:0 auto;
}

.arrow-up::before {
  content: '';
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}

#page-top:hover {
    background:#7a329b;
}

/* -----------------------------------------------------------------------
　トップイメージ
--------------------------------------------------------------------------*/
@media print, screen and (min-width: 1201px) {
	.top-img-wrap {
		width:100%;
		height:670px;
		position:relative;
		overflow: hidden;
	}
	.top-img {
		width:100%;
		position: absolute;
		top:50%;
		left:0;
		transform:translateY(-50%);
	}
}

/* -----------------------------------------------------------------------
　トップページ　リード
--------------------------------------------------------------------------*/
.content-wrap {
	padding:40px 25px 50px;
}

.top-catch {
	max-width:880px;
	margin:0 auto 35px;
}

.top-lead {
	font-size:18px;
	line-height:1.9;
	text-align:center;
	transition: 0.3s ease-in-out;
	margin-bottom:40px;
}

@media screen and (max-width: 950px) {
	.top-lead {
		font-size:17px;
	}
}

@media screen and (max-width: 800px) {
	.top-lead {
		font-size:16px;
	}
}

/* -----------------------------------------------------------------------
　トップページ　リンクボックス
--------------------------------------------------------------------------*/
.media-links-wrap {
	max-width:1000px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
}

.media-link-box {
	width:50%;
	margin-bottom:28px;
	position:relative;
}

.link-box-bg01 {
	background:#e1e1e1;
}

.link-box-bg02 {
	background:#f0f0f0;
}

.hitowa-img {
	background:#fff;
}

.media-link-box-title {
	position:relative;
	width:100%;
	height:88px;
	padding-top:9px;
	font-size:30px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}

.media-link-box-title::after {
	content: '';
    width: 16px;
    height: 16px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    bottom: 16px;
    left: calc(50% - 9px);
    transform: translateX(-50%);
}

.link-box-bgcolor-01 {
	background:#4c076c;
}

.link-box-bgcolor-02 {
	background:#916ba4;
}

.media-link-box-body {
	display: flex;
	padding:23px 0 27px;
	transition: 0.3s ease-in-out;
}

@media screen and (min-width:981px) and ( max-width:1050px) {
	.media-link-box-body {
		padding:23px 0 40px;
	}
}
@media screen and (min-width:961px) and ( max-width:980px) {
	.media-link-box-body {
		padding:23px 0 55px;
	}
}
@media screen and ( max-width:960px) {
	.media-links-wrap {
		max-width:550px;
		margin:0 auto;
	}
	.media-link-box {
		width:100%;
		margin-bottom:28px;
		position:relative;
	}
	.link-box-bg01 {
		background:#f0f0f0;
	}
	.link-box-bgcolor-02 {
		background:#4c076c;
	}
}

.media-link-box-left {
	width:40%;
	position:relative;
}

.media-link-box-right {
	width:60%;
	padding-right:20px;
}

.media-link-box-body-apri .media-link-box-left {
	width:calc(100% - 345px);
	padding:0 12px 0 23px;
	transition: 0.3s ease-in-out;
}

.media-link-box-body-apri .media-link-box-right {
	width:345px;
	padding-right:20px;
	transition: 0.3s ease-in-out;
}

.top-apri-maru {
	width:160px;
	position:absolute;
	top:220px;
	left:18px;
	transition: 0.3s ease-in-out;
}

.media-link-box-inner {
	padding-left:9px;
}

.link-box-border-wrap {
	padding-bottom:8px;
	border-bottom:1px solid #666;
	margin-bottom:10px;
}

.muryo-box {
	width:98%;
	height:38px;
	border:2px solid #c00;
	border-radius:19px;
	background:#fff;
	font-size:16.5px;
	font-weight:bold;
	color:#c00;
	letter-spacing:0.5px;
	line-height:34px;
	text-align:center;
	margin-bottom:13px;
}

.text-kakaku {
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:4px;
}

.text-kakaku span.number {
	font-size:20px;
	margin-right:2px;
	line-height:1.2;
}

.text-convini-kakaku {
	font-size:14.7px;
	font-weight:bold;
	line-height:1.55;
	text-indent:-8px;
	padding-left:8px;
	margin-bottom:5px;
}

.text-convini-kakaku span.number {
	font-size:18.5px;
	margin-right:2px;
	line-height:1.2;
}

.text-apri-kakaku {
	font-size:14.7px;
	font-weight:bold;
	line-height:1.55;
	margin-bottom:5px;
}

.text-apri-kakaku span.number {
	font-size:18.5px;
	margin-right:2px;
	line-height:1.2;
}

.text-apri-kakaku-hoka {
	font-size:13px;
	text-align:right;
	padding-right:15px;
}

@media screen and (min-width:961px) and ( max-width:1050px) {
	.media-link-box-body-apri .media-link-box-left {
		width:calc(100% - 330px);
		padding:0 15px 0 25px;
	}
	.media-link-box-body-apri .media-link-box-right {
		width:330px;
		padding-right:20px;
	}
	.text-apri-kakaku {
		font-size:14px;
	}
	.text-apri-kakaku span.number {
		font-size:18px;
	}

}
@media screen and (min-width:961px) and ( max-width:1020px) {
	.media-link-box-body-apri .media-link-box-left {
		padding:0 8px 0 15px;
	}
}
@media screen and ( max-width:960px) {
	.media-link-box-body-apri .media-link-box-left {
		padding:0 35px 0 50px;
	}
	.media-link-box-body-apri {
		padding-bottom:130px;
	}
	.top-apri-maru {
		width:160px;
		top:190px;
	}
}

.text-kakaku span.zei,
.text-convini-kakaku span.zei,
.text-apri-kakaku span.zei {
	font-size:11.5px;
	font-weight:normal;
	line-height:1.2;
}

.text-small {
	font-size:14px;
	margin-top:5px;
}

.link-box-text {
	font-size:15px;
}

.link-box-text span {
	font-size:15px;
	display:inline-block;
}

.link-box-text-2 {
	font-size:14px;
	line-height:1.45;
	margin-bottom:7px;
}

.os-midashi {
	font-size:14px;
	letter-spacing:1px;
	margin-bottom:4px;
}

.os-midashi-2 {
	font-size:14px;
	letter-spacing:1px;
	margin:11px 0 4px;
}

.link-box-apri-img {
	width:84%;
	margin:0 auto;
}

.link-box-btn {
	width:55%;
	height:40px;
	font-size:17px;
	font-weight:bold;
	color:#fff;
	letter-spacing:2px;
	text-align:center;
	line-height:40px;
	border-radius:20px;
	position:absolute;
	bottom:26px;
	right:22px;
}

.link-box-btn:hover {
	background:#916ba4;
}

.new{
	display: inline-block;
	background-color: #BF0404;
	color: #fff;
	font-size: 13px;
	padding-left: 10px;
	border-radius: 5px;
	width: 30px;
}
.link-box-conveni .media-link-box-body{
	padding: 23px 0 75px;
}
/* -----------------------------------------------------------------------
　フッター
--------------------------------------------------------------------------*/
footer {
	background:#4c076c;
	padding:28px 10px 35px;
}

.copyright {
	font-size:11px;
	color:#fff;
	text-align:center;
}

/* -----------------------------------------------------------------------
　下層ページ
--------------------------------------------------------------------------*/
.content-wrap-2 {
	padding:90px 25px 70px;
	background:#f4f4f4;
}

.page-innner-wrap {
	max-width:920px;
	margin:0 auto;
}

.page-title {
	font-size:30px;
	font-weight:bold;
	color:#4c076c;
	text-align:center;
	margin-bottom:20px;
}

.page-catchcopy {
	font-size:25px;
	font-weight:bold;
	text-align:center;
	line-height:1.45;
	margin-bottom:20px;
}

.page-main-img {
	max-width:890px;
	margin:0 auto 40px;
}

.page-price-block {
	border-top:2px solid #4c076c;
	padding:30px 0 40px;
	border-bottom:2px solid #4c076c;
	margin-bottom:50px;
}

.text-center {
	text-align:center;
}

.page-heading {
	position:relative;
	font-size:21px;
	font-weight:bold;
	text-align:center;
	margin-bottom:40px;
}

.page-heading::after {
	content: '';
    width: 16px;
    height: 16px;
    margin-top: -5px;
    border-top: solid 2px #666;
    border-right: solid 2px #666;
    transform: rotate(135deg);
    position: absolute;
    bottom: -16px;
    left: calc(50% - 9px);
    /* transform: translateX(-50%); */
}

.contents-panel-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom:30px;
}

.contents-panel-cate {
	color:#fff;
	text-align:center;
	padding:4px 0;
	font-size:16px;
	font-weight:bold;
}

.cate-orange {
	background:#E46435;
}

.cate-red {
	background:#b13a83;
}

.cate-purple {
	background:#611894;
}

.cate-yellow {
	background:#edb121;
}

.cate-bluegreen {
	background:#6DB4BF;
}

.contents-panel-body {
	background:#fff;
	text-align:center;
	padding:10px 0 15px;
}

.contents-panel-02 {
	padding:10px 0 19px;
}

.contents-writer {
	font-size:15.5px;
	font-weight:bold;
	line-height:1.5;
}

.contents-title {
	font-size:16.5px;
	font-weight:bold;
	margin-bottom:5px;
}

.contents-text {
	font-size:13.5px;
	line-height:1.5;
}

.contents-panel-kage img {
	vertical-align:top;
}

@media print, screen and (min-width: 901px) {
	.contents-panel {
		width:31%;
		margin:0 1.75% 10px;
	}
	.contents-panel:nth-child(3n) {
		margin-right:0;
	}
	.contents-panel:nth-child(3n+1) {
		margin-left:0;
	}
}

@media screen and (max-width: 900px) {
	.contents-panel {
		width:48%;
		margin:0 2% 10px;
	}
	.contents-panel:nth-child(2n) {
		margin-right:0;
	}
	.contents-panel:nth-child(2n+1) {
		margin-left:0;
	}
}

.paper-hanbai-text {
	font-size:16px;
	color:#3C2658;
	margin-bottom:10px;
}

.hanbai-text-mbtm {
	margin-bottom:70px;
}

.contact-address-box {
	border:1px solid #555;
	width:460px;
	background:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:10px 0;
	margin:0 auto 50px;
}

.contact-address-box-densi {
	width:480px;
	font-size:18px;
	padding:12px 0;
}

.contact-address-box a {
	font-size:21px;
	color:#000;
}
.contact-address-box a:hover {
	color:#977fb6;
}

.home-btn {
	border:2px solid #4c076c;
	width:360px;
	height:50px;
	color:#4c076c;
	font-size:18px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	line-height:48px;
	border-radius:30px;
	margin:60px auto 0;
}

.home-btn:hover {
	background:#4c076c;
	color:#fff;
}

.densi-kome-wrap {
	text-align:center;
	margin-bottom:40px;
}

.densi-kome-text-01 {
	font-size:13px;
	margin-bottom:10px;
	text-indent:-7px;
	padding-left:7px;
}

.densi-kome-text-01 a {
	color:#4c076c;
}

.densi-kome-text-01 a:hover {
	text-decoration:underline;
}

.densi-kome-text-02 {
	font-size:13px;
	margin-bottom:10px;
}

.kome-text-mbtm {
	margin-bottom:5px;
}

.apri-btn-wrap {
	width:500px;
	margin:-10px auto 10px;
	display: flex;
	justify-content: space-between;
}

.apri-btn-wrap-2 {
	width:500px;
	margin:-10px auto 80px;
	display: flex;
	justify-content: space-between;
}

.apri-btn-box {
	width:200px;
	text-align:center;
}

.apri-btn {
	padding:4px 18px 15px 10px;
}

.qr-img {
	width:140px;
	padding-right:7px;
	margin:0 auto;
}

.sample-btn {
	background:#4c076c;
	width:360px;
	height:50px;
	color:#fff;
	font-size:20px;
	letter-spacing:1px;
	font-weight:bold;
	text-align:center;
	line-height:48px;
	border-radius:30px;
	margin:-5px auto 70px;
}

.sample-btn:hover {
	background:#916ba4;
}

.densi-caution-box {
	max-width:750px;
	margin:-5px auto 60px;
	background:#fff;
	padding:30px;
}

.densi-caution-text {
	font-size:14px;
	line-height:1.45;
	text-indent:-1em;
	padding-left:1em;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom:7px;
}

.page-price {
	font-size:17px;
	font-weight:bold;
	line-height:1.25;
	margin-bottom:4px;
}

.page-price span.price-number {
	font-size:18px;
	margin-right:2px;
	line-height:1.25;
}

.page-price span.zei {
	font-size:11.5px;
	font-weight:normal;
	line-height:1.25;
}

.conveni-price-title {
	font-size:19px;
	font-weight:bold;
	color:#4c076c;
	text-align:center;
	margin-bottom:12px;
}

.conveni-price-title span.zei {
	font-size:13px;
	font-weight:bold;
	color:#4c076c;
}

.conveni-price {
	text-align:center;
	line-height:2.1;
	padding:0 8%;
}

.conveni-price-block {
	display:inline-block;
	font-size:17px;
	font-weight:bold;
}
.conveni-price-block .new{
	padding-left: 0;
}
.conveni-price-block span.number {
	font-size:18px;
	font-weight:bold;
	margin:0 2px 0 12px;
}

.conveni-price-block span.slash {
	font-size:17px;
	font-weight:normal;
	margin:0 5px;
}

.conveni-konyu-text {
	font-size:14px;
	text-align:center;
	margin:-10px 0 20px;
}

.conveni-movie-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:60px;
	transition: 0.4s ease-in-out;
}

.movie-box {
	aspect-ratio: 16 / 9;
	transition: 0.4s ease-in-out;
}

.movie-box01 {
	width:446px;
	margin:0 14px 28px;
}

.movie-box01:nth-child(2n) {
	margin-right:0;
}

.movie-box01:nth-child(2n+1) {
	margin-left:0;
}

.conveni-movie-wrap .movie-box-center {
	margin:0 14px;
}

.movie-box-kaemasu {
	width:470px;
	margin:40px auto 15px;
}

@media screen and (max-width: 970px) {
	.conveni-movie-wrap {
		display:block;
	}
	.movie-box-kaemasu {
		width:520px;
		margin:50px auto 10px;
	}
	.conveni-movie-wrap .movie-box01 {
		width:520px;
		margin:0 auto 25px;
	}
}

.movie-box iframe {
	width: 100%;
	height: 100%;
}

.youtube-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom:22px;
}

.youtube-box {
	width:446px;
	margin:0 14px 10px;
}

.youtube-box:nth-child(2n) {
	margin-right:0;
}

.youtube-box:nth-child(2n+1) {
	margin-left:0;
}

.youtube-box-center {
	margin:0 14px 10px;
}

@media screen and (max-width: 970px) {
	.youtube-wrap {
		display:block;
		margin-bottom:30px;
	}
	.youtube-wrap .youtube-box {
		width:520px;
		margin:0 auto 10px;
	}
}

.youtube-box-body {
	background:#fff;
	padding:17px 24px 18px;
}

.youtube-box-kage img {
	vertical-align:top;
}

.youtube-shoulder-red {
	font-size:16px;
	font-weight:bold;
	color:#c00;
}

.youtube-heading {
	font-size:20px;
	font-weight:bold;
	margin-bottom:4px;
}

.youtube-text {
	font-size:14.5px;
	text-align: justify;
	text-justify: inter-ideograph;
	margin-bottom:14px;
}

.contact-tel-box {
	border:1px solid #555;
	width:400px;
	background:#fff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:12px 0;
	margin:0 auto 50px;
}

.contact-tel-box span {
	font-size:18px;
	font-weight:bold;
}

.page-catchcopy span.supText {
	font-size: 65%;
	font-weight:normal;
	vertical-align: top;
	position: relative;
	top: -0.35em;
	margin:0 1px 0 0;
	color:#555;
}

.apri-muryo-box-wrap {
	text-align:center;
}

.apri-muryo-box {
	display:inline-block;
	height:40px;
	padding:0 34px;
	border:2px solid #c00;
	border-radius:20px;
	background:#fff;
	font-size:21px;
	font-weight:bold;
	color:#c00;
	letter-spacing:0.5px;
	line-height:36px;
	text-align:center;
	margin-bottom:10px;
}

.apri-kome {
	font-size:12px;
	text-align:center;
	margin:-10px 0 20px;
}

.apri-course-wrap {
	margin-bottom:70px;
}

.apri-course-panel {
	border-radius:24px;
	margin-bottom:40px;
	box-shadow : 5px 4px 8px rgba(0,0,0, 0.15);
}

.apri-course-title-box {
	background:#4c076c;
	border-radius:24px 24px 0 0;
	padding:22px 0 18px;
}

.apri-course-title {
	font-size:22px;
	font-weight:bold;
	color:#fff;
	letter-spacing:1px;
	line-height:1.3;
	text-align:center;
	margin-bottom:13px;
}

.apri-course-title-large {
	font-size:25px;
	line-height:1.2;
}

.apri-course-title-text {
	font-size:14.5px;
	color:#fff;
	line-height:1.5;
	text-align:center;
}

.apri-course-title-panel-kome {
	font-size:11.5px;
	color:#fff;
	line-height:1.45;
	text-align:center;
	margin-top:5px;
}

.apri-course-panel-inner {
	display: flex;
	justify-content: space-between;
	background:#fff;
	border-radius:0 0 24px 24px;
}

.apri-course-gamen-wrap {
	width:42%;
	background:#ddd;
	border-radius:0 0 0 24px;
	padding:20px 60px;
	display: flex;
	align-items: center;
}

.apri-course-descbox {
	width:58%;
	display: flex;
	align-items: center;
}

.muryo-gamen-wrap {
	width:35%;
}

.apri-course-descbox01 {
	width:75%;
	padding:12px 20px 0 25px;
}

.apri-course-descbox02 {
	padding:18px 20px 23px 22px;
}

.apri-course-descbox-inner {
	width:100%;
}

.muryo-heading {
	width:130px;
	height:26px;
	background:#c00;
	font-size:14px;
	font-weight:bold;
	line-height:26px;
	letter-spacing:1px;
	color:#fff;
	text-align:center;
	border-radius:13px;
	margin-bottom:8px;
}

.apri-course-desc-text {
	padding-left:7px;
	font-size:15px;
	margin-bottom:25px;
}

.apri-course-price {
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.apri-course-price span {
	font-size:13px;
	font-weight:normal;
}

.apri-course-price-kome {
	font-size:13px;
	line-height:1.45;
	margin:-12px 0 30px;
}

.apri-course-yuryolist {
	font-size:16.5px;
	font-weight:bold;
	line-height:1.55;
	color:#734489;
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:7px;
}

.apri-course-yuryolist span.small {
	font-size:13.5px;
	font-weight:bold;
	line-height:1.55;
	color:#734489;
}

.apri-course-yuryo-text {
	font-size:14.5px;
	line-height:1.5;
	padding-left:1.15em;
	margin:-6px 0 12px;
}

.apri-course-yuryo-text span.small {
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-left:7px;
}

.set-panel-wrap {
	display: flex;
	justify-content: space-between;
	margin:40px 0 50px;
}

.set-panel {
	width:48.5%;
	background:#fff;
	border-radius:24px;
	box-shadow : 5px 4px 8px rgba(0,0,0, 0.15);
}

.apri-course-set-text {
	font-size:14px;
	color:#fff;
	line-height:1.6;
	text-align:center;
}

.apri-course-set-gamen-wrap {
	background:#ddd;
	padding:25px 20%;
}

.set-panel-body {
	padding:14px 20px 15px 18px;
}

.set-panel-price {
	font-size:17.5px;
	font-weight:bold;
	text-align:center;
	margin-bottom:18px;
}

.set-panel-price span {
	font-size:13px;
	font-weight:normal;
}

.apri-30muryo-wrap01 {
	width:100%;
	text-align:center;
	margin-bottom:10px;
}

.apri-30muryo-wrap02 {
	width:315px;
	text-align:center;
	margin-bottom:10px;
}

.apri-30muryo-heading {
	position: relative;
    display: inline-block;
    padding: 0 33px;
    font-size:18px;
    font-weight:bold;
    letter-spacing:0.5px;
    color:#c00;
}

.apri-30muryo-heading:before,
.apri-30muryo-heading:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 26px;
    height: 1.5px;
    background-color: #c00;
}
 
.apri-30muryo-heading:before {
    left: 0;
}
 
.apri-30muryo-heading:after {
    right: 0;
}

@media screen and (max-width: 900px) {
	.apri-course-wrap {
		width:520px;
		margin:0 auto 70px;
	}
	.apri-course-panel-inner {
		display:block;
	}
	.apri-course-gamen-wrap,
	.apri-course-set-gamen-wrap {
		width:100%;
		padding:30px 110px;
		border-radius:0 0 0 0;
	}
	.apri-course-descbox01 {
		width:100%;
		padding:25px 20px 0 22px;
	}
	.apri-course-descbox02 {
		padding:14px 20px 15px 18px;
	}
	.apri-course-descbox,
	.muryo-gamen-wrap {
		width:100%;
	}
	.set-panel-wrap {
		display:block;
	}
	.set-panel {
		width:520px;
		margin:0 auto 30px;
	}
	.apri-30muryo-wrap02 {
		width:100%;
	}
	.apri-course-price,
	.apri-course-price-kome {
		text-align:center;
	}
}

/* -----------------------------------------------------------------------
　アプリ　プライスブロック
--------------------------------------------------------------------------*/
.apri-price-block {
	border-top:2px solid #4c076c;
	padding:30px 0 25px;
	border-bottom:2px solid #4c076c;
	margin-bottom:50px;
}

.apri-price-block-inner {
	max-width:480px;
	margin:0 auto;
}

.apri-price-list {
	display:block;
	position:relative;
	font-size:18px;
	font-weight:bold;
	color:#4c076c;
	margin-bottom:10px;
	transition: all .3s ease;
}

.apri-price-list span.number {
	font-size:20px;
	color:#4c076c;
	margin:0 2px 0 4px;
	transition: all .3s ease;
}

.apri-price-list span.zei {
	font-size:12.5px;
	color:#4c076c;
	transition: all .3s ease;
}

.apri-price-list::before{
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 14px;
    left: -20px;
    box-sizing: border-box;
    border: 5px solid transparent;
    border-top: 8px solid #fff;
    z-index: 2;
}
.apri-price-list::after{
    position: absolute;
    top: 8px;
    left: -24px;
    content: "";
    width: 18px;
    height: 18px;
    background:#4c076c;
    border-radius: 9px;
    z-index: 1;
    transition: all .3s ease;
}

.apri-price-list:hover,
.apri-price-list:hover span.number,
.apri-price-list:hover span.zei {
	color:#916ba4;
}

.apri-price-list:hover::after {
	background:#916ba4;
}

.apri-price-list-kome {
	font-size:13px;
	color:#4c076c;
	margin:-10px 0 10px 0;
}

/* -----------------------------------------------------------------------
　アプリ表
--------------------------------------------------------------------------*/
.hyo-title {
	font-size:15px;
	font-weight:bold;
	margin-bottom:4px;
}

.hyo-wrap01 {
	margin-bottom:25px;
}

.hyo-wrap02 {
	margin-bottom:50px;
}

/* -----------------------------------------------------------------------
　ページ内リンク
--------------------------------------------------------------------------*/
@media print, screen and (min-width:851px) {
	.accordion-menu-wrap {
		display: none;
	}
	.page-menu-wrap {
		display: flex;
		justify-content: space-between;
		margin-bottom:30px;
	}
	.page-menu {
		display:block;
		position:relative;
		background:#4c076c;
		height:32px;
		font-size:13.5px;
		line-height:32px;
		color:#fff;
		text-align:center;
		border-radius:3px;
		transition: all .3s ease;
	}
	.page-menu-3 {
		width:32.84%;
	}
	.page-menu-4 {
		width:24.45%;
	}
	.page-menu:hover {
		background:#916ba4;
	}
	.page-menu::before{
    	content: "";
    	position: absolute;
    	bottom: -19px;
    	left: 50%;
    	transform: translateX(-50%);
    	border: 6px solid transparent;
    	border-top: 7px solid rgba(145,107,164, 0);
    	transition: all .5s ease;
	}
	.page-menu:hover::before{
    	content: "";
    	position: absolute;
    	bottom: -19px;
    	left: 50%;
    	transform: translateX(-50%);
    	border: 6px solid transparent;
    	border-top: 7px solid rgba(145,107,164, 1);
	}
}
@media screen and (max-width:850px) {
	.page-menu-wrap {
		display: none;
	}
	.accordion-menu-wrap {
		margin-bottom:30px;
	}
	.accordion-label {
    	position: relative;
    	cursor: pointer;
    	background:#4c076c;
    	border-radius:7px;
    	font-size:16px;
    	font-weight:bold;
    	color:#fff;
    	padding: 5px 0 5px 50px;
    	transition: all .5s ease;
	}

	/*アイコンの＋と×*/
	.accordion-label::before,
	.accordion-label::after{
    	position: absolute;
    	content:'';
    	width: 16px;
    	height: 3px;
    	background-color:#fff;
    	transition: all .5s ease;
	}
	.accordion-label::before{
    	top:45%;
    	left: 15px;
    	transform: rotate(0deg);
	}
	.accordion-label::after{    
		top:45%;
    	left: 15px;
    	transform: rotate(90deg);
	}
	/*　closeというクラスがついたら形状変化　*/
	.accordion-label.close {
		border-radius: 7px 7px 0 0;
	}
	.accordion-label.close::before {
		transform: rotate(45deg);
	}
	.accordion-label.close::after {
		transform: rotate(-45deg);
	}
	/* ---------------　アコーディオンボックス内　-----------------*/
	.accordion-box {
		display: none;
    	background: #fff;
    	padding: 12px 0 10px 38px;
    	border-radius: 0 0 10px 10px;
	}
	.acd-menu {
		position:relative;
		font-size:15px;
		font-weight:bold;
		margin-bottom:7px;
	}
	.acd-menu a {
		color:#4c076c;
	}
	.acd-menu a:hover {
		color:#7a329b;
		text-decoration:underline;
	}
	.acd-menu::before{
    	content: "";
    	position: absolute;
    	top: 9px;
    	left: -18px;
    	border: 6px solid transparent;
    	border-top: 7px solid #4c076c;
	}
}

/* -----------------------------------------------------------------------
　スライダー
--------------------------------------------------------------------------*/
.slide-img {
	position:relative;
}

.top-slide-wrap {
    position: absolute;
    top: 35px;
    left:50%;
	transform: translateX(-50%);
	z-index: 10;
    width: 28.2%;
}

@media screen and (max-width: 950px) {
	.top-slide-wrap {
		top: 3.7vw;
	}
}

.apri-course-slide-wrap {
	width:100%;
}

.top-slide-wrap .arrow-wrap-left,
.top-slide-wrap .arrow-wrap-right {
	width:40px;
	padding:2px;
	background:#4c076c;
	border-radius:20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	transition: 0.5s all;
}

.top-slide-wrap .arrow-wrap-left {
	left: -62px;
}

.top-slide-wrap .arrow-wrap-right {
	right: -62px;
}

.slider .arrow-wrap-left:hover,
.slider .arrow-wrap-right:hover {
	background:#916ba4;
	transition: 0.5s all;
}

.apri-course-slide-wrap .arrow-wrap-left,
.apri-course-slide-wrap .arrow-wrap-right {
	width:32px;
	padding:2px;
	background:#4c076c;
	border-radius:16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	transition: 0.5s all;
}

.apri-course-slide-wrap .arrow-wrap-left {
	left: -44px;
}

.apri-course-slide-wrap .arrow-wrap-right {
	right: -44px;
}
