@charset "utf-8";
/**
 * wrapper.css
 */

/*************************************************

wrapper

*************************************************/

.wrapper-mv {
	position: relative;
}
.wrapper-mv img {
	object-fit: cover;
	height: 100%;
}
.wrapper-title img {
	object-fit: cover;
	height: 100%;
}
.common-text-learn-btn{
	padding: 5rem 0;
}
@media only screen and (max-width:1366px) {
	.wrapper-title {
		height: 11.2rem;
	}
}
@media only screen and (max-width:937px) {
	.wrapper-title {
    height: 11.9vw;
}
}

@media only screen and (max-width:767px) {
	.wrapper-title {
    height: auto;
}.common-text-learn-btn{
	padding: 8% 0;
}

	}
/*************************************************

breadcrumb 

*************************************************/
.breadcrumb {
	width: 65.5%;
	margin: 0 auto;
	line-height: 3rem;
	min-width: 894px;
}
.breadcrumb-item {
    margin-right: 1rem;
    position: relative;
    padding-right: 1rem;
    font-size: 1.1rem;
}
.breadcrumb-item:first-of-type::after {
	content: "";
	background: url(../img/common/bred-arrow.svg)  ;
	background-size: cover;
	width: .67rem;
	height: .72rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
}
.breadcrumb-item a,.breadcrumb-item p {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.breadcrumb-item a{
	transition: .2s ease-out;
}
@media only screen and (max-width:937px) {
	.breadcrumb {
		width: 95%;
		min-width: auto;
	}
}
@media only screen and (min-width:768px) {
	.breadcrumb-item a:hover{
		opacity: 0.3;
	}
}
@media only screen and (max-width:767px) {
	.breadcrumb {
    width: 89.3%;
    line-height: 2.35rem;
}
.breadcrumb-item {
	font-size: 1rem;
	margin-right: 0.8rem;
	padding-right: 0.8rem;
}
}
/*************************************************

 foot

*************************************************/

.wrapper-foot {
	padding: 10rem 0 15rem;
	background: #FFFDB3;
}
.wrapper-foot-inner {
	width: 90rem;
	margin: 0 auto;
}
.wrapper-foot-thumb-box {
	justify-content: space-between;
}
.wrapper-foot-thumb {
	width: 43rem;

}
.wrapper-foot-link{
	transition: .2s ease-out;
	filter: drop-shadow(7.3px 7.3px 0px rgba(0,0,0,1));
	transform: translateZ(0);
}
.wrapper-foot-link {
	display: block;
}
.wrapper-foot-thumb-box {
	justify-content: space-between;
	margin-bottom: 3rem;
}
.wrapper-foot-btn-box {
	display: block;
	transition: .2s ease-out;
	filter: drop-shadow(3.9px 3.9px 0px rgba(0,0,0,1));
	transform: translateZ(0);
}
@media only screen and (max-width:950px) and (min-width:768px) {
	.wrapper-foot-inner {
    width: 94.7vw;
}
.wrapper-foot-thumb {
	width: 49.2%;
}
}
@media only screen and (min-width:768px) {
	.wrapper-foot-link:hover {
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,1));
		transform: translate(7.3px,7.3px);
}
.wrapper-foot-btn-box:hover {
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,1));
		transform: translate(3.9px,3.9px);
}
}
@media only screen and (max-width:767px) {
.wrapper-foot {
	padding: 12.8% 0 23%;
}
.wrapper-foot-inner {
	width: 89.3%;
}
.wrapper-foot-thumb-box {
	flex-direction: column;
	margin-bottom: 6%;
}
.wrapper-foot-thumb {
	width: 100%;
	margin-bottom: 6%;
}
.wrapper-foot-thumb:last-child{
	margin-bottom: 0;
}
}
/*************************************************

 online

*************************************************/

.online-mv-character {
	position: absolute;
	height: auto;
	top: -24.2%;
	pointer-events: none;
}
.online .wrapper-container{
	background-image: url(../img/online/online-bg.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	padding: 4.8rem 0 0;
}

.online-step-wrap {
    width: 90rem;
    margin: 0 auto 9rem;
}
.online-step-title {
	width: 25.5rem;
	margin-bottom: 2.4rem;
}
.online-step-list {
	justify-content: space-between;
}
.online-step-item {
	position: relative;
	width: 25rem;
}
.step {
	width: 8.1rem;
}
.online-step-img {
	position: relative;
	width: 20rem;
	margin: 0 auto;
}
.online-step-item::after {
	content: "";
	background-image: url(../img/online/pen.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: -54%;
	top: 44%;
	transform: translate(-50%,-50%);
	width: 9.4rem;
	height: 3.9rem;
}
.online-step-item:last-child:after{
	content: none;
}
.online-step-item:last-child{
	margin: 0;
}
.online-step-text {
	margin-top: 1.6rem;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
}
.online-step-list{
	justify-content: space-between;
	margin-bottom: 5.4rem;
}
.online-note-text-box {
	padding: 3rem;
	border: 3px #00B8EE solid;
	border-radius: 3rem;
}
.online-note-text {
	font-size: 1.7rem;
	margin-bottom: 3rem;
	font-weight: bold;
}
.online-note-text-list {
	font-size: 1.4rem;
	font-weight: bold;
}
.online-note-text-list p {
	padding-left: 1em;
	text-indent: -1em;
}
.online-seminar-box{
	margin: 5.4rem auto 0;
	
}
.online-seminar-btn {
	display: block;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.75));
	transform: translateZ(0);
	width: 70.45rem;
	margin: 0 auto;
}
.online-seminar-text-box {
	text-align: center;
	margin: 2.4rem auto 1.4rem;
	font-size: 1.5rem;
	padding: 2.6rem 0;
	border: solid #231815 1px;
	width: 46rem;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,1));
	transform: translateZ(0);
	background: #fff;
}
.online-seminar-text {
    font-size: 2rem;
    font-weight: bold;
}
.online-seminar-add {
    font-weight: bold;
}
.online-seminar-note {
	font-size: 1.5rem;
	text-align: center;
}

.m-nonactive.online-seminar-text-box {
	border-color: #e5e3e3;
	filter: drop-shadow(5px 5px 0px rgba(229,227,227,1));
	color: #999999;
}

.terms-box {
	margin-top: 5rem;
}
.terms-title-box {
	width: 100%;
	text-align: center;
	background: #00B8EE;
	color: #fff;
	line-height: 5rem;
	font-size: 2rem;
	font-family: 'Rounded Mplus 1c';
	font-weight: bold;
}
.terms-text-box {
	background: #fff;
	height: 25rem;
	border: solid 1px #00B8EE;
	width: 100%;
	position: relative;
}
.terms-text-area {
	height: calc(100% - 6rem);
	overflow: hidden;
	width: calc(100% - 7.2rem);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow-y: scroll;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: initial;
	padding-right: 1.1rem;
}
.terms-text-area::-webkit-scrollbar{
	width: 4px;
	
}
.terms-text-area::-webkit-scrollbar-track{
	background-color: #e6e6e6;
	border-radius: 5rem;
}
.terms-text-area::-webkit-scrollbar-thumb{
	background-color: #666666;
	border-radius: 5rem;
}
.terms-text {
	margin-bottom: 4rem;
}
.terms-text:last-child{
	margin-bottom: 0;
}
/* learn */
.online-theme-wrap {
	position: relative;
}
figure.online-theme-bg {
	width: 100%;
	height: 100%;
}
.online-theme-img-box {
	width: 48.1%;
	height: 75.9%;
	position: absolute;
	top: 12.2%;
	left: 18.8%;
}
.online-theme-img-box::after {
	content: "";
	position: absolute;
	left: 1.23%;
	background: #00B8EE;
	height: calc(100% + 1.23%);
	width: 100%;
	top: 0;
	z-index: 0;
}
.online-theme-img-box img {
	z-index: 1;
	position: relative;
}
.online-theme-img-box::before {
	content: "";
	height: 3.7%;
	width: 106.5%;
	position: absolute;
	top: -3.7%;
	left: -3.25%;
	background: #0085DE;
}

.review-wrap {
	padding-bottom: 9rem;
	position: relative;
}
.review-inner {
	width: 90rem;
	margin: 5rem auto 0;
}
.review-title {
	width: 40.3rem;
	margin-bottom: 3rem;
}
.review-text-box{
	margin-bottom: 3rem;
}
.review-text {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: initial;
}
.review-contents-list {
	flex-wrap: wrap;
}
.review-img-item {
	width: 47.8%;
	margin: 0 4.4% 4.4% 0;
}
.review-img-item:nth-child(even){
	margin-right: 0;
}
.review-img-item:nth-child(n+5){
	margin-bottom: 0;
}
.online .common-text-learning-wrap {
	background: #B2EAFA;
}

@media only screen and (max-width:1366px)and (min-width:768px) {
	.online-mv-character {
		height: 21.3rem;
		top: -14rem;
	}
	.online .wrapper-mv{
		height: 57.6rem;
	}
	.online .wrapper-mv::after {
    width: 22.2rem;
    height: 22rem;
    right: 25.9rem;
    top: -14.6rem;
}
}
@media only screen and (max-width:950px) and (min-width:768px) {
	.online .wrapper-mv {
    height: 60.6vw;
}
.online-mv-character {
	height: 22.4vw;
	top: -14.7vw;
}
	.online-step-wrap,.review-inner {
    width: 94.7%;
}
.online-step-item {
	width: 27.7%;
}
.online-step-img {
	width: 21vw;
}
.online-step-item::after {
	width: 37.5%;
	height: 12.7%;
}
}
@media only screen and (min-width:768px) {
}
@media only screen and (max-width:767px) {
	.online .wrapper-container {
    background-image: url(../img/online/online-bg-sp.png);
}
	.online-mv-character {
    width: 36.2vw;
    height: 38.1vw;
    right: 7vw;
    top: -26.3vw;
}
	.online-step-wrap {
    width: 89.3%;
		margin: 0 auto 12.8%;
}
.online-step-title {
	width: 69.3%;
}
	.online-step-list {
    flex-direction: column;
}
.online-step-item {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 9.6%;
}
.online-step-item:last-child{
	margin-bottom: 0;
}
.online-step-text-box {
	margin-left: 5.4%;
	width: 38%;
}
.online-step-text {
	line-height: 1.4em;
	margin-top: 1rem;
	letter-spacing: initial;
	text-align: left;
}
.online-step-img {
	width: 54.6%;
}
.online-step-item::after {
	content: none;
}
.online-step-text-box::after {
	content: "";
	background-image: url(../img/online/pen-sp.png)  ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
    width: 19%;
    height: 43%;
	display: block;
	position: relative;
	margin-top: 0.4rem;
}
.online-step-item:last-child .online-step-text-box::after {
	content: none;
}
.online-note-text-box {
	padding: 8.4% 5.4%;
	letter-spacing: initial;
}
.online-note-text {
	font-size: 1.4rem;
	margin-bottom: 1.4rem;
}
.online-note-text-list {
	font-size: 1.1rem;
	line-height: 1.5;
}
.online-seminar-box {
	width: 100%;
	margin-top: 16.2%;
}
.online-seminar-btn{
	width: 100%;
}
.terms-box {
	margin-top: 9%;
}
.terms-title-box {
	line-height: 4.4rem;
	font-size: 1.7rem;
}
.terms-text-box {
	height: 80.6vw;
}
.terms-text-area {
	height: calc(100% - 4rem);
	width: calc(100% - 4.8rem);
	font-size: 1.4rem;
}
.online-seminar-text-box {
	width: 87%;
	margin: 10.8% auto 4.8%;
	padding: 6% 0;
}
.online-seminar-text {
	font-size: 1.6rem;
}
.online-seminar-add {
	font-size: 1.1rem;
}
.online-seminar-note {
	font-size: 1.2rem;
}
.online-theme-img-box {
	width: 84.8%;
	height: 44.4%;
	position: absolute;
	top: 11%;
	left: 50%;
	transform: translateX(-50%);
}
.review-inner {
	width: 89.3%;
	margin: 12.8% auto 0;
}
.review-title {
	width: 100%;
	margin-bottom: 9%;
}
.review-text-box{
	margin-bottom: 9%;
}
.review-text {
	font-size: 1.4rem;
}
.review-contents-list {
	flex-direction: column;
}
.review-img-item {
	width: 100%;
}
.review-img-item {
	width: 100%;
	margin: 0 0 9%;
}
.review-img-item:nth-child(n+3) {
	margin-bottom: 9%;
}
.review-img-item:last-child{
	margin-bottom: 0;
}
.review-wrap {
	padding-bottom: 12%;
}
}
@media only screen and (max-width:767px) and (min-width:500px) {
	.online-step-text {
    font-size: 3vw;
}
.online-step-wrap {
	width: 70.3%;
}
.review-inner {
	width: 70.3%;
}
}
/*************************************************

movie

*************************************************/


.movie .wrapper-container{
	background: #F7D41D;
}
.movie .wrapper-inner{
	background-image: url(../img/movie/movie-bg.png)  ;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding: 9rem 0;
}
.movie  .common-text-learn-btn{
	padding: 8.5rem 0 0;
}
.movie-container{
	width: 90rem;
	margin:  0 auto;
}

.movie-item {
	background: #fff;
	padding: 4rem;
	border-radius: 4rem;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5rem;
}
.movie-item:last-child {
	margin-bottom: 0;
}
.movie-item-left {
	width: 37rem;
}
.movie-text-num {
	width: 7rem;
}
.movie-text-box {
	margin-left: 2rem;
	width: 32rem;
}
.movie-text-title {
	height: 3.63rem;
	width: auto;
	margin: 2.2rem 0 1.6rem;
}
.movie-text-title img {
	height: 100%;
	object-fit: contain;
	object-position: left;
}
.movie-text {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: initial;
}
@media only screen and (max-width:1366px)and (min-width:768px) {
	.movie .wrapper-mv{
		height: 49.2rem;
	}
}
@media only screen and (max-width:950px) and (min-width:768px) {
	.movie .wrapper-mv {
    height: 51.8vw;
}
.movie-container {
	width: 94.7vw;
}
.movie-text-num {
	width: 7.3vw;
}
.movie-text-box {
	width: 33.6vw;
}
.movie-text-title {
	height: 3.82vw;
}
.movie-item-right {
	margin-left: 2%;
}
}
@media only screen and (max-width:767px) {
	.movie .wrapper-inner {
    background-image: url(../img/movie/movie-bg-sp.png) ;
    padding: 12% 0;
}
	.movie-container {
    width: 89.3%;
}
.movie-item {
	padding: 9% 5.4%;
	flex-direction: column;
	margin-bottom: 9%;
	border-radius: 2.5rem;
}
.movie-item-left {
	width: 100%;
	margin-bottom: 2rem;
}
.movie-item-right {
	width: 100%;
}
.movie-text-num {
	width: 18.5%;
}
.movie-text-box {
	margin-left: 3.4%;
	width: 80%;
}
.movie-text-title {
	height: 8vw;
	margin: 7% 0 8.6%;
}
.movie-text {
	font-size: 1.4rem;
}
.movie  .common-text-learn-btn {
	padding: 12% 0 0;
}
}
/*************************************************

local

*************************************************/
.local .common-text-learning-wrap{
	background-image: url(../img/local/local-bg-2.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
}
.local .wrapper-container{
	background-image: url(../img/local/local-bg.png);
	background-size: contain;
	background-repeat: repeat;
	background-position: center;
	padding: 22rem 0 0;
}
.local-top,.local-middle {
	width: 82rem;
	margin: 0 auto;
}
.loca-container {
	position: relative;
}
.local-top {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	padding: 2.4rem 4rem 0.8rem;
	border: solid 3px #EA6DA4;
	border-radius: 2rem;
	background: #fff;
	top: -34.1rem;
	justify-content: space-between;
}
.local-middle {
	padding-bottom: 9rem;
}
.local-top-text-box{
	width: 47.1rem;
}
.local-top-title {
	width: 34rem;
	margin-bottom: 1rem;
}
.local-top-text {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: initial;
	line-height: 2;
}
.local-top-img {
	width: 23.3rem;
}
.local-middle-inner {
	position: relative;
}
.local-middle-bg {
	width: 100%;
	background: #F2A7C8;
	height: 100%;
	position: absolute;
	border-radius: 2rem;
	filter: drop-shadow(5px 5px 0px #EA6DA4);
	transform: translateZ(0);
}
.local-seminar-contents {
	position: relative;
	padding: 5rem 4rem 5.5rem;
}
.local-seminar-contents::before {
	background: url(../img/local/local-seminar-bg.png);
	position: absolute;
	content: "";
	width: 27.8rem;
	height: 8.2rem;
	left: 50%;
	transform: translateX(-50%);
	top: 1rem;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 1;
}
.local-seminar-inner {
	background: #fff;
	padding: 8rem 4.4rem 4.8rem;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.2));
	transform: translateZ(0);
}
.local-seminar-title {
	width: 33.1rem;
	margin: 0 auto 4rem;
}
.local-seminar-item {
	padding-bottom: 2.4rem;
	margin-bottom: 2.4rem;
	border-bottom: #EA6DA4 dotted 2px;
	justify-content: space-between;
	align-items: center;
}
.local-seminar-item:last-child{
	margin: 0;
	padding: 0;
	border: none;
}
.local-seminar-subtitle {
	height: 3.34rem;
	width: 32.6rem;
	text-align: center;
}
.local-seminar-subtitle img {
	height: 100%;
	object-fit: contain;
	max-width: none;
	width: auto;
}
.local-seminar-text {
	font-size: 1.7rem;
	font-weight: bold;
	width: 32.5rem;
	letter-spacing: initial;
}
.local-bottom {
	background: #F2A7C8;
}
.local-bottom-inner {
	padding: 5rem 0 5.5rem;
}
.local-bottom-title {
	width: 49.4rem;
	margin: 0 auto 3.4rem;
}
.local-bottom-list {
	width: 90rem;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.local-item {
	font-size: 2rem;
	font-family: 'M PLUS Rounded 1c';
	background: #231815;
  padding: 0.2rem;
line-height: 1;
	opacity: 0.3;
	pointer-events: none;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,0.75));
	transform: translateZ(0);
	margin-bottom: 2.4rem;
}
.local-item.local-item-active {
	opacity: 1;
	pointer-events: all;
	filter: drop-shadow(5px 5px 0px rgba(0,0,0,1));
	transform: translateZ(0);
	transition: .2s ease-out;
	cursor: pointer;
}
.local-item:nth-child(n+6){
	margin-bottom: 0rem;
}
.local-link {
	display: block;
	padding: 1.6rem 5.8rem;
	background: #FFFFFF;
}
.local-item-active .local-link {
	display: block;
	background: #fff;
	position: relative;
}
.local-item-active .local-link p {
	z-index: 1;
	position: relative;
	pointer-events: none;
}
.local-item-active .local-link::after{
	content:"";
	position: absolute;
	width: calc(100% - 0.8rem);
	height: calc(100% - 0.8rem);
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFFF00;
}
.local a.js-modal-close::before,.local a.js-modal-close::after {
  background: #F2A7C8;
}
.local-modal-title {
	width: 21.4rem;
	margin-bottom: 2.4rem;
}
.local-modal-sub-title {
	font-size: 1.7rem;
	color: #EA6DA4;
	margin-bottom: 1.6rem;
	font-weight: bold;
	line-height: 1;
}
.local-modal-text {
	font-size: 1.4rem;
	font-weight: bold;
}
.local-modal-box {
	padding-bottom: 3rem;
	border-bottom: #EA6DA4 dotted 2px;
	margin-bottom: 3rem;
}
.local-modal-box:last-child{
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.local-modal-img {
	margin: 2.4rem 0;
	width: 44.2rem;
}
.local-modal-note {
	font-weight: bold;
	font-size: 1.1rem;
}
@media only screen and (max-width:1366px)and (min-width:768px) {
	.local .wrapper-mv{
		height: 76.9rem;
	}
}
@media only screen and (max-width:950px) and (min-width:768px) {
	.local  .wrapper-mv {
    height: 80.9vw;
}
.local-top {
	width: 86.3%;
}
.local-top-text-box {
	width: 47.1rem;
}
.local-middle {
	width: 86.3%;
}
.local-seminar-subtitle,.local-seminar-text {
	width: 50%;
}
.local-bottom-list {
	width: 94.7%;
}
.local-link {
	padding: 1.6rem 6vw;
}
}
@media only screen and (min-width:768px) {
	.local-item-active:hover {
    filter: drop-shadow(0px 0px 0px rgba(0,0,0,1));
		transform: translate(5px,5px);
}
}
@media only screen and (max-width:767px) {
	.local .common-text-learning-wrap{
		background-image: url(../img/local/local-bg-2-sp.png);
	}
	.local .wrapper-container{
		background-image: url(../img/local/local-bg-sp.png);
	}
	.local .wrapper-container {
    padding: 6.4% 0 0;
}
.local-top {
	position: relative;
	left: auto;
	top: auto;
	width: 89.3%;
	margin: 0 auto;
	transform: inherit;
	flex-direction: column;
	padding: 9% 6.4% 6.4%;
}
.local-top-text-box {
	width: 100%;
}
.local-top-title {
	width: 89.6%;
}
.local-top-text {
	font-size: 1.2rem;
	line-height: 1.6;
}
.local-top-img {
	width: 69.1%;
	margin: 0 auto;
}
.local-middle {
	width: 100%;
	margin: 11.8% 0 0;
	padding-bottom: 11%;
}
.local-middle-bg {
	filter: drop-shadow( 0px 5px 0px #EA6DA4);
}
.local-seminar-contents {
	padding: 5.4% 5.4%;
}
.local-seminar-contents::before {
	width: 33.4%;
	height: 100%;
	top: 0.3%;
}
.local-seminar-inner {
	padding: 14.4% 6% 12%;
	filter: drop-shadow(2px 2px 0px rgba(0,0,0,0.2));
}
.local-seminar-title {
	width: 78%;
}
.local-seminar-item {
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 11%;
	margin-bottom: 11%;
}
.local-seminar-subtitle {
	width: 100%;
	text-align: left;
	height: 8vw;
	margin-bottom: 6.8%;
}
.local-seminar-text {
	font-size: 1.4rem;
	width: 100%;
}
.local-bottom-inner {
	width: 89.3%;
	margin: 0 auto;
}
.local-bottom-title {
	width: 100%;
	margin-bottom: 5%;
}
.local-bottom-list {
	width: 100%;
	position: relative;
}
.local-item {
	width: calc((100% / 4) - 2.3%);
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 4.9%;
}
.local-item:nth-child(n+6) {
	margin-bottom: 4.9%;
}
.local-item:nth-child(n+9) {
	margin-bottom: 0rem;
}
.local-link {
	padding: 14% 0;
}
.local-bottom-list::after {
	content: "";
	width: calc((100% / 2) - 2.3%);
	display: block;
}	
.local-modal-title {
	width: 58.3%;
	margin-bottom: 9.5%;
	max-width: 21.4rem;
}
.local-modal-box {
	padding-bottom: 7%;
	margin-bottom: 7%;
}
.local-modal-sub-title {
	margin-bottom: 3.4%;
}
.local-modal-text {
	font-size: 1.5rem;
	line-height: 1.4;
	letter-spacing: initial;
}
.local-modal-note {
	font-size: 1rem;
	letter-spacing: initial;
}
.local-modal-img {
	width: 100%;
	margin: 8% 0;
}
}

