@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700;900&display=swap');

html {
	font-size: 4.5vw;
}

@media (min-width:576px) {
	html {
		font-size: 17px;
	}
}

@media (min-width: 992px) {
	html {
		font-size: 18px;
	}
}

:root {
  --bs-breadcrumb-divider: "＞";
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1rem;
	line-height: 1.8em;
	letter-spacing: 0.05rem;
	color: #222222;
}

body a {
	text-decoration: none;
}
body a:hover {
	color: #13B0FF !important;
	text-decoration: none;
	transition-duration: 0.3s;
}
body a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	transition-duration: 0.3s;
}

header, footer {
	overflow: hidden;
}

main {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

main img {
	width: 100%;
	height: auto;
}

main p {
	text-align: justify;
	color: #3f3f3f;
}

main section {
	margin-bottom: 40px;
}



@media (min-width: 768px) {
	main section {
		margin-bottom: 50px;
	}
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 70px;
	}
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 90px;
	}
}

.d-flex, .d-md-flex, .d-lg-flex, .d-xl-flex {
	justify-content: space-between;
	flex-wrap: wrap;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

@media (min-width:768px) {
	.mb-md-0 {
		margin-bottom: 0px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px !important;
	}
	.mb-md-70 {
		margin-bottom: 70px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px !important;
	}

	.mt-md-0 {
		margin-top: 0px !important;
	}

	.mt-md-10 {
		margin-top: 10px !important;
	}

	.mt-md-0 {
		margin-top: 20px !important;
	}

	.mt-md-30 {
		margin-top: 30px !important;
	}

	.mt-md-40 {
		margin-top: 40px !important;
	}

	.mt-md-50 {
		margin-top: 50px !important;
	}

	.mt-md-60 {
		margin-top: 60px !important;
	}

	.mt-md-70 {
		margin-top: 70px !important;
	}

	.mt-md-80 {
		margin-top: 80px !important;
	}

	.mt-md-90 {
		margin-top: 90px !important;
	}

	.mt-md-100 {
		margin-top: 100px !important;
	}
}

@media (min-width: 992px) {
	.mb-lg-0 {
		margin-bottom: 0px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px !important;
	}

	.mt-lg-0 {
		margin-top: 0px !important;
	}

	.mt-lg-10 {
		margin-top: 10px !important;
	}

	.mt-lg-20 {
		margin-top: 20px !important;
	}

	.mt-lg-30 {
		margin-top: 30px !important;
	}

	.mt-lg-40 {
		margin-top: 40px !important;
	}

	.mt-lg-50 {
		margin-top: 50px !important;
	}

	.mt-lg-60 {
		margin-top: 60px !important;
	}
	.mt-lg-70 {
		margin-top: 70px !important;
	}

	.mt-lg-80 {
		margin-top: 80px !important;
	}

	.mt-lg-90 {
		margin-top: 90px !important;
	}

	.mt-lg-100 {
		margin-top: 100px !important;
	}
}

@media (min-width: 1200px) {
	.mb-xl-0 {
		margin-bottom: 0px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px !important;
	}

	.mb-xl-70 {
		margin-bottom: 70px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px !important;
	}

	.mt-xl-0 {
		margin-top: 0px !important;
	}

	.mt-xl-10 {
		margin-top: 10px !important;
	}

	.mt-xl-20 {
		margin-top: 20px !important;
	}

	.mt-xl-30 {
		margin-top: 30px !important;
	}

	.mt-xl-40 {
		margin-top: 40px !important;
	}

	.mt-xl-50 {
		margin-top: 50px !important;
	}

	.mt-xl-60 {
		margin-top: 60px !important;
	}
	.mt-xl-70 {
		margin-top: 70px !important;
	}

	.mt-xl-80 {
		margin-top: 80px !important;
	}

	.mt-xl-90 {
		margin-top: 90px !important;
	}

	.mt-xl-100 {
		margin-top: 100px !important;
	}
}

@media (max-width: 575px) {
	.container {
		width: 94%;
		margin: 0 auto;
	}
}

/*///////////////// ヘッダー ///////////////////*/
header {
	width: 100%;
	background-color: #fff !important;
	position: -webkit-fixed;
	position: fixed;
	top: 0;
	z-index: 9999 !important;
	height: 50px;
}

header .c-name {
	width: auto;
	padding: 0 0 0 2%;
}

header .c-name .d-flex {
	justify-content: flex-start;
	align-items: center;

}

header .c-name h1 {
	color: #222222;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.0em;
	letter-spacing: 0;
	margin-top: -0.25rem;
}

header .c-name h1 span {
	font-size: 0.65rem;
	line-height: 1.5em;
	font-weight: normal;
}

header .tel {
	background-color: #13B0FF;
	width: 50px;
	height: 50px;
	padding: 4px;
	position: fixed;
	top: 0px;
	right: 50px;
	z-index: 3;
}
header .tel img {
	width: 26px;
	display: block;
	margin: 0.1rem auto;
}
header .tel p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: -0.5rem;
}

header .toggle_btn {
	background-color: #8CC63F;
}

header .toggle_btn p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	display: block;
	margin-top: 25px;
}



@media (min-width: 768px) {
	header {
		height: 70px;
	}

	header .c-name {
		padding: 0 0 0 1.5%;
	}

	header .c-name h1 {
		font-size: 1.6rem;
		line-height: 1.0em;
		letter-spacing: 0.05;
		margin-top: -0.15rem;
	}

	header .c-name h1 span {
		font-size: 0.8rem;
		line-height: 1.8em;
	}

	header .toggle_btn p {
		font-size: 0.85rem;
		margin-top: 43px;
	}
}

@media (min-width: 1200px) {
	header {
		height: 70px;
	}

	header .d-flex {
		width: 100%;
		max-width: 1500px;
		justify-content: space-between;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
	}

	header .c-name {
		width: 25%;
		padding: 0 0 0 1.2%;
	}

	header .c-name h1 span {
		font-size: 0.72rem;
	}

	header .gnav-pc {
		width: 45%;
	}

	header .gnav-pc ul {
		list-style: none;
		padding: 0;
		margin: 0;
		display: block;
		width: 100%;
	}

	header .gnav-pc ul li a {
		display: block;
		font-size: 0.87rem !important;
		text-align: center !important;
		color: #222;
		padding: 0.4rem 0.8rem;
		width: auto;
		height: 70px;
	}

	header .gnav-pc ul li a span {
		font-size: 0.7rem;
		color: #DFDFDF;
		display: block;
		margin-top: -0.4rem;
	}

	header .gnav-pc ul li a:hover {
		background-color: #8CC63F;
		color: #fff !important;

	}

	header .tel-pc {
		width: 30%;
		text-align: right;
		padding-right: 1.2%;
		font-size: 0.65rem;
		line-height: 1em;
		margin-top: -0.2rem;
	}

	header .tel-pc .time {
		margin-bottom: 0.5rem;
	}

	header .tel-pc .telnum1 {
		font-family: 'Noto Serif JP', serif;
		font-size: 1.2rem;
		font-weight: 700;
		margin-bottom: 0.5rem;
	}

	header .tel-pc .telnum1 img {
		width: 1.6rem;
		vertical-align: -0.05rem;
		display: inline-block;
		margin-right: 0.15rem;
	}

	header .tel-pc .telnum2 {
		font-size: 0.55rem;
		letter-spacing: 0;
	}

	header .tel-pc .telnum2 img {
		width: 0.55rem;
		vertical-align: -0.1rem;
	}
}

@media (min-width: 1400px) {
	header .gnav-pc {
		width: 42%;
	}

	header .tel-pc {
		width: 32%;
	}

	header .tel-pc .telnum2 {
		font-size: 0.65rem;
	}

	header .tel-pc .telnum2 img {
		width: 0.65rem;
	}
}


/*////////////////// ヘッダーnav ///////////////////*/
@media (max-width: 1200px) {
	header nav {
		display: block;
		position: fixed;
		top: 0;
		left: -1200px;
		bottom: 0;
		width: 300px !important;
		background: rgba(255,255,255,1.00);
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transition: all .5s;
		z-index: 3;
	}
	.open nav {
		left: 0;
		opacity: 1;
	}
	header nav .inner {
		padding: 0;
	}
	header nav .inner .title {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 700;
		font-style: normal;
		color: #222;
		font-size: 1.4rem;
		padding: 1.5rem 1rem 0;
		margin-bottom: 0;
	}
	header nav .inner ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	header nav .inner ul li {
		position: relative;
		margin: 0;
		border-bottom: 1px solid #C7C7C7;
	}

	header nav .inner ul li a {
		font-weight: 400;
		font-style: normal;
		display: block;
		color: #222;
		font-size: 1.1rem;
		padding: 0.8rem 1rem !important;
		text-align: left;
		text-decoration: none;
		transition-duration: 0.3s;
	}

	header nav .inner ul li a span {
		display: block;
		margin-top: -0.25rem;
		font-size: 0.75em;
		color: #E0E0E0;
		text-indent: 0.2rem;
	}

	header nav .inner ul li a:hover {
		background: #8CC63F;
		color: #fff !important;
		transition-duration: 0.3s;
	}
}

@media screen and (max-width: 767px) {
	header nav {
		left: -767px;
		width: 220px;
	}

	header nav .inner ul li a {
		padding: 1rem;
	}
}

/*////////////////// toggle_btn ///////////////////*/
.toggle_btn {
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
	transition: all .5s;
	cursor: pointer;
	z-index: 3;
}
.toggle_btn span {
	display: block;
	position: absolute;
	left: 10px;
	width: 30px;
	height: 3px;
	background-color: #fff;
	border-radius: 4px;
	transition: all .5s;
}
.toggle_btn span:nth-child(1) {
	top: 9px;
}
.toggle_btn span:nth-child(2) {
	top: 18px;
}
.toggle_btn span:nth-child(3) {
	bottom: 20px;
}
.open .toggle_btn span {
	background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
	-webkit-transform: translateY(9px) rotate(-315deg);
	transform: translateY(9px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

@media (min-width: 768px) {
	.toggle_btn {
		width: 70px;
		height: 70px;
	}
	.toggle_btn span {
		left: 13px;
		width: 44px;
	}
	.toggle_btn span:nth-child(1) {
		top: 14px;
	}
	.toggle_btn span:nth-child(2) {
		top: 28px;
	}
	.toggle_btn span:nth-child(3) {
		top: 42px;
	}
	.open .toggle_btn span:nth-child(1) {
		-webkit-transform: translateY(14px) rotate(-315deg);
		transform: translateY(14px) rotate(-315deg);
	}
	.open .toggle_btn span:nth-child(3) {
		-webkit-transform: translateY(-14px) rotate(315deg);
		transform: translateY(-14px) rotate(315deg);
	}
}

/*////////////////// #mask ////////////////////*/
#mask {
	display: none;
	transition: all .5s;
}
.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .8;
	z-index: 2;
	cursor: pointer;
}



/*//////////////////  メインビジュアル下層 ////////////////////*/
.mv {
	position: relative;
}

.mv .title2 {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
	display: block;
}

.mv .title2 h1,
.mv .title2 h2 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-align: center;
}

.mv .title2 p {
	font-size: 0.9rem;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
}

.mv .title2 .t-line {
	width: 50px;
	height: 4px;
	margin: 0.3rem auto;
	background: linear-gradient(90deg, #81bd46 0%, #81bd46 50%, #deeecb 50%, #deeecb 100%);
}

@media (min-width: 992px) {
	.mv .title2 h1, .mv .title2 h2 {
		font-size: 1.8rem;	
	}
	
	.mv .title2 p {
		font-size: 1rem;
	}
	
	.mv .title2 .t-line {
		margin-top: 0.6rem;
	}	
}

@media (min-width: 1200px) {
	.mv .title2 h1, .mv .title2 h2 {
		font-size: 1.9rem;	
	}
}

@media (min-width: 1400px) {
	.mv .title2 h1, .mv .title2 h2 {
		font-size: 2.0rem;	
	}
}

picture source, picture img {
	width: 100%;
	height: auto;
}


/*//////////////////  フッター ////////////////////*/
@media (max-width: 767px) {
	footer {
		margin-bottom: 60px;
	}
}
footer {
	text-align: center;
	font-size: 0.87rem !important;
	line-height: 1.6em;
	background-color: #FFF;
	color: #3F3F3F;
}

footer .gnav {
	background-color: #8CC63F;
}

footer .gnav a {
	width: 50%;
	padding: 0.3rem;
	font-size: 0.8rem;
	color: #FFF;
}

footer .gnav a:hover {
	color: #FFF !important;
	background-color: #BAE580;
}

footer .info {
	padding: 1.5rem 0 0.8rem;
}

footer .c-name .d-flex {
	justify-content: flex-start;
	align-items: center;
}

footer .c-name h3 {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
	color: #222;
}

footer .c-name h3 span {
	font-size: 0.85rem;
}

footer .c-name div p {
	letter-spacing: 0;
}

footer .c-name .add {
	margin-top: -0.5rem;
}

footer .c-name hr {
	margin-bottom: 1.25rem;
}

footer .num a {
	display: block;
	color: #222;
}

footer .num {
	display: inline-block;
	font-size: 1.1rem;
}

footer .num span {
	font-size: 0.75rem;
}

footer .num img {
	width: 0.9rem;
	vertical-align: -0.1rem;
}

footer .num .num1 {
	font-size: 1.65rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-style: normal;
	color: #222;
}

footer .num .num1:hover {
	color: #13B0FF;
	transition-duration: 0.3s;
}

footer .num .num1 img {
	width: 1.4em;
	display: inline-block;
	margin-right: 0.25rem;
	vertical-align: -0.05rem;
}

footer .copy {
	padding: 0.8rem 0.4rem;
	color: #fff;
	font-size: 0.58rem;
	line-height: 1em;
	text-align: center;
	background-color: #5B5B5B;
	margin: 0;
}

@media (min-width: 768px) {
	footer {
		font-size: 0.85rem !important;
		line-height: 1.6em;
		text-align: left;
	}

	footer .container {
		width: 708px;
	}

	footer .info {
		padding: 1.2rem 0 0;
	}

	footer .gnav a {
		padding: 1rem 1rem 0;
		margin: 0;
		height: 58px;
		font-style: normal;
		color: #fff;
		width: auto;
	}

	footer .gnav .d-flex {
		justify-content: flex-start;
		margin-left: auto;
		margin-right: auto;
		width: 740px;
	}

	footer .c-name {
		font-size: 0.92rem;
		display: inline-block;
	}

	footer .c-name h3 {
		font-size: 1.7rem;
	}

	footer .c-name .add {
		margin-top: 0rem;
	}

	footer .copy {
		font-size: 0.65rem;
		line-height: 1.4em;
		text-align: right;
		background-color: rgba(255,255,255,0.00);
		color: #3f3f3f;
	}
}

@media (min-width: 992px) {
	footer .container {
		width: 912px;
	}

	footer .gnav a {
		height: 64px;
	}

	footer .gnav .d-flex {
		width: 944px;
	}

	footer .c-name {
		font-size: 0.95rem;
	}

	footer .c-name h3 {
		font-size: 1.7rem;
	}

	footer .c-name .add {
		margin-top: -0.25rem;
	}
}

@media (min-width: 1200px) {
	footer .container {
		width: 960px;
	}
	footer .gnav .d-flex {
		width: 990px;
	}
}

/*//////////////////  ボタン ////////////////////*/
.btn1 {
	display: block;
	margin: 0 auto;
	width: 90%;
}
.btn1 a {
	color: #3f3f3f;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0.8rem 0.6rem;
	border: 1px solid #ABABAB;
}

.btn1 a:hover {
	color: #fff !important;
	background-color: #13B0FF;
	text-decoration: none;
	transition-duration: 0.3s;
	border: 1px solid #13B0FF;
}


@media (min-width: 768px) {
	.btn1 {
		width: 220px;
	}
}

@media (min-width: 992px) {
	.btn1 {
		width: 260px;
	}

	.btn1 a {
		padding: 1rem 0.6rem;
	}
}


/*//////////////////  ページTOPに戻るボタン /////////////////*/
@media (max-width: 767px) {
	#pageTop {
		position: fixed;
		bottom: 70px !important;
		right: 5px;
	}
}

#pageTop {
	position: fixed;
	bottom: 10px;
	right: 5px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #3A3A3A !important;
}
#pageTop a:hover {
	opacity: 0.7;
}
#pageTop a img {
	width: 44%;
	display: block;
	margin: 0 auto;
	padding-top: 0.9rem;
}



/*//////////////////  パンくず ///////////////////*/
.pan {
	font-size: 0.75rem;
	line-height: 1.5em;
	color: #3f3f3f;
}


/*////////////////// セクション見出し-下層 ////////////////////*/
section .under h1 {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
}

@media (min-width: 992px) {
	section .under h1 {
		font-size: 1.65rem !important;
	}
}


/*////////////////// 下層タイトル下ライン ////////////////////*/
.under-title .line {
	border-bottom: solid 3px #003B8B;
	position: relative;
	width: 60px;
	margin-left: 0.2rem;
}
.under-title .line:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 50%;
	border-bottom: 3px solid #5ABFFF;
}


/*////////////////// 色設定 ////////////////////*/
.c-black {
	color: #222222;
}

.c-white {
	color: #ffffff;
}

.bg-white {
	background-color: #ffffff;
}

.bg-light-yellow {
	background-color: #f5f1ed;
}

.bg-deep-blue {
	background-color: #082a49;
}

.bg-glay {
	background-color: #f2f2f2;
}


/*//////////////////  注意書き ///////////////////*/
section .note {
	font-size: 0.85rem;
	line-height: 1.6em;
	color: #666666;
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}


/*//////////////////  電話番号リンクをスマホのみ有効 ///////////////////*/
@media (min-width: 768px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


/*//////////////////  位置揃え ///////////////////*/
.item-right {
	margin: 0 0 0 auto;
}

.item-left {
	margin: 0 auto 0 0;
}

.item-center {
	margin: 0 auto;
}

.align-items-center {
	align-items: center;
}

.align-items-top {
	align-items: top;
}

@media (min-width: 768px) {
	.item-md-right {
		margin: 0 0 0 auto;
	}

	.item-md-left {
		margin: 0 auto 0 0;
	}

	.item-md-center {
		margin: 0 auto;
	}

	.align-items-md-center {
		align-items: center;
	}

	.align-items-md-top {
		align-items: top;
	}
}

@media (min-width: 992px) {
	.item-lg-right {
		margin: 0 0 0 auto;
	}

	.item-lg-left {
		margin: 0 auto 0 0;
	}

	.item-lg-center {
		margin: 0 auto;
	}

	.align-items-lg-center {
		align-items: center;
	}

	.align-items-lg-top {
		align-items: top;
	}
}

@media (min-width: 1200px) {
	.item-xl-right {
		margin: 0 0 0 auto;
	}

	.item-xl-left {
		margin: 0 auto 0 0;
	}

	.item-xl-center {
		margin: 0 auto;
	}

	.align-items-xl-center {
		align-items: center;
	}

	.align-items-xl-top {
		align-items: top;
	}
}


/*//////////////////  セクション見出し ///////////////////*/
section h1 {
	font-size: 1.5rem;
	line-height: 1.35em;
	font-weight: 700;
	text-align: center;
}

section h1 span {
	font-size: 0.9rem;font-weight: 400;
	display: block;
	color: #ABABAB;
}


/*//////////////////  最新のお知らせ ///////////////////*/
.news-box .d-flex {
	align-items: center;
}

.news-box .d-flex img {
	height: 16px;
	width: auto;
}

.news-box span {
	color: #3F3F3F;
}

.news-box p {
	margin-bottom: 0;
}

.news-box p:hover {
	color: #13B0FF;
	transition-duration: 0.3s;
}

.news-box {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 1rem 0;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.news-box:nth-last-child(2) {
	border-bottom: none;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {
	.news-box {
		padding: 1.5rem 0;
	}

	.news-box:nth-last-child(2) {
		margin-bottom: 2rem;
	}
}


/*//////////////////  追従リンクボタン ///////////////////*/
.form-link {
	display: block;
	margin: 0;
	padding: 0.8rem 0 0.6rem !important;
	background-color: #8CC63F;
	color: #fff;
	font-size: 1rem !important;
	text-align: center;
	text-decoration: none;
}

.form-link:hover {
	background-color: #13B0FF;
	transition-duration: 0.3s;
	color: #fff !important;
}

.mailimg {
	width: 1.5rem;
	display: inline-block;
	margin-right: 0.4rem;
	vertical-align: -0.15rem !important;
}

.fixed-btn {
  position: fixed;
  transition-duration: 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
	.form-link {
		width: 100%;
		height: 60px;
	}

	.fixed-btn {
		width: 100%;
		bottom: 0px;
		left: 0px;
	}
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}


@media (min-width: 768px) {
	.form-link {
		width: 100%;
		height: auto !important;
		display: block;
		margin: 0;
		padding: 0.6rem !important;
		font-size: 0.8rem !important;
		line-height: 1.5em;
	}

	.mailimg {
		margin-right: 0;
		display: block;
		margin: 0 auto 0.5rem;
		width: 40px;
	}

	.fixed-btn {
		width: 110px;
		right: 0px;
		top: 200px;
	}

}

@media (min-width: 992px) {
	.fixed-btn {
		width: 120px;
	}

	.mailimg {
		margin: 0 auto 0.5rem;
		width: 55px;
	}
}

@media (min-width: 1200px) {
	.fixed-btn {
		width: 140px;
	}

	.form-link {
		padding: 0.8rem !important;
		font-size: 0.9rem !important;
		line-height: 1.5em;
	}

	.mailimg {
		margin: 0 auto 0.5rem;
		width: 65px;
	}
}