@charset "utf-8";

/********************************

            共通・構造

********************************/
#wrap {
	width: 100%;
	height: 100%;
}

.box {
	display: flex;
}

.box1 .box_col {
	width: 20%;
	position: relative;
}

.box1 .box_col:last-child {
	width: 80%;
}

.box2 .box_col {
	width: 80%;
}

.box2 .box_col:last-child {
	width: 20%;
	position: relative;
}

.container {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}

.container2 {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}

.next_container {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.next_container2 {
	max-width: 970px;
	width: 100%;
	margin: 0 auto;
}

/********************************

            ヘッダー

********************************/
#header {
	width: 100%;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 9999;
}

#header_description {
	display: block;
	max-width: 1290px;
	width: 100%;
	padding: 12px 0;
	margin: 0 auto;
	color: #000000;
	font-size: 12px;
	line-height: 1;
	position: absolute;
	left: 0;
	top: 0;
}

.header_container {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	padding-top: 0;
}

#logo {
	width: auto;
	padding: 0 75px 8px 0;
}

#logo img {
	height: 65px;
}

#header_menu {
	width: 72%;
}

/********************************

            ナビゲーション

********************************/
nav {
	width: 100%;
}

nav ul {
	display: flex;
	justify-content: space-between;
}

nav ul li {
	width: 22%;
	position: relative;
	/* padding-top: 25px; */
	padding-top: 0;
}

nav ul li a {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	color: #878787;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	padding-top: 50px;
}

nav ul li:before {
	content: "";
	width: 2px;
	height: 68px;
	background-color: #0083b7;
	position: absolute;
	left: 0;
	bottom: 0;
}

nav ul li span {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #353535;
	font-family: "fot-rodin-pron",
		sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
}

nav ul li:last-child {
	width: 12%;
	background-color: #0083b7;
}

/* nav ul li:last-child button {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
} */

nav ul li:last-child:before {
	content: "";
	display: none;
}

/********************************

            メインビジュアル

********************************/
#visual {
	width: 100%;
	height: 553px;
	background: url("../images/top/visual.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-top: 104px;
}

.visual_container {
	max-width: 1240px;
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
}

#visual p#slide_copy {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

/********************************
      事務所移転のお知らせ
********************************/
.message {
	display: block;
	width: 100%;
	padding: 35px 25px;
	margin-bottom: 40px;
	background-color: #f4f4f4;
}

.message h3 {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 30px;
	text-align: center;
	font-family: "biz-udpmincho",
		sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

.message p.copy {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	font-family: "biz-udpmincho",
		sans-serif;
}

.message .detail_btn {
	margin: 2em auto 0 auto;
}

/********************************
      トップページ
********************************/
article section {
	margin-bottom: 90px;
	position: relative !important;
}

.absolute_box {
	width: 525px;
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.55);
	position: absolute;
	bottom: -40px;
	z-index: 99;
}

.box1 .absolute_box {
	left: 0;
}

.box2 .absolute_box {
	right: 0;
}

.absolute_box h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 36px;
	color: #515151;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
		"Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.4;
}

.absolute_box p {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 65px;
	font-family: "kozuka-gothic-pro",
		sans-serif;
	font-weight: 500;
}

.detail_btn {
	display: block !important;
	margin: 1em 0 0 0;
	width: 250px !important;
}

.detail_btn a {
	display: block;
	padding: 15px;
	border-radius: 30px;
	font-size: 18px;
	color: #fff;
	position: relative;
	text-align: center;
	background-color: #0083b7;
	line-height: 1;
}

.detail_btn a:after {
	content: url("../images/common/arw_right.svg");
	position: absolute;
	right: 20px;
}


.absolute_box3 {
	position: static;
	width: 100% !important;
	text-align: center;
}

.absolute_box3 h3 {
	text-align: center;
}

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

/********************************
      私たちについて
********************************/
.about_box {
	margin-top: 35px;
}

#about_img {
	height: 517px;
	background: url("../images/top/about_img.jpg") no-repeat;
	background-size: cover;
	background-position: left center;
}

.about_box h3 {
	font-size: 23px;
}

/********************************
            事業内容
********************************/
#business_img {
	height: 517px;
	background: url("../images/top/business_img2.jpg") no-repeat;
	background-size: cover;
	background-position: left center;
}

/********************************
            企業情報
********************************/
#company_img {
	height: 517px;
	background: url("../images/top/company_img.jpg") no-repeat;
	background-size: cover;
	background-position: left center;
}

.news {
	display: block;
	width: 100%;
	padding: 30px 0;
	background-color: #f4f4f4;
}

.news_container {
	max-width: 930px;
	width: 100%;
	margin: 0 auto;
}

.news h2 {
	text-align: center;
}

/* .news dl {
	display: flex;
	padding: 15px 15px 15px 120px;
	border-bottom: 1px dashed #707070;
}

.news dl dt {
	width: 15%;
	margin-right: 2%;
	font-size: 16px;
	font-family: "kozuka-gothic-pro",
		sans-serif;
	font-weight: 700;
	font-style: normal;
}

.news dl dt:before {
	content: url("../images/common/news_arw_right.svg");
	display: inline-block;
	padding-right: 5px;
	vertical-align: baseline;
	line-height: 1;
}

.news dl dd {
	width: 83%;
}

.news dl dd a {
	display: block;
	font-family: "kozuka-gothic-pro",
		sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	color: #002e60;
} */

.news dl dd a:hover {
	text-decoration: underline;
}

p.news_list_btn {
	max-width: 240px;
	width: 100%;
	margin: 40px auto 0 auto;
}

p.news_list_btn a {
	display: block;
	width: 100%;
	padding: 13px;
	font-size: 16px;
	background-color: #0083b7;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	line-height: 1;
}

p.news_list_btn a:after {
	content: url("../images/common/news_list_bk2.svg");
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1;
}

p.news_list_btn a:hover {
	opacity: 0.7;
}

/********************************
            お問い合わせ
********************************/

#contact {
	max-width: 860px;
	width: 100%;
	margin: 0 auto -40px auto;
	padding: 30px 40px;
	background-color: #0a56c4;
	border: 1px solid #ffffff;
	position: relative;
	z-index: 999;
}

#contact h2 {
	color: #ffffff;
	text-align: center;
	font-size: 68px;
	margin-bottom: 30px;
}

#contact h2 span {
	display: block;
	margin-top: 30px;
	font-size: 21px;
	line-height: 1;
	color: #ffffff;
	text-align: center;
}

#contact ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

#contact ul li {
	width: 47%;
	margin-right: 4%;
}

#contact ul li:last-child {
	margin-right: 0;
}

#contact ul li a {
	display: block;
	padding: 20px 25px;
	background-color: #104268;
	border: 1px solid #fff;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	font-family: "fot-rodin-pron",
		sans-serif;
	font-weight: 600;
}

#contact ul li .tel_icon {
	font-size: 34px;
	font-family: "hiragino-mincho-pron",
		sans-serif;
	font-weight: 600;
	font-style: normal;
}

#contact ul li .tel_icon:before {
	content: url("../images/common/tel_icon.svg");
	display: inline-block;
	padding-right: 8px;
	vertical-align: middle;
	line-height: 1;
}

#contact ul li .mail_icon:before {
	content: url("../images/common/mail_icon.svg");
	display: inline-block;
	padding-right: 8px;
	vertical-align: middle;
	line-height: 1;
}

/********************************
            フッター
********************************/

#footer {
	width: 100%;
	padding: 110px 20px 45px 20px;
	background-color: #0083b7;
	box-sizing: border-box;
}

.footer_container {
	width: 1290px;
	margin: 0 auto;
}

.footer_box {
	width: 100%;
	display: flex;
}

.footer_box_col {
	width: 25%;
	margin-right: 5%;
}

.footer_box_col:last-child {
	width: 70%;
	margin-right: 0;
	font-size: 0;
}

#footer p.address {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	text-align: left;
	line-height: 1.6;
}

#footer ul {
	display: inline-block;
	width: 17%;
	margin-right: 3%;
	vertical-align: top;
	font-size: 0;
}

#footer ul:last-child {
	margin-right: 0;
}

#footer ul:last-child li.title2:last-child a {
	border-bottom: none;
}

#footer ul li.title2:last-child a #footer ul li.title a {
	display: block;
	width: 100%;
	padding: 5px;
	font-size: 16px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}

#footer ul li.last a {
	border-bottom: 0;
}

#footer ul li.title a:before {
	content: "";
	display: none;
}

#footer ul li.title a {
	font-size: 18px;
	border-bottom: 1px dashed #fff;
	padding: 8px 5px;
	line-height: 1;
}

#footer ul li.title2 a {
	padding: 7px 5px;
	border-bottom: 1px dashed #fff;
}

#footer ul li.title2:last-child a {
	border-bottom: 1px dashed #fff;
}

#footer ul li a {
	display: block;
	padding: 3px 5px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#footer ul li a:before {
	content: url("../images/common/footer_arw_right.svg");
	display: inline-block;
	padding-right: 7px;
	vertical-align: 0;
}

p.copyright {
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background-color: #002c42;
}

p#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
}

/********************************
            次階層
********************************/
#next_main {
	display: block;
}

.next_header {
	display: block;
	width: 100%;
	height: 283px;
	position: relative;
	margin: 108px 0 40px 0;
}

.next_header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-family: 'Tw Cen MT Std Regular', sans-serif;
	text-align: center;
	font-size: 60px;
	color: #ffffff;
}

.next_header h1 span {
	display: block;
	font-family: 'fot-rodin-pron',
		sans-serif;
	margin-top: 10px;
	line-height: 1;
	font-size: 21px;
}

.next_message p {
	display: block;
	font-family: "kozuka-gothic-pro",
		sans-serif;
	font-weight: 500;
}

.next_message {
	margin-bottom: 80px;
}

.colum2_box {
	display: flex;
	width: 100%;
}

.colum2_col {
	width: 49%;
	margin-right: 2%;
}

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

.box_colum {
	display: flex;
}

.box_colum1-1 {
	width: 47%;
	margin-right: 3%;
}

.box_colum1-2 {
	width: 50%;
}

ul.flex {
	display: flex;
	width: 100%;
}

ul.flex li {
	width: auto;
	margin-right: 15px;
}

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

/********************************
          私たちについて
********************************/
#about_header {
	background: url("../images/common/about_header.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.strengths_box {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 90px;
}

.strengths_col {
	width: calc(96% / 3);
	margin-right: 2%;
	margin-bottom: 30px;
	overflow: hidden;
}

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

.strengths_col figure {
	display: block;
	width: 100%;
	position: relative;
	height: 192px;
	background: rgba(49, 70, 137, 0.65);
}

.strengths_col figure#strengths01 {
	background: url("/about/images/strengths01.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.strengths_col figure#strengths02 {
	background: url("/about/images/strengths02.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.strengths_col figure#strengths03 {
	background: url("/about/images/strengths03.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.strengths_col figure .title_box {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.strengths_col figure p.title {
	display: block;
	color: #fff;
	font-size: 28px;
	font-family: 'Tw Cen MT Std Regular',
		sans-serif;
	text-align: center;
}

.strengths_col figure p.title span {
	display: block;
	font-size: 40px;
	font-weight: bold;
}

.strengths_col figure p.item_name {
	display: block;
	color: #fff;
	font-size: 26px;
	font-family: 'fot-rodin-pron',
		sans-serif;
	text-align: center;
}

.strengths_col .description {
	display: block;
	padding: 15px;
	background-color: #dbdbdb;
	box-sizing: border-box;
	min-height: 150px;
	height: 100%;
}

.strengths_col .description p {
	display: block;
	font-size: 14.5px;
	line-height: 1.8;
	overflow-wrap: break-word;
}

#sikaku ul {
	margin: 5px 0 20px 0;
}

#sikaku ul li {
	margin-bottom: 10px;
	line-height: 1;
}

#sikaku ul li:last-child {
	margin-bottom: 0;
}

/********************************
          業務内容
********************************/
#business_header {
	background: url("../images/common/business_header.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.strengths_col figure#business01 {
	background: url("/business/images/business01.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.strengths_col figure#business02 {
	background: url("/business/images/business02.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.strengths_col figure#business03 {
	background: url("/business/images/business03.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

.strengths_col figure#business04 {
	background: url("/business/images/business04.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
}

#business_box .strengths_col {
	width: calc(97% / 2);
	margin-right: 3%;
	margin-bottom: 30px;
}

#business_box .strengths_col:nth-child(even) {
	margin-right: 0;
}

/********************************
          企業情報
********************************/
#company_header {
	background: url("../images/common/company_header.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.top_message {
	display: flex;
	width: 100%;
}

.top_img {
	width: 25%;
	margin-right: 3%;
}

.top_description {
	width: 72%;
}

.top_description p {
	font-size: 18px;
	font-family: "biz-udpmincho",
		sans-serif;
	line-height: 2;
}

.president_img {
	display: block;
	margin-bottom: 20px;
	line-height: 1;
}

.president_img img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

.president_section {
	display: block;
	padding: 10px;
}

p.president_text {
	display: block;
	margin-top: 12px;
	font-family: "a-otf-ryumin-pr6n", serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1;
}

p.president_text span {
	display: block;
	margin-bottom: 12px;
	font-size: 28px;
	line-height: 1;
}

.company_profile {
	padding: 0 10px;
}

.company_profile table {
	border-collapse: collapse;
	width: 100%;
}

.company_profile table th {
	width: 25%;
	background-color: #eaeaea;
	padding: 17px 22px;
	position: relative;
	text-align: left;
	font-weight: normal;
}

.company_profile table th:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #7c7c7c;
	position: absolute;
	bottom: 0;
	left: 15px;
}

.company_profile table td {
	width: 75%;
	background-color: #ffffff;
	padding: 15px;
	position: relative;
}

.company_profile table td:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #7c7c7c;
	position: absolute;
	bottom: 0;
	left: 0;
}

.googlemap iframe {
	width: 100%;
}

/********************************
          お問い合わせ
********************************/
#contact_header {
	background: url("../images/common/contact_header.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

.phone_number_box {
	display: flex;
	align-items: center;
}

.phone_number_box p {
	font-family: "ten-mincho-text", serif;
	font-weight: 400;
	font-style: normal;
}

.phone_number_box .tel {
	width: auto;
	margin-right: 20px;
	font-size: 30px;
}

.phone_number_box .fax {
	width: auto;
	margin-right: 20px;
	font-size: 30px;
}

.phone_number_box .uketuke {
	font-size: 24px;
}


.progressbar {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 30px 0;
}

.progressbar .item {
	position: relative;
	width: 33%;
	text-align: center;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 18px 0;
	border: 1px solid #9b9b9b;
	line-height: 1.5;
	background: #eaeaea;
	color: #474747;
}

.progressbar .item:first-child {
	border-radius: 5px 0 0 5px;
}

.progressbar .item:last-child {
	border-radius: 0 5px 5px 0;
}

.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 100%;
	content: '';
	border: 30px solid transparent;
	border-left: 20px solid #eaeaea;
	margin: auto;
}

.progressbar .item:not(:last-child)::before {
	margin-left: 1px;
	border-left-color: #9b9b9b;
}

@media screen and (max-width: 640px) {
	.progressbar {
		overflow: hidden;
	}

	.progressbar .item {
		font-size: 11px;
		line-height: 1.4;
		padding: 10px 0;
	}

	.progressbar .item:not(:last-child)::before,
	.progressbar .item:not(:last-child)::after {
		border-width: 20px;
		border-left-width: 12px;
	}
}

/* active */

.progressbar .item.active {
	z-index: 1;
	background: #2479c6;
	color: #FFF;
}

.progressbar .item.active:not(:last-child)::after {
	border-left-color: #2479c6;
}

.progressbar .item.active:not(:last-child)::before {
	border-left: none;
}

.contact_form table {
	border-collapse: collapse;
	width: 100%;
}

.contact_form table th {
	width: 30%;
	padding: 25px;
	text-align: left;
	position: relative;
	background-color: #eaeaea;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}

.contact_form table th:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #7c7c7c;
	position: absolute;
	bottom: 0;
	left: 15px;
}

.contact_form table th span {
	display: inline-block;
	padding: 5px 10px;
	font-size: 18px;
	color: #fff;
	background-color: #2479c6;
	border: 1px solid #9b9b9b;
	border-radius: 5px;
	text-align: center;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.contact_form table td {
	width: 70%;
	padding: 10px 25px;
	text-align: left;
	position: relative;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
}

.contact_form table td:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #7c7c7c;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contact_form table td input {
	width: auto;
	padding: 12px 18px;
	border: 1px solid #7a7a7a;
	border-radius: 8px;
}

.contact_form table td input.text_input {
	display: block;
	max-width: 365px;
	width: 100%;
}

.contact_form table td input.address_input {
	display: block;
	max-width: 180px;
	width: 100%;
	margin-bottom: 10px;
}

.contact_form table td input.address_input2 {
	display: block;
	max-width: 415px;
	width: 100%;
}

.contact_form p.yubin_auto {
	font-size: 14px;
	color: #828282;
	margin: 10px 0;
	line-height: 1;
}

.contact_form p.tel_description {
	font-size: 14px;
	color: #828282;
	margin-top: 10px;
	line-height: 1;
}

.mail_section {
	display: block;
	width: 100%;
}

.mail_section_col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
}

.mail_section_col:last-child {
	margin-bottom: 0;
}

.mail_section_col p {
	font-size: 14px;
	color: #828282;
	padding: 3px 0;
	margin-left: 10px;
	line-height: 1;
}

.contact_form table td .textarea_input {
	display: block;
	max-width: 100%;
	width: 100%;
	border: 1px solid #7a7a7a;
	border-radius: 5px;
	padding: 10px;
}

.contact_form table td input#checkbox {
	margin-right: 5px;
	padding: 3px;
}

.contact_form table td label a {
	color: #004591;
}

.contact_form table td label a:hover {
	text-decoration: underline;
}

#submit_btn {
	display: block;
	max-width: 320px;
	width: 100%;
	padding: 25px;
	font-size: 18px;
	color: #fff;
	margin: 70px auto 0 auto;
	border: 1px solid #9b9b9b;
	background-color: #2479c6;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}

.submitbutton,
.backbutton {
	display: block;
	max-width: 320px;
	width: 100%;
	padding: 25px;
	font-size: 18px;
	color: #fff;
	margin: 30px auto 0 auto;
	border: 1px solid #9b9b9b;
	background-color: #2479c6;
	overflow: hidden;
	border-radius: 10px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
}

.backbutton {
	background-color: #808080;
}

#submit_btn:after,
.submitbutton:after,
.backbutton:after {
	content: url("../images/common/contact_arw.svg");
	display: inline-block;
	margin-left: 15px;
	line-height: 1;
	vertical-align: middle;
}

/********************************
          お知らせ一覧
********************************/
#news_header {
	background: url("../images/common/news_header.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

#news_list {
	width: 100%;
}

#news_list dl {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px dashed #707070;
	line-height: 1;
}

#news_list dl:first-child {
	border-top: 1px dashed #707070;
}

#news_list dl dt {
	width: 12%;
	margin-right: 2%;
	font-size: 18px;
}

#news_list dl dt:before {
	content: url("../images/common/news_arw2.svg");
	padding-right: 5px;
	line-height: 1;
	vertical-align: 2px;
	display: inline-block;
}

#news_list dl dd {
	width: 84%;
}

#news_list dl dd.nolink {
	display: block;
	font-size: 18px;
	position: relative;
	padding: 30px 15px;
}

#news_list dl a {
	display: block;
	font-size: 18px;
	color: #002e60;
	position: relative;
	width: 100%;
	padding: 30px 15px;
}

#news_list dl dd a:after {
	content: url("../images/common/news_arw.svg");
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#news_list dl dd a:hover {
	text-decoration: underline;
}

#news_list dl dd a:hover:after {
	content: url("../images/common/news_arw_hover.svg");
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

#pagenation {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 70px;
}

#pagenation p {
	width: 13%;
}

#pagenation p a {
	display: block;
	color: #002e60;
	line-height: 1;
}

#pagenation p.prev a:before {
	content: url("../images/common/prev_arw.svg");
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 1;
}

#pagenation p.next a:after {
	content: url("../images/common/next_arw.svg");
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 1;
}

#pagenation ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74%;
}

#pagenation ul li {
	width: auto;
	margin-right: 10px;
}

#pagenation ul li:last-child {
	margin-right: 0;
}

#pagenation ul li a {
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	background-color: #0083b7;
	color: #fff;
	text-align: center;
	border-radius: 50%;
}

#pagenation ul li a:hover {
	background-color: #ffffff;
	color: #0083b7;
	border: 1px solid #0083b7;
}

/********************************
          お知らせ詳細
********************************/
.news_section h2 {
	margin-bottom: 5px !important;
}

p.date {
	display: block;
	text-align: right;
}

.news_box {
	display: flex;
	width: 100%;
	margin-top: 60px;
}

.news_box p {
	font-size: 18px;
	line-height: 1.8;
}

.news_box_left {
	width: 62%;
	margin-right: 3%;
	padding-left: 20px;
}

.news_box_right {
	width: 35%;
}


.download_box {
	display: block;
	padding: 15px;
	margin-top: 60px;
	border-radius: 10px;
	background-color: #cce7ff;
}

.download_box ul li {
	position: relative;
	color: #004d93;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
}

.download_box ul li:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #004d93;
	margin-right: 5px;
}

.download_box ul li a {
	color: #000000;
}


.news_box a:hover {
	text-decoration: underline;
}

.photobox {
	display: block;
}

.photobox li {
	width: 100%;
	text-align: center;
	margin-bottom: 35px;
}

.photobox li:last-child {
	margin-bottom: 0;
}


#pagenation2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

#pagenation2 p {
	width: 13%;
}

#pagenation2 p a {
	display: block;
	color: #002e60;
	line-height: 1;
}

#pagenation2 p.prev a:before {
	content: url("../images/common/prev_arw.svg");
	display: inline-block;
	padding-right: 5px;
	vertical-align: middle;
	line-height: 1;
}

#pagenation2 p.next a:after {
	content: url("../images/common/next_arw.svg");
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 1;
}

p.list_back_btn {
	max-width: 240px;
	width: 100%;
	margin: 35px auto 75px auto;
}

p.list_back_btn a {
	display: block;
	width: 100%;
	padding: 13px;
	font-size: 16px;
	background-color: #0083b7;
	color: #fff;
	text-align: center;
	border-radius: 15px;
	line-height: 1;
}

p.list_back_btn a:before {
	content: url("../images/common/news_list_bk.svg");
	display: inline-block;
	padding-right: 40px;
	vertical-align: middle;
	line-height: 1;
}

p.list_back_btn a:hover {
	opacity: 0.7;
}


/********************************
        プライバシーポリシー
********************************/
.privacy_policy {
	margin-bottom: 130px !important;
}

#privacy_header {
	background: url("../images/common/privacy_header.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

#sitepolicy a {
	color: #004097;
	text-decoration: none;
}

#sitepolicy a:hover {
	text-decoration: underline;
}

#sitepolicy a:after {
	content: url("../images/common/policy_arw.svg");
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1;
}

#sitepolicy a:hover:after {
	content: url("../images/common/policy_arw_hover.svg");
	display: inline-block;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1;
}