@charset "Shift_JIS";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	background: #FFF;
	line-height: 1.4em;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.nsjp {
	font-family: "Noto Sans JP";
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

#rootPath {
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 20px 20px 0;
	font-size: 12px;
}
#rootPath a {
	color: #333;
}
#rootPath span {
	display: inline-block;
	padding: 0 8px;
}

.inner {
	clear: both;
	width: 100%;
	max-width: 1280px;
	margin: 0px auto;
	padding: 20px;
}

.baseTbl {
	width: 100%;
	margin-bottom: 1em;
}
.baseTbl th,
.baseTbl td {
	border: 1px solid #333;
	padding: .5em 1em;
}
.baseTbl th {
	width: 30%;
	min-width: 10em;
}
.baseTbl td.sub_head {
	text-align: center;
	background: #333;
	color: #fff;
}
.dl_base dl {
	margin-top: 1em;
}
.dl_base dl dt {
	margin-bottom: 1em;
	background: #eee;
	padding: 1em;
	border-radius: 6px;
}
.dl_base dl dd {
	padding: 0 1em;
	margin-bottom: 1em;
}

::placeholder {
  color: #ccc;
	font-size: 13px;
}
input[type="text"] {
	font-size: 16px;
}
	
a { color: #0075FF; }

a:hover,
input[type="submit"]:hover {
	opacity: .7;
}

/*　----------------------------------------------------
		
				ヘッダー内の設定
			
	----------------------------------------------------　*/
h1#catch {
	background: #212121;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	padding: 1em;
	text-align: center;
}
#header {
	background: #fff;
	font-size: 13px;
	visibility: visible;
	height: 60px;
}
#headerVisible {
	background: #fff;
	border-bottom: 1px solid #eee;
	padding: 10px 16px;
	height: 60px;
	z-index: 10;
}
.header_fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

/* ロゴ */
#header a#logo {
	display: inline-block;
}
#header a#logo img {
	width: 200px;
	height: 36px;
	margin-left: -10px;
}

/* メニュー */
#header nav {
	float: right;
}
#header a {
	color: #333;
	text-decoration: none;
}
#header #header-in li,
#header #header-in li a {
	display: inline-block;
}
#header #header-in li {
	padding: 0 8px;
}
#header #header-in li a.entry_button {
	color: #fff;
	background: #FF006B;
	border-radius: 6px;
	padding: 8px 24px;
}
#btnOpen,
#btnClose {
	display: none;
}

/* 検索フォーム */
#searchForm {
	position: relative;
}
#searchForm input {
	-webkit-appearance: none;
}
#searchForm input[type="text"] {
	border: 1px solid #333;
	border-radius: 6px;
	padding: 10px;
	width: 300px;
	height: 40px;
}
#searchForm input[type="submit"] {
	width: 4em;
	border-radius: 0 6px 6px 0;
	background: #333;
	color: #fff;
	padding: 9px 10px;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	cursor: pointer;
}


/*　----------------------------------------------------
		
				フッターの設定
			
	----------------------------------------------------　*/

#pageFooter {
	clear: both;
	background: #212121;
	color: #ccc;
	font-size: 12px;
	margin-top: 32px;
}
#pageFooter a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 16px 0 12px;
}
#pageFooter ul {
	display: flex;
	width: 100%;
	justify-content: flex-start;
}

#pageFooter li {
	display: inline-block;
	line-height: 12px;
	border-right: 1px solid #ccc;
}
#pageFooter li:last-child {
	border-right: none;
	margin-left: auto;
}


/*　----------------------------------------------------
		
				メインコンテンツの設定
			
	----------------------------------------------------　*/

#main {
	clear: both;
	margin-top: 32px;
	display: flex;
}
#leftArea {
	width: 30%;
	min-width: 220px;
}
#rightArea {
	width: 80%;
	padding-left: 32px;
}

/* 見出し */
.titleMid {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	position: relative;
	margin-bottom: 32px;
}
.titleMid span {
	position: absolute;
	padding-bottom: 10px;
	bottom: -2px;
	display: inline-block;
	position: relative;
	border-bottom: 3px solid #333;
}

/* サイドメニュー */
#sideMenu li a {
	color: #333;
	text-decoration: none;
	font-size: 13px;
	display: block;
	padding: 5px 0;
}
#sideMenu li:last-child {
	margin-top: 16px;
}
#sideMenu li:first-child a {
	margin-top: -5px;
}

/* リスト */
#listBase li {
	clear: both;
	border-bottom: 1px solid #333;
}
#listBase li a {
	display: block;
	padding: 20px;
	color: #333;
	text-decoration: none;
}
#listBase li:first-child a {
	padding-top: 0px;
}
.list_head {
}
.list_head p {
}
.lh_img {
	float: left;
	margin-right: 16px;
	height: 70px;
}
.lh_img img {
	width: 60px;
	height: 60px;
	border-radius: 30px;
	overflow: hidden;
}
.lh_title {
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.lh_name {
	display: block;
	font-size: 12px;
	color: #999;
}
.lh_discription {
	padding-top: 8px;
	clear: both;
	font-size: 14px;
	color: #6B6B6B;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* ページャー */
#pager {
	clear: both;
	padding: 48px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
#pager a {
	display: inline-block;
	background: #F0F3F8;
	color: #444;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 12px;
	text-decoration: none;
	margin: 0 2px;
}
#pager span.page_nav_active {
	display: inline-block;
	background: #333;
	color: #fff;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 12px;
	text-decoration: none;
	margin: 0 2px;
}

.section {
	font-size: 13px;
}
.text {
	margin-bottom: 2em;
}
.text p {
	margin-bottom: 1em;
}
.text p.titleSub {
	padding: 1em;
	background: #eee;
	border-radius: 6px;
}
.text p.disc {
	padding: 0 1em;
}



/*　----------------------------------------------------
		
				トップページの設定
			
	----------------------------------------------------　*/

/* キャッチ画像 */
#firstView {
	width: 100%;
	max-width: 1280px;
	margin: 20px auto 0;
	padding: 0 20px 0;
	display: flex;
}
#topCatch {
	position: relative;
	width: 100%;
	max-width: 820px;
	min-width: 640px;
	background-image: url(../img/catch_image.jpg);
	background-size: cover;
	background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}
#topCatch > div {
	color: #fff;
}
#catch_main {
	font-size: 32px;
	line-height: 48px;
	text-shadow: 1px 0px 2px rgba(0,0,0,1), 0px 1px 2px rgba(0,0,0,1), -1px 0px 2px rgba(0,0,0,1), 0px -1px 2px rgba(0,0,0,1);
	font-weight: bold;
}
#catch_sub {
	font-size: 12px;
	line-height: 18px;
	padding: 16px;
	text-shadow: 1px 0px 2px rgba(0,0,0,1), 0px 1px 2px rgba(0,0,0,1), -1px 0px 2px rgba(0,0,0,1), 0px -1px 2px rgba(0,0,0,1);
}
#topCatch a.entry_button {
	background: #FF006B;
	border-radius: 6px;
	margin-top: 32px;
	padding: 16px 24px;
	color: #fff;
	width: 320px;
	display: inline-block;
	text-decoration: none;
}

/* ログインフォーム */
#loginForm {
	max-width: 400px;
	padding: 20px 0px 20px 20px;
	text-align: center;
}
#loginForm_title {
	font-size: 12px;
	letter-spacing: .2em;
}
#loginForm_title span {
	font-size: 24px;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 32px;
}
#loginForm input {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 16px;
	margin: 0px auto;
	margin-bottom: 16px;
	border-radius: 6px;
	-webkit-appearance: none;
}
#loginForm input[type="text"],
#loginForm input[type="password"] {
	border: 1px solid #333;
}
#loginForm input[type="submit"] {
	border: none;
	color: #fff;
	background: #3EC232;
	font-weight: bold;
	cursor: pointer;
}
#forget_pass_button {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 16px 0;
	border-top: 1px solid #eee;
}
#forget_pass_button.forget {
	text-align: center;
	border-top: none;
}
#forget_pass_button a {
	display: inline-block;
	width: 100%;
	max-width: 360px;
	padding: 16px 0;
	background: #eee;
	font-weight: bold;
	color: #8D8D8D;
	font-size: 12px;
	text-decoration: none;
	border-radius: 6px;
}

#topBanners {
	width: 100%;
	max-width: 1280px;
	margin: 20px auto 0;
	padding: 0 20px;
}
#topBanners ul {
	display: flex;
	justify-content: space-between;
}
#topBanners ul li:nth-child(1) {
	padding: 0 10px 0 0;
}
#topBanners ul li:nth-child(2) {
	padding: 0 5px;
}
#topBanners ul li:nth-child(3) {
	padding: 0 0 0 10px;
}


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

   ▽▽▽▽▽▽		下層ページの設定	　▽▽▽▽▽▽

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


/* エントリーフォーム */
#entryForm {
	margin: 0px auto;
	max-width: 480px;
	padding: 32px;
	border: 1px solid #333;
	border-radius: 10px;
	text-align: center;
}
#entryForm_title {
	font-size: 12px;
	letter-spacing: .2em;
}
#entryForm_title span {
	font-size: 24px;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 32px;
}
#entryForm input {
}
#entryForm input[type="text"],
#entryForm input[type="email"] ,
#entryForm input[type="submit"] {
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 16px;
	margin: 0px auto;
	margin-bottom: 16px;
	border-radius: 6px;
	-webkit-appearance: none;
}
#entryForm input[type="text"],
#entryForm input[type="email"] {
	border: 1px solid #333;
}
#entryForm input[type="submit"] {
	border: none;
	color: #fff;
	background: #3EC232;
	font-weight: bold;
	cursor: pointer;
}
#select_m_f {
	display: flex;
	width: 100%;
	justify-content: center;
	-webkit-align-items: center;
}
#select_m_f label {
	width: 50%;
	background: #eee;
	border-radius: 30px;
	padding: 16px;
	max-width: 160px;
	margin: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #ccc;
}
#select_m_f label.selected {
	background: #474747;
	color: #fff;
}
#select_m_f input {
	display: none;
}
#entryCheck {
	font-size: 12px;
	cursor: pointer;
	display: block;
	max-width: 320px;
	margin: 16px auto;
	padding: 10px;
	border-radius: 32px;
	border: 1px solid #0075ff;
	border: 1px solid #eee;
	background: #fff;
}
/*
#entryCheck.unChecked {
	border: 1px solid #eee;
}
*/

	
/* お問い合わせ */
#contactMail p#bnrMail {
	display: none;
}
	
/* サイトについて */
#about table th,
#about table td {
	text-align: center;
}
#about table th {
	width: 70%;
}


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

   991以下

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

@media (max-width: 991px) {
	
	/* メニュー */
	#header-in {
		display: none;
		float: none;
		background: #fff;
		width: 100%;
		height: 100vh;
		padding: 24px 16px 16px;
		position: fixed;
		top: 106px;
		left: 0;
		z-index: 100;
	}
	.header_fixed #header-in {
		top: 46px;
		z-index: 100;
	}
	#header #header-in li,
	#header #header-in li a {
		display: block;
	}
	#header #header-in li a {
		text-align: center;
		padding: 12px 16px;
		background: #eee;
		border-radius: 6px;
		margin-bottom: 10px;
	}
	#header #header-in li:last-child a.entry_button {
		padding: 16px 16px;
		font-size: 16px;
		font-weight: bold;
	}
	#searchForm {
		margin-bottom: 12px;
	}
	#searchForm input[type="text"] {
		width: 100%;
	}
	.spBtn {
		float: right;
    padding: 4px;
		z-index: 100;
	}
	#btnOpen {
		display: block;
	}
	#btnClose {
	}

	/* キャッチ画像 */
	#firstView {
		display: block;
		padding: 0;
		margin-top: 0px;
	}
	#topCatch {
		position: relative;
		width: 100%;
		height: 400px;
		max-width: inherit;
		min-width: inherit;
		border-radius: 0px;
	}
	
	/* ログインフォーム */
	#loginForm {
		max-width: inherit;
		margin: 20px auto 0;
		padding: 20px;
	}
	#loginForm input {
		width: 100%;
	}


	#pageFooter {
		text-align: center;
	}
	#pageFooter ul {
		display: block;
	}
	#pageFooter li:last-child {
		border-right: none;
		margin-left: auto;
		display: block;
		margin-top: 24px;
	}
}



@media (max-width: 640px) {
	
	/* ヘッダー */
	#header a#logo img {
		margin-left: -20px;
	}
	#header-in {
		top: 100px;
	}
	
	/* トップページ */
	#topBanners {
		overflow-x: scroll;
		overflow-y: hidden;
	}
	#topBanners ul li {
		width: 380px;
		padding-right: 20px;
	}
	#topBanners ul li {
		width: 90%;
		flex-shrink: 0;
	}
	
	#main {
		clear: both;
		margin-top: 16px;
		display: block;
	}
	#leftArea {
		width: 100%;
		display: none;
	}
	#rightArea {
		width: 100%;
		padding-left: 0;
	}

	/* リスト */
	#listBase li a {
		padding: 20px 0;
	}
	.lh_img {
		height: 70px;
	}
	.lh_title {
		font-size: 14px;
		line-height: 1.4em;
		text-align: justify;
	}
	.lh_discription  {
		padding-top: 8px;
		font-size: 12px;
		line-height: 1.4em;
	}

	/* ページャー */
	#pager a {
		padding: 5px 12px;
	}
	#pager span.page_nav_active {
		padding: 5px 14px;
	}
	
	/* エントリーフォーム */
	#entryForm {
		padding: 16px;
		border: none;
	}
	
	#forget_pass_button.forget {
		text-align: center;
		margin: 0px auto;
		display: block;
	}
	
	/* お問い合わせ */
	#contactMail #forget_pass_button {
		display: none;
	}
	#contactMail p#bnrMail {
		display: block;
		text-align: center;
	}

	/* フッター */
	#pageFooter {
		text-align: center;
	}
	#pageFooter ul {
		display: block;
	}
	#pageFooter li {
		display: block;
		border: none;
	}
	#pageFooter li a {
		display: block;
		padding: 12px;
	}
}