@charset "utf-8";
/* ==================================================

	CONFIG

*/
:root {
	--color-standard: #007a00;
	--color-standard-light: #3c9a46;
	--color-standard-bright: #a4e56e;
	--color-gray: #eaeef0;
	--color-gray-hover: #d5dee0;
	--icon-arrow-next: "\e901";
}

/* ==================================================

	YakuHan FONTS

*/
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/common/include/inquiry/fonts/YakuHanJPs-Regular.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/common/include/inquiry/fonts/YakuHanJPs-Medium.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}
@font-face {
  font-family: "YakuHanJPs";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/common/include/inquiry/fonts/YakuHanJPs-Bold.woff2") format("woff2");
  unicode-range: U+3008, U+3009, U+300a, U+300b, U+300c, U+300d, U+300e, U+300f,
    U+3010, U+3011, U+3014, U+3015, U+ff08, U+ff09, U+ff3b, U+ff3d, U+ff5b,
    U+ff5d;
}

/* ==================================================

	ICON FONTS

*/
@font-face {
	font-family: 'icon';
	src: url('/common/include/inquiry/fonts/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

/* ==================================================

	RESET

*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: transparent;
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent: 0;
	text-transform: none;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	color: inherit;
}
html, body {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
ul {
	list-style-type: none;
    margin: 0;
}
button {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 0;
	resize: none;
}

/* ==================================================

	HTML

*/
html {
	overflow-y: scroll;
	font-size: 10px;
}
body {
	font-family: "YakuHanJPs", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-break: break-all;
}

/* ==================================================

	MAIN

*/
main {
	margin-top: 90px;
}
@media only screen and (max-width: 768px) {
	main {
		margin-top: 0px;
	}
}

/* ==================================================

	A / BUTTON

*/
a,
button {
	cursor: pointer;
}

a {
    color: #000;
}

/* ==================================================

	CONTAINER

*/
.container {
	box-sizing: content-box;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.container {
	max-width: 1160px;
}
@media only screen and (max-width: 768px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ==================================================

	TOPICPATH

*/
@media only screen and (max-width: 767px) {
  .topicpath {
    margin-top: 60px;
  }
}

/* ==================================================

	HEADER

*/
.header {
	position: fixed;
	z-index: 990;
	top: 0;
	left: 0;
	width: 100%;
}
.header a {
	text-decoration: none;
}
.header img {
	width: 100%;
	height: auto;
}
.header__wrapper {
	position: relative;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.header__wrapper .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}
.header__logo {
	width: 184px;
}
.header__logo h1 a {
	display: block;
}
.header__mypage {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 130px;
	width: 188px;
	height: 54px;
	border-radius: 999em;
	background-color: var(--color-gray);
	font-weight: 500;
	font-size: 14px;
	line-height: 1.4;
	transition: background-color 0.3s ease;
}
.header__mypage::before {
	content: '';
	display: block;
	margin: 0 12px 0 0;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: var(--color-standard-light);
	background-image: url(/common/include/inquiry/img/icon-mypage.svg);
	background-size: contain;
}
.header .megamenu-opener {
	position: absolute;
	top: 0;
	right: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 4px 0 0 0;
	width: 90px;
	height: 100%;
	background-color: var(--color-standard);
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
}
.header .megamenu-opener span {
	display: block;
	position: relative;
	width: 35px;
	height: 26px;
}
.header .megamenu-opener span::before,
.header .megamenu-opener span::after,
.header .megamenu-opener span i {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	transition: all 0.4s ease;
}
.header .megamenu-opener span::before {
	margin-top: -10px;
}
.header .megamenu-opener span::after {
	margin-top: 8px;
}
.header .megamenu-opener[aria-expanded=true] span::before {
	margin-top: -1px;
	transform: rotate(45deg);
}
.header .megamenu-opener[aria-expanded=true] span::after {
	margin-top: -1px;
	transform: rotate(-45deg);
}
.header .megamenu-opener[aria-expanded=true] span i {
	opacity: 0;
}
/* HOVER */
@media only screen and (min-width: 769px) {
	.device-pc .header .header__mypage:hover {
		background-color: var(--color-gray-hover);
	}
}
/* TB */
@media only screen and (max-width: 980px) {
	.header .megamenu-opener {
		right: 0;
	}
	.header .header__mypage {
		margin-right: 80px;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.header__wrapper {
		box-shadow: 0 0 4px rgba(0,0,0,0.2);
	}
	.header__wrapper .container {
		padding-right: 75px;
		height: 60px;
	}
    .header {
        border-bottom: none;
        min-height: unset;
    }
	.header__logo {
		width: 134px;
	}
	.header .header__mypage {
		margin-right: 0;
		padding: 0 10px 0 5px;
		width: auto;
		height: 40px;
		font-size: 11px;
		line-height: 1.4;
	}
	.header .header__mypage::before {
		margin: 0 5px 0 0;
		width: 30px;
		height: 30px;
	}
	.header .megamenu-opener {
		right: 0;
		width: 60px;
		font-size: 10px;
	}
	.header .megamenu-opener span {
		width: 28px;
		height: 18px;
	}
	.header .megamenu-opener span::before {
		margin-top: -7px;
	}
	.header .megamenu-opener span::after {
		margin-top: 5px;
	}
}
@media only screen and (max-width: 360px) {
	.header__wrapper .container {
		padding-right: 70px;
	}
	.header h1 {
		width: 110px;
	}
	.header .header__mypage {
		font-size: 10px;
	}
}

/* ==================================================

MEGAMENU

*/
.megamenu {
	position: fixed;
	top: 90px;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.megamenu[aria-hidden=false] {
	height: 100%;
}
.megamenu::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	transition: opacity 0.4s ease;
}
.megamenu-opened::before {
	opacity: 1;
}
.megamenu__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 0.4s ease;
}
.megamenu__nav {
	background-color: #fff;
	overflow: auto;
}
.os-ios .megamenu__nav {
	overscroll-behavior: none;
}
.megamenu .container {
	padding-top: 20px;
	padding-bottom: 80px;
}
.megamenu__head {
	padding: 2rem 0;
	font-size: 24px;
	line-height: 1.5;
}
.megamenu__row {
	display: flex;
	margin: 0 -30px;
}
.megamenu__col {
	position: relative;
	padding: 0 30px;
	width: 100%;
}
.megamenu__col::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #d4dae1;
}
.megamenu__col:last-child::after {
	content: none;
}
.megamenu__list {
	line-height: 1.5;
}
.megamenu__list > li {
	margin-bottom: 1.5rem;
}
.megamenu__list > li:last-child {
	margin-bottom: 0;
}
.megamenu__list > li ul {
	padding: 0.6rem 0 0 16px;
}
.megamenu__list > li ul li {
	margin-bottom: 0.8rem;
}
.megamenu__list h3 {
	font-size: 16px;
}
.megamenu__list h3 img {
	display: none;
	margin-right: 12px;
	width: 30px;
	height: auto;
}
/* HOVER */
.device-pc .megamenu__head a,
.device-pc .megamenu__list h3 a,
.device-pc .megamenu__list > li ul a {
	transition: color 0.3s ease;
}
.device-pc .megamenu__head a:hover,
.device-pc .megamenu__list h3 a:hover,
.device-pc .megamenu__list > li ul a:hover {
	color: var(--color-standard);
}
@media only screen and (min-width: 769px) {
	.megamenu__content {
		transform: translateY(-100%);
		transition: transform 0.6s ease;
	}
	.megamenu-opened .megamenu__content {
		transform: translateY(0%);
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.megamenu {
		top: 0;
	}
	.megamenu__content {
		position: relative;
		padding-top: 60px;
		height: 100%;
		transform: translateX(100%);
	}
	.megamenu-opened .megamenu__content {
		transform: translateX(0%);
	}
	.megamenu__nav {
		height: 100%;
		overflow-y: scroll;
	}
	.megamenu .container {
		padding: 0 0 50px 0;
	}
	.megamenu__head {
		padding: 0;
		line-height: 1.3;
	}
	.megamenu__head a {
		display: block;
		position: relative;
		padding: 1rem 50px 1rem 20px;
	}
	.megamenu__row {
		display: block;
		margin: 0;
	}
	.megamenu__col {
		padding: 0;
	}
	.megamenu__col::after {
		content: none;
	}
	.megamenu__list > li {
		margin-bottom: 0;
		border-top: 2px solid var(--color-gray);
	}
	.megamenu__list > li ul {
		padding: 0;
	}
	.megamenu__list > li ul li {
		margin-bottom: 0;
		border-top: 2px solid var(--color-gray);
	}
	.megamenu__list > li ul a {
		display: flex;
		align-items: center;
		padding: 0.5rem 20px 0.5rem 60px;
		min-height: 50px;
	}
	.megamenu__list h3 img {
		display: block;
	}
	.megamenu__list h3 a {
		display: flex;
		align-items: center;
		position: relative;
		padding: 0.5rem 50px 0.5rem 20px;
		min-height: 50px;
	}
	.megamenu__list--other > li {
		border-color: #fff;
	}
	.megamenu__list--other > li:first-child {
		border: 0;
	}
	.megamenu__list--other h3 a {
		background-color: var(--color-gray);
	}
	.megamenu__head a::after,
	.megamenu__list h3 a::after	{
		content: var(--icon-arrow-next);
		display: block;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: var(--color-standard-light);
		font-family: 'icon' !important;
		font-weight: normal;
		font-size: 20px;
		line-height: 1;
		color: #fff;
	}
}

/* ==================================================

	FOOTER

*/
.footer {
	position: relative;
	font-size: 12px;
	line-height: 1.5;
}
.footer a {
	text-decoration: none;
}
.footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: var(--color-gray);
}
.footer nav {
	display: flex;
}
.footer ul {
	display: flex;
}
.footer ul li {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0 11px 0 0;
}
.footer ul li::after {
	content: '';
	position: absolute;
	top: 0.24em;
	bottom: 0.16em;
	right: 0;
	width: 1px;
	background-color: #000;
}
.footer ul:last-child li:last-child::after {
	content: none;
}
.footer small {
	display: block;
	margin: 30px 0 0 0;
}
/* HOVER */
.device-pc .footer nav a:hover {
	text-decoration: underline;
}
/* TB */
@media only screen and (max-width: 1040px) {
	.footer nav {
		flex-direction: column;
	}
	.footer ul {
		margin: 0 0 10px 0;
	}
	.footer ul:last-child {
		margin: 0;
	}
	.footer ul li:last-child::after {
		content: none;
	}
}
/* SP */
@media only screen and (max-width: 768px) {
	.footer {
		text-align: center;
	}
	.footer .container {
		padding: 30px 10px;
	}
	.footer nav {
		align-items: center;
	}
	.footer ul li {
		margin: 0;
		padding: 0 11px 0 10px;
	}
}
@media only screen and (max-width: 360px) {
	.footer ul li {
		padding: 0 8px 0 7px;
	}
}

/* ==================================================

	FOOTER COOKIE AGREE

*/
.has-cookie-agree .footer {
	padding-bottom: 160px;
}
.footer .cookie-agree {
	display: none;
	position: fixed;
	z-index: 99999;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #eaeef0;
}
.has-cookie-agree .footer .cookie-agree {
	display: block;
}
.footer .cookie-agree .container {
	display: flex;
	align-items: center;
}
.footer .cookie-agree .detail {
	padding-right: 30px;
	font-size: 14px;
}
.footer .cookie-agree .detail p {
	margin: 0;
}
.footer .cookie-agree .detail .link {
	margin-top: 1em;
}
.footer .cookie-agree .detail .link a {
	text-decoration: underline;
}
.footer .cookie-agree .detail .link a:hover {
	text-decoration: none;
}
.footer .cookie-agree .detail .link::after {
	display: none;
}
.footer .cookie-agree .agree button {
	min-width: 200px;
	background-color: #73c92d;
	border-color: #73c92d;
	font-size: 15px;
	box-shadow: none;
}
.device-pc .footer .cookie-agree .agree button:hover {
	background-color: #fff;
	transform: translateY(0);
}
/* SP */
@media only screen and (max-width: 768px) {
	.has-cookie-agree .footer {
		padding-bottom: 210px;
	}
	.footer .cookie-agree .detail {
		padding: 0;
		text-align: left;
		font-size: 12px;
	}
	.footer .cookie-agree .container {
		display: block;
		padding: 20px;
	}
	.footer .cookie-agree .agree {
		display: flex;
		justify-content: center;
		margin-top: 20px;
	}
}

/* ==================================================

	[ COMPONENT ] BUTTON

*/
.c-btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 45px;
	min-width: 250px;
	min-height: 54px;
	background-color: var(--color-standard-bright);
	border: 1px solid var(--color-standard-bright);
	border-radius: 999em;
	text-decoration: none !important;
	text-align: center !important;
	font-weight: 500;
	line-height: 1.5 !important;
	color: #000 !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transition: all 0.3s ease;
}
.c-btn::after {
	content: var(--icon-arrow-next);
	display: block;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	border-radius: 50%;
	background-size: contain;
	background-color: #fff;
	font-family: 'icon' !important;
	font-size: 20px;
	line-height: 1;
	color: var(--color-standard);
	transition: background-color 0.3s ease, color 0.3s ease;
}
/* HOVER */
.device-pc .c-btn:hover {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,0);
	transform: translateY(3px);
}
.device-pc .c-btn:hover::after {
	background-color: var(--color-standard);
	color: #fff;
}