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

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

@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=Anton&display=swap');


html {
	font-size: 3.8vw;
}

@media (min-width: 480px) {
	html {
		font-size: 16px;
	}
}

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

@media (min-width: 1200px) {
	html {
		font-size: 16px;
	}
}

.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.container {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

body {
	font-size: 1rem;
	line-height: 1.8em;
}

body a {
	text-decoration: none !important;
}

body a:hover {
	text-decoration: none;
}

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

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

.l-contents {
	margin-bottom: 40px;
}

.l-header__logo.c-logo a {
	width: 240px !important;
}

#header_lang_button {
    display: none !important;
}

#header_lang {
    display: none !important;
}


@media (min-width: 576px) {
	.l-header__logo.c-logo a {
		width: 260px !important;
	}
}

@media (min-width: 992px) {
	.l-header__logo.c-logo a {
		width: 280px !important;
	}
}



/*///////// ヘッダー /////////*/	
#menu-item-221 a {
	color: #fff !important;
	background-color: #ff931e;
}
#menu-item-222 a {
	color: #fff !important;
	background-color: #4d4d4d;
}
.p-global-nav > li > a:hover, #menu-item-221 a:hover, #menu-item-222 a:hover {
	background-color: #8cc63f;
	color: #fff;
	transition-duration: 0.3s;
}

@media (min-width: 1200px) {
	.l-header__nav li {
		width: 180px;
	}
}	
/*///////// end /////////*/	


/*///////// フッター /////////*/	
footer {
	font-size: 0.87rem;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: -20px;
}
footer .box1 {
	background-color: #f2f2f2;
	padding: 1rem 0 1.5rem;
}
.footer-logo {
	width: 70%;
	display: block;
	margin: 0 auto 0.25rem;
}
footer .box1 .tel {
	font-family: 'Anton', sans-serif;
	font-size: 1.8rem;
	margin: 1rem 0 0.5rem;
}
footer .box1 .tel span {
	font-size: 1.2rem;
}
footer .box1 .tel a {
	color: #000;
}
footer .box1 .tel a:hover {
	color: #8CC63F;
}
footer .box1 .fax {
	letter-spacing: 0.04rem;
}

footer .box2 {
	background-color: #8cc63f;
	color: #fff;
	margin-top: -0.5rem;
	margin-bottom: -0.5rem;
	padding: 0;
}
footer .box2 ul {
	list-style: none;
	text-align: center;
}
footer .box2 li {
	width: 33%;
	display: block;
	padding: 0.4rem 0.25rem;
}
footer .box2 li a {
	font-size: 0.75rem;
	line-height: 1rem;
	color: #fff;
	display: block;
}
footer .box2 li:hover {
	background-color: #A4E351;
}	
footer small {
	padding: 0.6rem;
	font-size: 0.75rem;
}
/*///////// end /////////*/	

main {
	color: #222;
	letter-spacing: 0.03rem;
}
main a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	transition-duration: 0.3s;
}
main {
	width: 100%;
	overflow: hidden;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main img {
	width: 100%;
	height: auto;
}
main p {
	text-align: justify;
	color: #3f3f3f;
}
main .note {
	font-size: 0.75rem;
	line-height: 1.2rem;
	display: block;
	padding-left: 0.75rem;
	text-indent: -0.75rem;
}
main section h1 {
	display: block;
	font-size: 1.45rem;
	line-height: 2.2rem;
	text-align: center;
	color: #fff;
	padding: 0.5rem;
	margin-bottom: 0;
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	background-color: #8cc63f;
}
.btn {
	width: 100%;
	display: block;
	background-color: #4c4c4c;
	color: #fff;
	padding: 0.8rem !important;
	margin: 0 auto;
	border-radius: 0;
}
.btn:hover {
	background-color: #8CC63F !important;
	color: #fff;
}
.bg-glay {
	background-color: #f2f2f2;
}

.p-btn {
	padding: 0.7rem;
	height: auto;
}
.p-btn a {
	font-size: 1.0rem !important;
	font-weight: normal;
}
.mv2 {
	width: 100%;
	position: relative;
}
.mv2 .title {
	position: absolute;
    left: 0%;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	width: 100%;
}
.mv2 .title h1 {
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 2rem;
	line-height: 2.2rem;
}
.mv2 .title h1 span {
	font-size: 1.3rem;
}
.pankuzu {
	font-size: 0.65rem;
}
.pankuzu img {
	width: 0.8rem;
	vertical-align: -0.15rem;
}
.pankuzu span {
	color: #cccccc;
}


@media (max-width: 575px) {
	.container {
		width: 88%;
		margin: 0 auto;
		padding: 0;
	}
	
/*///////// ヘッダー /////////*/	
	.p-global-nav > li > a {
		height: 60px;
		padding: 0.6rem;
		display: flex;
		align-items: center;
		justify-content: center; 
		line-height: 1.35rem !important;
	}
}
/*///////// end /////////*/	

@media (min-width: 480px) {
	html {
		font-size: 3.8vw;
	}
}

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

	body {
		line-height: 1.7em;
	}
	
	.aligin-items-sm-center {
		align-items: center !important;
	}
}	


@media (min-width:480px) {
	.footer-logo {
		width: 300px;
	}
}


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

	body {
		line-height: 1.8em;
	}
	
	.l-contents {
		margin-bottom: -50px;
	}
	
	main section h1 {
		font-size: 1.5rem;
		line-height: 2.2rem;
		padding: 1rem;
	}
	
/*///////// フッター /////////*/
	footer {
		font-size: 0.87rem;
	}	
	footer .box1 {
		padding: 1.4rem 0 1.8rem;
	}
	.footer-logo {
		width: 380px;
		margin: 0 auto 0.4rem;
	}
	footer .box1 .tel {
		font-size: 2.4rem;
		margin: 1.5rem 0 0.8rem;
	}
	footer .box2 li {
		width: 16.6%;
		padding: 0.8rem 0.5rem;
		border-right: 1px solid #fff;
	}
	footer .box2 li a {
		font-size: 0.8rem;
	}	
	footer .box2 li:nth-child(3), footer .box2 li:nth-child(6) {
		border-right: 0 none;
	}	
	footer .box2 li:nth-child(3) {
		border-right: 1px solid #fff;
	}	
/*///////// end /////////*/		
}


@media (min-width: 992px) {
	html {
		font-size: 17px;
	}
	
	.aligin-items-lg-center {
		align-items: center !important;
	}
	
	.l-contents {
		margin-bottom: -50px;
	}
	main section h1 {
		font-size: 1.8rem;
		line-height: 2.2rem;
		padding: 1.4rem;
	}	
	main .note {
		font-size: 0.8rem;
		padding-left: 0.8rem;
		text-indent: -0.8rem;
	}	
	.mv2 .title h1 {
		font-size: 2.4rem;
		line-height: 2.6rem;
	}	
	.mv2 .title h1 span {
		font-size: 1.5rem;
	}
	
	
/*///////// フッター /////////*/	
	footer .box1 {
		padding: 1.6rem 0 1.8rem;
	}
	.footer-logo {
		width: 380px;
		margin: 0 auto 0.5rem;
	}
	footer .box1 .tel {
		font-size: 2.4rem;
		margin: 1.5rem 0 0.8rem;
	}
	footer .box1 .tel img {
		width: 30px;
		vertical-align: -0.1rem;
	}
/*///////// end /////////*/			
}


@media (min-width: 1200px) {	
	.l-contents {
		margin-bottom: 100px;
	}	
	
/*///////// ヘッダー /////////*/	
	.p-global-nav {
		font-size: 0.82rem;
		line-height: 1.2rem;
		max-width: 1300px !important;
	}
	.p-global-nav > li > a {
		height: 65px;
		padding: 0.6rem;
		display: flex;
		align-items: center;
		justify-content: center; 
	}
	.l-header__inner {
		height: 68px;
	}

	
/*///////// end /////////*/		
}

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


/*////// ページTOPに戻るボタン //////*/
#pageTop {
  position: fixed;
  bottom: 90px;
  right: 0px;
}
#pageTop a {
  display: block;
  z-index: 99999;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#pageTop a img {
	width: 56px;
	display: block;
}

@media screen and (min-width:1025px){
	#pageTop {
	  bottom: 100px;
	}
}	


/*////// アンカーリンク調整 //////*/
.anc {
   display: block;
   margin-top:-60px;
   padding-top:60px;
}

@media screen and (min-width:1200px){
	.anc {
	   margin-top:-130px;
	   padding-top:130px;
	}
}


/*////// 各マージン設定 ///////*/	
.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

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

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

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

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

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

.my-60 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.my-70 {
	margin-top: 70px !important;
	margin-bottom: 70px !important;
}

.my-80 {
	margin-top: 80px !important;
	margin-bottom: 80px !important;
}

.my-90 {
	margin-top: 90px !important;
	margin-bottom: 90px !important;
}

.my-100 {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.py-10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.py-40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.py-50 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.py-60 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.py-70 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.py-80 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.py-90 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}
.py-100 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}

.pt-40 {
	padding-top: 40px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-70 {
	padding-top: 70px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 960px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-10 {
	padding-bottom: 10px !important;
}

.pb-20 {
	padding-bottom: 20px !important;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px !important;
}

.pb-50 {
	padding-bottom: 50px !important;
}

.pb-60 {
	padding-bottom: 60px !important;
}

.pb-70 {
	padding-bottom: 70px !important;
}

.pb-80 {
	padding-bottom: 80px !important;
}

.pb-90 {
	padding-bottom: 90px !important;
}

.pb-100 {
	padding-bottom: 100px !important;
}

.mb-0 {
	margin-bottom: 0 !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;
}

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

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

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

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

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


@media (min-width: 576px) {	
	.my-sm-0 {
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}

	.my-sm-10 {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}

	.my-sm-20 {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.my-sm-30 {
		margin-top: 30px !important;
		margin-bottom: 30px !important;
	}

	.my-sm-40 {
		margin-top: 40px !important;
		margin-bottom: 40px !important;
	}

	.my-sm-50 {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}

	.my-sm-60 {
		margin-top: 60px !important;
		margin-bottom: 60px !important;
	}

	.my-sm-70 {
		margin-top: 70px !important;
		margin-bottom: 70px !important;
	}

	.my-sm-80 {
		margin-top: 80px !important;
		margin-bottom: 80px !important;
	}

	.my-sm-90 {
		margin-top: 90px !important;
		margin-bottom: 90px !important;
	}

	.my-sm-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}

	.pb-sm-0 {
		padding-bottom: 0 !important;
	}

	.pb-sm-10 {
		padding-bottom: 10px !important;
	}

	.pb-sm-20 {
		padding-bottom: 20px !important;
	}

	.pb-sm-30 {
		padding-bottom: 30px !important;
	}

	.pb-sm-40 {
		padding-bottom: 40px !important;
	}

	.pb-sm-50 {
		padding-bottom: 50px !important;
	}

	.pb-sm-60 {
		padding-bottom: 60px !important;
	}

	.pb-sm-70 {
		padding-bottom: 70px !important;
	}

	.pb-sm-80 {
		padding-bottom: 80px !important;
	}
	.pb-sm-90 {
		padding-bottom: 90px !important;
	}
	.pb-sm-100 {
		padding-bottom: 100px !important;
	}
	
	.py-sm-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-sm-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-sm-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-sm-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-sm-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-sm-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-sm-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-sm-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.py-sm-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.py-sm-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.py-sm-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-sm-0 {
		padding-top: 0 !important;
	}
	.pt-sm-10 {
		padding-top: 10px !important;
	}
	.pt-sm-20 {
		padding-top: 20px !important;
	}
	.pt-sm-30 {
		padding-top: 30px !important;
	}

	.pt-sm-40 {
		padding-top: 40px !important;
	}

	.pt-sm-50 {
		padding-top: 50px !important;
	}

	.pt-sm-60 {
		padding-top: 60px !important;
	}

	.pt-sm-70 {
		padding-top: 70px !important;
	}

	.pt-sm-80 {
		padding-top: 80px !important;
	}

	.pt-sm-90 {
		padding-top: 960px !important;
	}

	.pt-sm-100 {
		padding-top: 100px !important;
	}
	
	.mb-sm-0 {
		margin-bottom: 0 !important;
	}
	
	.mb-sm-10 {
		margin-bottom: 10px !important;
	}

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

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

	.mb-sm-50 {
		margin-bottom: 50px !important;
	}
	.mb-sm-60 {
		margin-bottom: 60px !important;
	}
	
	.mb-sm-70 {
		margin-bottom: 70px !important;
	}
	
	.mb-sm-80 {
		margin-bottom: 80px !important;
	}
	.mb-sm-90 {
		margin-bottom: 90px !important;
	}
	.mb-sm-100 {
		margin-bottom: 100px !important;
	}	
}

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

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

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

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

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

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

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

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

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

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

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

	.pb-md-0 {
		padding-bottom: 0 !important;
	}

	.pb-md-10 {
		padding-bottom: 10px !important;
	}

	.pb-md-20 {
		padding-bottom: 20px !important;
	}

	.pb-md-30 {
		padding-bottom: 30px !important;
	}

	.pb-md-40 {
		padding-bottom: 40px !important;
	}

	.pb-md-50 {
		padding-bottom: 50px !important;
	}

	.pb-md-60 {
		padding-bottom: 60px !important;
	}

	.pb-md-70 {
		padding-bottom: 70px !important;
	}

	.pb-md-80 {
		padding-bottom: 80px !important;
	}
	
	.pb-md-90 {
		padding-bottom: 90px !important;
	}
	
	.pb-md-100 {
		padding-bottom: 100px !important;
	}	
	
	.py-md-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-md-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-md-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-md-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-md-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-md-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-md-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-md-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.py-md-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.py-md-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.py-md-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-md-0 {
		padding-top: 0 !important;
	}
	.pt-md-10 {
		padding-top: 10px !important;
	}
	.pt-md-20 {
		padding-top: 20px !important;
	}
	.pt-md-30 {
		padding-top: 30px !important;
	}

	.pt-md-40 {
		padding-top: 40px !important;
	}

	.pt-md-50 {
		padding-top: 50px !important;
	}

	.pt-md-60 {
		padding-top: 60px !important;
	}

	.pt-md-70 {
		padding-top: 70px !important;
	}

	.pt-md-80 {
		padding-top: 80px !important;
	}

	.pt-md-90 {
		padding-top: 960px !important;
	}

	.pt-md-100 {
		padding-top: 100px !important;
	}
	
	.mb-md-0 {
		margin-bottom: 0 !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;
	}	
	
}


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

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

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

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

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

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

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

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

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

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

	.my-lg-100 {
		margin-top: 100px !important;
		margin-bottom: 100px !important;
	}		
	
	.pb-lg-0 {
		padding-bottom: 0 !important;
	}

	.pb-lg-10 {
		padding-bottom: 10px !important;
	}

	.pb-lg-20 {
		padding-bottom: 20px !important;
	}

	.pb-lg-30 {
		padding-bottom: 30px !important;
	}

	.pb-lg-40 {
		padding-bottom: 40px !important;
	}

	.pb-lg-50 {
		padding-bottom: 50px !important;
	}

	.pb-lg-60 {
		padding-bottom: 60px !important;
	}

	.pb-lg-70 {
		padding-bottom: 70px !important;
	}

	.pb-lg-80 {
		padding-bottom: 80px !important;
	}
	
	.pb-lg-90 {
		padding-bottom: 90px !important;
	}
	
	.pb-lg-100 {
		padding-bottom: 100px !important;
	}	
	
	.py-lg-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-lg-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-lg-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-lg-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-lg-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-lg-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-lg-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-lg-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.py-lg-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.py-lg-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.py-lg-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-lg-0 {
		padding-top: 0 !important;
	}
	.pt-lg-10 {
		padding-top: 10px !important;
	}
	.pt-lg-20 {
		padding-top: 20px !important;
	}
	.pt-lg-30 {
		padding-top: 30px !important;
	}

	.pt-lg-40 {
		padding-top: 40px !important;
	}

	.pt-lg-50 {
		padding-top: 50px !important;
	}

	.pt-lg-60 {
		padding-top: 60px !important;
	}

	.pt-lg-70 {
		padding-top: 70px !important;
	}

	.pt-lg-80 {
		padding-top: 80px !important;
	}

	.pt-lg-90 {
		padding-top: 960px !important;
	}

	.pt-lg-100 {
		padding-top: 100px !important;
	}
	
	.mb-lg-0 {
		margin-bottom: 0 !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;
	}	
}


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

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

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

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

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

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

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

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

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

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

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

	.pb-xl-0 {
		padding-bottom: 0 !important;
	}

	.pb-xl-10 {
		padding-bottom: 10px !important;
	}

	.pb-xl-20 {
		padding-bottom: 20px !important;
	}

	.pb-xl-30 {
		padding-bottom: 30px !important;
	}

	.pb-xl-40 {
		padding-bottom: 40px !important;
	}

	.pb-xl-50 {
		padding-bottom: 50px !important;
	}

	.pb-xl-60 {
		padding-bottom: 60px !important;
	}

	.pb-xl-70 {
		padding-bottom: 70px !important;
	}

	.pb-xl-80 {
		padding-bottom: 80px !important;
	}
	
	.pb-xl-90 {
		padding-bottom: 90px !important;
	}
	
	.pb-xl-100 {
		padding-bottom: 100px !important;
	}
	
	.py-xl-0 {
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}

	.py-xl-10 {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}

	.py-xl-20 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.py-xl-30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.py-xl-40 {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.py-xl-50 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.py-xl-60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.py-xl-70 {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}
	.py-xl-80 {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}
	.py-xl-90 {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	.py-xl-100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.pt-xl-0 {
		padding-top: 0 !important;
	}
	.pt-xl-10 {
		padding-top: 10px !important;
	}
	.pt-xl-20 {
		padding-top: 20px !important;
	}
	.pt-xl-30 {
		padding-top: 30px !important;
	}

	.pt-xl-40 {
		padding-top: 40px !important;
	}

	.pt-xl-50 {
		padding-top: 50px !important;
	}

	.pt-xl-60 {
		padding-top: 60px !important;
	}

	.pt-xl-70 {
		padding-top: 70px !important;
	}

	.pt-xl-80 {
		padding-top: 80px !important;
	}

	.pt-xl-90 {
		padding-top: 960px !important;
	}

	.pt-xl-100 {
		padding-top: 100px !important;
	}
	
	.mb-xl-0 {
		margin-bottom: 0 !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;
	}	
}	


/*//////////////// フレックス ////////////////*/
main .d-flex, main .d-md-flex, main .d-lg-flex, main .d-xl-flex {
	flex-wrap: wrap;
	justify-content: space-between;
}

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

@media (min-width: 768px) {
	.align-items-md-center {
		align-items: center;
	}
}

@media (min-width: 992px) {
	.align-items-lg-center {
		align-items: center;
	}
}

@media (min-width: 1200px) {
	.align-items-xl-center {
		align-items: center;
	}
}


/*////// 各幅設定 ///////*/	
main .w-30 {
	width: 30% !important;
	display: block;
	margin: 0 auto;
}

main .w-35 {
	width: 35% !important;
	display: block;
	margin: 0 auto;
}

main .w-40 {
	width: 40% !important;
	display: block;
	margin: 0 auto;
}

main .w-45 {
	width: 45%!important;
	display: block;
	margin: 0 auto;
}

main .w-50 {
	width: 50% !important;
	display: block;
	margin: 0 auto;
}

main .w-55 {
	width: 55% !important;
	display: block;
	margin: 0 auto;
}

main .w-60 {
	width: 60% !important;
	display: block;
	margin: 0 auto;	
}

main .w-65 {
	width: 65% !important;
	display: block;
	margin: 0 auto;
}

main .w-70 {
	width: 70% !important;
	display: block;
	margin: 0 auto;	
}

main .w-75 {
	width: 75% !important;
	display: block;
	margin: 0 auto;
}

main .w-80 {
	width: 80% !important;
	display: block;
	margin: 0 auto;	
}

main .w-85 {
	width: 85% !important;
	display: block;
	margin: 0 auto;
}

main .w-90 {
	width: 90% !important;
	display: block;
	margin: 0 auto;	
}

main .w-95 {
	width: 95% !important;
	display: block;
	margin: 0 auto;
}

main .w-100 {
	width: 100% !important;
	display: block;
	margin: 0 auto;	
}


@media (min-width: 576px) {
	main .w-sm-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;
	}
	
	main .w-sm-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-sm-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-sm-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-sm-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-sm-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-sm-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}

@media (min-width: 768px) {
	main .w-md-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-md-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-md-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-md-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-md-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-md-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}


@media (min-width: 992px) {
	main .w-lg-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;
	}
	
	main .w-lg-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-lg-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-lg-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-lg-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-lg-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-lg-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}


@media (min-width: 1200px) {
	main .w-xl-30 {
		width: 30% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-35 {
		width: 35% !important;
		display: block;
		margin: 0 auto;
	}
	
	main .w-xl-40 {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-45 {
		width: 45% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-50 {
		width: 50% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-55 {
		width: 55% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-60 {
		width: 60% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-xl-65 {
		width: 65% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-70 {
		width: 70% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-xl-75 {
		width: 75% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-80 {
		width: 80% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-xl-85 {
		width: 85% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-90 {
		width: 90% !important;
		display: block;
		margin: 0 auto;	
	}

	main .w-xl-95 {
		width: 95% !important;
		display: block;
		margin: 0 auto;
	}

	main .w-xl-100 {
		width: 100% !important;
		display: block;
		margin: 0 auto;	
	}
}


/*//////////////// セクション間のマージン ////////////////*/
main section {
	margin-bottom: 50px !important;
}

main .py-sec {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

@media (min-width: 576px) {
	main section {
		margin-bottom: 60px !important;
	}
	
	main .py-sec {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}	
}

@media (min-width: 768px) {
	main section {
		margin-bottom: 70px !important;
	}
	
	main .py-sec {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}	
}

@media (min-width: 992px) {
	main section {
		margin-bottom: 80px !important;
	}
	
	main .py-sec {
		padding-top: 70px !important;
		padding-bottom: 70px !important;
	}		
}

@media (min-width: 1200px) {
	main section {
		margin-bottom: 100px !important;
	}
	
	main .py-sec {
		padding-top: 80px !important;
		padding-bottom: 80px !important;
	}	
}

@media (min-width: 1400px) {
	main section {
		margin-bottom: 120px !important;
	}
	
	main .py-sec {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}	
}

