@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
	color: #474f63;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	border: 0px;
	letter-spacing: 0em;
	list-style: none;
}

body {
	line-height: 1.5;
	overflow-x: hidden;
}

.drawer {
	/* overflow-x: hidden; */
	/* contain: paint; */
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	opacity: 0.65;
	cursor: pointer;
}

main {
	display: block;
}

.headerLeft {
	float: left;
}

.clearfix:after {
	content: '';
	clear: both;
	display: block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	display: none;
}

.spOnly {
	display: none;
}

.container {
	margin: 0px auto;
	max-width: 1170px;
}

header {
	/* height: 100px; */
	box-shadow: 0px 1px 13px -4px rgba(0, 0, 0, 0.2);
	z-index: 100;
	background-color: #ffffff;
}

.headerWrapper .header_reft {
	float: left;
}

.headerWrapper .header_reft li {
	float: left;
}

.headerWrapper .header_right {
	float: right;
}

.headerWrapper .header_right .contents01 {
	float: right;
}

.headerWrapper .header_right li {
	float: left;
}

.headerWrapper .header_right .contents01 li a {
	color: #474f63;
	display: block;
	padding: 0px 10px;
	letter-spacing: 0;
	/* line-height: 65px; */
	line-height: 40px;
}

.footerWrapper {
	padding-top: 32px;
	background-color: #2b2e33;
}

.footerWrapper .footerArea {
	margin-bottom: 15px;
}

.footerWrapper .copyRight {
	padding: 18px;
	color: white;
	text-align: center;
	font-size: 13px;
}

.footerWrapper ul {
	float: left;
}

.footerWrapper ul:first-child {
	margin-right: 100px;
}

.footerWrapper ul:nth-child(2) {
	margin-right: 50px;
}

.footerWrapper ul:nth-child(3) {
	margin-right: 50px;
}

.footerWrapper ul:nth-child(4) {
	margin-right: 50px;
}

.footerWrapper li {
	color: white;
	letter-spacing: 0;
}

.footerWrapper a {
	color: white;
	letter-spacing: 0;
}

.footerWrapper .contents01 li:nth-child(2) {
	margin-top: 15px;
	margin-bottom: 15px;
}

.footerWrapper .contents01 li:nth-child(2) a {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 14px;
	display: block;
	border: 1px solid white;
	border-radius: 2px;
}

.footerWrapper .contents01 li:last-child i {
	font-size: 20px;
}

.footerWrapper .contents01 li:last-child i:first-child {
	margin-right: 14px;
}

.footerWrapper .contents02 li {
	margin-bottom: 20px;
}

.footerWrapper ul:nth-child(2) li:not(:first-child) a {
	font-size: 13px;
	padding-left: 10px;
}

.show980 {
	display: none;
}

.drawer-toggle.drawer-hamburger {
	display: none;
}

.bgArea {
	padding-top: 32px;
	padding-bottom: 70px;
	background-color: #edf1f2;
}

.sideMenu {
	width: 21%;
	margin-right: 2%;
	float: left;
	letter-spacing: 0em;
}

.sideMenu .user {
	color: white;
	text-align: center;
	height: 101px;
	background: linear-gradient(to right bottom, #6b7a99, #475064);
}

.sideMenu .user p:first-child {
	padding: 18px;
}

.sideMenu .user p:last-child img {
	border-radius: 2px;
	border: 2px solid #d8d8e2;
	max-width: 75px;
	max-height: 80px;
}

.mainArea {
	width: 77%;
	float: left;
}

.sideMenu .contents01 {
	background-color: white;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 40px;
	padding-bottom: 25px;
}

.sideMenu .contents01 .point li {
	color: #474f63;
}

.sideMenu .contents01 .point li:first-child {
	font-weight: bold;
	font-size: 14px;
}

.sideMenu .contents01 .point li:nth-child(2) span {
	font-weight: bold;
	font-size: 24px;
}
.sideMenu .contents01 .point li:nth-child(2) span.planName02 {
	font-size: 11px;
	font-weight: normal;
}
.sideMenu .contents01 .point li:nth-child(2) {
	font-size: 13px;
	padding: 5px 0px;
}

.sideMenu .contents01 .point li:last-child {
	font-size: 13px;
}

.sideMenu .contents01 .point li:last-child {
	font-size: 13px;
}

.sideMenu .contents01 .nav li:first-child {
	margin-top: 10px;
}

.sideMenu .contents01 .nav li a {
	display: block;
	margin-top: 13px;
	padding: 13px 0px;
	background-color: #474f62;
	color: white;
	text-align: center;
	font-weight: bold;
	position: relative;
}

.sideMenu .contents01 .nav li:last-child a {
	color: #485063;
	background-color: #ffee49;
}

.sideMenu .contents01 .nav li a:after {
	position: absolute;
	top: 43%;
	right: 5%;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	color: white;
}

.sideMenu .contents01 .nav li:last-child a:after {
	position: absolute;
	color: #474f62;
}

.sideMenu .contents02 .nav li a {
	display: block;
	padding: 16px 6%;
	color: #484f5f;
	border: 3px solid white;
	border-top: none;
	position: relative;
}

.sideMenu .contents02 .nav li a i {
	font-size: 20px;
}

.sideMenu .contents02 .nav li a:after {
	position: absolute;
	top: 43%;
	right: 5%;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	color: #474f62;
}

.mainArea {
	background-color: white;
}

.mainArea h2 {
	background-color: #474f63;
	padding: 10px 20px;
	padding-left: 2.7%;
}

.mainArea .contents01,
.mainArea .contents02,
.mainArea .contents03,
.mainArea .contents04,
.mainArea .contents05 {
	padding-left: 2.7%;
	padding-right: 2.7%;
}

.mainArea h3 {
	margin: 0 0 25px;
	font-size: 20px;
	font-weight: bold;
	color: #474f63;
}

.mainArea table {
	width: 100%;
	text-align: center;
}

.mainArea {
	letter-spacing: 0em;
}

.allLink {
	cursor: pointer;
}

.allLink:hover {
	opacity: 0.8;
}

.headerWrapper .header_right .contents02 {
	/*float:right;*/
	text-align: right;
	position: relative;
	margin-left: 9px;
}

/* jw added August 2020 */
.headerWrapper .header_right .contents02 ul {
	display: inline-block;
}

.headerWrapper .header_right .contents02 ul {
	position: relative;
}

/*
.headerWrapper .header_right .contents02 ul:after {
	position: absolute;
	top: 32px;
	left: 0;
	width: 1px;
	height: 36px;
	transform: translateY(-45%);
	content: '';
	background-color: #cccccc;
}
*/

.headerWrapper .header_right .contents02 li a {
	display: block;
	padding: 12px 1px 10px 1px;
	margin-top: 10px;
	margin-right: 5px;
	min-width: 138px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	letter-spacing: 0;
	color: white;
}

.headerWrapper .header_right .contents02 li:first-child a {
	color: #474f63;
}

.headerWrapper.login .header_right .contents02 li:first-child a {
	color: white;
}

.headerWrapper .header_right .contents02 li:first-child a span {
	font-size: 22px;
}

/* login button */
.headerWrapper.login .header_right .contents02 li:last-child a {
	background-color: #474f63;
	font-weight: bold;
}
.headerWrapper.login .contents02 li:first-child a {
	background-color: #4eb3e6;
}

/* user account button - TODO use better selector name than contents02_02*/
.headerWrapper .header_right .contents02_02 li:nth-child(2) a {
	padding-left: 62px;
	color: #474f63;
}

/*-------------------------
ログイン用ヘッダー
-------------------------*/

.headerWrapper.login .contents02 li:first-child a {
	background-color: #4eb3e6;
}

.headerWrapper.login .header_right .contents02 li:last-child a:before {
	width: 0px;
	height: 0px;
	border: none;
	background: none;
}

.headerWrapper.login .header_right .contents02 li:last-child {
	position: relative;
}

/*
.headerWrapper.login .header_right .contents02 li:last-child:before {
	position: absolute;
	top: 48%;
	left: 15%;
	width: 1px;
	height: 36px;
	background-color: #cccccc;
	transform: translateY(-45%);
	content: '';
}
*/

/*
.headerWrapper.login .header_right .contents02:after {
	content: '';
	width: 0px;
	height: 0px;
	background-color: none;
}
*/

.headerWrapper.login .contents02 li:nth-child(2) a {
	background-color: #b4d43f;
}

.headerWrapper.login .contents02 li:nth-child(３) a {
	background-color: #474f63;
}

.header_right .contents02.contents02_02 ul li:nth-child(3) {
	margin-right: 0px;
}

/* --- p --- */

.headerWrapper .header_right .contents02 li:first-child p.last a {
	padding-bottom: 20px;
	border-bottom: none;
}

.headerWrapper .header_right .contents02 li:last-child p.last a {
	border-bottom: none;
}

.headerWrapper .header_right .contents02 li:first-child .pMenu02_child a {
	padding-right: 40px;
	line-height: 1;
	padding-top: 20px;
	position: relative;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdfe0;
}

/*
.headerWrapper .header_right .contents02 li:first-child .pMenu01_child a:after {
	position: absolute;
	display: block;
	top: 18px;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	color: #474f62;
	line-height: 2;
}
*/

.headerWrapper .header_right .contents02 li:last-child .pMenu02_child a:before {
	background: none;
	border: none;
}

.headerWrapper .header_right .contents02 li:last-child .pMenu01_child a {
	position: relative;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #dcdfe0;
	line-height: 1;
}

/*
.headerWrapper .header_right .contents02 li:last-child .pMenu02_child a:after {
	position: absolute;
	display: block;
	top: 22px;
	right: 10px;
	margin-top: -10px;
	width: 10px;
	height: 10px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	color: #474f62;
	line-height:2;
}
*/

.headerWrapper .header_right .contents02 li:last-child .pMenu01_child a {
	padding-left: 15px;
	padding-right: 0px;
}

.headerWrapper .header_right .contents02 li:first-child .pMenu02_child a {
	font-weight: normal;
}

.headerWrapper .header_right .contents02 li:last-child .pMenu02_child a {
	padding-left: 20px;
	text-align: left;
	margin-top: 0px; /* override 20 px margin */
	line-height: 45px;
}

.headerWrapper .header_right .contents02 li:first-child .pMenu01_child a {
	position: relative;
	border-bottom: 1px dotted #ccc;
	margin-top: 5px;
	line-height: 45px;
}

/* user account button menu items */
.headerWrapper .header_right .contents02 li:last-child .pMenu02_child a {
	position: relative;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 1px dotted #ccc;
}

.headerWrapper .header_right .contents02 li:first-child .pMenu01_child a:hover {
	background: #f4f4f4;
	opacity: 1;
}

.headerWrapper .header_right .contents02 li:last-child .pMenu02_child a:hover {
	background: #f4f4f4;
	opacity: 1;
}

.mainArea h2 span {
	font-family: Raleway;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	color: white;
	position: relative;
}

.mainArea.myPage h2 span:after {
	position: absolute;
	content: attr(data-label);
	top: 6px;
	right: -86px;
	font-family: Noto Sans CJK JP;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	color: white;
}

/*----------------------
スマホメニュー
------------------------*/

.drawer-menu .item01 {
	background-color: #474f63;
	width: 79%;
	padding-left: 5px;
}

.drawer-menu .item01 li {
	float: left;
	color: white;
	text-align: left;
	width: 50%;
}

.drawer-menu .item01 li:first-child {
	padding-left: 67px;
	min-width: 1px;
	position: relative;
	height: 20px;
}

.drawer-menu .item01 li:first-child:after {
	content: '';
	position: absolute;
	top: 48%;
	left: 104%;
	width: 1px;
	height: 30px;
	background-color: #cccccc;
	transform: translateY(-45%);
}

.drawer-menu-profile-image {
	position: absolute;
	top: 0px;
	left: 16px;
	content: '';
	width: 40px;
	height: 30px;
	border-radius: 2px;
	border: 2px solid #d8d8e2;
	background-size: cover;
}

.drawer-menu .item01 {
	padding-top: 14px;
	padding-bottom: 14px;
	width: 94%;
	margin: 0 auto;
}

.drawer-menu .item01 li:last-child {
	margin-top: -5px;
	padding-left: 5%;
}

.drawer-menu .item01 span {
	font-size: 20px;
}

.drawer-menu .item01 span.planName01 {
	font-size: 12px;
}

.counselingBody01 .drawer-menu .item01 span {
	font-size: 15px;
	margin-top: 4px;
	display: block;
}

.drawer-menu .item02 {
	background-color: white;
	width: 94%;
	margin: 14px auto;
}

.drawer-menu .item02 li {
	border-bottom: 2px solid white;
	text-align: left;
}

.drawer-menu .item02 a {
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	padding-left: 24px;
	position: relative;
	color: #474f63;
	background-color: #edf1f2;
}

.drawer-menu .item02 a:after {
	position: absolute;
	top: 43%;
	right: 5%;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	color: #474f63;
}

.drawer-menu .item02 a i {
	padding-right: 23px;
	font-size: 20px;
}

.drawer-menu .item03 {
	background-color: #edf1f2;
	padding-right: 3%;
	padding-left: 3%;
}

.drawer-menu .item03 li {
	background-color: #edf1f2;
	border-bottom: 2px solid white;
	text-align: left;
	margin: 0px auto;
}

.drawer-menu .item03 li {
	background-color: #edf1f2;
	border-bottom: 2px solid #edf1f2;
	text-align: left;
}

.drawer-menu .item03 {
	padding-top: 14px;
	padding-bottom: 14px;
}

.drawer-menu .item03 li a {
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	padding-left: 7%;
	position: relative;
	color: #474f63;
	background-color: white;
}

.drawer-menu .item03 li a:after {
	position: absolute;
	top: 43%;
	right: 5%;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	content: '\f105';
	font-family: FontAwesome;
	font-size: 14px;
	color: #474f63;
}

.drawer-menu .item04 li {
	padding-top: 14px;
	width: 94%;
	margin: 0px auto;
}

.drawer-menu .item04 li a {
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	position: relative;
	color: white;
	background-color: #474f63;
	border-radius: 2px;
}

.drawer-menu .item04 li a {
	padding-top: 14px;
	padding-bottom: 14px;
	display: block;
	position: relative;
	color: white;
	background-color: #474f63;
	position: relative;
}

.drawer-menu .item04 li:last-child a:after {
	position: absolute;
	top: 10px;
	right: 12px;
	content: '';
	width: 26px;
	height: 26px;
	border-radius: 2px;
	background: url(../img/ico_header_04.jpg) center center;
	background-size: cover;
}

.headerWrapper .contents03 ul {
	margin-right: 77px;
	letter-spacing: 0em;
}

.headerWrapper .contents03 li {
	text-align: center;
}

.headerWrapper .header_right .contents03 li a {
	display: block;
	margin-top: 12px;
	margin-right: 5px;
	min-width: 138px;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	/* color: white; */
}

.headerWrapper.login .header_right .contents03 li a {
	color: white;
}

.headerWrapper.login .contents03 li:first-child a {
	background-color: #4eb3e6;
}

.headerWrapper.login .contents03 li:nth-child(2) a {
	background-color: #b4d43f;
}

.headerWrapper.login .contents03 li:nth-child(３) a {
	background-color: #474f63;
}

.headerWrapper.login .header_right .contents03 li a {
	padding: 12px 1px 10px 1px;
	margin-top: 20px;
	line-height: 14px;
}

/*
.headerWrapper.login .contents03 li:first-child {
	margin-right: 10px;
}
*/

.headerWrapper.login .header_reft {
	float: left;
	width: 225px;
}

.headerWrapper.login .contents03 {
	width: 100%;
	padding-top: 0px;
}

.headerWrapper.login .contents03 ul {
	margin-right: 70px;
	letter-spacing: 0em;
	float: right;
	width: auto;
}

.headerWrapper .contents03 li a span {
	font-size: 12px;
	line-height: 16px;
}

/*
.headerWrapper.login .contents03 li:first-child a {
	color:white;
	min-width: 138px;
	text-align: center;
	line-height: 14px;
	border-radius: 2px;
	font-weight: normal;
	margin-right: 10px;
}
*/

.headerWrapper.login .contents03 li:last-child a {
	display: block;
	color: white;
	background-color: #474f63;
	width: 118px;
	text-align: center;
	line-height: 14px;
	border-radius: 2px;
}

/*
.headerWrapper.login .contents03 li {
	border-right: none;
	width: 128px;
	min-width: 128px;
	text-align: center;
	padding-right: 3px;
}
*/

.drawer-menu.login .contents {
	padding-top: 0px;
	padding-bottom: 14px;
}

.drawer-menu.login .item03 {
	padding-top: 69px;
	padding-bottom: 14px;
}

.footerWrapper li i:before {
	font-size: 24px;
}

/*-------------------------
お問い合わせ
-------------------------*/
.heading.contact {
	background-color: #474f63;
	height: 190px;
}

.bgArea.contact {
	padding-top: 100px;
	padding-bottom: 130px;
	background-color: white;
}

.heading.contact h2 {
	color: white;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding-top: 65px;
	text-align: center;
}

.heading.contact h2 span {
	position: relative;
}

.heading.contact h2 span:after {
	content: '';
	position: absolute;
	top: 62px;
	left: 43%;
	width: 30px;
	height: 1px;
	background-color: white;
	transform: translateY(-45%);
}

.bgArea.contact .container {
	max-width: 680px;
}

.bgArea.contact .formArea li {
	color: #474f63;
	font-weight: bold;
	font-size: 15px;
	text-align: left;
	margin-bottom: 15px;
}

.bgArea.contact .formArea li span {
	font-size: 13px;
	color: #ed1c24;
	font-weight: normal;
	margin-left: 15px;
}

.bgArea.contact .input01 {
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 23px;
	border-radius: 2px;
	border: 1px solid #cccccc;
	font-size: 14px;
	background-color: #edf1f2;
	border: none;
}

.bgArea.contact input.input01::-webkit-input-placeholder {
	color: #b5bbc9;
	font-weight: normal;
}

.bgArea.contact input.input01:-ms-input-placeholder {
	color: #b5bbc9;
	font-weight: normal;
}

.bgArea.contact input.input01::-moz-placeholder {
	color: #b5bbc9;
	font-weight: normal;
}

.bgArea.contact .textarea01 {
	font-weight: normal;
	height: 200px;
	width: 100%;
	border-radius: 2px;
	box-sizing: border-box;
	background-color: #edf1f2;
	border: none;
	padding: 8px;
}

input[type='submit'] {
	-webkit-appearance: none;
}

.submit {
	text-align: center;
	margin-top: 45px;
}

.submit01 {
	width: 250px;
	padding: 13px 0px;
	font-size: 16px;
	background-color: #474f63;
	color: #fff;
	border-style: none;
	border-radius: 2px;
}

.bgArea.contact_confirm .formArea li:nth-child(even) {
	font-size: 15px;
	padding: 5px 15px 20px 0;
	border-radius: 2px;
	border-bottom: 1px dotted gray;
	font-weight: normal;
}

.bgArea.contact .formArea li:nth-child(odd) {
	margin-bottom: 5px;
}

.bgArea.contact_confirm .submit span {
	width: 49%;
}

.bgArea.contact_confirm .submit span:first-child {
	padding-right: 5px;
	display: inline-block;
	float: left;
}

.formArea .grayBtn a {
	text-align: center;
	padding: 15px;
	max-width: 350px;
	width: 100%;
	display: block;
	background-color: #e6eaeb;
	color: #474f63;
	font-weight: bold;
	margin: 0px auto;
	border-radius: 3px;
	font-size: 16px;
}

.formArea .grayBtn button {
	text-align: center;
	padding: 15px;
	max-width: 350px;
	width: 100%;
	display: block;
	background-color: #e6eaeb;
	color: #474f63;
	font-weight: bold;
	margin: 0px auto;
	border-radius: 3px;
	font-size: 16px;
	border: none;
}

.bgArea.contact_confirm .submit span:last-child {
	padding-right: 5px;
	display: inline-block;
	float: right;
}

.bgArea.contact_confirm .submit {
	text-align: center;
	margin-top: 38px;
	margin-bottom: 110px;
	max-width: 520px;
	margin: 0px auto;
	margin-top: 45px;
	margin-bottom: 110px;
}

.backBtn {
	background-color: #e5e5e5;
	color: #474f63;
}

.bgArea.contact_confirm .submit {
	margin-bottom: 0px;
}

.contact_comp {
	text-align: center;
}

.contact_comp cpontainer p:first-child {
	font-size: 15px;
	color: #474f63;
}

.contact_comp .container p:first-child {
	color: #474f63;
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 45px;
}

.contact_comp .container p:last-child a {
	width: 250px;
	padding: 13px 0px;
	font-size: 16px;
	background-color: #ffed48;
	color: #474f63;
	font-weight: bold;
	border-style: none;
	border-radius: 2px;
	display: block;
	margin: 0px auto;
}

.yellowBtn button {
	text-align: center;
	padding: 15px;
	max-width: 350px;
	width: 100%;
	display: block;
	background-color: #ffed48;
	color: #474f63;
	font-weight: bold;
	margin: 0px auto;
	border-radius: 3px;
	border: none;
	font-size: 16px;
}

#menu div {
	position: relative;
}

#pMenu01,
#pMenu02 {
	cursor: pointer;
}

.pMenu01_child {
	display: none;
	position: absolute;
	top: 72px;
}

.pMenu02_child {
	display: none;
	position: absolute;
	top: 72px;
	right: 0px;
}

.pMenu01_child,
.pMenu02_child {
	z-index: 100;
	background-color: #fafafa;
	width: 166px;
}

.pMenu02_child p {
	text-align: center;
}

.pMenu01_child {
	text-align: left;
}

.pMenu01_child,
.pMenu02_child {
	z-index: 100;
	background-color: #ffffff;
	width: 200px;
	border: 1px solid #ddd;
	box-shadow: 0 0 3px #ccc;
}

.pMenu01_child:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -15px;
	left: 55px;
	z-index: 1000;
}

.pMenu01_child:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #ddd transparent;
	position: absolute;
	top: -16px;
	left: 55px;
}

.pMenu02_child:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: -15px;
	left: 60px;
	z-index: 1000;
}

.pMenu02_child:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #ddd transparent;
	position: absolute;
	top: -16px;
	left: 60px;
}

.footContentWrap {
	width: 100%;
	background: #f0f3f7;
}

.footContent01Wrap {
	width: 822px;
	margin: 0 auto;
	padding: 45px 10px;
	background: url('../images/footcontent01.png') no-repeat 88% 13px;
}

.footContentTxt01 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 27px;
}

.footContentBotn01 a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	border-radius: 3px;
	background: #b4d43f;
	display: block;
	-webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.footTxtImg01 {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 27px;
	position: relative;
}

.footTxtImg01:after {
	max-width: 193px;
	width: 100%;
}

.toCounseling01 a {
	display: block;
	padding: 10px;
	margin: 20px auto;
	background: #ffed48;
	color: #474f63;
	width: 90%;
	font-weight: bold;
	max-width: 350px;
	border-radius: 3px;
}

.toCounseling01 span {
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.unfinishPage01 {
	padding: 100px 0;
	text-align: center;
}

.footContentWrap {
	width: 100%;
	background: #f0f3f7;
}

/* まずは無料でアカウントを登録する */
.footContent01Wrap {
	width: 822px;
	margin: 0 auto;
	padding: 45px 10px;
	background: url('../../faq/images/footcontent01.png') no-repeat 88% 13px;
}

.footContentTxt01 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 27px;
}

.footContentBotn01 a {
	color: #fff;
	text-align: center;
	font-size: 18px;
	max-width: 280px;
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	border-radius: 3px;
	background: #b4d43f;
	display: block;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}

.footTxtImg01 {
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin-bottom: 27px;
	position: relative;
}

.footTxtImg01:after {
	max-width: 193px;
	width: 100%;
}

.app-message {
	color: #ff0000;
}

.app-error {
	background-color: #fff0f0 !important;
}

@media screen and (min-width: 1350px) and (max-width: 1500px) {
	/* header {
		height: 100px;
	}

	.login header {
		height: 102px;
	} */

	.headerWrapper.login .header_right .contents02 li:last-child a {
		padding-left: 10px;
	}

	.headerWrapper.login .header_right .contents02 li:last-child:before {
		position: absolute;
		top: 48%;
		left: 10%;
		background: none;
	}

	/* jw disabled August 2020
	.headerWrapper.login .contents02 li:nth-child(2) a {
		width: 80px;
	}
	*/

	.headerWrapper .header_right .contents02 {
		/* margin-left: 5px; */
		margin-left: 9px;
	}
}

@media screen and (max-width: 1500px) {
	.headerWrapper.login .contents01 li a {
		padding: 0px 12px;
	}
}

@media screen and (max-width: 1500px) {
	.headerWrapper .header_right li {
		font-size: 13px;
	}
}

@media screen and (max-width: 1350px) {
	/* jw disabled August 2020
	.login header {
	height: 102px;
}
	.headerWrapper .header_right .contents01 li a {
		line-height: 31px;
	}
	*/
}

@media screen and (min-width: 1350px) {
	.headerWrapper .header_right .contents02 li:last-child a {
		white-space: nowrap;
		max-width: 300px;
	}
}

@media screen and (max-width: 1350px) {
	/*
	.headerWrapper .header_right .contents01 {
		float:none;
		margin-top: -10px;
	}
	*/

	.headerWrapper .header_right .contents01 li a {
		line-height: 40px;
	}

	.headerWrapper .header_right .contents02 {
		/* float:none; */
		text-align: right;
	}

	.headerWrapper .header_right .contents02 ul {
		display: inline-block;
	}
	/*
	.headerWrapper .header_right .contents02:after {
		content: '';
		position: absolute;
		top: 43%;
		left: 58%;
		width: 1px;
		height: 36px;
		background-color: #cccccc;
		transform: translateY(-45%);
	}
*/
	.counselingBody01 .headerWrapper .header_right .contents02:after {
		left: 65%;
	}

	/* jw disabled.  100px will be default height;
	header {
		height: 100px;
	}
	*/
}

@media screen and (max-width: 1440px) {
	.container {
		margin: 0px auto;
		width: 94%;
	}
}

/*
@media screen and (min-width:1350px) {
	main {
		padding-top: 100px;
	}
}
*/

/*@media screen and (min-width:1210px) and (max-width:1400px){*/
@media screen and (min-width: 1210px) {
	.headerWrapper .header_right .contents01 li a {
		font-size: 12px;
	}

	.headerWrapper .header_right .contents02 li:last-child a:before {
		position: absolute;
		top: 20px;
		left: 3px;
	}

	/*
	.headerWrapper .header_right .contents02:after {
		position: absolute;
		top: 48%;
		left: -1%;
	}
*/

	.headerWrapper .header_right .contents02 li:first-child a:before {
		position: absolute;
		top: 20px;
		left: 14px;
	}
}

/*
@media screen and (min-width:1151px) {
	main {
		padding-top: 100px;
	}
}

@media screen and (max-width: 1150px) {

	.headerWrapper.login .contents03 ul {
		padding-top: 15px;
	}
}
*/

@media screen and (max-width: 1150px) {
	/*
	.headerWrapper .header_right .contents02:after {
		left: 0%;
	}
*/

	.bgArea .container .none980 {
		display: none;
	}

	.bgArea .container .show980 {
		display: block;
	}

	.drawer-menu .contents {
		text-align: center;
		font-size: 14px;
		padding-top: 45px;
		padding-bottom: 14px;
		letter-spacing: 0em;
	}

	.mainArea {
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {
	/* header {
		height: 72px;
	}

	.login header {
		height: 72px;
	} */
	.drawer-hamburger {
		padding-top: 40px !important;
	}
	.none980 {
		display: none;
	}

	.show980 {
		display: block;
	}

	.drawer-toggle.drawer-hamburger {
		display: block;
		top: 30px;
		right: 0 !important;
	}

	.headerWrapper .header_right .contents02 ul {
		margin-right: 70px;
	}

	.footerWrapper ul:first-child {
		margin-right: 50px;
	}

	.footerWrapper ul:nth-child(2) {
		margin-right: 20px;
	}

	.footerWrapper ul:nth-child(3) {
		margin-right: 20px;
	}

	.headerWrapper .header_right .contents01 li a {
		padding: 0 19px;
	}
}
@media screen and (max-width: 767px) {
	.drawer-hamburger {
		padding-top: 14px !important;
	}
}
@media screen and (max-width: 830px) {
	.footContent01Wrap {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footerWrapper ul {
		float: none;
	}
	.footerWrapper ul.pcOnly {
		display: none;
	}

	.footerWrapper ul.contents01 {
		width: 136px;
		margin-right: 40px;
	}

	.footerWrapper ul.contents02 li {
		width: 50%;
		/* float: left; */
	}

	.footerWrapper ul.contents02 {
		max-width: 350px;
	}

	.spOnly {
		display: inherit;
	}

	.pcOnly {
		display: none;
	}
}

@media screen and (max-width: 724px) {
	.footerWrapper ul {
		float: none;
	}

	.login header {
		height: 110px;
	}

	header {
		height: 110px;
		position: fixed;
		width: 100%;
		background: #fff;
	}

	main {
		padding-top: 110px;
	}

	.headerWrapper.login .contents03 ul {
		margin-right: 5px;
		/* margin-top: 60px; */
	}

	.headerWrapper .header_right .contents03 li a {
		margin-top: 5px;
	}

	.headerWrapper .header_reft {
		float: left;
		width: 100%;
		padding-top: 3px;
	}

	.headerWrapper .header_right {
		width: 100%;
		margin-top: -10px;
	}

	.headerWrapper .contents03 {
		width: 100%;
		/* padding-top: 70px; */
	}

	.headerWrapper .contents03 ul {
		width: 100%;
		margin-right: 0px;
		text-align: center;
		padding-top: 0;
	}

	.headerWrapper .contents03 li {
		width: 33%;
		padding-right: 0px;
		border-right: 1px solid #cccccc;
		font-size: 13px;
	}

	.headerWrapper.login .contents03 li {
		border-right: 0px;
	}

	.headerWrapper .contents03 li:last-child {
		border-right: none;
	}

	.headerWrapper .header_right .contents03 li a {
		min-width: 110px;
		font-size: 12px;
	}

	.headerWrapper.login .header_right .contents03 li a {
		min-width: 128px;
		margin-top: 12px;
	}
}

@media screen and (max-width: 680px) {
	.footerWrapper ul {
		float: none;
	}
	.headerWrapper .header_reft {
		float: none;
	}

	.headerWrapper .header_right .contents02 ul {
		margin-right: 0px;
	}

	/*
	.headerWrapper .header_right .contents02:after {
		background: none;
	}
*/

	.bgArea.contact .container {
		margin: 0px 2%;
	}
}

@media screen and (max-width: 640px) {
	.footerWrapper ul {
		float: none;
	}
	.heading.contact h2 {
		padding-top: 32px;
		font-size: 18px;
	}

	.heading.contact h2 span:after {
		content: '';
		position: absolute;
		top: 50px;
		left: 36%;
		width: 30px;
		height: 1px;
		background-color: white;
		transform: translateY(-45%);
	}

	.mainArea h2 {
		padding: 10px;
	}

	.mainArea h2 span {
		font-size: 22px;
	}

	.mainArea h2 span:after {
		top: 4px;
		right: -64px;
		font-size: 12px;
	}

	.mainArea h3 {
		font-size: 16px;
		font-weight: bold;
		color: #474f63;
	}

	.scroll {
		overflow: scroll;
	}

	.mainArea.history .contents01 th {
		padding: 15px 5px;
		font-size: 14px;
	}

	.mainArea.history .contents01 td {
		padding: 15px 5px;
		font-size: 13px;
	}

	header {
		height: 110px;
	}

	.counselingBody01 header {
		height: 65px;
	}

	.headerWrapper .contents03 ul {
		padding-top: 0px;
		margin-right: 77px;
		letter-spacing: 0em;
	}

	.bgArea.contact_confirm .submit span {
		width: 100%;
	}

	.heading.contact {
		background-color: #474f63;
		height: 120px;
	}

	.bgArea.contact {
		padding-top: 40px;
		padding-bottom: 100px;
	}

	.bgArea.contact .formArea li {
		font-size: 16px;
	}

	.bgArea.contact .formArea li span {
		font-size: 12px;
	}

	.bgArea.contact .formArea li {
		margin-bottom: 8px;
	}

	.bgArea.contact .input01 {
		height: 40px;
		margin-bottom: 12px;
	}

	.submit {
		margin-top: 25px;
	}

	.bgArea.contact_confirm .submit span:first-child {
		float: none;
	}

	.bgArea.contact_confirm .submit span:first-child {
		padding-bottom: 20px;
	}

	.bgArea.contact_confirm .submit span:last-child {
		float: none;
	}

	.footContentTxt01 {
		font-size: 18px;
	}
}

@media screen and (min-width: 640px) {
	.drawer-menu .item02 li:nth-child(odd) {
		margin-right: 2px;
	}

	.drawer-menu .item03 li {
		text-align: left;
		float: left;
		width: 49.5%;
	}

	.drawer-menu .item02 li {
		text-align: left;
		float: left;
		width: 49.8%;
	}

	.drawer-menu .item03 li:nth-child(odd) {
		margin-right: 2px;
	}

	.drawer-menu .item04 li a {
		width: 300px;
		margin: 0px auto;
	}
}

@media screen and (max-width: 600px) {
	.footerWrapper ul {
		float: none;
	}

	.headerWrapper.login .header_reft {
		float: none;
		width: 240px;
	}

	.headerWrapper.login .contents03 ul {
		margin-right: 5px;
	}

	.headerWrapper.login .contents03 ul {
		float: right;
		margin-top: 0px;
		/*
		margin-right: 0px;
		margin-top: -6px;
		padding-top: 0px;
*/
		letter-spacing: 0em;
		clear: both;
	}

	.headerWrapper.login .contents03 li:last-child {
		padding-top: 0px;
	}
}

@media screen and (max-width: 560px) {
	.footerWrapper ul {
		float: none;
	}
	.footerWrapper ul.contents01,
	.footerWrapper ul.contents02 {
		float: none;
	}
	.footerWrapper ul.contents01 {
		text-align: center;
		margin: 0 auto 20px;
		width: 230px;
	}
	.footerWrapper ul.contents02 {
		margin: 0 auto;
		max-width: 400px;
	}
}

@media screen and (max-width: 767px) {
	.footer01 ul {
		float: none;
		color: white;
		padding-left: 20px;
		display: block;
	}
	.footer01 li:first-child {
		margin-top: 20px;
	}
}

.side-share-button {
	position: relative;
	width: 100%;
}
.side-fixed-share {
	position: absolute;
	left: -50px;
	width: 50px;
}
.fixed-share-inner {
	position: fixed;
	width: 50px;
}
.fixed-share-inner > a {
	margin-bottom: 5px;
}
.side-fixed-share a {
	box-sizing: border-box;
	display: block;
	background-color: white;
	transition: background-color 0.4s ease-in-out 0s;
	width: 40px;
	height: 40px;
	padding: 2px 4px 6px 4px;
	margin-right: 1%;
	border: 3px solid;
	border-radius: 7px;
	font-size: 22px;
	float: left;
	text-align: center;
	text-decoration: none;
}
a.hatena-bookmark-button {
	background-color: #3c7dd1;
	border: 3px solid #3c7dd1;
	color: white;
}
a.hatena-bookmark-button:hover {
	background-color: white;
	border: 3px solid #3c7dd1;
	color: #3c7dd1;
}
a.facebook-button {
	background-color: #3b5998;
	border: 3px solid #3b5998;
	color: white;
}
a.facebook-button:hover {
	background-color: white;
	border: 3px solid #3b5998;
	color: #3b5998;
}
a.twitter-button {
	background-color: #55acee;
	border: 3px solid #55acee;
	color: white;
}
a.twitter-button:hover {
	background-color: white;
	border: 3px solid #55acee;
	color: #55acee;
}
a.googleplus-button {
	background-color: #dd4b39;
	border: 3px solid #dd4b39;
	color: white;
}
a.googleplus-button:hover {
	background-color: white;
	border: 3px solid #dd4b39;
	color: #dd4b39;
}
a.pocket-button {
	background-color: #ee4257;
	border: 3px solid #ee4257;
	color: white;
}
a.pocket-button:hover {
	background-color: white;
	border: 3px solid #ee4257;
	color: #ee4257;
}
[class*='blogicon-'].lg {
	vertical-align: 0%;
}
.fa {
	vertical-align: 10%;
}

.side-share-btn {
	position: relative;
	width: 100%;
	z-index: 20;
}

.fixed-share-inner {
	position: fixed;
	width: 50px;
	left: 0px;
	top: 200px;
	/*ボタン表示位置*/
}

.fixed-share-inner > a {
	margin-bottom: 3px;
}

.unq_btn a {
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	/*ボタンサイズ*/
}

.unq_btn .fa-stack-1x {
	color: white;
	font-size: 20px;
	/*アイコンサイズ*/
}

.unq_btn .fa-stack-note {
	position: relative;
	color: black;
	width: 45px;
	/*アイコンサイズ*/
	z-index: 21;
	text-align: center;
}

.unq_btn .fa-stack-2x {
	transition: 0.3s;
}

.unq_btn .twitter-btn .fa-circle {
	color: #000;
}

.unq_btn .facebook-btn .fa-circle {
	color: #668ad8;
}

.unq_btn .line-btn .fa-circle {
	color: #00b900;
}

.unq_btn .note-btn .fa-circle {
	color: #000;
}
.title2 {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 80px;
	text-align: center;
}
.title2b {
	font-size: 24px;
	font-weight: bold;
	color: #474f63;
	padding-top: 80px;
	text-align: center;
}
a {
	text-decoration: none;
}
ol,
ul {
	padding-left: 0px;
}
p.desc {
	text-align: justify;
	font-size: 0.8em;
	text-justify: inter-ideograph;
}
@media screen and (max-width: 640px) {
	.title2 {
		background-color: #474f63;
		height: 120px;
		font-size: 18px;
		padding-top: 50px;
	}
	.title2b {
		height: 120px;
		font-size: 18px;
		padding-top: 50px;
	}
}

:root {
	--circle-size: clamp(1.5rem, 5vw, 3rem);
	--spacing: clamp(0.25rem, 2vw, 0.5rem);
}
.stepper_pc {
	display: flex;
}

.stepper_pc_item {
	display: flex;
	flex-direction: column;
	flex: 1;
	text-align: center;

	&:before {
		--size: 3rem;
		content: '';
		background: url('../img/G_icon.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
		display: block;
		width: var(--circle-size);
		height: var(--circle-size);
		border-radius: 50%;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		opacity: 0.8;
		margin: 0 auto 1rem;
	}
	&:nth-child(2):before {
		content: '';
		background: url('../img/step2.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
	}
	&:nth-child(3):before {
		content: '';
		background: url('../img/step3.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
	}
	&:nth-child(4):before {
		content: '';
		background: url('../img/step4.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
	}
	&:not(:last-child) {
		&:after {
			content: '';
			position: relative;
			top: calc(var(--circle-size) / 2);
			width: calc(100% - var(--circle-size) - calc(var(--spacing) * 2));
			left: calc(50% + calc(var(--circle-size) / 2 + var(--spacing)));
			height: 2px;
			background-color: #e0e0e0;
			order: -1;
		}
	}
}

.stepper_pc_title {
	font-weight: bold;
	font-size: clamp(1rem, 4vw, 1.25rem);
	margin-bottom: 0.5rem;
	color: #ffffff;
}

.stepper_pc_desc {
	color: #ffffff;
	font-size: clamp(0.75rem, 2vw, 0.75rem);
	padding-left: var(--spacing);
	padding-right: var(--spacing);
}
p.stepper_pc_desc {
	margin-bottom: 0.5rem;
	text-align: center;
}
.stepper-badge {
	font-size: 11px;
	color: #fff;
	background-color: #212529;
	opacity: 0.8;
	padding-bottom: 2px;
	padding-top: 1px;
}
.stepper_sm_item {
	position: relative;
	display: flex;
	gap: 1rem;
	padding-bottom: 2rem;

	&:before {
		content: '';
		flex: 0 0 var(--circle-size);
		height: var(--circle-size);
		border-radius: 50%;
		background: url('../img/G_icon.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		opacity: 0.8;
		padding-left: 18px;
	}
	&:nth-child(2):before {
		content: '';
		background: url('../img/step2.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
	}
	&:nth-child(3):before {
		content: '';
		background: url('../img/step3.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
	}
	&:nth-child(4):before {
		content: '';
		background: url('../img/step4.png') no-repeat;
		background-size: 60%;
		background-position: center;
		background-color: #212529;
	}
	&:not(:last-child) {
		&:after {
			content: '';
			position: absolute;
			left: 0;
			top: calc(var(--circle-size) + var(--spacing));
			bottom: var(--spacing);
			z-index: 1;
			transform: translateX(calc(var(--circle-size) / 2));
			width: 1px;
			background-color: white;
		}
	}
}
.stepper_sm_title {
	font-weight: bold;
	font-size: clamp(1rem, 4vw, 1.25rem);
	margin-bottom: clamp(0.85rem, 2vmax, 1rem);
}

.stepper_sm_desc {
	color: #ffffff;
	font-size: clamp(0.75rem, 2vw, 0.75rem);
}
p.stepper_sm_desc {
	margin-bottom: 0.5rem;
}
.stepper_sm_content {
	max-width: 700px;
}

.stepper_pc a {
	color: #ffffff;
	transition: color 0.3s;
}
.stepper_pc a:visited {
	color: #ffffff;
}
.stepper_pc a:hover {
	color: #ff7043;
}
.stepper_sm a {
	color: #ffffff;
	transition: color 0.3s;
}
.stepper_sm a:visited {
	color: #ffffff;
}
.stepper_sm a:hover {
	color: #ff7043;
}
@media screen and (max-width: 787px) {
	.table-scroll {
		overflow-x: scroll;
		display: block;
	}
}
#price {
	color: #212121;
}
.price-table {
	color: #595757;
	background-color: #fff;
}
.basic-plan-p {
	background-color: #7eceff;
	color: #212121;
}
.premium-plan-p {
	background-color: #ffa5a5;
	color: #212121;
}
.basic-ja {
	font-size: 12px;
	margin-bottom: 0px;
	letter-spacing: normal;
	color: #7eceff;
}
.premium-plan .basic-table-point {
	color: #ff7878;
}
.basic-plan .basic-table-point {
	color: #24abff;
}
.premium-ja {
	font-size: 12px;
	margin-bottom: 0px;
	letter-spacing: normal;
	color: #ffa5a5;
}
.table_price_current {
	width: 100%;
	border-collapse: collapse;
	white-space: nowrap;
}
.table_price_current tbody th {
	vertical-align: middle;
	font-size: 14px;
}
.table_price_current tbody td {
	padding: 10px 0px 10px 0px;
	line-height: 40px;
}
.table_price_current .table_points {
	font-size: 1.2em;
	line-height: 25px;
}
.table_points span {
	font-size: 10px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	background-color: #595757;
	color: #f2c037;
	font-weight: 400;
}
.nav-tabs .nav-link {
	background-color: #848383;
	color: #d2d2d2;
	font-weight: 400;
}
.nav-link:hover {
	background-color: #848383;
	color: #f2c037;
	font-weight: 400;
}
.table_price_current {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	min-width: 700px;
	font-weight: bold;
	text-align: center;
}
.table_price_current thead th {
	padding: 1em 0.8em;
	border-right: 2px solid#fff;
}
.table_price_current td {
	color: #525252;
	padding: 1em;
}
.table_price_current thead th:not(:first-child) {
	background: #6e6e6e;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.5em;
}
.table_price_current thead th span {
	font-size: 0.8rem;
}
.table_price_current thead th:nth-child(2) {
	background-color: #6e6e6e;
	position: relative;
}
.table_price_current thead th:nth-child(2)::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	background-color: #6e6e6e;
	left: 0;
	bottom: 100%;
}
.table_price_current thead th:nth-child(2)::after {
	content: attr(data-label);
	width: max-content;
	color: #525252;
	font-size: 0.8rem;
	padding: 0.3em 1em;
	background: #fff;
	border: 2px solid #6e6e6e;
	border-radius: 100vh;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.table_price_current thead th:nth-child(3) {
	background-color: #6e6e6e;
	position: relative;
}
.table_price_current thead th:nth-child(3)::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	background-color: #6e6e6e;
	left: 0;
	bottom: 100%;
}
.table_price_current thead th:nth-child(3)::after {
	content: attr(data-label);
	width: max-content;
	color: #525252;
	font-size: 0.8rem;
	padding: 0.3em 1em;
	background: #fff;
	border: 2px solid #6e6e6e;
	border-radius: 100vh;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.table_price_current thead th:nth-child(4) {
	background-color: #6e6e6e;
	position: relative;
}
.table_price_current thead th:nth-child(4)::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	background-color: #6e6e6e;
	left: 0;
	bottom: 100%;
}
.table_price_current thead th:nth-child(4)::after {
	content: attr(data-label);
	width: max-content;
	color: #525252;
	font-size: 0.8rem;
	padding: 0.3em 1em;
	background: #fff;
	border: 2px solid #6e6e6e;
	border-radius: 100vh;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.table_price_current thead th:nth-child(5) {
	background-color: #6e6e6e;
	position: relative;
}
.table_price_current thead th:nth-child(5)::before {
	content: '';
	width: 100%;
	height: 10px;
	position: absolute;
	background-color: #6e6e6e;
	left: 0;
	bottom: 100%;
}
.table_price_current thead th:nth-child(5)::after {
	content: attr(data-label);
	width: max-content;
	color: #525252;
	font-size: 0.8rem;
	padding: 0.3em 1em;
	background: #fff;
	border: 2px solid #6e6e6e;
	border-radius: 100vh;
	position: absolute;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.table_price_current tbody th,
.table_price_current tbody td {
	border: 2px solid #fff;
}
.table_price_current tbody th {
	background-color: #6e6e6e;
	color: #fff;
}
.table_price_current tbody td {
	background-color: #ebebeb;
}
.table_price_current td:nth-child(3) {
	color: #525252;
	background: #ebebeb;
}
.table_price_current_d {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	min-width: 700px;
	font-weight: bold;
	text-align: center;
}
.table_price_current_d thead th {
	padding: 1em 0.8em;
	border-right: 2px solid#fff;
}
.table_price_current_d td {
	color: #525252;
	padding: 0.5em;
}
.table_price_current_d thead th:not(:first-child) {
	background: #6e6e6e;
	color: #fff;
	font-size: 1.2rem;
}

.table_price_current_d tbody th,
.table_price_current_d tbody td {
	border: 2px solid #fff;
}
.table_price_current_d tbody th {
	background-color: #6e6e6e;
	color: #fff;
}
.table_price_current_d tbody td {
	background-color: #ebebeb;
}
.table_price_current_d td:nth-child(3) {
	color: #525252;
	background: #ebebeb;
}

@media screen and (max-width: 787px) {
	.table-scroll {
		overflow-x: scroll;
		display: block;
	}
}
a {
	text-decoration: none !important;
}
.jp_heading {
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important; /* normal weight */
	line-height: 1.5 !important;
}
.navi-system {
	position: sticky;
	top: 0;
	text-align: center;
	padding: 5px;
	background-color: #4d4d4d;
	color: #ffffff;
	z-index: 1000;
	display: flex;
	justify-content: end;
	align-items: center;
}
.timezone-info-desktop {
	margin-right: 10px;
	padding-left: 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a.navi_system {
	color: #fff;
	display: flex;
	align-items: center;
}
a:hover.navi_system {
	color: #fff;
	opacity: 0.5;
}
@media screen and (max-width: 430px) {
}

/* .drawer-top button {
	display: none !important;
}
.drawer-close button {
	display: none;
}
.drawer.drawer--top.drawer-open button {
	display: block;
} */
@media screen and (min-width: 768px) and (max-width: 912px) {
	.drawer-toggle.drawer-hamburger {
		top: 15px;
	}
	div.drawer-open button {
		top: 5px !important;
		right: -5px !important;
	}
	.drawer-toggle.drawer-hamburger.drawer-style-notuser {
		top: 100px;
	}

	.container-fluid.pcOnly {
		display: none;
	}
}
/* @media screen and (min-width: 1001px) {
	.drawer-toggle.drawer-hamburger.drawer-absolute {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.navi-system {
		justify-content: center;
	}
} */
/* @media screen and (min-width: 821px) {
	.drawer-toggle.drawer-hamburger {
		display: none;
	}
} */
.price_explanation {
	text-align: center;
	font-size: 1.2em;
	font-weight: bolder;
	margin-top: 40px;
	color: rgb(93, 141, 106);
	text-shadow: #ffffff 0 0 10px;
}
.index_price {
	color: rgb(93, 141, 106);
}
p.index_points_d {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 0.8em;
	color: #6c757d;
	font-size: 14px;
}
p.index_points_d:before {
	content: '\f00c';
	color: rgb(75, 112, 85);
	font-family: 'Font Awesome 6 Solid';
	position: absolute;
	font-size: 16px !important;
	left: 0;
	top: 1px;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
p.index_points_d span.green {
	font-weight: bolder;
	color: rgb(75, 112, 85);
}
p.points_d {
	padding-left: 1.5em;
	position: relative;
	margin-bottom: 0.8em;
	color: #6c757d;
	font-size: 14px;
}
p.points_d:before {
	content: '\f00c';
	color: green;
	font-family: 'Font Awesome 6 Solid';
	position: absolute;
	font-size: 16px !important;
	left: 0;
	top: 1px;
	-webkit-font-smoothing: antialiased;
	font: var(--fa-font-solid);
}
p.points_d span.green {
	font-weight: bolder;
	color: green;
}
#price_jp.row {
	background-color: #ececec;
	padding: 40px 0;
}
#price_exjp.row {
	background-color: #ececec;
	padding: 40px 0;
}
