@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,900&display=swap');

html,body {
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
 -webkit-text-size-adjust: none;
}

body {
	line-height: 1.1em;
	font-family: 'Noto Sans JP',"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";
	font-size: 14px;
	font-weight: 400;
	color: #121212;
	text-align: left;
	position: relative;
}
strong {
	font-weight:bold;
}
@media screen and (max-width : 768px) {
}
img {
	max-width: 100%;
}

/*------------------------------*/
.spmask {
	display: none;
}
.sponly {
	display: block;
}

/*------------------------------
	loading
------------------------------*/
.loadingWrap{
	width: 110%;
	height: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index:1000;
	overflow: hidden;
}
.loadingWrap img{
	position: absolute;
	top: 50%;
	left: 47.5%;
	margin-top: -16px;
	margin-left: -16px;
	width: 32px;
}

/*------------------------------
	nav
------------------------------*/
#gNav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;

	display: none;
}
/*------------------------------*/
#gNav .closeBtn {
	position: fixed;
	top: 30px;
	right: 22px;
	z-index: 20;
}
#gNav .closeBtn img {
	cursor: pointer;
	transition-duration: 0.3s;
}
/*
#gNav .closeBtn img:hover {
}
*/

@media screen and (max-width : 768px) {
	#gNav .closeBtn {
		top: 15px;
		right: 15px;
	}
}

/*------------------------------*/
#gNav .entryArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 50px 10px 30px;
	position: relative;
}
#gNav .entryArea .indexLink li {
	float: left;
	margin-right: 35px;
	color: #ffffff;
}
#gNav .entryArea .indexLink li a {
	color: #ffffff;
	text-decoration: none;
}
/*
#gNav .entryArea .indexLink li a:hover {
	text-decoration: underline;
}
*/
#gNav .entryArea .linkBtn {
	padding-top: 20px;
}
#gNav .entryArea .linkBtn ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
#gNav .entryArea .linkBtn li.clBtn {
	margin: 0 5px;
	width: 160px;
	height: 38px;
}
#gNav .entryArea .linkBtn li.clBtn a {
	width: 158px;
	font-size: 12px;
	padding: 12px 0 10px;
}
/*
#gNav .entryArea .linkBtn li.clBtn a:hover {
	border-color: #ffffff;
}
*/
/*------------------------------*/
#gNav .contentsLink {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 10px 0px;
}
#gNav .contentsLink .linkBox {
	padding-bottom: 50px;
}
#gNav .contentsLink .linkBox .title {
	color: #ffffff;
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 18px;
	border-bottom: solid 1px #ffffff;
}
#gNav .contentsLink .linkBox .title span {
	font-size: 14px;
}
#gNav .contentsLink .linkBox ul {
	padding-top: 20px;
}
#gNav .contentsLink .linkBox li {
	line-height: 1.7;
	color: #ffffff;
}
#gNav .contentsLink .linkBox li a {
	text-decoration: none;
	color: #ffffff;
}
/*
#gNav .contentsLink .linkBox li a:hover {
	text-decoration: underline;
}
*/
/*------------------------------*/
#gNav .naviFooter {
	max-width: 1080px;
	margin: 0 auto;
	border-top: solid 1px #ffffff;
	padding: 16px 10px 50px;
	text-align: center;
	font-size: 10px;
	color: #ffffff;
}

/*------------------------------
	header
------------------------------*/
#header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 10;
}
#header .inner {
	max-width: 1100px;
	margin:	0 auto;
	height: 80px;
	position: relative;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}
@media screen and (max-width : 768px) {
	#header .inner {
		max-width: 1100px;
		margin:	0 auto;
		height: 60px;
		position: relative;

		display: -webkit-flex;
		display: flex;
		align-items: center;
	}
}
/*------------------------------*/
#header h1 {
	padding-left: 5px;
}
#header h1 img {
		width: 100px;
}
/*------------------------------*/
#header #linkBtn {
	position: absolute;
	right: 65px;
	top: 18px;
}
#header #linkBtn ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
#header #linkBtn li.clBtn {
	margin: 0 2px;
	width: 118px;
	height: 50px;
}
#header #linkBtn li.clBtn a {
	width: 116px;
	padding: 17px 0 16px;
}
@media screen and (max-width : 768px) {
	#header #linkBtn {
		position: absolute;
		right: 50px;
		top: 9px;
	}
	#header #linkBtn ul {
		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
	}
	#header #linkBtn li.clBtn {
		margin: 0 1px;
		width: 70px;
		height: 40px;
	}
	#header #linkBtn li.clBtn a {
		width: 68px;
		padding: 12px 0 10px;
		font-size: 10px;
	}
}
/*------------------------------*/
#header #menuBtn {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 50px;
	height: 50px;

	transition-duration: 0.3s;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
#header #menuBtn:hover {
	cursor: pointer;
	opacity: 0.7;
}
*/
@media screen and (max-width : 768px) {
	#header #menuBtn {
		position: absolute;
		right: 10px;
		top: 9px;
		width: 39px;
		height: 39px;

		transition-duration: 0.3s;
		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/*
	#header #menuBtn:hover {
		cursor: pointer;
		opacity: 0.7;
	}
	*/
}

/*------------------------------*/
#contents {
	padding-top: 80px;
}
@media screen and (max-width : 768px) {
	#contents {
		padding-top: 60px;
	}
}


/*------------------------------
	footer
------------------------------*/
#footer {
	border-top: solid 1px #cdcdcd;
	padding: 16px 0;
	text-align: center;
	font-size: 12px;
}
@media screen and (max-width : 768px) {
	#footer {
		border-top: solid 1px #cdcdcd;
		padding: 12px 0;
		text-align: center;
		font-size: 10px;
	}
}

/*------------------------------
	commonContents
------------------------------*/
#common #kv {
	background-size: cover;
	height: 160px;
	margin-top: 70px;
	margin-bottom: 70px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#common #kv h2 {
	color: #ffffff;
	font-size: 28px;
	font-weight: 500;
}
#common #contents {
	padding-bottom: 50px;
}
@media screen and (max-width : 768px) {
	#common #kv {
		background-size: cover;
		height: 140px;
		margin-top: 50px;
		margin-bottom: 40px;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#common #kv h2 {
		color: #ffffff;
		font-size: 24px;
	}
	#common #contents {
		padding-bottom: 40px;
	}
}
/*------------------------------*/
#common #contents #subMenu {
	position: fixed;
	width: 100%;
	z-index: 10;
}
#common #contents #subMenu .inner {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#common #contents #subMenu .inner .title {
	height: 70px;
	padding: 0 20px;
	background-color: #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
}
#common #contents #subMenu .inner ul {
	display: flex;
	justify-content: flex-start;
}
#common #contents #subMenu .inner li {
	height: 70px;
	position: relative;
}
#common #contents #subMenu .inner li span {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #ffffff;
	display: block;

	transition-duration: 0.3s;
}
#common #contents #subMenu .inner li a {
	padding: 0 30px;
	color: #ffffff;
	text-decoration: none;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#common #contents #subMenu .inner li.active span {
	width: 100%;
}
/*
#common #contents #subMenu .inner li:hover span {
	width: 100%;
}
*/
@media screen and (max-width : 768px) {
	#common #contents #subMenu{
		z-index: 10;
	}
	#common #contents #subMenu .inner {
		max-width: 1100px;
		margin: 0 auto;
		position: relative;
		font-size: 12px;

		display: -webkit-flex;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	#common #contents #subMenu .inner .title {
		height: 50px;
		padding: 0 12px;
		background-color: #e6e6e6;

		display: flex;
		white-space : nowrap;
		z-index : 2;
		justify-content: center;
		align-items: center;
		position : relative;
	}
	#common #contents #subMenu .inner ul {
		justify-content: flex-start;
		position : relative;
		left : 0px;
		top : 0px;
	}
	#common #contents #subMenu .inner li {
		height: 50px;
		position: relative;
	}
	#common #contents #subMenu .inner li span {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0;
		height: 2px;
		background-color: #ffffff;
		display: block;

		transition-duration: 0.3s;
	}
	#common #contents #subMenu .inner li a {
		padding: 0 10px;
		color: #ffffff;
		text-decoration: none;
		height: 50px;

		display: flex;
		white-space : nowrap;
		justify-content: center;
		align-items: center;
	}
	#common #contents #subMenu .inner li.active span {
		width: 100%;
	}
	/*
	#common #contents #subMenu .inner li:hover span {
		width: 100%;
	}
	*/
}
/*------------------------------*/
#common #contents .coBoxA {
	max-width: 920px;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0 10px;
}
#common #contents .coBoxA h3 {
	margin-bottom: 30px;
	font-size: 18px;
	padding: 16px 15px 14px;
	font-weight: 500;
	line-height: 1.6;
}
#common #contents .coBoxA p {
	line-height: 1.8;
}
#common #contents .coBoxA .right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#common #contents .coBoxA .left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
/*----20210712修正箇所----*/
#common #contents .coBoxA .iframeBox {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#common #contents .coBoxA iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width : 768px) {
	#common #contents .coBoxA {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 10px;
		margin-bottom: 40px;
	}
	#common #contents .coBoxA h3 {
		margin-bottom: 20px;
		font-size: 16px;
		padding: 12px 10px 10px;
	}
	#common #contents .coBoxA p {
		line-height: 1.8;
	}
	/*----20210707修正箇所----*/
	#common #contents .coBoxA .right,
	#common #contents .coBoxA .left {
		float: none;
		margin: 0 auto 15px auto;
		width: 100%;
	}
}
/*------------------------------*/
#common #contents .coBoxB {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#common #contents .coBoxB h3 {
	margin-bottom: 30px;
	font-size: 18px;
	padding: 16px 15px 14px;
	font-weight: 500;
	line-height: 1.6;
}
#common #contents .coBoxB .read {
	padding: 0 10px;
	margin-bottom: 30px;
}
#common #contents .coBoxB .read p {
	line-height: 1.8;
}
#common #contents .coBoxB ul {
	padding: 0 10px;
}
#common #contents .coBoxB li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.8;
}
@media screen and (max-width : 768px) {
	#common #contents .coBoxB {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 10px;
		margin-bottom: 40px;
	}
	#common #contents .coBoxB .read {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#common #contents .coBoxB .read p {
		line-height: 1.6;
	}
	#common #contents .coBoxB h3 {
		margin-bottom: 20px;
		font-size: 16px;
		padding: 12px 10px 10px;
	}
	#common #contents .coBoxB li {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.8;
	}
}
/*------------------------------*/
#common #contents .coBoxC {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
#common #contents .coBoxC .read {
	padding: 0 10px;
	margin-bottom: 30px;
}
#common #contents .coBoxC .read p {
	line-height: 1.8;
}
#common #contents .coBoxC h3 {
	margin-bottom: 30px;
	font-size: 18px;
	padding: 16px 15px 14px;
	font-weight: 500;
	line-height: 1.6;
}
#common #contents table {
	width: 100%;
}
#common #contents table tr:nth-child(odd) {
	background: #f3f3f3;
}
#common #contents th {
	padding: 16px 10px 14px 10px;
	border-top: solid 1px #cccccc;
	text-align: left;
	vertical-align: middle;
	line-height: 1.8;
	font-weight: 500;
	white-space: nowrap;
}
#common #contents td {
	padding: 16px 10px 14px 10px;
	border-top: solid 1px #cccccc;
	text-align: left;
	vertical-align: middle;
	line-height: 1.8;
}
@media screen and (max-width : 768px) {
	#common #contents .coBoxC {
		max-width: 900px;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 0 10px;
	}
	#common #contents .coBoxC .read {
		padding: 0 10px;
		margin-bottom: 20px;
	}
	#common #contents .coBoxC .read p {
		line-height: 1.6;
	}
	#common #contents .coBoxC h3 {
		margin-bottom: 20px;
		font-size: 16px;
		padding: 12px 10px 10px;
	}
	#common #contents table {
		width: 100%;
	}
	#common #contents table tr:nth-child(odd) {
		background: #f3f3f3;
	}
	#common #contents th {
		padding: 12px 10px 10px 10px;
		border-top: solid 1px #cccccc;
		text-align: left;
		vertical-align: middle;
		line-height: 1.8;
	}
	#common #contents td {
		padding: 12px 10px 10px 10px;
		border-top: solid 1px #cccccc;
		text-align: left;
		vertical-align: middle;
		line-height: 1.8;
	}
}
/*------------------------------*/
#common #contents .largePic {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
	text-align: center;
}
#common #contents .largePic .mainPic {
	max-width: 100%;
}
#common #contents .largePic .textBox {
	margin-top: 10px;
	padding: 0 10px;
	text-align: left;
}
@media screen and (max-width : 768px) {
	#common #contents .largePic {
		max-width: 900px;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}
