@charset "utf-8";
#contentstitle h1 {
	background-color: var(--greeting-color);
}
#main h2 {
	color: var(--greeting-color);
	border-left: 1em solid var(--greeting-color);
}
#main #contentsmenu {
	justify-content: center!important;
}
#main #contentsmenu li {
	width: 25%;
}
#main #contentsmenu li a {
	border-color: var(--greeting-color);
	color: var(--greeting-color)!important;
}
#main #contentsmenu li a:hover {
	border-color: var(--greeting-color);
	background-color: var(--greeting-color)!important;
}

#main .imgbox {
	text-align: center;
}


.box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.box li {
	width: 50%;
	padding: 5px;
	display: flex;
	justify-content: center;
}
.box li img {
	width: 318px;
}
@media (max-width:480px) {
	.box {
		margin-bottom: 0
	}
	.box.box2 {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	.box.box2 li {
		width: 100%;
	}
	.box.box2 li p {
		padding: 30px 0;
	}
}

.tab_area {
	overflow:hidden;
	display:flex;
	/*display: none;*/
	margin:0;
	justify-content: center;
}
.tab_area li {
	padding: .5em 0;
	text-align:center; 
	border-right: 1px dotted #909090; 
	cursor: pointer; 
	vertical-align:middle; 
	display:table-cell;  
	color:#333333;
	background-color:#ffffff;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tab_area li:first-child {
	border-left: 1px dotted #909090; 
}
	
.all_area { 
	background-color: transparent;/*#efefef*/
	padding: 0;/*10px*/ 
	/*overflow: hidden;*/
}
	
.all_area div.content_area {
	background-color: transparent;
	padding: 30px 0 0;/*10px*/ 
	/*border-top: 1px dotted #bbbbbb;*/
}

.tab_area li.select {
	background-color:#ffffff; 
	background-image:none; 
	color:#333333;
	border-top:2px solid #e94545;
}

.tab_area {
	position: relative;
	border-bottom: 2px solid var(--greeting-color);
}

.tab_area li {
	width: calc(100% / 3);
	background-color: #fff;
	margin-bottom: -2px;
	border-bottom: #fff;
	border-top: 1px solid #999;
}
.tab_area li.select {
	background-color: var(--greeting-color)!important;
	color: #fff!important;
}




.attentionbox {
	position: relative;
	padding: 15px;
	font-size: 90%;
}
.greetingbox > .attentionbox:first-of-type {
	margin-bottom: 30px;
}
.attentionbox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	background-color: var(--greeting-light-color);
	border-radius: 5px;
	opacity: .5;
}
.attentionbox .title {
	background-color: rgba(255,255,255,.5);
	padding: 3px 10px;
	border-radius: 3px;
	margin-bottom: 10px;
	font-weight: bold;
}



ul.attention {}
ul.attention li,
span.attention {
	display: block;
	font-size: 90%;
	margin-left: 1.2em;
	line-height: 1.3;
	margin-bottom: .5em;
}
ul.attention li:last-child {
	margin-bottom: 0;
}
ul.attention li::before,
span.attention::before {
	content: '※';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}

ul.information {}
ul.information li,
span.information {
	display: block;
	font-size: 90%;
	margin-left: 1.2em;
	line-height: 1.3;
	margin-bottom: .5em;
}
ul.information li::before,
span.information::before {
	content: '・';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}

ul.attentions {}
ul.attentions li {
	display: block;
	font-size: 90%;
	margin-left: 1.2em;
	line-height: 1.3;
	margin-bottom: .5em;
}
ul.attentions li::before {
	content: '◆';
	width: 1.2em;
	display: inline-block;
	margin-left: -1.2em;
}

ul.attentions li.red {
	color: red;
}
ul.attentions li.red::before {
	color: red;
}


.greetingbox {
	margin-bottom: 30px;
}

.infomationbox .index {
    padding: 5px 20px;
    font-size: 120%;
    line-height: 1;
    border-radius: calc(1em + 10px);
    margin-bottom: 30px;
    border: 4px solid var(--greeting-light-color);
    background-color: var(--greeting-color);
    color: #FFF;
}

.infomationbox .index_s {
    font-size: 110%;
	padding: 5px 20px;
	line-height: 1;
    background-color: var(--greeting-color);
    color: #FFF;
	border-radius: 3em;
}

.greetingbox dl {
	padding: 30px 15px;
}
.greetingbox dt {
	background-color: var(--greeting-light-color);
	font-weight: bold;
	font-size: 90%;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 3px;
}
.greetingbox dd {
	padding: 5px 10px 20px;
}
.greetingbox dd em {
	font-size: 160%;
	font-style: normal;
}
.greetingbox dd span {
	display: inline-block;
}
@media (max-width:480px) {
	.greetingbox dl {
		padding: 30px 5px 0;
	}
	.greetingbox dd {
		padding: 5px 5px 20px;
	}
	.greetingbox dl.spec dd {
		font-size: 120%;
	}
}


.greetingbox table:not(.date) {
	border-spacing: 10px;
}
.greetingbox table.infobox3 {
	margin: -13px -10px;
}
.greetingbox table:not(.date) th,.greetingbox table:not(.date) td {
	padding: 3px 0;
	line-height: 1;
	vertical-align: top;
}
.greetingbox table:not(.date) th {
	white-space: nowrap;
	border-right: 5px solid var(--greeting-light-color);
	padding-right: 10px;
}
.greetingbox table:not(.date) th.middle {
	vertical-align: middle;
}

@media (max-width:480px) {
	.infobox3,
	.infobox3 tbody,
	.infobox3 tr,
	.infobox3 td {
		display: block;
	}
	.greetingbox table.infobox3 {
		margin: -3px 0;
	}
	.greetingbox table.infobox3 tr:first-child {
		margin-bottom: 10px;
	}
}
.greetingbox table.date td {
	vertical-align: top;
	padding-right: 10px;
}
@media (max-width:480px) {
	.date,
	.date tbody,
	.date tr,
	.date td {
		display: block;
	}
	.greetingbox table.date td {
		padding: 0;
	}
	.greetingbox table.date td.right {
		text-align: center;
	}
}


.greetingbox .followbtn {
	background-color: var(--greeting-right-color);
	color: var(--greeting-color);
	border: 1px solid var(--greeting-color);
	margin: 0;
	text-decoration: none;
}
.greetingbox .followbtn span {
	display: inline-block;
}
.greetingbox .followbtn::before,
.greetingbox .followbtn::after {
	color: var(--greeting-color);
}
.greetingbox .followbtn:hover {
	background-color: var(--greeting-color);
	color: #fff;
}
.greetingbox .followbtn:hover::before,
.greetingbox .followbtn:hover::after {
	color: #fff;
}
