/* second.css
--------------------------------------------------------------*/

#contentsArea {
}
#contentsArea.one-column {
	width: 100%;
	float: none;
}
#contentsArea.widthNarrow {
	width: 70%;
	margin: 0 auto;
	float: none;
}
#contentsArea .subMenu {
	list-style-type: none !important;
	margin: 0 0 40px 0;
	padding: 0;
	width: 100%;
}
#contentsArea .subMenu li {
	width: 30%;
	padding: 0;
	margin: 0 0 25px 0;
	float: left;
	position: relative;
}
#contentsArea .subMenu li:nth-child(3n-1) {
	margin: 0 5%;
}
#contentsArea .subMenu li a {
	text-decoration: none;
	display: block;
	color: #fff;
}
#contentsArea .subMenu li .menuImage {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-image: url(../img/noimg.png);
}

#contentsArea .subMenu li h4 {
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 90%;
	margin: 0;
	background-color: #000;
	border: 0;
	padding: 0;
	opacity: 0.8;
	color: #fff;
}
#contentsArea .subMenu li h4 span {
	padding: 8px 10px 9px;
	display: block;
	line-height: 130%;
	font-weight: normal;
	text-decoration: none;
}

/* entry-content
--------------------------------------------------------------*/
.pageTitle {
	padding-bottom: 20px;
}
p {
	padding-bottom: 20px;
	line-height: 2.2em;
}
#contentsArea table {
	margin-bottom: 25px;
	width: 100%;
	border-color: #f5f5f5;
}
#contentsArea table td,
#contentsArea table th {
	padding: 5px 9px;
	border: 1px solid #cccccc;
}
#contentsArea table th {
	padding: 5px 9px;
	background-color: #777;
	color: #fff;
	border: 1px solid #cccccc;
}
table.mini {
	font-size: 90%;
}

#contentsArea table.layoutTable {
	width: 100%;
	margin-bottom: 25px;
}
#contentsArea table.layoutTable td {
	padding: 1px 5px !important;
	border: none !important;
	vertical-align: top;
}
#contentsArea table.layoutTableB {
	width: 100%;
	margin-bottom: 25px;
}
#contentsArea table.layoutTableB td {
	padding: 0px !important;
	border: none;
}
#contentsArea table.dataTable th,
#contentsArea table.dataTable td {
	background-color: transparent;
	border: 0;
}
#contentsArea table.dataTable th {
	color: #416066;
}

#contentsArea h1 {
	margin-bottom: 20px;
	font-size: 40px;
	padding: 80px 0 30px;
	text-align: center;
	background: none;
	font-weight: bold;
	line-height: 120%;
	font-family: "Barlow Condensed", "Noto Sans Japanese";
}
#contentsArea h1.lineUp {
	font-size: 26px;
	text-align: left;
}
#contentsArea .sub_title {
	font-size: 60px;
	margin-top: 40px;
	margin-bottom: -80px;
	font-weight: normal;
	line-height: 120%;
	font-family: "Barlow Condensed", "Noto Sans Japanese";
}
#contentsArea .imageHeader .sub_title {
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0 12px;
	font-size: 80px;
	opacity: 0.8;
	color: #fff;
}
#contentsArea .imageHeader .imageBG h1.lineUp {
	font-size: 26px;
	line-height: 32px;
}
#contentsArea h2 {
	margin: 30px 0;
	font-size: 220%;
	line-height: 170%;
	color: #000;
	position: relative;
}

#contentsArea h3 {
	margin-top: 30px;
	font-size: 180%;
	margin-bottom: 30px;
	font-weight: bold;
}

#contentsArea h4 {
	margin-top: 20px;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 7px;
	color: #444;
}
#contentsArea h5 {
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0 20px;
	letter-spacing: 0.07em;
	color: #333;
}
#contentsArea h6 {
	padding: 10px 0 20px;
	font-size: 100%;
}

#contentsArea .image-title {
	padding: 0px 0 15px;
}
#contentsArea .post-title {
	padding: 0 0 15px;
	border-bottom: 2px solid #000;
	font-weight: bold;
	margin-bottom: 30px;
	font-size: 200%;
	color: #000;
}
#contentsArea .eventTitle {
	border-bottom: 1px solid #8cb3ce;
	margin-bottom: 20px;
}
#contentsArea div.entry-title {
	padding: 5px 0px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-top: 2px solid #555;
	line-height: 1.3em;
	position: relative;
	text-align: right;
	display: none;
	font-weight: bold;
}

#contentsArea h1.childTitle,
#contentsArea h1.entry-title {
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 250%;
	padding: 40px 0 10px;
	background: none;
	color: #333;
	line-height: 120%;
	border-bottom: 2px solid #555;
	text-align: left;
}

#contentsArea .recentList {
	padding-top: 30px;
}

#contentsArea h1.eyeCatchTitle {
}
#contentsArea h1.eyeCatchImg {
	font-weight: normal;
	font-size: 260%;
}
#contentsArea .eyeCatchTitle img {
	float: right;
}
body.page-scene #contentsArea h1.eyeCatchTitle {
	font-weight: normal;
	font-size: 200%;
	padding-left: 30px;
	border: 1px solid #ddd;
	border-radius: 4px;
	line-height: 190%;
	background-color: #f8f8f8;
	text-shadow: 0px 2px 0px #fff;
}

#contentsArea div.childTitle {
	display: none;
}
#contentsArea .thirdTitle {
	margin-bottom: 20px;
	font-size: 220%;
	font-weight: normal;
	padding: 0 0 10px;
	background: none;
	color: #333;
	line-height: 120%;
}
#contentsArea .entry-content {
	line-height: 200%;
	padding-bottom: 50px;
	margin: 0 auto;
	max-width: 850px;
}
#contentsArea .entry-content img {
	max-width: 100%;
	height: auto;
}
#contentsArea .empty {
	padding-bottom: 20px;
}
#contentsArea .entry-content ol {
	margin: 0 0 18px 20px;
	padding-left: 10px;
	list-style-type: decimal;
}
#contentsArea .entry-content ol li {
	margin-bottom: 8px;
	line-height: 130%;
}
#contentsArea ol.decoNumList {
	counter-reset: my-counter;
	list-style: none;
	margin-left: 5px;
	padding: 0;
}
#contentsArea ol.decoNumList li {
	margin-bottom: 15px;
	padding-left: 50px;
	position: relative;
}
#contentsArea ol.decoNumList li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #55afea;
	color: #fff;
	display: block;
	float: left;
	line-height: 30px;
	margin: -6px 0 6px -38px;
	text-align: center;
	height: 30px;
	width: 30px;
	border-radius: 50%;
	font-family: "Barlow Condensed", Arial, Verdana;
}

#contentsArea .entry-content ul {
	margin: 0 0 20px 18px;
	padding-left: 10px;
	list-style-type: disc;
}
#contentsArea .entry-content ul li {
	margin-bottom: 8px;
	line-height: 130%;
}
#contentsArea .entry-content dl {
	margin: 0 0 20px;
}
#contentsArea .entry-content dl dt {
	border-left: solid 7px #cfa4a4;
	color: #000;
	font-size: 120%;
	padding: 5px 0 5px 10px;
	margin-bottom: 5px;
}
#contentsArea .entry-content dl dd {
	padding-bottom: 20px;
	padding-left: 17px;
}

#contentsArea .entry-content dl dt.gallery-icon {
	padding: 0;
	margin: 0;
	border-left: 0;
}
#contentsArea .entry-content dl dd.gallery-caption {
	padding: 0px;
}

#contentsArea ul.thirdMenu {
	margin: -20px 0 20px 0px;
	padding-left: 0px;
}
#contentsArea ul.thirdMenu li {
	width: 47%;
	float: left;
	padding: 1px;
	margin: 0 0px 12px 12px;
	line-height: 130%;
	font-size: 110%;
	border: 1px solid #ddd;
	border-radius: 2px;
}
#contentsArea ul.thirdMenu li a {
	background: url(../img/icon_normal.png) no-repeat 10px 13px #f5f5f5;
	padding: 10px 12px 9px 25px;
	display: block;
}
#contentsArea ul.thirdMenu li a:hover {
	background-color: #fff;
}

#contentsArea .hentry {
	margin: 0;
	clear: both;
}
body.archive #contentsArea .hentry,
body.search #contentsArea .hentry {
	padding: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px;
}

#contentsArea .hentry .entry-meta {
	margin-bottom: 15px;
	font-family: "Barlow Condensed", Arial, Verdana;
	color: #0095ba;
	font-size: 16px;
	letter-spacing: 0.05em;
}
#contentsArea .hentry .entryPhoto {
	float: left;
	padding-right: 20px;
}
#contentsArea .hentry .entryPhoto img {
	width: 200px;
	height: auto;
}
#contentsArea .hentry .detailButton {
	padding: 27px 0 20px 15px;
	float: right;
}
#content .list-title {
	font-size: 20px;
	padding: 10px 0;
	font-weight: bold;
	line-height: 1.3em;
}
#content .list-date {
	color: #0095ba;
	font-size: 17px;
	letter-spacing: 0.05em;
	font-family: "Barlow Condensed", Arial, Verdana;
}
#content .listContent {
	color: #555;
	line-height: 1.6em;
}

.page-title {
	font-size: 150%;
}
.page-title span {
	color: #333;
	font-size: 120%;
	font-weight: normal;
}

/* scheduile */

table.dataTable caption {
	font-size: 1.3em;
	padding: 10px 0;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	line-height: normal;
	font-weight: bold;
}
table.dataTable caption .catelabel {
	font-size: 0.7em;
	font-weight: normal;
}
table.dataTable caption .recetime {
	font-size: 0.6em;
	font-weight: normal;
}
table.dataTable thead th {
	font-weight: 400;
	background: #8a97a0;
	color: #fff;
}

table.dataTable tr {
	background: #f5f4f1;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

table.dataTable tr:nth-child(even) {
	background: #fcfcfc;
}
table.dataTable tbody th {
	font-weight: 400;
	background: #8a97a0;
}
table.dataTable td,
table.dataTable th {
	padding: 10px !important;
}

/* オレンジになる */
table.dataTable thead.pickup0 th:hover {
	background-color: #f5f5f5;
}
table.dataTable tbody.pickup td:hover {
	background-color: #f5f5f5;
}

table.dataTable tfoot tr {
	background: none;
}

table.dataTable tfoot td {
	padding: 10px 2px;
	font-size: 0.8em;
	color: #8a97a0;
	text-align: left;
}

table.dataTable .youbi {
	padding: 20px 10px;
}

table.dataTable .blue {
	color: #4d4d4d;
	padding: 20px 10px;
	background-color: #d4ecea;
}
table.dataTable .blueblue {
	color: #4d4d4d;
	padding: 20px 10px;
	background-color: #d3edfb;
}
@media (max-width: 550px) {
	table.dataTable tbody {
		font-size: 0.8em;
		line-height: 1.3em;
	}
	table.dataTable .blue,
	table.dataTable .blueblue {
		font-size: 0.8em;
	}
	table.dataTable td,
	table.dataTable th {
		padding: 10px 0 !important;
		width: 16%;
	}
	table.dataTable th.ampm {
		width: auto;
		padding: 10px 5px !important;
	}
}

/* PageNavi */

.navigation {
	text-align: center;
	padding: 50px 0 !important;
	clear: both;
	font-size: 24px;
	font-family: "Barlow Condensed", Arial, Verdana;
}
.navigation span,
.navigation a {
	padding: 6px 14px;
	line-height: 2.2em;
}
.navigation a,
.navigation span {
	text-decoration: none;
}
.navigation a:hover {
	background-color: #e3e3e3;
}

.navigation span.current {
	border-bottom: solid 3px #000;
	color: #000;
}
.navigation .prev {
	margin-right: 10px;
	position: relative;
}
.navigation .next {
	margin-left: 10px;
	position: relative;
}
.navigation .prev:hover,
.navigation .next:hover {
	background: transparent;
}

.navigation .next:after,
.navigation .prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 14px;
	width: 10px;
	height: 10px;
	border-right: 4px solid #555;
	border-bottom: 4px solid #555;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.navigation .prev:after {
	left: 0px;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}
.navigation .next:after {
	right: 0px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-below {
}
.nav-previous,
.nav-next {
	display: none;
}

pre {
	padding: 20px;
	border: solid 1px #eee;
}

ruby {
	line-height: 1em;
}
ruby rt {
	font-size: 40%;
}

ul.socialButton {
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px;
	text-align: right;
	clear: both;
}

ul.socialButton li {
	display: inline-block;
	width: 14%;
	list-style: none !important;
	padding: 4px 0 4px 1% !important;
	margin: 0 !important;
	box-sizing: border-box;
}

ul.socialButton li > a {
	padding: 5px 0;
	display: block;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
	font-size: 18px;
	line-height: 22px;
}

ul.socialButton li > a:hover {
	cursor: pointer;
}

ul.socialButton li.twitter > a {
	background-color: #1da1f2;
}

ul.socialButton li.facebook > a {
	background-color: #3b5998;
}

ul.socialButton li.googleplus > a {
	background-color: #dd4b39;
}

ul.socialButton li.pocket > a {
	background-color: #ef4056;
}

ul.socialButton li.hatebu > a {
	background-color: #00a4de;
	font-weight: bold;
	padding: 6px 0 7px;
}
ul.socialButton li.line > a {
	background-color: #00c300;
	font-weight: bold;
	padding: 6px 0 7px;
	font-size: 16px;
	line-height: 18px;
}

/* english */
#engHeader {
	padding: 30px 0 0;
	width: 100%;
}
#engHeader #branding {
	width: 100%;
	height: 400px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-image: url(../../../img/eng_branding.jpg);
}
#engHeader .inner {
	width: 1100px;
	padding: 30px 0;
	margin: 0 auto;
}

/* route */

.routeIntro {
	padding-bottom: 50px;
}
.routeIntro h1 {
	clear: both;
	padding: 20px 0;
	font-weight: normal;
}
.routeIntro h2 {
	text-align: center;
	font-weight: normal;
	color: #0e6c62;
}
.routeIntro h3 {
	text-align: center;
	font-weight: normal;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	padding: 10px 0 8px;
	margin: 30px 0;
}
.routeIntro .mainVisual {
	height: 500px;
	margin-bottom: 40px;
	background-color: center center;
	background-repeat: no-repeat;
	position: relative;
}
.routeIntro .mainVisual .distance {
	border-radius: 50%;
	background-color: #0e6c62;
	color: #fff;
	width: 160px;
	height: 120px;
	padding-top: 40px;
	position: absolute;
	right: -25px;
	bottom: -25px;
	font-size: 24px;
	text-align: center;
	line-height: 1em;
}
.routeIntro .mainVisual .distance span {
	font-size: 12px;
	display: block;
	padding-bottom: 10px;
}
.routeIntro ul.puSpot {
	margin: 20px 0;
	padding: 0;
}
.routeIntro ul.puSpot li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 240px;
	height: 340px;
	line-height: 1.4em;
}
.routeIntro ul.puSpot li:nth-child(3n-1) {
	padding: 0 40px;
}
.routeIntro ul.puSpot li h4 {
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px;
	color: #0e6c62;
	line-height: 16px;
}
.routeIntro ul.puSpot li h4 span {
	display: none;
}
.routeIntro ul.puSpot li .spotPhoto {
	height: 150px;
	background-color: #eee;
}
.routeIntro ul.puSpot li p {
	font-size: 12px;
	margin: 10px 0 0;
	line-height: 1.5em;
}

.routeIntro .routeGuide {
	float: left;
}
.routeIntro .routeGuide table.routeList {
	line-height: 1.2em;
}
.routeIntro .routeGuide table.routeList th {
	font-weight: normal;
	background-color: #f7f7ec;
	padding: 5px;
	text-align: center;
	font-size: 12px;
	border: solid 1px #ddd;
	line-height: 1.3em;
}
.routeIntro .routeGuide table.routeList td {
	font-size: 12px;
}
.routeIntro .routeGuide table.routeList td.elevation {
	font-size: 10px;
	line-height: 11px;
}
.routeIntro .routeGuide table.routeList td.arrow {
	font-size: 10px;
	text-align: right;
	background: url(http://kogidasu.jp/img/route_arrow.png) no-repeat 38px bottom;
}
.routeIntro .routeMap {
	float: right;
}

.routeIntro .routeList td {
	border: none !important;
}

/* =========================================================
   江藤建設 追加スタイル: 阿蘇技能研修センター
   ========================================================= */
body.second #center .pageHeader:after {
	background-image: url(../../ss/004.avif);
}

/* ====== Schedule Table & Badges Custom Styling (Modern & Minimal) ====== */

#center .schedule-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
}

@media (max-width: 768px) {
	#center .schedule-grid {
		grid-template-columns: 1fr;
	}
}

#center .schedule-card {
	background: #ffffff;
	border: 1px solid #e1e4e8;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
	display: flex;
	flex-direction: column;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

#center .schedule-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

#center .schedule-card .card-header {
	background: #fafbfc;
	padding: 16px 20px;
	border-bottom: 1px solid #e1e4e8;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

#center .schedule-card .card-header .courseName {
	margin: 0;
	font-size: 1.1em;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1.4;
	padding: 0;
	border: none;
}

#center .schedule-card .card-body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	flex: 1;
}

#center .schedule-card .course-meta {
	display: flex;
	gap: 20px;
	font-size: 0.9em;
	color: #586069;
	border-bottom: 1px dashed #eaecef;
	padding-bottom: 15px;
}

#center .schedule-card .meta-item {
	display: flex;
	align-items: center;
	gap: 6px;
}

#center .schedule-card .meta-label {
	font-weight: 600;
	color: #24292e;
}

#center .schedule-card .course-dates-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
}

@media (max-width: 480px) {
	#center .schedule-card .course-dates-grid {
		grid-template-columns: 1fr;
	}
}

#center .schedule-card .date-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f6f8fa;
	padding: 10px 15px;
	border-radius: 6px;
	font-size: 0.95em;
}

#center .schedule-card .date-item .month {
	font-weight: 600;
	color: #005cc5;
}

#center .schedule-card .date-item .days {
	color: #24292e;
	font-weight: 500;
}

/* --- Status Badges (Linear-inspired soft colors) --- */
.statusBadge {
	display: inline-flex;
	align-items: center;
	padding: 0.2em 0.8em;
	border-radius: 20px;
	font-size: 0.75em;
	font-weight: 600;
	white-space: nowrap;
	border: 1px solid transparent;
}

.statusBadge.applied {
	background-color: #e0f0fa;
	color: #005cc5;
	border-color: #b3d7f7;
}

.statusBadge.planned {
	background-color: #fff8c5;
	color: #9a6700;
	border-color: #fceea5;
}

.statusBadge.past {
	background-color: #ffeef0;
	color: #d73a49;
	border-color: #ffdce0;
}

.statusBadge.special {
	background-color: #f6f8fa;
	color: #444d56;
	border-color: #e1e4e8;
}

/* --- Card Action Buttons --- */
#center .schedule-card .card-footer {
	display: flex;
	gap: 12px;
	padding: 15px 20px;
	border-top: 1px dashed #eaecef;
	background: #fafbfc;
	margin-top: auto;
}

#center .schedule-card .btn-card {
	flex: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	border-radius: 8px;
	font-size: 0.9em;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
	cursor: pointer;
}

#center .schedule-card .btn-details {
	background-color: #ffffff;
	color: #003a8c;
	border: 1px solid #cce0ff;
}

#center .schedule-card .btn-card img,
#center .schedule-card .btn-card svg {
	margin-right: 6px;
}

#center .schedule-card .btn-details:hover {
	background-color: #f0f7ff;
	border-color: #003a8c;
}

/* common.js automatically adds .pdfLink and format.css adds background image overlapping the edge. Override it here: */
#center .schedule-card .btn-card.pdfLink {
	background-image: none;
}
#center .schedule-card .btn-card.pdfLink::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 8px;
	background: url(../../common/img/icon_pdf.gif) no-repeat center center;
	background-size: contain;
}

#center .schedule-card .btn-apply {
	background-color: #003a8c;
	color: #ffffff;
	border: 1px solid #003a8c;
}

#center .schedule-card .btn-apply:hover {
	background-color: #002866;
	border-color: #002866;
	box-shadow: 0 4px 10px rgba(0, 58, 140, 0.2);
}

@media (max-width: 480px) {
	#center .schedule-card .card-footer {
		flex-direction: column;
	}
}

/* Remarks Box Styling */
.remarksBox {
	background-color: #ffffff;
	border: 1px solid #e1e4e8;
	border-radius: 8px;
	padding: 1.5em;
	margin-top: 1.5em;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.remarksBox p {
	color: #586069;
	font-size: 0.9em;
}

/* --- Course Statistics Tables (with explicit borders) --- */
#center table.courseTable {
	width: 100%;
	border-collapse: collapse !important;
	margin: 1em 0 2em;
	background: #fff;
	border: 1px solid #666 !important;
}

#center table.courseTable th {
	background-color: #f7f9fa;
	color: #333;
	font-weight: bold;
	padding: 12px 10px;
	border: 1px solid #666 !important;
	font-size: 0.9em;
	text-align: center;
}

#center table.courseTable td {
	padding: 12px 10px;
	border: 1px solid #666 !important;
	font-size: 0.95em;
	color: #222;
	text-align: center;
}

#center table.courseTable td.courseName {
	text-align: left;
	background-color: #fcfcfc;
	font-weight: 500;
}

#center table.courseTable tbody tr:nth-child(even) {
	background-color: #fafafa;
}

#center table.courseTable tbody tr:hover {
	background-color: #f0f7ff;
}

/* --- カード下部ボタンが「お申込み」のみの場合の右寄せ調整 --- */
#center .schedule-card .btn-apply:only-child {
	margin-left: auto;
	flex: 0 0 calc(50% - 6px); /* 確実に2つある時と同じ幅にする */
	width: calc(50% - 6px);
	box-sizing: border-box;
}

@media (max-width: 480px) {
	#center .schedule-card .btn-apply:only-child {
		flex: 1;
		width: 100%;
	}
}
