@charset "utf-8";
/*
 ** Build: 2021.08.01;
 ** LastUpdate: 2020.08.20;
*/

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



 * 基本スタイル



 **************************************************/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	min-height: 100vh;
	color: #3f3939;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Kiwi Maru', serif;*/
	font-size: 1em;
	font-weight: normal;
	background: #ccc;
}
a {
	color: #9e6332;
}
img {
	max-width: 100%;
}
.contents-wrapper {
	width: 100%;
	padding: 0 8px;
}
.device-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	max-width: 480px;
	margin: 0 auto;
	background: #fff;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
@media screen and (min-width: 481px) {
	/* iPad縦 */
	/* iPhone7/6 Plus よりも大きいサイズ*/
}
@media screen and (max-width: 768px) {
	.sp-none {
		display: none;
	}
	.pc-none {
		display: block;
	}
}
@media screen and (min-width: 769px) {
	/* PC タブレット横サイズ */
	/* iPad縦よりも大きいサイズ */
	.contents-wrapper {
		max-width: 1064px;
		margin: 0 auto;
		padding: 0 32px;
	}
	.sp-none {
		display: block;
	}
	.pc-none {
		display: none;
	}
}



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



 * header



 **************************************************/
.header {
	position: fixed;
	width: 100%;
	max-width: 480px;
	height: 50px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 16px;
	color: #fff;
	background: #9e6332;
	z-index: 100;
}
.header .page-title {
	font-size: 18px;
	text-align: center;
}
.header .user-name {
	position: absolute;
	top: 9px;
	right: 4px;
	font-size: 14px;
	text-align: right;
}



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



 * nav



 **************************************************/
.main-menu {
	/*display: none;*/
	position: fixed;
	width: 100%;
	max-width: 480px;
	height: calc(100% - 50px);
	top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	background: #f4f4f4;
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .2);
	z-index: 99;
	overflow-y: auto;
	padding-bottom: 100px;
}
.main-menu ul {
	margin: 0 0 32px;
}
.main-menu li a {
	border-bottom: 1px solid #cecece;
}
.main-menu li a {
	position: relative;
	display: block;
	padding: 16px;
	color: #3f3939;
	font-size: 18px;
	text-decoration: none;
	background: #FFF;
}
.main-menu li a .fa-angle-right {
	position: absolute;
	right: 16px;
	margin: auto;
}
.main-menu .logout-btn {
	display: block;
	width: 240px;
	margin: 0 auto;
	padding: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 10px;
	background: #d53531;
}



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



 * footer



 **************************************************/
.footer {
	position: fixed;
	width: 100%;
	max-width: 480px;
	height: 36px;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 4px solid #9e6332;
	background: #f0bf88;
	background-image: url(../img/footer-bg.png);
	background-image: image-set(url(../img/footer-bg.png) 1x, url(../img/footer-bg@2x.png) 2x);
	background-image: -webkit-image-set(url(../img/footer-bg.png) 1x, url(../img/footer-bg@2x.png) 2x);
	z-index: 100;
}
.footer-nav {
	position: absolute;
	width: 100%;
	padding: 0 10px;
	bottom: 4px;
}
.footer-nav li {
	float: left;
	width: 18.4%;
	_width: 23.5%;
	text-align: center;
}
.footer-nav li:not(:first-child) {
	margin: 0 0 0 2%;
}



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



 * main



 **************************************************/
.main-contents {
	min-height: 100vh;
	padding-bottom: 96px;
}
.main-contents.bg-grey {
	background: #efefef;
}
.main-contents.bg-yellow {
	background: #efd97c;
}
.main-contents::before {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
}
/********************
 * ボックス
 ********************/
.woodbox {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
.woodbox::before {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 10%;
	background-image: url(../img/wood-box-head.png);
	background-image: image-set(url(../img/wood-box-head.png) 1x, url(../img/wood-box-head@2x.png) 2x);
	background-image: -webkit-image-set(url(../img/wood-box-head.png) 1x, url(../img/wood-box-head@2x.png) 2x);
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
}
.woodbox::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	margin: 0 auto;
	padding-top: 10%;
	background-image: url(../img/wood-box-foot.png);
	background-image: image-set(url(../img/wood-box-foot.png) 1x, url(../img/wood-box-foot@2x.png) 2x);
	background-image: -webkit-image-set(url(../img/wood-box-foot.png) 1x, url(../img/wood-box-foot@2x.png) 2x);
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
}
.woodbox-body {
	position: relative;
	width: 100%;
	padding: 0 8%;
	background: #fff;
	background-image: url(../img/wood-box-body.png);
	background-image: image-set(url(../img/wood-box-body.png) 1x, url(../img/wood-box-body@2x.png) 2x);
	background-image: -webkit-image-set(url(../img/wood-box-body.png) 1x, url(../img/wood-box-body@2x.png) 2x);
	background-size: 100%;
	background-repeat: repeat-y;
}
.green-btn {
	position: relative;
	padding: 16px 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border: 4px solid #5F871E;
	border-radius: 32px;
	background: #7FBF30;
	cursor: pointer;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
}
.green-btn.active::before {
	position: absolute;
	content: '\f058';
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
	font-size: 32px;
	top: 9px;
	left: 8px;
	margin: auto;
}
.green-btn:not(:last-child) {
	margin: 0 0 12px;
}
@media screen and (max-width: 374px) {
	.green-btn.active::before {
		position: absolute;
		content: '\f058';
		font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
		font-weight: 900;
		font-size: 20px;
		top: 16px;
		left: 4px;
		margin: auto;
	}
}

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



 * モーダルウィンドウ



 **************************************************/
.modal {
	display: none;
	width: 100%;
	max-width: 480px;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 200;
}
.modal-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0,0,0,0.8);
}
.modal-body {
  position: absolute;
  overflow-y: scroll;
  /*width: 90%;*/
  max-width: 90%;
  min-width: 320px;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  transform: translate(-50%, -50%); }

.modal-target {
  display: none; }

.modal-close-btn {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4px;
  right: 4px;
  cursor: pointer; }

.modal-close-btn::before,
.modal-close-btn::after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
  background: #6f7f88; }

.modal-close-btn::before {
  transform: rotate(45deg); }

.modal-close-btn::after {
  transform: rotate(-45deg); }


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



 * ログイン



 **************************************************/
body.page-login {
	background: #fff;
}



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



 * ホーム



 **************************************************/
.page-home .main-contents {
	/*
	background-color: #81CAE4;
	background-image: url(../img/home-map.png);
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 5% 20%;
	*/
}



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



 * 目標



 **************************************************/
.page-goal .movie-list {
	width: 90%;
	margin: 0 auto;
}
.page-goal .movie-list a {
	display: block;
	margin: 0 0 8px;
	padding: 10px;
	color: #3f3939;
	text-decoration: none;
	border-radius: 4px;
	background: #efd97c;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
}
.page-goal .movie-list a .date {
	float: left;
	display: inline-block;
	width: 72px;
	margin: 0 4px 0 0;
	padding: 3px 4px;
	color: #9e6332;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	background: #fff;
}
.page-goal .movie-list a .date + span {
	float: left;
	display: inline-block;
	width: calc(100% - 76px);
	line-height: 1.4;
}
.page-goal .video-area {
	padding: 0 0 32px;
}
.page-goal .video-area video {
	width: 100%;
	margin: 0 0 24px;
	border: 4px solid #9e6332;
	border-radius: 4px;
}
.page-goal .video-area .title {
	margin: 0 0 24px;
	padding: 8px 0 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.back-btn {
	display: block;
	width: 144px;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 8px;
	background: #9E6332;
}
.page-goal .woodbox {
	margin: 16px auto;
}
/**************************************************



 * アンケート



 **************************************************/
.page-enquete .question-title {
	width: 90%;
	margin: 8px auto 4px;
	font-size: 12px;
	text-align: right;
}
.page-enquete .woodbox-body {
	position: relative;
}
.page-enquete .woodbox-body .right-shoulder {
	position: absolute;
	top: -16px;
	right: 16px;
	font-size: 14px;
}
.page-enquete .question-about {
	margin: 0 0 16px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.page-enquete .answer-area .question {
	margin: 0 0 24px;
	padding: 0 0 16px;
	font-size: 18px;
	line-height: 1.5;
	border-bottom: 4px solid #9F6323;
}
.page-enquete .answer-area .answer-list {
	margin: 0 0 32px;
}
.page-enquete .enquete-navi {
	width: 80%;
	margin: 0 auto;
	padding: 0 0 16px;
}
.page-enquete .enquete-navi button {
	display: inline-block;
	min-width: 30%;
	max-width: 50%;
	width: auto;
	padding: 12px;
	color: #fff;
	font-size: 24px;
	border-radius: 4px;
	background: #278fcf;
	cursor: pointer;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
}
.page-enquete .enquete-navi button:first-child {
	float: left;
}
.page-enquete .enquete-navi button:last-child {
	float: right;
}
.page-enquete .result-btn {
	display: block;
	width: 90%;
	margin: 16px auto 0;
	padding: 16px 0;
	color: #278fcf;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: 8px solid #278fcf;
	border-radius: 4px;
	background: #fff;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
}
/* 回答一覧 */
.page-enquete .answer-result-list {
	padding: 16px 10px;
}
.page-enquete .answer-result-list p {
	line-height: 1.4;
}
.page-enquete .answer-result-list .number {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 12px 0 0;
	padding: 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #7FBF30;
}
.page-enquete .answer-result-list .number + div {
	display: block;
	float: left;
	width: calc(100% - 36px);
}
.page-enquete .answer-result-list li {
	margin: 0 0 1em;
	padding: 8px;
	border-radius: 8px;
	background: #fff;
}
.page-enquete .answer-result-list .question {
	margin: 0 0 .2em;
}
.page-enquete .answer-result-list .answer {
	font-weight: bold;
}
.page-enquete .enquete-submit-btn {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 16px 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background: #000;
	cursor: pointer;
	border-radius: 8px;
	background: #278fcf;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
}

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



 * スケジュール



 **************************************************/
.page-schedule .class-list {
	margin: 20px 0 0;
	padding: 0 20px;
}
.page-schedule .class-list li {
	float: left;
	overflow: hidden;
	width: calc(50% - 10px);
	margin: 0 0 20px;
	border-radius: 10px;
	background: #333;
}
.page-schedule .class-list li.kids {
	background: #fbc81a;
}
.page-schedule .class-list li.study {
	background: #32b372;
}
.page-schedule .class-list li.switch {
	background: #278fcf;
}
.page-schedule .class-list li.speech {
	background: #Df2248;
}
.page-schedule .class-list li.bond {
	background: #eb6f94;
}
.page-schedule .class-list li.training {
	background: #b7579e;
}
.page-schedule .class-list li:nth-child(odd) {
	margin: 0 20px 20px 0;
}
.page-schedule .class-list a {
	display: block;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
.page-schedule .class-list .class-logo {
	padding: 16px 0 8px;
	text-align: center;
	background: #fff;
}
.page-schedule .class-list .class-description {
	padding: 8px;
	line-height: 1.5;
}
/********************
 * カレンダー
 ********************/
.page-schedule .calendar {
	width: 94%;
	margin: 16px auto;
	padding: 20px;
	background: #fff;
}
.page-schedule .calendar-title {
	margin: 0 0 20px;
	text-align: center;
}
.page-schedule .calendar-navi {
	position: relative;
	width: 90%;
	height: 16px;
	margin: 0 auto 20px;
	text-align: center;
}
.page-schedule .calendar-navi .view-month {
	font-weight: bold;
}
.page-schedule .calendar-navi button {
	position: absolute;
	top: -6px;
	color: #278fcf;
	font-size: 28px;
	cursor: pointer;
}
.page-schedule .calendar-navi .prev-month {
	left: 0;
}
.page-schedule .calendar-navi .next-month {
	right: 0;
}
.page-schedule .calendar-body {
	width: 100%;
	font-size: 14px;
	text-align: center;
}
.page-schedule .calendar-body thead th {
	padding: 0 0 24px;
	color: #aaa;
}
.page-schedule .calendar-body thead th:nth-child(7) {
	color: #82cbc8;
}
.page-schedule .calendar-body thead th:nth-child(1) {
	color: #f08e8e;
}
.page-schedule .calendar-body a {
	display: block;
	padding: 4px 0 12px;
	color: #3f3939;
	text-decoration: none;
}
.page-schedule .calendar-body .date {
	position: relative;
	margin: 0 0 4px;
	z-index: 1;
}
.page-schedule .calendar-body .today .date {
	font-weight: bold;
}
.page-schedule .calendar-body .today .date::before {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	top: -4px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 12px;
	background: #FCC91A;
	z-index: -1;
}

.page-schedule .calendar-body .status.holiday {
	color: #f08e8e;
}
/********************
 * 予定リスト
 ********************/
.page-schedule .schedule-list {
	width: 94%;
	margin: 0 auto;
}
.page-schedule .schedule-list li {
	margin: 0 0 4px;
	padding: 10px;
	background: #fff;
}
.page-schedule .schedule-list .datetime {
	float: left;
	width: 180px;
	font-weight: bold;
}
.page-schedule .schedule-list .datetime .date {
	display: inline-block;
	margin: 0 0 2px;
	padding: 3px 4px;
	color: #fff;
	font-size: 16px;
	border-radius: 4px;
	background: #9e6332;
}
.page-schedule .schedule-list .datetime .time {
	display: inline-block;
	color: #999;
	font-size: 12px;
	margin-left:10px;
}
.page-schedule .schedule-list .lesson {
	float: left;
	width: calc(100% - 180px);
	font-size: 14px;
	line-height: 1.4;
}



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



 * 利用者選択



 **************************************************/
.page-users .user-list ul {
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .16);
}
.page-users .user-list li {
	padding: 12px 16px;
	border-bottom: 1px solid #cecece;
	cursor: pointer;
}
.page-users .user-list li.active i {
	margin: 0 8px 0 0;
	color: #33b371;
}
.page-users .user-list .user-image {
	display: inline-block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin: 0 16px 0 0;
	background: #888;
	border-radius: 50%;
}
.page-users .user-list .user-name {
	display: inline-block;
	padding: 7px 0 0;
}









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



 * おしらせ一覧



 **************************************************/
.page-news .main-contents > section:not(:last-child) {
	margin: 0 0 32px;
}
.page-news .main-contents > section h2 {
	padding: 12px 16px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.page-news .reserve-info h2 {
	background: #278fcf;
}
.page-news .news-list h2 {
	background: #fbc81a;
}
.page-news section ul {
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .16);
}
.page-news section li {
	border-bottom: 1px solid #cecece;
}
.page-news section li div.info_block_div {
	display: block;
	padding: 12px 16px;
	color: #3f3939;
	text-decoration: none;
}
.page-news section li div.info_click_div {
	cursor:pointer;
}
.page-news section li .date {
	margin: 0 0 12px;
	font-size: 14px;
}
.page-news .reserve-info li i {
	width: 16px;
	margin: 0 12px 0 0;
	color: #aaa;
	text-align: center;
}
.page-news .news-list .left-col {
	float: left;
	width: 48px;
	height: 48px;
	margin: 0 16px 0 0;
	background: #888;
	border-radius: 50%;
}
.page-news .news-list .right-col {
	float: left;
	width: calc(100% - 64px);
}


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



 * 連絡先一覧



 **************************************************/
.page-address .address-list {
	margin: 16px auto 0;
	width: 90%;
}
.page-address .address-list li {
	margin: 0 0 24px;
}
.page-address .address-list .section-name {
	padding: 8px 0;
	color: #fff;
	text-align: center;
	line-height: 1.4;
	background: #888;
}
.page-address .address-list li.kids {
	border: 1px solid #fbc812;
}
.page-address .address-list li.study {
	border: 1px solid #33b371;
}
.page-address .address-list li.switch {
	border: 1px solid #2a8fcf;
}
.page-address .address-list li.speech {
	border: 1px solid #e02248;
}
.page-address .address-list li.kids .section-name {
	background: #fbc812;
}
.page-address .address-list li.study .section-name {
	background: #33b371;
}
.page-address .address-list li.switch .section-name {
	background: #2a8fcf;
}
.page-address .address-list li.speech .section-name {
	background: #e02248;
}
.page-address .address-list dl {
	padding: 16px;
}
.page-address .address-list dt {
	display: inline-block;
}
.page-address .address-list dt::after {
	content: '：';
}
.page-address .address-list dd {
	display: inline-block;
}


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



 * 契約書一覧



 **************************************************/
.contract-list {
	padding: 16px 16px;
}
.contract-list li {
	margin: 0 0 12px;
	background: #fff;
	box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, .16);
}
.contract-list li .contract_box {
	display: block;
	padding: 16px 10px;
	color: #3f3939;
	text-decoration: none;
}
.contract-list .contract-name {
	font-size: 16px;
	margin: 0 0 12px;
	text-decoration:underline;
}
.contract-list li .contract_box dl {
	font-size: 12px;
}
.contract-list li .contract_box dt {
	float: left;
}
.contract-list li .contract_box dd {
	float: left;
	margin: 0 16px 0 0;
}
/********************
 * 署名キャンバス
 ********************/
.page-contract .canvas-group{
	width: 90%; 
	aspect-ratio: 16 / 9;
	margin: 20px auto 0;
	/*display: flex; flex-direction: column; align-items: center;*/
}
.page-contract .canvas{
	width: 100%;
	height: 90%;
	border: black solid 1px;
}
.page-contract #canvas{
	background-color: #fff;
}
.page-contract .option{
	width: 100%;
	padding: 10px 0;
	border: black solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-contract .btn{
	display: block;
	margin: 0 10px;
	padding: 4px 16px;
	font-size: 14px;
	color: black;
	text-decoration: none;
	text-align: center;
	border: black solid 1px;
	background-color: lightgray;
	box-shadow: 3px 2px gray;
	display: block;
}
.page-contract .btn:active{
	box-shadow: none;
}

















/**************************************************
 *
 *
 * ローディング画面
 *
 *
 **************************************************/
#loader_bg.hide {
	display: none;
}
#loader_bg {
	position: fixed;
	display: block;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, .8);
	z-index: 99998;
}
#loader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	margin-top: -60px;
	margin-left: -60px;
	text-align: center;
	color: #fff;
	font-size: 120px;
	z-index: 99999;
	animation:1.5s linear infinite loadrotation;
}
@keyframes loadrotation{
	0%{ transform:rotate(0);}
	100%{ transform:rotate(360deg); }
}


/**************************************************
 *
 *
 * 共通パーツ
 *
 *
 **************************************************/
.box_large {
	display: none;
	border: 5px solid #1e90ff;
	border-radius: 8px;
}
.box_large.active {
	display: block;
}
.box_header {
	padding: 12px;
	color: #fff;
	font-size: 20px;
	background: #1e90ff;
}
.box_contents {
	padding: 0;
}
.item_header {
	display: block;
	padding: 12px 8px;
	font-weight: normal;
	background: #e0e0e0;
}
.item_contents {
	padding: 16px 8px;
}
/* タブレット(縦)以上のスタイル */
@media screen and (min-width: 481px) {
	.box_header {
		padding: 16px 24px;
		font-size: 28px;
	}
}
/* タブレット(横)以上〜PC */
@media screen and (min-width: 769px) {
	.box_large {
		margin: 0 0 32px;
	}
	.box_contents {
		padding: 32px 48px;
	}
	.input_item {
		margin: 0 0 16px;
	}
	.item_header {
		padding: 8px 0 8px 12px;
		font-size : 20px;
		border-left: 6px solid #1e90ff;
		background: none;
	}
	.item_contents {
		padding: 16px;
	}
}

/* 検索ボタンなど */
.search_btn {
	display: inline-block;
	margin: 6px 0 0;
	padding: 4px 16px;
	text-align: center;
	border: 1px solid #aaa;
	border-radius: 16px;
	background: #ddd;
}
.search_btn:hover {
	cursor: pointer;
}
.modal__content .search_btn {
	display: block;
	margin: 0 auto 24px;
}

/* 登録ボタン */
button.submit {
	display: block;
	max-width: 300px;
	width: 100%;
	margin: 24px auto 0;
	padding: 12px 48px;
	color: #49bea4;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #49bea4;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, .2);
	cursor: pointer;
}
/* フッター吸着 submit btn */
.footer_fixed_btn {
	display: block;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
	/* background: #666; */
	box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .2);
	z-index: 9999;
}
.footer_fixed_btn button.submit {
	position: relative;
	margin: 6px auto;
	top: 0;
	transition: top .3s ease, box-shadow .3s ease;
}
/* タブレット(縦)以上のスタイル */
@media screen and (min-width: 481px) {
}
/* タブレット(横)以上〜PC */
@media screen and (min-width: 769px) {
	button.submit {
		padding: 20px 48px;
	}
	.footer_fixed_btn button.submit {
		margin: 16px auto;
	}
	.footer_fixed_btn button.submit:hover {
		top: -4px;
		box-shadow: 0 8px 0 0 rgba(0, 0, 0, .2);
	}
}



/**************************************************
 * モーダルウィンドウ
 **************************************************/
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.modal__bg {
	background: rgba(0,0,0,0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content {
	background: #f3f3f3;
	overflow: scroll;
	left: 50%;
	padding: 32px 16px;
	position: absolute;
	top: 50%;
	margin: auto;
	width: 90%;
	max-width: 1000px;
	max-height: 70%;
	transform: translate(-50%, -50%);
}
.js-modal-close-btn {
	position: absolute;
	top: 6px;
	right: 6px;
	color: #999;
	font-size: 32px;
}
/* スマホのスタイル */
@media screen and (max-width: 480px) {
	.modal__content {
		transform: translate(-50%, -60%);
	}
}
/* タブレット(縦)以上のスタイル */
@media screen and (min-width: 481px) {
}
/* タブレット(横)以上〜PC */
@media screen and (min-width: 769px) {
	.modal__content {
		padding: 32px 48px 48px;
	}
}




.arrow_box_R {
    position:relative;
	display:inline-block;
	margin-right:25px;
    width:100px;
    height:100px;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    color:#000000;
    font-size:10px;
    font-weight:bold;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.arrow_box_R:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -10px;
    border-left-color:#FFFFFF;
    left:100%;
    top:50%;
}

.arrow_box_L {
    position:relative;
	display:inline-block;
	margin-left:25px;
    width:100px;
    height:100px;
    background:#FFFFFF;
    padding:10px;
    text-align:center;
    color:#000000;
    font-size:10px;
    font-weight:bold;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
.arrow_box_L:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:21px;
    border-right-width:21px;
    margin-top: -10px;
    border-right-color:#FFFFFF;
    right:100%;
    top:50%;
}

.arrow_box_D{
    position:relative;
	margin:auto;
    width:90%;
    height:50px;
    background:#FFFFFF;
    padding:16px;
    text-align:center;
    color:#000000;
    font-size:18px;
    border-radius:20px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
}
.arrow_box_D:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(255, 255, 255, 0);
    border-top-width:22px;
    border-bottom-width:22px;
    border-left-width:10px;
    border-right-width:10px;
    margin-left: -10px;
    border-bottom-color:#FFFFFF;
    bottom:100%;
    left:20%;
}

.reaction_btn {
	display: inline-block;
	max-width: 50%;
	width: auto;
	font-size:10px;
	padding: 2px;
	color: black;
	border-radius: 2px;
	background: white;
	cursor: pointer;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
	margin-right:5px;
}
.reaction_btn.active {
	background:yellow;
}

.reaction_btn_big {
	display: inline-block;
	width: 90%;
	height: 30px;
	margin:auto;
	font-size:12px;
	padding: 6px;
	color: black;
	border-radius: 14px;
	background: white;
	cursor: pointer;
	box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, .2);
}
.reaction_btn_big.active {
	background:yellow;
}

.upload-btn {
  padding: 4px 16px;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  background: #2a8fcf;
  cursor: pointer;
  box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.16);
} 

/********************
 * キャンセルダイアログ
 ********************/
.modal-body .cancel-dialog {
  width: 100%;
  padding: 16px 0 0; }

.modal-body .cancel-dialog h3 {
  margin: 0 0 24px;
  padding: 8px 0;
  color: #e02248;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #e02248;
  border-bottom: 1px solid #e02248; }

.modal-body .cancel-dialog p {
  margin: 0 0 2em;
  line-height: 1.5; }

.modal-body .cancel-dialog .btn {
  float: left;
  display: block;
  width: 47%;
  padding: 8px 0;
  color: #707f89;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #707f89;
  cursor: pointer; }

.modal-body .cancel-dialog .btn:first-child {
  margin: 0 6% 0 0; }

.modal-body .cancel-dialog .delete-btn {
  color: #fff;
  border: 1px solid #e02248;
  background: #e02248; }

@media screen and (min-width: 769px) {
  .modal-body .cancel-dialog {
    min-width: 320px; } }


/********************
 * 確認ダイアログ
 ********************/
.modal-body .confirm-dialog {
  width: 100%;
  padding: 16px 0 0; }

.modal-body .confirm-dialog h3 {
  margin: 0 0 24px;
  padding: 8px 0;
  color: #1678d4;
  font-size: 20px;
  text-align: center;
  border-top: 1px solid #1678d4;
  border-bottom: 1px solid #1678d4; }

.modal-body .confirm-dialog p {
  margin: 0 0 2em;
  line-height: 1.5; }

.modal-body .confirm-dialog .btn {
  float: left;
  display: block;
  width: 47%;
  padding: 8px 0;
  color: #707f89;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #707f89;
  cursor: pointer; }

.modal-body .confirm-dialog .btn:first-child {
  margin: 0 6% 0 0; }

.modal-body .confirm-dialog .ok-btn {
  color: #fff;
  border: 1px solid #1678d4;
  background: #1678d4; }

@media screen and (min-width: 769px) {
  .modal-body .confirm-dialog {
    min-width: 320px; } }
