@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  padding-top:130px ;
	min-height: calc(100vh - 142px);
}
main.under.graduation_year{
  padding-top:0 ;
}
.anker {
	margin-top: -160px;
	padding-top: 160px;
	pointer-events: none;
}
:root{
	--member_brand: #565353;
	--member_accent: #fead31;
  --member_main: #FFBB00;
	--member_main_dark:#E5760C;
	--member_main_dull:#ffdba4;
	--member_main_light:#FFCC40;
	--member_main_shine:#fff6a7;
	--member_main_thin: #FFEDD1;
	--member_title: #DDDDDD;

	--post_btn_list:#bbcfff;
	--post_btn_event:#FFCC40;
	--post_btn_comment:#9de694;
	--post_btn_detail:#dde8fd;
  --black: #231815;
  --syosai: #d34e63;
	--edit:#109141;
	--edit_password:#f27649;
	--message:#3A8CE9;
	--post:#6d79c9;
	--post_thin:rgb(58 140 233 / 10%);
	--open:#2e6480;
  --brand: #006600;
  --brand_thin: #009900;
	--brand_dark: #0e450e;
	--submit:#ed6e2f;
  --gray: #bbb;
  --gray_thin: #f9f9f9;
  --dark: #666;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;

}


.formhead-open {
	background-color: var(--open);
	color: #fff;
	font-size: 0.7em;
	padding: 5px 5px;
	position: absolute;
	right: 4px;
	bottom: 4px;
	line-height: 1em;
}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}

.secondary_items:not(:last-child){
margin-bottom: 2rem;
}
.tertiary_items:not(:last-child){
	margin-bottom: 1.5rem;
}
.quaternary_items:not(:last-child){
	margin-bottom: 1rem;
}
a.text_link {
	text-decoration: underline;
	color: #0000ff;
}
@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
.pc_text_right{
	text-align: right;
}	/* 481px以上に適用されるCSS（タブレット用） */
.pc_text_center{
	text-align: center;
}
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--brand);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */


.title_box {
	width: 100%;
}
.title_box h2{
	margin-top: 2rem;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 2px;
}
.title_box h3{
	border-left: 4px solid var(--brand);
	padding-left: 0.5rem;
	margin-bottom: 1rem;
}
.title_box h4{
	border-bottom: 1px solid var(--brand);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}

.title_box h2::after {
	content: '';
	width: 60px;
	height: 2px;
	display: inline-block;
	background-color: var(--brand);
	position: absolute;
	bottom: 0;
	left: calc(50% - 30px);
}
.title_box span{
	color: var(--brand);
	font-size: 14px;
	text-align: center;
	display: block;
}
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
	xword-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 12px;
}
h1 {
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
main.popup section.contents .inner {
	width: 90%;
}
.header {
	padding: 0;
	text-align: center;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 2;
	background: var(--brand);
  width: 100%;
  height: 130px;
	min-width: 1024px;
	white-space: nowrap;
	flex-flow: column;
}
header .head-logo {
	margin-right: auto;
	padding-left: 1rem;
	margin-left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
}

header .head-logo .logo {
	display: inline-block;
	position: relative;
	overflow: hidden;
	font-size: 22px;
	color: #fff;
}


.menu-area {
	margin-right: 0;
	margin-left: auto;
}
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.menu > li {
	xwidth: 20%; /* グローバルナビ4つの場合 */
	xheight: 30px;
	xpadding: 0 1rem;
	border-left: 1px solid rgb(255 255 255 / 20%);
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
	color: #fff;
	font-size: var(--size_m);
}
.menu > li.menu_btn{
margin: 0;
border-left: 0;
padding: 0;
}

.menu > li.menu_btn.menu_registry{
	margin-left:0.5rem
	}
.menu > li.menu_btn a {
	color: #fff;
	height: 60px;
	width: 140px;
	line-height: 1.3em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu > li.menu_registry a {
	background-color: var(--brand_thin);
}

.menu > li.menu_registry a:before{
	content: "\f007";
  font-family: FontAwesome;
  margin-right: 8px;
	font-size: 125%;
}
.menu > li.menu_login a {
	background-color: var(--member_main);
}
.menu > li.menu_login a:before{
	content: "\f090";
  font-family: FontAwesome;
  margin-right: 8px;
	font-size: 125%;

}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
ul.footer-menu.forPC {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forPC li {
}
ul.footer-menu.forPC li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forPC li a:hover {
	text-decoration: underline
}
ul.footer-menu.forPC li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
	background-color: #222;
	color: #ffffff;
}
footer .inner {
	position: relative;
	padding: 40px 0;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 80px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: 400;
	margin-bottom: 1px;
}
footer .foot-address {
	text-align: left;
  font-size: var(--size_1s);
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
.footer_box {
  display: flex;
  justify-content: space-between;
align-items: center;
}
p.foot-logo {
	font-size: var(--size_1l);
	font-weight: 700;
}
ul.footer-menu {
  display: flex;
  flex-wrap: wrap;
}
ul.footer-menu li{
  margin-right:1rem;
}
ul.footer-menu li a{
  color: #fff;
  font-size: var(--size_1s);
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
	text-align: center;
	padding: 1em 0;
	line-height: 1.2em;
	letter-spacing: 0.05em;
	background-color: #333;
	color: #ddd;
  font-size: 10px;

}

/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */
.index .title_box {
	margin-bottom: 40px;
}

.index .title_box h2{
	margin-top: 0;
}
ul.top_photoalbum {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
ul.top_photoalbum a {
	margin-bottom: 8px;
	display: block;
}

ul.top_photoalbum a:hover{
}
ul.top_photoalbum li {
	width: calc((100% - 60px) / 4);
}
ul.top_photoalbum li:not(:last-child){
margin-right: 20px;
}
ul.top_photoalbum li p {
	text-align: center;
}
ul.top_photoalbum li a img {
	height: 200px;
	width: 100%;
	object-fit: contain;
	background: #fff;
}

main.index article section.contents:nth-child(even) {
	background:var(--gray_thin);
}
main.under article section.contents:nth-child(odd) {
	background:var(--gray_thin);
}
/*
main.index section:nth-child(n + 3):nth-child(odd) {
	background:var(--gray_thin);
}
*/

.sub-ttl {
}
section.top_movie video {
	width: 640px;
	height: 361px;
	margin: 0 auto;
	display: block;
	border: 1px solid #ddd;
}
section.top_movie .youtube-box {
	width: 640px;
	height: 361px;
	margin: 0 auto;
	display: block;
}

/* #ban
---------------------------------------- */
ul.link_box {
	display: flex;
/*justify-content: flex-start;*/
	justify-content: center;
	flex-wrap: wrap;
}
ul.link_box li{
width: calc((100% - 64px) / 3);
margin-bottom:32px ;
}
ul.link_box li:not(:nth-child(3n)){
	margin-right: 32px;
	}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: -20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 0.5rem 0 0;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
}
h1.pages-h1 {
}
h2.pages-h2 {
  font-size: var(--size_4l);
}
h3.pages-h3 {
  font-size: var(--size_3l);
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: var(--brand);
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}
h4.pages-h4 {
  font-size: var(--size_2l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--brand);
  padding-left: 0.5em;
  margin-bottom: 1em;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
  font-size: var(--size_1l);
}
p.catch_big {
	font-size: 1.2rem;
}
p.read {
  font-size: var(--size_r);

}
.detail {
  font-size: var(--size_1s);
	line-height: 1.4em;
}
.caution {
	color: #339;
	font-weight: 700;
}
.strong {
	font-size: 1.2em;
}
.bold {
	font-weight: 700;
}
.red,
.caution.red{
	color: #ed3030;
}
.dark_red{
	color: #ce2626;
}
.fs_120{
	font-size: 120%;
}
ul.btn_exp li {
	margin-bottom: 0.75rem;
}
table.office-table {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
table.office-table.white_box_inner {
	width: 90%;
	margin: 0 auto;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
	white-space: nowrap;
	position: relative;
	background-clip: padding-box;
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
.office-table th {
	width: 25%;
}
}

.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
	background-clip: padding-box;
}
table.basic-table {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.basic-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 12px;
	text-align: center;
	white-space: nowrap;
}
.basic-table td {
	border: solid 1px #777;
	padding: 12px;
}

.table_fixed{
  position: sticky;
  top: 0;
	background: #ddd;
}
.table_fixed:before{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
section.contents {
	padding: 80px 0px;
}
/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color:var(--brand);
	text-align: left;
	color: #fff;
	padding: 10px;
}
p.comment {
	text-align: left;
	padding: 10px;
}
/*====================
company
 ====================*/

ul.list li {
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info .topicsText a{
	word-wrap: break-word;
	color: #00f;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 0 auto 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
ul.news-ph-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.news-ph-area li {
	width: calc((100% - 40px) / 3);
	height: 200px;
	display: inline-block;
	background-color: #f6f6f6;
	vertical-align: top;
	text-align: center;
}

.news-ph-area li img{
	height: 200px;
}
.news-ph-area li:not(:last-child){
margin-right:20px;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid var(--brand);
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/*overview*/
.greeting {
	margin-bottom:1rem;
}
.greeting p {
	line-height: 2em;
	text-indent: 1em;
	margin-bottom: 1rem;
	text-align: justify;
}
p.greeting_name {
text-align: right;
font-size:90%;
}

p.greeting_name span{
	margin-left: 1rem;
	font-size: 110%;
}
dl.history {
	display: flex;
	flex-wrap: wrap;
}
dl.history dt{
	width: 16%;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;

}
dl.history dd{
	width: 84%;
	border-bottom: 1px solid #ddd;
	font-weight: 400;
	padding-top: 20px;
	padding-bottom: 20px;

}
.search_box {
	border: 1px solid #ddd;
	padding: 50px;
	width: 700px;
	margin: 0 auto;
	margin-bottom: 40px;
	background: #f6f6f6;
}
.serch_item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 8px;
}

.serch_item_box:not(:last-child){
	margin-bottom: 20px;
}
.serch_item > label{
	background: var(--member_main_dull);
	border-radius: 5px 0 0 5px;
color: #000;
font-weight: bold;
padding: 10px 20px;
margin-right: 0;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
min-width: 150px;
}
.serch_item select{
	width: 100%;
	background: #fff;
	border-radius: 0 5px 5px 0;
	border: none;
	height: 50px;
	padding: 10px;
}
.serch_item input{
	width: 100%;
	background: #fff;
	border-radius: 0 5px 5px 0;
	border: none;
	height: 50px;
	padding: 10px;
}
.my_post_bool{
	padding: 10px;
}
.my_post_bool input{
	width: auto;
	padding-left: 17px;
}

.riji_box ul:not(:last-child) {
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
.riji_box ul{
	display: flex;
	flex-wrap: wrap;
}

.riji_box ul li{
	width:calc((100% - (20px * 3)) / 4);
	margin-bottom: 20px;
}

.riji_box ul li:not(:nth-child(4n)){
	margin-right: 20px;
}
.riji_box ul li dl{
border-bottom:20px;
border: 1px solid #acacac;
}
.riji_box ul li dl dt {
	background-color: #eee;
	text-align: center;
	padding: 10px;
	line-height: 1.3em;
	border-bottom: 1px solid #acacac;
}
.riji_box ul li dl dd {
	background: #FFF;
	text-align: center;
	padding: 10px;
	line-height: 1.3em;
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*会員登録*/
input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
a.hayami {
	margin-top: 20px;
	background: #666;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	border-radius: 6px;
}
a.hayami:hover{
	opacity: 0.8;
}
span.closed {
	border: 1px solid #d00;
	color: #d00;
	padding: 5px 10px;
	font-weight: 700;
	display: block;
	margin-top: 10px;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
}

/*プライバシーポリシー*/
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.privacypolicy p{
margin-bottom: 1rem;
}
.privacypolicy ul{
	margin-bottom: 1rem;
}
.privacypolicy ul li {
	list-style-type: disc;
	margin-left: 2rem;
	margin-bottom: 0.5rem;
}
 main.contact form .privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  font-size: 1rem;
  margin-bottom: 6px;
}
.policybutton {
  display: flex;
  justify-content: center;
  font-size: 1rem;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
}
label.policybutton{
  margin: 0;
}
/*協賛企業一覧*/
ul#sponsors_list li {
	margin-bottom: 20px;
}
table.sponsors-table {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.sponsors-table th {
	padding: 1rem;
}
.sponsors-table td {
	padding: 1rem;
}
table.sponsors-table caption {
	width: 100%;
	background: var(--dark);
	text-align: center;
	padding: 10px;
	border: solid 1px #777;
	border-bottom: 0;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
}
/*アコーディオン*/



.details-wrapper details {
	border-bottom: none;
}
.details-wrapper details:last-child {
}
details {
}
details .details-content-wrapper {
}
details .details-content {
	overflow: hidden;
}
details summary {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 15px 40px 15px 10px;
	transition: background-color .3s;
	width: 100%;
	background: #eee;
	border: solid 1px #777;
	font-size: 1.2rem;
	font-weight: 700;
	color: #000;
	line-height: 1.2em;
}

details.note summary{
	background: #d2e5d2;
	color: #000;
	margin-bottom: 0;
	text-align: center;
}

details.note .note_detail {
	padding: 20px;
	border: solid 1px #777;
	border-top: 0;
	background: #f6f6f6;
}
details.post_accordion summary{
	color: #333;
	background: var(--member_main_light);
	border: none;
}
details.post_accordion summary:hover{
	Xbackground: var(--member_main);
	xbackground: var(--member_main);

}

details.join_accordion summary{
	color: #333;
	background: var(--post_btn_list);
	border: none;
	padding: 15px 10px 15px 10px;
}
details.join_accordion summary p{
font-size: 1.1rem;
}
details.join_accordion summary p span{
	font-size: 1rem;
	}
details.join_accordion summary:hover{

}
details summary:hover {
	opacity: 0.8;
}
details summary::-webkit-details-marker {
	display: none;
}
details summary::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	width: 13px;
	height: 13px;
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
	transform: rotate(45deg);
}
details.join_accordion summary{
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin-right: 12px;
}
details.join_accordion summary::before{
	content: "\f107";
	font-family: FontAwesome;
	font-size: 125%;
	display: inline-block;
	position: initial;
	margin-right: 10px;
	border: 0;
	transform: none;
	width: initial;
	height: initial;
	float: left;
}

/*
details.join_accordion summary::before{
	content: "";
	display: inline-block;
	position: initial;
	background-color: #000;
	width: 10px;
	height: 14px;
	margin-right: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	transform: rotate(90deg);
}
*/
details[open] summary::before{
}
details.post_accordion summary::before {
	border-right: 4px solid var(--member_main);
	border-bottom: 4px solid var(--member_main);
}
details.note summary::before {
	border-right: 4px solid #333;
	border-bottom: 4px solid #333;
}
details[open] summary {
	border-bottom: 1px solid #aaa;
}
/**/

.fixedbox {
display: none;
}

form.member_edit input {
	width: 90%;
}
/*礫陵新聞アーカイブ*/
section.contents.archive_ban {
	text-align: center;
}
section.contents.archive_ban a:hover{
	opacity: 0.8;
}
section.contents.archive_ban img{
	max-width:640px;
	width: 100%;
}
.backnumber_select_box {
	border-bottom: 1px solid var(--brand);
	padding: 1em;
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 20px;
}
p.year_txt {
	margin-right: 1em;
	font-size: 1.3em;
	font-weight: 710;
}
.backnumber_list ul li {
	border-bottom:1px solid #ddd ;
	display: flex;
	padding: 10px;
}

.backnumber_list ul li p{
	margin-right:1rem;
}
.backnumber_list ul li p span{
	font-weight: 700;
	margin-right:10px;
	font-size: 1.1em;
}
.backnumber_list ul li a {
	text-decoration: underline;
	font-weight: 700;
	color: #00f;
	font-size: 1.1em;
}
/*パスワードの表示非表示start*/
.eye_box {
	display: flex;
	align-items: center;
}
span.eye label {
	padding: 6px;
	margin-left: 6px;
	font-size: 1.2em;
	color: #999;
	cursor: pointer;
}

/*パスワードの表示非表示end*/

/*会費納入*/
/*.dues_payment .payment_box {
	width: 700px;
  margin: 0 auto;
}*/
.dues_payment .box {
	border: 2px solid #9d836f;
  margin-top: 20px;
  padding: 20px 25px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.dues_payment h4.guide-h4 {
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.dues_payment .b_txt {
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 2;
} 
.dues_payment .r_txt {
	color: #e20000;
	display: inline-block;
  margin: 10px 0;
  border-bottom: 1px solid;
} 
.dues_payment .font-b {
	color: #231815;
	margin-right: 20px;
	margin-left: 20px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.dues_payment .dues_pb {
	padding-bottom: 210px;
}
}
