@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');

.all_articles_link a {
	font-size: 20px;
	border-bottom: 2px solid red;
}

.hidden_td {
	margin-bottom: 0;
}

#ranking h1 {
	font-size: 22px;
}

.types {
	display: inline-block !important;
}

.view_table tr {
	text-align: left;
}

.category {
	padding-left: 0;
}

.category input {
	margin-top: 10px;
	width: 20px !important;
	margin-right: 15px;
}

.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.menu li {
	margin-bottom: 30px;
}

.menu-item {
	margin-left: 25px;
}

.submenu {
	display: none;
	list-style-type: none;
}

.submenu li {
	margin-left: 20px;
	margin-top: 10px;
}

.submenu.active {
	display: block;
}

.plus-minus::before {
	content: '開く＋';
	color: red;
	font-size: 12px;
}

.menu-item.open .plus-minus::before {
	content: '閉じる－';
	color: red;
	font-size: 12px;
}


html {
	font-size: 100%;
}

body {
	font-size: 1rem;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #F6F6F6;
	margin: 0 auto;
	color: #333333;
	text-align: center;
	font-size: 1rem;
}

p {
	margin-top: 50px;
}

pre {
	font-family: 'Noto Sans JP', sans-serif;
	white-space: pre-wrap;
	margin: 0;
}

button {
	max-width: 200px;
	background: #FA8072;
	color: #fff;
	font-weight: bold;
	padding: 15px 40px;
	border: none;
	cursor: pointer;
	border-radius: 20px;
	outline: none;
	background: #FA8072;
	cursor: pointer;
}

a {
	color: #333333;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

li {
	list-style: none;
}

input {
	width: 350px;
	height: 25px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

th {
	color: #838282;
	font-size: 14px;
}

td {
	margin-bottom: 20px;
}

.error-message {
	color: #FA8072;
}

.form {
	margin: auto;
	text-align: center;
	background-color: white;
	padding: 2% 5%;
	max-width: 500px;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.pink_form {
	margin: auto;
	text-align: center;
	background-color: rgb(254, 221, 218);
	padding: 2% 5%;
	max-width: 85%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.pink_form .flex_btn,
.blue_form .flex_btn {
	width: 55%;
	margin: auto;
	margin-top: 30px;
}

.pink_form .submit_btn,
.pink_form .submit_btn:hover,
.blue_form .submit_btn,
.blue_form .submit_btn:hover {
	margin-bottom: -0.3px;
}

.light_pink_form {
	margin: auto;
	text-align: left;
	background-color: rgb(254, 233, 231);
	padding: 2% 5%;
	max-width: 85%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	display: flex;
}

.blue_form {
	margin: auto;
	text-align: center;
	background-color: rgb(221, 239, 244);
	padding: 2% 5%;
	max-width: 85%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.funny_form {
	margin: auto;
	text-align: center;
	background-color: rgb(193, 172, 252);
	padding: 2% 5%;
	max-width: 85%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.light_blue_form {
	margin: auto;
	text-align: left;
	background-color: rgb(230, 242, 247);
	padding: 2% 5%;
	max-width: 85%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	display: flex;
}

.right {
	margin-left: auto;
}

.light_pink_form .left {
	display: flex;
	width: 70%;
}

.before {
	border-right: 3px solid rgb(178, 178, 178);
	padding-right: 30px;
	width: 40%;
}

.after {
	padding-left: 30px;
	width: 40%;
}

.flex_register_btn {
	display: flex;
	width: 45%;
	margin: auto;
	margin-bottom: 30px;
}


.end {
	text-align: center;
	margin-top: 50px;
}

.vertical {
	display: inline-block;
	margin-top: 50px;
	margin-bottom: 15px;
}

.vertical_icon_btn {
	white-space: nowrap;
	width: 269px;
	margin-top: 50px;
	display: block;
	margin: auto;
}

.vertical_icon_btn:after {
	content: '';
	background-image: url(/img/preferences.png);
	background-size: contain;
	white-space: nowrap;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	margin-left: 0.5rem;
}

.vertical_btn {
	width: 269px;
	margin-top: 50px;
	display: block;
	margin: auto;
}

.vertical_btn:hover {
	width: 269px;
	margin-top: 50px;
	display: block;
	margin: auto;
	background-color: #f82b14;
}

.display-table {
	text-align: left;
	margin: auto;
	margin-bottom: 15px;
}

.display-table_input {
	text-align: left;
	margin: auto;
	margin-bottom: 15px;
}

.display-table td {
	padding-left: 70px;
	padding-bottom: 10px;
}

.display-table th {
	padding-bottom: 10px;
	width: 20%;
}

.display-table_input th {
	padding-bottom: 10px;
}

.default-icon {
	color: #d9d9d9;
	font-size: 450%;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.icon_container {
	margin-top: -20px;
}

.indivisual-icon {
	font-size: 400%;
	width: 75px;
	height: 75px;
	border-radius: 50%;
}

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #F0E68C;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 50px;
}

.scroll-to-top:hover {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #ecdf6f;
	border: none;
	border-radius: 50px;
	cursor: pointer;
	font-size: 50px;
}

textarea {
	width: 350px;
	height: 80px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	resize: none;
}

select {
	width: 370px;
	height: 40px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #838282;
}

.author_table h1,
.view_table h1 {
	padding: 0.4em 0.5em;
	background: #fefefa;
	border-left: solid 5px #FA8072;
	border-bottom: solid 3px #d7d7d7;
}

.author_table h2,
.view_table h2,
.view_table h3 {
	padding: 0.25em 0.5em;
	background: transparent;
	border-left: solid 5px #F0E68C;
}

.view_table p {
	margin: 0;
	margin-bottom: -15px;
}

.contactsList {
	margin-top: 50px;
}

/*-------------------------------------------
top
-------------------------------------------*/
.hidden {
	display: none;
}

nav.open ul {
	display: flex;
}

.humberger {
	display: block;
	height: 60px;
	position: relative;
	z-index: 99999;
	width: 60px;
	border: none;
	background-color: transparent;
}

.humberger.-active .humberger__line {
	background-color: transparent;
}

.humberger.-active .humberger__line::before {
	top: 0;
	transform: rotate(45deg);
}

.humberger.-active .humberger__line::after {
	top: 0;
	transform: rotate(-45deg);
}

.humberger.-active .humberger__text::before {
	content: '髢峨§繧・;

}

.humberger__line {
	display: block;
	height: 2px;
	position: absolute;
	top: 23px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	background-color: #172e59;
	transition: 0.4s;
}

.humberger__line:before,
.humberger__line:after {
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	background-color: #172e59;
	transition: inherit;
}

.humberger__line:before {
	top: -6px;
}

.humberger__line:after {
	top: 6px;
}

.humberger__text {
	position: absolute;
	bottom: 8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

.humberger__text::before {
	content: "メニュー";
	text-align: center;
	color: #172e59;
	font-size: 10px;
	font-weight: 900;
}

.header__nav-area {
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 99999;
	height: 100vh;
	width: auto;
	visibility: hidden;
	padding-top: 1rem;
	background-color: #fff;
	transition: 0.4s;
}

.header__inner {
	display: flex;
	justify-content: flex-end;
	background-color: #eeddc8;
}

.header__nav-area.-active {
	left: 0;
	visibility: visible;
}

.global-navigation {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 120px;
}

.global-navigation__list>li {
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #e7e9ee;
}

.global-navigation__list>li+li {
	margin-top: 2rem;
}

.global-navigation__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #172e59;
	font-weight: 900;
	transition: color 0.4s;
	font-size: medium;
}

.global-navigation__link.-accordion {
	position: relative;
	background: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	padding: 0;
	font-size: medium;
}

.global-navigation__link.-accordion::after {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 2px;
	background-color: #ed3242;
	transform: translateY(-50%);
	transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	background-color: #ed3242;
	transform: translateY(-50%);
}

.global-navigation__link.-active::after {
	transform: translateY(-50%) rotate(-90deg);
}

.accordion {
	height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: 0.4s;
}

.accordion.-active {
	height: auto;
	padding-top: 1.5rem;
	visibility: visible;
}

.accordion__list li {
	font-size: 0.75rem;
}

.accordion__list li+li {
	margin-top: 1rem;
}

.accordion__link {
	color: #172e59;
	font-size: medium;
}

#header {
	width: 100%;
}

#logo {
	margin: 30px;
}

@media screen and (min-width: 510px) {
	.password_status {
		text-align: right;
		margin-right: 70px;
	}

	#header_btn ul {
		display: flex;
		justify-content: flex-end;
		margin-left: 15px;
	}

	#header_btn li {
		margin-right: 30px;
	}

	#humCheck,
	#humOpen,
	#humClose {
		display: none;
	}

	#header_links ul {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.under {
		border-bottom: 1px solid #333333;
	}

	.body_container {
		width: 90%;
		margin: auto;
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
		text-align: left;
		display: flex;
	}

	main {
		width: 40%;
		padding: 0 15px 0 10px;
	}

	aside {
		width: 60%;
		padding: 0 10px 0 15px;
		text-align: left;
	}

	.articleList {
		width: 80%;
		margin: auto;
		margin-top: 30px;
		margin-bottom: 30px;
		text-align: left;
		border-collapse: separate;
		border-spacing: 0px 20px;
	}

	.post {
		margin: 30px 50px;
		text-align: left;
	}

	.article_table select {
		width: 940px;
		height: 40px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #838282;
	}

	.display-table_input td {
		padding-left: 20px;
		padding-bottom: 10px;
	}

	.modal-input {
		width: 570px;
	}

	.search_btn {
		width: 30%;
		margin: auto;
		display: block;
		margin-top: 10px;
	}

	.author_table {
		width: 80%;
		margin: auto;
	}

	.author_table_list {
		margin: auto;
		text-align: center;
		padding: 2% 5%;
		width: 80%;
		border-radius: 10px;
	}

	.search_input_all {
		margin: auto;
		background-color: white;
		padding: 2% 5%;
		width: 45%;
		margin-top: 50px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.resiponsive_pickup {
		display: none;
	}

	.draft {
		background-color: #F6F6F6;
		border: 2px solid #FA8072;
		color: #FA8072;
		margin-right: 40px;
	}

	.draft:hover {
		background-color: #F6F6F6;
		border: 2px solid #f82b14;
		color: #f82b14;
		margin-right: 40px;
	}

	.dismiss {
		background-color: #F6F6F6;
		border: 2px solid #FA8072;
		color: #FA8072;
		margin-right: 40px;
	}

	.dismiss:hover {
		background-color: #F6F6F6;
		border: 2px solid #f82b14;
		color: #f82b14;
	}

	.header_design {
		background-color: #eeddc8;
		height: 7rem;
		color: #707070;
	}

	.header_design span {
		font-size: 50px;
		font-family: 'Noto Serif JP', sans-serif;
		font: bold;
		white-space: nowrap;
	}

	.header_design p {
		font-size: 20px;
		margin: 0;
	}

	.article {
		width: 35vw;
		max-width: 300px;
		height: 320px;
		border-radius: 10px;
		padding: 10px 20px;
		background-color: white;
		border: 2px solid #efefef;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		margin: 20px;
	}

	.article:hover {
		width: 35vw;
		max-width: 310px;
		height: 320px;
		border-radius: 10px;
		padding: 10px 20px;
		background-color: white;
		border: 2px solid #9f9f9f;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		margin: 20px;
	}

	.gallery {
		width: 250px;
		height: 280px;
		border-radius: 10px;
		padding: 10px 20px;
		background-color: white;
		border: 2px solid #efefef;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		margin: 20px;
	}

	.gallery:hover {
		max-width: 250px;
		height: 280px;
		border-radius: 10px;
		padding: 10px 20px;
		background-color: white;
		border: 2px solid #9f9f9f;
		display: inline-block;
		flex-direction: column;
		align-items: center;
		margin: 20px;
	}

	.pickup_contents h2 {
		white-space: normal;
	}

	.csv_btn {
		background-color: white;
		border: 2px solid #F0E68C;
		color: #F0E68C;
		width: 269px;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-bottom: 10px;
		margin-left: 30px;
	}

	.csv_btn:hover {
		background-color: white;
		border: 2px solid #ecdf6f;
		color: #ecdf6f;
		width: 269px;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-bottom: 10px;
		margin-left: 30px;
	}

	.updateImgs {
		position: absolute;
		top: -15px;
		right: -470px;
		max-width: 320px;
		max-height: 100px;
		display: -webkit-inline-box;
	}

	.rule {
		text-align: right;
		margin-top: 0 !important;
	}

	.view_table {
		width: 80%;
		margin-top: 30px;
		margin: auto;
	}

	.imgs {
		max-width: 640px;
		max-height: 480px;
		object-fit: cover;
	}
}

.login_btn {
	background-color: #F6F6F6;
	border: 2px solid #FA8072;
	color: #FA8072;
}

#header_links {
	background-color: #eeddc8;
	padding: 5px;
}

.fade-enter-active,
.fade-leave-active {
	transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
	opacity: 0;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	background: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.modal {
	position: relative;
	cursor: default;
	max-width: 90%;
}

.modal-btn {
	position: absolute;
	top: -25px;
	right: -25px;
	background: #333333;
	color: #d9d9d9;
	border-radius: 50%;
	font-size: 20px;
	border: 3px solid #d9d9d9;
	width: 50px;
	height: 50px;
	padding: 0;
	display: flex;
	justify-content: center;
}

.modal-btn i {
	margin-top: 10px;
}

.modal-btn:hover,
.modal-btn:focus,
.modal-btn:active {
	background-color: #fff;
}

.articleList-container .headline_img img {
	width: auto;
	max-height: auto;
	margin-top: 10px;
}

.articleList-container .pickup_headline_img img {
	width: auto;
	max-height: 150px;
	margin-top: 10px;
}

.articleList-container .headline_default_img i {
	width: auto;
	font-size: 170px;
	color: #d9d9d9;
}

.galleryList-container .headline_img img {
	width: auto;
	max-height: auto;
	margin-top: 10px;
}

.galleryList-container .pickup_headline_img img {
	width: auto;
	max-height: 150px;
	margin-top: 10px;
}

.galleryList-container .headline_default_img i {
	width: auto;
	font-size: 170px;
	color: #d9d9d9;
}

.headline_img img {
	max-width: 150px;
	max-height: 150px;
	margin-top: 10px;
	border-radius: 10px;
}

.pickup_headline_img img {
	max-width: 200px;
	max-height: 200px;
	margin-top: 10px;
	border-radius: 10px;
}

.headline_default_img i {
	width: 150px;
	font-size: 900%;
	color: #d9d9d9;
}

.titles {
	display: inline-block;
	margin-left: 20px;
}

#new h1 {
	margin-top: 50px;
	margin-bottom: 0;
}

.articleList-container {
	width: 80%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
	white-space: nowrap;
}

.galleryList-container {
	width: 80%;
	margin: auto;
	border-collapse: separate;
	border-spacing: 0px 10px;
}

.pickup_contents {
	display: block;
	cursor: pointer;
}

.pickup {
	height: 400px;
	margin-bottom: 70px;
}

.pickup h1 {
	margin-top: 50px;
	margin-bottom: 0;
}

footer {
	background-color: #eeddc8;
}

footer img {
	width: 15rem;
	padding: 40px 0;
}

.list_crown .first {
	color: white;
	background-color: #dbb400;
	border-radius: 50%;
	padding: 8px 15px;
	position: relative;
	bottom: 15px;
	right: 30px;
}

.list_crown .second {
	color: white;
	background-color: #9fa0a0;
	border-radius: 50%;
	padding: 8px 15px;
	background-color: #9fa0a0;
	position: relative;
	bottom: 15px;
	right: 30px;
}

.list_crown .third {
	color: white;
	background-color: #c47022;
	border-radius: 50%;
	padding: 8px 15px;
	position: relative;
	bottom: 10px;
	right: 30px;
}

#ranking table {
	width: 90%;
}

#ranking td {
	cursor: pointer;
}

/*-------------------------------------------
login
-------------------------------------------*/
.input_table {
	margin: auto;
}

.input_table td,
.input_table th {
	display: block;
	text-align: left;
}

.input_table span {
	font-size: 14px;
}

.submit_btn {
	background-color: #ADD8E6;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
}

.submit_btn:hover {
	background-color: #67b7d1;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
}

.form a {
	color: #c9c9c9;
	text-decoration: underline;
}

/*-------------------------------------------
registerUser
-------------------------------------------*/
.js-upload-filename {
	font-size: 14px;
}

.badge {
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	background: #FA8072;
	color: #fdfdfd;
	padding: 4px 8px;
	border-radius: 2px;
	margin-left: .5em;
	position: relative;
	top: -1px;
}

.flex_btn {
	display: flex;
	justify-content: center;
	/* 横方向の中央揃え */
	align-items: center;
}

.submit_back_btn {
	background-color: white;
	border: 2px solid #ADD8E6;
	color: #ADD8E6;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.submit_back_btn:hover {
	background-color: white;
	border: 2px solid #67b7d1;
	color: #67b7d1;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.clear_btn {
	background-color: white;
	border: 2px solid #FA8072;
	color: #FA8072;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.clear_btn:hover {
	background-color: white;
	border: 2px solid #f82b14;
	color: #f82b14;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.csv_register_btn {
	background-color: #F6F6F6;
	border: 2px solid #FA8072;
	color: #FA8072;
	width: 269px;
	margin: auto;
/*	margin-right: 10px;*/
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.csv_register_btn:hover {
	background-color: #F6F6F6;
	border: 2px solid #f82b14;
	color: #f82b14;
	width: 269px;
	margin: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.hover_red_btn {
	background-color: #FA8072;
	border: 2px solid white;
	color: white;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.hover_red_btn:hover {
	background-color: #f82b14;
	border: 2px solid white;
	color: white;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.hover_blue_btn {
	background-color: dodgerblue;
	border: 2px solid white;
	color: white;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.hover_blue_btn:hover {
	background-color: lightskyblue;
	border: 2px solid white;
	color: white;
	width: 269px;
	margin: auto;
	margin-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 10px;
}

.icon_img {
	height: 100px;
}

.back_to_top {
	text-align: center;
	font-size: 20px;
	margin-bottom: 30px;
}

.radio_btn {
	width: 60px !important;
	height: 20px !important;
}

.csv_form {
	margin-top: 50px;
	margin-bottom: 50px;
}

.csv_table {
	margin: auto;
}

.csv_table button {
	margin-left: 40px;
}

.light_blue_btns {
	display: flex;
	width: 80%;
	margin: auto;
	margin-top: 50px;
}

.light_blue_btns .search_back_btn {
	margin-bottom: 10px;
	margin-right: 50px;
}

.light_blue_btns .search_back_btn:hover {
	margin-bottom: 10px;
	margin-right: 50px;
}

.light_blue_btns .submit_btn {
	margin-left: 50px;
}

/*-------------------------------------------
editUser
-------------------------------------------*/
.search_input {
	margin: auto;
	background-color: white;
	padding: 2% 5%;
	width: 60%;
	margin-top: 50px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.search_table {
	margin: auto;
}

.responsive-table {
	margin: 30px auto;
	border-collapse: separate;
	border: solid 1px #d9d9d9;
	border-radius: 10px;
	border-spacing: 0;
	width: 90%;
	border-spacing: 0;
	overflow-x: auto;
}

tr.responsive-table:hover td {
	background-color: #F0E68C;
}

thead {
	background-color: #FA8072;
}

.responsive-table-head th {
	color: white;
}

.responsive-table tr {
	border-bottom: solid 1px #eee;
	cursor: pointer;
}

table.responsive-table tr:hover td {
	background-color: #F0E68C;
}

tr.choice-table:hover td {
	background-color: #F0E68C;
}

.responsive-table th,
.responsive-table td {
	text-align: center;
	width: 11%;
	padding: 10px 0;
}

.search_back_btn {
	background-color: #F6F6F6;
	border: 2px solid #ADD8E6;
	color: #ADD8E6;
	width: 269px;
	margin: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.search_back_btn:hover {
	background-color: #F6F6F6;
	border: 2px solid #67b7d1;
	color: #67b7d1;
	width: 269px;
	margin: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

.flex_search_back_btn {
	background-color: #F6F6F6;
	border: 2px solid #ADD8E6;
	color: #ADD8E6;
	width: 269px;
	margin: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	margin-right: 50px;
}

.flex_search_back_btn:hover {
	background-color: #F6F6F6;
	border: 2px solid #67b7d1;
	color: #67b7d1;
	width: 269px;
	margin: auto;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 30px;
	margin-right: 50px;
}

.checkbox {
	width: 15px !important;
	margin-right: 10px;
}

.delete_btn {
	background-color: #FA8072;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}

.delete_btn:hover {
	background-color: #f82b14;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
}

/*-------------------------------------------
postArticle
-------------------------------------------*/
.view td,
.article_table td,
.article_table th {
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	text-align: left;
}

.article_table {
	margin: auto;
	text-align: center;
	padding: 2% 5%;
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
}

.article_table input {
	width: 920px;
	height: 25px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

.article_table textarea {
	width: 920px;
	height: 200px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	resize: none;
}

.radio {
	text-align: left;
}

.create {
	margin-top: 15px;
}

.create:hover {
	margin-top: 15px;
	background-color: #f82b14;
}

.label {
	padding: 14px 50px;
	margin: 0 0 10px;
	background: #F0E68C;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 20px;
	font-size: 14px;
}

.imgChoice .label {
	padding: 14px 50px;
	margin: 0 0 10px;
	background: #F0E68C;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 20px;
	font-size: 14px;
	width: 100px;
	max-height: 20px;
}


.label:hover {
	padding: 14px 50px;
	margin: 0 0 10px;
	background: #ecdf6f;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 20px;
	font-size: 14px;
}

input[type="file"] {
	display: none;
}

.imgChoice {
	margin-left: 30px;
}


.preview img {
	max-width: 320px;
	max-height: 240px;
}

.preview {
	margin-top: 10px;
}

.view_table a {
	color: blue;
	text-decoration: underline;
}

.imgExplaining {
	font-size: 12px;
}

.choose table {
	margin: auto;
}

.choose {
	margin-top: 50px;
}

.input_table .radio {
	text-align: center;
}

h2 {
	margin: 0;
}

/*-------------------------------------------
editArticle
-------------------------------------------*/
.title-container {
	display: flex;
}

.articleList td {
	background-color: white;
	border-radius: 10px;
	padding: 10px 15px;
	border: 2px solid #efefef;
	background-color: white;
	cursor: pointer;
}

.articleList td:hover {
	background-color: white;
	border-radius: 10px;
	padding: 12px 17px;
	border: 2px solid #9f9f9f;
	background-color: white;
}

.articleListTable {
	width: 80%;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 20px;
}

.articleListTable td {
	background-color: white;
	border-radius: 10px;
	padding: 10px 15px;
	background-color: white;
	cursor: pointer;
}

.articleList h1 {
	font-size: 1rem;
}

.articleListTable h1 {
	font-size: 1rem;
}

.conf_btn {
	background-color: #ADD8E6;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 30px;
	margin-left: 50px;
}

.conf_btn:hover {
	background-color: #67b7d1;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 30px;
	margin-left: 50px;
}

.balloon6 {
	width: 100%;
	overflow: hidden;
}

.chatting {
	margin-top: 10px;
}

.says {
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
	padding: 10px;
	max-width: 90%;
	border-radius: 12px;
	background: #d9d9d9;
}

.says:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #d9d9d9;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.says1 {
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
	padding: 10px;
	max-width: 90%;
	border-radius: 12px;
	background: #fed9ff;
}

.says1:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #fed9ff;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.says2 {
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
	padding: 10px;
	max-width: 90%;
	border-radius: 12px;
	background: #c4ffc4;
}

.says2:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #c4ffc4;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.says3 {
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
	padding: 10px;
	max-width: 90%;
	border-radius: 12px;
	background: #c9eff1;
}

.says3:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #c9eff1;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.says4 {
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
	padding: 10px;
	max-width: 90%;
	border-radius: 12px;
	background: #ffff95;
}

.says4:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #ffff95;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.says5 {
	display: inline-block;
	position: relative;
	margin: 0 0 0 30px;
	padding: 10px;
	max-width: 90%;
	border-radius: 12px;
	background: #ffdbb7;
}

.says5:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: -19px;
	border: 8px solid transparent;
	border-right: 18px solid #ffdbb7;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}

.contents_name {
	font-size: 14px;
}

.url {
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.input-with-button {
	position: relative;
	display: inline-block;
}

.delete-btn {
	position: absolute;
	top: -15px;
	right: -20px;
	color: white;
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid #d9d9d9;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	justify-content: center;
	background: #FA8072;
}

.delete-btn:hover {
	position: absolute;
	top: -15px;
	right: -20px;
	color: white;
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid #d9d9d9;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	justify-content: center;
	background: #f82b14;
}

.delete-btn i:hover {
	margin-top: 10px;
}

.delete-btn i {
	margin-top: 10px;
}

.delete-text-btn {
	position: absolute;
	top: 130px;
	right: -60px;
	color: white;
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid #d9d9d9;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	justify-content: center;
	background: #FA8072;
	cursor: pointer;
}

.delete-text-btn:hover {
	position: absolute;
	top: 130px;
	right: -60px;
	color: white;
	border-radius: 50%;
	font-size: 20px;
	border: 1px solid #d9d9d9;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	justify-content: center;
	background: #f82b14;
	cursor: pointer;
}

.delete-text-btn i {
	margin-top: 10px;
}

.delete-text-btn i:hover {
	margin-top: 10px;
}

.add_btn {
	background-color: white;
	border: 2px solid #FA8072;
	color: #FA8072;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 2px solid #FA8072;
	color: #FA8072;
}

.add_btn:hover {
	background-color: white;
	border: 2px solid #f82b14;
	color: #f82b14;
	width: 269px;
	margin: auto;
	display: block;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 2px solid #f82b14;
	color: #f82b14;
}

.icon-message-container {
	display: flex !important;
}

.icon-message-container div {
	margin-bottom: 10px;
}

.schedule,
.edit {
	text-align: right;
	width: 75%;
	margin: auto;
}

.schedule button,
.edit button {
	width: 269px;
}

hr {
	width: 80%;
}

.view_table hr {
	width: 100%;
}

.view_category {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7px;
	max-width: 100%;
	overflow: hidden;
}

.view_category div {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 300px;
}

.view_category span {
	font-size: 12px;
	background-color: #ADD8E6;
	padding: 2px 10px;
	border-radius: 5px;
	margin-right: 5px;
}

/*-------------------------------------------
プロフィール修正画面
-------------------------------------------*/
.icon-circle {
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.icon-circle img {
	width: 100%;
	margin: auto;
}

/*-------------------------------------------
readArticles
-------------------------------------------*/
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.modal-content {
	background: white;
	padding: 20px;
	border-radius: 8px;
	max-width: 90%;
	max-height: 90%;
	overflow: auto;
	position: relative;
}

.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	background: white;
	border: none;
	cursor: pointer;
	width: 40px;
	/* 幅 */
	height: 40px;
	/* 高さ */
	border-radius: 50%;
	/* 丸くする */
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 40px;
	color: darkgray;
}

.carousel {
	display: flex;
	align-items: center;
	justify-content: center;
}

.carousel-button {
	background: none;
	border: none;
	font-size: 2rem;
	cursor: pointer;
}

.carousel-image {
	max-width: 100%;
	max-height: 400px;
	margin: 0 10px;
}

.view {
	margin-top: 30px;
}

.exist_likes_btn {
	background-color: #F0E68C;
	color: #F6F6F6;
	width: 269px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.right .exist_likes_btn {
	color: rgb(72, 72, 72);
}

.right .exist_likes_btn:hover {
	background-color: rgb(233, 218, 82);
	color: rgb(72, 72, 72);
	width: 269px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.likes_btn {
	background-color: #F6F6F6;
	border: 2px solid #F0E68C;
	color: #F0E68C;
	width: 269px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.likes_btn:hover {
	background-color: #F6F6F6;
	border: 2px solid #ecdf6f;
	color: #ecdf6f;
	width: 269px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.likes_btn i {
	font-size: 25px;
	margin-right: 10px;
}

.exist_likes_btn i {
	font-size: 25px;
	margin-right: 10px;
}

.likes {
	margin-left: 10px;
}

.author_table img {
	cursor: pointer;
}

.author_info {
	margin-left: 30px;
	text-align: left;
}

.author_container {
	display: flex;
}

.author-default-icon {
	color: #d9d9d9;
	font-size: 140px;
	border-radius: 50%;
}

.author-indivisual-icon-container {
	width: 170px;
	height: 170px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	justify-content: center;
}

.author-indivisual-icon {
	width: 100%;
	height: auto;
	max-height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.pagination {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
}

.page-item {
	margin: 0 5px;
}

.page-link {
	padding: 8px 16px;
	color: #ADD8E6;
	background-color: #fff;
	border: 1px solid #ADD8E6;
	border-radius: 0.25rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.page-link:hover {
	padding: 8px 16px;
	color: #67b7d1;
	background-color: #fff;
	border: 1px solid #67b7d1;
	border-radius: 0.25rem;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.page-link:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item .disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
	background-color: #fff;
	border-color: #dee2e6;
}

.page-item .active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ADD8E6;
	border-color: #ADD8E6;
}

.scheduleDetail {
	text-align: right;
	display: flex;
	flex-direction: column;
	float: right;
}

.scheduleDetail .flex_btn {
	margin-bottom: 5px;
}

/*-------------------------------------------
view
-------------------------------------------*/
.view_title {
	width: 290px;
	height: 45px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 10px;
	margin-left: 30px;
}

.select_view {
	width: 290px;
	height: 45px;
	padding: 10px;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #838282;
	margin-left: 30px;
}

.submit_btn_view {
	background-color: #ADD8E6;
	width: 269px;
	display: block;
	margin-bottom: 10px;
	margin-left: 20px;
}

.search_table_view {
	margin: auto;
	width: 90%;
}

.col-sm-6 {
	width: 45% !important;
}

.col-sm-5,
.col-sm-7 {
	margin-bottom: 20px !important;
}

.checkPickup input {
	width: 30px;
}

/*-------------------------------------------
resiponsive
-------------------------------------------*/
@media screen and (max-width: 500px) {
	.csv_form {
		display: none;
	}

	.form {
		margin: auto;
		text-align: center;
		background-color: white;
		padding: 2% 5%;
		max-width: 300px;
		margin-top: 50px;
		margin-bottom: 30px;
		border-radius: 10px;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	}

	select {
		width: 290px;
		height: 40px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #838282;
	}

	input {
		width: 270px;
		height: 25px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.radio_btn {
		width: 40px !important;
		height: 20px !important;
	}

	.search_input {
		margin: auto;
		background-color: white;
		padding: 2% 5%;
		width: 320px;
		margin-top: 50px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.search_table th,
	.search_table td {
		display: block;
		text-align: left;
	}

	.checkbox {
		width: 30px !important;
		margin-right: 10px;
	}

	.add_btn {
		background-color: white;
		border: 2px solid #FA8072;
		color: #FA8072;
		width: 150px;
		margin: auto;
		display: block;
		margin-bottom: 10px;
		margin-right: 10px;
		border: 2px solid #FA8072;
		color: #FA8072;
	}

	.delete_btn {
		background-color: #FA8072;
		width: 150px;
		margin: auto;
		display: block;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.articleListTable {
		width: 350px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 30px;
		text-align: left;
		border-collapse: separate;
		border-spacing: 0 20px;
	}

	.flex_search_back_btn {
		background-color: #F6F6F6;
		border: 2px solid #ADD8E6;
		color: #ADD8E6;
		width: 150px;
		margin: auto;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-bottom: 30px;
		margin-right: 10px;
	}

	.conf_btn {
		background-color: #ADD8E6;
		width: 150px;
		margin: auto;
		display: block;
		margin-bottom: 30px;
		margin-left: 10px;
	}

	.view_table {
		width: 100%;
		table-layout: fixed;
		word-wrap: break-word;
		padding: 2% 2%;
		margin-top: 30px;
		margin: auto;
	}

	.article_table {
		margin: auto;
		text-align: center;
		padding: 2% 5%;
		width: 350px;
		margin-top: 20px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.article_table input {
		width: 290px;
		height: 25px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.article_table textarea {
		width: 290px;
		height: 200px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
	}

	.view td,
	.article_table td,
	.article_table th {
		display: block;
		margin-left: 10px;
		text-align: left;
	}

	.select_view {
		width: 290px;
		height: 45px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #838282;
		margin-left: 0;
	}

	.view_title {
		width: 290px;
		height: 45px;
		margin-bottom: 10px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		padding: 10px;
		margin-left: 0;
	}

	.search_table_view th,
	.search_table_view td {
		display: block;
	}

	.col-sm-6 {
		margin-left: 20px;
	}

	.col-sm-7 {
		margin-left: 20px;
	}

	#header_btn ul {
		text-align: center;
	}

	#header_btn li {
		margin-right: 20px;
		margin-top: 10px;
	}

	#humCheck,
	#humClose {
		display: none;
	}

	#humOpen {
		display: block;
		width: 58px;
		cursor: pointer;
	}

	#humOpen:hover {
		opacity: 0.5;
	}

	#humOpen img {
		display: block;
	}

	#humClose,
	.nav {
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
	}

	#humClose {
		z-index: 2;
		width: 100%;
		background: gray;
		opacity: 0.8;
		transition: 0.5s;
	}

	.nav {
		z-index: 3;
		width: 330px;
		background: white;
		transition: 0.5s;
		transform: translateX(-100%);
	}

	#humCheck:checked~#humClose {
		display: block;
	}

	#humCheck:checked~.nav {
		transform: translateX(0);
	}

	.nav ul {
		overflow: hidden;
		list-style: none;
	}

	.nav li {
		padding: 15px 0;
		margin: 10px 0;
	}

	.nav li:hover {
		opacity: 0.5;
	}

	.nav li a {
		font-size: 20px;
		text-decoration: none;
		font-size: 20px;
		color: black;
	}

	.pickup {
		display: none;
	}

	.articleList {
		width: 90%;
		margin: auto;
		margin-top: 30px;
		text-align: left;
		border-collapse: separate;
		border-spacing: 0px 20px;
	}

	.all_articles_link {
		margin-bottom: 30px;
	}

	#categories table {
		margin: auto;
	}

	#ranking {
		margin-top: 30px;
	}

	.article_table select {
		width: 310px;
		height: 40px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		color: #838282;
	}

	.display-table_input th,
	.display-table_input td {
		display: block;
	}

	.display-table_input td {
		padding-bottom: 10px;
	}

	textarea {
		width: 270px;
		height: 80px;
		padding: 10px;
		border: 1px solid #d9d9d9;
		border-radius: 10px;
		font-family: 'Noto Sans JP', sans-serif;
		resize: none;
	}

	.modal-input {
		width: 300px;
	}

	.search_btn {
		margin: auto;
		display: block;
		margin-top: 10px;
	}

	.author_table {
		width: 100%;
		margin: auto;
	}

	.author_table_list {
		margin: auto;
		text-align: center;
		padding: 2% 5%;
		width: 80%;
		border-radius: 10px;
	}

	.search_input_all {
		margin: auto;
		background-color: white;
		padding: 2% 5%;
		width: 80%;
		margin-top: 50px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

	.pagination li a {
		padding: 3px 6px;
	}

	.unread-message {
		display: inline-block;
	}

	.dismiss {
		background-color: #F6F6F6;
		border: 2px solid #FA8072;
		color: #FA8072;
	}

	.scheduleDetail .flex_btn {
		margin-bottom: 5px;
		text-align: right;
		display: flex;
		flex-direction: column;
		float: right;
	}

	.draft {
		background-color: #F6F6F6;
		border: 2px solid #FA8072;
		color: #FA8072;
		margin-right: 40px;
	}

	.header_design {
		background-color: #eeddc8;
		height: 4rem;
		color: #707070;
	}

	.header_design span {
		font-size: 30px;
		font-family: 'Noto Serif JP', sans-serif;
		font: bold;
	}

	.header_design p {
		font-size: 12px;
		margin: 0;
	}

	.article,
	.gallery {
		width: 90%;
		margin: auto;
		margin-top: 30px;
		text-align: left;
		border-collapse: separate;
		border-spacing: 0px 20px;
	}

	.article td,
	.gallery td {
		border-radius: 10px;
		padding: 10px 15px;
		border: 2px solid #efefef;
		background-color: white;
		text-align: center;
	}

	.pickup_contents h2 {
		white-space: normal;
		width: 200px;
		display: block;
		margin: auto;
	}

	.heading {
		text-align: center;
		position: relative;
	}

	.heading::before,
	.heading::after {
		content: "───";
		display: inline-block;
		margin: 0 10px;
	}

	.mobile_heading {
		text-align: center;
		position: relative;
	}

	.mobile_heading::before,
	.mobile_heading::after {
		content: "──";
		display: inline-block;
		margin: 0 10px;
	}

	.csv_btn {
		background-color: white;
		border: 2px solid #F0E68C;
		color: #F0E68C;
		width: 269px;
		padding-top: 14px;
		padding-bottom: 14px;
		margin-bottom: 10px;
	}

	.password_status {
		text-align: center;
	}

	.rule {
		text-align: left;
		margin-top: 0 !important;
	}

	.imgs {
		max-width: 360px;
		max-height: 480px;
		object-fit: cover;
	}
}