@charset "UTF-8";

html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 1.5rem;/* 15px */
	line-height: 1.8;
	/* [disabled]line-height:26px; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	/*font-feature-settings: "palt";*/
	letter-spacing: 0.1em;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
}
@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;
}
.m_plus_r {
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.quicksand {
	font-family: 'Quicksand', 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;
	border-radius: 25px;
	padding: 10px;
	background-color: #ffe60a;
	color: #2c3d83;
	text-align: center;
	border: 2px solid #ffe60a;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	transition: .2s;
}
.btn_link:hover {
	background-color: #ffffff;
}
@media screen and (max-width: 768px) {
	.btn_link {
		height: 46px;
		border-radius: 23px;
	}
}

.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);
}


/*---------------フッター*/
.bg_footer {
	background-color: #ffcc00;
}
@media screen and (max-width: 768px) {
	.footer .footer-inner h1 {
		display: none;
	}
	.footer .footer-inner .footer-company .company-name {
		font-size: 1.2rem;
	}
}

.footerlink {
	position: relative;
}
.footerlink .footerlink_inner {
	width: 100%;
	max-width: 1200px;
	padding: 40px 20px 10px;
	margin: 0 auto;
}
.footerlink .footerlink_inner .footerlink_box_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footer-company {
	width: 300px;
	padding: 0 30px 0 0;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footer-company img {
	width: 100%;
	max-width: 240px;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footer-company .company-info {
	font-size: 1.3rem;
}
.footerlink .footerlink_inner .footerlink_box_wrap ul.foot_contact {
	margin-top: 20px;
}
.footerlink .footerlink_inner .footerlink_box_wrap ul.foot_contact li {
	width: 200px;
	padding: 3px;
	margin: 0 0 7px;
	color: #333333;
	background-color: #ffffff;
	border: 2px solid #333333;
	border-radius: 16.5px;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
	text-align: center;
}

.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box {
	padding: 0 30px 0 0;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category {
	padding: 0;
	font-size: 1.3rem;
	margin-bottom: 10px;
	text-decoration: none;
	transition: .3s;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a {
	display: block;
	color: #333333;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a:hover {
	text-decoration: underline;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a.link_blank {
	position: relative;
	padding-left: 25px;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a.link_blank::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../img/common/ic_blank.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 6px;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item ul.category_list {
	margin-left: 5px;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item ul.category_list li {
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 1.6;
	position: relative;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item ul.category_list li:before {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background-color: #333333;
	position: absolute;
	left: 0;
	top: 8px;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item ul.category_list li a {
	display: block;
	color: #333333;
	font-size: 1.3rem;
	transition: .3s;
}
.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item ul.category_list li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 1199px) {
	.footerlink .footerlink_inner .footerlink_box_wrap .footer-company {
		width: 100%;
		padding: 0;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footer-company img {
		margin: 0 auto;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap ul.foot_contact {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 10px;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap ul.foot_contact li {
		margin: 0 10px 10px;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footer-company ul.foot_link {
		margin: 10px auto 20px;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap {
		justify-content: center;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box.spnone {
		display: none;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box.spshow {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box.spshow .footerlink_item {
		margin: 0 20px;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a.link_blank::before {
		top: 4px;
	}
}
@media screen and (max-width: 768px) {
	.footer .footer-inner .footer-company ul.foot_link li {
		margin: 0 15px;
	}
	.footer .footer-inner ul.foot_link li a img {
		max-width: 25px;
	}
}
@media screen and (max-width: 480px) {
	.footerlink .footerlink_inner .footerlink_box_wrap {
		flex-direction: column;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box {
		width: 100%;
		padding: 0;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box.spshow .footerlink_item {
		width: 100%;
		margin: 0;
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a {
		padding: 10px 0;
		margin-bottom: 0;
		border-bottom: 1px dashed rgba(0,0,0,0.2);
	}
	.footerlink .footerlink_inner .footerlink_box_wrap .footerlink_box .footerlink_item .category a.link_blank::before {
		top: 15px;
	}
}
.footer_company-info {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0;
	padding: 0 20px 20px;
	font-size: 1.3rem;
	text-align: center;
}
.footer_company-info ul.foot_link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 20px auto;
}
.footer_company-info ul.foot_link li {
	margin: 0 15px;
}
.footer_company-info ul.foot_link li a img {
	max-width: 30px;
}
.footer_company-info span.post-code {
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 1199px) {
	.footer_company-info {
		margin: 0 auto;
	}
	.footer_company-info ul.foot_link {
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 480px) {
	.footer_company-info {
		margin: 10px auto 0;
	}
	.footer_company-info span.post-code {
		display: block;
		margin-right: 0;
	}
}


.footer_logo {
	background-color: #ffffff;
	padding: 20px;
	text-align: center;
}
.footer_logo .logo_navi {
	display: inline-block;
	margin: 0 auto;
}
.footer_logo .copyright {
	font-size: 1.1rem;
	text-align: center;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	font-family: 'Quicksand', sans-serif;
}


/*-----------------------固定お問合せボタン*/
.contact_fixed_btn {
	position: fixed;
	bottom: 50px;
	right: 20px;
	width: 200px;
	height: auto;
	filter: drop-shadow(2px 3px 3px rgba(44,61,131,0.3));
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn {
		bottom: 10px;
		right: 10px;
		width: 160px;
	}
}



/*-----------------------TOP*/


.top .section_title {
	display: inline-block;
	color: #333333;
	font-size: 2.6rem;
	letter-spacing: 0.15em;
	border-bottom: 3px solid #ffcc00;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 768px) {
	.top .section_title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 480px) {
	.top .section_title {
		font-size: 1.8rem;
	}
}


.top .top_about {
	padding: 60px 0;
	background-color: #fff5b4;
	position: relative;
	overflow: hidden;
}
.top .top_about .top_about_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top .top_about .top_about_inner .textbox {
	width: 40%;
}
.top .top_about .top_about_inner .textbox .catch {
	font-weight: 600;
	letter-spacing: 0.15em;
	margin: 30px 0 10px;
}
.top .top_about .top_about_inner .textbox .text {
	line-height: 2.2;
}
.top .top_about .top_about_inner .imagebox {
	width: 60%;
	position: relative;
}
.top .top_about .top_about_inner .imagebox .img_bg {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 460px;
}
.top .top_about .top_about_inner .imagebox .img_human {
	position: absolute;
	left: 0;
	bottom: -60px;
	max-width: 400px;
}
@media screen and (max-width: 991px) {
	.top .top_about .top_about_inner {
		flex-direction: column;
	}
	.top .top_about .top_about_inner .textbox {
		width: 100%;
		margin-bottom: 30px;
	}
	.top .top_about .top_about_inner .textbox .catch {
		margin: 20px 0 10px;
	}
	.top .top_about .top_about_inner .imagebox {
		width: 100%;
		height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.top .top_about {
		padding: 40px 0;
	}
	.top .top_about .top_about_inner .imagebox {
		width: 100%;
		height: 300px;
	}
	.top .top_about .top_about_inner .imagebox .img_bg {
		width: 65%;
		max-width: 360px;
	}
	.top .top_about .top_about_inner .imagebox .img_human {
		width: 60%;
		max-width: 340px;
		bottom: -40px;
	}
}
@media screen and (max-width: 480px) {
	.top .top_about .top_about_inner .imagebox {
		height: 240px;
	}
	.top .top_about .top_about_inner .imagebox .img_bg {
		width: 100%;
		max-width: 240px;
	}
	.top .top_about .top_about_inner .imagebox .img_human {
		width: 100%;
		max-width: 230px;
		bottom: -40px;
	}
}

.top .top_ch {
	padding: 60px 0;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
}
.top .top_ch .top_ch_inner {
	width: 100%;
	max-width: 700px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.top .top_ch .top_ch_inner a.bn_ch {
	display: block;
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
}
.top .top_ch .top_ch_inner a.bn_ch::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	/*background-image: url("../img/common/dotted.png");*/
	background: rgba(255,230,10,0.3)  url("../img/common/dotted.png");
	background-size: 10px auto;
	opacity: .6;
	position: absolute;
	left: 0;
	top: 0;
	transition: .2s;
}
.top .top_ch .top_ch_inner a.bn_ch:hover::before {
	opacity: 0;
}
.top .top_ch .top_ch_inner a.bn_ch .bn_img {
	width: 100%;
	height: 360px;
	background-image: url("../img/top/bn_ch.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.top .top_ch .top_ch_inner a.bn_ch .bn_ch_inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.top .top_ch .top_ch_inner a.bn_ch .bn_ch_inner .bn_ch_ic {
	max-width: 200px;
	margin-bottom: 20px;
}
.top .top_ch .top_ch_inner ul.img_bn_ch li {
	position: absolute;
	bottom: -60px;
}
.top .top_ch .top_ch_inner ul.img_bn_ch li.img_left {
	max-width: 160px;
	left: -50px;
}
.top .top_ch .top_ch_inner ul.img_bn_ch li.img_right {
	max-width: 200px;
	right: -50px;
}
.top .top_ch .top_ch_inner .btn_link span {
	position: relative;
	margin-right: 25px;
}
.top .top_ch .top_ch_inner .btn_link span::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../img/common/ic_blank.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -25px;
	top: 2px;
}
@media screen and (max-width: 768px) {
	.top .top_ch {
		padding: 40px 0 0;
	}
	.top .top_ch .top_ch_inner a.bn_ch .bn_img {
		height: 300px;
	}
	.top .top_ch .top_ch_inner ul.img_bn_ch {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		justify-content: space-between;
		position: relative;
	}
	.top .top_ch .top_ch_inner ul.img_bn_ch li {
		position: static;
		margin: -60px 10px 0;
	}
	.top .top_ch .top_ch_inner ul.img_bn_ch li.img_left {
		width: 20%;
	}
	.top .top_ch .top_ch_inner ul.img_bn_ch li.img_right {
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.top .top_ch .top_ch_inner ul.img_bn_ch li {
		margin: -40px 10px 0;
	}
	.top .top_ch .top_ch_inner ul.img_bn_ch li.img_left {
		width: 25%;
	}
	.top .top_ch .top_ch_inner ul.img_bn_ch li.img_right {
		width: 30%;
	}
}

.top .top_news {
	padding: 50px 0 60px;
	background-image: url("../img/common/dotted.png");
	background-size: 10px auto;
	position: relative;
	overflow: hidden;
}
.top .top_news::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	left: 0;
	top: 0;
}
.top .top_news .top_news_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}
.top .top_news .top_news_inner .title_area {
	text-align: center;
}
.top .top_news .top_news_inner .news {
	width: 100%;
	max-width: 980px;
	height: 230px;
	overflow-y: scroll;
	background-color: #ffffff;
	margin: 30px auto;
	border-radius: 30px;
}
.top .top_news .top_news_inner .news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px 20px;
	margin-bottom: 20px;
	position: relative;
}
.top .top_news .top_news_inner .news dl:first-child {
	padding-top: 30px;
}
.top .top_news .top_news_inner .news dl::after {
	content: "";
	display: block;
	width: calc(100% - 80px);
	height: 1px;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.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;
}
.top .top_news .top_news_inner .news dl dd a:hover {
	color: #ffcc00;
}
.top .top_news .top_news_inner .btn_link {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.top .top_news {
		padding: 30px 0 40px;
	}
	.top .top_news .top_news_inner .news {
		width: 100%;
		margin: 20px auto;
	}
	.top .top_news .top_news_inner .news dl {
		flex-direction: column;
	}
	.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_case {
	padding: 60px 0;
	overflow: hidden;
	position: relative;
	background-color: #ffffff;
}
.top .top_case .title_area {
	text-align: center;
}
.top .top_case .top_case_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 30px auto 0;
}
.top .top_case .top_case_inner ul.list_top_case {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.top .top_case .top_case_inner ul.list_top_case > li {
	width: 31%;
	margin-right: 3.5%;
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 7px 7px 0 rgba(255, 204, 0, 0.5);
}
.top .top_case .top_case_inner ul.list_top_case > li:nth-child(3n) {
	margin-right: 0;
}
.top .top_case .top_case_inner ul.list_top_case li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	transition: .2s;
}
.top .top_case .top_case_inner ul.list_top_case li a:hover {
	opacity: 0.7;
}
.top .top_case .top_case_inner ul.list_top_case li a img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center center;
}
.top .top_case .top_case_inner ul.list_top_case li a .text_box {
	padding: 10px 20px;
}
.top .top_case .top_case_inner ul.list_top_case li a .text_box .case_place {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 10px;
}
.top .top_case .top_case_inner ul.list_top_case li a .text_box .case_place span {
	background-color: #ffe60a;
	padding: 6px 15px;
	border-radius: 12.5px;
}
.top .top_case .top_case_inner ul.list_top_case li a .text_box .case_title {
	font-size: 1.6rem;
	font-weight: 600;
}
.top .top_case .btn_link {
	margin: 37px auto 0;
}
@media screen and (max-width: 991px) {
	.top .top_case .top_case_inner {
		margin: 30px auto 0;
	}
}
@media screen and (max-width: 768px) {
	.top .top_case {
		padding: 40px 0;
	}
	.top .top_case .top_case_inner ul.list_top_case {
		justify-content: space-between;
	}
	.top .top_case .top_case_inner ul.list_top_case > li,
	.top .top_case .top_case_inner ul.list_top_case > li:nth-child(3n) {
		width: 48%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.top .top_case .top_case_inner ul.list_top_case li a .text_box .case_place {
		font-size: 1.2rem;
	}
	.top .top_case .top_case_inner ul.list_top_case li a .text_box .case_title {
		font-size: 1.5rem;
	}
	.top .top_case .btn_link {
		margin: 7px auto 0;
	}
}
@media screen and (max-width: 480px) {
	.top .top_case .top_case_inner ul.list_top_case {
		flex-direction: column;
	}
	.top .top_case .top_case_inner ul.list_top_case li,
	.top .top_case .top_case_inner ul.list_top_case li:nth-child(3n) {
		width: 100%;
		margin: 0 auto 30px;
	}
}

.top .top_menu {
	padding: 60px 0;
	overflow: hidden;
}
.top .top_menu .list_topmenu {
	display: flex;
	flex-wrap: wrap;
}
.top .top_menu .list_topmenu li {
	width: 32.5%;
	height: 300px;
	padding: 15px;
	margin-right: 1.25%;
	border-radius: 30px;
	transition: .2s;
	position: relative;
}
.top .top_menu .list_topmenu li::before {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 3px solid #ffffff;
	border-radius: 20px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.top .top_menu .list_topmenu li:hover {
	opacity: .7;
}
.top .top_menu .list_topmenu li.menu01 {
	background-color: #fff050;
}
.top .top_menu .list_topmenu li.menu02 {
	background-color: #ffe60a;
}
.top .top_menu .list_topmenu li.menu03 {
	background-color: #ffdd00;
	margin-right: 0;
}
.top .top_menu .list_topmenu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	transition: .2s;
}
.top .top_menu .list_topmenu li a .menu_ic{
	max-width: 80px;
	margin: 0 auto 10px;
}
.top .top_menu .list_topmenu li a .menu_title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 20px;
}
.top .top_menu .list_topmenu li a .btn_link {
	background-color: #ffffff;
	border: 2px solid #2c3d83;
}
@media screen and (max-width: 991px) {
	.top .top_menu .list_topmenu li a .menu_title {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 768px) {
	.top .top_menu {
		padding: 40px 0;
	}
	.top .top_menu .list_topmenu {
		flex-direction: column;
	}
	.top .top_menu .list_topmenu li {
		width: 100%;
		height: 260px;
		padding: 0 15px;
		margin-right: 0;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 480px) {
	.top .top_menu .list_topmenu li {
		height: 220px;
	}
}

.top .top_kaigo {
	padding: 60px 0;
	background-image: url("../img/common/dotted.png");
	background-size: 10px auto;
	position: relative;
	overflow: hidden;
}
.top .top_kaigo::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
	position: absolute;
	left: 0;
	top: 0;
}
.top .top_kaigo .top_kaigo_inner {
	width: 100%;
	max-width: 1200px;
	height: 460px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
}
.top .top_kaigo .top_kaigo_inner .textbox {
	width: 40%;
}
.top .top_kaigo .top_kaigo_inner .textbox .catch2 {
	font-weight: 600;
	letter-spacing: 0.15em;
	margin: 20px 0 30px;
}
.top .top_kaigo .top_kaigo_inner .textbox a.bn_kaigo {
	display: inline-block;
	padding: 20px 30px;
	background-color: #2c3d83;
	border-radius: 47px;
	transition: .2s;
}
.top .top_kaigo .top_kaigo_inner .textbox a.bn_kaigo:hover {
	opacity: .7;
}
.top .top_kaigo .top_kaigo_inner .imagebox {
	width: 60%;
	position: relative;
}
.top .top_kaigo .top_kaigo_inner .imagebox .img_bg {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 460px;
	border-radius: 30px;
	overflow: hidden;
}
.top .top_kaigo .top_kaigo_inner .imagebox .img_human {
	position: absolute;
	right: 50px;
	bottom: 0;
	max-width: 260px;
}
@media screen and (max-width: 991px) {
	.top .top_kaigo .top_kaigo_inner {
		flex-direction: column;
		height: auto;
	}
	.top .top_kaigo .top_kaigo_inner .textbox {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.top .top_kaigo .top_kaigo_inner .textbox .catch2 {
		margin: 10px 0 20px;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox {
		width: 100%;
		height: 400px;
	}
}
@media screen and (max-width: 768px) {
	.top .top_kaigo {
		padding: 40px 0;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox {
		width: 100%;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox .img_bg {
		width: 70%;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox .img_human {
		width: 50%;
		right: 20px;
	}
}
@media screen and (max-width: 480px) {
	.top .top_kaigo .top_kaigo_inner .imagebox .img_bg {
		width: 100%;
	}
	.top .top_kaigo .top_kaigo_inner .imagebox .img_human {
		width: 100%;
		max-width: 200px;
	}
}



/*-----------------------第二階層共通*/
.page-title-out {
	clear: both;
	overflow: hidden;
	position: relative;
	background-image: url("../img/common/dotted.png");
	background-size: 10px auto;
}
#page-title {
	clear: both;
  overflow: hidden;
  position: relative;
	padding-top: calc(4em + 90px);
	padding-bottom: 4em;
	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;
	padding-top: 80px;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: 0.15em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 400;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto 50px;
}
#page-title .page-title-text .lead {
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0.3em;
	font-family: 'Quicksand', sans-serif;
	color: #2c3d83;
}
@media screen and (max-width: 1199px) {
	#page-title {
		padding-top: calc(3em + 70px);
		padding-bottom: 3em;
	}
}
@media screen and (max-width: 768px) {
	#page-title .page-title-text h3 {
		font-size: 2.4rem;
		padding-top: 60px;
		background-size: auto 40px;
	}
	#page-title .page-title-text .lead {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	#page-title .page-title-text h3 {
		font-size: 2rem;
		padding-top: 50px;
		background-size: auto 30px;
	}
	#page-title .page-title-text .lead {
		font-size: 1.4rem;
	}
}
.daini .section {
	padding: 60px 0;
}
.daini .section_inner {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.daini .section {
		padding: 40px 0;
	}
}

.daini .section-heading{
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	text-align: center;
}
.daini .section-heading h2{
	display: inline-block;
	border-bottom: 3px solid #ffcc00;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
@media screen and (max-width: 768px) {
	.daini .section-heading {
		margin-bottom: 30px;
	}
}


/*---------------導入事例一覧*/
#case.page-title-out .page-title-text h3 {
	background-image: url("../img/case/ic_pagetitle.png");
}
.case {
	overflow: hidden;
}
.case .caseitem_wrap {
	display: flex;
	flex-wrap: wrap;
}
.case .caseitem_wrap .item {
	width: 31%;
	margin-right: 3.5%;
	position: relative;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 7px 7px 0 rgba(255, 204, 0, 0.5);
	margin-bottom: 40px;
}
.case .caseitem_wrap .item:nth-child(3n) {
	margin-right: 0;
}
.case .caseitem_wrap .item a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
	transition: .2s;
}
.case .caseitem_wrap .item a:hover {
	opacity: 0.7;
}
.case .caseitem_wrap .item a .image_box {
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}
.case .caseitem_wrap .item a .image_box img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: center center;
}
.case .caseitem_wrap .item a .text_box {
	padding: 15px 20px;
}
.case .caseitem_wrap .item a .text_box .case_place {
	font-size: 1.3rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 10px;
}
.case .caseitem_wrap .item a .text_box .case_place span {
	background-color: #ffe60a;
	color: #2c3d83;
	padding: 5px 15px;
	border-radius: 12.5px;
}
.case .caseitem_wrap .item a .text_box .case_title {
	font-size: 1.6rem;
	font-weight: 600;
}
@media screen and (max-width: 991px) {
	.case .caseitem_wrap {
		justify-content: space-between;
	}
	.case .caseitem_wrap .item {
		width: 48%;
		margin: 0 0 40px;
	}
}
@media screen and (max-width: 768px) {
	.case .caseitem_wrap {
		flex-direction: column;
	}
	.case .caseitem_wrap .item {
		width: 100%;
	}
}


/*---------------導入事例*/
.case_detail {
	overflow: hidden;
}
.case_detail .detail_header {
	margin-bottom: 50px;
}
.case_detail .detail_header .headerimage img {
	border-radius: 30px;
}
.case_detail .detail_header .header_desc {
	width: 94%;
	max-width: 1000px;
	padding: 40px;
	margin: -40px auto 0;
	background-color: #ffffff;
	border-radius: 30px;
	border: 3px solid #ffe60a;
	position: relative;
}
.case_detail .detail_header .header_desc .title {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px
}
.case_detail .detail_header .header_desc .dl_casedetail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px;
	position: relative;
}
.case_detail .detail_header .header_desc .dl_casedetail::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.case_detail .detail_header .header_desc .dl_casedetail:first-of-type::before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.case_detail .detail_header .header_desc .dl_casedetail dt {
	width: 300px;
	color: #2c3d83;
	font-weight: 600;
}
.case_detail .detail_header .header_desc .dl_casedetail dd {
	width: calc(100% - 300px);
}
.case_detail .detail_contents {
	width: 94%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.case_detail .detail_contents figure {
	margin: 30px 0;
}
.case_detail .detail_contents figure img {
	border-radius: 20px;
	margin: 0 auto;
}
.case_detail .detail_contents ul.flex_case_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.case_detail .detail_contents ul.flex_case_img li {
	width: 48%;
	margin: 0 1% 30px;
}
.case_detail .detail_contents ul.flex_case_img li > figure {
	margin: 0;
}
.case_detail .case_commentbox {
	max-width: 800px;
	margin: 0 auto 30px;
	padding: 20px 30px;
	border: 2px dashed #ffe60a;
	border-radius: 30px;
}
.case_detail .case_commentbox .catch2 {
	font-weight: 600;
	padding-left: 30px;
	margin-bottom: 20px;
	position: relative;
}
.case_detail .case_commentbox .catch2::before {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-color: #2c3d83;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}
.case_detail .case_commentbox .case_commentbox_inner {
	display: flex;
	flex-wrap: wrap;
}
.case_detail .case_commentbox .case_commentbox_inner .imagebox {
	width: 150px;
}
.case_detail .case_commentbox .case_commentbox_inner .imagebox .case_img {
	border-radius: 50%;
	overflow: hidden;
	background-color: #fffab4;
}
.case_detail .case_commentbox .case_commentbox_inner .textbox {
	width: calc(100% - 150px);
	padding-left: 50px;
}
.case_detail .news_pagenation {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 0;
}
.case_detail .news_pagenation li {
	margin: 0 10px;
}
.case_detail .news_pagenation li a {
	display: block;
	padding: 10px;
	width: 200px;
	background-color: #ffe60a;
	color: #2c3d83;
	font-weight: 600;
	text-align: center;
	position: relative;
	transition: .2s;
}
.case_detail .news_pagenation li a:hover {
	opacity: .7;
}
.case_detail .news_pagenation li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
}
.case_detail .news_pagenation li.pre a::after {
	border-bottom: 2px solid #2c3d83;
	border-left: 2px solid #2c3d83;
	top: 50%;
	left: 10px;
	transform: rotate(45deg) translateY(-50%);
}
.case_detail .news_pagenation li.next a::after {
	border-bottom: 2px solid #2c3d83;
	border-right: 2px solid #2c3d83;
	top: 50%;
	right: 10px;
	transform: rotate(-45deg) translateY(-50%);
}
.case_detail .btn_link {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.case_detail .detail_header .header_desc {
		padding: 30px;
	}
	.case_detail .detail_header .header_desc .title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.case_detail .detail_header .header_desc .dl_casedetail {
		flex-direction: column;
		padding: 20px 10px;
	}
	.case_detail .detail_header .header_desc .dl_casedetail dt {
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
	.case_detail .detail_header .header_desc .dl_casedetail dd {
		width: 100%;
	}
	.case_detail .detail_contents figure {
		margin: 20px 0;
	}
	.case_detail .detail_contents ul.flex_case_img {
		flex-direction: column;
	}
	.case_detail .detail_contents ul.flex_case_img li {
		width: 100%;
		margin: 0 0 20px;
	}
	.case_detail .case_commentbox .catch2 {
		padding-left: 25px;
	}
	.case_detail .case_commentbox .catch2::before {
		top: 6px;
		}
}
@media screen and (max-width: 480px) {
	.case_detail .case_commentbox {
		padding: 20px;
	}
	.case_detail .case_commentbox .case_commentbox_inner {
		flex-direction: column;
	}
	.case_detail .case_commentbox .case_commentbox_inner .imagebox {
		margin: 0 auto 20px;
	}
	.case_detail .case_commentbox .case_commentbox_inner .textbox {
		width: 100%;
		padding-left: 0;
	}
	.case_detail .news_pagenation li a {
		width: 140px;
	}
}


/*---------------特長*/
#feature.page-title-out .page-title-text h3 {
	background-image: url("../img/feature/ic_pagetitle.png");
}
.feature {
	overflow: hidden;
}
.feature .intro .text {
	max-width: 800px;
	margin: 0 auto;
	line-height: 2.2;
}
.feature .feature_con_wrap .feature_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.feature .feature_con_wrap .feature_con.con03 {
	margin-bottom: 0;
}
.feature .feature_con_wrap .feature_con .textbox {
	width: 44%;
}
.feature .feature_con_wrap .feature_con .textbox .catch {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	letter-spacing: 0.2em;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: 3px dashed #cfe2ff;
}
.feature .feature_con_wrap .feature_con .textbox .text {
	line-height: 2.2;
}
.feature .feature_con_wrap .feature_con .textbox .catch span.num {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #ffe60a;
	color: #ffffff;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	padding: 8px 0 0 5px;
	margin-right: 20px;
}
.feature .feature_con_wrap .feature_con .imagebox {
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.feature .intro,
	.feature .f_article {
		padding: 40px 0 0;
	}
	.feature .feature_con_wrap .feature_con {
		flex-direction: column;
		margin-bottom: 40px;
	}
	.feature .feature_con_wrap .feature_con .textbox {
		width: 100%;
		margin-bottom: 20px;
	}
	.feature .feature_con_wrap .feature_con .textbox .catch {
		font-family: 'M PLUS Rounded 1c', sans-serif;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	.feature .feature_con_wrap .feature_con .textbox .catch span.num {
		width: 50px;
		height: 50px;
	}
	.feature .feature_con_wrap .feature_con .imagebox {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.feature .feature_con_wrap .feature_con .textbox .catch span.num {
		width: 40px;
		height: 40px;
		padding: 4px 0 0 4px;
		margin-right: 10px;
	}
}


/*---------------料金体系*/
#fee.page-title-out .page-title-text h3 {
	background-image: url("../img/fee/ic_pagetitle.png");
}
.fee {
	overflow: hidden;
}
.fee .tbl_fee {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	font-size: 1.3rem;
}
.fee .tbl_fee tr:nth-child(even) td {
	background-color: #f3f3f3;
}
.fee .tbl_fee tr:last-child td {
	background: rgb(232, 232, 232);
	background: -moz-linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(243, 243, 243, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(243, 243, 243, 1) 100%);
	background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(243, 243, 243, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e8e8e8", endColorstr="#f3f3f3", GradientType=1);
	}
.fee .tbl_fee tr th {
	width: calc(100% / 6);
	border: 1px solid #666666;
	padding: 10px 5px;
	text-align: center;
	color: #ffffff;
}
.fee .tbl_fee tr th span.member {
	font-size: 120%;
}
.fee .tbl_fee tr th:first-child {
	background-color: #ffffff;
	color: #333333;
}
.fee .tbl_fee tr th:nth-child(2) {
	background-color: #818181;
}
.fee .tbl_fee tr th:nth-child(3) {
	background-color: #5a82d2;
}
.fee .tbl_fee tr th:nth-child(4) {
	background-color: #2c3d83;
}
.fee .tbl_fee tr th:nth-child(5) {
	background-color: #b89400;
}
.fee .tbl_fee tr th:nth-child(6) {
	background-color: #ae3200;
}
.fee .tbl_fee tr td {
	border: 1px solid #666666;
	background-color: #ffffff;
	padding: 10px 5px;
	text-align: center;
}
.fee .tbl_fee tr:nth-child(2) td {
	color: #ffffff;
}
.fee .tbl_fee tr:nth-child(2) td:first-child {
	background-color: #a5a5a5;
}
.fee .tbl_fee tr:nth-child(2) td:nth-child(2) {
	background-color: #82a8ea;
}
.fee .tbl_fee tr:nth-child(2) td:nth-child(3) {
	background-color: #465faf;
}
.fee .tbl_fee tr:nth-child(2) td:nth-child(4) {
	background-color: #eac615;
}
.fee .tbl_fee tr:nth-child(2) td:nth-child(5) {
	background-color: #e06400;
}
.fee .tbl_fee tr td.detail {
	font-weight: 600;
	/*background-color: #dddddd;*/
}
.fee .tbl_fee tr td span.price {
	font-size: 200%;
	font-weight: 600;
	font-family: 'Quicksand', sans-serif;
}
.fee .tbl_fee tr td span.small {
	font-size: 85%;
}
.fee .tbl_fee tr td span.material-icons {
	color: #00c85a;
}
.fee .tbl_fee tr td .btn_link {
	width: auto;
	margin: 0 10px;
	color: #ffffff;
	border-radius: 3px;
}
.fee .tbl_fee tr td .btn_link:hover {
	opacity: .7;
}
.fee .tbl_fee tr:nth-child(3) {
	letter-spacing: 0px;
}
.fee .tbl_fee tr:last-child td:nth-child(2) .btn_link {
	background-color: #818181;
	border: 2px solid #818181;
}
.fee .tbl_fee tr:last-child td:nth-child(3) .btn_link {
	background-color: #5a82d2;
	border: 2px solid #5a82d2;
}
.fee .tbl_fee tr:last-child td:nth-child(4) .btn_link {
	background-color: #2c3d83;
	border: 2px solid #2c3d83;
}
.fee .tbl_fee tr:last-child td:nth-child(5) .btn_link {
	background-color: #feda29;
	border: 2px solid #feda29;
}
.fee .tbl_fee tr:last-child td:nth-child(6) .btn_link {
	background-color: #f47814;
	border: 2px solid #f47814;
}
@media screen and (max-width: 991px) {
	.scroll-table {
		overflow: auto;
		white-space: nowrap;
		border: 1px solid #dddddd;
		padding: 5px;
	}
	.fee .tbl_fee {
		font-size: 1.3rem;
	}
	.fee .tbl_fee tr th,
	.fee .tbl_fee tr td {
		width: 200px;
		min-width: 200px;
	}
}
.fee .dl_price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.fee .dl_price dt {
	width: 400px;
	font-weight: 600;
	color: #2c3d83;
}
.fee .dl_price dd {
	width: calc(100% - 400px);
	padding-left: 20px;
}
.fee .dl_price dd.row2 {
	display: flex;
}
.fee .dl_price dd.row2 > * {
	display: block;
}
.fee figure {
	margin: 20px auto;
}
.fee figure.card {
	max-width: 800px;
}
.fee .text_small {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.fee .link_text {
	color: #2c3d83;
	font-weight: 600;
	text-decoration: underline;
}
.fee .list_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 30px auto 0;
}
.fee .list_link li {
	margin: 0 10px;
}
.fee .list_link li a {
	display: block;
	width: 300px;
	padding: 15px;
	border-radius: 3px;
	background-color: #ffe60a;
	color: #2c3d83;
	text-align: center;
	font-weight: 600;
	transition: .2s;
}
.fee .list_link li a:hover{
	opacity: .7;
}
.fee .list_link li:last-child a {
	background-color: #cfe2ff;
}
.fee .dl_qa {
	max-width: 800px;
	padding: 0 0 20px;
	margin: 0 auto 20px;
	border-bottom: 1px solid #cccccc;
}
.fee .dl_qa dt {
	padding-left: 50px;
	color: #2c3d83;
	font-weight: 600;
	margin-bottom: 15px;
	position: relative;
}
.fee .dl_qa dt::before {
	content: "Q";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #2c3d83;
	color: #ffffff;
	text-align: center;
	padding: 1px 0 0 3px;
	position: absolute;
	left: 0;
	top: 0;
}
.fee .dl_qa dd {
	padding-left: 50px;
	position: relative;
}
.fee .dl_qa dd::before {
	content: "A";
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffe60a;
	color: #2c3d83;
	text-align: center;
	font-weight: 600;
	padding: 1px 0 0 3px;
	position: absolute;
	left: 0;
	top: 0;
}
.fee .box {
	padding: 12px 20px 8px;
	border: 2px solid #2c3d83;
	border-radius: 10px;
	background-color: #cfe2ff;
	display: inline-block;
}
.fee .box .ttl {
	font-weight: 700;
	font-size: 110%;
	color: #2c3d83;
}
.fee .box dl {
	display: flex;
	align-items: center;
}
.fee .box dd {
	padding-left: 20px;
}
.fee .box dd .price {
	font-weight: 700;
	font-size: 135%;
}
@media screen and (max-width: 768px) {
	.fee .dl_price {
		flex-direction: column;
	}
	.fee .dl_price dt {
		width: 100%;
	}
	.fee .dl_price dd {
		width: 100%;
	}
	.fee .dl_price dd.row2 > *:first-child {
		width: 80px;
	}
	.fee .list_link {
		flex-direction: column;
	}
	.fee .list_link li {
		margin: 10px 0 0;
	}
	.fee .list_link li a {
		width: 100%;
	}
	.fee .dl_qa dt::before {
		padding: 2px 0 0 1px;
	}
	.fee .dl_qa dd::before {
		padding: 2px 0 0 1px;
	}
}
@media screen and (max-width: 480px) {
	.fee .dl_qa dt::before {
		padding: 3px 0 0 1px;
	}
	.fee .dl_qa dd::before {
		padding: 3px 0 0 1px;
	}
}


/*---------------よくあるご質問*/
#faq.page-title-out .page-title-text h3 {
	background-image: url("../img/faq/ic_pagetitle.png");
}
.faq {
	overflow: hidden;
}
.faq .list_q_category_wrap {
	max-width: 1000px;
	margin: 0 auto 60px;
}
.faq .list_q_category_wrap ul.list_q_category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.faq .list_q_category_wrap ul.list_q_category li {
	width: 24%;
	margin: 0 0.5% 20px;
}
.faq .list_q_category_wrap ul.list_q_category li a {
	display: block;
	padding: 20px 10px;
	background-color: #ffe60a;
	color: #2c3d83;
	text-align: center;
	border-radius: 33.5px;
	transition: .2s;
}
.faq .list_q_category_wrap ul.list_q_category li a:hover {
	opacity: .7;
}
.faq .list_q_wrap {
	max-width: 800px;
	margin: 0 auto 60px;
}
.faq .list_q_wrap ul.list_q li {
	border-bottom: 1px dashed #cccccc;
	position: relative;
}
.faq .list_q_wrap ul.list_q li::after {
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-image: url("../img/common/arrow_right.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.faq .list_q_wrap ul.list_q li a {
	display: block;
	color: #2c3d83;
	padding: 15px 40px 15px 10px;
	transition: .2s;
}
.faq .list_q_wrap ul.list_q li a:hover {
	background-color: #fff383;
}
.faq .faq_box {
	border-bottom: 3px dashed #cfe2ff;
	padding: 0 30px 10px;
	max-width: 800px;
	margin: 0 auto 40px;
}
.faq .faq_box .item {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto 30px;
}
.faq .faq_box .item.item_a {
	flex-direction: row-reverse;
}
.faq .faq_box .item .item-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-position: center center;
	background-size: contain;
}
.faq .faq_box .item.item_q .item-img {
	background-color: #e6f0ff;
}
.faq .faq_box .item.item_a .item-img {
	background-color: #fff383;
}
.faq .faq_box .item.item_q .item-img.q01 {
	background-image: url("../img/faq/ic_q01.png");
}
.faq .faq_box .item.item_q .item-img.q02 {
	background-image: url("../img/faq/ic_q02.png");
}
.faq .faq_box .item.item_q .item-img.q03 {
	background-image: url("../img/faq/ic_q03.png");
}
.faq .faq_box .item.item_q .item-img.q04 {
	background-image: url("../img/faq/ic_q04.png");
}
.faq .faq_box .item.item_a .item-img {
	background-image: url("../img/faq/ic_a.png");
}
.faq .faq_box .item .item-text {
	width: calc(100% - 140px);
	padding: 20px 30px;
	border-radius: 10px;
	position: relative;
}
.faq .faq_box .item.item_q .item-text {
	background-color: #cfe2ff;
}
.faq .faq_box .item.item_q .item-text::before {
	content: "";
	display: block;
	border-right: 15px solid #cfe2ff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 20px;
	left: -15px;
}
.faq .faq_box .item.item_a .item-text {
	background-color: #fffab4;
}
.faq .faq_box .item.item_a .item-text::before {
	content: "";
	display: block;
	border-left: 15px solid #fffab4;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	top: 20px;
	right: -15px;
}
.faq .faq_box .item .item-text .question {
	font-weight: 600;
	letter-spacing: 0.1em;
}
.faq .faq_box .item .item-text .answer {
	line-height: 1.8;
}
.faq .faq_box .item .item-text .link_text {
	text-decoration: underline;
}
.faq .section_inner.inner02 {
	margin-top: 60px;
}
@media screen and (max-width: 991px) {
	.faq .list_q_category_wrap ul.list_q_category li {
		width: 48%;
		margin: 0 1% 20px;
	}
}
@media screen and (max-width: 768px) {
	.faq .faq_box .item .item-img {
		width: 80px;
		height: 80px;
	}
	.faq .faq_box .item .item-text {
		width: calc(100% - 110px);
		padding: 20px;
	}
}
@media screen and (max-width: 480px) {
	.faq .list_q_category_wrap ul.list_q_category {
		flex-direction: column;
	}
	.faq .list_q_category_wrap ul.list_q_category li {
		width: 100%;
		margin: 0 0 20px;
	}
}


/*---------------導入の流れ*/
#flow.page-title-out .page-title-text h3 {
	background-image: url("../img/flow/ic_pagetitle.png");
}
.flow {
	overflow: hidden;
}
.flow .intro {
	max-width: 800px;
	margin: 0 auto 50px;
}
.flow .intro .catch2 {
	font-weight: 600;
	margin-bottom: 30px;
	text-align: center;
}
.flow .intro .ch_bn_text {
	text-align: center;
	font-weight: 600;
	margin: 20px auto 10px;
}
.flow .intro a .ch_bn {
	display: block;
	margin: 0 auto;
	filter: drop-shadow(2px 3px 3px rgba(44,61,131,0.3));
	transition: .2s;
}
.flow .intro a:hover .ch_bn {
	opacity: .7;
}

.flow ul.btn_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 60px;
}
.flow ul.btn_flow li {
	width: 32%;
	margin-right: 2%;
}
.flow ul.btn_flow li:last-child {
	margin-right: 0;
}
.flow ul.btn_flow li a {
	display: block;
	height: 50px;
	padding: 12px 10px 10px;
	text-align: center;
	background-color: #ffe60a;
	color: #2c3d83;
	border-radius: 25px;
	transition: .2s;
}
.flow ul.btn_flow li a:hover {
	opacity: .7;
}
.flow ul.btn_flow li a span {
	position: relative;
}
.flow ul.btn_flow li a span::after {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #2c3d83;
	border-bottom: 2px solid #2c3d83;
	transform: rotate(-45deg);
	position: absolute;
	right: -20px;
	top: 5px;
}
.flow .flow_box_wrap {
	margin: 60px auto 0;
}
.flow .flow_box_wrap .section_title {
	font-size: 2.6rem;
	text-align: center;
	margin-bottom: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.flow .flow_box_wrap .flow_box {
	padding: 30px 40px 40px;
	border: 3px solid #dddddd;
	border-radius: 20px;
	margin: 0 auto 50px;
	position: relative;
}
.flow .flow_box_wrap .flow_box::after {
	content: "";
	display: block;
	border-top: 20px solid #2c3d83;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
}
.flow .flow_box_wrap .flow_box:last-child::after {
	display: none;
}
.flow .flow_box_wrap .flow_box .catch2 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.flow .flow_box_wrap .flow_box .catch2 span.number {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #ffe60a;
	color: #2c3d83;
	text-align: center;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	padding: 8px 0 0 2px;
	margin-right: 20px;
}
.flow .flow_box_wrap .flow_box .catch2 span.catchtext {
	width: calc(100% - 70px);
	font-weight: 600;
}
.flow .flow_box_wrap .flow_box .flow_box_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flow .flow_box_wrap .flow_box .flow_box_inner.ready {
	padding: 40px;
	background-color: #fffbed;
	margin-top: 40px;
	border-radius: 20px;
}
.flow .flow_box_wrap .flow_box .flow_box_inner .imagebox {
	width: 60%;
}
.flow .flow_box_wrap .flow_box .flow_box_inner .imagebox img {
	border: 1px solid #dddddd;
	border-radius: 10px;
}
.flow .flow_box_wrap .flow_box .flow_box_inner .imagebox.no_border img {
	border: none;
}
.flow .flow_box_wrap .flow_box .flow_box_inner .textbox {
	width: 35%;
}
.flow .flow_box_wrap .flow_box .flow_box_inner .textbox .link_text {
	font-weight: 600;
	color: #2c3d83;
	text-decoration: underline;
}
.flow .flow_box_wrap .flow_box .flow_box_inner.ready  .textbox .catch3 {
	font-weight: 600;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.flow ul.btn_flow {
		margin-top: 40px;
	}
	.flow ul.btn_flow {
		flex-direction: column;
	}
	.flow ul.btn_flow li,
	.flow ul.btn_flow li:last-child {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 10px;
	}
	.flow ul.btn_flow li a span::after {
		top: 3px;
	}
	.flow .flow_box_wrap {
		margin: 40px auto 0;
	}
	.flow .flow_box_wrap .section_title {
		font-size: 2.2rem;
	}
	.flow .flow_box_wrap .flow_box {
		padding: 20px 30px;
	}
	.flow .flow_box_wrap .flow_box .catch2 {
		margin-bottom: 15px;
	}
	.flow .flow_box_wrap .flow_box .catch2 span.number {
		width: 40px;
		height: 40px;
		padding: 5px 0 0 1px;
		margin-right: 15px;
	}
	.flow .flow_box_wrap .flow_box .catch2 span.catchtext {
		width: calc(100% - 55px);
	}
	.flow .flow_box_wrap .flow_box .flow_box_inner {
		flex-direction: column;
	}
	.flow .flow_box_wrap .flow_box .flow_box_inner.ready {
		padding: 30px;
	}
	.flow .flow_box_wrap .flow_box .flow_box_inner .imagebox {
		width: 100%;
		margin-bottom: 15px;
	}
	.flow .flow_box_wrap .flow_box .flow_box_inner .textbox {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.flow .flow_box_wrap .section_title {
		font-size: 1.7rem;
	}
	.flow .flow_box_wrap .flow_box .catch2 {
		margin-bottom: 15px;
	}
	.flow .flow_box_wrap .flow_box .catch2 span.number {
		padding: 7px 0 0 1px;
	}
}


/*---------------こんな皆様にお勧め*/
#reccomend.page-title-out .page-title-text h3 {
	background-image: url("../img/reccomend/ic_pagetitle.png");
}
.reccomend {
	overflow: hidden;
}
.reccomend .trouble {
	position: relative;
	padding-bottom: 20px;
}
.reccomend .trouble .reccomend_item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.reccomend .trouble .reccomend_item_wrap .reccomend_item {
	width: 31%;
	margin: 0 3.5% 40px 0;
	padding: 60px 40px 30px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 6px 6px 3px rgba(0,0,0,0.05);
	border: 3px solid #ffe60a;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.reccomend .trouble .reccomend_item_wrap .reccomend_item::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 3px solid #ffe60a;
	border-radius: 50%;
	box-shadow: 2px 3px 2px rgba(0,0,0,0.1) inset;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.reccomend .trouble .reccomend_item_wrap .reccomend_item:nth-child(3n) {
	margin-right: 0;
}
.reccomend .trouble .reccomend_item_wrap .reccomend_item .text {
	text-align: justify;
	line-height: 2;
}
.reccomend .trouble .reccomend_item_wrap .reccomend_item .text .marker {
	background: rgba(200,240,255,1.0);
	background: -moz-linear-gradient(transparent 60%, rgba(200,240,255,1.0) 60%);
	background: -webkit-linear-gradient(transparent 60%, rgba(200,240,255,1.0) 60%);
	background: linear-gradient(transparent 60%, rgba(200,240,255,1.0) 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#afe6ff",endColorstr="#afe6ff",GradientType=1);
}
.reccomend .answer .answer_box {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.reccomend .answer .answer_box .textbox {
	width: 400px;
	margin-right: 50px;
}
.reccomend .answer .answer_box .textbox .catch {
	background-color: #ffffff;
	color: #2c3d83;
	border: 3px solid #2c3d83;
	font-weight: 600;
	font-size: 3rem;
	text-align: center;
	padding: 34px 20px 30px;
	border-radius: 20px;
	position: relative;
}
.reccomend .answer .answer_box .textbox .catch::after {
	content: "";
	width: 24px;
	height: 24px;
	border-bottom: 3px solid #2c3d83;
	border-right: 3px solid #2c3d83;
	background-color: #ffffff;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}
.reccomend .answer .answer_box .imagebox {
	width: 40%;
}
@media screen and (max-width: 768px) {
	.reccomend .trouble .reccomend_item_wrap .reccomend_item,
	.reccomend .trouble .reccomend_item_wrap .reccomend_item:nth-child(3n){
		width: 47%;
		margin: 0 1.5% 30px;
	}
	.reccomend .answer .answer_box {
		flex-direction: column;
	}
	.reccomend .answer .answer_box .textbox {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.reccomend .answer .answer_box .textbox .catch {
		font-size: 2.4rem;
		padding: 20px;
	}
	.reccomend .answer .answer_box .textbox .catch::after {
		width: 16px;
		height: 16px;
		top: unset;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%) rotate(45deg);
	}
	.reccomend .answer .answer_box .imagebox {
		width: 90%;
		max-width: 300px;
	}
}
@media screen and (max-width: 480px) {
	.reccomend .trouble .reccomend_item_wrap .reccomend_item,
	.reccomend .trouble .reccomend_item_wrap .reccomend_item:nth-child(3n){
		width: 100%;
		margin: 0 0 20px;
		padding: 40px 20px 20px;
	}
	.reccomend .trouble .reccomend_item_wrap .reccomend_item::before {
		width: 15px;
		height: 15px;
		top: 10px;
	}
	.reccomend .answer .answer_box .textbox .catch  {
		font-size: 2rem;
	}
}
.reccomend .advantage {
	background-color: #fffae3;
}
.reccomend .advantage .advantage_top_text {
	width: 100%;
	max-width: 800px;
	padding: 0 20px;
	margin: 0 auto 50px;
	line-height: 2.2;
}
.reccomend .advantage .advantage_con_wrap .advantage_con {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #ffffff;
	border-radius: 30px;
	padding: 50px 50px 30px;
	margin: 0 auto 50px;
	position: relative;
}
.reccomend .advantage .advantage_con_wrap .advantage_con .number {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #2c3d83;
	color: #ffe60a;
	font-size: 3rem;
	text-align: center;
	line-height: 1;
	padding: 10px 0 0 1px;
	position: absolute;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
}
.reccomend .advantage .advantage_con_wrap .advantage_con .textbox {
	width: 60%;
	padding-right: 50px;
	display: flex;
	flex-direction: column;
}

.reccomend .advantage .advantage_con_wrap .advantage_con .textbox .catch {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 600;
	border-bottom: 3px dashed #cfe2ff;
	margin-bottom: 20px;
}
.reccomend .advantage .advantage_con_wrap .advantage_con .textbox ul.list_ad li {
	margin: 0 0 15px 0;
	padding-left: 25px;
	position: relative;
}
.reccomend .advantage .advantage_con_wrap .advantage_con .textbox ul.list_ad li::before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("../img/reccomend/ic_list.png");
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 7px;
}
.reccomend .advantage .advantage_con_wrap .advantage_con .imagebox {
	width: 40%;
}
.reccomend .advantage .advantage_con_wrap .advantage_con .imagebox img {
	border-radius: 20px;
}
@media screen and (max-width: 991px) {
	.reccomend .advantage .advantage_con_wrap .advantage_con {
		flex-direction: column-reverse;
		margin: 0 auto 40px;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .textbox {
		width: 100%;
		padding-right: 0;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .textbox ul.list_ad li::before {
		padding-left: 20px;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .textbox ul.list_ad li::before {
		width: 12px;
		height: 12px;
		top: 8px;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .imagebox {
		width: 100%;
		margin: 0 auto 20px;
	}
}
@media screen and (max-width: 768px) {
	.reccomend .advantage .advantage_con_wrap .advantage_con {
		padding: 50px 40px 30px;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .textbox ul.list_ad li::before {
		top: 6px;
	}
}
@media screen and (max-width: 480px) {
	.reccomend .advantage .advantage_con_wrap .advantage_con {
		padding: 30px 30px 20px;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .textbox .catch2 {
		margin-bottom: 15px;
	}
	.reccomend .advantage .advantage_con_wrap .advantage_con .number {
		width: 40px;
		height: 40px;
		font-size: 2.4rem;
		padding: 7px 0 0 2px;
		top: -20px;
	}
}



/*---------------最新情報*/
#news.page-title-out .page-title-text h3 {
	background-image: url("../img/news/ic_pagetitle.png");
}
.news {
	overflow: hidden;
}
.news .section_inner {
	max-width: 800px;
}
.news .news_header {
	margin-bottom: 40px;
}
.news .news_header .date {
	font-family: 'Quicksand', sans-serif;
	margin-bottom: 5px;
}
.news .news_header .title {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.4rem;
	font-weight: 600;
	border-bottom: 3px dashed #cfe2ff;
	padding-bottom: 5px;
}
.news .news_contents .text {
	margin-bottom: 20px;
}
.news .news_contents figure {
	margin: 30px 0;
}
.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;
	background-color: #ffe60a;
	color: #2c3d83;
	border-radius: 23.5px;
	font-weight: 600;
	text-align: center;
	position: relative;
	transition: .2s;
}
.news .news_pagenation li a:hover {
	opacity: .7;
}
.news .news_pagenation li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
}
.news .news_pagenation li.pre a::after {
	border-bottom: 2px solid #2c3d83;
	border-left: 2px solid #2c3d83;
	top: 50%;
	left: 20px;
	transform: rotate(45deg) translateY(-50%);
}
.news .news_pagenation li.next a::after {
	border-bottom: 2px solid #2c3d83;
	border-right: 2px solid #2c3d83;
	top: 50%;
	right: 20px;
	transform: rotate(-45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
	.news .news_header {
		margin-bottom: 30px;
	}
	.news .news_header .title {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.news .news_contents figure {
		margin: 20px 0;
	}
	.news .news_pagenation li {
		margin: 0 10px 10px;
	}
	.news .news_pagenation li a {
		padding: 10px 10px 8px;
	}
}


/*---------------最新情報一覧*/
.news_list .section_inner{
	max-width: 800px;
}
.news_list .dl_news_wrap {
	margin-bottom: 50px;
}
.news_list .dl_news_wrap .dl_news {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 20px;
	margin-bottom: 20px;
	position: relative;
}
.news_list .dl_news_wrap .dl_news::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-size: 8px 1px;
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.news_list .dl_news_wrap .dl_news dt {
	width: 150px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 300;
}
.news_list .dl_news_wrap .dl_news dd {
	width: calc(100% - 150px);
}
.news_list .dl_news_wrap .dl_news dd a {
	color: #333333;
	transition: .2s;
}
.news_list .dl_news_wrap .dl_news dd a:hover {
	color: #ffcc00;
}
.news_list .pager ul.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.news_list .pager ul.pagination li {
	margin: 0 5px;
}
.news_list .pager ul.pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 13px;
	text-align: center;
	color: #2c3d83;
	background-color: #ffe60a;
	border-radius: 18px;
	transition: .2s;
}
.news_list .pager ul.pagination li a:hover,
.news_list .pager ul.pagination li a.active {
	background-color: #fff5a0;
}
.news_list .pager ul.pagination li.pre span.spshow,
.news_list .pager ul.pagination li.next span.spshow {
	display: none;
}
@media screen and (max-width: 768px) {
	.news_list .dl_news_wrap .dl_news {
		flex-direction: column;
	}
	.news_list .dl_news_wrap .dl_news dt {
		width: 100%;
		margin-bottom: 5px;
	}
	.news_list .dl_news_wrap .dl_news dd {
		width: 100%;
	}
	.news_list .pager ul.pagination li {
		display: none;
	}
	.news_list .pager ul.pagination li.pre,
	.news_list .pager ul.pagination li.next {
		display: block;
		width: 200px;
		margin: 5px;
	}
	.news_list .pager ul.pagination li.pre a,
	.news_list .pager ul.pagination li.next a {
		padding: 10px;
		border-radius: 22px;
	}
	.news_list .pager ul.pagination li.pre span.spshow,
	.news_list .pager ul.pagination li.next span.spshow {
		display: inline-block;
		margin: 0 5px;
	}
}



