@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

.headLine01 {
	margin-bottom: 40px;
}

.headLine01 img {
	width: 100%;
	max-width: 468px;
}

.headLine03 {
	font-weight: normal;
	margin-bottom: 6%;
	font-size: 35px;
	color: #679FC3;
	word-wrap: break-word;
}

.headLine03 span {
	font-size: 21px;
}

.headLine03 .sSpan {
	font-size: 18px;
	display: block;
}

.headLine03 .mSpan {
	font-size: 35px;
}

.headLine02 {
	margin-bottom: 14%;
}

.headLine02 img {
	width: 100%;
	max-width: 515px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.headLine01 {
		margin: 0 auto 15px;
		padding: 0 10px;
		text-align: center;
	}

	.headLine03 {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.headLine03 span {
		font-size: 17px;
	}

	.headLine03 .sSpan {
		font-size: 15px;
	}
	
	.headLine03 .mSpan {
		font-size: 19px;
	}

	.headLine02 {
		margin: 0 auto 20px;
		padding: 0 10px;
		text-align: center;
	}

}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.headLine03 {
		font-size: 30px;
	}
	
	.headLine03 span {
		font-size: 18px;
	}
	
	.headLine03 .sSpan {
		font-size: 16px;
	}
	
	.headLine03 .bSpan {
		font-size: 24px;
	}
	
	.headLine03 .mSpan {
		font-size: 28px;
	}

}


/*------------------------------------------------------------
	leftText
------------------------------------------------------------*/
.leftText {
	width: 4.9%;
	max-width: 75px;
	position: fixed;
	top: 50%;
	left: 0%;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	z-index: 1000;
}

.leftText a:hover {
	opacity: 0.7;
}

.leftText img {
	width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.leftText {
		width: auto;
		max-width: inherit;
		top: inherit;
		left: 50%;
		bottom: 0;
		border: none;
		transform: translate(-50%,0);
		-moz-transform: translate(-50%,0);
		-ms-transform:translate(-50%,0);
		-o-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
	}
	
	.leftText img {
		width: 220px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.leftText {
		width: 5%;
	}
}


/*------------------------------------------------------------
	numBox
------------------------------------------------------------*/
.numBox {
	display: none;
	width: 220px;
	position: fixed;
	left: 65%;
	top: 13.9%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	z-index: 1001;
	border-radius: 50%;
	background-color: #D28E9E;
	transition: background 1s;
	-webkit-transition: background 1s;
	-ms-transition: background 1s;
}

.numBox.abs {
	position: absolute;
	top: auto;
}

.numBox01 {
	background-color: #679FC3;
}

.numBox02 {
	background-color: #B06391;
}

.numBox03 {
	background-color: #C38E21;
}

.numBox04 {
	background-color: #7AA44D;
}

.numBox05 {
	background-color: #AFAA74;
}

.numBox .pageNum {
	width: 42px;
	height: 70px;
	max-width: 42px;
	position: absolute;
	top: 30%;
	left: 52%;
	z-index: 100;
	overflow: hidden;
}

.numBox .rightNum {
	transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-ms-transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.numBox .img {
	width: 19%;
	max-width: 42px;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

.numBox .zero {
	width: 17%;
	max-width: 37px;
	position: absolute;
	left: 30%;
	top: 30%;
}

.numBox .pageNum img {
	display: block;
	height: 70px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.numBox {
		width: 120px;
	}
	
	.numBox .pageNum {
		width: 24px;
		height: 40px;
	}
	
	.numBox .pageNum img {
		height: 40px;
	}
		
}

@media all and (min-width: 1025px) and (max-width: 1370px) {
	.numBox {
		width: 170px;
	}
	
	.numBox .pageNum {
		width: 34px;
		height: 56px;
	}
	
	.numBox .pageNum img {
		height: 56px;
	}
}

#main p {
	margin-bottom: 4%;
	font-size: 18px;
	line-height: 1.8;
}

#main p .pMar {
	display: block;
	margin-top: 20px;
}

#main p .smallSpan {
	font-size: 13px;
	vertical-align: top;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#main p {
		font-size: 15px;
	}
	
	#main p .smallSpan {
		font-size: 13px;
	}
	
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main p {
		margin-bottom: 16px;
		line-height: 1.5;
	}
	
	#main p .pMar {
		margin-top: 15px;
	}
	
	#main p .smallSpan {
		font-size: 11px;
	}
}

#main .textBox .imgList {
	margin-bottom: 10px;
}

#main .textBox .imgList li {
	margin-bottom: 5%;
	width: 43%;
	max-width: 270px;
	float: left;
	display: table;
}

#main .textBox .imgList li:nth-child(2n) {
	float: right;
}

#main .textBox .imgList li .photo {
	width: 38%;
	max-width: 100px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#main .textBox .imgList li .photo img {
	width: 100%;
}

#main .textBox .imgList.on li .photo {
	animation: scaleAni 0.8s;
	-webkit-animation: scaleAni 0.8s;
	-ms-animation: scaleAni 0.8s;
}

@keyframes scaleAni {
	from {
		transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
	}
	
	to {
		transform: scale(1);
	}
}

@-webkit-keyframes scaleAni {
	from {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
	}
	
	to {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

@-ms-keyframes scaleAni {
	from {
		transform: scale(1);
		-ms-transform: scale(1);
	}
	
	50% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
	}
	
	to {
		transform: scale(1);
		-ms-transform: scale(1);
	}
}

#main .textBox .imgList li .listBox {
	padding-left: 15px;
	width: 62%;
	max-width: 170px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

#main .textBox .imgList li .listBox p {
	margin: 0;
	font-size: 15px;
	line-height: 1.5;
}

#main .textBox .imgList li .listBox p span {
	font-size: 10px;
	vertical-align: top;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .textBox .imgList {
		margin-bottom: 7px;
	}
	
	#main .textBox .imgList li {
		max-width: inherit;
	}
	
	#main .textBox .imgList li .listBox p {
		font-size: 13px;
	}
	
	#main .textBox .imgList li .photo {
		width: 55px;
	}
	
	#main .textBox .imgList li .listBox {
		width: auto;
	}
	
	#main .textBox .imgList li .photo img {
		width: 55px;
	}
	
	#main .textBox .imgList li .listBox {
		max-width: inherit;
		padding-left: 5px;
	}
	
	#main .textBox .imgList li .listBox p span {
		font-size: 8px;
	}
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	#main .textBox .imgList li .listBox p {
		font-size: 10px;
	}
		
	#main .textBox .imgList li .photo {
		width: 22%;
	}
}

/*------------------------------------------------------------
	textList
------------------------------------------------------------*/
#main .textList li {
	font-size: 13px;
	padding-left: 5em;
	text-indent: -5em;
	line-height: 1.67;
}

#main .textList01 li {
	padding-left: 1em;
	text-indent: -1em;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .textList li {
		font-size: 12px;
	}
}



/*------------------------------------------------------------
	comDl
------------------------------------------------------------*/
.comDl {
	margin-bottom: 15%;
	padding: 8px 0;
	border-top: 2px solid #C0C1C2;
	border-bottom: 2px solid #C0C1C2;
}

.comDl01 {
	margin-bottom: 8%;
}

.comDl dt {
	color: #679FC3;
	float: left;
	position: relative; 
}

.comDl dt:before {
	position: absolute;
	right: -10px;
	top: 4px;
	height: 13px;
	width: 2px;
	background-color: #3D3F42;
	content: "";
}

.comDl dd {
	padding-left: 7.5em;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.comDl dt {
		font-size: 14px;
		letter-spacing: -1px;
	}
	
	.comDl dt::before {
		right: -8px;
		top: 4px;
	}
	
	.comDl dd {
		padding-left: 6.6em;
		font-size: 14px;
		letter-spacing: -1px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.comDl {
		margin-bottom: 50px;
		padding: 4px 0;
		border-top: 1px solid #C0C1C2;
		border-bottom: 1px solid #C0C1C2;
	}

	.comDl01 {
		margin-bottom: 27px;
	}

	.comDl dt:before {
		position: absolute;
		top: 4px;
		background-color: #3D3F42;
	}

}



/*------------------------------------------------------------
	comTextImg
------------------------------------------------------------*/
.comTextImg {
	width: 35%;
	max-width: 296px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

.comTextImg img {
	width: 100%;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.comTextImg {
		width: auto;
		max-width: inherit;
		top: 57%;
	}

	.comTextImg img {
		width: 100px;
	}

}


.menu {
	position: fixed;
	z-index: 100000; 
	top: 60px;
	right: 15px;
}

.menu img {
	width: 45px;
}

.menu .img02 {
	display: none;
}

.menu.on .img01 {
	display: none;
}

.menu.on .img02 {
	display: block;
}

.menuBox {
	display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.menuBox {
		display: block;
		padding: 70px 10px 0px 26px;
		position: fixed;
		top: 0;
		right: -84%;
		width: 84%;
		height: 100%;
		background-color: rgba(255,255,255,0.9);
		z-index: 10000;
		box-sizing: border-box;
		transition: right 0.5s ease;
		-webkit-transition: right 0.5s ease;
		-ms-transition: right 0.5s ease;
		overflow-y: auto;
	}
	
	.menuBox.on {
		right: 0;
	}
	
	.menuBox ul li {
		margin: 0 14px 14px 0;
		text-align: center;
	}
	
	.menuBox ul li img {
		width: 100%;
	}
	
}

@media all and (mix-width: 768px) {
	#gHeader .menuBox {
		display: none! important;
	}
}

.secBox .spNum {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}

.secBox .spNum img {
	width: 100px;
}





















