@charset "UTF-8";

/* --------------------------------------
 Common
----------------------------------------- */
.sec {
	margin-bottom: 80px;
}

.sec-wrap {
	padding: 0 40px;
}

.cn {
	font-family: "微软雅黑", "宋体";
}

/* タイトル */
.sec-tt {
	height: 70px;
	font-size: 2.4rem;
	border-bottom: 1px solid #a4917b;
	padding-left: 80px;
	margin-bottom: 30px;
}

.sec-tt span {
	font-size: 3.2rem;
}

/* サブタイトル */
.sec-subtt,
.sec-subtx {
	padding-left: 40px;
}

.sec-subtt {
	font-size: 2.4rem;
	position: relative;
}

.sec-subtt::before {
	position: absolute;
	left: 0;
	content: "■"
}

.sec-subtx {
	margin-bottom: 20px;
}

/* タイトルアイコン */
.icon-prote {
	background: url("../images/icon-prote.png") no-repeat 0% 0%;
}

.icon-use {
	background: url("../images/icon-use.png") no-repeat 0% 0%;
}

.icon-conte {
	background: url("../images/icon-conte.png") no-repeat 0% 0%;
}

.icon-flow {
	background: url("../images/icon-flow.png") no-repeat 0% 0%;
}

.icon-form {
	background: url("../images/icon-form.png") no-repeat 0% 0%;
}

.icon-doc {
	background: url("../images/icon-doc.png") no-repeat 0% 0%;
}

.icon-tel {
	background: url("../images/icon-tel.png") no-repeat 0% 0%;
}

.icon-mail {
	background: url("../images/icon-mail.png") no-repeat 0% 0%;
}

.icon-attention {
	background: url(../images/icon-attention.png) no-repeat 0% 0%;
}

/* リストスタイル */
.list {
	list-style: disc;
	padding-left: 1em;
}

.list-tx span {
	text-decoration: underline;
}

.sec-tx {
	margin-bottom: 20px;
}

.sec-tx span {
	color: #e60012;
}

.sec-btn {
	text-align: center;
}


/* --------------------------------------
 header
----------------------------------------- */
.header {
	width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
	margin-bottom: 80px;
}

.menu {
	display: inline-block;
	border: 1px solid #a4917b;
	border-radius: 8px;
	padding: 20px 40px;
	margin-left: auto;
}

.menu-list {
	display: flex;
	align-items: center;
	height: 60px;
	background: url("../images/language.png") no-repeat 0% 50%;
	padding-left: 160px;
	flex-wrap: wrap;
}

.menu-item {
	width: 100px;
	text-align: center;
}

.menu-item-ru {
	font-family: Arial, sans-serif;
}

/* --------------------------------------
 footer
----------------------------------------- */
.footer {
	background: #333;
	padding: 20px 0;
}

.copyright {
	color: #fff;
	text-align: center;
}

/* --------------------------------------
 fv
----------------------------------------- */
.fv {
	position: relative;
	margin-bottom: 80px;
}

.fv-wrap {
	width: 1080px;
	margin: 0 auto;
}

.fv-logo {
	margin-bottom: 40px;
}

.fv-name {
	font-size: 3.4rem;
	background: #f2eee9;
	padding: 40px 0;
}

.fv-illust {
	position: absolute;
	bottom: 0;
	right: calc(50% - 520px);
}

.fv-illust img {
	max-width: 350px;
}

/* --------------------------------------
 main
----------------------------------------- */
.main {
	width: 1080px;
	margin: 0 auto;
}

/*通報・相談の前にお読みください*/
.intro {
	margin-bottom: 40px;
}

.intro-tt {
	font-size: 2.4rem;
	color: #e60012;
	margin-bottom: 30px;
}

.intro-tt,
.intro-tx {
	text-align: center;
}

.intro-tx {
	margin-bottom: 30px
}

/*通報・相談できる内容*/
.illust {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.illust-item {
	width: calc(100% / 5 - 10px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 20px 10px;
	margin-bottom: 30px;
	text-align: center;
	border-radius: 8px;
	background: #5ab59b;
	color: #fff;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.illust-item-txt {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	flex-grow: 1;
	font-size: 2.2rem;
}

.illust-item-image {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.illust-item-image img {
	display: block;
	width: 100%;
	height: 30px;
	object-fit: contain;
}

.content-txt {
	margin-bottom: 10px;
	font-size: 2rem;
	text-align: center;
	color: #e60012;
}

/*通報・相談の流れ*/
.flow-item {
	display: flex;
	align-items: stretch;
}

.flow-item:not(:last-child) {
	margin-bottom: 5px;
}

.step-wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
}

.step-wrap::after {
	position: absolute;
	top: 110px;
	left: 50%;
	content: "";
	height: calc(100% - 110px);
	border-left: 2px dotted #a4917b;
	z-index: -1;
}

.flow-item:last-child .step-wrap::after {
	position: initial;
	content: "";
	border-left: initial;
}

.step-number {
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
	color: #5ab59b;
}

.step-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: #5ab59b;
}

.step-img img {
	max-width: 35px;
}

.step-type {
	padding: 2px 0;
	font-size: 1.4rem;
	line-height: 1.2;
	text-align: center;
	background: #fff;
}

.step-tx-wrap {
	width: 100%;
	margin-left: 40px;
	padding-bottom: 30px;
}

.step-tx-item {
	margin-left: 4px;
	font-size: 2rem;
	font-weight: bold;
}

.step-tx-frame {
	margin-top: 6px;
	padding: 20px;
	box-shadow: 2px 2px 2px 2px rgba(225, 217, 206, 1);
	border-radius: 8px;
	background: #f2eee9;
}

/*通報・相談方法*/
.method-tx {
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 30px;
}

.means-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.means-item {
	width: 255px;
	margin-right: 20px;
}

.means-item:last-child {
	margin: 0;
}

.means-link {
	display: block;
	background: #f2eee9;
	text-align: center;
	padding: 20px 0;
	border-radius: 8px;
}

.means-link span {
	display: inline-block;
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.means-link:hover {
	text-decoration: none;
}

.illust-form span {
	background: url("../images/illust-form.png") no-repeat 50% 50% #fff;
}

.illust-doc span {
	background: url("../images/illust-doc.png") no-repeat 50% 50% #fff;
}

.illust-tel span {
	background: url("../images/illust-tel.png") no-repeat 50% 50% #fff;
}

.illust-mail span {
	background: url("../images/illust-mail.png") no-repeat 50% 50% #fff;
}

/*受付時間*/
.reception-time-wrap {
	border: 1px solid #a4917b;
	border-radius: 8px;
	padding: 30px 40px;
}

.reception-time-tt {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.reception-time-list {
	display: flex;
}

.list li:not(:first-child) .reception-time-list {
	margin-top: 10px;
}
.reception-time-item {
	width: 100px;
	flex-shrink: 0;
}

.reception-time-content {
	display: flex;
	flex-direction: column;
	padding-left: 16px;
}

.reception-time-content-time {
	margin-left: 16px;
}

/* --------------------------------------
consent(共通)
----------------------------------------- */
.consent-wrap {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 64px;
	box-sizing: border-box;
}

.consent-main {
	margin: 80px auto 0;
}

.consent-txt {
	text-align: center;
	margin-bottom: 30px;
}

.consent-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.submit-btn-agree {
	display: block;
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	background: #b6b6b6;
	border-radius: 8px;
	margin: 0 auto;
	text-decoration: none;
	cursor: pointer;
}

.submit-btn-agree a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	pointer-events: none;
}

.submit-btn-agree:hover {
	text-decoration: none;
}

.important-points {
	width: 100%;
	margin-bottom: 40px;
	border: 1px solid #ccc;
}

.important-points-inner {
	height: 350px;
	padding: 40px;
	font-size: 14px;
	color: #333;
	overflow-y: scroll;
	box-sizing: border-box;
	background-color: #fff;
}

.tx-pnk {
	color: #BE375A;
}

.important-points-newline {
	display: block;
}

.important-points-content:not(:first-child) {
	margin: 40px 0 0;
}

.important-points-tt {
	display: flex;
	justify-content: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 1.7;
	border-bottom: 1px solid #a4917b;
}

.important-points-tt span {
	font-size: 2rem;
	display: inline;
}

.important-points-list {
	margin-left: 20px;
	list-style: disc;
}

.important-points-list li:not(:first-child) {
	margin-top: 4px;
}

/*実名・匿名table*/
.realname-range-table-content {
	width: 96%;
	margin: 10px auto;
}

.realname-range-table {
	width: 100%;
	border-collapse: collapse;
	box-sizing: border-box;
}

.realname-range-table th {
	padding: 6px;
	color: #fff;
	font-weight: normal;
	border: 4px solid #fff;
	background-color: #5ab59b;
	letter-spacing: 0.05em;
	word-break: normal;
}

.realname-range-table td {
	padding: 6px;
	letter-spacing: 0.05em;
	text-align: center;
	background-color: #acddcf;
	border: 4px solid #fff;
	word-break: normal;
}

.realname-range-table tr:nth-child(3) td {
	background: #d6ece6;
}

.realname-range-table-annotation {
	margin-bottom: 10px;
}

.realname-range-table-annotation-newline {
	display: block;
	text-indent: 1em;
}

.important-points-example-content {
	display: flex;
	margin-bottom: 10px;
}

.external-counter-role {
	margin-top: 10px;
}

/*同意確認ページ 未チェック時エラーメッセージ*/
.agree-check-msg {
	margin-top: 10px;
	text-align: center;
	color: #e60012;
	display: none;
}

/*スクロール終了時にチェックボックスをアクティブ*/
.important-points-check {
	margin-bottom: 40px;
	display: flex;
	color: #333;
	align-items: center;
	justify-content: center;
}

.important-points .important-points-check-label {
	cursor: pointer;
	word-wrap: normal;
	word-break: break-all;
	white-space: pre-wrap;
}

.important-points-check input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

#agree~.important-points-check-label {
	cursor: default;
	opacity: 0.5;
	pointer-events: none;
	white-space: normal;
	display: flex;
	align-items: center;
}

#agree:checked~.important-points-check-label:after {
	opacity: 1;
}

.important-points-check .important-points-check-label {
	position: relative;
	padding-left: 35px;
	font-size: 16px;
	cursor: pointer;
	color: #333;
}

.important-points-check .important-points-check-label:before,
.important-points-check-label:after {
	content: "";
	position: absolute;
	display: block;
}

.important-points-check .important-points-check-label:before {
	top: 50%;
	left: 0;
	transform: translate(0, -48%);
	width: 20px;
	height: 20px;
	border: 2px solid #333;
}

.important-points-check .important-points-check-label:after {
	top: 40%;
	left: 2px;
	width: 6px;
	height: 13px;
	border-bottom: 3px solid #333;
	border-right: 3px solid #333;
	transform: rotate(45deg)translate(0, -50%);
	opacity: 0;
}

/* --------------------------------------
各通報・相談コンテンツ共通
----------------------------------------- */
.content-wrap {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 64px;
	box-sizing: border-box;
}

.content-main {
	margin: 80px auto 0;
}

.content-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

.back-button {
	width: 400px;
	margin: 80px auto;
	font-size: 2rem;
	text-align: center;
	line-height: 1.5;
	border-radius: 25px;
	background: #a4917b;
}

.back-button a {
	position: relative;
	width: 100%;
	display: block;
	padding: 10px 45px;
	text-decoration: none;
	color: #fff;
}

.back-button a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 35px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 10px 8px 0;
	border-color: transparent #fff transparent transparent;
}

.text-red {
	color: #e60012;
}

/* --------------------------------------
form
----------------------------------------- */
.form-wrap {
	margin-bottom: 60px;
}

.form-inner {
	border: 1px solid #d2d2d2;
	border-radius: 8px;
	padding: 40px 40px 10px;
	margin-bottom: 40px;
}

.form-tt {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.form-tt::before {
	content: "○";
	margin-right: 10px;
}

.form-tx {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.form-dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-dt {
	display: flex;
	align-items: flex-start;
	width: 300px;
	padding: 5px 0;
	padding-right: 20px;
	margin-bottom: 30px;
}

.form-dd {
	width: calc(100% - 300px);
	margin-bottom: 30px;
}
.form-result-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.form-result-wrap .form-result-required {
	margin-right: 10px;
	order: 1;
}
.form-result-wrap label {
	display: block;
	white-space: nowrap;
}

.form-result {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 20px;
	order: 2;
}

.form-result-unnecessary {
	order: 3;
}

.form-result label:first-child:before {
	content: "(";
	margin-right: 10px;
}

.form-result label:last-child:after {
	content: ")";
	margin-left: 10px;
}

.form-result label:last-child {
	margin: 0;
}


.form-item {
	margin-bottom: 10px;
}

.form-item:last-child {
	margin-bottom: 0;
}

.sec-subtt-newline {
	line-height: 1.5;
}

.sec-subtt-newline span {
	display: block;
}

.place-other-tx {
	margin-top: 10px;
}

.contact-mail-txt {
	width: calc(100% - 300px);
	margin-left: auto;
	margin-bottom: 30px;
}

/* formデザイン */
.form [type="text"],
.form [type="email"],
.form [type="tel"],
.form select,
.form textarea {
	width: 100%;
	background: #eee;
	padding: 10px;
	border-radius: 8px;
}

/* select */
.form-select {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.form-select::before {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	pointer-events: none;
}

.form select {
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	padding-right: 1em;
	text-indent: 0.01px;
	text-overflow: ellipsis;
}

.form-select select::-ms-expand {
	display: none;
}

/* 必須・任意 */
.form .must,
.form .any {
	display: inline-block;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	background-color: #000;
	padding: 2px 5px;
	font-size: 1.2rem;
	border-radius: 4px;
	margin-right: 20px;
}

.form .must {
	color: #fff;
	background: #cd1d1d;
}

.form .any {
	color: #333;
	background: #eee;
}

/* Checkbox */
.form label {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0;
}

/* button */
.submit-list {
	margin-bottom: 30px;
}

.submit-item {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.submit-item label {
	margin: 0;
	padding: 0;
}

.submit-btn {
	display: block;
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-size: 2.0rem;
	text-align: center;
	color: #333;
	background: #eee;
	border: 1px solid #333;
	border-radius: 8px;
	margin: 0 auto;
}

.submit-btn:hover {
	text-decoration: none;
}

.submit-btn-blk {
	color: #333;
	background: #fff;
}

.submit-btn-pnk {
	color: #fff;
	background: #eb6877;
	border: 0;
}

/* toggle */
.form-toggle .form-dt {
	float: left;
}

.form-toggle .form-dd {
	display: inline-block;
}

/*file添付*/
.file-tx {
	margin-top: 5px;
}

.file-ul {
	margin: 0 0 10px;
}

.file-li {
	/* font-size: 1.4rem; */
	list-style-type: disc;
	line-height: 1.8;
}

#file-input {
	position: absolute;
	opacity: 0;
	width: 10px;
}

.form label.file-up-label {
	width: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.file-up-btn {
	display: block;
	text-align: center;
	margin-right: 20px;
	padding: 5px 15px;
	border-radius: 4px;
	background-color: #a4917b;
	color: #fff;
}

#file-up-name {
	max-width: 70%;
	white-space: pre-wrap;
}

.file-note-ul {
	width: calc(100% - 300px);
	margin-left: auto;
	margin-bottom: 30px;
	color: #e60012;
}

.file-clear-btn {
	display: none;
	width: 200px;
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 5px 15px;
	font-size: 1.2rem;
	border-radius: 4px;
	border: 1px solid #a4917b;
	cursor: pointer;
}

/* form注意事項モーダルウィンドウ */
.important-modal-open {
	padding-bottom: 2px;
	color: #286ebe;
	border-bottom: 1px solid #286ebe;
}

.important-modal-open:hover {
	cursor: pointer;
}

.important-points-modal {
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 50px;
	z-index: 100;
}

/* form注意事項 中の要素 */
.important-points-modal-wrap {
	max-width: 870px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
	max-height: calc(100vh - 80px);
}

.important-points-modal-content {
	max-width: 850px;
	margin: 0 auto;
	padding: 40px;
	max-height: calc(100vh - 100px);
	overflow-y: scroll;
	box-sizing: border-box;
}

.important-points-modal-content::-webkit-scrollbar {
	width: 10px;
}

.important-points-modal-content::-webkit-scrollbar-track {
	background-color: #ccc;
	border-radius: 10px;
}

.important-points-modal-content::-webkit-scrollbar-thumb {
	background-color: #a4917b;
	border-radius: 10px;
}

/* form注意事項 閉じるボタン */
.important-points-modal .js-important-modal-close {
	width: 400px;
	padding: 10px 0;
	margin: 40px auto 0;
	text-align: center;
	font-size: 2rem;
	border-radius: 30px;
	color: #fff;
	background: #a4917b;
	cursor: pointer;
}

/* form注意事項 背景固定 */
.js-modal-fixed {
	height: 100%;
	position: fixed;
	width: 100%;
	overflow-x: initial;
}

/* --------------------------------------
TEL
----------------------------------------- */
.indent {
	display: flex;
}

.indent span .tel-week-tx {
	margin-right: 16px;
	color: #333;
}

.tel-note-txt {
	margin-bottom: 4px;
	color: #e60012;
}

.tel-note-list {
	margin-bottom: 30px;
	list-style: disc;
	padding-left: 1em;
	color: #e60012;
}

/* --------------------------------------
メール
----------------------------------------- */
.accordion {
	margin: 20px auto;
	box-shadow: 0 0 0 1px #a4917b inset;
}

.intro.intro-form {
	margin-bottom: 0;
}

.intro-form .sec-tt {
	position: relative;
	height: auto;
	background: #a4917b;
	font-size: 2.4rem;
	color: #fff;
	padding-left: 40px;
	cursor: pointer;
}

.intro-form .accordion-tt {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	background: #a4917b;
	color: #fff;
	padding-left: 40px;
	padding-top: 0.5%;
	padding-bottom: 0.5%;
	cursor: pointer;
}

.icon {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.icon::before,
.icon--plus::after {
	position: absolute;
	top: 9px;
	left: 0%;
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: auto;
	border-top: 2px solid #fff;
	transform: translateX(-50%);
}

.icon--plus:after {
	top: 0px;
	left: -95%;
	transform: rotate(90deg);
}

.mail-template {
	width: 92%;
	margin-right: 5%;
	font-size: 2.4rem;
	word-wrap: break-word;
}

/*アコーディオン中身*/
.notes.form-notes p {
	padding: 20px;
}

.mail-checkbox {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}

.mail_agree {
	transform: scale(1.4);
	vertical-align: middle;
}

.mail-btn {
	display: block;
	width: 600px;
	height: 60px;
	line-height: 60px;
	font-size: 2.0rem;
	text-align: center;
	color: #fff;
	background: #b6b6b6;
	border-radius: 8px;
	margin: 0 auto;
	text-decoration: none;
	cursor: pointer;
}

.mail-btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	pointer-events: none;
}

.mail-btn:hover {
	text-decoration: none;
}

.mail-check-msg {
	margin-top: 10px;
	text-align: center;
	color: #e60012;
	display: none;
}

/*------- ▼ effect -------*/
@media screen and (min-width: 1079px) {
	.menu-item a {
		width: 100%;
		display: block;
		text-decoration: none;
		position: relative;
	}

	.none-active a::after {
		position: absolute;
		bottom: -4px;
		left: 18px;
		content: '';
		width: 65%;
		height: 1px;
		background: #a4917b;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform .3s;
	}

	.none-active a:hover::after {
		transform: scale(1, 1);
	}

	.active a::after {
		position: absolute;
		bottom: -4px;
		left: 18px;
		content: '';
		width: 65%;
		height: 1px;
		background: #a4917b;
	}

	.means-link:hover,
	.submit-btn:hover {
		opacity: 0.7;
		transition: 0.3s ease-in-out;
	}

	.submit-btn.tel:hover {
		opacity: 1;
	}
}

/*------- ▲ effect -------*/
/*------- ▼ SP・TB -------*/
@media screen and (max-width: 1079px) {

	/* --------------------------------------
 common
----------------------------------------- */
	.sec {
		margin-bottom: 40px;
	}

	.sec-wrap {
		padding: 0;
	}

	.sec-tt {
		height: auto;
		font-size: 1.8rem;
		padding-left: 40px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		background-size: 30px;
	}

	.sec-tt span {
		font-size: 2.2rem;
	}

	/* サブタイトル */
	.sec-subtt,
	.sec-subtx {
		padding-left: 25px;
	}

	.sec-subtt {
		font-size: 2.0rem;
		margin-bottom: 5px;
	}

	/* --------------------------------------
 header
----------------------------------------- */
	.header {
		width: 100%;
		height: 60px;
		position: relative;
		margin: 0;
		padding: 0;
	}

	/* 開閉用ボタン */
	.menu-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 100px;
		height: 40px;
		line-height: 40px;
		font-size: 1.2rem;
		text-align: center;
		cursor: pointer;
		z-index: 10;
		background: #333;
	}

	.menu-btn span {
		color: #fff;
		background: 333px;
	}

	.menu-btn span:after {
		content: attr(data-txt-menu);
	}

	/* 開閉用ボタンクリック */
	.menu {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .8);
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: hidden;
		opacity: 0;
		z-index: 5;
		border: 0;
		border-radius: 0;
		padding: 0;
	}

/*
SP時に7-8言語の場合はこちらを反映してください
*/
	/* .menu-inner {
		height: 100%;
		padding: 70px 3%;
		overflow: scroll;
	} */

	/* .menu-list {
		width: 100%;
		padding-left: 0;
		height: auto;
		background: none;
	} */

.menu-inner {
	position: relative;
	height: 100%;
	overflow: scroll;
}

.menu-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 0 3%;
	height: auto;
	background: none;
}

	.menu-item {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}

	.menu-item:last-child {
		margin-bottom: 0;
	}

	.menu-item br {
		display: none;
	}

	.menu-item a {
		display: block;
		font-size: 1.4rem;
		color: #fff;
		background: rgba(255, 255, 255, 0.3);
		border: 1px solid #fff;
	}

	.menu-item a:hover {
		color: #999;
	}

	/* 開閉用ボタンがクリックされた時のスタイル */
	.open {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.open .menu-btn {
		background: #fff;
	}

	.open .menu-btn span {
		color: #333;
	}

	.open .menu-btn span:after {
		content: attr(data-txt-close);
	}

	.open .menu {
		cursor: url(../images/cross.svg), auto;
		-webkit-transition: all .5s;
		transition: all .5s;
		visibility: visible;
		opacity: 1;
	}

	/* --------------------------------------
 fv
----------------------------------------- */
	.fv {
		margin-bottom: 40px;
	}

	.fv-wrap {
		width: calc(100% - 220px);
		margin: 0 0 0 3%;
		word-wrap: break-word;
	}

	.fv-logo {
		margin-bottom: 20px;
	}

	.fv-name {
		font-size: 2.2rem;
		padding: 20px 0 40px;
	}

	.fv-illust {
		position: absolute;
		bottom: 0;
		right: 3%;
	}

	.fv-illust img {
		vertical-align: top;
		max-width: initial;
		max-height: 160px;
	}

	/* --------------------------------------
 main
----------------------------------------- */
	.main {
		width: 94%;
		margin: 0 3%;
	}

	/*通報・相談の前にお読みください*/
	.intro {
		margin-bottom: 40px;
	}

	.intro-tt {
		font-size: 1.8rem;
		color: #e60012;
		margin-bottom: 15px;
	}

	/*通報・相談出来る内容*/
	.illust {
		justify-content: space-between;
	}

	.illust-item {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}

	.illust-item-image {
		width: 60px;
		height: 60px;
	}

	.illust-item-image img {
		height: 28px;
	}

	.illust-item-txt {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}

	.content-txt {
		font-size: 1.8rem;
	}

	/*通報・相談のながれ*/
	.step-tx-item {
		font-size: 1.8rem;
	}

	.step-tx-wrap {
		margin-left: 20px;
	}

	.step-type {
		font-size: 1.2rem;
	}

	.step-img {
		width: 60px;
		height: 60px;
	}

	.step-img img {
		max-width: 25px;
	}

	.step-wrap::after {
		top: 100px;
		height: calc(100% - 100px);
	}

	.step-tx-frame {
		margin-top: 4px;
		padding: 20px;
	}


	/*通報・相談方法*/
	.method-tx {
		font-size: 1.4rem;
		margin-bottom: 20px;
	}

	.means-list {
		justify-content: space-between;
		margin-bottom: -20px;
	}

	.means-item {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.means-link span {
		width: 50px;
		height: 50px;
		background-size: cover;
	}

	/*受付時間*/
	.reception-time-wrap {
		padding: 20px 20px;
	}

.reception-time-content-time {
	margin-left: 14px;
}
	/* --------------------------------------
consent
----------------------------------------- */
	.consent-main {
		margin: 40px auto 0;
	}

	.consent-txt {
		text-align: center;
		margin-bottom: 20px;
	}

	.submit-btn-agree {
		width: 100%;
		font-size: 1.8rem;
	}

	.important-points-inner {
		padding: 16px;
	}

	.important-points-content:not(:first-child) {
		margin: 30px 0 0;
	}

	.important-points-tt span {
		font-size: 1.6rem;
	}

	.realname-range-table-content {
		width: 100%;
		margin: 10px auto;
	}

	.realname-range-table span {
		display: inline-block;
	}

	.realname-range-table-annotation-newline {
		display: inline;
		text-indent: initial;
	}

	/*スクロール終了時にチェックボックスをアクティブ*/
	.important-points-check {
		margin: 15px 0;
	}

	/* --------------------------------------
各通報・相談コンテンツ共通
----------------------------------------- */
	.content-main {
		margin: 40px auto 0;
	}

	.back-button {
		position: relative;
		width: 100%;
		margin: 40px auto;
		font-size: 1.8rem;
	}

	.back-button:hover {
		opacity: 0.7;
		transition: 0.3s ease-in-out;
	}

	/* --------------------------------------
form
----------------------------------------- */
	.form-wrap {
		margin-bottom: 30px;
	}

	.form-inner {
		padding: 20px 10px 0;
		margin-bottom: 30px;
	}

	.form-tt {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}

	.form-tt::before {
		content: "○";
		margin-right: 10px;
	}

	.form-dt {
		width: 100%;
		margin-bottom: 10px;
	}

	.form-dd {
		width: 100%;
		margin-bottom: 20px;
	}

	.form-dt:last-of-type {
		margin-bottom: 10px;
	}

	.contact-mail-txt {
		width: 100%;
		margin-left: initial;
		margin-bottom: 20px;
	}

	/* formデザイン */
	.form [type="text"],
	.form [type="email"],
	.form [type="tel"],
	.form select,
	.form textarea {
		font-size: 1.6rem;
	}

	/* 必須・任意 */
	.form .must,
	.form .any {
		margin-right: 10px;
	}

	/* Checkbox */
	.form label {
		margin-right: 10px;
	}

	/* button */
	.submit-btn {
		width: 100%;
		font-size: 1.8rem;
	}

	.submit-btn a {
		display: block;
		width: 100%;
	}

	/*file添付*/
	.file-li {
		margin-left: 2em;
	}

	.file-note-ul {
		width: 100%;
		margin-left: initial;
		margin-bottom: 20px;
	}

		.file-clear-btn {
			width: 100%;
			text-align: center;
			margin-top: 20px;
			padding: 5px 15px;
			font-size: 1.2rem;
			border-radius: 4px;
			border: 1px solid #a4917b;
		}

	/* form注意事項モーダルウィンドウ */
	.important-points-modal {
		padding: 20px;
	}

	.important-points-modal-wrap {
		padding: 10px;
		max-height: calc(100vh - 40px);
	}

	.important-points-modal-content {
		padding: 10px 4px 10px 0;
		max-height: calc(100vh - 60px);
	}

	/* 閉じるボタン */
	.important-points-modal .js-important-modal-close {
		width: 96%;
		max-width: 400px;
		padding: 10px 0;
		margin: 40px auto;
		font-size: 1.6rem;
		border-radius: 30px;
		color: #fff;
		background: #a4917b;
		cursor: pointer;
	}

	/* --------------------------------------
TEL
----------------------------------------- */
	/* 電話リンク */
	.tel a {
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.tel img {
		max-width: 150px;
		vertical-align: middle;
	}

	.indent span .tel-week-tx {
		margin-right: 14px;
		color: #333;
	}

	/* --------------------------------------
メール
----------------------------------------- */
	.intro-form .accordion-tt {
		padding-left: 20px;
		padding-top: 2%;
		padding-bottom: 2%;
	}

	.mail-template {
		font-size: 1.8rem;
	}

	.mail-btn {
		width: 100%;
		font-size: 1.8rem;
	}

	.mail-checkbox {
		font-size: 16px;
	}

	/* --------------------------------------
確認画面調整
----------------------------------------- */
	table#mfp_confirm_table tr th {
		white-space: normal;
		width: 150px;
	}
}

/*------- ▲ SP・TB -------*/
/*------- ▼ 微調整 -------*/
@media screen and (max-width: 650px) {

	/* --------------------------------------
 fv
----------------------------------------- */
	.fv {
		margin-bottom: 20px;
	}

	.fv-illust {
		position: initial;
		margin-top: -40px;
		text-align: center;
	}

	.fv-illust img {
		vertical-align: top;
		max-width: initial;
		max-height: 160px;
	}

	.fv-wrap {
		width: 94%;
		margin: 0 3%;
	}

	/* --------------------------------------
main
----------------------------------------- */
	/*通報・相談できる内容*/
	.illust-item {
		width: calc(100% / 2 - 5px);
		margin-bottom: 10px;
	}

	/*通報・相談のながれ*/
	.step-tx-wrap {
		margin-left: 10px;
		padding-bottom: 20px;
	}

	.step-tx-item {
		font-size: 1.6rem;
	}

	.step-tx-frame {
		padding: 14px;
	}

	/* --------------------------------------
from
----------------------------------------- */
	/*file添付*/
	.form label.file-up-label {
		margin-right: 0;
		flex-direction: column;
		align-items: initial;
	}

	.file-up-btn {
		width: 100%;
		display: block;
		margin-right: 0;
		padding: 10px;
	}

	#file-up-name {
		max-width: 100%;
		white-space: pre-wrap;
	}

}


@media screen and (max-width: 400px) {
	.submit-btn-pnk {
		height: auto;
		padding: 15px 10px;
		line-height: 1.7;
	}

	/* --------------------------------------
consent
----------------------------------------- */
	.submit-btn-agree {
		height: auto;
	}

	.submit-btn-agree a {
		padding: 15px 10px;
		line-height: 1.7;
	}

	/* --------------------------------------
メール
----------------------------------------- */
	.mail-btn {
		height: auto;
	}

	.mail-btn a {
		padding: 15px 10px;
		line-height: 1.7;
	}
}

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

	/* --------------------------------------
consent
----------------------------------------- */
	.realname-range-table span {
		display: inline;
	}

	.realname-range-table {
		font-size: 1.2rem;
	}
}

/* エラーメッセージ調整 */
div.mfp_err {
	background-position: left center;
	line-height: 1.5;
}