@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	background-color: #fafdff;
	font-size: 1.4rem;/* 14px */
	line-height: 2;
	/* [disabled]line-height:26px; */
	font-family:"Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	body {
		font-size: 1.3rem;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
a:hover {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}
img {
	max-width: 100%;
	height: auto;
}


.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
	.img-pcnone {
		display: block;
	}
}


.futo {
	font-weight: bold;
}
.en {
	font-family: 'Source Sans Pro', sans-serif;
}
.jp {
	font-family: 'Noto Sans JP', sans-serif;
}

.sec {
	width: 100%;
	padding-top: 6em;
	padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
	.sec {
		padding-top: 4em;
		padding-bottom: 4em;
	}
}

 h2 {
  font-size: 3rem;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
 h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.8rem;
  }
}


.catch {
	font-size: 2.4rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch {
		font-size: 2rem;
	}
}
@media screen and (max-width: 480px) {
	.catch {
		font-size: 1.7rem;
	}
}

.catch2 {
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch2 {
		font-size: 1.7rem;
	}
}
@media screen and (max-width: 480px) {
	.catch2 {
		font-size: 1.5rem;
	}
}

.catch3 {
	font-size: 1.7rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
	.catch3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 480px) {
	.catch3 {
		font-size: 1.4rem;
	}
}

.box_center {
	text-align: center;
}

.btn_link {
	display: block;
	width: 200px;
	height: 50px;
	padding: 10px;
	background-color: #142c4b;
	color: #ffffff;
	text-align: center;
	border: 1px solid #142c4b;
	transition: .3s;
}
.btn_link:hover {
	background-color: #0a3c82;
}

.marker {
	background: rgba(255,243,131,1.0);
	background: -moz-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(255,243,131,1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff383",endColorstr="#fff383",GradientType=1);
}


/*---------------フッター*/
.footer {
	background-color: #142c4b;
	position: relative;
	overflow: hidden;
}
.footer .footer_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer .footer_inner .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto;
}
.footer .footer_inner .contents .left {
	display: flex;
	flex-direction: column;
	color: #ffffff;
}
.footer .footer_inner .contents .left .company_name {
	margin: 20px 0 10px;
	line-height: 1.6;
	font-size: 1.2rem;
}
.footer .footer_inner .contents .left .company_info {
	font-size: 1.2rem;
}
.footer .footer_inner .contents .right {
	max-width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.footer .footer_inner .contents .right .footer_link {
	margin-left: 40px;
}
.footer .footer_inner .contents .right .footer_link li {
	margin: 0 0 15px 0;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #ffffff;
}
.footer .footer_inner .contents .right .footer_link li a {
	font-size: 1.2rem;
	color: #ffffff;
}
.footer .footer_inner .contents .copyright {
	width: 100%;
	font-size: 1rem;
	color: #ffffff;
	text-align: right;
	margin-top: 20px;
}
@media screen and (max-width: 991px) {
	.footer .footer_inner .contents {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.footer .footer_inner .contents .spnone {
		display: none;
	}
	.footer .footer_inner .contents .left .company_name,
	.footer .footer_inner .contents .left .company_info {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .right {
		max-width: inherit;
		flex-direction: column;
		margin-top: 30px;
	}
	.footer .footer_inner .contents .right .footer_link {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}
	.footer .footer_inner .contents .right .footer_link li {
		margin: 0 15px 6px;
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .right .footer_link li a {
		font-size: 1.1rem;
	}
	.footer .footer_inner .contents .copyright {
		text-align: center;
	}
}


/*-----------------------TOP*/
.top .title_area {
	text-align: center;
	margin-bottom: 40px;
}
.top .title_area .section_title {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.top .title_area .lead {
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	font-family: 'Source Sans Pro', sans-serif;
}
@media screen and (max-width: 768px) {
	.top .title_area .section_title {
		font-size: 2.2rem;
	}
	.top .title_area .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	.top .title_area  .section_title {
		font-size: 1.8rem;
	}
	.top .title_area .lead {
		font-size: 1.2rem;
	}
}

.top .top_news {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,243,246,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,243,246,1) 100%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(239,243,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eff3f6",GradientType=1);
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.top .top_news .top_news_inner .title_area .lead {
	color: #0a3c82;
}
.top .top_news .top_news_inner .news {
	max-width: 800px;
	height: 220px;
	overflow-y: scroll;
	margin: 0 auto 30px;
	padding: 0 20px;
}
.top .top_news .top_news_inner .news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 1.5em;
	border-bottom: 1px solid #dddddd;
}
.top .top_news .top_news_inner .news dl dt {
	width: 150px;
}
.top .top_news .top_news_inner .news dl dd {
	width: calc(100% - 150px);
}
.top .top_news .top_news_inner .news dl dd a {
	color: #333333;
	transition: .2s;
}
.top .top_news .top_news_inner .news dl dd a:hover {
	color: #0a3c82;
}
.top .top_news .top_news_inner .btn_link {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top .top_news {
		padding: 40px 0;
	}
	.top .top_news .top_news_inner .title_area {
		width: 100%;
		margin-bottom: 20px;
	}
	.top .top_news .top_news_inner .news {
		width: 100%;
		height: 180px;
	}
	.top .top_news .top_news_inner .news dl {
		flex-direction: column;
		padding: 1em 10px;
	}
	.top .top_news .top_news_inner .news dl::after {
		width: calc(100% - 20px);
	}
	.top .top_news .top_news_inner .news dl dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.top .top_news .top_news_inner .news dl dd {
		width: 100%;
	}
}

.top .top_message {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background-image: url("../img/top/bg_message.jpg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.top .top_message .top_message_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.top .top_message .top_message_inner .title_area {
	text-align: center;
}
.top .top_message .top_message_inner .title_area .section_title,
.top .top_message .top_message_inner .title_area .lead {
	color: #ffffff;
}
.top .top_message .top_message_inner .textbox {
	max-width: 600px;
	margin: 0 auto;
}
.top .top_message .top_message_inner .textbox .text {
	line-height: 2.4;
	color: #ffffff;
}
.top .top_message .top_message_inner .textbox .name {
	text-align: right;
	line-height: 2;
	margin-top: 20px;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.top .top_message {
		padding: 40px 0;
		background-position: 70% 50%;
	}
}
@media screen and (max-width: 480px) {
	.top .top_message {
		background-position: 80% 50%;
	}
}


/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-title-out::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgb(199, 159, 98);
	background: -moz-linear-gradient(45deg, rgba(20, 44, 75, 0.7) 0%, rgba(25, 85, 185, 0.7) 100%);
	background: -webkit-linear-gradient(45deg, rgba(20, 44, 75, 0.7) 0%, rgba(25, 85, 185, 0.7) 100%);
	background: linear-gradient(45deg, rgba(20, 44, 75, 0.7) 0%, rgba(25, 85, 185, 0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#142c4b", endColorstr="#1955b9", GradientType=1);
	opacity: .8;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding-top: calc(6em + 100px);
	padding-bottom: 6em;
	z-index: 1;
}
#page-title .page-title-text {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin:0 auto;
	text-align: center;
}
#page-title .page-title-text h3 {
	margin:0 0 15px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-weight: 700;
	color: #ffffff;
	text-shadow: 0 0 5px rgba(20, 44, 75,0.7);
}
#page-title .page-title-text .lead {
	margin-bottom: 0;
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	font-weight: 600;
	font-family: 'Source Sans Pro', sans-serif;
	color: #ffffff;
	text-shadow: 0 0 2px rgba(20, 44, 75,0.7);
}
@media screen and (max-width: 1199px) {
	#page-title {
		padding-top: calc(5em + 60px);
		padding-bottom: 5em;
	}
	#page-title .page-title-text h3 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 2.2rem;
	}
	#page-title .page-title-text .lead {
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title {
		padding-top: calc(4em + 60px);
		padding-bottom: 4em;
	}
	#page-title .page-title-text h3 {
		font-size: 1.8rem;
	}
	#page-title .page-title-text .lead {
		font-size: 1.1rem;
	}
}
.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.daini .section {
		padding: 40px 0;
	}
}


.daini .section-heading {
	margin-bottom: 40px;
	text-align: center;
}
.daini .section-heading h2 {
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.15em;
}
.daini .section-heading .lead {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	font-weight: 600;
	color: #0a3c82;
	font-family: 'Source Sans Pro', sans-serif;
}
.daini .section-heading .catch {
	display: inline-block;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	position: relative;
}
@media screen and (max-width: 768px) {
	.daini .section-heading h2 {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.daini .section-heading h2 {
		font-size: 1.8rem;
	}
	.daini .section-heading .lead {
		font-size: 1.1rem;
	}
}


/*---------------プライバシーポリシー*/
#privacy.page-title-out {
	background-image: url("../img/privacy/main_v.jpg")
}
.privacy {
	overflow: hidden;
}
.privacy .section_inner {
	max-width: 800px;
}
.privacy .dl_privacy dt {
	margin-bottom: 15px;
	line-height: 1.6;
	font-weight: 700;
	color: #0a3c82;
}
.privacy .dl_privacy dd {
	margin-bottom: 50px;
}
.privacy .dl_privacy dd ul {
	margin-top: 10px;
}
.privacy .dl_privacy dd ul li {
	position: relative;
	line-height: 1.6;
	margin: 0 0 7px 0;
	padding-left: 15px;
}
.privacy .dl_privacy dd ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #0a3c82;
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.privacy .dl_privacy dd ul li::before {
		top: 9px;
	}
}


/*---------------サイトマップ*/
#sitemap.page-title-out {
	background-image: url("../img/sitemap/main_v.jpg")
}
.sitemap {
	overflow: hidden;
}
.sitemap .sitemap_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 800px;
	margin: 0 auto;
}
.sitemap .sitemap_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap .sitemap_wrap .col2 {
	width: 46%;
}
.sitemap .sitemap_wrap .col2 ul li {
	padding: 2em 1em;
	border-bottom: 1px solid #dddddd;
}
.sitemap .sitemap_wrap .col2 ul li:first-child {
	border-top: 1px solid #dddddd;
}
.sitemap .sitemap_wrap .col2 ul li a {
	display: block;
	color: #333333;
	transition: .2s;
	position: relative;
}
.sitemap .sitemap_wrap .col2 ul li a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 1px solid #0a3c82;
	border-bottom: 1px solid #0a3c82;
	position: absolute;
	right: 5px;
	top: 10px;
	transition: .2s;
	transform: rotate(-45deg);
}
.sitemap .sitemap_wrap .col2 ul li a:hover {
	color: #1955b9;
}
.sitemap .sitemap_wrap .col2 ul li a:hover::after {
	right: 0;
}
@media screen and (max-width: 768px) {
	.sitemap .sitemap_wrap {
		flex-direction: column;
	}
	.sitemap .sitemap_wrap .col2 {
		width: 100%;
	}
	.sitemap .sitemap_wrap .col2:last-of-type ul li:first-child {
		border-top: none;
	}
}


/*---------------会社概要*/
#company.page-title-out {
	background-image: url("../img/company/main_v.jpg")
}
.company {
	overflow: hidden;
}
.company .overview  .textbox {
	max-width: 800px;
	margin: 0 auto 7em;
}
.company .box_wrap {
	max-width: 900px;
	margin: 0 auto;
}
.company .box_wrap .dl_com {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #dddddd;
	padding: 20px 0;
}
.company .box_wrap .dl_com:first-of-type {
	border-top: 1px solid #dddddd;
}
.company .box_wrap .dl_com dt {
	width: 220px;
	font-weight: 700;
	color: #0a3c82;
	padding-left: 20px;
}
.company .box_wrap .dl_com dd {
	width: calc(100% - 220px);
	padding-left: 40px;
}
.company .box_wrap .dl_com dd a {
	color: #6e78a5;
	transition: .2s;
}
.company .box_wrap .dl_com dd a:hover {
	opacity: .7;
}
.company .box_wrap .dl_com dd ul li {
	position: relative;
	line-height: 1.6;
	margin: 0 0 7px 0;
	padding-left: 15px;
}
.company .box_wrap .dl_com dd ul li::before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	background-color: #0a3c82;
	position: absolute;
	left: 0;
	top: 10px;
	transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
	.company .box_wrap .dl_com {
		flex-direction: column;
	}
	.company .box_wrap .dl_com dt {
		width: 100%;
		margin-bottom: 10px;
		padding: 0 10px;
	}
	.company .box_wrap .dl_com dd {
		width: 100%;
		padding: 0 10px;
	}
	.company .box_wrap .dl_com dd ul li::before {
		top: 9px;
	}
}
.company .access .box_wrap .map {
	margin-bottom: 2em;
}
.company .access .box_wrap .map .g-maps {
	position: relative;
	height: 0;
	padding-bottom: 400px;
	overflow: hidden;
}
.company .access .box_wrap .map .g-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.company .access .box_wrap .map .g-maps {
		padding-bottom: 56.25%;
	}
}


/*---------------お問合せ*/
#contact.page-title-out {
	background-image: url("../img/contact/main_v.jpg")
}
.contact {
	overflow: hidden;
}
.contact a {
	transition: .2s;
}
.contact a:hover {
	color: #c79f62;
}
.contact .section_inner {
	max-width: 900px;
}
.contact .form_wrap {
	max-width: 960px;
	margin: 60px auto 0;
}
.contact .dl_form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #dddddd;
}
.contact .dl_form:first-child {
	border-top: 1px solid #dddddd;
}
.contact .dl_form dt {
	width: 340px;
	text-align: left;
	line-height: 40px;
}
.contact .dl_form dt span {
	display: inline-block;
	padding: 0 10px;
	font-size: 1.1rem;
	line-height: 2;
	background-color: #1955b9;
	color: #ffffff;
	margin-left: 15px;
}
.contact .dl_form dd {
	width: calc(100% - 340px);
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 20px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd .form-control.short {
	max-width: 400px;
	margin: 0 auto 0 0;
}
.contact .dl_form dd .h-adr  .form-control.short {
	display: inline-block;
	max-width: 240px;
	margin: 0 auto 15px 7px;
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
.contact .submit_area {
	margin: 30px auto 0;
	text-align: center;
}
.contact .submit_area input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 50px;
	padding: 6px 12px;
	margin: 0 auto;
	color: #ffffff;
	background-color: #142c4b;
	border: 1px solid #142c4b;
	transition: .2s;
}
.contact input[type=submit]:hover {
	background-color: #0a3c82;
	cursor: pointer;
}
.contact .btn_link {
	margin: 90px auto;
}
.contact .btn_link:hover {
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.contact .dl_form {
		flex-direction: column;
	}
	.contact .dl_form dt {
		width: 100%;
		padding-left: 0;
		margin-bottom: 10px;
	}
	.contact .dl_form dt span {
		position: static;
		margin-right: 10px;
	}
	.contact .dl_form dd {
		width: 100%;
	}
}


/*---------------事業概要*/
#business.page-title-out {
	background-image: url("../img/business/main_v.jpg")
}
.business {
	overflow: hidden;
}
.business .section01 .textbox {
	width: 80%;
	max-width: 800px;
	background-color: #0a3c82;
	padding: 3em 2em;
	margin: -10% auto 0;
	position: relative;
}
.business .section01 .catch {
	text-align: center;
	font-weight: 700;
	line-height: 2;
	color: #ffffff;
}
.business .section02 .business_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.business .section02 .business_box_wrap .business_box {
	width: 48%;
	padding: 3em;
	border: 1px solid #0a3c82;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}
.business .section02 .business_box_wrap .business_box .imagebox {
	margin-bottom: 30px;
}
.business .section02 .business_box_wrap .business_box .textbox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.business .section01 .textbox {
		width: 90%;
		padding: 2em 1em;
		margin: -5% auto 0;
	}
	.business .section02 .business_box_wrap .business_box {
		width: 100%;
		margin: 0 auto 30px;
		padding: 2em;
	}
	.business .section02 .business_box_wrap .business_box .imagebox {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.business .section01 .textbox {
		width: 100%;
		margin: 0 auto;
	}
}


/*---------------最新情報*/
#news.page-title-out {
	background-image: url("../img/news/main_v.jpg")
}
.news {
	overflow: hidden;
}
.news .box {
	max-width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
}
.news .box .news-heading {
	padding: 1.5em;
	margin-bottom: 30px;
	border-top: 1px solid #0a3c82;
	border-bottom: 1px solid #0a3c82;
}
.news .box .news-heading .news_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 10px;
}
.news .box .text {
	margin-bottom: 20px;
}
.news .box  figure {
	margin: 30px 0;
}
.news .box  figure img {
	margin: 0 auto;
}
.news .text a {
	color: #1955b9;
	text-decoration: underline;
	transition: .3s;
}
.news .text a:hover {
	text-decoration: none;
	opacity: .7;
}

.news .news_pagenation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 0;
}
.news .news_pagenation li {
	margin: 0 10px;
}
.news .news_pagenation li a {
	display: block;
	padding: 10px;
	width: 200px;
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333;
	text-align: center;
	position: relative;
	transition: .2s;
}
.news .news_pagenation li.n_index a {
	background-color: #f5f5f5;
}
.news .news_pagenation li a:hover {
	background-color: #333333;
	color: #ffffff;
}
.news .news_pagenation li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	transition: .2s;
}
.news .news_pagenation li.pre a::after {
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	top: 50%;
	left: 10px;
	transform: rotate(45deg) translateY(-50%);
}
.news .news_pagenation li.next a::after {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
}
.news .news_pagenation li.pre a:hover::after {
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.news .news_pagenation li.next a:hover::after {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
@media screen and (max-width: 768px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.6rem;
	}
	.news .box  figure {
		margin: 20px 0;
	}
	.news .news_pagenation li {
		margin: 0 5px 10px;
	}
	.news .news_pagenation li a {
		width: 140px;
	}
}
@media screen and (max-width: 480px) {
	.news .box .news-heading .news_ttl {
		font-size: 1.4rem;
	}
	.news .news_pagenation li.next {
		order: 1;
	}
	.news .news_pagenation li.n_index {
		order: 2;
	}
}

/*---------------最新情報一覧*/
.news .news_list_box {
	max-width: 800px;
	margin: 0 auto;
}
.news .news_list_box dl.dl_news {
	padding: 1.5em;
	border-bottom: 1px solid #0a3c82;
}
.news .news_list_box dl.dl_news dt {
	margin-bottom: 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news .news_list_box dl.dl_news dd{
	line-height: 1.6;
}
.news .news_list_box dl.dl_news dd a {
	color: #333333;
	transition: .2s;
}
.news .news_list_box dl.dl_news dd a:hover {
	color: #1955b9;
}
.news .btn_link {
	display: block;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
	.news .news_list_box dl.dl_news dt {
		margin-bottom: 5px;
	}
}
.news .pagination-container {
	max-width: 800px;
	margin: 80px auto 0;
}
.news .pagination-container ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.news .pagination-container ul li a {
	display: block;
	padding: 10px 20px;
	margin-left: -1px;
	border: 1px solid #333333;
	background-color: #ffffff;
	color: #333333;
	transition: .2s;
}
.news .pagination-container ul li.navi-active a {
	background-color: #efefef;
}
.news .pagination-container ul li a:hover {
	background-color: #333333;
	color: #ffffff;
}
@media screen and (max-width: 768px) {
	.news .pagination-container {
		margin: 50px auto 0;
	}
	.news .pagination-container ul li a {
		display: none;
	}
	.news .pagination-container ul li.prev a,
	.news .pagination-container ul li.next a {
		display: block;
	}
}








