@charset "utf-8";
/* Normalize CSS */
* {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
footer,
header,
nav,
section {
	display: block;
}
a {
	text-decoration: none;
	background-color: transparent;
	outline: none;
}
a:active,
a:hover {
	outline: 0;
}
h1,
h2,
h3,
h4,
p {
	margin: 0;
	padding: 0;
}
b,
strong {
	font-weight: bold;
}
ol, ul {
	margin: 0;
	padding:0;
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th,
dt,
dd {
	margin: 0;
	padding: 0;
}

/*-------------------------
	PC
--------------------------*/
/* Location */
.default-phone,
.tokyo .tokyo-phone,
.osaka .osaka-phone {
	display: inline-block;
}
/* Common */
body {
	min-width: 1300px;
	font-family: -apple-system, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 0;
	font-weight: 400;
	color: #333;
}
.tx-serif {
	font-family: YuMincho, 'Yu Mincho', serif;
}
.tx-white {
	color: #fff;
}
.tx-beige {
	color: #b39964;
}
.tx-brown {
	color: #917c50;
}
.bg-beige {
	background: #f9f8f5;
}
.bg-brown {
	background: #271e1b;
}
.bg-gold {
	background: #917c50;
}
.bd-gold {
	border: 1px solid #d8d1b3;
}
.bd-deco {
	box-shadow: 0 0 0 3px #b1a368,
				0 0 0 7px #f9f8f5,
				0 0 0 8px #b1a368;
}
.h2-normal div {
	line-height: 100%;
	padding-top: 100px;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 28px;
	color: #917c50;
	letter-spacing: 12px;
}
.h2-normal div::before,
.h2-normal div::after {
	display: inline-block;
	position: relative;
	top: -4px;
	width: 50px;
	height: 1px;
	margin: 0 30px;
	vertical-align: middle;
	content: '';
	background: #917c50;
}
.h2-normal div::after {
	margin: 0 30px 0 18px;
}
.h2-normal h2 {
	line-height: 180%;
	margin: 30px 0 90px 0;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 22px;
	color: #917c50;
	letter-spacing: 3px;
}
.h2-alt {
	margin-bottom: 48px;
	font-size: 20px;
	letter-spacing: 3px;
}
.entry {
	margin: 80px 0 100px 0;
	text-align: center;
}
.entry img {
	transition: all 0.15s ease; 
}
.entry img:hover {
	transform: translateY(-6px);
	opacity: 0.7;
}
/* Header */
header {
	z-index: 99;
	position: relative;
	height: 94px;
	background: #fff;
}
.head-logo {
	display: block;
	position: absolute;
	top: 27px;
	left: 2%;
	width: 210px;
	height: 40px;
}
.head-action {
	display: block;
	position: absolute;
	top: 17px;
	right: 2%;
}
.head-action img {
	display: inline-block;
	vertical-align: top;
}
.head-phone {
	display: inline-block;
	width: 230px;
	height: 60px;
	margin-left: 30px;
	cursor: pointer;
	border: 1px solid #002067;
	vertical-align: top;
}
.tokyo-phone {
	display: inline-block;
	background: url(../source_files/phone-tokyo-pc.png) no-repeat 44% center/199px 36px;
}
.osaka-phone {
	display: inline-block;
	background: url(../source_files/phone-osaka-pc.png) no-repeat 44% center/198px 36px;
}
.head-btn {
	display: inline-block;
	position: relative;
	top: -3px;
	width: 274px;
	height: 74px;
	margin-left: 14px;
	background: url(../source_files/btn-pc-m.png);
	transition: all 0.15s ease; 
}
.head-btn:hover {
	transform: translateY(-5px);
}
/* Pull Doun Phone */
.default-phone-check {
	display: none;
}
.default-phone-detail {
	z-index: 7;
	position: absolute;
	top: 0;
	right: calc(2% + 7px);
	padding: 20px 14px;
	background: #fff;
	border: 4px solid #002067;
	transition: all 0.24s ease; 
}
.default-phone-check:checked ~ .default-phone-detail {
	top: 100px;
}
.default-phone-detail li {
	display: inline-block;
	margin: 0 20px;
}
.pulldown-tokyo-phone,
.pulldown-osaka-phone {
	display: block;
	width: 198px;
	height: 36px;
}
.pulldown-tokyo-phone {
	background: url(../source_files/phone-tokyo-pc.png) no-repeat 44% center/198px 36px;
}
.pulldown-osaka-phone {
	background: url(../source_files/phone-osaka-pc.png) no-repeat 44% center/198px 36px;
}
/* Corona message */
.corona-message {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 20px;
	margin: 10px 0 20px 0;
}
.corona-message h2 {
	width: auto;
	padding: 20px;
	border: 2px solid red;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	color: red;
}
/* Main Visual */
.indent{
	padding-left: 4em;
}
.mv {
	position: relative;
	z-index: 6;
	/* height: calc(100vh - 94px); */
	height: calc(100vh - 110px);
	padding-top: 11vh;
	overflow: hidden;
	animation: mv 15s ease infinite;
}
.mv-copy {
	position: relative;
	z-index: 2;
	width: 80vw;
	height: 36vh;
	padding: 8.4vh 0 0 calc(50% - 600px);
	background: rgba(0,0,0,0.7);
}
.mv-copy p {
	font-size: 20px;
	font-weight: bold;
}
.mv-copy p b {
	font-size: 29px;
}
.mv h1 {
	margin-top: 3vh;
}
.mv-trouble {
	position: absolute;
	z-index: 3;
	top: 16vh;
	right: calc(50% - 630px);
	width: 610px;
	height: 36vh;
	padding-top: 11vh;
}
.mv-trouble div {
	position: absolute;
	top: 1.6vh;
	left: -18px;
	width: 280px;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	font-size: 20px;
}
.mv-trouble div::before {
	display: block;
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
	border-width: 0 10px 7px 0;
	border-color: transparent #150b08 transparent transparent;
}
.mv-trouble li {
	margin-bottom: 2vh;
	padding: 0 26px 0 42px;
	font-size: 23px;
	font-weight: bold;
}
.mv-sp-entry {
	display: none;
}
.mv-detail {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	/* height: 32vh; */
	height: auto;
	/* padding-top: 4vh; */
	padding: 5vh 0 6vh;
	background: rgba(0,0,0,0.7);
}
.mv-detail .entry {
	margin: 4.5vh 0 0;
}
.mv-detail .mv-outline > div:nth-child(2) {
	width: 140px;
}
.mv-reason {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.mv-reason li {
	display: inline-block;
}
.mv-reason img {
	width: auto;
	height: 10.4vh;
	max-height: 80px;
}
.mv-outline {
	width: 1218px;
	margin: 3.5vh auto 0 auto;
}
.mv-outline > div {
	display: inline-block;
	vertical-align: top;
}
.mv-outline > div:nth-child(1) {
	width: 210px;
}
.mv-outline > div:nth-child(2) {
	width: 340px;
}
.mv-outline > div:nth-child(3) {
	width: 385px;
}
.mv-outline dl {
	margin-bottom: 1.5vh;
}
.mv-outline dt {
	display: inline-block;
	width: 60px;
	height: 24px;
	line-height: 24px;
	margin-right: 16px;
	text-align: center;
	vertical-align: top;
	font-size: 14px;
	border: 1px solid #fff;
}
.mv-outline dd {
	display: inline-block;
	font-size: 14px;
}
.mv-entry img {
	transition: all 0.15s ease;
}
.mv-entry img:hover {
	transform: translateY(-5px);
}
.mv-bg img {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation-duration: 15s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
.mv1 {
	animation-name: mv1;
}
.mv2 {
	animation-name: mv2;
}
.mv3 {
	animation-name: mv3;
}
@keyframes mv1 {
	0% {
		transform: scale(1.05,1.05);
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	33% {
		transform: scale(1,1);
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	100% {
		transform: scale(1.05,1.05);
		opacity: 1;
	}
}
@keyframes mv2 {
	0% {
		transform: scale(1.05,1.05);
		opacity: 0;
	}
	23% {
		opacity: 0;
	}
	32% {
		transform: scale(1.05,1.05);
		opacity: 1;
	}
	57% {
		opacity: 1;
	}
	66% {
		transform: scale(1,1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes mv3 {
	0% {
		transform: scale(1.05,1.05);
		opacity: 0;
	}
	56% {
		opacity: 0;
	}
	65% {
		transform: scale(1.05,1.05);
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		transform: scale(1,1);
		opacity: 0;
	}
}
/* Pickup seminar */
.pickup {
	z-index: 7;
	position: relative;
	padding-bottom: 80px;
	text-align: right;
	margin-top: 30px;
}
.pickup-title {
	position: absolute;
	top: -56px;
	right: 0;
	width: 83%;
	height: 56px;
	line-height: 56px;
	font-size: 20px;
	letter-spacing: 4px;
}
.pickup-title::after {
	display: inline-block;
	width: 9px;
	height: 30px;
	margin: 13px 20px 0 18px;
	vertical-align: top;
	content: '';
	background: url(../source_files/arrow-brown-vertical.png);
}
.pickup-list {
	display: inline-block;
	width: 83%;
	padding: 24px 0 0 2.5%;
	text-align: left;
	overflow: hidden;
}
.pickup-list > div {
	width: calc(12.5% + 1000px);
	height: 216px;
}
.pickup-item {
	display: inline-block;
	z-index: 2;
	position: relative;
	width: 305px;
	height: 200px;
	margin: 0 3% 16px 3%;
	transition: all 0.15s ease; 
}
.pickup-item::before {
	display: block;
	position: absolute;
	z-index: 5;
	width: 305px;
	height: 200px;
	content: '';
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 75%, rgba(0,0,0,0.6) 100%);
}
.pickup-item::after {
	display: block;
	z-index: 1;
	position: absolute;
	top: 16px;
	left: 30px;
	width: 305px;
	height: 200px;
	content: '';
	background: url(../source_files/bg-pickup.png);
}
.pickup-item div {
	z-index: 3;
	position: relative;
	width: 305px;
	height: 200px;
	overflow: hidden;
	box-shadow: 8px 8px 8px rgba(0,0,0,0.35);
}
.pickup-item img {
	display: block;
	z-index: 4;
	position: absolute;
	left: 50%;
	width: auto;
	height: 200px;
	transform: translateX(-50%);
}
.pickup-item p {
	z-index: 6;
	position: absolute;
	bottom: 12px;
	left: 0;
	line-height: 22px;
	padding: 0 18px;
	font-size: 14px;
}
.pickup-item:hover {
	opacity: 0.7;
	transform: translateY(-6px);
}
.pickup-all {
	display: inline-block;
	width: 83%;
	padding: 50px 0 34px 0;
	text-align: center;
}
.pickup-all div {
	width: calc(15% + 1000px);
}
.pickup-all a {
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
}
.pickup-all a:hover {
	text-decoration: none;
}
.pickup-all a::before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 24px;
	height: 7px;
	margin-right: 18px;
	content: '';
	background: url(../source_files/arrow-brown.png);
}
/* Benefit */
.benefit-list {
	border-top: 1px solid #ece9e2;
	border-left: 1px solid #ece9e2;
}
.benefit-item {
	display: inline-block;
	width: 33.33%;
	padding: 40px 40px 50px 40px;
	border-right: 1px solid #ece9e2;
	border-bottom: 1px solid #ece9e2;
}
.benefit-item span {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 34px;
	border: 2px solid #917c50;
}
.benefit-item h3 {
	line-height: 60px;
	margin: 40px 0;
	font-size: 34px;
}
.benefit-item p {
	font-size: 15px;
}
.benefit-gift {
	display: inline-block;
	width: 30px;
	height: 26px;
	vertical-align: baseline;
}
.entry-memo {
	display: block;
	margin: 28px auto 0 auto;
}
.entry-memo div {
	display: inline-block;
	margin-right: 10px;
	padding: 8px 12px;
	vertical-align: middle;
	font-size: 15px;
	color: #8a0001;
	border: 1px solid #8a0001;
}
.entry-memo ul {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 13px;
	color: #666;
}
.entry-memo a {
	color: #002067;
	text-decoration: underline;
}
.entry-memo a:hover {
	text-decoration: none;
}
/* Trouble */
.trouble {
	padding-bottom: 100px;
}
.trouble-list {
	display: flex;
	width: 1298px;
	margin: 0 auto;
	justify-content: space-between;
}
.trouble-list li {
	display: inline-block;
	width: 264px;
	height: 264px;
	vertical-align: top;
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	background: #fff;
}
.trouble-list div {
	display: flex;
	width: 264px;
	height: 264px;
	padding: 0 7%;
	justify-content: center;
	align-items: center;
}
.trouble-info {
	margin-top: 64px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 4px;
}
.trouble-info span {
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	margin-right: 20px;
	text-align: center;
	letter-spacing: 0;
	font-size: 20px;
}
/* Quiz */
.quiz {
	position: relative;
	width: 50%;
	margin-left: 50%;
	padding: 60px 0 50px 0;
}
.quiz::before {
	display: block;
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../source_files/bg-quiz.jpg) no-repeat center/cover;
}
.quiz h2 {
	display: inline-block;
	position: relative;
	padding: 0 0 14px 12%;
	font-size: 46px;
	font-weight: 400;
	letter-spacing: 11px;
	border-bottom: 1px solid #b39964;
}
.quiz h2::before {
	display: block;
	position: absolute;
	bottom: 4px;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #b39964;
}
.quiz h3 {
	line-height: 46px;
	padding: 40px 12%;
	font-size: 24px;
}
.quiz-btn {
	display: none;
}
.quiz-choice li {
	padding: 0 0 20px calc(12% + 20px);
}
.quiz-choice label {
	font-size: 18px;
	text-decoration: underline;
	cursor: pointer;
	transition: all 0.6s ease; 
}
.quiz-btn:not(:checked) ~ .quiz-choice label:hover {
	padding-left: 10px;
	text-decoration: none;
}
.quiz-choice span {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 18px;
	vertical-align: middle;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #271e1b;
	border-radius: 50%;
	box-shadow: 0 6px 10px rgba(0,0,0,0.4);
}
.quiz-answer {
	position: relative;
	margin: 40px 0 0 12%;
	padding: 56px 12% 0 0;
	border-top: 1px solid rgba(255,255,255,25%);
}
.quiz-answer p {
	position: relative;
	top: 10px;
	line-height: 180%;
	margin-bottom: 24px;
	font-size: 16px;
	opacity: 0;
	transition: all 0.6s ease; 
}
.quiz-btn:checked ~ .quiz-answer p {
	top: 0;
	opacity: 1;
}
.quiz-btn:checked ~ .quiz-choice .quiz-true {
	margin-left: -10px;
	cursor: auto;
}
.quiz-btn:checked ~ .quiz-choice .quiz-false {
	margin-left: 20px;
	text-decoration: none;
	opacity: 0.2;
	cursor: auto;
}
.quiz-btn:not(:checked) ~ .quiz-answer::before {
	display: block;
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: rgba(255,255,255,0.3);
	letter-spacing: 6px;
	content: 'THE ANSWER IS ...';
	background: #271e1b;
}
.quiz-btn:not(:checked) ~ .quiz-answer::after {
	display: block;
	z-index: 3;
	position: absolute;
	top: 130px;
	left: 0;
	width: 88%;
	height: 140px;
	line-height: 140px;
	text-align: center;
	font-size: 30px;
	color: rgba(255,255,255,0.3);
	content: '\003F\3000\003F\3000\003F';
	border: 1px solid rgba(255,255,255,0.3);
}
/* Reason */
.reason ul {
	width: 990px;
	margin: 0 auto 100px auto;
}
.reason li {
	display: inline-block;
	margin: 0 30px;
}
.reason li:nth-child(-n+3) {
	margin-bottom: 60px;
}
.reason li img {
	width: 270px;
	height: 80px;
}
.reason-memo {
	display: block;
	width: 1000px;
	margin: 0 auto;
	font-size: 15px;
}
/* Program */
.program {
	min-height: 1500px;
	padding-top: 240px;
	background: #f9f8f5 url(../source_files/bg-program.jpg) no-repeat center top/100% auto;
}
.program-container {
	display: flex;
	width: calc((100% - 1300px) / 2 + 1300px);
	padding: 0 100px;
	background: #fff;
}
.program-chapter {
	width: 46%;
	vertical-align: top;
}
.program-chapter:first-child {
	margin-right: 8%;
}
.program-h2 {
	width: 240px;
	height: 240px;
	margin-top: -120px;
	padding: 84px 0 0 40px;
	font-size: 20px;
	letter-spacing: 3px;
}
.program-h2 span {
	display: block;
	margin-bottom: 14px;
}
.program-chapter h3 {
	line-height: 60px;
	margin: 66px 0;
	font-size: 34px;
	letter-spacing: 5px;
}
.program-detail {
	height: calc(100% - 372px);
	padding: 64px 40px 64px 74px;
}
.program-detail dt {
	position: relative;
	line-height: 50px;
	margin-bottom: 46px;
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 2px;
}
.program-detail dt span {
	display: block;
	position: absolute;
	width: 50px;
	height: 50px;
	left: -84px;
	text-align: center;
	font-size: 26px;
	letter-spacing: 0;
	background: #b1a368;
	box-shadow: 0 0 0 4px #fff,
				0 0 0 5px #d8d1b3;
}
.program-detail dl:not(:last-child) ul {
	margin-bottom: 80px;
}
.program-detail li {
	position: relative;
	margin-bottom: 4px;
	font-size: 16px;
}
.program-detail li::before {
	display: block;
	position: absolute;
	left: -12px;
	font-size: 16px;
	content: '-';
}
.program .entry {
	width: calc((100% - 1300px) / 2 + 1300px);
	margin: 0;
	padding: 80px 0 191px 0;
	background: #fff;
}
.program .entry a {
	display: block;
	position: absolute;
	left: calc(50% - 227px);
}
/* Message */
.message {
	padding-top: 100px;
}
.message-container {
	position: relative;
	width: 66%;
	margin-left: 34%;
	padding: 84px 100px 60px 100px;
}
.message-container::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: -380px;
	width: 343px;
	height: 100%;
	content: '';
	background: url(../source_files/ceo.png) no-repeat center bottom/contain;
}
.message-container p {
	line-height: 180%;
	margin-bottom: 24px;
	font-size: 16px;
}
/* Seminar */
.seminar-item {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
.seminar-bg {
	display: block;
	position: relative;
	width: 100%;
	max-height: 560px;
	overflow: hidden;
}
a.seminar-bg:hover img {
	opacity: 0.8;
}
.seminar-bg::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.6);
}
a.seminar-bg::before {
	display: none;
}
.seminar-bg img {
	width: 100%;
	max-height: 500px;
	transition: all 0.15s ease; 
}
.seminar-date {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
	font-size: 19px;
	font-weight: bold;
	color: rgba(255,255,255,0.4);
	transition: all 0.15s ease; 
}
a.seminar-bg .seminar-date {
	color: #fff;
	text-decoration: underline;
}
a.seminar-bg:hover .seminar-date {
	opacity: 0.9;
}
a.seminar-date::before {
	display: block;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 8px;
	height: 30px;
	content: '';
	background: #fff;
}
a.seminar-date::after {
	display: inline-block;
	position: relative;
	top: -4px;
	width: 24px;
	height: 7px;
	margin-left: 12px;
	content: '';
	background: url(../source_files/arrow-white.png);
}
.seminar-detail {
	line-height: 170%;
	margin: 30px 40px;
	font-size: 15px;
}
.seminar-btn {
	display: block;
	width: 214px;
	height: 64px;
	margin: 0 auto 130px auto;
}
.seminar-btn img {
	transition: all 0.15s ease; 
}
.seminar-btn img:hover {
	transform: translateY(-5px);
	opacity: 0.7;
}
.full {
	display: block;
	position: relative;
	top: 3px;
	left: 7px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 130px auto;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #ccc;
	border-radius: 4px;
}
/* Photo */
.photo-list {
	max-width: 1428px;
	min-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.photo-list li {
	display: inline-block;
	position: relative;
	width: 230px;
	max-width: 15%;
	height: 230px;
	margin: 4px;
	vertical-align: top;
	overflow: hidden;
}
.photo-list li:first-child,
.photo-list li:last-child {
	width: calc(30% + 8px);
	max-width: 468px;
}
.photo-list img {
	display: block;
	position: absolute;
	left: 50%;
	height: 230px;
	transform: translateX(-50%);
}
/* Voice */
.voice {
	position: relative;
}
.voice::after {
	display: block;
	width: 100%;
	height: 200px;
	content: '';
	background: url(../source_files/bg-voice.jpg) no-repeat center top/cover;
}
.voice-list {
	max-width: 1428px;
	min-width: 1300px;
	margin: 0 auto;
	text-align: center;
}
.voice-list li {
	display: inline-block;
	width: calc(50% - 68px);
	min-width: 584px;
	max-width: 642px;
}
.voice-list li:nth-child(2n) {
	margin-left: 40px;
}
.voice-list li:nth-last-child(n+3) {
	margin-bottom: 40px;
}
.voice-list img {
	width: 100%;
}
/* Media */
.media {
	padding-bottom: 30px;
	text-align: center;
}
.media-list {
	max-width: 1428px;
	min-width: 1300px;
	margin: 0 auto;
	padding: 0 50px;
}
.media-item {
	display: inline-block;
	width: calc(33.33% - 33.4px);
	height: 590px;
	padding: 30px 30px 0 30px;
	vertical-align: top;
	text-align: left;
}
.media-item:nth-child(2) {
	margin: 0 50px;
}
.media-item h3 {
	width: 240px;
	height: 120px;
	margin: 0 0 36px -50px;
	padding: 24px 0 0 40px;
	font-size: 20px;
}
.media-item h3 span {
	display: block;
	margin-bottom: 6px;
}
.media-item li {
	margin-bottom: 30px;
	font-size: 16px;
}
.media-item:nth-child(1) li {
	margin-bottom: 20px;
}
.media-item li span {
	display: block;
	font-size: 12px;
}
.media-memo {
	display: inline-block;
	margin: 80px auto 0 auto;
	text-align: left;
	font-size: 15px;
}
.media-memo a {
	display: inline-block;
	margin: 0 4px 0 6px;
	color: #002067;
	text-decoration: underline;
}
.media-memo a::before {
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 6px;
	width: 8px;
	height: 6px;
	content: '';
	background: #002067;
	box-shadow: 1px 1px 0 #fff,
				2px 2px 0 #002067;
}
.media-memo a:hover {
	text-decoration: none;
}
/* Recommender */
.recommender-container {
	position: relative;
	width: 66%;
	margin-left: 34%;
	padding: 84px 100px 60px 100px;
}
.recommender-container::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: -380px;
	width: 250px;
	height: 100%;
	content: '';
	background: url(../source_files/recommender.png) no-repeat center bottom/contain;
}
.recommender-container p {
	line-height: 180%;
	margin-bottom: 24px;
	font-size: 16px;
}
/* FAQ */
.faq-list {
	max-width: 1428px;
	min-width: 1300px;
	margin: 0 auto;
	padding: 30px 50px 0 50px;
}
.faq-item {
	margin-bottom: 60px;
	padding: 0 40px 50px 0;
}
.faq-item h3 {
	position: relative;
	top: -30px;
	width: 130px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}
.faq-item dt {
	position: relative;
	line-height: 180%;
	margin: 0 0 26px 40px;
	padding-left: 36px;
	font-size: 16px;
}
.faq-item dd {
	position: relative;
	line-height: 180%;
	margin-left: 40px;
	padding-left: 36px;
	font-size: 16px;
}
.faq-item dt::before,
.faq-item dd::before {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	font-family: YuMincho, 'Yu Mincho', serif;
	font-size: 14px;
	font-weight: bold;
}
.faq-item dt::before {
	color: #917c50;
	content: 'Q';
	border: 1px solid #917c50;
}
.faq-item dd::before {
	color: #fff;
	content: 'A';
	background: #917c50;
}
/* Footer */
footer {
	padding: 120px 0 80px 0;
	text-align: center;
}
.footer-logo img {
	width: 400px;
	height: 34px;
}
.footer-memo {
	max-width: 1428px;
	min-width: 1300px;
	margin: 120px auto 80px auto;
	padding: 50px;
	text-align: left;
}
.footer-memo div {
	line-height: 180%;
	padding: 50px;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
	background: #322927;
}
.footer-memo p:not(:last-child) {
	margin-bottom: 16px;
}
.footer-info li {
	display: inline-block;
	line-height: 180%;
	margin: 0 44px;
	font-size: 14px;
	text-align: left;
}
.footer-link {
	margin-top: 76px;
}
.footer-link li {
	display: inline-block;
	margin: 0 24px;
	font-size: 14px;
}
.footer-link li::before {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 24px;
	height: 7px;
	margin-right: 18px;
	content: '';
	background: url(../source_files/arrow-brown.png);
}
.footer-link li:hover {
	text-decoration: underline;
}
/* Back to TOP */
.back-to-top {
	display: block;
	z-index: 5;
	position: fixed;
	bottom: 2%;
	right: 0;
	width: 80px;
	height: 80px;
	line-height: 100%;
	padding-top: 50px;
	text-align: center;
	font-size: 16px;
	transition: all 0.15s ease; 
}
.back-to-top::before {
	display: block;
	position: absolute;
	top: 23px;
	left: 32px;
	width: 16px;
	height: 16px;
	content: '';
	border-top: 1px solid #b39964;
	border-left: 1px solid #b39964;
	transform: rotate(45deg)
}
.back-to-top:hover {
	transform: translateY(-6px);
}
/* Popup Phone number */
.popup-check {
	display: none;
}
.popup {
	display: none;
	z-index: 5;
	position: fixed;
	bottom: calc(2% + 100px);
	right: 0;
	width: 280px;
	background: #fff;
	border: 1px solid #002067;
}
.popup-check:checked ~ .popup {
	display: block;
}
.popup b {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-size: 14px;
	color: #fff;
	background: #002067;
}
.popup-btn {
	display: block;
	position: absolute;
	top: 13px;
	right: 13px;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
.popup-btn:hover {
	opacity: 0.5;
}
.popup-btn::before,
.popup-btn::after {
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px;
	height: 2px;
	content: '';
	background: #fff;
}
.popup-btn::before {
	transform: rotate(45deg);
}
.popup-btn::after {
	transform: rotate(-45deg);
}
.popup p {
	padding: 16px;
	font-size: 12px;
	color: #666;
}
.popup-phone {
	margin: 0 0 20px 18px;
	width: 197px;
	height: 37px;
}

/*-------------------------
	Region switch
--------------------------*/
.default-phone,
.tokyo-site,
.osaka-site,
.popup .osaka-phone,
.tokyo .osaka-phone,
.tokyo .default-site,
.osaka .default-site,
.tokyo .osaka-pickup,
.tokyo .osaka-seminar,
.osaka .tokyo-phone,
.osaka .tokyo-site,
.osaka .tokyo-pickup,
.osaka .tokyo-seminar {
	display: none;
}
.tokyo .tokyo-site,
.osaka .osaka-site,
.osaka .popup .osaka-phone {
	display: block;
}

/*-------------------------
	Laptop
--------------------------*/
@media screen and (max-width: 1500px) {
/* Pickup */
.pickup-title,
.pickup-list,
.pickup-all {
	width: 90%;
}
}
@media screen and (max-height: 850px) {
/* Main Visual */
.mv {
	padding-top: 5vh;
}
.mv-copy {
	padding-top: 5.4vh;
}
.mv-trouble {
	top: 9vh;
}
.mv-trouble div {
	height: 7.4vh;
	line-height: 7.4vh;
}
.mv-trouble li {
	margin-bottom: 1vh;
	padding: 0 24px 0 42px;
}
.mv-detail {
	height: 36vh;
	padding-top: 2.5vh;
}
}

/*-------------------------
	SP
--------------------------*/
@media screen and (max-width: 767px) {
/* Hide */
.head-phone,
.entry img,
.privacy,
.mv-outline > div:nth-child(4),
.mv-bg,
.pickup-title::after,
.pickup-item::after,
.benefit-item h3 br,
.entry-memo div,
.trouble-list li br,
.seminar-date::before,
.seminar-date::after,
.seminar-btn img,
.voice::after,
.media-memo br,
.footer-link li::before,
.back-to-top {
	display: none;
}
/* Common */
body {
	min-width: auto;
}
section {
	position: relative;
	background: #fff;
}
.h2-normal div {
	padding: 50px 0 18px 0;
	font-size: 5vw;
	letter-spacing: 1.1vw;
}
.h2-normal div::before {
	width: 20px;
	margin: 0 8px 0 0;
}
.h2-normal div::after {
	width: 20px;
	margin: 0 0 0 4px;
}
.h2-normal h2 {
	margin: 0px 0 40px 0;
	font-size: 5vw;
}
.h2-alt {
	margin-bottom: 40px;
	font-size: 5.4vw;
	letter-spacing: 0.5vw;
}
.entry {
	width: 307px;
	margin: 0 auto;
	padding: 50px 0;
}
.entry a {
	display: block;
	width: 307px;
	height: 72px;
	background: url(../source_files/btn-sp-m.png) no-repeat center/307px 72px;
}
/* Header */
header {
	z-index: 9;
	height: 50px;
}
.head-logo {
	top: 13px;
	width: 126px;
	height: 24px;
}
.head-action {
	top: 8px;
}
.head-phone {
	width: 94px;
	height: 34px;
	margin: 0;
}
.default-phone {
	display: inline-block;
	width: 70px;
	height: 34px;
	line-height: 32px;
	padding-left: 34px;
	font-size: 13px;
	color: #fff;
	background: #002067 url(../source_files/phone-default-sp.png) no-repeat 8px center/19px 19px;
	border-radius: 3px;
}
.tokyo-phone {
	background: url(../source_files/phone-tokyo-sp.png) no-repeat center/80px 23px;
}
.osaka-phone {
	background: url(../source_files/phone-osaka-sp.png) no-repeat center/80px 23px;
}
.head-btn {
	top: 0px;
	width: 108px;
	height: 45px;
	margin-left: 2px;
	background: url(../source_files/btn-sp-s.png) no-repeat center/108px 45px;
}
/* Pull Doun Phone */
.default-phone-detail {
	top: -30px;
	right: 0;
	width: 100%;
	padding: 20px 8px;
	border: none;
	border-top: 4px solid #002067;
	transition: all 0.24s ease; 
}
.default-phone-check:checked ~ .default-phone-detail {
	top: 50px;
}
.default-phone-detail li {
	width: 50%;
	margin: 0;
}
.pulldown-tokyo-phone,
.pulldown-osaka-phone {
	width: 160px;
	height: 29px;
	margin: 0 auto;
}
.pulldown-tokyo-phone {
	background: url(../source_files/phone-tokyo-pc.png) no-repeat 44% center/160px 29px;
}
.pulldown-osaka-phone {
	background: url(../source_files/phone-osaka-pc.png) no-repeat 44% center/160px 29px;
}
/* Corona message */
.corona-message {
	margin: 10px 0px;
}
.corona-message h2 {
	padding: 15px;
    font-size: 3.4vw;
}
/* Main Visual */
.mv {
	width: 100%;
	height: auto !important;
	padding-top: 4vh;
	overflow-x: hidden;
	overflow-y: auto;
	background: url(../source_files/mv1.jpg) 51% center/cover;
}
.mv-copy {
	width: 100%;
	height: auto;
	padding: 3vh 5%;
}
.mv-copy p {
	font-size: 4.6vw;
}
.mv-copy p b {
	font-size: 4.6vw;
}
.mv h1 {
	margin-top: 2.8vh;
}
.mv h1 img {
	width: 100%;
}
.mv-trouble {
	position: relative;
	top: 0;
	left: 5%;
	width: 90%;
	height: auto;
	margin: 4vh 0 3.4vh 0;
	padding: 9.2vh 0 0.2vh 0;
}
.mv-trouble div {
	position: absolute;
	top: 1.6vh;
	left: -14px;
	width: 51vw;
	height: 5.8vh;
	line-height: 5.8vh;
	padding-left: 6%;
	font-size: 4.6vw;
	font-weight: bold;
}
.mv-trouble div::before {
	bottom: -6px;
	border-width: 0 6px 6px 0;
}
.mv-trouble li {
	line-height: 130%;
	margin-bottom: 1.6vh;
	padding: 0 5%;
	font-size: 4.2vw;
}
.mv-sp-entry {
	display: block;
	position: relative;
	z-index: 9;
	margin: 0 auto 1.8vh auto;
	padding: 0;
}
.mv-sp-entry img {
	display: block;
	width: 307px;
}
.mv-detail {
	position: relative;
	bottom: auto;
	width: 100%;
	height: auto;
	/* padding-top: 2.8vh; */
	padding: 3vh 0 2vh;
}
.mv-detail .entry {
	display: none;
}
.mv-reason {
	display: block;
	width: 100%;
	padding: 0 3.5%;
}
.mv-reason li {
	display: inline-block;
	width: 48%;
	margin-bottom: 14px;
	text-align: center;
}
.mv-reason li:nth-child(2n) {
	margin-left: 4%;
}
.mv-reason img {
	width: 100%;
	height: auto;
}
.mv-outline {
	width: 100%;
	margin: 0;
	padding: 12px 4% 40px 4%;
}
.mv-outline > div {
	display: block;
	width: 100%;
}
.mv-outline dl {
	margin-bottom: 12px;
}
.mv-outline dt {
	width: 50px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	font-size: 3.1vw;
}
.mv-outline dd {
	font-size: 3.1vw;
}
/* Pickup seminar */
.pickup {
	padding: 0;
	text-align: center;
}
.pickup-title {
	position: relative;
	top: 0;
	width: 100%;
	height: 94px;
	line-height: 94px;
}
.pickup-list {
	display: block;
	width: 100%;
	padding: 0 1%;
	text-align: center;
}
.pickup-list > div {
	width: 100%;
	height: 130px;
}
.pickup-item {
	width: 48.1%;
	height: auto;
	margin: 0 0.9% 40px 0.9%;
}
.pickup-item::before {
	width: 100%;
	height: 100%;
}
.pickup-item div {
	width: 100%;
	height: auto;
}
.pickup-item img {
	position: relative;
	left: 0;
	width: 100%;
	height: auto;
	transform: none;
}
.pickup-item p {
	position: absolute;
	bottom: 4px;
	line-height: 16px;
	text-align: left;
	padding: 0 4%;
	font-size: 10px;
}
.pickup-all {
	display: block;
	width: 100%;
	padding: 20px 0 30px 0;
}
.pickup-all div {
	width: auto;
}
.pickup-all a {
	font-size: 3.6vw;
}
/* Benefit */
.benefit-list {
	border: none;
}
.benefit-item {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 8px;
	padding: 0 6% 50px 6%;
	border-top: 1px solid #ece9e2;
	border-bottom: 1px solid #ece9e2;
}
.benefit-item span {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	font-size: 30px;
}
.benefit-item h3 {
	line-height: 40px;
	margin: 30px 0;
	font-size: 5.8vw;
}
.benefit-item p {
	line-height: 180%;
	font-size: 3.6vw;
}
.benefit-item:last-child h3 br:nth-child(1) {
	display: block;
}
.benefit-gift {
	width: 26px;
	height: auto;
}
.entry-memo {
	margin: 20px auto 0 auto;
}
.entry-memo ul {
	display: block;
	font-size: 3.3vw;
}
.entry-memo a {
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0 4px 0 0;
	background: none;
}
/* Trouble */
.trouble {
	padding-bottom: 50px;
}
.trouble-list {
	display: block;
	width: 100%;
	padding: 1%;
	text-align: center;
}
.trouble-list li {
	display: inline-block;
	width: 44%;
	height: 164px;
	margin: 0 3% 24px 3%;
	padding: 0 4px;
	font-size: 5vw;
	font-weight: normal;
}
.trouble-list div {
	width: 100%;
	height: 164px;
}
.trouble-info {
	position: relative;
	margin: 14px 2% 0 2%;
	padding-left: 34px;
	text-align: left;
	font-size: 5vw;
	letter-spacing: 0.5vw;
}
.trouble-info span {
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	font-size: 16px;
}
/* Quiz */
.quiz {
	width: 100%;
	margin: 150px 0 0 0;
	padding: 50px 0 24px 0;
}
.quiz::before {
	top: -150px;
	left: 0;
	width: 100%;
	height: 150px;
}
.quiz h2 {
	display: block;
	padding: 0 0 14px 0;
	text-align: center;
	font-size: 11.6vw;
	letter-spacing: 2.5vw;
}
.quiz h3 {
	line-height: 190%;
	padding: 30px 6% 36px 6%;
	font-size: 5vw;
}
.quiz-choice li {
	padding: 0 6% 30px 6%;
}
.quiz-choice label {
	display: block;
	position: relative;
	padding-left: 48px;
	font-size: 4vw;
}
.quiz-choice span {
	position: absolute;
	top: 50%;
	left: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	font-size: 22px;
	transform: translateY(-50%);
}
.quiz-answer {
	margin: 16px 6% 0 6%;
	padding: 40px 0 0 0;
}
.quiz-answer p {
	font-size: 3.6vw;
}
.quiz-btn:checked ~ .quiz-choice .quiz-true,
.quiz-btn:checked ~ .quiz-choice .quiz-false {
	margin: 0;
}
.quiz-btn:not(:checked) ~ .quiz-answer::before {
	font-size: 4vw;
}
.quiz-btn:not(:checked) ~ .quiz-answer::after {
	top: 110px;
	width: 100%;
	font-size: 6.5vw;
}
/* Reason */
.reason ul {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 0 1%;
}
.reason li {
	display: inline-block;
	width: 50%;
	margin: 0;
	padding: 0 1.5%;
}
.reason li:nth-child(-n+6) {
	margin-bottom: 20px;
}
.reason li img {
	width: 100%;
	height: auto;
}
.reason-memo {
	width: 100%;
	line-height: 180%;
	padding: 0 6%;
	font-size: 3.6vw;
}
/* Program */
.program {
	padding: 50px 4%;
	background: #f9f8f5 url(../source_files/bg-program.jpg) no-repeat 75% top/auto 100%;
}
.program-container {
	display: block;
	width: 100%;
	padding: 0;
}
.program-chapter {
	width: 100%;
	padding: 0 3%;
}
.program-chapter:first-child {
	margin: 0;
}
.program-h2 {
	position: relative;
	top: -25px;
	width: 53vw;
	height: 110px;
	margin: 0;
	padding: 22px 0 0 5vw;
	font-size: 5.4vw;
	letter-spacing: 0.8vw;
}
.program-h2 span {
	margin-bottom: 4px;
}
.program-chapter h3 {
	line-height: 34px;
	margin: 0 0 22px 0;
	padding-left: 10px;
	font-size: 5.4vw;
	letter-spacing: 0.5vw;
}
.program-detail {
	height: auto;
	padding: 26px 6% 20px 10%;
}
.program-chapter:not(:last-child) .program-detail {
	margin-bottom: 65px;
}
.program-detail dt {
	line-height: 34px;
	margin-bottom: 24px;
	padding-left: 4vw;
	font-size: 5.4vw;
	letter-spacing: 0.1vw;
}
.program-detail dt span {
	width: 34px;
	height: 34px;
	left: -12.8%;
	font-size: 22px;
}
.program-detail dl:not(:last-child) ul {
	margin-bottom: 46px;
}
.program-detail li {
	margin-bottom: 6px;
	font-size: 3.6vw;
}
.program-detail li::before {
	top: -3px;
}
.program .entry {
	width: 100%;
	padding: 50px 0;
	background: #fff;
}
.program .entry a {
	display: block;
	position: relative;
	left: auto;
	margin: 0 auto;
}
/* Message */
.message {
	padding: 0;
}
.message-container {
	width: 100%;
	margin: 0 0 260px 0;
	padding: 50px 6% 26px 6%;
}
.message-container::before {
	bottom: -260px;
	left: 0;
	width: 100%;
	height: 260px;
	background: #f4f2ee url(../source_files/ceo.png) no-repeat center bottom/auto 240px;
}
.message-container p {
	line-height: 180%;
	margin-bottom: 24px;
	font-size: 3.6vw;
}
/* Seminar */
.seminar-item {
	display: block;
	position: relative;
	width: 100%;
}
.seminar-bg {
	max-height: auto;
}
.seminar-date {
	height: 50px;
	line-height: 50px;
	padding-left: 6%;
	font-size: 4.6vw;
}
.seminar-detail {
	line-height: 200%;
	margin: 0;
	padding: 26px 6% 60px 6%;
	font-size: 3.6vw;
}
.seminar-btn {
	display: block;
	position: absolute;
	bottom: 56px;
	right: 4%;
	width: 108px;
	height: 45px;
	margin: 0;
	background: url(../source_files/btn-sp-s.png) center/108px 45px;
}
.full {
	position: absolute;
	top: auto;
	bottom: 60px;
	left: auto;
	right: calc(4% + 7px);
	width: 94px;
	height: 34px;
	line-height: 34px;
	margin: 0;
	font-size: 3.6vw;
}
/* Photo */
.photo h2 {
	letter-spacing: 0.5vw;
}
.photo-list {
	max-width: 100%;
	min-width: 100%;
	padding: 0 1%;
}
.photo-list li {
	display: inline-block;
	width: 48%;
	max-width: 48%;
	height: 170px;
	margin: 0 1% 8px 1%;
	vertical-align: top;
	overflow: hidden;
}
.photo-list li:first-child,
.photo-list li:last-child {
	width: 48%;
	max-width: 48%;
}
.photo-list img {
	display: block;
	position: absolute;
	left: 50%;
	height: 200px;
	transform: translateX(-50%);
}
/* Voice */
.voice-list {
	max-width: 100%;
	min-width: 100%;
	padding: 0 2%;
}
.voice-list li {
	display: block;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}
.voice-list li:nth-child(2n),
.voice-list li:nth-last-child(n+3) {
	margin: 0 0 10px 0;
}
/* Media */
.media {
	padding: 0;
}
.media-list {
	max-width: 100%;
	min-width: 100%;
	padding: 0 2%;
}
.media-item {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 20px 8vw 0 8vw;
}
.media-item:nth-child(2) {
	margin: 0 0 40px 0;
}
.media-item h3 {
	width: 53vw;
	height: 110px;
	padding: 22px 0 0 5vw;
	font-size: 5.4vw;
	letter-spacing: 0.8vw;
	margin: 0 0 28px -9.2vw;
}
.media-item h3 span {
	margin-bottom: 4px;
}
.media-item li {
	margin-bottom: 26px;
	font-size: 3.6vw;
}
.media-item:nth-child(1) li {
	margin-bottom: 26px;
}
.media-item li span {
	margin-bottom: 2px;
	font-size: 3.1vw;
}
.media-memo {
	display: block;
	margin: 0 3%;
	font-size: 3.6vw;
}
.media-memo a {
	margin: 0 4px;
}
/* Recommender */
.recommender-container {
	width: 100%;
	margin: 0 0 240px 0;
	padding: 50px 6% 26px 6%;
}
.recommender-container::before {
	bottom: -240px;
	left: 0;
	width: 100%;
	height: 240px;
	background: #f4f2ee url(../source_files/recommender.png) no-repeat center bottom/auto 220px;
}
.recommender-container p {
	line-height: 180%;
	margin-bottom: 24px;
	font-size: 3.6vw;
}
/* FAQ */
.faq-list {
	max-width: 100%;
	min-width: 100%;
	padding: 30px 2% 0 2%;
}
.faq-item {
	margin: 0;
	padding: 0 0 30px 0;
}
.faq-item:not(:last-child) {
	margin-bottom: 60px;
}
.faq-item h3 {
	top: 0;
	width: 100px;
	height: 50px;
	line-height: 50px;
	margin: -30px 0 20px 0;
	font-size: 5vw;
}
.faq-item dt {
	margin: 0 4vw 20px 5.4vw;
	font-size: 3.6vw;
}
.faq-item dd {
	margin: 0 4vw 0 5.4vw;
	font-size: 3.6vw;
}
.faq-item dt::before,
.faq-item dd::before {
	top: 1px;
	font-size: 3.6vw;
}
/* Footer */
footer {
	position: relative;
	padding: 80px 0 36px 0;
}
.footer-logo img {
	width: 335px;
	max-width: 90%;
	height: auto;
}
.footer-memo {
	max-width: 100%;
	min-width: 100%;
	margin: 60px auto 46px auto;
	padding: 0 2%;
}
.footer-memo div {
	padding: 10px;
	font-size: 2vw;
}
.footer-info li {
	display: block;
	line-height: 180%;
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 3.1vw;
}
.footer-info a {
	color: #fff;
	text-decoration: underline;
}
.footer-link {
	margin: 46px 0 0 6vw;
	text-align: left;
}
.footer-link li {
	display: inline-block;
	margin: 0 5vw 14px 5vw;
	font-size: 3.1vw;
}
/* SP Region switch */
.tokyo .default-phone,
.osaka .default-phone {
	display: none;
}
/* Popup Phone number */
.popup {
	bottom: 0;
	right: 0;
	width: 100%;
	padding-bottom: 8px;
}
.popup b {
	margin-bottom: 8px;
	font-size: 15px;
}
.popup p {
	display: inline-block;
	width: 46%;
	line-height: 130%;
	padding: 0 2%;
	vertical-align: middle;
	font-size: 10px;
}
.popup-phone {
	margin: 0;
	width: 50%;
	vertical-align: middle;
}
.popup .tokyo-phone {
	background: url(../source_files/phone-tokyo-pc.png) no-repeat center/100% auto;
}
.popup .osaka-phone {
	background: url(../source_files/phone-osaka-pc.png) no-repeat center/100% auto;
}
.popup .tokyo-phone,
.osaka .popup .osaka-phone {
	display: inline-block;
}
.osaka .popup .tokyo-phone {
	display: none;
}
}