@charset "utf-8";
/*
Theme Name: 香綾会関東支部 テンプレート
Description: 福岡県立香椎高等学校 香綾会関東支部　公式サイト用のテンプレートです
Author: 香綾会関東支部
Author URI: https://koryokai-kanto.com/
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Kosugi&display=swap');
@import url(fonts/style.css);


*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
ol,ul {
	list-style: none;
}
html {
	height: 100%;
	font-size: 62.5%;
}
body {
	height: 100%;
	font-family: 'Kosugi', sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	color: #333;
	overflow-wrap : break-word;
	background: #792428;
}
a {
	text-decoration: none;
	transition: all 0.5s;
	color: #333;
}
a img  {
	transition: all 0.5s;
}
a:hover,a:hover img  {
	opacity: 0.5;
}

/*見出し*/
h1 {
	width: 100%;
	display: block;
	border-bottom: solid 1px #fff;
	padding: 10px 0;
	margin-bottom: 5px;
}
h1 img {
	width: 300px;
	margin: 0 auto;
}
h2 img{
width: 150px;
}
h3 {
	background: #792428;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 10px;
	margin-bottom: 15px;
	width: 100%;
}
div.rightmenu-history h4 {
	text-align: center;
}
/*フォントアイコン*/
h2 span,h3 span {
	margin-right: 10px;
}


/*画像関連*/
img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
div img {
	margin: 0 auto;
}

/*フレックスボックス*/
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex-sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.empty-card {
	margin: 0;
	height: 0;
}

/*クリアフィックス*/
.clear-fix {
	overflow: hidden;
	height: auto;
}

/*装飾*/
.text-center {
	display: flex;
  align-items: center;
  justify-content: center;
}
.text-align {
	display: flex;
	align-items: center;
}
.right {
	margin: 0 0 50px auto;
  width:  280px;
}
.text-right {
	text-align: right;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}
p {
	text-indent: 1em;
	margin-bottom: 10px;
}
.red {
	color: #ff0000;
	font-weight: bold;
}
ul.tableline {
	border-top: solid 1px #4f181b;
	border-left: solid 1px #4f181b;
}
ul.tableline li {
	border-bottom: solid 1px #4f181b;
	border-right: solid 1px #4f181b;
	padding: 5px;
}
.bold {
	font-weight: bold;
}
.font24 {
	font-size: 2.4rem;;
}
.font12 {
	font-size: 1.2rem;;
}
.warning-text {
	padding: 15px 30px 0;
}
/*共通レイアウト*/
#wrapper {
	max-width: 1080px;
	margin: 15px auto;
	padding: 15px;
	background: #fff;
}
.container {
	width: 100%;
	margin-bottom: 15px;
}
#left-container {
	width: 73%;
	padding-bottom: 50px;
}
#right-container {
	width: 25%;
	background-color: #e7cfcf;
	padding: 10px 20px;
}
ul.right-menu li a {
	display: block;
	text-align: center;
	background-color: #792428;
	color: #fff;
	margin-bottom: 10px;
	padding: 10px 0;
}
.rightmenu-history select {
	width: 100%;
	padding: 10px;
}
.sub-container {
	width: 100%;
	margin: 0 auto;
}
.foursteps-area li{
	width: 24%;
	font-size: 15px;
}
.foursteps-area li.w100 {
	width: 100%;
}
.fivesteps-area li{
	width: 19%;
}
.sp {
	display: none;
}
@media screen and (min-width: 480px){
	.sp-br {
		display:none;
	}
}
@media screen and (max-width:480px) {
	h1 img {
		width: 60%;
	}
	h2 img{
	width: 30%;
	}
	h3 {
		text-align: center;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.flex {
		display: block;
	}
	#wrapper {
		width: 95%;
		padding: 5px 10px;
	}
	#left-wrapper,#right-wrapper {
		width: 100%;
	}
	#left-container,#right-container {
		width: 100%;
	}
	.foursteps-area li,.fivesteps-area li {
		font-size: 18px;
		width: 100%;
	}
}

/* タブ切り替え
--------------------------------------------- */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #792428;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #792428;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}


/* ヘッダ部分
--------------------------------------------- */
#pc-header {
	background: #792428;
	width: 100%;
}


@media screen and (max-width:480px) {
}

/* スマホのフッター固定メニュー
--------------------------------------------- */
#sp-menu {
	display: none;
}
.footer-menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #792428;
	z-index: 9999999999;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	text-align: center;
	border-top: solid 1px #fff;
}

ul.footer-menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 13px;
  line-height: 20px;
}
ul.footer-menu li span.icon-kashii,
ul.footer-menu li span.icon-undo2,
ul.footer-menu li span.icon-mail01,
ul.footer-menu li span.icon-line{
	font-size: 2.0rem;
	padding-bottom: 5px;
}
ul.footer-menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding: 10px 0;
}

@media screen and (max-width:480px) {
	#sp-menu {
		display: block;
	}
}




/* フッタ部分
--------------------------------------------- */
footer {
	border-top: solid 1px #fff;
	padding: 10px 0 50px;
}
footer ul li {
	text-align: center;
	color: #fff;
}
footer ul li#footer-logo {
	padding-top: 20px;
}
footer ul li img {
	width: 300px;
}


@media screen and (max-width:480px) {
	footer ul li img {
		width: 50%;
	}
	footer {
		padding: 10px 0 90px;
	}
}


/* ログイン画面ページ(login.html)
--------------------------------------------- */
p.um_request_name,div.um-right,div.um-col-alt-b {
	display: none;
}
#login-top {
	text-align: center;
	padding: 20px 0;
	width: 90%;
	margin: 0 auto;
	font-size: 1.8rem;
}
#login-form {
	width: 400px;
	margin: 0 auto 100px;
	background: #ffdedf;
	padding: 30px 40px;
}
div.um-field-label label {
	font-size: 1.8rem;
	font-weight: bold;
	color: #792428;
}
div.um-field-area input.um-form-field {
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	padding: 0 10px;
}
div.um-center input#um-submit-btn {
	width: 150px;
	padding: 10px;
	margin: 10px auto;
	display: block;
	background: #792428;
	color: #fff;
	border: solid 1px #631e22;
	border-radius: 30px;
}
div.um-center input#um-submit-btn:hover {
	opacity: 0.6;
	cursor: pointer;
}
#login-user {
	text-align: right;
	margin-bottom: 10px;
}
#login-user span a {
	display: inline-block;
	padding: 2px 10px;
	border: solid 1px #d2d2d2;
	border-radius: 15px;
	background: #d2d2d2;
}
@media screen and (max-width:480px) {
	#login-top {
		padding: 20px 0;
		width: 90%;
	}
	#login-top p {
		text-indent: 1rem;
		margin-bottom: 5px;
	}
	#login-form {
		width: 100%;
		margin: 0 auto 30px;
	}
}


/* TOPページ(front-page.html)
--------------------------------------------- */
#koryokainews-area {
	border: solid 1px #000;
	padding: 15px;
	margin: 10px;
}
#koryokainews-area h4 {
	text-align: center;
	margin-bottom: 10px;
}
ul#release_link,ul#management_link {
	margin-bottom: 15px;
}
ul#release_link li {
	width: 49.5%;
	margin-bottom: 5px;
}
.azuki-btn {
	display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin-bottom: 10px;
	border: 1px solid #4f181b;
  background-color: #792428;
  background-image: -webkit-linear-gradient(top, #792428, #b04248);
  background-image: linear-gradient(to bottom, #792428, #b04248);
  border-radius: 4px;
  color: #fff;
  line-height: 50px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.blue-btn {
	display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin-bottom: 10px;
	border: 1px solid #18244f;
  background-color: #244b79;
  background-image: -webkit-linear-gradient(top, #244b79, #4288b0);
  background-image: linear-gradient(to bottom, #244b79, #4288b0);
  border-radius: 4px;
  color: #fff;
  line-height: 50px;
  -webkit-transition: none;
  transition: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

@media screen and (max-width:480px) {
	ul#release_link li {
		width: 100%;
	}
}

/* 会員検索(index.html)
--------------------------------------------- */
#reset-btn {
	text-align: right;
	margin-bottom: 5px;
}
#reset-btn a {
    display: inline-block;
    padding: 2px 10px;
    border: solid 1px #d2d2d2;
    border-radius: 15px;
    background: #d2d2d2;
}
#reset-btn a:hover {
	cursor: pointer;
}
#search-conditions ul {
	padding: 0 20px;
	margin-bottom: 30px;
}
#search-conditions ul li {
	margin-bottom: 5px;
}
#search-conditions ul li label {
	margin-left: 10px;
}
#search-conditions select {
	margin: 0 0 30px 20px;
	padding: 10px 20px;
}
#member-keyword {
	padding: 10px 20px;
	width: 400px;
	margin: 0 0 30px 20px;
}
#search-conditions h4 span {
	margin-right: 10px;
}
#search-conditions h4 {
	background: #474747;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 15px;
}
#number-searches li {
	margin: 0 0 5px 20px;
}
#number-searches li span {
	margin-right: 10px;
}
#conditions-area {
	border: solid 1px #4f181b;
	padding: 10px 20px;
	background-color: #e6e0e0;
	margin-bottom: 15px;
}
#conditions-area  dt {
	text-align: center;
}
#result-area ul {
	border-left: solid 1px #818181;
}
ul#result-heading {
	border-top: solid 1px #818181;
}
ul#result-heading li {
	text-align: center;
	background-color: #d0a4a4;
	font-size: 14px;
}
#result-area li {
	border-bottom: solid 1px #818181;
	border-right: solid 1px #818181;
	padding: 5px 10px;
}
#result-area .result01 {
	width: 10%;
	text-align: center;
}
#result-area .result02 {
	width: 27%;
}
#result-area .result02 a {
	text-decoration: underline;
}
#result-area .result06 {
	width: 7%;
	text-align: center;
}
#result-area .result03 {
	width: 25%;
}
#result-area .result04 {
	width: 15%;
	text-align: center;
}
#result-area .result05 {
	width: 8%;
	text-align: center;
}
#result-area .result05 a,#result-area .result07 a {
	display: block;
	width: 100%;
}
#result-area .result05 a:hover,#result-area .result07 a:hover {
	color: #ff0000;
	opacity: 1;
}
#result-area .result07 {
	width: 8%;
	text-align: center;
}
.button_area button {
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: solid 1px #224599;
    border-radius: 30px;
    background: #224599;
    cursor: pointer;
}
.empty-card {
	width: 24%;
}
.conditions-error {
	background: url(img/error.png) no-repeat left bottom;
	height: 300px;
	padding: 130px 0 0 200px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #4f181b;
	margin-left: 70px;
}

.acd-check{
	display: none;
}
.acd-label{
	background: #474747;
	color: #fff;
	font-family: 'Kosugi', sans-serif;
	font-weight: bold;
	display: block;
	position: relative;
  padding: 5px 15px;
  margin-bottom: 15px;
}
.acd-label span {
	margin-right: 10px;
}
.acd-label:after{
	background: #000;
	box-sizing: border-box;
	content: '\ea0a';
	display: block;
	font-family: "icomoon";
	padding: 5px 20px;
	position: absolute;
	right: 0;
	top: 0px;
}
.acd-content{
	border: 1px solid #333;
	display: block;
	height: 0;
	opacity: 0;
	padding: 0;
	transition: .5s;
	visibility: hidden;
	margin-bottom: 10px;
}
.acd-check:checked + .acd-label:after{
	content: '\ea0b';
}
.acd-check:checked + .acd-label + .acd-content{
	height: auto;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}
@media screen and (max-width:480px) {
	#graduation-area ul li {
		padding-left: 30px;
	}
	.empty-card {
		width: 100%;
		padding-left: 30px;
	}
	#search-conditions select {
		display: block;
		margin: 0 auto 30px auto;
	}
	#member-keyword {
		display: block;
		width: 90%;
		margin: 0 auto 40px auto;
	}
	ul#result-heading {
		display: none;
	}
	#result-area ul {
		border-top: solid 1px #818181;
		margin-bottom: 5px;
	}
	#result-area .result01 {
		width: 25%;
		background-color: #e7cfcf;
	}
	#result-area .result02 {
		width: 65%;
		background-color: #e7cfcf;
	}
	#result-area .result06 {
		width: 10%;
		background-color: #e7cfcf;
	}
	#result-area .result03 {
		width: 60%;
	}
	#result-area .result04 {
		width: 30%;
	}
	#result-area .result05 {
		width: 10%;
		padding: 4px;
	}
	#result-area .result07 {
		display: none;
	}
	.conditions-error {
		height: 230px;
		padding: 50px 0 0 200px;
		font-size: 2.4rem;
		margin: 0 0 30px 0;
	}
}

/* 会員情報個別ページ
----------------------------------------- */
ul#basic-information {
	border-top: solid 2px #4f181b;
	border-left: solid 2px #4f181b;
	margin-bottom: 20px;
}
ul#basic-information li {
	border-bottom: solid 2px #4f181b;
	border-right: solid 2px #4f181b;
	padding: 5px 10px;
}
ul#basic-information li.basic-itmms01 {
	width: 30%;
	font-size: 24px;
	font-weight: bold;
}
ul#basic-information li.basic-itmms02 {
	width: 25%;
	display: flex;
  align-items: center;
}
ul#basic-information li.basic-itmms03 {
	width: 5%;
	display: flex;
  align-items: center;
  justify-content: center;
}
ul#basic-information li.basic-itmms04 {
	width: 30%;
	display: flex;
  align-items: center;
  justify-content: center;
}
ul#basic-information li.basic-itmms05 {
	width: 10%;
	display: flex;
  align-items: center;
  justify-content: center;
}
ul#basic-information li.basic-itmms06 {
	width: 15%;
}
ul#basic-information li.basic-itmms07 {
	width: 60%;
}
ul#basic-information li.basic-itmms08 {
	width: 25%;
}
ul#basic-information li.basic-itmms09 {
	width: 40%;
}
ul#basic-information li.basic-itmms10 {
	width: 40%;
}
ul#basic-information li.basic-itmms11 {
	width: 20%;
}
ul#basic-information li.basic-itmms12 {
	width: 100%;
	min-height: 80px;
}
#participation-area,#donation-area {
	width: 49%;
}
#participation-area dl {
	border-top: solid 1px #4f181b;
	border-left: solid 1px #4f181b;
	font-size: 1.4rem;
}
#participation-area dt {
	width: 90%;
	padding: 5px 10px;
	border-bottom: solid 1px #4f181b;
	border-right: solid 1px #4f181b;
}
#participation-area dd {
	width: 10%;
	border-bottom: solid 1px #4f181b;
	border-right: solid 1px #4f181b;
	color: #b04248;
}
ul#history-area {
	border-top: solid 1px #4f181b;
	border-left: solid 1px #4f181b;
	margin-bottom: 100px;;
}
ul#history-area li {
	padding: 3px 7px;
	border-bottom: solid 1px #4f181b;
	border-right: solid 1px #4f181b;
}
ul#history-area li.history-item {
	text-align: center;
	background-color: #e6cbcb;
}
li.history01 {
	width: 12%;
}
li.history02 {
	width: 12%;
}
li.history03 {
	width: 22%;
}
li.history04 {
	width: 54%;
}
ul#history-area li.w100 {
	width: 100%;
}
ul.tabletitle li {
	text-align: center;
	font-size: 1.4rem;
	background-color: #e6cbcb;
}
ul#tableinside {
	margin-bottom: 20px;
}
ul#tableinside li.joining01 {
	font-size: 1.4rem;
}
ul#tableinside li.joining02 {
	color: #631e22;
}
ul#tableinside li.joining03,ul#tableinside li.joining04 {
	text-align: center;
}
ul#tableinside li.joining05,ul#tableinside li.joining06,ul#tableinside li.joining07 {
	text-align: right;
}
li.joining01 {
	width: 45%;
}
li.joining02 {
	width: 4%;
	text-align: center;
}
li.joining03 {
	width: 10%;
}
li.joining04 {
	width: 8%;
}
li.joining05 {
	width: 6%;
}
li.joining06 {
	width: 7%;
}
li.joining07 {
	width: 8%;
	font-weight: bold;
}
ul#tableinside li.joining08 {
	width: 100%;
	padding: 5px 15px;
	font-size: 1.4rem;
}

@media screen and (max-width:480px) {
	ul#basic-information li.basic-itmms01 {
		width: 100%;
		background-color: #e7cfcf;
		color: #4f181b;
		text-align: center;
	}
	ul#basic-information li.basic-itmms02 {
		width: 80%;
		text-align: center;
	}
	ul#basic-information li.basic-itmms03 {
		width: 20%;
	}
	ul#basic-information li.basic-itmms04 {
		width: 80%;
	}
	ul#basic-information li.basic-itmms05 {
		width: 20%;
	}
	ul#basic-information li.basic-itmms06 {
		width: 100%;
	}
	ul#basic-information li.basic-itmms07 {
		width: 100%;
	}
	ul#basic-information li.basic-itmms08 {
		width: 100%;
	}
	ul#basic-information li.basic-itmms09 {
		width: 100%;
	}
	ul#basic-information li.basic-itmms10 {
		width: 100%;
	}
	ul#basic-information li.basic-itmms11 {
		width: 100%;
	}
	#participation-area,#donation-area {
		width: 100%;
	}
	#participation-area dt {
		width: 80%;
	}
	#participation-area dd {
		width: 20%;
	}
	li.history01,li.history02  {
		width: 30%;
		background-color: #e6cbcb;
	}
	li.history03 {
		width: 40%;
		background-color: #e6cbcb;
	}
	li.history04 {
		width: 100%;
	}
	li.joining01 {
		width: 90%;
		background-color: #e6cbcb;
	}
	li.joining02 {
		width: 10%;
		background-color: #e6cbcb;
	}
	li.joining05 {
		width: 18%;
	}
	li.joining06 {
		width: 23%;
	}
	li.joining07 {
		width: 23%;
	}
}
/* 総会レポートページ
----------------------------------------- */
.report-container {
	width: 95%;
	margin: 0 auto;
}
ul#multimedia_material {
	width: 230px;
}
ul#multimedia_material li {
	width: 50px;
}
ul#multimedia_material li a {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 2.8rem;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	padding: 2px 11px;
}
.deposit-total {
	width: 90%;
	margin: 0 auto;
}
.deposit-total li {
	width: calc(100%/7);
	text-align: right;
}
#unknowndeposit {
	width: 90%;
	margin: 20px auto 0;
}
#unknowndeposit h5 span {
	font-size: 1.8rem;
}
div#unknowndeposit ul.tabletitle li {
	text-align: center;
}
#unknowndeposit li {
	width: calc(100%/7);
	text-align: right;
}
#unknowndeposit li.unknown-first {
	width: calc(100%/7*2);
	text-align: center;
}
h4.report-heading {
	position: relative;
  padding-left: 20px;
  border-bottom: 6px solid #4f181b;
	margin: 30px 0 10px;
	font-size: 1.8rem;
}
h4.report-heading:before {
	position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #792428;
}
h4.report-heading span {
	margin-right: 10px;
	color: #792428;
}
ul#repotpage {
	padding: 5px 20px;
	margin-bottom: 150px;
}
.result-error span {
	margin: 0 10px 0 30px;
}
ul#repotpage li {
	margin-bottom: 20px;;
}
ul#repotpage li a {
	text-decoration: underline;
	margin-left: 15px;
	font-size: 1.8rem;
}
.report01,.report02,.report04,.report05,.report11,.report13 {
	text-align: center;
}
.report06,.report07,.report08,.report09,.report10 {
	text-align: right;
}
li.report01 {
	width: 4%;
}
li.report02 {
	width: 6%;
}
li.report03 {
	width: 19%;
}
li.report04 {
	width: 11%;
}
li.report05 {
	width: 9%;
}
li.report06 {
	width: 6%;
}
li.report07 {
	width: 6%;
}
li.report08 {
	width: 11%;
}
li.report09 {
	width: 6%;
}
li.report10 {
	width: 11%;
	font-weight: bold;
}
li.report11 {
	width: 4%;
}
li.report13 {
	width: 7%;
}
li.report12 {
	width: 100%;
	font-size: 1.4rem;
}
.report-container h5 {
	margin: 15px 0 0 15px;
}
.report-container ul li {
	width: 50%;
}
ul#schedule-list {
	width: 95%;
  margin: 0 auto;
}
ul#schedule-list li.schedule01 {
	width: 12%;
	text-align: center;
}
ul#schedule-list li.schedule02 {
	width: 25%;
}
ul#schedule-list li.schedule03 {
	width: 63%;
}
@media screen and (max-width:480px) {
	ul#multimedia_material {
		width: 70%;
		margin: 15px auto 0;
	}
	.deposit-total {
		width: 100%;
	}
	.deposit-total li {
		width: calc(100%/3);
	}
	#unknowndeposit {
		width: 100%;
	}
	#unknowndeposit li {
		width: calc(100%/3);
	}
	#unknowndeposit li.unknown-first {
		width: calc(100%/3*2);
	}
	li.report11 {
		width: 10%;
		background-color: #d2d2d2;
	}
	li.report02 {
		width: 20%;
		background-color: #d2d2d2;
	}
	li.report03 {
		width: 50%;
		background-color: #d2d2d2;
	}
	li.report13 {
		width: 20%;
		background-color: #d2d2d2;
	}

	li.report04 {
		width: 30%;
	}
	li.report05 {
		width: 30%;
	}
	li.report10 {
		width: 30%;
	}
	li.report01 {
		width: 10%;
	}
	.report-container ul li {
		width: 100%;
	}
	ul#schedule-list li.schedule01 {
		width: 40%;
	}
	ul#schedule-list li.schedule02 {
		width: 60%;
	}
	ul#schedule-list li.schedule03 {
		width: 100%;
	}
}
/* 議事録(minutes)
--------------------------------------------- */
.meeting-toplist a {
	display: block;
	padding: 5px 10px;
	background-color: #f0f0f0;
	border: solid 1px #a0a0a0;
	margin-bottom: 10px;
}
.meeting-toplist a dd {
	margin-left: 30px;
}
#meeting-detail {
	padding: 0 20px 20px;
}
#meeting-detail li {
	margin-bottom: 5px;
}
#feature-contents {
	background-color: #d2d2d2;
	border: solid 1px #a0a0a0;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
#feature-contents li a {
	text-decoration: underline;
}
#next-meeting {
	text-align: center;
	border: solid 1px #a0a0a0;
	padding: 10px 0;
	margin: 70px 0;
}
.agenda-item {
	padding: 0 0 40px;
}
.agenda-item h4 {
	background: #474747;
	color: #fff;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.agenda-item div  {
	padding: 0 20px;
}
.agenda-item div a,.knews-item a {
	text-decoration: underline;
	color: blue;
}

@media screen and (max-width:480px) {
}

/* 404エラーページ(pharmacists.html)
--------------------------------------------- */
ul#error404 {
	padding: 20px 0;
}
ul#error404 li {
	width: 60%;
	margin: 15px auto;
}
@media screen and (max-width:480px) {
	ul#error404 li {
		width: 80%;
	}
}

/* お問い合わせフォーム(pharmacists.html)
--------------------------------------------- */
#line-friend {
	width: 40%;
	margin: 20px auto;
}
#form dl dt,#form dl dd {
	padding: 10px 20px;
	margin-bottom: 5px;
}
#form dl dt {
	width: 30%;
	background: #e7e0e0;
	display: grid;
  place-items: center;
	color: #792428;
	font-weight: bold;
	text-align: center;
}
#form dl dt.anycolour {
	background: #d1cfcf;
}

#form dl dd {
	width: 69.5%;
	background: #ebebeb;
}
#form dl dd select {
	padding: 5px 10px;
}
#form dl dd input.spmax {
	padding: 5px 10px;
	width: 350px;
	font-size: 1.8rem;
}
#form dl dd textarea.pcmax {
	width: 100%;
	padding: 5px 10px;
	font-size: 1.8rem;
}
.button_area {
  text-align: center;
  padding: 20px 0 40px 0;
}
.button_area button {
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: solid 1px #792428;
  border-radius: 30px;
  background: #792428;
  cursor: pointer;
}
#phone_btn a {
	display: block;
	margin: 40px auto;
	width: 280px;
  color: #ffffff;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 10px 20px;
  border: solid 1px #d9a62e;
  border-radius: 30px;
  background: #d9a62e;
	text-align: center;
}
ul#confirm {
	margin: 30px auto;
	border: solid 1px #792428;
	padding: 20px;
}
ul#confirm li {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #792428;
}
@media screen and (max-width:480px) {
	#form dl dt,#form dl dd {
		width: 100%;
	}
	#form dl dt {
		margin: 0;
	}
	#form dl dd input.spmax {
		width: 100%;
	}
	#form dl dd {
		text-align: center;
	}
	ul#confirm li {
		text-align: left;
	}
}
/* 川柳応募用フォーム(pharmacists.html)
--------------------------------------------- */
ul.senryu_application {
	padding: 10px 0;
	border-bottom: solid 1px #dbdbdb;
}
ul.senryu_application li {
	padding: 5px 0;
}



/* 動画配信ページ(index.html)
--------------------------------------------- */
.delivery-start {
	text-align: center;
	padding: 10px;
	width: 90%;
	margin: 0 auto 10px;
}
.border-box {
	border: solid 1px #dbdbdb;
	padding: 10px;
	width: 90%;
	margin: 0 auto 10px;
}
.youtube {
  width: 100%;
  height: 0;
	margin-bottom: 40px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.video-content {
	background: #ffe3e3;
	width: 80%;
	margin: 0 auto 15px;
	padding: 5px 10px;
	border-radius: 10px;
	font-size: 1.4rem;
}
.video-content dt {
	text-align: center;
}

@media screen and (max-width:480px) {
}


/* 総会運営マニュアルページ(manual)
--------------------------------------------- */
#menu-list li a {
	display: block;
	text-align: center;
	color: #fff;
	background-color: #792428;
	border: solid 1px #792428;
	border-radius: 5px;
	padding: 8px 0;
	margin-bottom: 10px;
}
#menu-list li a.text-left  {
	text-align: left;
	padding-left: 15px;
}
.menu-container {
	padding: 0 20px 20px;
}
.menu-container ul {
	padding: 0 0 15px 30px;
}
@media screen and (max-width:480px) {
}

/* お知らせページ
--------------------------------------------- */
#knews-top {
	padding: 0 0 10px 40px;
}
.knews-item {
	padding: 10px;
}
.knewstext-right {
	width: 60%;
}
.knewsimg-right {
	width: 38%;
}
.knewstext-center {
	width: 100%;
}
.knewsimg-center {
	width: 80%;
	margin: 10px auto 0;
}
.knewsimg-right p,.knewsimg-center p {
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width:480px) {
	#knews-top {
		padding: 0 0 10px 20px;
	}
	.knewstext-right {
		width: 100%;
		margin-bottom: 10px;
	}
	.knewsimg-right  {
		width: 80%;
		margin: 0 auto;
	}
}

/* 会計報告ページ
--------------------------------------------- */
.pdf-downlord a {
	display: block;
	width: 70%;
	background-color: #792428;
	color: #fff;
	text-align: center;
	padding: 5px 7px;
	border-radius: 30px;
	margin: 5px auto;
}
.pdf-downlord a span {
	font-size: 3.0rem;
}
.pink-toplist a {
	display: block;
	padding: 20px 10px;
	background-color: #e6cbcb;
	border: solid 1px #a0a0a0;
	margin-bottom: 10px;
}


/* サークル紹介ページ
--------------------------------------------- */
#circle-topmenu {
	padding: 30px 15px;
}
#circle-topmenu li {
	margin-bottom: 15px;
}


/* 1.親スタイルリセットとペース設定 ++++++++++ */
.slider-box p, .slider-box div, .loop-box ul, .loop-box li {
  box-sizing: border-box; margin: 0 !important; padding: 0 !important;
}

/* 2.ベースBOXの設定 +++++++++++++++++++++ */
.slider-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 100%; /* 画面又は親要素に対するサイズ - 変更可 */
  background: #333; /* 背景色 - 変更可・削除可 */
  border: solid 5px #000; /* 囲み線 - 変更可・削除可 */
  margin: 50px auto; /* Box外の余白 - 変更可 */
  padding: 10px 0 0; /* 上端からスライダーまでの距離 - 変更可・削除可 */
}

/* 3.チェックボックスを利用した停止・再生などの設定 +++++++++++++++++ */
.slider-check {
  display: none;
}
.slider-check:checked ~ .loop-box > .loop {
  animation-play-state: paused;
}
.slider-label {
  display: block;
  cursor: pointer;
  color: #fff; /* 文字色 - 変更可 */
  font-size: 24px; /* 文字サイズ - 変更可 */
  line-height: 2; /* ボタン部分の高さ - 変更可 */
  text-align: center;  
}
.slider-label::before {
  content: "\025a0  STOP"; /* 停止テキスト - 変更可 */
  } 
.slider-check:checked ~ div > .slider-label::before {
  content: "\025b6  MOVE"; /* 再生テキスト - 変更可 */
}

/* 4.スライダー本体とアニメーションの基本設定 ++++++++++++++ */
.loop-box{
  position: relative;
  width: 100%;
  overflow: hidden; 
}
.loop-box, .loop-box ul {
  height: 400px; /* スライダーの高さ - 変更注意 */
}
.loop-box ul {
  position: absolute; left: 0; top: 0;
  display: flex; 
  justify-content: space-between;
  background: #000; /* スライダーの背景色 - 変更可 */
  list-style: none;
  max-width: 10000%; 
  min-width: 100%;
  width: calc(300px * 1.5 * 3); /* 画像の横幅×枚数 - 変更注意・変更可・変更注意 */
  animation: 60s linear infinite; /* アニメーション設定 - 変更可 */
}
.loop-box li {
  display: flex;
  align-items: center; 
  justify-content: center;
  color: #fff;
  width: calc(100% / 3); /* li の幅を均等にする - 削除可・変更注意 */
}
.loop-box img {
  height: auto;
  width: 100%;
}

/* 5.アニメーション個別設定 ++++++++++ */
.loop-box ul.loop1 {
  animation-name: loop1;
}
.loop-box ul.loop2 {
  animation-name: loop2;
}
@keyframes loop1 {
  0% {transform: translateX(0); }
  49.99999% {transform: translateX(-100%); }
  50% {transform: translateX(100%); }
}
@keyframes loop2 {
  0% {transform: translateX(100%); }
  100%{transform: translateX(-100%); }
}

/* カテゴリラベル
--------------------------------------------- */
.kantoumeeting-related,.committee-minutes,.kanto-notice {
	background-color: #792428;
	color: #fff;
	padding: 2px 7px;
	border-radius: 15px;
	font-size: 1.4rem;
}
.headquarters-related,.permanent-secretary {
	background-color: #474747;
	color: #fff;
	padding: 2px 7px;
	border-radius: 15px;
	font-size: 1.4rem;
}
.preparation-minutes {
	background-color: #4f181b;
	color: #fff;
	padding: 2px 7px;
	border-radius: 15px;
	font-size: 1.4rem;
}
.report-kashii {
	background-color: #192768;
	color: #fff;
	padding: 2px 7px;
	border-radius: 15px;
	font-size: 1.4rem;
}