@charset "utf-8";

.all_wrap {
	margin: 150px auto 60px;
}

.titl_ja {
	text-align: center;
	font-size: 3.2rem;
}

.sub_titl {
	margin: 40px auto;
	text-align: center;
	font-size: 2.2rem;
}

.link_btn {
	text-align: center;
	margin-bottom: 10px;
}

.link_btn a {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 1.6rem;
}

.link_btn a span {
	font-size: 2.4rem;
}

.link_btn01 a {
	background: #c7d652;
}

.link_btn02 a {
	background: #83cac6;
}

.link_btn03 a {
	background: #df73a3;
}

.link_btn03 {
	margin-bottom: 40px;
}

.link_btn a img {
	width: 30px;
	height: 20px;
	margin-left: 5px;
	transition: all 0.3s;
}

.link_btn a:hover img {
	margin-left: 15px;
}

.hyo {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 60px;
}

.hyo th {
	padding: 10px;
	text-align: center;
	background: #9a003f;
	color: #fff;
	width: 25%;
}

.hyo th:nth-child(1) {
	border-right: 1px #fff solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #fff solid;
}

.hyo th:nth-child(2) {
	border-right: 1px #fff solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.hyo th:nth-child(3) {
	border-right: 1px #fff solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.hyo th:nth-child(4) {
	border-right: 1px #9a003f solid;
	border-left: : 1px #9a003f solid;
	border-bottom: 1px #9a003f solid;
}

.hyo td {
	padding: 10px;
	text-align: center;
	background: #fff;
	border: 1px #9a003f solid;
	width: 25%;
}

.hyo td:nth-child(1) {
	padding: 10px;
	background: #9a003f;
	color: #fff;
	border: 1px #9a003f solid;
	border-bottom: 1px #fff solid;
}

.hyo td span {
	text-align: left;
	font-size: 1.0rem;
}

.hyo td.last {
	border-bottom: 1px #9a003f solid;
}

.hyo_btn01 a, .hyo_btn02 a, .hyo_btn03 a {
	display: block;
	padding: 5px;
	transition: all 0.3s;
}

.hyo_btn01 a {
	background-color: #c7d652;
}

.hyo_btn01 a:hover {
	background-color: #e8f67b;
}

.hyo_btn02 a {
	background-color: #83cac6;
}

.hyo_btn02 a:hover {
	background-color: #afe8e5;
}

.hyo_btn03 a {
	background-color: #df73a3;
}

.hyo_btn03 a:hover {
	background-color: #fba5cb;
}

.qa_wrap {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 2px #000 solid;
	font-size: 1.6rem;
}

.box01 {
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 10px;
}

.slide_box {
	display: none;
	width: 100%;
}
.slide_box a{
	border-bottom: 1px #333 solid;
}

.box02 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 10px;
	border-top: 2px #000 solid;
	background: #fff;
}

.qa_wrap .txt01 {
	width: 20px;
	color: #9a003f;
}

.qa_wrap .txt02 {
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
}

.open_btn {
	width: 40px;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.open_btn img {
	max-width: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

.open_btn.open {
	transition: all 0.3s;
	transform: rotateX(180deg);
}

.cap {
	margin-top: 60px;
}

.np_btns {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	margin-top: 60px;
}

.np_btns div a {
	display: block;
	width: 250px;
	line-height: 40px;
	border: 4px #000 solid;
	font-size: 2.0rem;
	transition: all 0.3s;
}

.np_btns div a:hover {
	background: #83cac6;
}

.np_btns div a img {
	width: 16px;
	height: 10px;
	margin: 0 5px 3px 5px;
}

@media screen and (max-width: 940px) {}

@media screen and (max-width: 740px) {
	.all_wrap {
		margin: 110px auto 40px;
	}

	.titl_ja {
		font-size: 2.0rem;
	}

	.sub_titl {
		margin: 20px auto;
		text-align: left;
		font-size: 1.6rem;
	}

	.link_btn a {
		padding: 10px 0;
		font-size: 1.2rem;
	}

	.link_btn a span {
		font-size: 1.6rem;
	}

	.link_btn03 {
		margin-bottom: 30px;
	}

	.link_btn a img {
		width: 15px;
		height: 10px;
	}

	.link_btn a:hover img {
		margin-left: 0px;
	}

	.hyo {
		font-size: 1.0rem;
		letter-spacing: 0;
		margin-bottom: 20px;
	}

	.qa_wrap {
		font-size: 1.4rem;
	}

	.cap {
		margin-top: 40px;
	}

	.np_btns {
		margin-top: 40px;
	}

	.np_btns div {
		width: 48%;
	}

	.np_btns div a {
		width: 100%;
		line-height: 30px;
		font-size: 1.5rem;
	}
}
