@charset "utf-8";

.breadcrumb {
 position: absolute;
 left: 0;
 top: 100%;
 font-size: 14px;
 line-height: 1.5;
 color: #4043c7;
 padding: 20px 0;
 width: 100%;
 box-sizing: border-box;
}
.breadcrumb a {
 color: #4043c7;
}
@media (max-width: 767px) {
.breadcrumb {
 padding: 10px 0;
}
}
/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}
#wrapper .inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 40px;
}

#wrapper .inner.inner--p-0 {
	padding: 0;
}

#wrapper .innerbox {
	max-width: 900px;
	margin: 0 auto;
}
@media (max-width: 1024px) {
#wrapper .inner {
	padding: 0 60px;
}
}
@media (max-width: 767px) {
#wrapper .inner {
	padding: 0 20px;
}
}


/*------------header--------------*/
#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 9;
	box-shadow: 0px 5px 10px #3d40c615;
}
#header.form-lp {
	width: calc(100% - 480px);
}
@media (max-width: 1440px) {
	#header.form-lp {
		width: 100%;
	}
}
#header .headerin {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 4% 0 13%;
	height: 100px;
	background: #fff;
}
#header .headerlogo {
	margin-right: 10px;
	flex-shrink: 0;
}
#header .headercont {
	display: flex;
	align-items: center;
}
.headerbtn {
	display: flex;
	align-items: center;
}
.headerbtn>li:first-child{
	margin-right:20px;
}

#header .headerbtn li+li {
	margin-left: 10px;
}
.headerbtn a {
	display: flex;
	font-weight: 700;
	width: 170px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #59d5b5;
	color: #fff;
}
 .headerbtn a:hover {
	-webkit-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	-moz-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	-ms-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	-o-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	box-shadow: 0 10px 20px rgba(61,64,198,0.3);
}
 .headerbtn li+li a {
background: transparent -webkit-linear-gradient(left, #0084fd 0%, #0084fd 100%) 0% 0% no-repeat;
background: transparent -o-linear-gradient(left, #0084fd 0%, #0084fd 100%) 0% 0% no-repeat;
background: transparent linear-gradient(to right, #0084fd 0%, #0084fd 100%) 0% 0% no-repeat;
	color: #fff;
}

 .hdl, .form-text{
	padding-left: 10% !important;
}

#header .navbartoggle {
	display: none;
}

@media (max-width: 1400px) {
#header .headerin {
	padding: 0 40px;
}
}
@media (max-width: 1024px) {
#header .headerin {
	height: 80px;
	padding: 0 30px 0 60px;
}
#header .navbartoggle {
	display: block;
	margin-left: 30px;
	font-size: 0;
	cursor: pointer;
}
}
@media (max-width: 767px) {
#header .headerin {
	padding: 0 35px 0 20px;
}
#header .headerbtn {
	display: none;
}
#header .headerlogo {
	width: 85px;
}
#header .navbartoggle {
	width: 31px;
}
}

#pardot-form {
	margin-top: 24px;
}

/*header_gnav*/
.header_gnav{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 9;
}
@media (max-width: 1024px) {
.header_gnav_menu{
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	color: #fff;
	height: 100vh;
	overflow: scroll;
	padding: 30px 60px;
	background: #2f2f2f;
	scrollbar-width: none;
	-ms-overflow-style: none;
	transition-property: top;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.header_gnav_menu::-webkit-scrollbar {
	display: none;
}
.header_gnav.on .header_gnav_menu{
	top: 0;
	transition-property: top;
	transition-duration: 0.3s;
	transition-delay: 0.1s;
	transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.header_gnav_close {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px;
	height: 30px;
	transform: rotate(45deg);
	cursor: pointer;
	z-index: 2;
}
.header_gnav_close:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 30px;
	height: 3px;
	left: 0;
	top: 50%;
	margin-top: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: 2;
}
.header_gnav_close:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 3px;
	height: 30px;
	left: 50%;
	top: 0;
	margin-left: -2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: 2;
}
.header_gnav_logo {
	margin-bottom: 95px;
}
.header_gnav_link {
	border-top: 1px #fff solid;
}
.header_gnav_link a:focus {
	opacity: 1;
}
.header_gnav_link > li {
	border-bottom: 1px #fff solid;
}
.header_gnav_link > li > a {
	display: block;
	padding: 25px;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	position: relative;
}
.header_gnav_link > li > a:before {
	position: absolute;
	content: "";
	right: 25px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(-45deg);
	margin-top: -5px;
	z-index: 2;
}
.header_gnav_link > li > a.subbtn:before {
	/*transform: rotate(45deg);*/
	margin-top: -7px;
}
.header_gnav_link > li.on > a.subbtn:before {
	transform: rotate(225deg);
	margin-top: -2px;
}
.header_gnav_btn {
	margin-top: 95px;
	display: flex;
	justify-content: center;
}
.header_gnav_btn li {
	margin: 0 7px;
}
.header_gnav_btn li a {
	width: 206px;
	height: 60px;
	background: #ffaa00;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: 700;
}
.header_gnav_btn li+li a {
	background: transparent -webkit-linear-gradient(left, #5457d9 0%, #3d40c4 100%) 0% 0% no-repeat;
	background: transparent -o-linear-gradient(left, #5457d9 0%, #3d40c4 100%) 0% 0% no-repeat;
	background: transparent linear-gradient(to right, #5457d9 0%, #3d40c4 100%) 0% 0% no-repeat;
	color: #fff;
}

.header_gnav_link .subarea {
	display: none;
}
.header_gnav_link .subbox {
	align-items: stretch;
	justify-content: center;
	padding: 15px 0 60px;
}
.header_gnav_link .sublisttit {
	margin-bottom: 20px;
	margin-top:1.5rem;
}
.header_gnav_link .sublisttit:first-child{
	margin-top: 0px;
}
.header_gnav_link .sublist .subct li+li {
	margin-top: 10px;
}
.header_gnav_link .sublist .subct a {
	padding-left: 35px;
	position: relative;
}
.header_gnav_link .sublist .subct a:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 16px;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 2;
}
.header_gnav_link .sublist {
	margin: 0 50px;
}
.header_gnav_link .sublist li+li {
	margin-top: 25px;
}
.header_gnav_link .sublist a {
	display: block;
	font-size: 22px;
	color: #fff;
}

}

@media (max-width: 767px) {
.header_gnav_menu{
	padding: 25px 20px;
}
.header_gnav_close {
	right: 35px;
	top: 25px;
	width: 26px;
	height: 26px;
}
.header_gnav_close:before {
	width: 26px;
	height: 2px;
	margin-top: -1px;
}
.header_gnav_close:after {
	width: 2px;
	height: 26px;
	left: 50%;
	top: 0;
	margin-left: -1px;
}
.header_gnav_logo {
	max-width: 85px;
	margin-bottom: 50px;
}
.header_gnav_link > li > a {
	font-size: 18px;
	padding: 15px;
}
.header_gnav_link > li > a:before {
	width: 8px;
	height: 8px;
	right: 15px;
}
.header_gnav_btn {
	margin-top: 40px;
	display: block;
}
.header_gnav_btn li {
	margin: 0;
}
.header_gnav_btn li+li {
	margin-top: 25px;
}
.header_gnav_btn li a {
	margin: 0 auto;
}
.header_gnav_link .subbox {
	padding: 10px 0 30px;
}
.header_gnav_link .sublisttit {
	margin-bottom: 10px;
}
.header_gnav_link .sublist .subct li+li {
	margin-top: 5px;
}
.header_gnav_link .sublist .subct a {
	padding-left: 25px;
}
.header_gnav_link .sublist .subct a:before {
	width: 10px;
}
.header_gnav_link .sublist {
	margin: 0 10px;
}
.header_gnav_link .sublist li+li {
	margin-top: 15px;
}
.header_gnav_link .sublist a {
	font-size: 16px;
}
}


/* gnavi
----------------------------------------------- */
.gnavi {
	display: flex;
	align-items: center;
	margin-right: 35px;
	flex-shrink: 0;
}
.gnavi > li+li {
	margin-left: 35px;
}
.gnavi > li {
	position: relative;
}
.gnavi > li > a {
	font-size: 16px;
	font-weight: 500;
}

.gnavi .pulldownmenu {
	display: none;
	position: absolute;
	left: 50%;
	top: calc(100% + 10px);
	transform: translateX(-50%);
	background: #fff;
	padding: 20px 30px;
	z-index: 3;
}
.gnavi .pulldownmenu li+li {
	margin-top: 15px;
}
.gnavi .pulldownmenu a {
	font-size: 16px;
	font-weight: 500;
	display: block;
	white-space: nowrap;
}

@media (max-width: 1400px) {
.gnavi > li+li {
	margin-left: 15px;
}
}
@media (max-width: 1024px) {
.gnavi {
	display: none;
}
}

/* !.spfix
----------------------------------------------- */
.spfix {
	display: none;
}
@media (max-width: 767px) {
.spfix {
	display: flex;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 7;
}
.spfix li {
	width: 50%;
}
.spfix a {
	display: flex;
	font-weight: 700;
	width: 100%;
	height: 50px;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	background: #59d5b5;
	color: #000;
}
.spfix li+li a {
	background: transparent -webkit-linear-gradient(left, #0084fd 0%, #0084fd 100%) 0% 0% no-repeat;
	background: transparent -o-linear-gradient(left, #0084fd 0%, #0084fd 100%) 0% 0% no-repeat;
	background: transparent linear-gradient(to right, #0084fd 0%, #0084fd 100%) 0% 0% no-repeat;
	color: #fff;
}
}



/* !comcontact
----------------------------------------------- */
.comcontact {
	padding: 0 20px;
	margin-top: 200px;
}
.comcontact .contactus {
	max-width: 850px;
	margin: 0 auto;
}
.comcontact .contactushd {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #3c40c6;
	margin-bottom: 30px;
	position: relative;
}
.comcontact .contactushd:before {
	position: absolute;
	content: "";
	background: #3c40c6;
	width: 50px;
	height: 1px;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
	z-index: 2;
}
.comcontact .contactusdet {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 60px;
}
.comcontact .contactusbnr {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.comcontact .contactusbnr a {
	width: 400px;
	height: 200px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
	padding: 0 55px 0 85px;
	background: #4a72bf;
	text-align: center;
}
.comcontact .contactusbnr a:hover {
	-webkit-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	-moz-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	-ms-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	-o-box-shadow: 0 10px 20px rgba(61,64,198,0.3);
	box-shadow: 0 10px 20px rgba(61,64,198,0.3);
}
.comcontact .contactusbnr a span.whitearrow {
	width: 100%;
	display: block;
	background: url(../img/common/arrow_white.svg) right center no-repeat;
	padding-right: 15px;
	text-align: left;
}
.comcontact .contactusbnr a+a {
	background: #534abf;
}
@media (max-width: 1024px) {
.comcontact {
	padding: 0 20px;
	display: flex;
	align-items: center;
}
.comcontact .contactusdet {
	margin-bottom: 50px;
}
.comcontact .contactusbnr {
	display: block;
}
.comcontact .contactusbnr a+a {
	margin-top: 30px;
}
}

@media (max-width: 767px) {
.comcontact {
	display: block;
	margin-top: 100px;
}
.comcontact .contactusdet {
	font-size: 18px;
	margin-bottom: 40px;
}
.comcontact .contactusbnr a {
	width: 100%;
	padding: 0 45px;
}
}

.comcontact .transbnr {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.comcontact .transbnr a {
	display: flex;
	width: 400px;
	height: 150px;
	line-height: 1.5;
	font-size: 24px;
	font-weight: 700;
	padding-left: 20px;
	justify-content: center;
	align-items: center;
	background: #ffaa00;
}
.comcontact .transbnr a:hover {
	-webkit-box-shadow: 6px 6px 6px rgba(61,64,198,0.3);
	-moz-box-shadow: 6px 6px 6px rgba(61,64,198,0.3);
	-ms-box-shadow: 6px 6px 6px rgba(61,64,198,0.3);
	-o-box-shadow: 6px 6px 6px rgba(61,64,198,0.3);
	box-shadow: 6px 6px 6px rgba(61,64,198,0.3);
}
.comcontact .transbnrin {
	padding-right: 65px;
	display: block;
	background: url("../img/common/arrow_black.svg") right center no-repeat;
}
.comcontact .transbnr a+a {
	background: #3e3e3e;
	color: #fff;
}
.comcontact .transbnr a+a .transbnrin {
	background: url("../img/common/arrow_white.svg") right center no-repeat;
}
@media (max-width: 1024px) {
.comcontact .transbnr {
	display: block;
}
.comcontact .transbnr a {
	margin: 0 auto;
}
.comcontact .transbnr a+a {
	margin-top: 30px;
}
}

@media (max-width: 767px) {
.comcontact .transbnr a {
	width: 100%;
	margin: 0 auto;
}
}



/* footer
----------------------------------------------- */
#footer {
	background: #2f2f2f;
	padding: 80px 0 70px;
}
#footer.form-lp {
	width: calc(100% - 480px);
}
@media (max-width: 1440px) {
	#footer.form-lp {
		width: 100%;
	}
}
.footermess {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 75px;
}
.footerlogo {
	margin-right: 50px;
}
.footersns {
	display: flex;
	align-items: center;
}
.footersns a+a {
	margin-left: 20px;
}
.footersns a {
	display: flex;
	border: 1px #fff solid;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	font-size: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.copyright {
	margin-top: 85px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
}
.footerinner {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	line-height: 1.5;
}
.footerinner a {
	color: #fff;
}
.footerinner .footerbox+.footerbox {
	margin-left: 90px;
}
.footerinner .footerlist+.footerlist {
	margin-top: 35px;
}
.footerinner .footertit+.footertit {
	margin-top: 10px;
}
.footerinner .footertit a {
	font-weight: 500;
	font-size: 16px;
}
.footerinner .footerlink {
	padding-left: 10px;
}
.footerinner .footertit+.footerlink {
	margin-top: 20px;
}
.footerinner .footerlink li+li {
	margin-top: 10px;
}
.footerinner .footerlink a {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	display: inline-block;
}
.footerinner .footerline {
	padding-left: 20px;
}
.footerinner .footerline:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 10px;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 2;
}


@media (max-width: 1200px) {
.footermess {
	margin: 0 0 75px 0;
}
}

@media (max-width: 1024px) {
#footer {
	padding: 80px 15% 100px;
}
#footer .inner {
	padding: 0;
}
.footermess {
	margin: 0 -7% 75px;
}
.footerlogo {
	flex: none;
}
.footerinner {
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: -70px;
}
.footerinner .footerbox {
	width: 48%;
	margin-bottom: 70px;
}
.footerinner .footerbox+.footerbox {
	margin-left: 0;
}
}

@media (max-width: 767px) {
#footer {
	padding: 80px 20px 100px;
}
.footermess {
	margin: 0 0 75px;
	justify-content: space-between;
}
.footerlogo {
	margin-right: 20px;
	max-width: 130px;
}
.copyright {
	margin-top: 50px;
}
}

.pagetop {
	display: none;
	position: fixed;
	left: 5%;
	bottom: 10%;
	z-index: 8;
}
.pagetop a {
	display: flex;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 20px #3d40c61c;
	-moz-box-shadow: 0px 10px 20px #3d40c61c;
	-ms-box-shadow: 0px 10px 20px #3d40c61c;
	-o-box-shadow: 0px 10px 20px #3d40c61c;
	box-shadow: 0px 10px 20px #3d40c61c;
}
.pagetop a span {
	background: url("../img/common/arrow_up.svg") center 0 no-repeat;
	padding-top: 30px;
	text-align: center;
	color: #3c40c6;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
}

@media (max-width: 767px) {
.pagetop a {
	width: 80px;
	height: 80px;
}
}


/* type
----------------------------------------------- */
.typeform {
	padding: 230px 0 100px;
}
@media (max-width: 767px) {
.typeform {
	padding: 150px 0 100px;
}
}

.typeusually {
	padding: 100px 0 120px;
}

@media (max-width: 1024px) {
.typeusually {
	padding: 80px 0 100px;
}
}
@media (max-width: 767px) {
.typeusually {
	padding: 80px 0 150px;
}
}

.typespecial {
	padding: 170px 0 100px;
}

article.typespecial.form-lp {
	width: calc(100% - 480px);
}
@media (max-width: 1440px) {
	article.typespecial.form-lp {
		width: 100%;
	}
}

@media (max-width: 1024px) {
.typespecial {
	padding: 80px 0 100px;
}
}
@media (max-width: 767px) {
.typespecial {
	padding: 80px 0 150px;
}

}


/* teaser
----------------------------------------------- */
#teaser {
	height: 580px;
	margin-bottom: 116px;
	position: relative;
}
#teaser:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#teaser .teasercont {
	position: absolute;
	left: 0;
	bottom: 130px;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	z-index: 2;
}
#teaser .teasercont .inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#teaser .teaseren {
	font-size: 40px;
	margin-right: 45px;
	font-weight: 600;
	font-family: 'Mulish', sans-serif;
	letter-spacing: 0.2rem;
}
#teaser .teaserjp {
	font-size: 20px;
	font-weight: 500;
	border-left: 1px #fff solid;
	padding-left: 40px;
}
@media (max-width: 767px) {
#teaser {
	margin-bottom: 86px;
}
#teaser .teasercont {
	bottom: 70px;
}
#teaser .teasercont .inner {
	display: block;
}
#teaser .teaseren {
	margin: 0 0 20px;
}
}



/* H
----------------------------------------------- */
.hdl {
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
	color: #59d5b5;
	font-size: 24px;
	padding-left: 140px;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	position: relative;
}
.hdl:before {
	position: absolute;
	content: "";
	background: #3c40c6;
	width: 100px;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: 2;
}

@media (max-width: 767px) {
.hdl {
	padding-left: 80px;
	letter-spacing: 0.15rem;
}
.hdl:before {
	width: 50px;
}
}

.hdmarea {

}
.hdm {
	font-family: 'Mulish', sans-serif;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #4043c7;
	line-height: 1.5;
	letter-spacing: 0.2rem;
	padding-bottom: 15px;
	position: relative;
}
.hdm:before {
	position: absolute;
	content: "";
	background: #4245c8;
	width: 50px;
	height: 1px;
	left: 50%;
	bottom: 0;
	margin-left: -25px;
	z-index: 2;
}
.hdmtxt {
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 700;
}
.hdmtxt.forcecenetr{
    text-align: center !important;
}
@media (max-width: 767px) {
.hdm {
	letter-spacing: 0.15rem;
}
}



/* cata
----------------------------------------------- */
.catalist {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: -15px 0 100px;
}
.catalist li {
	padding: 0 50px;
	border-left: 1px #bebebe solid;
	border-right: 1px #bebebe solid;
	margin: 15px -1px 0 0 ;
}
.catalist li a {
	font-weight: 500;
	line-height: 2;
	font-size: 16px;
	white-space: nowrap;
	position: relative;
}
.catalist li.current a {
	font-weight: 700;
	display: inline-block;
	color: #3c40c6;
}
.catalist li.current a:before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	background: #3c40c6;
	height: 1px;
	z-index: 2;
}
@media (max-width: 1024px) {
.catalist li {
	padding: 0 25px;
}
}
@media (max-width: 767px) {
.catalist li {
	letter-spacing: 0.1rem;
}
}



/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	font-family: 'Roboto', sans-serif;
	margin: 3px 10px;
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 20px;
	color: #bebebe;
}
.wp-pagenavi a:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .current {
	color: #3c40c6;
	opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: 1px #bebebe solid;
	margin: 3px 20px;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
	border: 1px #3e41c5 solid;
}

.wp-pagenavi .previouspostslink {
	background: url("../img/common/prev_arrow_no.png") center center no-repeat #fff;
}
.wp-pagenavi .nextpostslink {
	background: url("../img/common/next_arrow_no.png") center center no-repeat #fff;
}
.wp-pagenavi .previouspostslink:hover {
	background: url("../img/common/prev_arrow_on.png") center center no-repeat #fff;
}
.wp-pagenavi .nextpostslink:hover {
	background: url("../img/common/next_arrow_on.png") center center no-repeat #fff;
}

@media (max-width: 767px) {
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	margin: 3px 5px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	border: 1px #bebebe solid;
	margin: 3px 10px;
}
}



/* detail
----------------------------------------------- */
.detailinner .hdl {
	margin-bottom: 35px;
}
.detailinner .detailcata {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.detailinner .detailcatatxt {
	margin-right: 40px;
}
.detailinner .detailcatain {
	display: flex;
}
.detailinner .detailcatain li span {
	display: inline-block;
	border: 1px #3e41c5 solid;
	background: #3c40c6;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding: 8px 10px;
	margin-right: 20px;
}
@media (max-width: 767px) {
.detailinner .detailcata {
	display: block;
}
.detailinner .detailcatatxt {
	margin-right: 0;
}
.detailinner .detailcatain {
	display: block;
}
.detailinner .detailcatain li {
	margin: 15px 0 0;
}
}
.detailinner .detailhd {
	line-height: 1.5;
	font-weight: 500;
	font-size: 30px;
	margin-bottom: 25px;
}
.detailinner .detaildate {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.detailcom {
	max-width: 1480px;
	margin: 100px auto 0;
	padding: 0 40px;
}

@media (max-width: 1024px) {
.detailcom {
	padding: 0 60px;
}
}

@media (max-width: 767px) {
.detailcom {
	padding: 0 20px;
}
}

.detaillink {
	padding: 90px 100px;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background: transparent -webkit-linear-gradient(#5a7ee0 0%, #3d40c6 100%) 0% 0% no-repeat;
	background: transparent -o-linear-gradient(#5a7ee0 0%, #3d40c6 100%) 0% 0% no-repeat;
	background: transparent linear-gradient(#5a7ee0 0%, #3d40c6 100%) 0% 0% no-repeat;
}
.detaillink a {
	background: #fff;
	display: flex;
	width: 30%;
	height: 220px;
	align-items: flex-start;
	justify-content: center;
	padding: 45px 20px 0;
}
.detaillink .detaillinkin {
	text-align: center;
}
.detaillink .detaillinkimg {
	margin-bottom: 20px;
}
.detaillink .detaillinktxt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
@media (max-width: 1200px) {
.detaillink {
	padding: 90px 40px;
}
}

@media (max-width: 1024px) {
.detaillink {
	padding: 40px 20px;
}
.detaillink a {
	width: 31%;
	height: 150px;
	padding: 25px 10px 0;
}
.detaillink .detaillinkimg {
	margin-bottom: 15px;
}
.detaillink .detaillinkimg img {
	max-width: 40px;
}
.detaillink .detaillinktxt {
	font-size: 14px;
}
}

@media (max-width: 767px) {
.detaillink {
	padding: 35px;
	display: block;
}
.detaillink a {
	width: auto;
	display: block;
	height: auto;
	padding: 25px 10px 25px 40px;
}
.detaillink a+a {
	margin-top: 20px;
}
.detaillink .detaillinkin {
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.detaillink .detaillinkimg {
	margin: 0 15px 0 0;
}
.detaillink .detaillinktxt {
	flex: 1;
}
}

.detailsns {
	max-width: 1200px;
	margin: 50px auto 0;
	display: flex;
	align-items: stretch;
	border-left: 1px #bebebe solid;
}
.detailsns li {
	width: 33.3333%;
	text-align: center;
	border-right: 1px #bebebe solid;
}
.detailsns li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #4043c7;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	font-family: 'Mulish', sans-serif;
	padding: 5px;
}
.detailsns .snsimg {
	margin-right: 13px;
}

@media (max-width: 1024px) {
.detailsns li a {
	display: block;
	text-align: center;
}
.detailsns .snsimg {
	display: block;
	margin: 0 0 10px;
}
}

@media (max-width: 767px) {
.detailsns {
	display: block;
	margin: 50px 20px 0;
	border-left: none;
	border-top: 1px #bebebe solid;
}
.detailsns li {
	width: auto;
	text-align: left;
	border-right: none;
	border-bottom: 1px #bebebe solid;
}
.detailsns li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 12px;
	padding: 25px;
}
.detailsns .snsimg {
	margin: 0 20px 0 0;
}
}


/* detailnavi
----------------------------------------------- */
.detailnavi {
	max-width: 1200px;
	margin: 100px auto 0;
	position: relative;
}
.detailnavi a {
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #4043c7;
	font-family: 'Mulish', sans-serif;
}
.detailnavi .navihome {
	margin: 0 auto;
	width: 70px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.detailnavi .navihome img {
	margin-right: 15px;
}
.detailnavi .naviprev,
.detailnavi .navinext {
	position: absolute;
	top: 0;
	width: 155px;
	height: 47px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px #3e41c5 solid;
	z-index: 2;
}
.detailnavi .naviprev {
	left: 0;
	padding: 0 10px 0 20px;
}
.detailnavi .navinext {
	right: 0;
	padding: 0 20px 0 10px;
}
.detailnavi .detnavitxt {
	flex: 1;
	text-align: center;
}

@media (max-width: 1024px) {
.detailnavi {
	margin: 80px auto 0;
}
}
@media (max-width: 767px) {
.detailnavi .naviprev,
.detailnavi .navinext {
	width: 47px;
	height: 47px;
}
.detailnavi .naviprev {
	left: 0;
	padding: 0;
}
.detailnavi .navinext {
	right: 0;
	padding: 0;
}
.detailnavi .detnavitxt {
	display: none;
}
}


/* .second head
----------------------------------------------- */
.sechead {
	position: fixed;
	left: 0;
	top: 100px;
	width: 100%;
	height: 70px;
	background: #fff;
	align-items: center;
	justify-content: center;
	border: 1px #fff solid;
	display: flex;
	z-index: 8;
}
.sechead .secheadlist {
	display: flex;
	align-items: center;
	justify-content: center;
}
.sechead .secheadlist li {
	padding: 0 40px;
	border-right: 1px #c7c7c7 solid;
}
.sechead .secheadlist li a {
	line-height: 2;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.sechead .secheadlist li.current a {
	color: #3c40c6;
	font-weight: 700;
}
.sechead .secheadlist .arrowdown {
	padding-right: 30px;
}
.sechead .secheadlist .arrowdown:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-right: 2px #000 solid;
	border-bottom: 2px #000 solid;
	right: 0;
	top: 10px;
	transform: rotate(45deg);
	z-index: 2;
}
@media (max-width: 1024px) {
.sechead {
	display: none;
}
}


/* footer.simple
----------------------------------------------- */
@media (min-width: 769px), print {
	#footer:has(.footerbox.simple) {
    padding: 30px 0 20px;
  }
}
@media (max-width: 768.98px) {
	#footer:has(.footerbox.simple) {
		padding: 30px 20px 20px;
	}
}

.footermess:has(+ .footerinner > .footerbox.simple) {
    margin-bottom: 25px;
}

.copyright:is(.footerinner:has( .footerbox.simple) + *) {
    margin-top: 35px;
}







.formbox {
	position: relative;
}
.headercont {
    position: absolute;
    right: 0;
}