@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.fax {cursor: default;pointer-events: none;}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	max-width: 1120px;
	width: calc(100% - 40px);
	margin: 0 auto;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 20px !important;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	main-box 
------------------------------------------------------------*/
.main-box {
	max-width: 880px;
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.main-box {
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	headline01
------------------------------------------------------------*/
.headline01 {
	max-width: 1120px;
	padding: 0 20px;
	margin: 0 auto 14px;
	color: #2D466C;
	font-size: 3.6rem;
	font-weight: 500;
}
.headline01.sml {
	padding: 7px 0 2px;
	font-size: 3rem;
}
@media all and (min-width: 897px) {
	.headline01.big {
		font-size: 3.8rem;
		line-height: 1.45;
	}
}
@media all and (max-width: 896px) {
	.headline01 {
		margin: 0 20px 15px;
		font-size: 2.4rem;
		padding: 0;
	}
	.headline01.sml {
		padding: 0;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headline02
------------------------------------------------------------*/
.headline02 {
	margin-bottom: 35px;
	padding: 11px 30px 12px;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 500;
	background-color: #2D466C;
}
@media all and (max-width: 896px) {
	.headline02 {
		padding: 10px 15px;
		font-size: 1.6rem;		
	}
}
/*------------------------------------------------------------
	headline03
------------------------------------------------------------*/
.headline03 {
	margin-bottom: 27px;
	padding: 6px 19px 7px;
	color: #2D466C;
	font-size: 1.8rem;
	font-weight: 500;
	border-left: 13px solid #2d466C;
}
@media all and (max-width: 896px) {
	.headline03 {
		padding: 5px 10px;
		font-size: 1.6rem;
		border-left-width: 5px;
	}
}
/*------------------------------------------------------------
	headline04
------------------------------------------------------------*/
.headline04 {
	margin-bottom: 104px;
	color: #2D466C;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.45;
}
@media all and (max-width: 896px) {
	.headline04 {
		margin-bottom: 40px;
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	headline05
------------------------------------------------------------*/
.headline05 {
	margin-bottom: 20px;
	padding-left: 30px;
	color: #2D466C;
	font-size: 2.2rem;
	font-weight: 500;
	position: relative;
}
.headline05::before {
	width: 22px;
	height: 22px;
	background-color: #2D466C;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 7px;
	left: 0
	;
}
@media all and (max-width: 896px) {
	.headline05 {
		font-size: 2rem;
		padding-left: 24px;
	}
	.headline05::before {
		width: 16px;
		height: 16px;
	}
}

/*------------------------------------------------------------
	headline06
------------------------------------------------------------*/
.headline06 {
	margin-bottom: 24px;
	color: #2d466c;
	font-size: 2.8rem;
	font-weight: 500;
}
@media all and (max-width: 896px) {
	.headline06 {
		font-size: 2rem;
	}
}

/*------------------------------------------------------------
	com-message-box
------------------------------------------------------------*/
.com-message-box {
	max-width: 880px;
	margin: 0 auto 104px;
}
.com-message-box .pho-box {
	width: 240px;
	order: 1;
}
.com-message-box .txt-box {
	width: 560px;
}
.com-message-box .txt-box .topic {
	margin-bottom: 77px;
	color: #2D466C;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.43;
}
.com-message-box .txt-box .topic .name {
	margin-top: 23px;
	display: block;
	font-size: 1.6rem;
}
.com-message-box .txt-box .title {
	margin-bottom: 22px;
	font-size: 2rem;
	font-weight: 500;
}
.com-message-box .txt-box .sub-box p {
	margin-bottom: 30px;
	line-height: 1.875;
}
.com-message-box .txt-box .sub-box p:last-child {
	margin-bottom: 0;
}
@media all and (max-width: 896px) {
	.com-message-box {
		max-width: inherit;
		display: block;
		margin-bottom: 50px;
	}
	.com-message-box .pho-box {
		margin-bottom: 30px;
		width: auto;
	}
	.com-message-box .txt-box {
		width: auto;
	}
	.com-message-box .txt-box .topic {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.com-message-box .txt-box .topic .name {
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.com-message-box .txt-box .title {
		font-size: 1.6rem;
	}
}
/*------------------------------------------------------------
	com-link-list
------------------------------------------------------------*/
.com-link-list {
	max-width: 880px;
	margin: -20px auto 0;
}
.com-link-list li {
	margin: 20px 3.95% 0 0;
	width: 30.7%;
}
.com-link-list li:nth-child(3n) {
	margin-right: 0;
}
.com-link-list li a {
	padding: 8px 5px 9px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	text-align: center;
	color: #064099;
	font-size: 1.4rem;
	line-height: 1.15;
	font-weight: 500;
	border: 1px solid #064099;
	box-sizing: border-box;
	background: url("../../images/common/icon01.svg") no-repeat right 8px center;
}
.com-link-list li .blue {
	color: #fff;
	background-color: #064099;
	background-image: url("../../images/common/icon01_on.svg");
}
@media all and (min-width: 897px) {
	.com-link-list li a:hover {
		background-image: url("../../images/common/icon01_on.svg");
		background-color: #064099;
		color: #FFF;
	}
	.com-link-list li .blue:hover {
		color: #064099;
		background-color: #fff;
		background-image: url("../../images/common/icon01.svg");
	}
}
@media all and (max-width: 896px) {
	.com-link-list {
		max-width: inherit;
		margin-top: 0;
		max-width: 300px;
		display: block;
	}
	.com-link-list li {
		margin: 0 0 20px;
		width: auto;
	}
	.com-link-list li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	com-btn01
------------------------------------------------------------*/
.com-btn01 a {
	width: 400px;
	padding: 0 15px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-weight: 700;
	box-sizing: border-box;
	background: url("../../images/common/icon06.svg") #064099 no-repeat right 4px center;
}
.com-btn01.center a {
	margin: 0 auto;
}
.com-btn01 .white {
	color: #064099;
	background-color: #fff;
	border: 1px solid #064099;
	background-image: url("../../images/common/icon01.svg");
}
.com-btn01.small a {
	width: 270px;
	height: 40px;
	font-size: 1.4rem;
	background-position: right 8px center;
}
@media all and (min-width: 897px) {
	.com-btn01 a:hover {
		background-color: #3766ad;
	}
	.com-btn01 .white:hover {
		background-color: #F4F5F7;
	}
}
@media all and (max-width: 896px) {
	.com-btn01 a {
		width: auto;
		max-width: 280px;
		height: 40px !important;
		margin: 0 auto !important;
	}
	.com-btn01.small a {
		width: auto;
		max-width: 270px;
	}
}
/*------------------------------------------------------------
	com-table01 
------------------------------------------------------------*/
.com-table01 {
	margin-bottom: 100px;
	width: 100%;
	border-collapse: collapse;
}
.com-table01 th,
.com-table01 td {
	padding: 12px 61px 13px;
	line-height: 1.625;
	vertical-align: top;
	text-align: left;
	word-break: break-all;
	box-sizing: border-box;
	border: 1px solid #d5dae1;
}
.com-table01 th {
	padding: 12px 10px 13px 36px;
	width: 22.7%;
	color: #2d466c;
	font-weight: 500;
	background-color: #f4f5f7;
}
.com-table01 td .addList li {
	margin-bottom: 26px;
	padding-bottom: 25px;
	border-bottom: 1px solid #D5DAE1;
}
.com-table01 td .addList li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.com-table01 td .map-link {
	margin: 6px 0 5px;
	display: block;
}
.com-table01 td .map-link a {
	display: block;
	width: 80px;
	height: 40px;
	line-height: 38px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #064099;
	background-color: #064099;
}
@media all and (min-width: 897px) {
	.com-table01 td .map-link a:hover {
		color: #064099;
		background-color: #FFF;
	}
}
@media all and (max-width: 896px) {
	.com-table01 {
		margin-bottom: 50px;
	}
	.com-table01 th,
	.com-table01 td {
		padding: 12px 15px 13px !important;
		display: block;
		width: 100% !important;
	}
	.com-table01 tr:not(:last-child) td {
		border-bottom: none;
	}
	.com-table01 td {
		border-top: none;
	}
	.com-table01 th {
		border-bottom: none;
	}
	.com-table01 td .map-link a {
		height: 35px;
		line-height: 33px;
		font-size: 1.3rem;
	}
}


/*------------------------------------------------------------
	language-btn
------------------------------------------------------------*/
.language-btn {
	height: auto;
	margin-left: 40px;
	color: #2D466C;
	font-size: 1.5rem;
	font-weight: 500;
	white-space:nowrap;
	position: relative;
}
.language-btn .txt {
	padding: 0 24px 0 23px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	transition: .3s;
}
.language-btn .txt::before {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 1px;
	left: 0;
	background: url("../../images/common/icon03.svg") no-repeat left top / 100% 100%;
	content: "";
}
.language-btn .txt::after {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 1px;
	right: 0;
	background: url("../../images/common/icon04.svg") no-repeat left top / 100% 100%;
	content: "";
}
.language-btn .en-link {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	text-align: center;
}
.language-btn .en-link a {
	color: #2D466C;
}
@media all and (min-width: 897px) {
	.language-btn .txt:hover {
		opacity: 0.7;
	}
}


/* language-txt */
.language-txt {
	padding-left: 25px;
	position: absolute;
	top: 16px;
	right: 64px;
}
.language-txt::before {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../../images/common/icon03.svg") no-repeat left top / 100% 100%;
	content: "";
}
.language-txt a {
	margin-left: 16px;
	color: #2D466C;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.language-txt a:first-child {
	margin-left: 0;
}
.language-txt a:last-child::before {
	width: 1px;
	height: 16px;
	position: absolute;
	top: 3px;
	left: -8px;
	background-color: #D5DAE1;
	content: "";
}



/*------------------------------------------------------------
	com-type-ul
------------------------------------------------------------*/
.com-type-ul {
	margin: 0 -1px 34px;
	display: flex;
	flex-wrap: wrap;
}
.com-type-ul li {
	margin: 0 1px;
	width: calc(25% - 2px);
	text-align: center;
}
.com-type-ul a {
	color: #2D466C;
	height: 48px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 5px 0 0;
	border: 1px solid #D5DAE1;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.com-type-ul a:hover {
		background-color: #F4F5F7;
		border-color: #2D466C;
	}
	.com-type-ul .on a {
		background-color: #F4F5F7;
		border-color: #2D466C;
	}
}
@media all and (max-width: 896px) {
	.com-type-ul {
		margin: 0 0 14px;
		padding: 0 18px;
		justify-content: flex-end;
		border-bottom: 1px solid #D5DAE1;
	}
	.com-type-ul li {
		margin-bottom: -1px;
		width: 160px;
	}
	.com-type-ul a {
		line-height: 1.1;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 374px) {
	.com-type-ul li {
		width: 130px;
	}
}

/*------------------------------------------------------------
	com-list-dl
------------------------------------------------------------*/
.com-list-dl {
	clear: both;
	overflow: hidden;
}
.com-list-dl dt {
	float: left;
	font-weight: 500;
	color: #576B89;
}
.com-list-dl dd {
	margin-bottom: 21px;
	padding: 0 0 0px 10em;
	border-bottom: 1px solid #D5DAE1;
}
.com-list-dl a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.com-list-dl .lable {
	margin: -7px -7px 7px 0;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
}
.com-list-dl .lable span {
	margin: 7px 7px 0 0;
	padding: 5px 5px 7px;
	color: #fff;
	min-width: 105px;
	display: inline-block;
	vertical-align: top;
	background-color: #576B89;
	text-align: center;
	border-radius: 4px;
	box-sizing: border-box;
}
.com-list-dl .lable .type {
	min-width: 74px;
	padding: 4px 5px 6px;
	border-radius: 0;
	color: #576B89;
	border: 1px solid #576B89;
	background-color: #fff;
}
.com-list-dl .download a {
	position: relative;
}
.com-list-dl .download a::after {
	margin-top: -3px;
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	background: url("../../images/common/icon05.svg") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.com-list-dl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-list-dl dd {
		padding: 15px 22px 11px;
		margin-bottom: 0;
	}
	.com-list-dl dt {
		margin: 15px 0 0 21px;
		font-size: 1.6rem;
	}
	.com-list-dl .lable {
		margin: -7px -20px 8px auto;
		width: calc(100% - 127px);
	}
}
@media all and (max-width: 374px) {
	.com-list-dl .lable span {
		margin-right: 5px;
		padding-bottom: 5px;
		min-width: 86px;
	}
	.com-list-dl .lable .type {
		padding-bottom: 4px;
		min-width: 70px;
	}
	.com-list-dl .lable {
		width: calc(100% - 98px);
	}
	.com-list-dl dt {
		font-size: 1.5rem;
	}
	.com-list-dl a {
		display: block;
	}
}



/*------------------------------------------------------------
	cookie-box
------------------------------------------------------------*/
.cookie-box {
	padding: 23px 5px 8px;
	width: 100%;
	color: #fff;
	background-color: #576B89;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 1.5rem;
	box-sizing: border-box;
	line-height: 1.73;
	z-index: 99;
}
.cookie-box .copyright {
	margin: -5px 0 0 34px;
	font-style: normal;
	text-align: center;
	font-size: 1.2rem;
}
.cookie-box .flex-box {
	padding-right: 80px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.cookie-box .close {
	position: absolute;
	top: 12px;
	right: 0;
	cursor: pointer;
	transition: .3s;
}
.cookie-box .close .over {
	display: none;
}
.cookie-box .txt {
	flex: 1;
}
.cookie-box .txt a {
	color: #fff;
	text-decoration: underline;
}
.cookie-box .btn {
	margin: 7px 0 0 15px;
}
.cookie-box .btn a {
	width: 160px;
	height: 40px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	.cookie-box .flex-box {
		padding-right: 40px;
	}
	.cookie-box .close {
		right: -10px;
	}
	.cookie-box {
		font-size: 1.2rem;
	}
	.cookie-box .btn a {
		width: 140px;
		height: 36px;
		font-size: 1.2rem;
	}
	.cookie-box .btn {
		margin-top: 9px;
	}
}
@media all and (min-width: 897px) {
	.cookie-box .txt a:hover {
		text-decoration: none;
	}
	.cookie-box .btn a:hover {
		color: #576B89;
		background-color: #fff;
	}
	.cookie-box .close:hover .over {
		display: block;
	}
	.cookie-box .close:hover .img {
		display: none;
	}
}
@media all and (max-width: 896px) {
	.cookie-box .flex-box {
		display: block;
		padding-right: 0;
		font-size: 1.4rem;
	}
	.cookie-box .btn {
		margin: 18px 0 0 0;
	}
	.cookie-box .btn a {
		margin: 0 auto;
		font-size: 1.1rem;
		width: 140px;
  		height: 35px;
	}
	.cookie-box {
		padding: 63px 0 17px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.cookie-box .close {
		top: -43px;
	}
	.cookie-box .txt a {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	com-list
------------------------------------------------------------*/
.com-list {
	margin-top: -57px;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
	font-size: 2rem;
	justify-content: space-between;
	line-height: 1.45;
}
.com-list li {
	margin-top: 57px;
	width: calc(50% - 20px);
}
.com-list img {
	width: 100%;
}
.com-list .title {
	font-weight: bold;
}
.com-list .title span {
	padding: 7px 31px 10px;
	min-width: 279px;
	color: #fff;
	font-size: 2.1rem;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 6px 6px 0 0;
	background-color: #2D466C;
}
.com-list .image {
	overflow: hidden;
	position: relative;
}
.com-list .image img {
	transition: .3s;
}
.com-list .image + * {
	margin-top: 20px;
}
.com-list .image .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	transform: translate(-50%,-50%);
}
.com-list.style .title span {
	padding: 7px 26px 8px;
	min-width: 232px;
	font-size: 1.7rem;
	background-color: #064099;
}
.com-list.style {
	font-weight: normal;
}
@media all and (min-width: 897px) {
	.com-list a:hover .image img {
		transform: scale(1.05);
	}
	.com-list.style {
		margin-top: -50px;
		font-size: 1.6rem;
	}
	.com-list.style li {
		margin-top: 50px;
		width: calc(50% - 40px);
	}
	.com-list.style .image + * {
		margin-top: 16px;
	}
}
@media all and (max-width: 896px) {
	.com-list {
		display: block;
		margin: 0;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.com-list.style {
		font-size: 1.4rem;
	}
	.com-list li {
		margin: 0 0 26px;
		width: auto;
	}
	.com-list li:last-child {
		margin-bottom: 0;
	}
	.com-list .title span {
		padding: 6px 20px 8px;
		min-width: 174px;
		font-size: 1.7rem;
	}
	.com-list .image + * {
		margin-top: 6px;
	}
	.com-list .image .txt {
		font-size: 1.6rem;
	}
	.com-list.style .title span {
		padding: 6px 20px 8px;
		min-width: 174px;
		font-size: 1.4rem;
	}
}


/*------------------------------------------------------------
	com-btn02
------------------------------------------------------------*/
.com-btn02 {
	margin-top: 10px;
}
.com-btn02 a,
.com-btn02 .inner {
	margin: 0 auto;
	width: 240px;
	height: 40px;
	color: #2D466C;
	font-size: 1.4rem;
	font-weight: 500;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #576B89;
	position: relative;
	background-color: #fff;
}
.com-btn02 a:after,
.com-btn02 .inner::after {
	margin-top: -4px;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 17px;
	border: 1px solid;
	border-color: #576B89 #576B89 transparent transparent;
	transform: rotate(45deg);
	content: "";
}
@media all and (min-width: 897px) {
	.com-btn02 a:hover:after {
		border-color: #fff #fff transparent transparent;
	}
	.com-btn02 a:hover {
		color: #fff;
		background-color: #576B89;
	}
}


/* thanks-box */
.thanks-box {
	margin: -68px auto 0;
	padding: 85px 20px 79px;
	width: calc(100% - 40px);
	max-width: 1120px;
	border: 1px solid #707070;
	box-sizing: border-box;
}
.thanks-box .content {
	max-width: 708px !important;
}
.thanks-box .title {
	margin-bottom: 24px;
	color: #064099;
	font-weight: 500;
	font-size: 2.4rem;
	text-align: center;
}
.thanks-box .border-box {
	padding: 24px 34px 23px;
	font-size: 1.4rem;
	line-height: 1.45;
	border: 1px solid #707070;
}
.thanks-box .com-btn01 {
	margin-top: 30px;
}
.thanks-box .com-btn01 a {
	margin: 0 auto;
}
@media all and (max-width: 896px) {
	.thanks-box {
		margin-top: 0;
		padding: 40px 0;
	}
	.thanks-box .title {
		font-size: 2rem;
	}
	.thanks-box .border-box {
		padding: 20px;
		font-size: 1.3rem;
	}
	.thanks-box .content {
		max-width: inherit !important;
	}
}

/* com-txt */
.com-txt {
	margin: 0 auto 115px;
	max-width: 1120px;
	width: calc(100% - 40px);
}
#page-path + .com-txt {
	margin-top: -77px;
}
.com-txt a{
color: #064099;
text-decoration:underline;
}
.com-txt a .com-pdf {
    margin: -5px 5px 0 8px;
}




@media all and (max-width: 896px) {
	#page-path + .com-txt {
		margin-top: -20px;
	}
	.com-txt {
		margin-bottom: 50px;
	}
}

/* com-link */
a.com-link {
	padding-right: 25px;
	color: #064099;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
a.com-link::after {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 2px;
	right: 0;
	background: url("../../images/common/icon01.svg") no-repeat left top / 100% 100%;
	content: "";
	transform: rotate(90deg);
}
@media all and (min-width: 897px) {
	a.com-link:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	a.com-link::after {
		top: 1px;
	}
}


/* step-ul */
.step-ul {
	margin: -15px 0 40px;
	display: flex;
	flex-wrap: wrap;
}
.step-ul li {
	margin: 15px 41px 0 0;
	padding: 0 0 2px 10px;
	width: 119px;
	height: 40px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	border-right: none;
	box-sizing: border-box;
}
.step-ul li:after {
	width: 22px;
	height: 40px;
	position: absolute;
	top: -1px;
	left: 100%;
	background: url("../../images/common/step_icon01.jpg") no-repeat left top / 100% 100%;
	content: "";
}
.step-ul li.on:after {
	background-image: url("../../images/common/step_icon02.jpg");
}
.step-ul li.on {
	color: #fff;
	background-color: #064099;
	border-color: #064099;
}
@media all and (max-width: 896px) {
	.step-ul li {
		margin: 15px 25px 0 0;
		width: 90px;
	}
	.step-ul {
		margin-right: -25px;
	}
	.step-ul li::after {
		width: 15px;
	}
}


/* form-box */
.form-box .title {
	margin-bottom: 22px;
	font-size: 2.6rem;
	font-weight: 500;
}
.form-box .bor-box {
	padding: 71px 79px 76px;
	border: 1px solid #707070;
}
.form-box input[type="text"],
.form-box input[type="email"],
.form-box select,
.form-box textarea {
	padding-left: 16px;
	width: 100%;
	height: 40px;
	color: #222;
	border-radius: 0;
	font-weight: 500;
	font-size: 1.6rem;
	border: 1px solid #707070;
	background-color: #fff;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none; 
}
.form-box select {
	padding-right: 30px;
	background: #fff url("../../images/common/icon04.svg") no-repeat right 7px center / 22px 22px;
}
.form-box textarea {
	height: 150px;
	padding: 9px 16px;
	resize: vertical;
}
.form-box input::-webkit-input-placeholder,
.form-box textarea::-webkit-input-placeholder {
	color: #D5DAE1;
	opacity: 1;
}
.form-box input:-moz-placeholder,
.form-box textarea:-moz-placeholder {
	color: #D5DAE1;
	opacity: 1;
}
.form-box input::-moz-placeholder,
.form-box textarea::-moz-placeholder {
	color: #D5DAE1;
	opacity: 1;
}
.form-box input:-ms-input-placeholder,
.form-box textarea:-ms-input-placeholder {
	color: #D5DAE1;
	opacity: 1;
}
.form-box .wid01 {
	width: 161px !important;
}
.form-box .wid02 {
	width: 361px !important;
}
.form-box .check-ul {
	margin-top: -10px;
	padding-top: 8px;
	display: flex;
	flex-wrap: wrap;
}
.form-box .check-ul li {
	margin: 10px 45px 0 0;
}
.form-box .check-ul input[type="checkbox"],
.form-box .agree-txt input[type="checkbox"] {
    display: none; 
}
.form-box .check-ul input[type="checkbox"] ~ span,
.form-box .agree-txt input[type="checkbox"] ~ span {
	display: inline-block;
	line-height: 20px;
	font-weight: 500;
	padding: 0 0 4px 32px;
	background: url("../../images/common/check_icon01.png") no-repeat left top;
	background-size: 22px 22px;
	border-radius: 0;
	border: none;
	cursor: pointer;
}
.form-box .check-ul input[type="checkbox"]:checked ~ span,
.form-box .agree-txt input[type="checkbox"]:checked ~ span {
	background-image: url("../../images/common/check_icon02.png");
}
.form-box .agree-txt {
	margin: 14px 33px 0 0;
	text-align: center;
	font-weight: 500;
}
.form-box .notes {
	font-size: 1.2rem;
	margin-top: 9px;
	line-height: 1.4;
}
.form-dl {
	display: flex;
	flex-wrap: wrap;
}
.form-dl dt {
	width: 279px;
	padding: 8px 10px 0 61px;
	position: relative;
	box-sizing: border-box;
	font-weight: 500;
}
.form-dl dt .sml {
	font-size: 1.2rem;
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.45;
	margin: -6px 0 0 17px;
}
.form-dl dt .block {
	margin: 2px 0 0 0;
	display: block;
}
.form-dl .must {
	padding: 3px 0 4px;
	width: 39px;
	position: absolute;
	top: 10px;
	left: 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 1;
	text-align: center;
	background-color: #CB3C65;
	box-sizing: border-box;
}
.form-dl dd {
	padding: 0 0 8px;
	width: calc(100% - 279px);
	box-sizing: border-box;
}
.form-box .pad-btm {
	padding-bottom: 42px !important;
}
.form-box .pad-btm02 {
	padding-bottom: 38px !important;
}
.form-box .pad-top {
	padding-top: 1px !important;
}
.form-box .pad-top .must {
	top: 3px;
}
.form-address {
	padding: 34px 0 0 61px;
	font-weight: 500;
	display: flex;
}
.form-address .ttl {
	margin-top: 8px;
	width: 66px;
	flex-shrink: 0;
}
.form-address .address-dl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form-address .address-dl dt {
	padding: 8px 10px 0 0;
	width: 152px;
	box-sizing: border-box;
}
.form-address .address-dl dd {
	padding: 0 0 8px;
	width: calc(100% - 152px);
	box-sizing: border-box;
}
.form-box .submit {
	margin: 36px auto 0;
	max-width: 400px;
	text-align: center;
}
.form-box .submit .send {
	background-color: #064099;
	position: relative;
	transition: .3s;
}
.form-box .submit .send::after {
	margin-top: -4px;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	right: 13px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	content: "";
	transition: .3s;
}
.form-box .submit input {
	width: 100%;
	height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	border: 1px solid #064099;
	border-radius: 0;
	background-color: transparent;
	cursor: pointer;
	box-sizing: border-box;
	transition: .3s;
}
.form-box .submit .com-btn02 a {
	width: 100%;
	height: 48px;
	border-color: #064099;
	color: #064099;
	font-size: 1.6rem;
}
.form-box .submit .com-btn02 a::after {
	right: 13px;
	border-color: #064099 #064099 transparent transparent;
}


.form-box .submit input:disabled {
    opacity: 0.5;
    background: #ccc;
    pointer-events: none;
}







.form-box .a-upload {
	margin-top: 14px;
	position: relative;
}
.form-box .a-upload input[type="file"] {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}
.form-box .a-upload .show-fileName {
	display: inline-flex;
	width: 200px;
	height: 40px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	justify-content: center;
	align-items: center;
	background-color: #064099;
}
.form-box .a-upload .notes-txt {
	margin-left: 17px;
	font-size: 1.2rem;
}
@media all and (min-width: 897px) {
	.form-box .submit .com-btn02 a:hover {
		background-color: #064099;
		color: #fff;
	}
	.form-box .submit .com-btn02 a:hover::after {
		border-color: #fff #fff transparent transparent;
	}
	.form-box .submit .send:hover {
		background-color: #fff;
	}
	.form-box .submit .send:hover input {
		color: #064099;
	}
	.form-box .submit .send:hover::after {
		border-color: #064099 #064099 transparent transparent;
	}

	.form-box .submit .send:hover input:disable {
		color: #064099;
	}
	.form-box .submit .send:hover::after {
		border-color: #064099 #064099 transparent transparent;
	}




	.form-box .check-ul.mar li {
		margin-right: 76px;
	}
}
@media all and (max-width: 896px) {
	.form-box .bor-box {
		padding: 20px;
	}
	.form-dl {
		display: block;
	}
	.form-dl dt {
		width: auto;
		padding: 0 0 10px 45px;
		float: none;
	}
	.form-dl dd {
		width: auto;
		padding: 0 0 20px 0;
	}
	.form-dl .must {
		padding: 3px 0 4px;
		width: 35px;
		top: 3px;
		left: 0;
		font-size: 1rem;
	}
	.form-box input[type="text"],
	.form-box input[type="email"],
	.form-box select,
	.form-box textarea {
		height: 35px;
		padding-left: 10px;
		font-size: 1.4rem;
	}
	.form-box .check-ul input[type="checkbox"] ~ span,
	.form-box .agree-txt input[type="checkbox"] ~ span {
		line-height: 16px;
		padding: 0 0 4px 25px;
		background-size: 17px 17px;
	}
	.form-box .notes {
		font-size: 1rem;
	}
	.form-address {
		padding-left: 0;
		display: block;
	}
	.form-address .ttl {
		margin: 0 0 10px;
		width: auto;
	}
	.form-box .wid02 {
		width: 100% !important;
	}
	.form-box textarea {
		padding: 5px 10px;
		height: 130px;
	}
	.form-address .address-dl dt {
		padding-top: 5px;
		width: 85px;
	}
	.form-address .address-dl dd {
		width: calc(100% - 85px);
	}
	.form-box .agree-txt {
		margin: 14px 0 0 0;
		font-size: 1.2rem;
	}
	.form-box .agree-txt input[type="checkbox"] ~ span {
		padding-left: 23px;
	}
	.form-box .submit input,
	.form-box .submit .com-btn02 a {
		font-size: 1.4rem;
		height: 40px;
	}
	.form-box .check-ul li {
		margin-right: 20px;
	}
	.form-box .a-upload .notes-txt {
		margin: 10px 0 0 0;
		font-size: 1.2rem;
		display: block;
	}
	.form-box .submit .com-btn02 a {
		max-width: inherit;
	}

}

/* personal-box */
.personal-box {
	margin: 32px auto 0;
	max-width: 708px;
}
.personal-box .ttl {
	margin-bottom: 16px;
	font-weight: 500;
}
.personal-box .border-box {
	padding: 9px 32px;
	height: 100px;
	overflow-y: auto;
	font-size: 1.4rem;
	border: 1px solid #707070;
	box-sizing: border-box;
	line-height: 1.42;
}
@media all and (max-width: 896px) {
	.personal-box .border-box {
		font-size: 1.2rem;
		padding: 10px;
	}
	.personal-box {
		max-width: inherit;
	}
}


/*------------------------------------------------------------
	com-img-box
------------------------------------------------------------*/
.com-img-box {
	margin-bottom: 80px;
}
.com-img-box .pho-box {
	width: 440px;
}
.com-img-box .txt-box {
	margin-top: -8px;
	width: 400px;
}
.com-img-box .txt-box .headline06 {
	margin-bottom: 17px;
	font-size: 2.4rem;
}
@media all and (max-width: 896px) {
	.com-img-box {
		margin-bottom: 40px;
		display: block;
	}
	.com-img-box .pho-box {
		margin: 0 0 25px !important;
		width: auto !important;
	}
	.com-img-box .txt-box {
		width: auto !important;
	}
	.com-img-box .txt-box .headline06 {
		font-size: 2rem;
	}
}


/*------------------------------------------------------------
	com-list02
------------------------------------------------------------*/
.com-list02 li {
	margin-bottom: 0px;
	display: flex;
	justify-content: space-between;
}
.com-list02 li:last-child {
	margin-bottom: 0;
}
.com-list02 .photo {
	margin-right: 40px;
	width: 200px;
}
.com-list02 .photo a {
	display: block;
	position: relative;
	padding-bottom: 60%;
}
.com-list02 .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.com-list02 .com-list-dl {
	padding: 35px 0;
	flex: 1;
	border-bottom: 1px solid #D5DAE1;
	border-top: 1px solid #D5DAE1;
}
.com-list02 .com-list-dl dd {
	margin-bottom: 0;
	border-bottom: none;
}
@media all and (min-width: 897px) {
	.com-list02 .photo a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-list02 li {
		margin-bottom: 0px;
		display: block;
	}
	.com-list02 .photo {
		margin: 0 0 10px;
		width: auto;
	}
	.com-list02 .com-list-dl {
		padding: 0;
		border-top: none;
	}
	.com-list02 .com-list-dl dd {
		padding: 15px 0 11px;
	}
	.com-list02 .com-list-dl dt {
		margin-left: 0;
	}
}



/*------------------------------------------------------------
	com-list02
------------------------------------------------------------*/
.page-navi {
	margin-top: 81px;
	font-size: 0;
	clear: both;
	text-align: center;
}
.page-navi + * {
	margin-top: 30px;
}
.page-navi span,
.page-navi a {
	color: #064099;
	font-size: 1.6rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}
.page-navi .link_page,
.page-navi .current_page {
	min-width: 34px;
	min-height: 34px;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border: 1px solid #064099;
	padding: 4px 5px 2px;
	margin: 0 9px;
	box-sizing: border-box;
}
.page-navi .current_page {
	background-color: #064099;
	color: #fff;
}
.page-navi .first,
.page-navi .last,
.page-navi .pages {
	display: none;
}
.page-navi .extend {
	margin: 0 14px;
}
.page-navi .link_first,
.page-navi .link_last {
	margin: 6px 21px 0;
}
.page-navi .link_first a,
.page-navi .link_last a {
	padding-top: 2px;
	min-height: 22px;
	min-width: 22px;
	font-size: 1.1rem;
	border: 1px solid #555b64;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	.page-navi a:hover {
		background-color: #064099;
		color: #fff;
	}
}
@media all and (max-width: 896px) {
	.page-navi .link_page,
	.page-navi .current_page {
		min-width: 26px;
		min-height: 26px;
		margin: 0 4px;
		font-size: 1.2rem;
		padding: 2px 2px 2px;
	}
	.page-navi .extend {
		margin: 0 3px;
	}
	.page-navi .link_first,
	.page-navi .link_last {
		margin: 3px 10px 0;
	}
	.page-navi .link_first a,
	.page-navi .link_last a {
		padding-top: 1px;
		min-height: 20px;
		min-width: 20px;
		font-size: 1rem;
	}
}


/*------------------------------------------------------------
	com-btn03
------------------------------------------------------------*/
.com-btn03 a {
	padding: 4px 30px;
	width: 270px;
	color: #064099;
	font-weight: 500;
	font-size: 1.6rem;
	border: 4px solid #064099;
	background-color: #fff;
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.com-btn03 a::after {
	margin-top: -10px;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 9px;
	background: url("../../images/common/pdf_icon.svg") no-repeat left top / 100% 100%;
	content: "";
}
.com-btn03 .ttl {
	padding: 8px 5px 6px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	background-color: #064099;
	display: block;
	text-align: center;
}
.com-btn03 a + a {
	margin-top: 15px !important;
}
@media all and (min-width: 897px) {
	.com-btn03 a:hover {
		color: #fff;
		background-color: #064099;
	}
}
@media all and (max-width: 896px) {
	.com-btn03 a {
		width: 240px;
		font-size: 1.4rem;
		border-width: 2px;
	}
	.com-btn03 a::after {
		margin-top: -9px;
		width: 16px;
  		height: 18px;
	}
}

/*------------------------------------------------------------
	com-btn04
------------------------------------------------------------*/
.com-btn04 a {
	padding: 4px 18px 4px 5px;
	width: 270px;
	color: #064099;
	font-weight: 500;
	font-size: 1.6rem;
	border: 4px solid #064099;
	background-color: #fff;
	display: block;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
@media all and (min-width: 897px) {
	.com-btn04 a:hover {
		color: #fff;
		background-color: #064099;
	}
}
@media all and (max-width: 896px) {
	.com-btn04 a {
		width: 100%;
		max-width: 270px;
		font-size: 1.4rem;
		border-width: 2px;
	}
}

/*------------------------------------------------------------
	movie-btn
------------------------------------------------------------*/
.movie-btn a {
	width: 100%;
	max-width: 270px;
	box-sizing: border-box;
	color: #064099;
	border: 1px solid #064099;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.movie-btn a::after {
	margin-top: -11px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 8px;
	background: url("../../images/common/icon06.svg") no-repeat left top / 100% 100%;
	content: "";
}
.movie-btn span {
	width: 50%;
	display: block;
	text-align: center;
	box-sizing: border-box;
}
.movie-btn .icon {
	padding: 8px 8px 6px;
	border-left: 1px solid #064099;
	background-color: #064099;
}
.movie-btn .txt {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media all and (min-width: 897px) {
	.movie-btn a:hover {
		opacity: 0.7;
	}
}

/*------------------------------------------------------------
	adobe-btn
------------------------------------------------------------*/
.adobe-btn {
	margin-top: 21px;
}
@media all and (min-width: 897px) {
	.adobe-btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.adobe-btn {
		margin-top: 10px;
	}
}



/*------------------------------------------------------------
	com-table02
------------------------------------------------------------*/
.com-table02 {
	width: 100%;
	border-collapse: collapse;
}
.com-table02 th,
.com-table02 td {
	padding: 7px 5px;
	width: 20%;
	font-weight: 500;
	border: 1px solid #080707;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.com-table02 .bg {
	background-color: #F5F5F5;
}
.com-table02 .last td,
.com-table02 .last th {
	background-color: #D5DAE1;
}
.com-table02 thead th {
	color: #2D466C;
	font-weight: 500 !important;
	text-align: center !important;
	background-color: #F4F5F7;
}

/*------------------------------------------------------------
	com-table03
------------------------------------------------------------*/
.com-table03 {
	width: 100%;
	border-collapse: collapse;
}
.com-table03 th,
.com-table03 td {
	padding: 19px 15px;
	font-weight: normal;
	border: 1px solid #E4E4E4;
	box-sizing: border-box;
	text-align: left;
	word-break: break-all;
	vertical-align: top;
}
.com-table03 th {
	padding: 16px 5px;
	background-color: #F4F5F7;
	text-align: center;
	vertical-align: middle;
}
.com-table03 tr td:first-child,
.com-table03 tr th:first-child {
	border-left: none;
}
.com-table03 tr td:last-child,
.com-table03 tr th:last-child {
	border-right: none;
}


/*------------------------------------------------------------
	com-list-ul
------------------------------------------------------------*/
.com-list-ul {
	color: #064099;
	font-weight: 500;
	clear: both;
	overflow: hidden;
	box-sizing: border-box;
}
.com-list-ul.mar-style {
	margin: 54px auto 0;
	padding-left: 50px;
	max-width: 500px;
}
.com-list-ul li {
	margin-bottom: 15px;
}
.com-list-ul a {
	color: #064099;
	display: flex;
}
.com-list-ul .ttl {
	width: 97px;
	display: block;
}
.com-list-ul .txt {
	margin-right: -10px;
	flex: 1;
	display: block;
}
@media all and (min-width: 897px) {
	.com-list-ul a:hover {
		opacity: 0.7;
	}	
}
@media all and (max-width: 896px) {
	.com-list-ul.mar-style {
		padding-left: 0;
		max-width: inherit;
	}
	.com-list-ul .ttl {
		width: auto !important;
	}
	.com-list-ul a {
		display: block;
	}
}

/*------------------------------------------------------------
	com-pdf
------------------------------------------------------------*/
.com-pdf {
	margin: -5px -5px 0 8px;
	padding-left: 24px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.com-pdf::after {
	width: 19px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 0;
	background: url("../../images/common/pdf_icon.svg") no-repeat left top / 100% 100%;
	content: "";
}

.com-list-ul a .com-pdf {
	margin: 0px -5px 0 8px;
}





/*------------------------------------------------------------
	com-show-box
------------------------------------------------------------*/
.com-show-box {
	margin: 97px auto 0;
	max-width: 600px;
}
.com-show-box .search-box {
	margin-bottom: 21px;
}
@media all and (max-width: 896px) {
	.com-show-box {
		margin-top: 70px;
		max-width: inherit;
	}
}

/*------------------------------------------------------------
	search-box 
------------------------------------------------------------*/
.search-box {
	width: 200px;
	position: relative;
	z-index: 100;
}
.search-box .search-txt {
	padding: 12px 38px 11px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background-color: #064099;
	position: relative;
	text-align: center;
	cursor: pointer;
	transition: .3s;
}
.search-box .search-txt::after {
	margin-top: -11px;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 15px;
	background: url("../../images/common/icon10.svg") no-repeat left top / 100% 100%;
	content: "";
}
.search-box .search-list {
	padding: 21px 10px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #D5DAE1;
	display: none;
}
.search-box .search-list a {
	color: #064099;
	font-weight: 500;
	display: block;
	text-align: center;
}
.search-box .search-list li {
	margin-bottom: 10px;
}
.search-box .search-list li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	.search-box .search-list a:hover {
		opacity: 0.7;
	}
	.search-box .search-txt:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.scroll-box {
		overflow-x: auto;
	}
	.scroll-box .com-table02 {
		min-width: 640px;
	}
	.scroll-box .com-table03 {
		min-width: 840px;
	}
}


.green-bg {
	background-color: #77a60c !important;
}
.orange-bg {
	background-color: #F28835 !important;
}
.blue-bg {
	background-color: #48B8D4 !important;
}

/*------------------------------------------------------------
	com-list03
------------------------------------------------------------*/
.com-list03 {
	margin: -50px -24px 0;
	display: flex;
	flex-wrap: wrap;
}
.com-list03 li {
	margin-top: 50px;
	padding: 0 24px;
	width: 25%;
	box-sizing: border-box;
}
.com-list03 a {
	padding-bottom: 24px;
	display: block;
	border: 1px solid #707070;
}
.com-list03 .image {
	padding-bottom: 59%;
	position: relative;
	border-bottom: 1px solid #707070;
}
.com-list03 .image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.com-list03 .title {
	margin-bottom: 9px;
	color: #2D466C;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.3;
}
.com-list03 .title .sml {
	margin-top: 9px;
	display: block;
	font-size: 1.6rem;
}
.com-list03 .text-box {
	padding: 20px 24px 13px;
	box-sizing: border-box;
}
.com-list03 .com-btn02 {
	margin: 0 24px;
}
.com-list03 .com-btn02 .inner {
	width: 100%;
}
@media all and (min-width: 897px) {
	.com-list03 a:hover {
		opacity: 0.9;
	}
}
@media all and (max-width: 896px) {
	.com-list03 li {
		margin: 0 0 30px;
		padding: 0;
		width: auto;
	}
	.com-list03 {
		margin: 0 0 0;
    flex-flow: column;
}
	.com-list03 li:last-child {
		margin-bottom: 0;
	}
}



/* map-btn */
.map-btn a {
	width: 80px;
	height: 40px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #064099;
	border: 1px solid #064099;
}
@media all and (min-width: 897px) {
	.map-btn a:hover {
		color: #064099;
		background-color: #fff;
	}
}
@media all and (max-width: 896px) {
	.map-btn a {
		width: 60px;
		height: 30px;
		font-size: 1.3rem;
	}
}

/* powered-btn */
.powered-btn {
	margin: 15px -15px 0 0;
	text-align: right;
}
@media all and (min-width: 897px) {
	.powered-btn a:hover{
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.powered-btn {
		margin: 15px 0 0 0;
	}
}

/* com-btm-box */
.com-btm-box .adobe-btn {
	margin: 0 0 20px;
}
.com-btm-box {
	margin-top: 78px;
	font-size: 1.4rem;
}
.com-btm-box p {
	line-height: 1.428;
}
@media all and (max-width: 896px) {
	.com-btm-box {
		margin-top: 60px;
		font-size: 1.2rem;
	}
}

/* page-visual */
.page-visual {
	margin: -64px 0 42px;
	min-height: 390px;
	padding-top: 64px;
	color: #fff;
	background: url("../../images/ir/page_bg.jpg") no-repeat center bottom / cover;
	box-sizing: border-box;
	position: relative;
}
.page-visual .headline01 {
	color: #fff;
}
.page-visual #page-path li {
	color: #fff;
}
.page-visual #page-path a {
	color: #fff;
}
.page-visual .page-title {
	margin: -7px 0 0 2px;
	font-size: 5rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	white-space:nowrap;
}
@media all and (max-width: 896px) {
	.page-visual {
		margin: -35px 0 42px;
		min-height: 0;
		padding: 35px 0 40px;
	}
	.page-visual .page-title {
		margin: 56px 0 0 2px;
		font-size: 3rem;
	}
}



/* com-list04 */
.com-list04 {
	margin: 0 -14px 50px;
	display: flex;
	justify-content: space-between;
}
.com-list04 li {
	padding: 0 14px;
	width: 25%;
	box-sizing: border-box;
}
.com-list04 a {
	color: #064099;
	font-weight: 500;
	display: block;
}
.com-list04 img + p {
	margin-top: 13px;
}
.com-list04 img {
	width: 100%;
}
@media all and (min-width: 897px) {
	.com-list04 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-list04 {
		margin: 0 0 50px;
		display: block;
	}
	.com-list04 li {
		margin-bottom: 40px;
		padding: 0;
		width: auto;
	}
}


/* com-link-list02 */
.com-link-list02 {
	margin-top: -9px;
	display: flex;
	flex-wrap: wrap;
}
.com-link-list02 li {
	margin: 9px 40px 0 0;
	width: 400px;
}
.com-link-list02 a {
	padding: 0 0 9px 25px;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	border-bottom: 1px solid #D5DAE1;
	position: relative;
}
.com-link-list02 a::before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	left: 1px;
	background-color: #77A60C;
	border-radius: 50%;
	content: "";
}
.com-link-list02 .orange::before {
	background-color: #F28835;
}
.com-link-list02 .blue::before {
	background-color: #48B8D4;
}
@media all and (min-width: 897px) {
	.com-link-list02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-link-list02 li {
		margin-right: 0;
		width: auto;
	}
	.com-link-list02 a {
		font-size: 1.6rem;
	}
	.com-link-list02 a::before {
		width: 15px;
		height: 15px;
		top: 5px;
		left: 1px;
	}
	.com-link-list02 {
		display: block;
	}
}

/* com-list05 */
.com-list05 {
	margin: -52px -26px 0;
	display: flex;
	flex-wrap: wrap;
}
.com-list05 li {
	margin-top: 52px;
	width: 25%;
	padding: 0 26px;
	box-sizing: border-box;
}
.com-list05 a {
	display: block;
}
.com-list05 .title {
	margin-bottom: 10px;
	min-height: 44px;
	color: #2D466C;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1.25;
}
.com-list05 .image {
	margin-bottom: 7px;
	padding-bottom: 66.39%;
	position: relative;
}
.com-list05 .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
@media all and (min-width: 897px) {
	.com-list05 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.com-list05 {
		margin: -40px 0 0;
		justify-content: space-between;
	}
	.com-list05 li {
		margin: 40px 0 0;
		width: calc(50% - 5px);
		padding: 0;
	}
	.com-list05 .title {
		min-height: 0;
	}
}