@charset "utf-8";


/**************************
*
* 初期設定↓
*
**************************/

body {
	font-size: 1.5rem;
}




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
事業概要申し込みフォーム
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.joining #contents.inner {
	background: #fff;
}

/* .joining form {
	padding: 40px 60px 50px;
	margin-bottom: 65px;
} */
/* .joining .form_tit01 {
	color: #EC5C8B;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
} */
.joining .form_tit02 {
	color: #fff;
	padding: 6px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #EC5C8B;
}

.joining .require {
	float: right;
}

/* .joining .caution {
	margin: 0 0 16px;
} */

.joining .caution .require {
	float: none;
	margin-right: 12px;
}

/* .joining section+section {
	margin-top: 50px;
} */

.joining .wide01 {
	width: 242px;
}

.joining .wide02 {
	width: 436px;
}

.joining .wide03 {
	width: 113px;
}

.joining .wide04 {
	width: 321px;
}

.joining .wide05 {
	width: 200px;
}

.joining .wide06 {
	width: 100%;
}

.joining .wide06 {
	width: 100%;
}

.joining .wide07 {
	width: 40px;
}

input[name="company_address2"] {
	width: 100% !important;
}

.joining .post-link {
	text-decoration: underline;
	color: #e04126;
	position: relative;
	margin-left: 10px;
}

.joining .post-link:after {
	content: "";
	background: url(../image/joining/post_icon.gif) no-repeat;
	width: 15px;
	height: 12px;
	position: absolute;
	right: -21px;
	top: 2px;
}

.joining th,
.joining td {
	padding: 14px 0;
	border-bottom: 1px solid #d7d7d7;
}

.joining th {
	font-weight: bold;
	padding-left: 20px;
	padding-right: 15px;
	box-sizing: border-box;
	width: 290px;
	line-height: 22px;
	padding-top: 22px;
	vertical-align: top;
	text-align: left;
}

.joining td {
	color: #333;
}

.joining input,
.joining select,
.joining textarea {
	padding: 8px;
	border: 2px #d7d7d7 solid;
	border-radius: 5px;
	box-sizing: border-box;
}

.joining .check_item {
	height: 30px;
}

.joining .check_item input[type="checkbox"]+LABEL.checkbox {
	position: relative;
	width: 100%;
	cursor: pointer;
}

.joining .check_item input[type="checkbox"]+LABEL.checkbox:after {
	content: "";
	position: absolute;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-top: 4px solid #d7d7d7;
	border-left: 4px solid #d7d7d7;
	border-right: 2px solid #d7d7d7;
	border-bottom: 2px solid #d7d7d7;
	box-sizing: border-box;
	left: 0;
	top: 0;
	border-radius: 3px;
}

.joining .check_item p {
	position: relative;
	left: 30px;
	top: 1px;
}

/* .joining .radio_item {
	height: 30px;
} */

.joining .radio_item p {
	position: relative;
	top: 1px;
	left: 5px;
}

.joining .check_item input[type="checkbox"]+LABEL.checkbox::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 6px;
	width: 8px;
	height: 6px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	opacity: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	z-index: 1;
}

.joining .check_item input[type="checkbox"] {
	display: none;
}

.joining .check_item input[type="checkbox"]:checked+LABEL.checkbox:after {
	background: #EC5C8B;
}

.joining .check_item input[type="checkbox"]:checked+LABEL.checkbox::before {
	opacity: 1;
}

.joining .select {
	position: relative;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
}

.joining .form-group .select {
	width: 100%;
	max-width: 350px;
}

.joining .form-group .select .wide01{
	width: 100%;
}

.joining .select:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	content: "";
	width: 25px;
	z-index: 0;
	display: block;
	position: absolute;
	background: #EC5C8B;
	border-radius: 3px;
}

.joining .select:after {
	top: 0;
	right: 13px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	position: absolute;
	content: "";
	border: solid transparent;
	border-width: 7px 4px 0;
	border-top-color: #fff;
}

.joining select {
	cursor: pointer;
	position: relative;
	background: transparent;
	-webkit-appearance: none;
	z-index: 1;
}

.joining input:focus,
.joining select:focus,
.joining textarea:focus {
	border-color: #E7336E;
}

.joining .error {
	/*color: #ff3c4a;*/
	border-color: #ff3c4a;
}

.joining table {
	width: 100%;
}

.joining .require {
	color: #fff;
	width: 43px;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	background: #ff3c4a;
	display: inline-block;
	border-radius: 12px;
}

.joining .file_up .file_txt {
	border: none;
	background: #e3e3e3;
	border-radius: 0;
	color: #666;
	padding-left: 15px;
	box-sizing: border-box;
	margin-left: 10px;
	line-height: 36px;
	display: inline-block;
	padding: 0 15px;
}

.joining .file_up input[type="file"] {
	border: none;
	display: none;
}

.joining .file_up label {
	background: #efefef;
	text-align: center;
	border: 1px solid #767676;
	width: 114px;
	line-height: 25px;
	display: inline-block;
	box-sizing: border-box;
	color: #000;
	border-radius: 2px;
}

.joining .store_btn {
	padding: 10px 0 50px;
	border-bottom: 1px solid #d7d7d7;
}

.joining .store_btn ul {
	float: right;
}

.joining .store_btn li {
	display: inline-block;
	border: 2px solid;
	border-radius: 8px;
	box-sizing: border-box;
	position: relative;
	width: 169px;
	line-height: 42px;
	cursor: pointer;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	font-size: 16px;
}

.joining .store_btn li:after {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 9px;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.joining .store_btn li:hover {
	color: #fff;
}

.joining .store_btn li:hover:after {
	background: #fff;
}

.joining .store_btn li span {
	display: block;
	position: relative;
}

.joining .store_btn li span:after {
	content: "";
	background: #fff;
	width: 10px;
	height: 2px;
	position: absolute;
	left: 13px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.joining .store_btn .add span:before {
	content: "";
	background: #fff;
	width: 2px;
	height: 10px;
	position: absolute;
	left: 17px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
}

.joining .store_btn .add {
	border-color: #EC5C8B;
	color: #EC5C8B;
}

.joining .store_btn .add:after {
	background: #EC5C8B;
}

.joining .store_btn .add span {
	padding-left: 35px;
}

.joining .store_btn .add:hover {
	background: #EC5C8B;
}

.joining .store_btn .add:hover span:after,
.joining .store_btn .add:hover span:before {
	background: #EC5C8B;
}

.joining .store_btn .dele {
	border-color: #ff3c4a;
	color: #ff3c4a;
	text-align: center;
}

.joining .store_btn .dele:after {
	background: #ff3c4a;
}

.joining .store_btn .dele:hover {
	background: #ff3c4a;
}

.joining .store_btn .dele:hover span:after {
	background: #ff3c4a;
}

.joining form .buttons button,
.joining form .buttons {
	color: #fff;
	width: 373px;
	max-width: 100%;
	height: 60px;
	border: none;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	line-height: 60px;
	font-weight: bold;
	position: relative;
	background: #E7336E;
	margin-top: 40px;
	border-radius: 8px;
	cursor: pointer;
}

.joining form .buttons button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 21px;
	z-index: 1;
}

.joining form .button-return input,
.joining form .button-return {
	color: #333;
	width: 212px;
	max-width: 100%;
	height: 50px;
	border: none;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	line-height: 50px;
	position: relative;
	background: #d5d5d5;
	margin-top: 40px;
	border-radius: 8px;
	cursor: pointer;
	padding: 0;
}

.joining form .button-return:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 3px solid #333;
	border-right: 3px solid #333;
	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	left: 21px;
	z-index: 1;
}

.txt_shape {
	display: inline-block;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
	padding: 0;
}

.modal-footer .col-4 {
	display: inline-block;
}

.modal-footer .justify-content-end {
	text-align: right;
}

.row {
	display: block;
	flex-wrap: wrap;
	margin: 0;
}

.row+.row {
	margin-top: 10px;
}

.text-danger a {
	text-decoration: underline;
	color: #e3342f;
}

.btn-outline-secondary {
	min-width: 104px;
}

#scripts {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* @media (max-width: 768px) { */
@media screen and (max-width: 968px) {
	.joining th,
	.joining td {
		padding: 10px 0;
	}

	.joining section+section {
		margin-top: 25px;
	}

	.joining table,
	.joining tbody,
	.joining tr,
	.joining th,
	.joining td {
		display: block;
	}

	.joining th {
		width: auto;
		border-bottom: none;
		padding: 10px 0 3px;
	}

	.joining .post-link {
		margin: 10px 0 0 0;
		display: inline-block;
	}

	.joining td {
		padding-top: 0;
		padding-right: 0;
	}

	.joining form .link {
		margin-left: 0;
		margin-top: 10px;
		display: block;
	}

	.joining .select.fl {
		margin-top: 5px;
		margin-left: 0 !important;
	}

	.joining form .buttons .return,
	.joining form .buttons button,
	.joining form .buttons [type=button] {
		margin-top: 25px;
	}

	.joining form {
		/* padding: 30px 0; */
		margin-bottom: 30px;
	}

	.joining .wide02 {
		width: 100%;
	}

	.joining .require {
		width: 35px;
		height: 20px;
		font-size: 10px;
		line-height: 22px;
	}

	.joining .wide03 {
		width: 78px;
	}

	.joining .file_up .file_txt {
		line-height: 16px;
		width: 100%;
		vertical-align: middle;
		padding: 8px;
		margin: 10px 0;
	}

	.joining .store_btn li {
		line-height: 30px;
		font-size: 13px;
		width: 132px;
		border-radius: 4px;
	}

	.joining .store_btn .add span {
		padding-left: 32px;
	}

	.ml10 {
		margin: 10px 0 0 0;
	}

	.pd-img01 img {
		max-width: 100%;
	}

	.txt_shape {
		margin-top: 5px;
	}

	.joining form .buttons button,
	.joining form .buttons {
		width: 270px;
		height: 46px;
		line-height: 48px;
		font-size: 18px;
		border-radius: 4px;
		margin-top: 30px;
	}

	.joining form .button-return input,
	.joining form .button-return {
		width: 190px;
		font-size: 14px;
		height: 40px;
		line-height: 42px;
		margin-top: 20px;
		border-radius: 4px;
	}

	/* .joining .form_tit01 {
		font-size: 17px;
	} */
	.joining .form_tit02 {
		font-size: 15px;
	}

	.joining .wide04,
	.joining .wide01 {
		width: 100%;
	}

	.joining table img {
		max-width: 100%;
	}

	.joining .sp_wide01 {
		width: 70px;
	}

	.joining select {
		padding: 8px 30px 8px 8px;
	}
}

@media (max-width: 480px) {
	.joining select.wide02 {
		font-size: 2.9vw;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
誓約書同意確認
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.joining_written #main_cont .tit_sub {
	background: none;
	margin-bottom: 0;
	line-height: inherit;
}

.joining_written #main_cont {
	padding: 69px 0;
}

.joining_written #contents.inner {
	background: #fff;
}

.joining_written form {
	padding: 50px;
	margin-bottom: 90px;
}

.joining_written .joining_tit01 {
	color: #E7336E;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.joining_written .joining_sub {
	font-weight: bold;
	text-align: center;
	margin: 60px 0 30px;
}

.joining_written .joining_list {
	margin-bottom: 50px;
}

.joining_written .joining_list ol li {
	margin-left: 4em;
	text-indent: -3em;
}

.joining_written .joining_list ol li .mr_1em {
	margin-right: 1em;
}

.joining_written .joining_tit02 {
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #E7336E;
	margin: 20px 0;
}

.joining_written section {
	line-height: 2.14;
}

.joining_written .check {
	padding: 20px 20px 20px 53px;
	text-indent: -2.1em;
	border: 1px solid #b2b2b2;
}

.joining_written tr td {
	border: 1px solid #999999 !important;
	padding: 10px !important;
	text-indent: 0 !important;
}

.joining_written th {
	border: 1px solid #999999 !important;
	padding: 10px !important;
	text-indent: 0 !important;
	background-color: #e3f7c8;
}

.joining_written label {
	margin: 0 29px;
	display: block;
	cursor: pointer;
}

.joining_written label:hover {
	opacity: .7;
}

.joining_written label+label {
	margin-top: 10px;
}

.joining_written .check_first {
	padding: 20px 20px 30px 40px;
	text-indent: -2em;
	border: 1px solid #b2b2b2;
	margin: 18px 29px 0;
}

.joining_written .check_last {
	padding: 20px 20px 30px 40px;
	text-indent: -2em;
	border: 1px solid #b2b2b2;
	margin: 10px 29px 18px;
}

.joining_written .check_first_last {
	padding: 20px 20px 30px 40px;
	text-indent: -2em;
	border: 1px solid #b2b2b2;
	margin: 18px 29px 60px;
}

.joining_written input {
	width: 20px;
	height: 20px;
	margin-right: 16px;
	position: relative;
	top: 3px;
}

.joining_written .section02 p {
	padding: 10px 0 10px 30px;
}

.joining_written .section02 ul {
	border: 1px solid #999;
	margin-top: 10px;
	padding-bottom: 10px;
}

.joining_written .section02 li.check3 {
	text-indent: -1em !important;
	padding: 10px 10px 0 20px;
}

.joining_written .section02 li.check3::before {
	content: "●";
	color: #E7336E;
}

.joining_written form .buttons button {
	background: #e7482d;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
	display: inline-block;
	border-radius: 40px;
	width: 386px;
	position: relative;
	padding-right: 12px;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: 0 auto;
	display: block;
}

/*.joining_written form .buttons button:after {
	content: "";
	background: url(../image/contact_btn_on.png) no-repeat;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
}*/
.joining_written .link_cont_btn {
	background: #E7336E;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
	border-radius: 40px;
	width: 386px;
	position: relative;
	padding-right: 12px;
	box-sizing: border-box;
	border: 2px solid #E7336E;
	margin: 100px auto 0;
	text-align: center;
	display: block;
}

/*.joining_written .link_cont_btn:after {
	content: "";
	background: url(../image/contact_btn_on.png) no-repeat;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
}*/
.joining_written .link_cont_btn:hover {
	background: #fff;
	color: #E7336E;
	opacity: 1;
}

.joining_written .link_cont_btn:hover:after {
	background: url(../image/contact_btn_orange.png) no-repeat;
}

.joining_written .check span.written_sup {
	font-size: 0.5em;
	vertical-align: super;
}

.joining_written.eat .box_style {
	border: 3px solid #E7336E;
	padding: 15px;
	text-indent: 0;
	margin: 5px 0 20px;
	text-align: center;
	font-weight: bold;
	line-height: 26px;
}

.joining_written.eat .box_style .deco01 {
	font-size: 124%;
}

.joining_written.eat .box_style .deco02 {
	text-decoration: underline;
	color: #E7336E;
	font-size: 124%;
	margin-top: 10px;
	display: inline-block;
}

.joining_written.eat .joining_tit01 {
	color: #E7336E;
}

.joining_written.eat .link_cont_btn {
	background: #E7336E;
	border-color: #E7336E;
}

.joining_written.eat .name {
	margin-bottom: 30px;
}

.joining_written.eat .link_cont_btn:hover {
	color: #E7336E;
	background: #fff
}

/* @media (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.joining_written #main_cont {
		padding: 29px 0;
	}

	.joining_written form {
		padding: 35px 15px;
		margin-bottom: 45px;
	}

	.joining_written .joining_sub {
		margin: 30px 0 15px;
		text-align: left;
	}

	.joining_written .joining_list ol li {
		margin-left: 3em;
	}

	.joining_written .joining_tit02 {
		padding: 8px;
		font-size: 14px;
		margin: 10px 0;
	}

	.joining_written .link_cont_btn {
		width: 280px;
		line-height: 48px;
		font-size: 15px;
		margin-top: 25px;
	}

	.joining_written .link_cont_btn:after {
		width: 32px;
		height: 32px;
		background-size: 100% !important;
	}

	.joining_written section {
		line-height: 19px;
	}

	.joining_written .joining_list {
		margin-bottom: 35px;
	}

	.joining_written label {
		margin: 0 10px;
	}

	.joining_written input {
		margin-right: 10px;
	}

	.joining_written .section02 p {
		padding: 15px 0 7px 13px;
	}

	.joining_written .check {
		padding: 9px 10px 13px 47px;
	}

	.joining_written.eat .box_style {
		border-width: 2px;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
参加条件確認
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.joining_terms #main_cont .tit_sub {
	background: none;
	margin-bottom: 0;
	line-height: inherit;
}

.joining_terms #main_cont {
	padding: 69px 0;
}

.joining_terms .tit_sub {
	background: none;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding: 0 57px;
	line-height: 51px;
	display: inline-block;
	margin-bottom: 0px;
}

.joining_terms #contents.inner {
	background: #fff;
}

.joining_terms .joining_tit01 {
	color: #E7336E;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.joining_terms .joining_tit02 {
	color: #fff;
	padding: 11px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background: #E7336E;
}

.joining_terms .joining_sub {
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.joining_terms .container {
	padding: 40px 50px 50px;
	margin-bottom: 90px;
}

.joining_terms .section01 {
	margin-bottom: 55px;
}

.joining_terms .section01 ol {
	padding: 7px 40px 7px 7px;
}

.joining_terms .section01 li {
	line-height: 30px;
}

.joining_terms .indent {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.joining_terms .example {
	margin: 14px 0px 14px 18px;
	padding: 10px 20px 20px;
}

.joining_terms .example01 {
	background-color: #ffd3cb;
}

.joining_terms .example01 h5 {
	color: #E7336E;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

.joining_terms .example01 li {
	padding: 0 0 0px 14px;
}

.joining_terms .example02 {
	background-color: #cccccc;
}

.joining_terms .example02 h5 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 3px;
}

.joining_terms .example02 p {
	padding: 3px 0 2px 14px;
}

.joining_terms .example02 li {
	padding: 0 0 0px 27px;
	line-height: 30px;
}

.joining_terms .example02 .caution {
	padding-left: 3em;
	text-indent: -2em;
	display: inline-block;
}

.joining_terms .section02 {
	margin-bottom: 55px;
}

.joining_terms .section02 ol {
	padding: 7px 30px 7px 7px;
}

.joining_terms .section02 li {
	line-height: 30px;
}

.joining_terms .section02>ol>li .caution {
	padding-left: 27px;
	display: inline-block;
}

.joining_terms .section02>ol>li .url {
	padding-left: 39px;
	display: inline-block;
}

.joining_terms .section02>ol>li .url a {
	color: #e7482d;
}

.joining_terms .fl {
	width: 410px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.joining_terms .fl tr:last-child {
	border-bottom: 1px solid #d0d0d0;
}

.joining_terms .fr {
	width: 410px;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 70px;
}

.joining_terms .fr>p {
	margin-top: 10px;
}

.joining_terms .red {
	background-color: #ffd3cb;
}

.joining_terms .gray {
	background-color: #e3ddd5;
}

.joining_terms .division tr {
	border-top: 1px solid #d0d0d0;
	padding: 0px;
	height: 40px;
}

.joining_terms .division th {
	text-align: center;
	width: 60px;
}

.joining_terms .division td {
	padding-left: 15px;
}

.joining_terms .container .buttons a {
	width: 386px;
	box-sizing: border-box;
	border: 2px solid #fff;
	margin: 0 auto;
	display: block;
}

.joining_terms .link_cont_btn {
	background: #E7336E;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
	border-radius: 40px;
	width: 386px;
	position: relative;
	padding-right: 12px;
	box-sizing: border-box;
	border: 2px solid #E7336E;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/*.joining_terms .link_cont_btn:after {
	content: "";
	background: url(../image/contact_btn_on.png) no-repeat;
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
}*/
.joining_terms .link_cont_btn:hover {
	background: #fff;
	color: #E7336E;
	opacity: 1;
}

.joining_terms .link_cont_btn:hover:after {
	background: url(../image/contact_btn_orange.png) no-repeat;
}

/* @media (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.joining_terms #main_cont {
		padding: 29px 0;
	}

	.joining_terms .container {
		padding: 15px 10px 35px;
		margin-bottom: 45px;
	}

	.joining_terms .section01 ol {
		padding: 10px;
	}

	.joining_terms .example {
		margin: 5px 0 0 0;
		padding: 10px;
	}

	.joining_terms .example01 li {
		padding: 0 0 0 1em;
		text-indent: -1em;
	}

	.joining_terms .example02 p {
		padding: 0;
	}

	.joining_terms .example02 li {
		padding: 0;
	}

	.joining_terms .section01,
	.joining_terms .section02 {
		margin-bottom: 30px;
	}

	.joining_terms .joining_tit02 {
		padding: 8px;
		font-size: 14px;
	}

	.joining_terms .section02>ol>li .caution,
	.joining_terms .section02>ol>li .url {
		padding-left: 1em;
		text-indent: -1em;
	}

	.joining_terms .section01 li,
	.joining_terms .section02 li {
		line-height: 19px;
		margin-top: 5px;
	}

	.joining_terms .fl,
	.joining_terms .fr {
		width: 100%;
		float: none;
		margin: 10px 0 0 0;
	}

	.joining_terms .link_cont_btn {
		width: 280px;
		line-height: 48px;
		font-size: 15px;
		margin-top: 25px;
	}

	.joining_terms .link_cont_btn:after {
		width: 32px;
		height: 32px;
		background-size: 100% !important;
	}
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
参加条件確認 質問
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.joining_chart {
	background: #f8f7f7;
}

.joining_chart #main_cont .tit_sub {
	background: none;
	margin-bottom: 0;
	line-height: inherit;
}

.joining_chart #main_cont {
	padding: 69px 0;
}

.joining_chart .detail {
	text-align: left;
	max-width: 608px;
	margin: 50px auto 0;
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.7;
}

.joining_chart_cont {
	background: #fff;
	width: 980px;
	margin: 95px auto;
	text-align: center;
	padding: 65px 30px 80px;
	box-sizing: border-box;
}

.joining_chart_cont .joining_txt {
	font-weight: bold;
	font-size: 19px;
	line-height: 1.7;
}

.joining_chart_cont .joining_txt.zero {
	display: none;
	margin-top: 50px;
	text-align: center;
}

/*.joining_chart_cont .joining_txt.zero.eat {
	margin-top: 0;
}
.joining_chart_cont .joining_txt.zero .link_cont_btn02 {
	margin-top: 15px;
}
.joining_chart_cont .joining_txt.zero .dl_text {
	margin-top: 20px;
	color:#000;
}
.joining_chart_cont .joining_txt.zero .dl_text a {
	text-decoration: underline;
	color: #ff0000;
}*/
.joining_chart_cont .joining_txt.docs.eat {
	margin-top: 0;

}

.joining_chart_cont .joining_txt.docs {
	color: #ff0000;
}

.joining_chart_cont .joining_txt.docs .link_cont_btn02 {
	margin-top: 15px;
}

.joining_chart_cont .joining_txt.docs .dl_text {
	margin-top: 20px;
	color: #000;
}

.joining_chart_cont .joining_txt.docs .dl_text a {
	text-decoration: underline;
	color: #ff0000;
}

.joining_chart_cont ul {
	/*width: 495px;*/
	margin: 35px auto 0;
}

.joining_chart_cont li {
	display: inline-block;
	width: 48.5%;
}

.joining_chart_cont .tenant_q07 li {
	width: 100%;
}

.joining_chart_cont .tenant_q07 li+li {
	margin: 10px 0 0 0;
}

.joining_chart_cont li+li {
	margin-left: 1%;
}

.joining_chart_cont li p {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 40px;
	padding: 22px 0;
	cursor: pointer;
}

.joining_chart_cont li p:hover {
	opacity: .5;
}

.joining_chart_cont li p span {
	display: inline-block;
	margin-right: 20px;
}

.joining_chart_cont .yes_style p {
	background: #ff5534;
}

.joining_chart_cont .no_style p {
	background: #EC5C8B;
}

.joining_chart .q_txt:nth-child(n+2) {
	display: none;
}

.joining_chart .not_applicable,
.joining_chart .not_applicable02 {
	display: none;
}

.joining_chart_cont .link_cont_btn,
.joining_chart_cont .link_cont_btn03 {
	background: #ff5534;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
	border-radius: 40px;
	width: 386px;
	position: relative;
	box-sizing: border-box;
	border: 2px solid #ff5534;
	margin: 90px auto 0;
	display: none;
}

.joining_chart.eat .link_cont_btn03 {
	margin-top: 0;
}

.joining_chart_cont .link_cont_btn03 {
	background: #EC5C8B;
	border-color: #EC5C8B;
}

.joining_chart_cont .link_cont_btn02 {
	background: #ff5534;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 66px;
	border-radius: 40px;
	width: 386px;
	position: relative;
	padding-right: 12px;
	box-sizing: border-box;
	border: 2px solid #ff5534;
	margin: 90px auto 0;
	display: block;
}

.joining_chart_cont [class*="link_cont_btn"]:after {
	content: "";
	width: 7px;
	height: 7px;
	display: block;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 28px;
	bottom: 0;
	margin: auto 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.joining_chart_cont [class*="link_cont_btn"]:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	border: 3px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 18px;
	bottom: 0;
	margin: auto 0;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.joining_chart_cont [class*="link_cont_btn"]:hover:after,
.joining_chart_cont [class*="link_cont_btn"]:hover:before {
	border-color: #ff5534;
}

.joining_chart_cont [class*="link_cont_btn"]:hover {
	background: #fff;
	color: #ff5534;
	opacity: 1;
}

.joining_chart_cont .link_cont_btn03:hover:after,
.joining_chart_cont .link_cont_btn03:hover:before {
	border-color: #EC5C8B !important;
}

.joining_chart_cont .link_cont_btn03:hover {
	color: #EC5C8B !important;
}

/* @media (min-width: 769px) { */
@media screen and (min-width: 969px) {
	.joining_chart {
		height: calc(100vh - 72px);
	}
}

/* @media (max-width: 768px) { */
@media screen and (max-width: 968px) {
	.joining_chart .inner {
		padding: 0 10px;
	}

	.joining_chart #main_cont {
		padding: 29px 0;
	}

	.joining_chart_cont {
		width: 100%;
		padding: 32px 15px 40px;
		margin: 47px auto;
	}

	.joining_chart_cont .joining_txt {
		font-size: 15px;
		text-align: left;
	}

	.joining_chart_cont ul {
		width: 100%;
		margin: 17px auto 0;
	}

	.joining_chart_cont li {
		width: 100%;
	}

	.joining_chart_cont li+li {
		margin: 10px 0 0 0;
	}

	.joining_chart_cont li p {
		font-size: 15px;
	}

	.joining_chart .q_txt span {
		font-size: 17px;
	}

	.joining_chart_cont [class*="link_cont_btn"] {
		width: 280px;
		line-height: 48px;
		font-size: 15px;
		margin-top: 50px;
	}

	.joining_chart_cont [class*="link_cont_btn"]:after,
	.joining_chart_cont [class*="link_cont_btn"]:before {
		border-width: 2px;
	}
}

/* ここまで既存CSSマージ */


/**************************
*
* ページ名↓
*
**************************/


/* --- セクション名等 --- */

a:hover {
	opacity: 0.7;
}

.flex {
	display: flex;
}

.container,
#contents form {
	max-width: 980px;
	margin: 0 auto;
}

/* header .container {
	justify-content: space-between;
	align-items: center;
} */

/* h1 {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.2;
} */



#top .contents_text .center {
	text-align: center;
}

/*


.header_main_ttl {
	padding: 10px 0;
	font-size: 12px;
	line-height: 1.2;
}

.header_main_ttl a {
	display: block;
	width: 230px;
}

header .menu {
	font-size: 14px;
	font-weight: 300;
	align-items: center;
	line-height: 1.4;
}

header .menu li {
	border-right: 1px solid #FCE2ED;
	padding: 10px 20px;
	max-width: 224px;
	position: relative;
}

header .menu li:last-child {
	border-right: none;
}

*/

/* header .menu li+li {
	margin-left: 20px;
} */


/* header .menu a {
	text-align: center;
	display: block;
} */

.main_ttl {
	padding: 50px 0 30px;
	background: #FCE2ED;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.rice_back {
	background-image: url(/common/images/rice_bg.jpg);
	background-size: cover;
	padding: 0 0 80px;
	margin: 80px 0 0;
}


.main_ttl h1 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 1.26;
	max-width: 980px;
}

.main_ttl p {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 15px;
}

.main_ttl dl.flex {
	/* height: 40px; */
	margin-top: 40px;
}

.main_ttl dt,
.main_ttl dd {
	padding: 0.2em 0.8em;
	align-items: center;
}

.main_ttl dt {
	color: #fff;
	background-color: #EC5C8B;
	font-size: 23px;
}

.main_ttl dd {
	background-color: #fff;
	font-size: 25px;

}

/* 
｜　事業概要・よくある質問　／　ボタン
*/

.wrapper {
	background: #fff5dc;
}

.contents_btn {
	padding: 40px 0;
}

.contents_btn .about_btn {
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px 0 0;
}

.color_btn {
	width: calc(100% / 3 - 10px);
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}


.btn2 .color_btn {
	width: calc(100% / 2 - 10px);
}


.color_btn a {
	background: #EC5C8B;
	border-radius: 14px;
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	position: relative;
	align-items: center;
	line-height: 1.3;
}

.color_btn .btn::before {
	content: "";
	display: inline-block;
	width: 65px;
	height: 65px;
	background-image: url(/common/images/i_about.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 15px;
}

.request_area .btn::before {
	content: "";
	width: 65px;
	height: 65px;
	background-image: url(/common/images/i_about.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.color_btn .btn::after,
.request_area .btn::after,
.agree_btn .btn::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 20px;
	background-image: url(/common/images/arrow_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	margin: auto;
}

.request_area .btn::after {
	background-image: url(/common/images/arrow_b.png);
	right: 40px;
}

.request_btn_box {
	margin-top: 70px;
}

.request_btn_box:first-child {
	margin-top: 0;
}

/* 
｜　電子申請フォーム
*/


.request_area .container {
	padding: 52px 0 70px;
}

.request_area .ttl {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}

.request_area .ttl::before,
.request_area .ttl::after {
	content: "▼";
	color: #999999;
}

.request_area .ttl::before {
	margin-right: 0.5em;
}

.request_area .ttl::after {
	margin-left: 0.5em;
}


.request_area a {
	color: #333;
}

.request_area .btn {
	display: block;
	padding: 30px;
	margin-top: 30px;
	background: #E7336E;
	border-radius: 14px;
	justify-content: space-between;
	align-items: center;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}


.request_area .btn p {
	display: block;
	text-align: center;
	width: 100%;
}








/* 
｜　footer
*/



/* footer {
	background-color: #808080;
} */



/* 

footer .container {
	padding: 50px 0 0;
}

footer .menu {
	justify-content: space-around;
	font-size: 14px;
	margin: 30px 0 50px;
	align-items: flex-start;
}

footer .menu a {
	text-align: center;
	display: block;
}

footer .menu li {
	position: relative;
}

 */




/* footer .menu li+li {
	margin-left: 40px;
} */


/* 

footer {
	color: #707070;
}

footer a:hover {
	color: #FCE2ED;
}

footer p {
	font-size: 14px;
	font-weight: normal;
}

footer .info {
	flex-direction: column;
	align-items: center;
}

footer .name {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

footer .tel {
	font-size: 15px;
	margin-top: 16px;
}

footer .name,
footer .tel {
	text-align: center;
}
 */




/* チェックボックスを非表示にする */
.drawer_hidden {
	display: none;
}

/* ハンバーガーアイコンを非表示にする */
.drawer_open {
	display: none;
}

.contents_text p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
}

/* .text_area {
	margin: 55px 0;
} */

.contents_wrapper dt {
	background: #FDEBF0;
	color: #EC5C8B;
	font-size: 25px;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
}

.contents_wrapper .requirement_area {
	background: #fff;
	padding: 30px 50px 50px;
}

.contents_text .contents_wrapper p {
	background: #fff5dc;
	color: #f92338;
	font-size: 18px;
	padding: 4px 0;
	margin: 0 0 12px 0;
}

.flex_wrapper {
	display: flex;
	margin-top: 20px;
}

.contents_text .flex_wrapper dl {
	width: 100%;
	align-items: stretch;
	position: relative;
}

/* .contents_text .flex_wrapper dl:first-child {
	margin-right: 30px;
}

.contents_text .flex_wrapper dl:first-child::before,
.contents_text .flex_wrapper dl:first-child::after {
	display: block;
	content: '';
	background-color: #FDEBF0;
	width: 21px;
	height: 4px;
}

.contents_text .flex_wrapper dl:first-child::before {
	position: absolute;
	top: 50%;
	right: -6%;
}

.contents_text .flex_wrapper dl:first-child::after {
	position: absolute;
	top: 50%;
	right: -6%;
	transform: rotate(90deg);
} */

.contents_text .flex_wrapper dt {
	background: #99DFCE;
	color: inherit;
	font-weight: bold;
	font-size: 20px;
	padding: 11px 0;
}

.contents_text .flex_wrapper dd {
	background: #fff;
	font-size: 18px;
	padding: 20px;
	line-height: 1.5;
	text-align: center;
}

.color_red {
	color: #f92338;
}

.font_bold {
	font-weight: bold;
}

.flex_left {
	background: #FDEBF0;
	color: #EC5C8B;
	font-size: 18px;
	font-weight: bold;
	width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
}

.flex_right {
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 80%;
	padding: 15px 25px;
	position: relative;
}

.contents_text .flex_right p {
	text-align: left;
	margin: 0;
}

.contents_text .flex_right .annotation {
	font-size: 14px;
	font-weight: normal;
}

.note {
	font-size: 25px;
}

.explanation {
	font-size: 18px;
	font-weight: normal;
}

.request_area_btn div {
	margin-bottom: 60px;
}

.request_area_btn div:last-child {
	margin-bottom: 0;
}

.post {
	margin-top: 20px;
}

.post p {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
}

.post ul {
	margin-top: 10px;
}

.post li {
	font-size: 15px;
	font-weight: normal;
}

.news {
	/* position: relative; */
	justify-content: center;
	position: relative;

}

.news .news_wrap {
	border-radius: 30px;
	border: 2px solid #333;
	background: #fff;
	overflow: hidden;
	max-width: 800px;
	/* max-height: 260px; */
	margin: auto;
	padding: 10px 45px;
}

/* .news_left {
	font-size: 25px;
	padding: 40px 35px;
	width: 20%;
}  */

.news_right {
	/* font-size: 15px;
	padding: 15px 50px;
	background: #fff; */
	max-height: 260px;
	overflow-y: auto;
	padding-right: 30px;
}


.news_right li {
	border-bottom: 1px solid #E8E8E8;
	padding: 12px 0px 10px;
	display: flex;
}

.news_right li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news_right li a {
	color: #EC5C8B;
	text-decoration: underline;
}

.news_right li span {
	display: block;
}

.news_right li .day {
	min-width: 120px;
	margin-right: 20px;
}

.news_right li .news_con {
	font-size: 16px;
	font-weight: bold;
}

.news_right a {
	text-decoration: none;
	color: #333;
}

.news_right hr {
	border-top: 1px solid #aaa;
}

.supplement {
	color: #333;
	font-size: 18px;
}

.supplies .text_wrap {
	text-align: left;
	margin-left: 20px;
}

/* @media only screen and (min-width: 769px) { */
@media screen and (min-width: 969px) {
	.sp_br {
		display: none;
	}
}

/* 以下SP */

/* @media only screen and (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.pc_br {
		display: none;
	}

	h1 {
		/* padding: 10px 0 8px; */
	}

	h3 {
		font-size: 16px;
		text-indent: -1.3rem;
		padding-left: 1.3rem;
		margin: 40px 0 15px;
	}

	p {
		font-size: 14px;
	}

	.drawer_open {
		display: block;
	}

	.pc_in {
		display: none;
	}

	.container {
		/* width: 100%; */
	}

	/* header .container {
		width: 100%;
		padding: 0 0 0 15px;
		align-items: flex-start;
	}

	.header_main_ttl a {
		max-width: 220px;
	} */

	.main_ttl {
		padding: 25px 0;
	}

	.main_ttl h1 {
		font-size: 30px;
		max-width: 90%;
		padding: 0;
	}

	.main_ttl p {
		font-size: 14px;
		text-align: left;
		margin: 0 10px;
		max-width: 90%;
	}

	.main_ttl dl.flex {
		display: block;
		margin: 20px 20px 0;
	}

	.main_ttl dt {
		font-size: 16px;
		font-weight: bold;
	}

	.main_ttl dt,
	.main_ttl dd {
		font-size: 18px;
		padding: 10px;
		justify-content: center;
	}

	.contents_btn {
		display: block;
	}

	.btn2 .color_btn,
	.color_btn {
		width: 100%;
	}

	.color_btn+.color_btn {
		margin-top: 10px;
	}

	.color_btn .btn,
	.request_area .btn {
		padding: 20px;
	}

	.request_area .btn {
		margin-top: 20px;
	}

	.color_btn p,
	.request_area .ttl,
	.request_area .btn p,
	.agree_btn .btn {
		font-size: 20px;
	}

	.color_btn .btn::before,
	.request_area .btn::before {
		width: 56px;
		height: 56px;
	}

	.request_area .btn::before {
		left: 10px;

	}

	.color_btn .btn::after,
	.request_area .btn::after {
		/* margin-left: 30px; */
		top: 3px;
		right: 20px;
	}

	.request_area .container {
		padding: 35px 0;
	}


/* 

	footer .container {
		padding: 30px 0;
	}

	footer .menu.flex {
		display: block;
	}
 */



	/* footer .menu li+li {
		margin-left: 0;
		margin-top: 8px;
	} */


/* 

footer .name,
	footer .tel {
		font-size: 16px;
	}

	footer .tel {
		font-size: 14px;
	}

	.request_btn_box {
		margin-top: 30px;
	}

	*/



	/* ここから下がハンバーガーメニューに関するCSS */
	/* ハンバーガーアイコンの設置スペース */
	.drawer_open {
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		top: 12px;
		right: 15px;
		z-index: 100;
		/* 重なり順を一番上にする */
		cursor: pointer;
	}

	/* ハンバーガーメニューのアイコン */
	.drawer_open span,
	.drawer_open span:before,
	.drawer_open span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background: #EC5C8B;
		transition: 0.3s;
		position: absolute;
	}

	/* 三本線の一番上の棒の位置調整 */
	.drawer_open span:before {
		bottom: 8px;
	}

	/* 三本線の一番下の棒の位置調整 */
	.drawer_open span:after {
		top: 8px;
	}

	/* アイコンがクリックされたら真ん中の線を透明にする */
	#drawer_input:checked~.drawer_open span {
		background: rgba(255, 255, 255, 0);
	}

	/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
	#drawer_input:checked~.drawer_open span::before {
		bottom: 0;
		transform: rotate(45deg);
	}

	#drawer_input:checked~.drawer_open span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	/* メニューのデザイン*/
	.nav_content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 50px;
		left: 100%;
		/* メニューを画面の外に飛ばす */
		z-index: 99;
		background: #fff;
		transition: .3s;
		text-align: center;
	}



	/* アイコンがクリックされたらメニューを表示 */
	#drawer_input:checked~.nav_content {
		left: 0;
	}


	/* メニュー黒ポチを消す */
	.nav_list {
		list-style: none;
	}

	.nav_list li {
		border-top: 1px solid #e9f3f9;
	}

	.nav_list li:last-child {
		border-bottom: 1px solid #e9f3f9;
	}

	.nav_list li:hover {
		background: #e9f3f9;
	}

	.nav_item a {
		color: #333;
		text-decoration: none;
		display: block;
		padding: 10px;
	}

	.drawer_input_area {
		width: 25px;
		height: 25px;
		position: relative;
		/* top: -11px; */
	}

	.drawer_input_area span {
		position: relative;
		top: 11px;
	}

	.nav_content .flex {
		display: block;
	}

	/* header .menu li+li {
		margin-left: 0;
	} */

	.contents_wrapper .requirement_area {
		padding: 15px;
	}

	.flex_wrapper {
		flex-direction: column;
		margin-top: 10px;
	}

	.flex_wrapper dl:first-child {
		margin-bottom: 30px;
	}

	.contents_text p {
		font-size: 16px;
		/* margin: 28px 0; */
	}


	.contents_wrapper dt {
		font-size: 18px;
	}

	.contents_text .flex_wrapper dt {
		font-size: 16px;
	}

	.contents_text .flex_wrapper dd {
		font-size: 16px;
	}

	.contents_text .contents_wrapper p {
		font-size: 16px;
		padding: 10px 5px;
		line-height: 1.3;
	}

	.contents_text .flex_wrapper dl:first-child::before {
		top: 106%;
		left: 45%;
	}

	.contents_text .flex_wrapper dl:first-child::after {
		top: 106%;
		left: 45%;
	}

	.flex_left {
		font-size: 18px;
		width: 100%;
		padding: 10px 0;
	}

	.flex_right {
		font-size: 15px;
		width: 100%;
		padding: 15px;
	}

	.flex_right h4 {
		margin-top: 10px;
	}

	.flex_right.list_b li {
		color: #333;
	}

	.flex_right li {
		color: #707070;
		text-indent: -1em;
		padding-left: 1em;
	}

	.contents_text .flex_right p {
		font-size: 14px;
	}

	.flex_right .supplies li {
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
	}

	.note {
		font-size: 18px;
	}

	.explanation {
		font-size: 14px;
	}

	.post p {
		font-size: 16px;
	}

	/* .post li {
		font-size: 1px;
	} */

	.request_area_btn div {
		margin-bottom: 30px;
	}

	.about_btn {
		flex-direction: column;
	}

	.news {
		flex-direction: column;
	}

	.news_left {
		font-size: 18px;
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}

	.news_right {
		/* padding: 15px 15px 15px; */
		height: auto;
	}

	.news_right li {
		flex-direction: column;
	}

	.news_right li .day {
		font-size: 13px;
	}

	.news_right li .news_con {
		font-size: 14px;
		font-weight: bold;
	}

	.news_right p {
		font-size: 14px;
	}

	.supplies .supplement {
		font-size: 16px;
	}

	.rice_back {
		padding: 0 0 40px;
	}

	.supplies .text_wrap {
		margin-left: 0;
	}

	/* header .menu li {
		max-width: initial;
		padding: 0;
	} */

	.news .news_wrap {
		padding: 10px 25px;
	}

}

/*******************************
 下層共通 
*******************************/

.under_page h2 {
	font-size: 22px;
	text-align: center;
	margin-top: 80px;
	/* margin-bottom: 30px; */
}

.under_page h2:first-of-type {
	margin-top: 0;
}

/* .under_page main {
	padding: 70px 0;
} */

.under_page .container_wrapper {
	margin-top: 80px;
}

.container_wrapper,
#contents form {
	padding: 50px;
	background: #fff;
	border-radius: 1rem;
}

/* @media only screen and (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	/* .under_page main {
		padding: 20px 0;
	} */

	.container_wrapper,
	#contents form {
		padding: 30px;
	}

	.under_page h2 {
		font-size: 18px;
		/* text-align: left; */
		/* margin-bottom: 20px; */
		/* margin-top: 40px; */
	}

	.choose_box ul {
		display: block;
	}

	.choose_box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.choose_box ul {
		width: 100%;
		margin: 20px auto;
	}

	.result_area h2 {
		font-size: 22px;
		text-align: center;
	}

	.result_area .sub_text {
		text-align: left;
	}

}

.guide_box {
	width: 100%;
	margin-bottom: 30px;
}

.guide_box_line p {
	margin-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 10px;
}

.guide_box th,
.guide_box td {
	border: 1px solid #e1e1e1;
	padding: 10px;
	text-align: left;
}

.guide_box th {
	width: 22%;
	background: #fff;
	vertical-align: middle;
	text-align: center;
}

/* .guide_box.tebiki th{
    width: 20%;
} */

.guide_box.tebiki td:last-child {
	width: 12%;
}

.gray_bg {
	background: #f5f5f5 !important;
}

.guide_box_inner p {
	padding-left: 25px;
}


.c_text {
	text-align: center !important;
}

.ul_text {
	text-decoration: underline !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}



/* @media only screen and (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.guide_box th {
		width: 32%;
	}

	.guide_box p {
		font-size: 13px;
	}

	.guide_box.tebiki td:last-child {
		width: 30%;
	}

	/* .guide_box th {
		vertical-align: top;
	} */
}


.agree_area {
	margin-bottom: 40px;
}

.agree_area>li {
	text-indent: -2em;
	padding-left: 2em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.agree_area .inner {
	padding-left: 2em;
}

.agree_btn {
	width: 300px;
	text-align: center;
	margin: 20px auto 0;
}

.agree_btn a {
	width: 100%;
	background: #EC5C8B;
	border-radius: 14px;
	padding: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	position: relative;
	align-items: center;
	line-height: 1.3;
}

.agree_btn .disabled {
	cursor: no-drop;
	opacity: 0.5;
	background-color: gray;
	border: none;
}


.check {
	text-align: center;
}


/* @media only screen and (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.agree_btn {
		width: 100%;
	}
}

/* 20220919 */
.width100 {
	width: 100% !important;
}

.text-left {
	text-align: left !important;
}

.material_page form table th,
.material_page form table td {
	text-align: left;
}

.material_page .guide_box th,
.material_page .guide_box td {
	vertical-align: middle;
}

.material_page form table tr:last-child th,
.material_page form table tr:last-child td {
	border-bottom: none;
}

.material_page form table td {
	padding-right: 0;
}

.material_page form table {
	margin-top: 30px;
}

.material_page .result_search {
	margin-top: 71px;
}

.material_page .result_search .form_tit02 {
	margin-bottom: 51px;
}

.material_page .guide_box th {
	background: #FDEBF0;
	color: #fff;
}

.material_page .guide_box tr:first-child td:first-child {
	background-color: #DFF2F8;
}

.material_page .guide_box tr td:last-child {
	background-color: #FFEFCA;
}

.material_page .guide_box th {
	width: 20%;
}

.material_page .guide_box th:last-child {
	width: 50%;
}

.contact.material_page form .buttons [type=button] {
	margin-top: 30px;
}

.material_page .guide_box {
	margin-bottom: 0;
}

.material_page th {
	width: 225px;
}

.table-responsive {
	overflow-x: auto;
}

.msg_error {
	color: red;
}

.material_page form select[disabled] {
	display: block;
}

.material_page form .select:before {
	height: 36px;
	top: 12px;
}

.material_page form .select:after {
	margin-top: 21px;
}

.material_page .contact form select {
	font-size: 16px;
}

.material_page .contact form .buttons button {
	margin-top: 30px;
}


/* @media (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.material_page .guide_box th {
		min-width: 130px;
	}

	.material_page .guide_box th:last-child {
		min-width: 300px;
	}

	.material_page th {
		width: 100%;
	}

	.material_page .contact form table th {
		border-bottom: none;
		padding-bottom: 5px;
		/* margin-top: 7px; */
	}

	.material_page form table td {
		padding-top: 0;
	}
}

.line-height-15 {
	line-height: 1.5;
}





/*******************************
 221227グレーアウト
*******************************/

.cantclick_btn {
	pointer-events: none;
	background-color: #d1d1d1 !important;
	color: #a4a4a4 !important;
	line-height: 1.3em;
}


.cantclick_txt {
	pointer-events: none;
	color: #a4a4a4 !important;
}


/*******************************
 230106アイコン削除
*******************************/

.cantclick_btn.btn::before {
	background-image: none;
}

/*******************************
 230117　SP版電話リンク
*******************************/

/* @media(min-width: 768px) {  */
/* @media screen and (max-width: 968px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
 } */


a[href^="tel:"] {
	cursor: default;
}


/*******************************
 230120　リーフレット英語版リンク
*******************************/
.leaflet_english {
	background: none !important;
	padding: 0 !important;
	font-size: inherit !important;
	padding-top: 10px !important;
	display: block !important;
	color: #EC5C8B !important;
}

.contents_text {
	padding: 80px 10px 0;
}

.container h2.ttl {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #FFA300;
	margin-bottom: 40px;
}

.text_wrap {
	text-align: center;
}

.text_wrap_left {
	text-align: left;
	display: flex;
	justify-content: center;
}

.text_box {
	display: inline-block;
	border: 2px solid #333;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 40px;
}

.text_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.contents_text .flex_wrapper dt {
	background: #fff;
}


.font_big {
	font-size: 1.5em;
	font-weight: bold;
}

.text_left {
	text-align: left;
}


.supplies_box {
	/* column-gap: 32px; */
	margin: 0 auto;
}

.subject_box {
	column-gap: 32px;
	margin: 0 auto;
	justify-content: center;
	position: relative;
}

.supplies_text {
	border: 2px solid #333;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 15px 40px;
	min-height: 220px;
	position: relative;
}

.supplies_text:last-child {
	margin-right: 0;
}

.subject_text {
	display: inline-block;
	border: 2px solid #333;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 30px 0 0;
	padding: 25px 20px;
	max-width: 400px;
	position: relative;
}

.subject_text h3 {
	color: #E7336E;
	font-size: 30px;
	text-align: center;
	margin: 0 0 15px;
}

.inquiry_box {
	column-gap: 32px;
	margin: 0 auto;
	justify-content: center;
	position: relative;
}

.inquiry_text {
	display: inline-block;
	border: 2px solid #333;
	background: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 20px;
	width: 100%;
}

.inquiry_text .inquiry {
	font-size: 30px;
}

.tel {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 15px;
}

.inquiry {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}


.supplies_name {
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
}

.supplies_list,
.total_amount {
	font-size: 18px;
	font-weight: bold;
}

.ttl_pinkbox {
	background: #EC5C8B;
	box-sizing: border-box;
	margin: 0 0 30px;
	padding: 8px 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.pinkbox_inner {
	text-align: center;
}

.pinkbox_inner p {
	font-size: 24px;
	color: #E7336E;
	margin-top: 15px;
}

.pinkbox_inner .banner {
	margin-bottom: 0 auto 20px;
}

.subject_icon {
	height: 90px;
	margin: 0 auto 10px;
	text-align: center;
	display: block;
}

.subject_icon img {
	height: 90px;
	width: auto;
}


/* footer {
	background-color: initial;
	margin-bottom: 40px;
	padding: 0 10px;
} */


.img_wrap {
	min-width: 276px;
	display: flex;
	align-items: center;
}

.supplies_icon {
	display: flex;
}

.supplies_icon1 {
	max-width: 240px;
}

.supplies_icon2 {
	max-width: 220px;
}

.supplies_icon3 {
	max-width: 250px;
}

.supplies_icon.cow {
	max-width: 170px;
	position: absolute;
	right: 2px;
	bottom: 15px;
}

.supplies_icon.rice {
	max-width: 90px;
	position: absolute;
	right: 12%;
	bottom: 15px;
}

.character {
	width: 40px;
	margin: auto;
	margin-top: 30px;
}

.cow_character {
	width: 204px;
	margin: auto;
	position: absolute;
	right: -180px;
	bottom: 80px;
}

.cow_character_2 {
	width: 190px;
	margin: auto;
	position: absolute;
	left: -50px;
	top: -120px;
}

.rice_character {
	width: 90px;
	margin: auto;
	position: absolute;
	right: -25px;
	top: -55px;
}

.footer_logo {
	width: 213px;
	margin: auto;
}

.flex_right_list {
	background: #fff;
	font-size: 15px;
	font-weight: normal;
	width: 80%;
	padding: 15px 25px;
	position: relative;
}

.flex_right.list_b ul {
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 0;
}

header {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: flex;
    background-color: #F3CA6C;
    z-index: 99;
    padding: 1rem 0;
}

header .menu {
	position: relative;
	justify-content: right;
}

header .menu a:hover {
	color: #EC5C8B;
	background-color: #fff;
}



header .menu .fukidasi {
	display: none;
	position: absolute;
	top: 35px;
	right: -30px;
	margin-left: 0;
}

header .menu .fukidasi_open:hover+.fukidasi {
	display: block;

}

header .menu .fukidasi p {
	display: block;
	width: 172px;
	font-size: 12px;
	background: #eee;
	color: #EC5C8B;
	padding: 10px;
	border-radius: 10px;
	position: relative;
}

header .menu .fukidasi p::after {
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 10px solid #eee;
	/* 好みで色を変えてください */
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

/* 下層追加 */


.under_page main {
	padding: 0;
}


.under_page h2 {
	/* text-align: left; */
	margin-top: 40px;
}

.under_page.notes h2:first-of-type {
	margin-top: 40px;
}

.under_page main .center {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.under_page main .center a {
	display: inline-block;
	color: #333;
	border: 2px solid #EC5C8B;
	border-radius: 10px;
	padding: 5px 40px;
}

.under_page main .center span {
	color: #EC5C8B;
}

.agree_area>li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}

.agree_area.notes_list p::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #333;
	border-radius: 999px;
	margin-right: 5px;
	margin-bottom: 1px;
}

.agree_area.annotation {
	font-size: 13px;
	color: #707070;
	text-align: left;
}

.agree_area.notes_list>li,
.agree_area.annotation>li {
	text-indent: initial;
	padding-left: initial;
}

.agree_area.notes_list p,
.agree_area.annotation p {
	text-indent: -1em;
	padding-left: 1em;
}

.check {
	text-align: left;
}

.under_page .check {
	display: block;
	margin-top: 80px;
}

.under_page .check .txt {
	font-size: 14px;
}

.agree_btn a {
	background: #E7336E;
}

.agree_btn .disabled {
	pointer-events: none;
}

.notes .agree_btn .disabled:hover {
	opacity: 0.7;
}

@media screen and (max-width:1200px) {
	.cow_character {
		width: 160px;
		right: -95px;
		bottom: 120px;
	}

	.cow_character_2 {
		width: 160px;
		left: -5px;
		top: -150px;
	}

	.rice_character {
		width: 60px;
		right: -5px;
		top: -75px;
	}
}


/* @media(max-width: 768px) { */
@media screen and (max-width: 968px) {
	/* body {
		font-size: 13px;
	} */

	header {
		padding: 0;
	}

	header .menu .fukidasi {
		top: 195px;
		right: 38%;
	}

	header .menu .fukidasi_open:hover+.fukidasi {
		display: none;

	}

	header .menu .fukidasi_open span {
		color: #E7336E;
		padding: 0 0 10px;
	}

	.flex {
		flex-direction: column;
		align-items: center;
	}

	.contents_text .annotation li {
		font-size: 13px;
		font-weight: initial;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		display: block;
	}

	.contents_text {
		padding: 40px 10px 0;
	}


	.container h2.ttl {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.agree_area.annotation p {
		font-size: 12px;
	}

	.text_box {
		padding: 15px 30px;

	}

	.text_box h4 {
		font-size: 16px;
	}

	.text_box .font_big {
		margin: 10px 0;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}

	.text_box .font_big li {
		font-size: 20px;
	}

	.supplies_name {
		font-size: 22px;
		text-align: center;
	}

	.total_amount {
		font-size: 16px;
	}

	.supplies_text {
		width: 100%;
		margin: 0 0 20px;
		padding: 30px 20px;
	}

	.supplies_list {
		font-size: 16px;
	}

	.ttl_pinkbox {
		font-size: 20px;
	}

	.cow_character {
		display: none;
	}

	.cow_character_2 {
		display: none;
	}

	.rice_character {
		width: 60px;
		right: -5px;
		top: -115px;
	}

	.pinkbox_inner p {
		font-size: 16px;
		text-align: left;
	}

	.under_page .container_wrapper {
		margin-top: 40px;
	}

	.inquiry_text {
		max-width: initial;
		width: 100%;
	}

	.supplies_icon3 {
		max-width: 240px;
	}

	.inquiry_text .inquiry {
		font-size: 18px;
	}

	.tel {
		font-size: 14px;
	}

	.subject_text h3 {
		font-size: 20px;
	}

}

.contents_text .annotation li {
	font-size: 13px;
	font-weight: normal;
	color: #333;
}

.contents_text.supplies .annotation {
	text-align: right;
	/* margin-bottom: 80px; */
}

.contents_text.supplies .text_wrap .annotation {
	text-align: left;
	margin-bottom: 0;
}

/* 230414 */
.top_table {
	width: 100%;
	margin-bottom: 20px;
}

.top_table tr {
	font-weight: bold;
	width: 100%;
}

.top_table th {
	background: #E7336E;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.top_table td {
	border-bottom: 1px solid #DEDEDE;
	font-size: 18px;
	padding: 12px 8px;
}

.top_table th:first-child,
.top_table td:first-child {
	border-right: 1px solid #DEDEDE;
}

.odd {
	background: #F4F4F4;
}

@media screen and (max-width:980px) {
	.supplies_icon {
		margin: auto;
	}

	.supplies_icon.cow {
		display: none;
	}

	.supplies_icon.rice {
		display: none;
	}
}

@media screen and (max-width:980px) {
	.top_table td {
		font-size: 14px;
	}
}

.summary_banner {
	background-color: #00A496;
	border-radius: 10px;
	padding: 30px 0;
	position: relative;
}

.summary_banner:hover {
	opacity: .7;
	transition: .3s;
}

.summary_banner::before {
	content: "";
	display: block;
	width: 42px;
	height: 60px;
	background: url(/common/images/rice_character_s.png);
	background-size: cover;
	position: absolute;
	top: 21%;
	left: 13%;
}

.summary_banner::after {
	content: "";
	display: block;
	width: 76px;
	height: 80px;
	background: url(/common/images/cow_character_2.png);
	background-size: cover;
	position: absolute;
	top: 12%;
	right: 13%;
}

.summary_banner a {
	display: block;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	position: relative;
}

.summary_banner a:hover {
	opacity: initial;
}

.summary_banner a::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 14px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 30%;
	right: calc(50% - 160px);
}

td.indent {
	text-indent: -1em;
	padding-left: calc(1em + 8px);
}

.contents_text .target_children {
	font-size: 24px;
}

.attention {
	font-size: 45px;
	margin: 0 15px;
}

.normal {
	font-weight: normal;
}

.preparation {
	border: 2px solid #00A496;
	border-radius: 10px;
	color: #00A496;
	margin-top: 10px;
}

.contents_text .inquiry_text .annotation li {
	text-align: center;
}


/* @media screen and (max-width:768px) { */
@media screen and (max-width: 968px) {
	/* .contents_text.supplies .annotation {
		margin-bottom: 40px;
	} */

	.summary_banner {
		padding: 15px 0;
	}

	.summary_banner::before,
	.summary_banner::after {
		display: none;
	}

	.summary_banner a {
		font-size: 20px;
	}

	.summary_banner a::after {
		border-width: 7.5px 0 7.5px 10px;
		top: 28%;
		right: 30px;
	}

	.contents_text .target_children {
		font-size: 16px;
		text-align: left;
	}

	.attention {
		font-size: 25px;
		margin: 0 0 0 5px;
	}

	.contents_text .inquiry_text .annotation li {
		text-align: left;
	}
}



/* PC,SP切り替え */

.pc {
	display: inherit;
}

.sp {
	display: none;
}

.bold {
	font-weight: bold;
}


/* @media only screen and (max-width: 768px) { */
/* @media only screen and (max-width: 768px) { */
	@media screen and (max-width: 968px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

/* 230418 ツールダウンロード */
.body-page {
	margin: 0 0 2.5rem 0;
}

.tool-download {
	width: 100%;
}

.body-page .col-lg-12 {
	margin-top: 20px;
}

.tool-download .number {
	text-align: center;
	vertical-align: middle;
}

.tool-download-info {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 1rem 0;
}

.tool-download-info figure {
	width: 40%;
	margin: 0 0 0 auto;
	text-align: center;
}

.tool-download .action {
	text-align: center;
	/* background-color: #f5f5f5; */
	vertical-align: middle;
	min-width: 200px;
}

.btn-info {
	background-color: #E7336E;
	color: #fff;
	padding: 0.8rem 3rem 0.8rem 2rem;
	border-radius: 0.5rem;
}

.btn-info.arrow {
	position: relative;
}

.btn-info.arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 0.6rem;
	height: 0.6rem;
	border-top: solid 0.2rem #fff;
	border-right: solid 0.2rem #fff;
	transform: translateY(-50%) rotate(45deg);
}

.table-1 tr td {
	border: solid thin #231f20;
	border-left: 0;
	padding: 0.5rem 0.8rem;
}

.table-1 tr td:last-child {
	border-right: 0;
}

.group-btn {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-notice.btn-notice-page {
	max-width: 33rem;
}

.btn-notice {
	position: relative;
	min-width: 28.7rem;
	background-color: #fff;
	padding: 0.7rem 1.5rem;
	border-radius: 1rem;
	width: 100%;
	min-height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #E7336E;
}

.contents_text .supplies_name .annotation {
	display: inline;
}

.contents_text .supplies_name .annotation li {
	display: inline;
	font-size: 20px;
}

/* @media screen and (max-width:768px) { */
@media screen and (max-width: 968px) {
	.supplies_name .annotation {
		display: block;
	}

	.supplies_name .annotation li {
		display: inline;
		font-size: 13px;
	}
}

/* 230419 ◯✗ページ */
.under_page.choose h2 {
	text-align: center;
	margin-bottom: 0;
}

.choose_box p {
	font-size: 24px;
	display: block;
	font-weight: 600;
	text-align: center;
}

.choose_box ul {
	width: 80%;
	text-align: center;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.choose_box ul li {
	width: calc(100% / 2 - 20px);
	margin-right: 20px;
	/* margin-bottom: 20px; */
	list-style: none;
}

.choose_box ul li:nth-child(2n) {
	margin-right: 0;
}

.choose_box ul li a {
	color: #fff;
	display: block;
	padding: 20px 60px;
	text-align: center;
	background-color: #2791d4;
	font-weight: 600;
	font-size: 18px;
	border: 2px solid #2791d4;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	position: relative;
}

.choose_box .yes a,
.choose_box .top_return a {
	background-color: #e92a3d;
	border: 2px solid #e92a3d;
}

.result_area .sub_text {
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
}

.underline {
	text-decoration: underline;
}

.btn_1 {
	margin: 0 auto !important;
}

.check {
	text-align: center;
}

/* @media screen and (max-width:768px) { */
@media screen and (max-width: 968px) {
	.contents_text.supplies .text_wrap .supplies_name .annotation {
		display: block;
		line-height: 1;
		margin-bottom: 10px;
	}

	.contents_text.supplies .text_wrap .supplies_name .annotation li {
		display: inline;
		font-size: 13px;
	}

	.tool-download-info {
		flex-direction: column;
	}

	.tool-download-info figure {
		margin: 0;
	}

	.choose_box ul {
		width: 100%;
		margin: 20px auto;
		display: block;
	}

	.choose_box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.pattern .img_wrap {
	max-width: 650px;
	margin: auto;
}

.pattern .choose_box h2 {
	text-align: center;
}

.pattern .choose_box p {
	font-size: 16px;
	font-weight: initial;
}

.choose_box .identification {
	background: #FCE2ED;
	padding: 30px;
	margin: 40px auto;
}

.choose_box .identification ul {
	width: 100%;
	margin: 0;
	justify-content: center;
}

.choose_box .identification ul li {
	width: initial;
	font-size: 16px;
}

.choose_box .identification ul li:nth-child(2n) {
	margin-right: 20px;
}

.choose_box .identification ul li:last-child {
	margin-right: 0;
}

.choose_box .identification .annotation {
	font-size: 14px;
	margin-top: 30px;
}

/* @media screen and (max-width:768px) { */
@media screen and (max-width: 968px) {
	.choose_box .identification {
		padding: 20px;
	}

	.choose_box .identification p,
	.choose_box .identification ul li {
		font-size: 14px;
		text-align: left;
	}

	.choose_box .identification ul {
		margin-top: 15px;
	}

	.choose_box .identification ul li {
		margin: 0;
	}

	.choose_box .identification .annotation {
		margin-top: 15px;
	}
}

.navi {
	width: 100%;
}

.menu .child {
	display: none;
	position: absolute;
	width: 224px;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	background-color: #EC5C8B;
}

/* footer .menu .child {
	top: initial;
	bottom: 100%;
} */

.menu .child li,
.menu .child a {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
}


.menu .item:hover .child {
	display: block;
}

/* footer .menu .child li, */
header .menu .child li {
	border-right: none;
	padding: 0;
}

/* footer .menu .child li a, */
header .menu .child li a {
	border-bottom: 1px solid #FCE2ED;
	padding: 10px 0;
}
/* footer .menu .child li:last-child a, */
header .menu .child li:last-child a {
	border-bottom: none;
}

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

.top_btn .btn {
	display: block;
	background: #EC5C8B;
	color: #fff;
	padding: 20px 10px;
	border-radius: 10px;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-top: 20px;
}

.top_btn .btn.btn2 {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
	background: #fff;
	border: 2px solid #EC5C8B;
	color: #EC5C8B;
	margin-top: 40px;
}

.top_btn .btn::before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 40%;
	right: 30px;
}

.top_btn .btn.btn2::before {
	border-color: transparent transparent transparent #EC5C8B;
}

.coupon {
	background: #FFF;
	border: 2px solid #333;
	border-radius: 30px;
	margin-top: 80px;
	padding: 40px;
}

.coupon .flex {
	justify-content: center;
}

.container.coupon h2.ttl {
	color: #EC5C8B;
}

.coupon .top_btn .btn.btn2 {
	margin-top: 0;
}

.youtube_wrap {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.youtube_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* 

footer .menu .item {
	font-weight: bold;
	width: calc(100%/3);
}

footer .menu li ul {
	margin-top: 10px;
}

footer .menu .item ul li {
	font-weight: initial;
}

*/


.downlord .tool-download .number {
	background: #FCE2ED;
	color: #EC5C8B;
}

.downlord .tool-download .number+td {
	border-right: 2px dotted;
}

.downlord .tool-download-info .text {
	font-weight: bold;
}

/* 郵送申請 230428 */

.mail .contents_text .flex_right li ul {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	margin-top: 12px;
}

.mail .flex_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mail .flex_right.list_b .list-indent li  {
	text-indent: -2.8rem;
	padding-left: 2.8rem;
}

.mail .flex_right.list_b .pink {
	color: #EC5C8B;
}

.mail .flex_right .target {
	display: flex;
	margin: 15px 0; 
}

.mail .flex_right .target .target_wrap {
	width: calc(100%/3);
	border-radius: 20px;
	border: 2px solid #ddd;
  overflow: auto;
	margin-right: 10px;
}

.mail .flex_right .target .target_wrap:last-child {
	margin-right: 0;
	width: 48%;
}

.mail .flex_right .target dt,
.mail .flex_right .target dd {
	padding: 15px;
}

.mail .flex_right .target dt {
	font-size: 14px;
} 

.mail .flex_right .img_wrap {
	margin: 15px auto 0;
	width: 80%;
}

.mail .top_btn {
	max-width: 350px;
}

.mail .top_btn .btn {
	margin-top: 0;
}

/* top追加 */

a:link.ander_line {
	text-decoration: underline;
}

#top .banner_wrap {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

#top .banner_wrap .img_wrap {
	width: calc(100%/2);
	max-width: 350px;
	margin-right: 20px;
}

#top .banner_wrap .img_wrap:last-child {
	margin-right: 0;
}

.main_ttl .announcement {
	max-width: 350px;
	margin-bottom: 20px;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 999px;
	padding: 15px 25px;
	font-size: 22px;
}

.preparation a {
	color: #00A496;
	display: block;
}
 

/* @media screen and (max-width:768px) { */
@media screen and (max-width: 968px) {
	.menu .child {
		display: block;
		position: initial;
		transform: initial;
		width: 100%;
		background-color: #FCE2ED;
		
	}

	/* .menu .item:hover .child {
		display: none;
	} */
	
	header .menu .child li a {
		padding: 10px 0;
		margin: 0;
		color:  #EC5C8B;
	}

/* 	

	footer .menu .item {
		width: 100%;
		margin-bottom: 20px;
	}

	footer .menu .child {
		top: 100%;
		bottom: initial;
	}

	 */

	.coupon .flex .top_btn:first-child {
		margin-bottom: 15px;
	}

	.coupon .top_btn {
		max-width: 100%;
	}

	.top_btn .btn.btn2 {
		max-width: 100%;
	}

	.btn-notice {
		min-width: initial;
		min-height: initial;
	}

	.downlord .table-1 tr td {
		display: block;
		border-left: solid thin #231f20;
		border-bottom: 0;
	}

	.downlord .tool-download .number+td {
		border-right: solid thin;
	}

	.downlord .table-1 tr:last-child td:last-child {
		border-bottom: solid thin #231f20;
	}

	.downlord .table-1 tr td:last-child {
		border-right: solid thin #231f20;
	}

	.downlord .tool-download-info figure {
		margin: 0 auto;
	}

	.downlord .tool-download .action {
		padding: 20px;
	}

	.mail .flex_right .target {
		flex-direction: column;
	}

	.mail .flex_right .target .target_wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.mail .flex_right .target .target_wrap:last-child {
		width: 100%;
	}

	.mail .flex_right .img_wrap {
		width: 100%;
	}

	.mail .top_btn {
		margin: auto;
	}

	#top .banner_wrap {
		flex-direction: column;
	}

	#top .banner_wrap .img_wrap {
		width: 100%;
		max-width: initial;
	}

	#top .contents_text .target_children {
		text-align: center;
	}

	.main_ttl .announcement {
		font-size: 18px;
	}
}
