@import url(https://use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(/assets/css/destyle.css);
@import url(/assets/css/gnav.css?240508);
html {
	font-size: 62.5%;
}
body {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.6em;
	letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
	body {
		font-size: 1.4em;
	}
}
p {
	line-height: 2;
}
.sp {
	display: none;
}
@media screen and (max-width: 1000px) {
	.sp {
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.pc {
		display: none;
	}
}
@media screen and (min-width: 1600px) {
	.br--xl {
		display: none;
	}
}
img {
	max-width: 100%;
}
.headIntroduction {
	position: absolute;
	top: 0;
	left: 220px;
	font-size: 1.2rem;
	color: #22559D;
	display: inline-block;
	margin: 15px 0 7px;
}
.headIntroduction__inner {
	position: relative;
}
.headIntroduction__inner::after {
	position: absolute;
	right: -178px;
	bottom: 0;
	content: "";
	display: block;
	width: 168px;
	height: 1px;
	background-color: #22559D;
}
@media screen and (max-width: 1000px) {
	.headIntroduction__inner::after {
		display: none;
	}
}
@media screen and (max-width: 1000px) {
	.headIntroduction {
		position: fixed;
		top: 10px;
		left: 33vw;
		z-index: 101;
		font-size: 1rem;
		line-height: 1.5;
		margin: 0;
	}
}
.pageHeddingNone .headIntroduction {
	display: none;
}
.pageHeddingNone #main-in {
	padding-top: 0;
}
.pageHeddingNone .content {
	padding-top: 90px;
}
.bottomRightNav {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.bottomRightNav__li {
	list-style: none;
	font-size: 1.2rem;
	color: #22559D;
	background-color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
.bottomRightNav__li:hover {
	opacity: 0.7;
}
.bottomRightNav__li .icon {
	color: #22559D;
	font-size: 4rem;
	margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li .icon {
		color: #FFFFFF;
		font-size: 2rem;
	}
}
.bottomRightNav__li--servise {
	padding: 24px 20px 10px;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li--servise {
		padding: 7px 15px;
	}
}

.bottomRightNav__li--qanda {
	padding: 20px 12px 10px;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li--qanda {
		padding: 7px 12px;
	}
}

.bottomRightNav__li--contact {
	padding: 10px 12px 20px;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li--contact {
		padding: 7px 15px;
	}
}
.bottomRightNav__li--instagram {
	padding: 20px 12px 30px;
	display: inline-block;
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li--instagram {
		padding: 7px 12px;
	}
}
.bottomRightNav__li.-pagetop {
	padding: 15px 12px 20px;
	display: inline-block;
	background-color: #22559D;
	color: #FFFFFF;
}
.bottomRightNav__li.-pagetop .icon {
	color: #FFFFFF;
	margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li.-pagetop .icon {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li.-pagetop {
		padding: 7px 10px;
	}
}
@media screen and (max-width: 1000px) {
	.bottomRightNav__li {
		background-color: transparent;
		color: #FFFFFF;
		font-size: 1rem;
	}
}
@media screen and (max-width: 1000px) {
	.bottomRightNav {
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		border: none;
	}
}
@media screen and (max-width: 1000px) {
	.bottomRightNav nav {
		display: flex;
		justify-content: space-around;
		background-color: #22559D;
		opacity: 0.85;
	}
}
.content {
	border-left: 1px solid #cccccc;
	padding-bottom: 120px;
	overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
	.content {
		border-left: none;
		padding-bottom: 60px;
	}
}
.btn {
	width: 300px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	transition: all 0.3s;
}
@media screen and (max-width: 1000px) {
	.btn {
		margin: 0 auto;
		width: 80%;
		max-width: 300px;
	}
}
.btn__01 {
	background-color: #26AFD6;
	box-shadow: 10px 10px #F2F8F9;
}
.btn__01:hover {
	background-color: #6BC8E3;
	box-shadow: 10px 10px #DCDCDC;
}
.btn__02 {
	background-color: #0B82D2;
	box-shadow: 10px 10px #D8D8D8;
}
.btn__02:hover {
	background-color: #6BC8E3;
}
.btn__03 {
	background-color: #D22030;
	box-shadow: 10px 10px #F2F8F9;
}
@media screen and (max-width: 1000px) {
	.btn__03 {
		width: 100%;
	}
}
.btn__03:hover {
	background-color: #707070;
	box-shadow: 10px 10px #DCDCDC;
}
.btn i {
	position: absolute;
	top: 25%;
	right: 15px;
	font-size: 3rem;
	transition: all 0.3s;
}
.btn:hover i {
	right: 5px;
}
.singleCenterBtn .btn {
	margin: 80px auto;
}
.footer {
	background: url(/assets/img/common/bg_footer.jpg) 0 0/100% no-repeat #F2F8F9;
	padding: 0 20px;
}
.footer__inner {
	max-width: 1250px;
	margin: 0 auto;
	padding: 80px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
	.footer__inner {
		padding: 80px 0 60px;
	}
}
.footer .footerLeft {
	font-size: 1.4rem;
}
.footer .footerLeft__logo {
	font-weight: bold;
	margin-bottom: 20px;
}
.footer .footerLeft__logo img {
	width: 106px;
	margin-bottom: 20px;
}
.footer .footerLeft__address {
	line-height: 2;
}
@media screen and (max-width: 1000px) {
	.footer .footerLeft {
		margin-bottom: 30px;
	}
}
.footer .footerLinks {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-left: auto;
}
.footer .footerLinks__li {
	position: relative;
}
@media screen and (max-width: 1000px) {
	.footer .footerLinks {
		margin-left: 0;
	}

	.footer .footerLinks__li {
		width: 45%;
		margin-bottom: 25px;
	}
}
.footer .footerLinks__li:not(:last-child)::before {
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #22559D;
}
@media screen and (max-width: 1000px) {
	.footer .footerLinks__li:not(:last-child)::before {
		display: none;
	}
}
.footer .footerLinks__item {
	color: #22559D;
	padding: 0 20px;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width: 1000px) {
	.footer .footerLinks__item {
		padding: 0;
	}
}
.footer .footerLinks__item:hover {
	opacity: 0.6;
}
.footer .footerJAB-JSA {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 1000px) {
	.footer .footerJAB-JSA {
		margin-top: 10px;
		padding-bottom: 40px;
	}
}
.footer .copyright {
	padding: 20px 0;
	font-size: 1.4rem;
	width: 100%;
	text-align: right;
}
@media screen and (max-width: 1000px) {
	.footer .copyright {
		text-align: center;
	}
}
.footer .copyright__copy {
	color: #22559D;
	display: inline-block;
	margin-left: 30px;
}
@media screen and (max-width: 1000px) {
	.footer .copyright__copy {
		margin-left: 0;
		margin-top: 20px;
	}
}
.footer__policy {
	transition: 0.3s all;
}
.footer__policy:hover {
	opacity: 0.6;
}
.pageHedding {
	position: relative;
	margin-right: 20px;
}
@media screen and (max-width: 1000px) {
	.pageHedding {
		margin-right: 0;
	}
}
.pageHedding__bgimg {
	width: 100%;
}
.pageHedding__text {
	position: absolute;
	/* top: 62%; */
	left: 6%;
	color: #FFFFFF;
	font-size: 4rem;
	font-weight: bold;

	bottom: 23%;
}
/* .pageHedding__text.subpage {
	top: auto;
	bottom: 10%;
} */
@media screen and (max-width: 1000px) {
	.pageHedding__text {
		font-size: 3rem;
		top: 40%;
		left: 6%;

		bottom: auto;
	}
}
@media screen and (max-width: 767px) {
	.pageHedding__text {
		font-size: 2.2rem;
	}
	/* .pageHedding__text.subpage {
		top: auto;
		bottom: 41%;
	} */
}
@media screen and (max-width: 600px) {
	.pageHedding__text {
		font-size: 1.8rem;
		top: 25%;
	}
}
.pageHedding::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4.5vw 12.7vw 0 0;
	border-color: #ffffff transparent transparent transparent;
}
.pankuzu {
	padding: 15px 30px;
	margin-bottom: 80px;
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.pankuzu {
		padding: 15px 20px;
		margin-bottom: 40px;
		font-size: 1.2rem;
	}
}
.pankuzu__link {
	color: #22559D;
	font-weight: bold;
	margin-right: 40px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.pankuzu__link {
		margin-right: 25px;
		display: inline-block;
		line-height: 1.2;
	}
}
.pankuzu__link::after {
	position: absolute;
	top: 7px;
	right: -20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
	.pankuzu__link::after {
		top: 4.5px;
		right: -17px;
		width: 7px;
		height: 7px;
	}
}
.sectionHedding {
	font-weight: bold;
	color: #22559D;
	line-height: 1.5;
}
.sectionHedding--center {
	text-align: center;
}
.sectionHedding--01 {
	font-size: 5rem;
	margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
	.sectionHedding--01 {
		font-size: 2.5rem;
	}
}
.sectionHedding--02 {
	font-size: 3rem;
	margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
	.sectionHedding--02 {
		font-size: 1.8rem;
	}
}
.sectionHedding--03 {
	font-size: 3rem;
	color: #3E3E3E;
	line-height: 1.1;
	margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
	.sectionHedding--03 {
		font-size: 1.8rem;
	}
	.sectionHedding--03 img {
		height: 18px;
	}
}
.sectionHedding--04 {
	font-size: 2rem;
	margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
	.sectionHedding--04 {
		font-size: 1.6rem;
	}
}
.sectionHedding--05 {
	font-size: 3rem;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #3E3E3E;
}
.sectionHedding--05::after {
	content: "";
	display: block;
	position: absolute;
	width: 63px;
	height: 6px;
	background-color: #26AFD6;
	bottom: 0;
	left: 0;
}
.sectionHedding--05 .sup {
	font-size: 0.7em;
}
@media print, screen and (max-width:747px) {
	.sectionHedding--05 .sup {
		display: block;
	}
}
@media screen and (max-width: 1000px) {
	.sectionHedding--05 {
		font-size: 1.8rem;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.sectionHedding--05::after {
		width: 43px;
		height: 4px;
	}
}
.sectionHedding--06 {
	margin-bottom: 10px;
	margin-top: 40px;
	color: #000000;
}
.hedding01 {
	color: #3E3E3E;
	margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
	.hedding01 {
		margin-bottom: 50px;
	}
}
.hedding01__main {
	font-size: 4.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 1000px) {
	.hedding01__main {
		font-size: 2.4rem;
	}
}
.hedding01--center {
	text-align: center;
}
@media screen and (max-width: 1000px) {
	.hedding01__subImg {
		width: 57px;
	}
}
.contentCenter {
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 20px;
}
.tablestyle {
	line-height: 2;
	width: 100%;
	color: #3E3E3E;
}
.tablestyle__th {
	font-weight: bold;
	font-size: 1.8rem;
	background-color: #F2F8F9;
	text-align: right;
	padding: 15px 45px 15px 45px;
	width: 235px;
}
@media screen and (max-width: 1000px) {
	.tablestyle__th {
		display: block;
		font-size: 1.6rem;
		text-align: left;
		padding: 10px 15px;
		width: 100%;
	}
}
.tablestyle__td {
	padding: 15px 45px 15px 45px;
}
@media screen and (max-width: 1000px) {
	.tablestyle__td {
		display: block;
		padding: 10px 15px;
	}
}
.tablestyle tr:not(:last-child) {
	border-bottom: 1px solid #707070;
}
.tablestyle2 {
	width: 100%;
	border-top: 1px solid #D4D4D4;
	margin-bottom: 100px;
}
.tablestyle2 tr {
	border-bottom: 1px solid #D4D4D4;
}
.tablestyle2__th {
	font-weight: bold;
	padding: 35px 10px 35px 70px;
	width: 20%;
}
@media screen and (max-width: 1000px) {
	.tablestyle2__th {
		display: block;
		padding: 20px 15px 10px;
		width: 100%;
	}
}
.tablestyle2__td {
	padding: 35px 70px 35px 10px;
}
@media screen and (max-width: 1000px) {
	.tablestyle2__td {
		display: block;
		padding: 10px 15px 20px;
	}
}
.bgBlueArea {
	background-color: #F2F8F9;
	padding: 82px 0 108px;
}
@media screen and (max-width: 767px) {
	.bgBlueArea {
		padding: 42px 0 58px;
	}
}
.businessList {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.businessList {
		margin-bottom: 50px;
	}
}
.businessList__li {
	width: 20%;
}
@media screen and (max-width: 767px) {
	.businessList__li {
		width: 50%;
	}
}
.businessList__link {
	position: relative;
	display: block;
	transition: 0.3s all;
}
.businessList__link:hover {
	opacity: 0.6;
}
.businessList__img {
	width: 100%;
}
.businessList__text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 1600px) {
	.businessList__text {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 1000px) {
	.businessList__text {
		font-size: 1.4rem;
	}
}
.bnrInstagram {
	background-color: #F2F8F9;
	padding: 60px 0 70px;
	color: #22559D;
}
@media screen and (max-width: 1000px) {
	.bnrInstagram {
		padding: 50px 20px;
	}
}
.bnrInstagram__box {
	display: block;
	border: 3px solid #22559D;
	padding: 40px 0;
	text-align: center;
	max-width: 826px;
	margin: 0 auto;
	background-color: #FFFFFF;
	transition: 0.3s all;
}
@media screen and (max-width: 1000px) {
	.bnrInstagram__box {
		padding: 20px 10px 15px;
	}
}
.bnrInstagram__box:hover {
	opacity: 0.7;
}
.bnrInstagram__text {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
	.bnrInstagram__text {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
}
.bnrInstagram__icon {
	font-size: 4.5rem;
}
.news {
	background: url(/assets/img/top/bg_News.png) 102% top no-repeat;
	padding: 75px 20px;
}
.news__list {
	max-width: 1130px;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
}
@media screen and (max-width: 1000px) {
	.news__list {
		max-width: 90%;
	}
}
@media screen and (max-width: 1000px) {
	.news {
		background: none;
		padding: 40px 0 60px;
	}
}
/* .newsItems */
.news__list li {
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
	transition: all 0.3s;
	position: relative;
	font-size: 1.4rem;
}
.news__list li::before {
	position: absolute;
	top: 45%;
	right: 20px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 2px solid #26AFD6;
	border-right: 2px solid #26AFD6;
	transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
	.newsItems {
		padding: 15px 25px 20px 0;
	}
}
.news__list .date {
	color: #999999;
}
.catName {
	font-size: 1.1rem;
	padding: 5px 0;
	text-align: center;
	width: 72px;
	display: inline-block;
	margin: 0 40px 0 20px;
}
.cat-0 .catName {
	border: 1px solid #0B82D2;
	color: #0B82D2;
}
.cat-1 .catName {
	border: 1px solid #09AE81;
	color: #09AE81;
}
.cat-2 .catName {
	border: 1px solid #EE396A;
	color: #EE396A;
}
@media screen and (max-width: 1000px) {
	.news__list .title {
		display: block;
		margin-top: 10px;
	}
}
/* Pager style */
.pager {
	text-align: right;
	margin: 35px auto 0;
	padding: 0 20px;
	max-width: 1090px;
	clear: both;
}
.pager a {
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 1.2rem;
	padding: 2px 7px;
	text-decoration: none;
	margin: 0 1px;
}
.pager a.current, .pager a:hover {
	background: #999;
	color: #fff;
}

/* news detail */
.news__detail {
	max-width: 800px;
	margin: 0 auto 60px;
}
.news__detail h3 {font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.news__detail .up_ymd {
	font-size: 0.9em;
	margin-bottom: 2rem;
}
.news__detail #detail {
	line-height: 1.8;
}
.news__detail .detailUpfile {
	margin: 2rem 0;
}
.news__detail .detailUpfile img {
	display: block;
	margin: auto;
}
.news__detail .detailUpfile a {
	text-decoration: underline;
}
@media screen and (max-width: 1000px) {
	.news__detail {
		max-width: 90%;
	}
	.news__detail h3 {
		font-size: 1.8rem;
  		font-weight: bold;
  		margin-bottom: 2rem;
	}
}

.sectionMargin_s {
	margin-top: 30px;
}
.sectionMargin_m {
	margin-top: 60px;
}
.sectionMargin_l {
	margin-top: 100px;
}
.simpleListStyle {
	margin: 10px 0 0 55px;
	list-style: auto;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.simpleListStyle {
		margin: 10px 0 0 35px;
	}
}
.simpleListStyle--alpha {
	list-style: lower-alpha;
	margin: 10px 0 15px 55px;
}
@media screen and (max-width: 767px) {
	.simpleListStyle--alpha {
		margin: 10px 0 15px 20px;
	}
}
.simpleListStyle--dot {
	list-style: none;
	margin: 0 0 15px 80px;
}
@media screen and (max-width: 767px) {
	.simpleListStyle--dot {
		margin: 0 0 15px 35px;
	}
}
.simpleListStyle--dot li::before {
	position: relative;
	top: -4px;
	left: -10px;
	display: inline-block;
	width: 3px;
	height: 3px;
	content: "";
	border-radius: 100%;
	background-color: #000000;
}
.text_center {
	text-align: center;
}
.text_center_pc {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.text_center_pc {
		text-align: left;
	}
}
.text_right {
	text-align: center;
}
.formStyle {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.formStyle {
		margin-top: 50px;
	}
}
.formStyle__table {
	width: 100%;
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
	.formStyle__table {
		margin-bottom: 50px;
	}
}
.formStyle__tr {
	border-top: 1px solid #D4D4D4;
}
.formStyle__th {
	padding: 50px 85px 40px 60px;
	font-weight: normal;
	width: 23%;
	position: relative;
	min-width: 285px;
}
@media screen and (max-width: 767px) {
	.formStyle__th {
		display: block;
		width: 100%;
		padding: 20px 10px 0;
	}
}
.formStyle__th--checkbox {
	padding: 40px 85px 40px 60px;
}
@media screen and (max-width: 767px) {
	.formStyle__th--checkbox {
		padding: 20px 10px 0;
	}
}
.formStyle__td {
	padding: 40px 60px 40px 10px;
	vertical-align: middle;
}
.formStyle__td input, .formStyle__td textarea, .formStyle__td select {
	border: 1px solid #707070;
	padding: 10px 20px;
	border-radius: 4px;
	width: 100%;
}
.formStyle__td--checkbox {
	padding: 10px 0px 10px 10px;
}
@media screen and (max-width: 767px) {
	.formStyle__td {
		display: block;
		padding: 20px 10px;
	}
}
.formStyle__checkbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	line-height: 2.5;
}
@media screen and (max-width: 767px) {
	.formStyle__checkbox span {
		width: 100%;
	}
}
.formStyle__checkbox span:not(:last-child) {
	margin-right: 40px;
}
.formStyle__checkbox input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.formStyle__select {
	position: relative;
	display: inline-block;
	width: 400px;
}
@media screen and (max-width: 767px) {
	.formStyle__select {
		width: 100%;
	}
}
.formStyle__select select {
	font-size: 1.6rem;
}
.formStyle__select::before {
	position: absolute;
	top: 12px;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 12px;
	height: 12px;
	border-top: 3px solid #22559D;
	border-right: 3px solid #22559D;
	transform: rotate(135deg);
	z-index: -1;
}
.formStyle__required {
	position: absolute;
	top: 52px;
	right: 50px;
	display: inline-block;
	padding: 3px 4px 4px;
	background-color: #D22030;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 1rem;
}
@media screen and (max-width: 767px) {
	.formStyle__required {
		position: static;
		margin-left: 20px;
	}
}
.formStyle__accept {
	text-align: center;
	margin: 50px 0 0;
}
@media screen and (max-width: 767px) {
	.formStyle__accept {
		margin: 30px 0 0;
	}
}
.formStyle__accept input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: sub;
}
.formStyle__submit {
	width: 100%;
	height: 100%;
	text-align: center;
}
.formStyle__btn .btn {
	margin: 50px auto;
}
@media screen and (max-width: 767px) {
	.formStyle__btn .btn {
		margin: 30px auto;
	}
}
.formStyle-small-font {
	font-size: 0.8em;
}



.textLink {
	color: #0B82D2;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.textLink--url {
		font-size: 3vw;
	}
}
/*generic_class*/
.mlr-auto {
	margin-left: auto;
	margin-right: auto;
}
.mt-0 {
	margin-top: 0;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-1rem {
	margin-bottom: 1rem;
}
.mb-2rem {
	margin-bottom: 2rem;
}
.mb-5rem {
	margin-bottom: 5rem;
}
.mb-10rem {
	margin-bottom: 10rem;
}
.mb-20rem {
	margin-bottom: 20rem;
}
.padding-1rem {
	padding: 1rem;
}
.p-lr-5 {
	padding-left: 5%;
	padding-right: 5%;
}
.red {
	color: #D22030;
}
.c-blue {
	color: #22559D;
}
.small {
	font-size: 80%;
}
.fs-18 {
	font-size: 1.8rem;
}
.fs-half {
	font-size: .5em;
}
.fw-800 {
	font-weight: 800;
}
.bold {
	font-weight: bold;
}
.lh-1 {
	line-height: 1;
}
.d-iblock {
	display: inline-block;
}
.w-90 {
	width: 90%;
}
.mw-40 {
	max-width: 40rem;
}
.mw-36 {
	max-width: 36rem;
}
.mw-30 {
	max-width: 30rem;
}
.mw-20 {
	max-width: 20rem;
}
.mw-18 {
	max-width: 18rem;
}
.wb-ba {
	word-break: break-all;
}
.br--pc::after {
	white-space: pre;
	content: '\A';
}

@media screen and (max-width: 1000px) {
	.br--pc::after {
		content: '';
	}
}

@media screen and (max-width: 767px) {
	.mlr-auto--sp {
		margin-left: auto;
		margin-right: auto;
	}

	.anker_inner_link {
		padding-top: 70px;
		margin-top: -70px;
	}
}
/*# sourceMappingURL=common.css.map */