@charset "UTF-8";

/* ==========================================================================
 * Font face
 * ========================================================================== */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}

/* ==========================================================================
 * Root
 * ========================================================================== */
*,
::before,
::after {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	font-family: "Noto Sans JP", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
	font-size: 1.6em;
	font-size: 1.6rem;
	line-height: 1.5;
	background-color: #fff;
}

/* ==========================================================================
 * HTML5 display definitions
 * ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* ==========================================================================
 * Anchor
 * ========================================================================== */
a:link,
a:visited {
	background-color: transparent;
	color: #4f7aac;
	text-decoration: none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration: underline;
}

/* ==========================================================================
 * Embedded
 * ========================================================================== */
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
}
svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
 * Grouping
 * ========================================================================== */
figure {
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	border: none;
	border-top: 1px solid #bbb;
}
dd {
	margin-left: 0;
}

/* ==========================================================================
 * Float
 * ========================================================================== */
.clear {
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ==========================================================================
 * List
 * ========================================================================== */
ul,
ol {
	padding: 0;
}
ul {
	margin: 0;
	list-style: none;
}
ul.list-disc {
	margin-left: 1.55em;
	list-style: disc;
}
ul.list-annotation {
	margin-left: 1.3em;
}
ul.list-annotation li::before {
	margin-left: -1.3em;
	content: "※\0020";
}
ol {
	margin-left: 1.3em;
}
ol.list-annotation {
	margin-left: 2em;
	padding: 0;
	counter-reset: number;
	list-style: none;
}
ol.list-annotation li::before {
	margin-left: -2em;
	counter-increment: number;
	content: "※"counter(number)"\0020";
}
ul.list-disc li + li,
ul.list-annotation li + li,
ol li + li {
	margin-top: 8px;
}

/* ==========================================================================
 * Text
 * ========================================================================== */
b,
strong {
	font-weight: bold;
}
mark {
	background: #ff0;
	color: #000;
}
small,
.txt-small{
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
address {
	font-style: normal;
}
h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.2;
	margin: 0;
}
h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.2;
	margin: 0;
}
h3,
.h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0;
}
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin: 0;
}
p {
	margin: 0;
}
p + p {
	margin-bottom: 0;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-unbold {
	font-weight: normal;
}
.txt-bold {
	font-weight: bold;
}
.txt-emphasis {
	color: #e74c3c;
}
.txt-notes {
	color: #7f8c8d;
}

/* ==========================================================================
 * Table
 * ========================================================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

/* ==========================================================================
 * Form
 * ========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	border: 1px solid #999;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	padding: 5px;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
}

/* ==========================================================================
 * Spacing
 * ========================================================================== */
.margin-none  {margin:           0px !important;}
.padding-none {padding:          0px !important;}

.margin-T0    {margin-top:       0px !important;}
.margin-T5    {margin-top:       5px !important;}
.margin-T10   {margin-top:      10px !important;}
.margin-T15   {margin-top:      15px !important;}
.margin-T20   {margin-top:      20px !important;}
.margin-T25   {margin-top:      25px !important;}
.margin-T30   {margin-top:      30px !important;}
.margin-T35   {margin-top:      35px !important;}
.margin-T40   {margin-top:      40px !important;}
.margin-T45   {margin-top:      45px !important;}
.margin-T50   {margin-top:      50px !important;}
.margin-T60   {margin-top:      60px !important;}
.margin-T70   {margin-top:      70px !important;}
.margin-T80   {margin-top:      80px !important;}
.margin-T90   {margin-top:      90px !important;}
.margin-T100  {margin-top:     100px !important;}

.margin-R0    {margin-right:     0px !important;}
.margin-R5    {margin-right:     5px !important;}
.margin-R10   {margin-right:    10px !important;}
.margin-R15   {margin-right:    15px !important;}
.margin-R20   {margin-right:    20px !important;}

.margin-B0    {margin-bottom:    0px !important;}
.margin-B5    {margin-bottom:    5px !important;}
.margin-B10   {margin-bottom:   10px !important;}
.margin-B15   {margin-bottom:   15px !important;}
.margin-B20   {margin-bottom:   20px !important;}

.margin-L0    {margin-left:      0px !important;}
.margin-L5    {margin-left:      5px !important;}
.margin-L10   {margin-left:     10px !important;}
.margin-L15   {margin-left:     15px !important;}
.margin-L20   {margin-left:     20px !important;}

.padding-T0   {padding-top:      0px !important;}
.padding-T5   {padding-top:      5px !important;}
.padding-T10  {padding-top:     10px !important;}
.padding-T15  {padding-top:     15px !important;}
.padding-T20  {padding-top:     20px !important;}
.padding-T25  {padding-top:     25px !important;}
.padding-T30  {padding-top:     30px !important;}
.padding-T35  {padding-top:     35px !important;}
.padding-T40  {padding-top:     40px !important;}
.padding-T45  {padding-top:     45px !important;}
.padding-T50  {padding-top:     50px !important;}
.padding-T60  {padding-top:     60px !important;}
.padding-T70  {padding-top:     70px !important;}
.padding-T80  {padding-top:     80px !important;}
.padding-T90  {padding-top:     90px !important;}
.padding-T100 {padding-top:    100px !important;}

.padding-R0   {padding-right:    0px !important;}
.padding-R5   {padding-right:    5px !important;}
.padding-R10  {padding-right:   10px !important;}
.padding-R15  {padding-right:   15px !important;}
.padding-R20  {padding-right:   20px !important;}

.padding-B0   {padding-bottom:   0px !important;}
.padding-B5   {padding-bottom:   5px !important;}
.padding-B10  {padding-bottom:  10px !important;}
.padding-B15  {padding-bottom:  15px !important;}
.padding-B20  {padding-bottom:  20px !important;}

.padding-L0   {padding-left:     0px !important;}
.padding-L5   {padding-left:     5px !important;}
.padding-L10  {padding-left:    10px !important;}
.padding-L15  {padding-left:    15px !important;}
.padding-L20  {padding-left:    20px !important;}

/* ==========================================================================
 * Common
 * ========================================================================== */
#page-container {
	max-width: 2000px;
	margin: 0 auto;
}
.inner-width {
	width: 920px;
	margin-right: auto;
	margin-left:  auto;
}
/*-------------------- Back to Top --------------------*/
a.backtotop {
	position: fixed;
	bottom: 30px;
	right: 5%;
	width: 40px;
	height: 40px;
	padding: 38px 0 0;
	background-color: #ccc;
	color: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	opacity: .5;
	border-radius: 50%;
}
a.backtotop::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 17.3px 10px;
	border-color: transparent transparent #ffffff transparent;
}
@media screen and (min-width: 641px) {
	.visible-sp {
		display: none !important;
	}
}
/*SP*/
@media screen and (max-width: 640px) {
	.inner-width {
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	.header-width {
		width: 92%;
		margin-right: auto;
		margin-left:  auto;
	}
	.visible-pc {
		display: none !important;
	}
	#page-container {
		max-width: 640px;
		overflow: hidden;
		min-width: unset;
	}
	img {
		width: 100%;
	}
	h2,
	.h2 {
		padding-top: 50px;
	}
}
/* ==========================================================================
 * Header
 * ========================================================================== */
.hd {
	background-color: #000;
}
.header__logo {
	text-align: center;
	padding: 5px 0;
}
@media screen and (max-width: 640px) {
	.header__logo {
		width: 68px;
		margin: 0 auto;
	}
	/* hamburger menu */
	.menu__btn {
		align-items: center;
		display: flex;
		height: 40px;
		justify-content: center;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 9999;
		width: 40px;
		background: #000;
	}
	.menu__btn span,
	.menu__btn span:before,
	.menu__btn span:after {
		content: '';
		background: #fff;
		border-radius: 3px;
		display: block;
		height: 3px;
		position: absolute;
		width: 25px;
	}
	.menu__btn span:before {
		bottom: 8px;
	}
	.menu__btn span:after {
		top: 8px;
	}
	#menu__btn--check:checked ~ .menu__btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu__btn--check:checked ~ .menu__btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu__btn--check:checked ~ .menu__btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu__btn--check {
		display: none;
	}
	.gnavi__hamburger-menu {
		background: #fff;
		height: 100%;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 9998;
		transition: all 0.5s;
		width: 100%;
	}
	#menu__btn--check:checked ~ .gnavi__hamburger-menu {
		left: 0;
	}
	.gnavi__hamburger-menu ul {
		padding: 70px 10px 100%;
		background-color: #000;
	}
	.gnavi__hamburger-menu ul li {
		border-bottom: solid 1px #fff;
		list-style: none;
		padding: 0 0 0 3%;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a {
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 15px;
		padding: 18px 15px 15px 0;
		position: relative;
		text-decoration: none;
		width: 100%;
	}
	.gnavi__hamburger-menu ul li a::before {
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		content: "";
		height: 7px;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 26px;
		width: 7px;
	}
	.gnavi__hamburger-menu ul li:last-child {
		border-bottom: none;
		margin: 20px 0 0;
	}
	.gnavi__hamburger-menu ul li:last-child a::before {
		border-top: none;
		border-right: none;
		display: none;
	}
	.navi__link {
		background: none;
	}
	.navi__link a {
		color: #fff !important;
	}
	.navi__link a::before {
		border-top: solid 2px #fff !important;
		border-right: solid 2px #fff !important;
	}
	.main__cta, .navi__link img {
		width: 100%;
	}
	/* /hamburger menu */
}

/* ==========================================================================
 * fv
 * ========================================================================== */
.fv {
	background: url(../images/pc/fv_bg.jpg) no-repeat center top;
}
.fv__copy {
	padding-top: 10px;
	padding-bottom: 20px;
}
.fv__point {
	padding-bottom: 50px;
}
@media screen and (max-width: 640px) {
	.fv {
		background: none;
	}
	.fv .inner-width {
		width: 100%;
	}
	.fv__copy {
		padding: 0;
	}
}
/* ==========================================================================
 * cta
 * ========================================================================== */
.cta {
	background: #000;
}
.cta2 {
	padding-bottom: 80px;
}
.cta3 {
	padding: 80px 0;
}
.fv__cta {
	text-align: center;
	padding-top: 20px;
}
.menu {
	display: flex;
	justify-content: space-around;
	padding-top: 30px;
	padding-bottom: 80px;
}
.cta2 .menu {
	padding-bottom: 30px;
}
.cta__flex {
	display: flex;
	justify-content: space-between;
}
.cta__tel {
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #fff;
	width: 340px;
}
.cta__tel a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
.tel__number {
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.1em;
}
.tel__label {
	text-align: center;
	background-color: #fff;
	color: #000;
	letter-spacing: 0.2em;
}
.tel__time {
	font-size: 1.4rem;
	text-align: center;
	padding-top: 5px;
}
@media screen and (max-width: 640px) {
	.menu {
		display: block;
		padding-bottom: 35px;
	}
	.menu p:nth-child(2) {
		margin-top: 20px;
	}
	.cta__flex {
		display: block;
	}
	.cta__tel {
		margin-top: 20px;
		width: 100%;
	}
	.tel__number {
		font-size: 8vw;
	}
	.cta3 {
		padding: 10px 0 40px;
	}
}
/* ==========================================================================
 * gnavi
 * ========================================================================== */
.gnavi {
	padding: 10px 0;
	background: #fff;
	position: sticky;
    top: 0;
    z-index: 99;
    font-size: 1.8rem;
	filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.2));
}
.gnavi__list {
	display: flex;
	align-items: center;
	gap: 5px;
}
.gnavi__list li {
	align-items: center;
	display: flex;
	position: relative;
}
.gnavi__list li:last-child {
	margin-left: auto;
}
.gnavi__list a {
	display: block;
	font-weight: 500;
	color: #000;
}
.gnavi__list--item a:hover {
	background-color: #000;
	outline: 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
.gnavi__list--item a:focus {
	background-color: #000;
	outline: 0;
	text-decoration: none;
	color: #fff;
	text-align: center;
}
/* PC版gnavi アクティブ状態 */
.gnavi__list--item a.active {
    background-color: #000; /* または任意の色 */
    color: #fff !important;
}
/* ホバー状態の調整（アクティブ時は背景色を維持） */
.gnavi__list--item a.active:hover {
    background-color: #000 !important;
    color: #fff !important;
}
/* スマートフォン版ハンバーガーメニュー アクティブ状態 */
.gnavi__hamburger-menu a {
    transition: all 0.3s ease;
}
.gnavi__hamburger-menu a.active {
    background-color: #000;
    color: #fff !important;
}
/* ==========================================================================
 * worries
 * ========================================================================== */
.worries {
	background: url(../images/pc/worries_bg.jpg) no-repeat center top;
    padding: 78px 0;
	text-align: right;
}
.worries__list {
	padding-top: 50px;
}
@media screen and (max-width: 640px) {
	.worries {
		background: none;
		padding: 0;
	}
	.worries h2 {
		padding-top: 0;
	}
	.worries .inner-width {
		width: 100%;
	}
}
/* ==========================================================================
 * tried
 * ========================================================================== */
.tried {
	background: url(../images/pc/tried_bg.jpg) no-repeat center top,#000;
	text-align: center;
}
.tried__ttl {
	padding: 80px 0;
}
.tried__triangle {
	padding-top: 80px;
	display: block;
}
@media screen and (max-width: 640px) {
	.tried__ttl {
		padding: 40px 0;
	}
	.tried__triangle {
		padding-top: 40px;
		width: 50%;
        margin: 0 auto;
	}
}
/* ==========================================================================
 * solution
 * ========================================================================== */
.solution {
	background: #000;
	text-align: center;
}
.solution__ttl {
	padding-top: 80px;
	text-align: center;
}
.solution__edmax {
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.solution .inner-width {
		width: 100%;
	}
	.solution__ttl {
		padding-top: 40px;
		width: 90%;
		margin: 0 auto;
	}
	.solution__edmax {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}
/* ==========================================================================
 * reason
 * ========================================================================== */
.reason__what {
	background: url(../images/pc/reason01_bg.jpg) no-repeat center top;
	text-align: center;
}
.reason__what--subttl {
	padding-top: 80px;
}
.reason__what--beforafter {
	padding-top: 30px;
}
.reason__what--features {
	padding-top: 30px;
	padding-bottom: 80px;
}
.reason__mechanism {
	background: url(../images/pc/reason01_mechanism_bg.jpg) no-repeat center top;
	text-align: center;
}
.reason__mechanism--subttl {
	padding-top: 80px;
}
.reason__mechanism--step {
	padding-top: 30px;
}
.reason__mechanism--txt {
	padding-top: 67px;
}
.reason__mechanism--list {
	padding-top: 50px;
	padding-bottom: 80px;
}
.reason02 {
	background: url(../images/pc/reason02_bg.jpg) no-repeat center top;
	text-align: center;
}
.reason__privacy--subttl {
	padding-top: 80px;
}
.reason__privacy--list {
	padding-top: 55px;
	display: flex;
	justify-content: space-evenly;
}
.reason__access {
	padding-top: 80px;
	padding-bottom: 80px;
}
.reason03 {
	background: url(../images/pc/reason03_bg.jpg) no-repeat center top, #000;
    background-position-y: 400px;
	padding-bottom: 80px;
}
.reason03__ttl {
	padding-top: 80px;
	text-align: center;
}
.menu2 {
	padding-top: 60px;
	padding-bottom: 30px;
}
.reason03__price--sub {
	text-align: center;
}
.reason03__price--payment {
	text-align: center;
	padding-top: 80px;
}
.reason03__price--icon {
	padding-top: 50px;
}
.reason03__price--card {
	padding-top: 50px;
	padding-bottom: 80px;
}
@media screen and (max-width: 640px) {
	.reason__what--subttl {
		padding-top: 40px;
		width: 70%;
		margin: 0 auto;
	}
	.reason__what {
		background: url(../images/sp/reason01_bg.jpg) no-repeat top / contain #4b4c4e;
	}
	.reason__mechanism {
		background: #4b4c4e;
	}
	.reason__what--features {
		padding-bottom: 40px;
	}
	.reason__mechanism--subttl {
		padding: 0;
	}
	.reason__mechanism--list {
		padding-bottom: 40px;
	}
	.reason__privacy--subttl {
		padding-top: 30px;
        width: 85%;
        margin: 0 auto;
	}
	.reason02 {
		background: url(../images/sp/reason02_bg.png) no-repeat center center / cover;
	}
	.reason__privacy--list {
		padding-top: 30px;
		display: block;
	}
	.reason__privacy--list li+li {
		margin-top: 20px;
	}
	.reason__access {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.reason03__ttl {
		padding-top: 40px;
	}
	.reason03 {
		background: url(../images/sp/reason03_bg.png) no-repeat center top / contain, #000;
		background-position-y: 0px;
		padding-bottom: 40px;
	}
	.reason03__price--payment {
		padding-top: 40px;
	}
	.reason03__price--icon {
		width: 80%;
		margin: 0 auto;
		margin-right: 6%;
	}
	.reason03__price--card {
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
/* ==========================================================================
 * voice
 * ========================================================================== */
.voice {
	background: url(../images/pc/voice_bg.jpg) no-repeat center top;
	padding: 80px 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.voice {
		background: none;
		padding: 0;
	}
	.voice .inner-width {
		width: 100%;
	}
	.voice h2 {
		padding: 0;
	}
}
/* ==========================================================================
 * flow
 * ========================================================================== */
.flow {
	background: url(../images/pc/flow_bg.jpg) no-repeat center top;
	padding: 80px 0 0;
	text-align: center;
}
.flow__content {
	padding-top: 60px;
}
.flow__list {
	margin: 0 auto;
	margin-top: 50px;
	padding: 30px;
	text-align: left;
	max-width: 540px;
	background: #e7e7e7;
}
.flow__list dt {
	font-weight: bold;
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 20px;
}
.access {
	text-align: center;
	padding-top: 80px;
}
.access__map {
	padding-top: 50px;
}
.doctor {
	padding-top: 50px;
}
@media screen and (max-width: 640px) {
	.flow {
		background: none;
		padding: 0;
	}
	.flow .inner-width {
		width: 100%;
	}
	.flow h2 {
		padding: 0;
	}
	.flow__content {
		padding-top: 0;
	}
	.flow__list {
		width: 90%;
		padding: 10px;
	}
	.access {
		padding-top: 40px;
	}
	.access__map iframe {
		width: 100%;
		height: 300px;
	}
	.doctor {
		padding-bottom: 40px;
	}
}
/* ==========================================================================
 * Faq
 * ========================================================================== */
.faq {
	padding: 80px 0;
}
.faq__ttl {
	text-align: center;
	margin-bottom: 60px;
	font-size: 5.6rem;
}
#faq ul {
	margin-top: 20px;
}
#faq ul li+li{
	margin-top: 30px;
}
.faq__qaList dl {
	border: solid 1px #191f2b;
	background-color: #fff;
}
.faq__qaList dt {
	background: url("../images/pc/q_icon.png") left top no-repeat;
	background-position: 30px 50%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #191f2b;
	padding: 20px 60px 20px 90px;
	position: relative;
	cursor: pointer;
}
.faq__qaList dt.open::before {
	content: "";
    margin: auto;
    position: absolute;
    top: 50%;
    bottom: 50%;
    right: 30px;
    width: 15px;
    height: 15px;
	border-top: 3px solid #191f2b;
    border-right: 3px solid #191f2b;
    transform: rotate(135deg);
}
.faq__qaList dt.close::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: -10%;
    right: 30px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #191f2b;
    border-right: 3px solid #191f2b;
    transform: rotate(-45deg);
}
.faq__qaList dd {
	background: url("../images/pc/a_icon.png") left top no-repeat;
	background-position: 31px 50%;
	color: #333333;
	font-size: 1.8rem;
	font-weight: 500;
    padding: 10px 30px 20px 90px;
	display: none;
}
@media screen and (max-width: 640px) {
	.faq {
		padding: 40px 0 40px;
	}
	.faq__ttl {
		font-size: 3.5rem;
		margin-bottom: 40px;
		padding: 0;
	}
	.faq__qaList dt {
		font-size: 1.6rem;
		padding: 15px 50px 15px 70px;
		background-position: 22px 50%;
	}
	.faq__qaList dt.open::before {
		right: 20px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #191f2b;
		border-right: 2px solid #191f2b;
	}
	.faq__qaList dt.close::after {
		right: 20px;
		width: 12px;
		height: 12px;
		border-top: 2px solid #191f2b;
		border-right: 2px solid #191f2b;
	}
	.faq__qaList dd {
		font-size: 1.6rem;
		padding: 10px 20px 15px 70px;
		background-position: 22px 50%;
	}
}
/* ==========================================================================
 * company
 * ========================================================================== */
.about {
	background-color: #000;
	padding-top: 80px;
	padding-bottom: 80px;
}
.about__ttl {
	margin-bottom: 75px;
	align-items: center;
}
.about__ttl p + p {
	margin-top: 0;
}
.about table {
	display: block;
	position: relative;
	font-size: 1.8rem;
	color: #fff;
}
.about tbody {
	display: block;
}
.about table tr {
	display: flex;
	padding: 20px 0;
	border-bottom: solid 2px #fff;
}
.about table tr:first-child {
	padding-top: 0;
}
.about table tr:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.about dl {
	margin-top: 0;
}
.about table tr dd {
	padding-left: 1em;
}
.about table th {
	text-align: left;
	width: 23%;
	font-weight: bold;
	color: #fff;
}
.about table dl {
	padding: 0;
}
.about__map {
	margin-top: 60px;
}
.about__map iframe {
	width: 100%;
	height: 60vh;
}
@media screen and (max-width: 640px) {
	.about {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.about__ttl {
		margin: 0 auto;
        margin-bottom: 40px;
        width: 80%;
	}
	.about table tr {
		flex-direction: column;
	}
	.about table th {
		width: 100%;
		margin-bottom: 10px;
	}
	.about table tr {
		border-bottom: solid 1px #fff;
	}
}
/* ==========================================================================
 * Footer
 * ========================================================================== */
.footer {
	background-color: #fff;
	text-align: center;
}
.privacypolicy {
	background: #fff;
	padding: 20px;
}
.privacypolicy a {
	color: #000;
	text-decoration: underline;
}
.copyright {
	background-color: #000;
	color: #fff;
	padding: 20px;
}
