@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: 16px;
	font-weight: 400;
	color: #121212;
	text-align: left;
	position: relative;
}
strong {
	font-weight:bold;
}
/*------------------------------*/
.spmask {
	display: block;
}
.sponly {
	display: none;
}

/*------------------------------
	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 {
	max-width: 1080px;
	margin: 0 auto;
	padding: 36px 35px 50px 10px;
	text-align: right;
}
#gNav .closeBtn img {
	cursor: pointer;
	transition-duration: 0.3s;
}
#gNav .closeBtn img:hover {
	opacity: 0.7;
}
/*------------------------------*/
#gNav .entryArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 10px 80px;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#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 {
	position: absolute;
	right: 10px;
	top: -10px;
}
#gNav .entryArea .linkBtn ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
}
#gNav .entryArea .linkBtn li.clBtn {
	margin: 0 5px;
	width: 250px;
	height: 50px;
}
#gNav .entryArea .linkBtn li.clBtn a {
	width: 248px;
	padding: 17px 0 16px;
}
#gNav .entryArea .linkBtn li.clBtn a:hover {
	border-color: #ffffff;
}
/*------------------------------*/
#gNav .contentsLink {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0px 10px 130px;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#gNav .contentsLink .linkBox {
	width: 280px;
}
#gNav .contentsLink .linkBox .title {
	color: #ffffff;
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 22px;
	border-bottom: solid 1px #ffffff;
}
#gNav .contentsLink .linkBox .title span {
	font-size: 14px;
}
#gNav .contentsLink .linkBox ul {
	padding-top: 40px;
}
#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: 26px 10px 24px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}




/*------------------------------
	header
------------------------------*/
#header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 10;
}
#header .inner {
	max-width: 1100px;
	margin:	0 auto;
	height: 100px;
	position: relative;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}
/*------------------------------*/
#header h1 {
	padding-left: 10px;
}
#header h1 img {
	max-height: 80px;
}
/*------------------------------*/
#header #linkBtn {
	position: absolute;
	right: 65px;
	top: 24px;
}
#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;
}
/*------------------------------*/
#header #menuBtn {
	position: absolute;
	right: 10px;
	top: 24px;
	width: 52px;
	height: 52px;

	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: 100px;
}


/*------------------------------
	footer
------------------------------*/
#footer {
	border-top: solid 1px #cdcdcd;
	padding: 25px 0;
	text-align: center;
	font-size: 14px;
}

/*------------------------------
	commonContents
------------------------------*/
#common #kv {
	background-size: cover;
	height: 170px;
	margin-top: 70px;
	margin-bottom: 100px;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
#common #kv h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 500;
}
#common #contents {
	padding-bottom: 50px;
}
#common #contents a:hover {
	text-decoration: none;
}
/*------------------------------*/
#common #contents #subMenu {
	position: fixed;
	width: 100%;
}
#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%;
}
/*------------------------------*/
#common #contents .coBoxA {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 90px;
}
#common #contents .coBoxA h3 {
	margin-bottom: 30px;
	font-size: 20px;
	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: 30px;
	margin-bottom: 20px;
}
#common #contents .coBoxA .left {
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
/*------------------------------*/
#common #contents .coBoxB {
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 90px;
}
#common #contents .coBoxB h3 {
	margin-bottom: 30px;
	font-size: 20px;
	padding: 16px 15px 14px;
	font-weight: 500;
	line-height: 1.6;
}
#common #contents .coBoxB .read {
	margin-bottom: 30px;
}
#common #contents .coBoxB .read p {
	line-height: 1.8;
}
#common #contents .coBoxB ul {
	width: 100%;
}
#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: 90px;
}
#common #contents .coBoxC h3 {
	margin-bottom: 30px;
	font-size: 20px;
	padding: 16px 15px 14px;
	font-weight: 500;
	line-height: 1.6;
}
#common #contents .coBoxC .read {
	margin-bottom: 30px;
}
#common #contents .coBoxC .read p {
	line-height: 1.8;
}
#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;
}
#common #contents td {
	padding: 16px 10px 14px 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: 90px;
	text-align: center;
}
#common #contents .largePic .mainPic {
	max-width: 100%;
}
#common #contents .largePic .textBox {
	margin-top: 10px;
	text-align: left;
}


/*----20210707修正箇所----*/
#common #contents .coBoxA .right,
#common #contents .coBoxA .left {
	max-width: 900px;
	height: auto;
}
#common #contents .coBoxA p img {
	max-width: 900px;
}
