@charset "utf-8";
/*
color
rgba(102, 102, 102, 1);
link
rgba(0, 115, 170, 1);

*/
html { font-size: 62.5%; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 175%;
	color: rgba(102, 102, 102, 1);
	box-sizing: border-box;
}

* { padding: 0; margin: 0; box-sizing: border-box; }
img { vertical-align: bottom; }
a {
	color: rgba(0, 115, 170, 1);
	transition: 0.3s;
}
	a img { border: none; }
li { list-style: none; }
p, 
h5 { padding-bottom: 1em; }
input, textarea, select {
	padding: 0.5em;
	background: rgba(255, 255, 255, 1);
	border: none;
	border: 1px solid rgba(100, 100, 100, 0.5);
	border-radius: 3px;
}
:placeholder-shown { color: rgba(100, 100, 100, 0.5); }

.pcHide { display: none; }
.spHide { display: block; }
#drawerBox { display: none; }
.pcBlock { display: block; }
.spBlock { display: inline; }

.bigText { font-size: 2.0rem; }
.largerText { font-size: 140%; }
.largeText { font-size: 1.8rem; }
.smallText { font-size: 1.2rem; }
.smallerText { font-size: 86%; }
.tinyText { font-size: 1.0rem; }
.leadP {
	font-size: 1.6rem;
	text-align: center;
	line-height: 175%;
}

h2 {
	font-weight: 900;
	margin-bottom: 1.5em;
}
em {
	color: rgba(221, 0, 16, 1);
	font-style: normal;
}

.fixImg {
	width: 100%;
	max-width: 1200px;
}
.flexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
	.flex4 > * { width: 22%; }
	.flex3 > * { width: 30%; }
	.flex2 > * { width: 46%; }
.sectionBox { margin-bottom: 1em; }
.unitBox { margin-bottom: 2em; }

.sanimation { transition: all 1s; }
	.fadeAnimationOff, 
	.fade2AnimationOff, 
	.fade3AnimationOff, 
	.fade4AnimationOff {
		opacity: 0.1;
		transform : translate(0, 25px);
	}
	.fadeAnimationOn, 
	.fade2AnimationOn, 
	.fade3AnimationOn, 
	.fade4AnimationOn {
		opacity: 1;
		transform : translate(0, 0);
	}
	.fade2AnimationOn { transition-delay: .2s; }
	.fade3AnimationOn { transition-delay: .4s; }
	.fade4AnimationOn { transition-delay: .6s; }


#mainContentsBox:after, 
.clearBox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.initBox {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#mainContentsBox {}

#footerBox {
	background: rgba(100, 114, 122, 1);
	color: rgba(255, 255, 255, 1);
	padding: 2em 0 1em 0;
	font-size: 1.2rem;
	line-height: 140%;
	text-align: left;
}
	#footerBox a {
		text-decoration: none;
		color: rgba(255, 255, 255, 1);
	}
	#footerBox h1 {
		font-size: 1.4rem;
		padding-bottom: 0.5em;
	}
	#footerBox .leftBox { width: 48%; }
	#footerBox .rightBox { width: 48%; }
		#footerBox #footerMainMenuBox li { margin-right: 2em; }
			#footerBox li a:hover { opacity: 0.5; }
				#footerBox .flexBox .flexBox { justify-content: left; }

			#footerBox #footerBottomBox {
				margin-top: 1em;
				border-top: 1px solid rgba(255, 255, 255, 0.5);
				padding-top: 1em;
			}
			#footerBox #footerSub2MenuBox li { padding-right: 2em; display: inline-block; }
		#footerBox #copyrightBox { text-align: center; }

.columnFlexBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.5em;
}
	.column2 > div { width: 48%; }
	.column3 > div { width: 30%; }
	.columnFlexBox .textBox { width: 70%; }
	.columnFlexBox .imgBox { width: 25%; }
	
	.columnFlexBox:not(:last-child) { margin-bottom: 2em; }
	.alternateBox .column2 .textBox { order: 2 }
	.alternateBox .column2 .imgBox { order: 1 }

	.leftThTable, 
	.topThTable {
		border-collapse: collapse;
		width: 100%;
		border-top: 1px solid rgba(0, 115, 170, 0.5);
		border-left: 1px solid rgba(0, 115, 170, 0.5);
		margin-bottom: 0.5em;
	}
	.topThTable th, 
	.topThTable td, 
	.leftThTable th, 
	.leftThTable td {
		font-weight: normal;
		border-right: 1px solid rgba(0, 115, 170, 0.5);
		border-bottom: 1px solid rgba(0, 115, 170, 0.5);
		padding: 1em;
	}
	.topThTable th, 
	.leftThTable th {
		background: rgba(0, 115, 170, 0.1);
	}
	.topThTable td { vertical-align: top; } 
	.leftThTable th { text-align: left; }

#footerBox a#backToTopBtn::before, 
#backToTopBtn {
	display: block;
	position: fixed;
	bottom: 1em;
	right: 3vw;
	width: 50px;
	height: 50px;
	transition: 0.3s;
}
#backToTopBtn {
	text-indent: -2000em;
	color: rgba(255, 255, 255, 1);
	background: rgba(0, 115, 170, 1);
	border-radius: 50%;
	border: 2px solid rgb(242, 238, 228, 1);
	box-shadow: 1px 1px 2px rgba(102, 102, 102, 0.5);
	font-size: 2rem;
}
#footerBox a#backToTopBtn::before {
	text-indent: 0;
	text-align: center;
	line-height: 50px;
}
#footerBox a.hideBtn { opacity: 0; }
#footerBox a.showBtn { opacity: 1; }

.backBtn, 
.submitBtn {
	padding: 1em 0;
	background: rgba(0, 149, 69, 1);
	color: rgba(255, 255, 255, 1);
	width: 45vw;
	border: none;
}
.backBtn { background: rgba(102, 102, 102, 1); }

/* [sp] ============================================ */
@media only screen and (max-width: 780px) {
	.initBox { width: 90vw; }
	.pcHide { display: block; }
	.spHide { display: none; }
	.pcBlock { display: inline; }
	.spBlock, 
	#drawerBox { display: block; }

	.spLeftText { text-align: left !important; }
	.leftBox, 
	.rightBox { float: none !important; width: 100% !important; }
	.myContentBox { margin: 0; }

	.flex3 > *, 
	.flex2 > * { width: 100%; }

	.flexBox > div, 
	.column2 > div, 
	.column3 > div, 
	.columnFlexBox .textBox, 
	.columnFlexBox .imgBox { width: 100%; margin-bottom: 1em; }
	.spTable tr, 
	.spTable th, 
	.spTable td {
		float: left;
		width: 100% !important;
		box-sizing: border-box;
	}
	.spTable thead { display: none; }
	.spTable td { padding: 0.25em 1em; }
	.spTable td:not(:last-child) { border-bottom-style: dotted; }
	.spTable tbody td::before { content: attr(data-name)' '; }


	.backBtn, 
	.submitBtn, 
	input, textarea, select, 
	.spTable { width: 100%; }
	.backBtn, 
	.submitBtn { margin-bottom: 0.5em; }
	.mwform-tel-field input { width: auto; }
}