@charset "utf-8";

img {
	vertical-align: text-bottom;
	vertical-align: -webkit-baseline-middle;
	max-width: 100%;
	height: auto;
	width
	/***/
	: auto;
}

figure {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-style: normal;
	text-align: left;
	vertical-align: baseline;
	display: block;
}

.txt_right {
	text-align: right;
}

.txt_s001 {
	font-size: 0.8rem;
}

.txt_s005 {
	font-size: 2rem;
}

.mag_t30 {
	margin-top: 30px;
}

.mag_b30 {
	margin-bottom: 30px;
}

.t_c_red {
	color: #ED0003;
}

.tx_link_blue {
	color: #0000cc;
}

.f_we {
	font-weight: bold;
}

.info-container .info-Tl-h1-test {
	position: relative;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0px 0 80px;
	color: #D40003;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.breadcrumb-wrapper {
		background-color: #f7f7f7;
		padding: 16px 20px;
	}

	.breadcrumb-wrapper .breadcrumb-inner {
		max-width: 1180px;
		margin: 0 auto;
	}

	.breadcrumb {
		left: 0;
		right: 0;
		padding: 0 20px;
		justify-content: flex-end;
		flex-wrap: wrap;
		margin: 0 auto;
		max-width: 1180px;
		width: 100%;
	}
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	font-size: 0.75rem;
	letter-spacing: 0.075rem;
}

.breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0 .7rem;
	color: #777;
}

.breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb a:hover {
	opacity: 0.3;
}

@media screen and (max-width: 767px) {
	.breadcrumb-wrapper {
		background-color: #fcedee;
		padding: 5.33333vw;
	}

	.breadcrumb {
		font-size: 0.7rem;
		letter-spacing: 0rem;
	}

	.breadcrumb li:not(:last-of-type)::after {
		margin: 0 .4rem;
	}
}

@media screen and (min-width: 768px) {
	.info-container {
		padding: 80px 20px 110px;
		max-width: 1180px;
		margin: 0 auto;
		box-sizing: content-box;
	}
}

.info-container p {
	color: #333;
	line-height: 1.6;
}

.info-container .info-Tl-h1,
.info-container .info-Tl-h1-l {
	position: relative;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0px 0 80px;
	color: #333;
	text-align: left;
}

.info-container .info-Tl-h2 {
	font-size: 1.8rem;
	letter-spacing: 0.09rem;
	font-weight: bold;
	margin-bottom: 20px;
	color: #171717;
	border-bottom: solid 2px #f1f1f1;
	position: relative;
	padding-bottom: 20px;
}

.info-container .info-Tl-h3 {
	font-size: 1.2rem;
	letter-spacing: 0.09rem;
	font-weight: bold;
	margin: 40px 0 10px;
	color: #cd5f68;
	position: relative;
}

.info-container .info-Tl-h1 span,
.info-container .info-Tl-h1-l span {
	display: flex;
	align-items: center;
	color: #e60012;
	font-size: 0.4rem;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 1px;
}

.info-container .info-Tl-h1 span::before,
.info-container .info-Tl-h1-l span::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 20px;
	height: 2px;
	background-color: #e60012;
}

.info-container .info-content-area {
	width: 100%;
	margin-bottom: 150px;
}

.info-container .info-content-area:last-child {
	margin-bottom: 0px;
}

.info-content-area .info-txt {
	font-size: 1rem;
	line-height: 1.7;
	margin-top: 30px;
}

@media screen and (max-width: 1024px) {
	.info-container .info-content-area {
		margin-bottom: 100px;
	}

	.info-content-area .info-txt {
		font-size: 1.7rem;
	}
}

@media screen and (max-width: 767px) {
	.info-container {
		padding: 7.33333vw 5.33333vw 18.66667vw;
	}

	.info-container .info-content-area {
		margin-bottom: 40px;
	}

	.info-container .info-Tl-h1 {
		font-size: 8.53333vw;
		margin: 2.66667vw 0 10vw;
		line-height: 1.3;
	}

	.info-container .info-Tl-h1-l {
		font-size: 5.53333vw;
		margin: 2.66667vw 0 10vw;
		line-height: 1.3;
	}

	.info-container .info-Tl-h2 {
		font-size: 6.53333vw;
	}

	.info-container .info-content-area {
		width: 100%;
	}

	.info-content-area .info-txt {
		font-size: 1.05rem;
	}
}

@media only screen and (min-width:767px) {

	.info-container .info-Tl-h1 span,
	.info-container .info-Tl-h1-l span {
		font-size: 0.9rem;
	}

	.info-container .info-Tl-h1 span::before,
	.info-container .info-Tl-h1-l span::before {
		height: 4px;
	}
}

.info-container figure {
	width: 40.98387vw;
	margin: 100px auto 0;
}

@media screen and (max-width: 1024px) {
	.info-container figure {
		width: 80.98387vw;
		margin: 29px auto 0;
	}
}

@media screen and (max-width: 767px) {
	.info-container figure {
		margin-top: 8vw;
		text-align: center;
	}

	.info-container figure img {
		width: 80.6vw;
	}
}

.info-list-arrow-pdf ul {
	list-style: none;
	padding: 0px;
}

.info-list-arrow-pdf ul li {
	padding-left: 30px;
	line-height: 1.9rem;
	margin-bottom: 20px;
	background: url("../comp/img/pdf_icon.png") left 0px top 1px no-repeat;
	background-size: 20px auto;
}

.list-arrow-pdf-item {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}

.list-arrow-pdf-item>div {
	width: 33.33333%;
	padding: 10px;
}

.list-arrow-pdf-item a {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.info-list-arrow-pdf ul li {
		line-height: 1.7rem;
		font-size: 0.9rem;
	}

	.list-arrow-pdf-item>div {
		width: 100%;
	}
}

.info-list-arrow-no {
	margin: 40px;
}

.info-list-arrow-no ol {
	list-style-type: decimal;
}

.info-list-arrow-no ol li {
	margin-bottom: 10px;
}

ul.cp_list {
	padding: 0.5em;
	list-style-type: none;
}

ul.cp_list li {
	position: relative;
	padding: 0em 0.3em 1em 1.3em;
	line-height: 1.8rem;
}

ul.cp_list li :link,
ul.cp_list li :hover {
	text-decoration: underline;
}

ul.cp_list li::before,
ul.cp_list li::after {
	position: absolute;
	content: '';
	display: inline-block;
}

ul.cp_list li::after {
	top: .35em;
	left: 0em;
	width: 14px;
	height: 14px;
	background-color: #cd5f68;
	border-radius: 100%;
}

ul.cp_list li::before {
	z-index: 2;
	top: 0.65em;
	left: 0.25em;
	width: 5px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.info-list-arrow-brackets ol {
	margin-left: 3.5em;
	margin: 1em 0 1em 3.5em;
}

.info-list-arrow-brackets ol li {
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

.info-list-arrow-brackets ol li:before {
	content: counter(cnt) "、";
	display: inline-block;
	margin-left: -3.5em;
	/* サイトに合せて調整 */
	width: 3em;
	/* サイトに合せて調整 */
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
}

/*リンクについて*/
.link_bg {
	background-image: url("../link/img/link_bg.png");
	background-repeat: no-repeat;
	background-position: top right;
}

.flex-col2,
.info-link-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-link-name a:hover {
	opacity: 0.6;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.flex-col2 .info-link-name {
	width: calc((100% - 30px) / 2);
}

.info-link-list .info-link-name {
	width: calc((100% - 50px) / 3);
	margin: 10px 0px;
}

.info-link-list::after {
	content: "";
	display: block;
	width: 30%;
}

@media screen and (max-width: 928px) {
	.info-link-name {
		border-radius: 5px;
		padding-top: 0px;
	}

	.flex-col2 .info-link-name {
		width: calc((100% - 30px) / 2);
	}

	.info-link-list .info-link-name {
		width: calc((100% - 0px) / 2);
	}
}

@media screen and (max-width: 575px) {
	.link_bg {
		background-image: none;
	}

	.flex-col2 .info-link-name {
		width: calc((100% - 10px) / 2);
	}

	.info-link-list .info-link-name {
		width: calc((100% - 10px) / 1);
		margin: 5px 0px;
	}
}

.info-link-btn {
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 3.66667vw;
	margin: 0px auto;
	border-radius: 50px;
	text-align: left;
	max-width: 100%;
	border: solid 1px #d9d9d9;
	background-color: #fcfcfc;
}

.info-link-btn span {
	position: relative;
	padding-right: 5px;
	font-size: 1em;
	text-align: center;
	display: block;
}

.info-link-btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	margin-top: -5px;
}

.info-link-btn span::after {
	border-top: 1px solid #de9495;
	border-right: 1px solid #de9495;
}

@media (min-width: 768px) {
	.info-link-btn {
		width: 95%;
		line-height: 70px;
		font-size: 2.333333vw;
	}

	.info-link-btn span::after {
		right: 30px;
		width: 15px;
		height: 15px;
	}
}

@media (min-width: 1024px) {
	.info-link-btn {
		max-width: 500px;
		height: 50px;
		line-height: 50px;
		font-size: 0.9vw;
	}

	.info-link-btn span::after {
		right: 30px;
		width: 10px;
		height: 10px;
	}

	.info-link-btn span::after {
		border-top: 1px solid #de9495;
		border-right: 1px solid #de9495;
	}

	.info-link-btn:hover {
		-webkit-opacity: .3;
		-moz-opacity: .3;
		transition: .3s;
	}
}

.info-list-note ul {
	margin-top: 30px;
	list-style-position: inside;
}

.info-list-note ul li {
	font-size: 0.9rem;
	list-style-type: none;
	position: relative;
	padding-left: 1rem;
	line-height: 1.5rem;
	word-break: break-all;
}

.info-list-note ul li:before {
	border-radius: 50%;
	width: 5px;
	height: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 0.6em;
	content: "";
	background: #bdbdbd;
}

.info-list-note ul a {
	text-decoration: underline;
}

.sp-only {
	display: none;
}

.pc-only {
	display: block;
}

@media screen and (max-width: 1024px) {
	.info-list-note ul li {
		font-size: 1.5rem;
		line-height: 2.7rem;
	}
}

@media screen and (max-width: 599px) {
	.info-list-note ul li {
		font-size: 0.9rem;
		line-height: 1.5rem;
	}

	.sp-only {
		display: block;
	}

	.pc-only {
		display: none;
	}
}

.mt80 {
	margin-top: 80px;
}

.btn {
	display: block;
	text-align: center;
	letter-spacing: 1px;
	line-height: 50px;
	margin: 10px 0;
}

.btn_yellow {
	background-color: #d7a658;
	color: #FFF;
	border-radius: 8px;
}

@media (min-width: 768px) {
	.btn {
		line-height: 60px;
		font-size: 2.5vw;
	}

	h1 {
		font-size: 6.8vw;

	}

}

@media (min-width: 1024px) {
	.btn_area {
		display: table;
		float: left;
		margin-right: 30px;
	}

	.btn_area:last-child a {
		margin-right: 0px;
	}

	.btn_yellow {
		width: 300px;
		height: 50px;
		line-height: 50px;
		font-size: 0.9em;
	}


	/*ホバー時の指定*/
	.btn:hover {
		opacity: .7;
		-webkit-opacity: .7;
		-moz-opacity: .7;
		transition: .3s;
	}

	h1 {
		font-size: 6.8vw;

	}
}

/***************************/


h1 {
	font-size: 2.4vw;
	margin-bottom: 3%;
	text-align: center;
	font-weight: bold;
}

.kouza {
	background-color: #fcf3e1;
	width: 80%;
	margin: 0 auto;
	font-weight: bolder;
	padding: 5%;
	font-size: 1.8vw;
	color: #cd5f68 !important;

}

.txt {
	width: 85%;
	margin: 0 auto;
}


.txt2{
	width: 90%;
	margin: 0 auto;
	border: #D40003 2px solid;
	padding: 2%;
}


@media (min-width: 768px) {


	.txt {
		width: 90%;
		margin: 0 auto;
	}
}
