@charset "utf-8";


body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Noto Sans", "Noto Sans CJK JP", "Hiragino Sans", YuGothic, "Yu Gothic medium", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	overflow-x: hidden;
	overflow-y: scroll;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	position: relative;
  max-width: 100%;
  height: auto;
}


/* ----------------- */
.disp_mb {
	display: block;
}
.disp_pc {
	display: none;
}
._btn {
	text-decoration: none;
}
._btn:hover {
	text-decoration: none;
	opacity:0.7;
}
.width_center {
	width: 100%;
	text-align: center;	
}
.col_b {
	color: #000000;
}
.col_w {
	color: #ffffff;
}
.col_g {
	color: #808080;
}
.bg_taiken {
	background-color: #004e97;
}
.bg_note {
	background-color: #ccdcea;
}
.bg_gokui {
	background-color: #0097db;
}
.bg_info {
	background-color: #cceaf8;
}
.bg_books {
	background-color: #59bce8;
}
.bg_foot {
	background-color: #f2f6fa;
}

/* ----------------- */
.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 99;
}
.siteLogo {
	flex-basis: 70%;
	margin-left: 20px;
}
#hLogo {
	width: 160px;
}

.scroll-prevent {
  position: fixed;
}
.gp-overlay {
	background-color: rgba(0,0,0,0.52);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 79;
}
.main {
	width: 100%;
	height: 100%;
	position: absolute;
}
.contents {
	position: relative;
  margin: 0px 20px 0px;
}

/* ----------------- */
.mob-navbox {
	flex-basis: 30%;
	margin-right: 20px;
	text-align: right;
}
.mob-nav {
  width: 30px;
  height: 18px;
  color: #000;
  cursor: pointer;
}
.mob-nav,
.mob-nav span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.mob-nav {
  position: relative;
  width: 30px;
  height: 18px;
}
.mob-nav span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 2px;
	background-color: #909399;
}
.mob-nav span:nth-of-type(1) {
  top: 0;
}
.mob-nav span:nth-of-type(2) {
  top: 8px;
}
.mob-nav span:nth-of-type(3) {
  top: 16px;
	/*width: 20px;*/
}
.mob-nav.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.mob-nav.active span:nth-of-type(2) {
  opacity: 0;
}
.mob-nav.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
	width: 30px;
}

#mob-base {
	position: fixed;
	width: 100%;
	overflow-y: auto;
	z-index: 80;
	height: 100vh
}
.mob-wrap {
	margin-top: 52px;
	padding: 20px;
	color: #FFFFFF;
	text-align: left;
	background: #242525;
}
.mob-wrap hr {
	opacity: 0.3;
}
.mob-width {
	width: 100%;
	margin: 0px auto;
}
.mob-menu {
	width: 100%;
  display: flex;
  flex-direction: column;
	margin: 20px 0px 20px;
}
.mob-borderbtn {
	width: 100%;
	height: 42px;
	margin: 5px 0;
}
.mob-borderbtn a {
	display:block;
	width: 100%;
  height: 100%;
	font-weight: 800;
	font-size: 16px;
	line-height: 36px;
}
.mob-borderbtn a:hover {
	text-decoration: none;
}
.mob-border {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.5s;
  top: 0;
  left: 0;
}
.mob-borderbtn:hover .mob-border {
  width: 100%;
}
.mob-tag {
	display: block;
	margin: 20px 0px 20px;
	font-size: 14px;
	font-weight: 800;
	line-height: 36px;
	overflow: hidden;
}
.mob-tag ul {
  display: flex;
	flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
	margin: 10px 0px;
}
.mob-tag ul li {
	display:inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mob-tag ul li a {
	display:block;
  height: 100%;
  padding: 5px 15px;
	background-color: #FFFFFF;
	color: #0097db;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
	border-radius: 22px;
	transition: 0.4s;
}
.mob-tag ul li a:hover {
	text-decoration: none; 
	background-color: #0097db;
	color: #FFFFFF;
}
.mob-foot {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 20px 0px 30px;
	font-size: 12px;
	font-weight: 800;
	line-height: 36px;
}
.mob-foot .mob-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0px 15px;
}
.mob-foot .mob-sns div {
	margin: 0px 15px;
}



/* ----------------- */
.footer {
  position: absolute;
	bottom: 25px;
  left: 30px;
}
.footer p.copyright {
  widows: 100%;
	text-align: left;
	color: #808080;
	font-size: 10px;
	line-height: 10px;
}

.pgtop {
	position: relative;
	height: 45px;
	margin-bottom: 0px;
	width: 80px;
	top: -15px;
	cursor: pointer;
}
.pgtop .pgtop_txt {
	color: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.pgtop .pgtop_arrow {
	display: block;
	width: 5px;
	height: 28px;
	margin-left: auto;
	margin-right: auto;
}
.pgtop:hover .pgtop_arrow{
  animation: pgtop_arrow 0.5s forwards;
}
@keyframes pgtop_arrow{
  0%{
    transform: translateY(0);
  }
  100%{
    transform: translateY(-10px);
  }
}


/* ----------------- */
.th_new {
  position: relative;
}
.th_new:after{
	position: absolute;
	content: 'NEW';
	top: -8px;
	left: -8px;
	color: #000;
	width: 28px;
	height: 28px;
	padding: 0.2em;
	background: #fff000;
	font-weight: 800;
	font-size: 8px;
	line-height: 24px;
	text-align: center;
	border-radius: 28px;
}
.th_n1 {
  position: relative;
}
.th_n1:after{
	position: absolute;
	content: '01';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n2 {
  position: relative;
}
.th_n2:after{
	position: absolute;
	content: '02';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n3 {
  position: relative;
}
.th_n3:after{
	position: absolute;
	content: '03';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n4 {
  position: relative;
}
.th_n4:after{
	position: absolute;
	content: '04';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n5 {
  position: relative;
}
.th_n5:after{
	position: absolute;
	content: '05';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n6 {
  position: relative;
}
.th_n6:after{
	position: absolute;
	content: '06';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n7 {
  position: relative;
}
.th_n7:after{
	position: absolute;
	content: '07';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n8 {
  position: relative;
}
.th_n8:after{
	position: absolute;
	content: '08';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n9 {
  position: relative;
}
.th_n9:after{
	position: absolute;
	content: '09';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}
.th_n10 {
  position: relative;
}
.th_n10:after{
	position: absolute;
	content: '10';
	top: 0px;
	left: 0px;
	color: #fff;
	width: 23px;
	height: 23px;
	padding: 0.2em;
	background: #0097db;
	font-weight: 800;
	font-size: 12px;
	line-height: 23px;
	text-align: center;
}







/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {
	.disp_mb {
		display: none;
	}
	.disp_pc {
		display: block;
	}
  .header {
	height: 72px;
  }
  .siteName {
		font-size: 12px;
		margin-left: 40px;
  }
  #hLogo {
    width: 200px;
  }
	.mob-navbox {
		margin-right: 40px;
	}
	.mob-wrap {
		margin-top: 72px;
	}
	.mob-width {
		width: 708px;
	}
	.mob-menu {
		width: 708px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0px 20px;
	}
	.mob-borderbtn {
		width: 334px;
		height: 42px;
		margin: 5px 0;
	}
	.mob-borderbtn a {
		display:block;
		width: 100%;
		height: 100%;
		font-weight: 800;
		font-size: 16px;
		line-height: 36px;
	}
	.mob-borderbtn a:hover {
		text-decoration: none;  
	}
	.mob-border {
		position: relative;
		display: block;
		width: 32px;
		height: 1px;
		background-color: #fff;
		overflow: hidden;
		transition: 0.5s;
		top: 0;
		left: 0;
	}
	.mob-borderbtn:hover .mob-border {
		width: 100%;
	}

  .footer {
    position: absolute;
    bottom: 25px;
    right: 20px;
  }
  .footer p.copyright {
    text-align: right;
    color: #808080;
    font-size: 11px;
    line-height: 11px;
  }
}




/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1100px) {

}



/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
