#page9 .content-header {
	margin: 14.5rem auto 3.8rem;
	padding-right: 21rem;
}
#page9 .text-area {
	padding: 3.8rem 9.8rem 3.8rem;
	position: relative;
}
#page9 .text-area .time {
	padding: 1rem 0;
	width: 17.4rem;
	position: absolute;
	top: -7.8rem;
	left: calc(50% + 19rem);
	color: #5098D6;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	border-top: 0.3rem solid #5098D6;
	border-bottom: 0.3rem solid #5098D6;
}
#page9 .text-area .time span {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Roboto-Bold', sans-serif;
}
#page9 .text-area .term_label {
	padding-top: 0.8rem;
	width: 6.4rem;
	height: 6.4rem;
	position: absolute;
	top: -1.5rem;
	left: -2.2rem;
	color: #0C67B5;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.29;
	text-align: center;
	background-color: #FFF;
	border: 0.3rem solid #5098D6;
}
#page9 .text-area .link {
	width: 17.5rem;
	position: absolute;
	top: -11.5rem;
	right: -9.2rem;
	z-index: 5;
}
#page9 .text-area .link a {
	height: 22rem;
	display: block;
	background: url("../img/common/icon04.png?20240514") no-repeat center / 100% auto;
}

/* fix y.hirata
#page9 .text-area .link.first a {
	background-image: url("../img/common/icon04_first.png?20240514");
}
*/
#page9 .text-area .link.first a {
	background-image: url("../img/common/icon04_first.png?20240514");
	transition: 0.7s;
}
#page9 .text-area .link a:hover {
	background-image: url("../img/common/icon04_first_on.png?20240514");
}
#page9 .text-area .link.term-1:not(.first) a {
	background-image: url("../img/common/icon04.png?20240514");
	transition: 0.7s;
}
#page9 .text-area .link:not(.term-1, .first) a {
	background-image: url("../img/common/icon04_on.png?20240514");
}

#page9 .text-area .cow_list {
	margin: 0 0 1rem 1.8rem;
	padding: 0;
	display: flex;
}
#page9 .text-area .cow_list li {
	padding: 5.5rem 0 0 2.6rem; 
	width: 7rem;
	height: 8.9rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	font-size: 0;
	box-sizing: border-box;
	position: relative;
}
#page9 .text-area .cow_list li:first-of-type {
	background: url("../img/design_p9/text_img01.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(2) {
	background: url("../img/design_p9/text_img02.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(3) {
	background: url("../img/design_p9/text_img03.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(4) {
	background: url("../img/design_p9/text_img04.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(5) {
	background: url("../img/design_p9/text_img05.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(6) {
	background: url("../img/design_p9/text_img06.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(7) {
	background: url("../img/design_p9/text_img07.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(8) {
	background: url("../img/design_p9/text_img08.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(9) {
	background: url("../img/design_p9/text_img09.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li:nth-of-type(10) {
	background: url("../img/design_p9/text_img10.png?20240514") no-repeat center / 4.3rem;
}
#page9 .text-area .cow_list li svg {
	display: none;
}
#page9 .text-area .cow_list li:not(:last-of-type) {
	margin-right: 0.6rem;
}
#page9 .text-area .cow_list li.active {
	margin-top: -1.9rem;
}
#page9 .text-area .cow_list li.active::after {
	width: 3rem;
	height: 3rem;
	position: absolute;
	bottom: -3.4rem;
	left: 1.7rem;
	background: url("../img/common/icon05.png?20240514") no-repeat center / 3rem;
	content: '';
}
#page9 .text-area .cow_list li:only-of-type.active::after {
	bottom: -2.4rem;
}
#page9 .text-area .cow_list li:nth-of-type(1).active::after {
	left: 1.6rem;
}
#page9-combo .cow_list li::after {
	content: '' !important;
}
#page9 .text-area .cow_list li.valid.active {
	margin-top: -3rem;
}
#page9 .text-area .cow_list li.valid.active::after {
	bottom: -4.4rem;
}
#page9 .text-area .cow_list li:only-of-type.valid.active::after {
	bottom: -2.4rem;
}
#page9 .text-area .cow_list li.valid {
	padding: 3.9rem 0 0 4.8rem;
	background: url("../img/design_p9/text_img11.png?20240514") no-repeat center / 6.8rem;
}
#page9 .text-area .cow_list li:nth-of-type(2).valid {
	background-image: url("../img/design_p9/text_img12.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(3).valid {
	background-image: url("../img/design_p9/text_img13.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(4).valid {
	background-image: url("../img/design_p9/text_img14.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(5).valid {
	background-image: url("../img/design_p9/text_img15.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(6).valid {
	background-image: url("../img/design_p9/text_img16.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(7).valid {
	background-image: url("../img/design_p9/text_img17.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(8).valid {
	background-image: url("../img/design_p9/text_img18.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(9).valid {
	background-image: url("../img/design_p9/text_img19.png?20240514");
}
#page9 .text-area .cow_list li:nth-of-type(10).valid {
	background-image: url("../img/design_p9/text_img20.png?20240514");
}
#page9 .text-box {
	margin-bottom: 1.4rem;
	padding: 4.2rem 4.4rem 11.3rem 3.4rem;
	position: relative;
	border-radius: 1.2rem;
	background-color: #F0F3F8;
}
/*#page9 .text-box::after {
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: -2.4rem;
	left: 3.8rem;
	background: url("../img/common/icon05.png") no-repeat center / 3rem;
	content: '';
}*/
#page9 .text-box .title {
	margin-bottom: 2.5rem;
	color: #0C67B5;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
#page9 #combo dl {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0;
}
#page9 #combo dt,
#page9 #combo dd {
	width: 12.23%!important;
	font-weight: bold;
}
#page9 #combo dt {
	padding: 0.5rem 0 0.6rem;
	color: #FFF;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	background-color: #0C67B5;
	border-radius: 0.5rem;
}
#page9 #combo dt:nth-of-type(2) {
	background-color: #FFD800;
}
#page9 #combo dt:nth-of-type(3) {
	background-color: #00B277;
}
#page9 #combo dt:nth-of-type(4) {
	background-color: #FE8A86;
}
#page9 #combo dt:nth-of-type(5) {
	background-color: #FD5400;
}
#page9 #combo dt:nth-of-type(6) {
	background-color: #999999;
}
#page9 #combo dd {
	position: absolute;
	top: 10.6rem; 
	left: 0;
}
#page9 #combo dd:nth-of-type(2) {
	left: 17.5%;
}
#page9 #combo dd:nth-of-type(3) {
	left: 35%;
}
#page9 #combo dd:nth-of-type(4) {
	left: 52.5%;
}
#page9 #combo dd:nth-of-type(5) {
	left: 70%;
}
#page9 #combo dd:nth-of-type(6) {
	left: 87.5%;
}
#page9 #combo dd {
	margin-right: -2rem;
	width: 15%!important;
	position: absolute;
	bottom: 1.3rem;
	right: -2rem;
	color: #000000;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	font-family: 'Roboto-Bold', sans-serif;
	display: flex;
	align-items: flex-end;
}
#page9 #combo dd input {
	width: 100%;
	height: 7rem;
	text-align: center;
	color: #333333;
	font-size: 2.6rem;
	font-weight: 700;
	background-color: #FFF;
	border: 0.2rem solid #EAEAEA;
	border-radius: 0.5rem;
	box-sizing: border-box;
	font-family: 'Roboto-Bold', sans-serif;
}
#pop07 .popBox {
	padding: 3.4rem 4.5rem 3rem;
	height: auto;
}
#pop07 .popBox p {
	margin: 0 auto;
}
#pop07 .popBox .topBox {
	margin: 0 4.5rem 1.7rem;
	display: flex;
	justify-content: space-between;
}
#pop07 .popBox .topBox .text {
	margin-top: 2.1rem;
	padding-left: 3.3rem;
	width: calc(100% - 19.5rem);
	text-align: left;
}
#pop07 .popBox .topBox .text h2 {
	margin-bottom: 2.3rem;
	color: #0C67B5;
	font-size: 3.5rem;
	font-weight: bold;
}
#pop07 .popBox .topBox .text h2 .time {
	padding: 0.6rem 0;
	width: 17.4rem;
	display: inline-block;
	color: #5098D6;
	font-size: 1.8rem;
	text-align: center;
	border-top: 0.3rem solid #5098D6;
	border-bottom: 0.3rem solid #5098D6;
	vertical-align: 0.5rem;
}
#pop07 .popBox .topBox .text h2 span {
	margin-left: 0.5rem;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Roboto-Bold', sans-serif;
}
#pop07 .popBox .topBox .text p {
	font-size: 1.8rem;
	line-height: 1.5;
}
#pop07 .popBox .tab {
	margin-bottom: 2.5rem;
	max-height: 32.2rem;
	overflow-y: auto;
	border-bottom: 0.3rem solid #EAEAEA;
}
#pop07 .popBox table {
	width: 100%;
	border-collapse: collapse;
	border: 0.3rem solid #EAEAEA;
	border-bottom: 0;
}
#pop07 .popBox th,
#pop07 .popBox td {
	padding: 0.9rem 1rem 0.3rem;
	line-height: 1.54;
	text-align: left;
	vertical-align: middle;
	word-break: break-all;
	border-top: 1px solid #EAEAEA;
}
#pop07 .popBox tr:first-of-type th,
#pop07 .popBox tr:first-of-type td {
	border-top: 0;
	font-weight: bold;
}
#pop07 .popBox tr:first-of-type td {
	padding: 0.6rem 0 0.4rem;
	color: #0C67B5;
	font-size: 1.5rem;
	line-height: 1.33;
	font-weight: bold;
	text-align: center;
}
#pop07 .popBox th {
	padding: 0;
	width: 18%;
	color: #0C67B5;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto-Bold', sans-serif;
	background-color: #F7F7F8;
	box-sizing: border-box;
	border-right: 1px solid #EAEAEA;
}
#pop07 .popBox td:last-of-type {
	border-right: 0;
}
#pop07 .popBox td:not(:last-of-type) {
	border-right: 1px solid #EAEAEA;
}
#pop07 .popBox td {
	color: #333333;
	font-size: 1.3rem;
	font-weight: bold;
}
#pop07 .popBox td:nth-of-type(1) {
	padding: 0.9rem 0 0.3rem;
	text-align: center;
}
#pop07 .popBox td:nth-of-type(2) {
	padding: 0.9rem 0 0.3rem 2.5rem;
	width: 27%;
}
#pop07 .popBox td:nth-of-type(3) {
	padding: 0.9rem 0 0.3rem 2.5rem;
	width: 40%;
}
#pop07 .popBox .btn {
	margin: 0 auto;
	width: 47.8rem;
}
#pop07 .popBox .btn a {
	padding: 1.2rem 0;
	display: block;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1.5;
	text-decoration: none;
	background: #0C67B5 url("../img/common/icon01.png") no-repeat right 1.5rem center / 0.9rem;
	border-radius: 1rem;
	transition: 0.7s;
}
#page9 .pager li.right a, 
#page9 .pager li.left a {
	width: 6.8rem;
}
#page9 .txt-mark {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	max-width: 1000px;
	color: #0C67B5;
	font-size: 1.3rem;
	line-height: 1.4;
	text-align: left;
	position: absolute;
	bottom: -5.5rem;
	right: 0;
}
#page9 .txt-mark .img {
	width: 30px;
}
#page9 .txt-mark .img img {
	width: 30px;
	padding-top: 1rem;
}
#page9 .txt-mark .txt {
	width: 65%;
	box-sizing: border-box;
	padding-left: 1rem;
}
@media all and (max-height: 799px) {
	#page9 .content-header {
		margin: 17.5vh auto 2vh !important;
	}
	#page9 .text-area .time {
		top: -5.3rem;
	}
	#page9 .text-area .link {
		top: -72px;
	}
	#pop07 .popBox {
		padding: 2rem 4.5rem;
		width: auto;
	}
	#pop07 .popBox .topBox {
		margin: 0 20px 17px;
	}
	#pop07 .popBox .topBox .pho img {
		width: 19.5rem;
	}
	#pop07 .popBox .tab {
		margin-bottom: 10px;
	}
	#pop07 .popBox td {
		font-size: 1.1rem;
	}
}
@media all and (max-width: 1270px) {
	#page9 .text-area {
		padding: 3.8rem 3.5rem 3.8rem;
	}
	#page9 .content-header {
		margin: 10.5rem auto 1.5rem;
	}
	#page9 .text-area .link {
		width: 10rem;
		top: -2.7rem;
		right: -5.2rem;
	}
	#page9 .text-area .link a {
		height: 12.5rem;
	}
	#page9 .text-area .time {
		top: -5.5rem;
	}
}
@media all and (min-width: 897px) {
	#page9 .text-area .link:not(.first) a:hover {
		background-image: url("../img/common/icon04.png?20240514");
	}
	#pop07 .popBox .btn a:hover {
		background-color: #5098D6;
	}
}
@media screen and (orientation:landscape) and (max-width: 1100px) and (max-height: 799px) {
	#page9 .content-header {
		margin: 19.5vh auto 0;
	}
	#page9 .text-area .link {
		width: 17.5rem;
		position: absolute;
		top: -10.5rem;
		right: -9.2rem;
		z-index: 5;
	}
	#page9 .text-area .link a {
		height: 21rem;
		display: block;
		background-size: 9rem !important;
	}
	.comLink {
		width: 28rem;
		position: absolute;
		bottom: -4.2rem;
		left: -5.5rem;
	}
	#page9 .comLink {
		bottom: -3.2rem;
		left: -5.5rem;
	}
}
@media screen and (orientation:landscape) and (max-width: 896px) {
	#page9 .content-header {
		margin: 4rem 0 3.5rem !important;
	}
	#page9 .text-area {
		padding: 4rem 3.5rem 1.5rem;
	}
	#page9 .text-area .link {
		top: -24rem;
	}
	#page9 .text-area .link a {
		height: 50rem;
		background-size: 100% !important;
	}
	#page9 .text-area .cow_list {
		margin-left: 3rem;
		margin-right: 3rem;
	}
	#page9 .text-area .cow_list li {
		padding: 4.4rem 0 0 0;
		width: 12rem;
		height: 14rem;
		background-size: 7rem !important;
	}
	#page9 .text-area .cow_list li.valid {
		background-size: contain !important;
	}
	#page9 .text-area .cow_list li.active::after {
		bottom: -3rem;
		left: 4rem;
	}
	#page9 .text-area .cow_list li:nth-of-type(1).active::after {
		left: 4.1rem;
	}
	#page9 .text-area .cow_list li:only-of-type.active::after {
		bottom: -2rem;
	}
	#page9 .text-area .cow_list li.valid.active::after {
		bottom: -4rem;
	}
	#page9 .text-area .cow_list li:only-of-type.valid.active::after {
		bottom: -2rem;
	}
	#page9 .text-area .time {
		width: 20rem;
		top: -8.2rem;
		margin-left: 3rem;
		font-size: 2.2rem;
	}
	#page9 .text-area .time span {
		font-size: 2.4rem;
	}
	#page9 .text-area .term_label {
		width: 10rem;
		height: 10rem;
		font-size: 1.9rem;
		line-height: 1.45;
		top: -3.5rem;
		left: -5.2rem;
		border-width: 0.8rem;
		border-radius: 4px;
		padding-top: 1.6rem;
	}
	#page9 .text-box {
		padding: 3.2rem 4.4rem 10rem 2.4rem;
	}
	#page9 .text-box .title {
		font-size: 2.6rem;
	}
	#page9 .comLink {
		bottom: -3.2rem;
		left: -5.5rem;
	}
	#pop07.pop {
		width: 120rem;
	}
	#pop07 .popBox .topBox {
		margin-top: 4rem;
	}
	#pop07 .popBox .topBox .text {
		padding-left: 0;
	}
	#pop07 .popBox .topBox .text p {
		font-size: 2.4rem;
	}
	#pop07 .popBox .topBox .text .time {
		width: 25rem !important;
		font-size: 2.2em;
	}
	#pop07 .popBox .topBox .text .time span {
		font-size: 2.4rem;
	}
	#pop07 .popBox .btn {
		margin-top: 2rem;
		width: 300px;
	}
	#pop07 .popBox .btn a {
		font-size: 2.4rem;
		width: 300px;
	}
	#pop07 .popBox .tab th {
		font-size: 2.6rem;
	}
	#pop07 .popBox .tab tr.head th,
	#pop07 .popBox .tab tr.head td {
		font-size: 2.6rem;
	}
	#pop07 .popBox .tab td {
		font-size: 2rem;
	}
	#page9 .txt-mark {
		bottom: -7.5rem;
	}
	#page9 .txt-mark .img {
		width: 15px;
	}
	#page9 .txt-mark .img img {
		width: 15px;
	}
	#page9 .txt-mark .txt {
		width: 70%;
	}
}
@media screen and (orientation:landscape) and (max-width: 670px) {
	#page9 .txt-mark {
		bottom: -8.5rem;
	}
	#page9 .txt-mark .img {
		width: 15px;
	}
	#page9 .txt-mark .img img {
		width: 15px;
	}
	#page9 .txt-mark .txt {
		width: 60%;
	}
}
@media screen and (orientation:portrait) and (max-width: 896px) {
	#page9 .content-header {
		margin: 30px auto 80px !important;
		padding-right: 0;
	}
	#page9 .text-area {
		padding: 32px 15px 20px;
		position: relative;
	}
	#page9 .text-area .time {
		top: -62px;
		left: calc(50% - 89px);
	}
	#page9 .text-area .term_label {
		padding-top: 10px;
		top: -15px;
		left: -38px;
		font-size: 1.4rem;
	}
	#page9 .text-area .link {
		width: 80px;
		position: absolute;
		top: -28px;
		right: -36px;
	}
	#page9 .text-area .link a {
		height: 10rem;
		background-size: 8rem;
	}
	#page9 .text-area .cow_list {
		flex-wrap: wrap;
	}
	#page9 .text-area .cow_list li {
		padding: 3.5rem 0 0 1.9rem;
		width: 5rem;
		height: 5.8rem;
		letter-spacing: 0.8em;
		background-size: 2.6rem!important;
	}
	#page9 .text-area .cow_list li.active::after {
		display: none;
	}
	#page9 .text-area .cow_list li.valid {
		padding: 2.4rem 0 0 3.3rem;
		background-size: 4rem!important;
	}
	#page9 .text-area .cow_list li.valid.active {
		margin-top: -1rem;
	}
	#page9 .text-box {
		margin-bottom: 14px;
		padding: 15px;
	}
	#page9 .text-box::after {
		width: 3rem;
		height: 3rem;
		position: absolute;
		top: -22px;
		left: 16px;
		background: url("../img/common/icon05.png") no-repeat center / 15px;
		content: '';
	}
	#page9 .text-box .title {
		margin-bottom: 20px;
		font-size: 1.3rem;
	}
	#page9 #combo dl {
		display: block;
	}
	#page9 #combo dt,
	#page9 #combo dd {
		width: 100%!important;
	}
	#page9 #combo dt {
		margin-bottom: 10px;
	}
	#page9 #combo dd input {
		height: 4rem;
		font-size: 2rem;
	}
	#page9 #combo dd {
		margin-bottom: 0;
		position: static;
		top: 106px; 
		left: 0;
	}
	#page9 #combo dd:nth-of-type(2),
	#page9 #combo dd:nth-of-type(3),
	#page9 #combo dd:nth-of-type(4),
	#page9 #combo dd:nth-of-type(5),
	#page9 #combo dd:nth-of-type(6) {
		left: 0;
	}
	#page9 #combo dd {
		margin: 0 0 10px;
		width: auto!important;
		font-size: 2rem;
	}
	#page9 #combo dd input {
		font-size: 2rem;
	}
	#pop07 .popBox {
		padding: 15px;
	}
	#pop07 .popBox .topBox {
		margin: 0 auto 17px;
		display: block;
	}
	#pop07 .popBox .topBox .text {
		margin: 0 0 10px;
		padding-left: 0;
		width: auto;
	}
	#pop07 .popBox .topBox .text h2 {
		font-size: 2.2rem;
		text-align: center;
	}
	#pop07 .popBox .topBox .text h2 .time {
		margin: 10px auto 0;
		padding: 6px 0;
		width: 130px;
		display: block;
		font-size: 1.4rem;
	}
	#pop07 .popBox .topBox .text h2 span {
		margin-left: 5px;
	}
	#pop07 .popBox .topBox .text p {
		font-size: 1.6rem;
	}
	#pop07 .popBox .tab {
		margin-bottom: 15px;
		max-height: 300px;
		overflow: auto;
	}
	#pop07 .popBox table {
		width: 1000px;
	}
	#pop07 .popBox .btn {
		margin: 0 auto;
		padding: 0;
		max-width: 478px;
		width: 100%;
	}
	#pop07 .popBox .btn a {
		padding: 9px 0;
		font-size: 1.3rem;
	}
	#pop07 .popBox .btn a {
		padding: 1.2rem 0;
		font-size: 1rem;
		background: #0C67B5 url("../img/common/icon01.png") no-repeat right 0.6rem center / 0.6rem;
	}
	#page9 .pager li.right a, 
	#page9 .pager li.left a {
		width: 3.8rem;
	}
	#page9 .txt-mark {
		bottom: -5.5rem;
	}
	#page9 .txt-mark .txt {
		width: 40%;
	}
}
@media all and (max-width: 480px) {
	#pop07 .popBox table {
		width: 600px;
	}
	#page9 .txt-mark {
		bottom: -15rem;
		font-size: 1.1rem;
	}
	#page9 .txt-mark .img {
		width: 10%;
	}
	#page9 .txt-mark .txt {
		width: 90%;
	}
}
@media all and (max-width: 374px) {
	#page9 .content-header {
		font-size: 1.8rem;
	}
	#page9 .text-area {
		padding: 15px 5px 20px!important;
	}
	#page9 .text-box {
		padding: 3px;
	}
	#page9 .text-box .title {
		margin-bottom: 10px;
		font-size: 1rem;
	}
}







