.maindesign *, 
.maindesign *:before, 
.maindesign *:after {
	box-sizing: border-box;
	min-height: 0%;
	}
#main {
	margin-bottom: 100px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}

.maindesign .p-page--item-leave {
	margin-top: 50px;
}
.maindesign .p-page--item-moderate {
	margin-top: 30px;
}
.maindesign .p-page--item-close {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .p-page--item-leave {
		margin-top: 30px;
	}
	.maindesign .p-page--item-close {
		margin-top: 15px;
	}
	.maindesign .p-section-imitation {
		margin-right: 10px;
		margin-left: 10px;
	}
}

.maindesign .c-feature-hdg2 {
	position: relative;
    padding-bottom: 1.25rem;
    border-bottom: 3px solid #B6B6B6;
    font-size: 1.75rem;
    margin-top: calc(80px - 0.6rem);
    margin-bottom: calc(40px - 0.75rem);
}
.maindesign .c-feature-hdg2::after {
	position: absolute;
    content: " ";
    border-bottom: solid 3px #E5002D;
    bottom: -3px;
    width: 8%;
    display: block;
}

@media screen and (max-width:767px) {
	.maindesign .c-feature-hdg2 {
		font-size: 1.5rem;
		margin-top: calc(60px - 0.6rem);
		margin-bottom: calc(45px - 0.75rem);
		line-height: 1.2;
	}
}

.maindesign .c-pc-only {
	display: block;
}
.maindesign .c-sp-only {
	display: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-pc-only {
		display: none;
	}
	.maindesign .c-sp-only {
		display: block;
	}
}

.maindesign .c-komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
.maindesign .c-komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .c-komeri-btn > a {
	text-decoration: none;
}
.maindesign .c-komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
font-weight: bold;
}
.maindesign .c-komeri-btn__orange {
	background-color: #EA6D0D !important;
}
.maindesign .c-komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}


.maindesign img {
	width: 100%;
	height: auto;
	display: block;
}
.maindesign .menu-btn-list a {
	color: #fff;
	display: flex;
}
.maindesign .c-breadcrumb {
	margin-bottom: 5px;
}
.maindesign .c-breadcrumb,
.maindesign .c-breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .c-breadcrumb {
		margin-left: 5px;
	}
}

.maindesign .c-lead-text {
	font-size: 1.1rem;
	line-height: 1.5;
}
@media screen and (max-width:767px) {
	.maindesign .c-lead-text {
		font-size: 0.95rem;
	}
}


.maindesign h3.c-checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
.maindesign h3.c-checkPoint .st0{
	fill:#aaaaaa;
}
.maindesign h3.c-checkPoint .st1{
	fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;
}
.maindesign h3.c-checkPoint span {
    margin: 0 0 0 20px;
    width: calc(100% - 60px);
}

.maindesign .l-title {
	position: relative;
}
.maindesign .l-title--inner {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	color: #1e2973;
	line-height: 1.1;
	font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: -2px;
    text-shadow: 2px 2px 2px #ffffff, -2px 2px 2px #ffffff, 2px -2px 2px #ffffff, -2px -2px 2px #ffffff, 2px 0px 2px #ffffff, 0px 2px 2px #ffffff, -2px 0px 2px #ffffff, 0px -2px 2px #ffffff;
}

@media screen and (max-width:767px) {
	.maindesign .l-title--inner {
		font-size: 10vw;
		line-height: 1.3;
		left: 20px;
	}
}

.maindesign .l-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+5) {
	margin-top: 15px;
}
.maindesign .l-nav-list--btn {
	position: relative;
	border: 1px solid #B6B6B6;
	width: 24%;
	font-size: 1.0em;
    font-feature-settings: "palt";
    line-height: 1.3;
	text-align: center;
    border-radius: 40px;
    color: #333;
    cursor: pointer;
}
.maindesign .l-nav-list--btn::after {
	content: "";
    position: absolute;
	top: 50%;
    right: 15px;
    border-top: 2px solid #B6B6B6;
    border-right: 2px solid #B6B6B6;
    width: 8px;
    height: 8px;
    transform: translateY(-50%) rotate( 135deg);
}
.maindesign .l-nav-list--btn:hover {
	border-color: #E5002D;
	opacity: 0.75;
    transition: 0.6s;
}
.maindesign .l-nav-list--inner {
	display: flex !important;
	opacity: 1.0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
 	padding: 0.55rem 2rem 0.55rem 1.75rem;
}
.maindesign .l-nav-list::before,
.maindesign .l-nav-list::after {
	content: '';
	width: 24%;
	height: 0;
	display: block;
}
.maindesign .l-nav-list::before {
	order: 1;
}

@media screen and (max-width:767px) {
	.maindesign .l-nav-list--btn {
		width: 49%;
	}
	.maindesign .l-nav-list--inner {
		padding: 0.55rem 1.75rem 0.55rem 1.5rem;
	}
	.maindesign .l-nav-list::before,
	.maindesign .l-nav-list::after {
		width: 49%;
	}
	.maindesign .l-nav-list .l-nav-list--btn:nth-child(n+3) {
		margin-top: 15px;
	}
}

.maindesign .p-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.maindesign .p-about--img {
	width: 30%;
}
.maindesign .p-about--text {
	width: 68%;
}
.maindesign .p-about--text > p:not(:first-child) {
	margin-top: 20px;
}

@media screen and (max-width:767px) {
	.maindesign .p-about {
		flex-wrap: wrap;
	}
	.maindesign .p-about--img {
		width: 100%;
	}
	.maindesign .p-about--text {
		width: 100%;
		margin-top: 20px;
	}
	.maindesign .p-about--text > p:not(:first-child) {
		margin-top: 15px;
	}
}

.maindesign .p-card {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .p-card::before,
.maindesign .p-card::after {
	content: '';
	display: block;
	height: 0;
}
.maindesign .p-card::before {
	order: 1;
}
.maindesign .p-card--link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	transition: .25s;
}
.maindesign .p-card--link:hover {
	opacity: 0.9;
}
.maindesign .p-card--bg {
	width: 100%;
	margin: 0;
	position: relative;
}
.maindesign .p-card--unit {
	border-radius: 5px;
}
.maindesign .p-card--inner {
	padding: 15px 10px;
}


.maindesign .p-tag-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px 10px;
}
.maindesign .p-tag-inner--title {
	font-weight: bold;
	font-size: 1.1rem;
	text-align: center;
	margin-top: 20px;
}
.maindesign .p-tag-inner--lead {
	flex-grow: 1;
	margin-top: 10px;
}

.maindesign .p-item-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.maindesign .p-item-inner--images {
	display: flex;
}
.maindesign .p-item-inner--icons {
	width: 35%;
}
.maindesign .p-item-inner--icons > .p-status_icon:not(:first-child) {
	margin-top: 10px;
}
.maindesign .p-status_icon {
	display: flex;
    justify-content: center;
    align-items: center;
	background: linear-gradient(#fcfbff, #a9ddf5);
    border: 1px solid #171c61;
    color: #171c61;
    border-radius: 3px;
    text-align: center;
    font-weight: bold;
    font-feature-settings: "palt" 1;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.2;
	height: 45px;
}
.maindesign .p-item-inner--icons .p-item-inner--icon:not(:first-child) {
	margin-top: 5px;
}
.maindesign .p-item-inner--img {
	width: 65%;
	margin-top: 15px;
}
.maindesign .p-item-inner--text {
	font-size: 1.35rem;
	font-weight: bold;
	margin-top: 15px;
}
.maindesign .p-item-inner--text > span {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.8em;
}

@media screen and (max-width:767px) {
	.maindesign .p-item-inner--img {
		margin-top: 5px;
		width: 60%;
	}
	.maindesign .p-item-inner--icons {
		width: 40%;
	}
	.maindesign .p-item-inner--text {
		margin-top: 5px;
	}
}

.maindesign .p-wide-inner {
	display: flex;
	justify-content: space-between;
	position: relative;
	flex-wrap: wrap;
}
.maindesign .p-wide-inner .p-wide-inner--text {
	width: 38%;
	display: flex;
	flex-direction: column;
	margin-bottom: 60px;
}
.maindesign .p-wide-inner .p-wide-inner--img {
	width: 60%;
	z-index: 1;
	display: flex;
	align-items: center;
}
.maindesign .p-wide-inner--img__max-300 {
	max-width: 300px;
}
.maindesign .p-wide-inner--text__large {
	width: calc(100% - 350px) !important;
}
.maindesign .p-wide-inner--detail {
	line-height: 1.25;
	z-index: 5;
}
.maindesign .p-wide-inner--icons {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	justify-content: space-between;
}
.maindesign .p-wide-inner--icons::before,
.maindesign .p-wide-inner--icons::after {
	content: '';
	display: block;
	height: 0%;
	width: 31%;
}
.maindesign .p-wide-inner--icons::before {
	order: 1;
}
.maindesign .p-wide-inner--icons > .p-status_icon {
	width: 31%;
	height: 60px;
}
.maindesign .p-wide-inner--icons > .p-status_icon:nth-child(n+4) {
	margin-top: 10px;
}
.maindesign .p-status_icon__large {
	height: 60px;
}
.maindesign .p-wide-inner--title {
	font-size: 1.35rem;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
	left: 15px;
}
.maindesign .p-wide-inner--title > span {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.8em;
}

@media screen and (max-width:767px) {
	.maindesign .p-wide-inner {
		flex-wrap: wrap;
	}
	.maindesign .p-wide-inner--text__large {
		width: 100% !important;
	}
	.maindesign .p-wide-inner .p-wide-inner--text {
		width: 100%;
		margin-bottom: 0;
	}
	.maindesign .p-wide-inner .p-wide-inner--img {
		width: 100%;
		margin-top: 20px;
		justify-content: center;
	}
	.maindesign .p-wide-inner--img__max-300 {
		max-width: none;
	}
	.maindesign .p-wide-inner--title {
		position: static;
		margin-top: 20px;
	}
}

.maindesign .p-card--bg .p-card--inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
}
.maindesign .p-card-bg--detail {
    font-feature-settings: "palt" 1;
    color: #171c61;
    line-height: 1.2;
    top: 10px;
    left: 10px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.maindesign .p-card-bg--title {
	font-size: 1.5rem;
    color: #171c61;
    font-weight: bold;
    line-height: 1.2;
    font-feature-settings: "palt" 1;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	margin-top: auto;
}
.maindesign .p-card-bg--title > span {
	display: inline-block;
	margin-top: 5px;
	font-size: 0.8em;
}

	

.maindesign .p-card__ccc .p-card--unit {
	border: 1px solid #ccc;
}
.maindesign .p-card__ccc .p-card--link {
	color: #000;
}
.maindesign .p-card__blue .p-card--unit {
	border: 2px solid #1c2a55;
}
.maindesign .p-card__blue .p-card--link {
	color: #171c61;
}



.maindesign .p-card__3-1::before,
.maindesign .p-card__3-1::after {
	width: 32.5%;
}
.maindesign .p-card__3-1 .p-card--unit {
	width: 32.5%;
}
.maindesign .p-card__3-1 .p-card--unit:nth-child(n+4) {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.maindesign .p-card__3-1::before,
	.maindesign .p-card__3-1::after {
		width: 100%;
	}
	.maindesign .p-card__3-1 .p-card--unit {
		width: 100%;
	}
	.maindesign .p-card__3-1 .p-card--unit:nth-child(n+2) {
		margin-top: 30px;
	}
}
@media screen and (max-width:767px) {
	.maindesign .p-card__3-1::before,
	.maindesign .p-card__3-1::after {
		width: 100%;
	}
	.maindesign .p-card__3-1 .p-card--unit {
		width: 100%;
	}
	.maindesign .p-card__3-1 .p-card--unit:nth-child(n+2) {
		margin-top: 30px;
	}
}

.maindesign .p-card__2-1::before,
.maindesign .p-card__2-1::after {
	width: 49%;
}
.maindesign .p-card__2-1 .p-card--unit {
	width: 49%;
}
.maindesign .p-card__2-1 .p-card--unit:nth-child(n+3) {
	margin-top: 30px;
}

@media screen and (max-width:767px) {
	.maindesign .p-card__2-1::before,
	.maindesign .p-card__2-1::after {
		width: 100%;
	}
	.maindesign .p-card__2-1 .p-card--unit {
		width: 100%;
	}
	.maindesign .p-card__2-1 .p-card--unit:nth-child(n+2) {
		margin-top: 30px;
	}
}

.maindesign .p-card__wide::before,
.maindesign .p-card__wide::after {
	width: 100%;
}
.maindesign .p-card__wide .p-card--unit {
	width: 100%;
}
.maindesign .p-card__wide .p-card--unit:not(:first-child) {
	margin-top: 30px;
}

.maindesign .detail-list .detail-list--item:not(:first-child) {
	margin-top: 30px;
}
.maindesign .detail-list--title {
	font-weight: bold;
	font-size: 1.15rem;
	display: inline-block;
	padding: 2px 0 2px 10px;
	border-left: 4px solid #E5002D;
}
.maindesign .detail-list--lead {
	margin-top: 15px;
}

.maindesign .p-catch-text {
	font-weight: bold;
	font-size: 3.0rem;
	text-align: center;
}
@media screen and (max-width:767px) {
	.maindesign .p-catch-text {
		font-size: 2.0rem;
	}
}

.maindesign .detail-table {
	width: 100%;
    overflow-x: scroll;
	overflow-y: hidden;
    cursor: grab;
    position: relative;
	margin-top: 15px;
}

.maindesign .scroll-text {
	padding: 10px 5px;
    border: 2px solid #E00012;
    color: #E00012;
    display: inline-block;
    font-weight: bold;
}

.maindesign .detail-table--inner {
	width: 3100px;
	display: flex;
	font-size: 1.0rem;
}

.maindesign .detail-table dt,
.maindesign .detail-table dd {
	width: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
}
.maindesign .times-cell {
	/* 上記通常セルのwidthの二倍 */
	width: 400px !important;
}
.maindesign .detail-table dl:last-child dt,
.maindesign .detail-table dl:last-child dd {
	width: 300px;
}
.maindesign .detail-table .c-komeri-btn {
	width: 80%;
}
.maindesign .set-cell {
	display: flex;
}
.maindesign .vertical-row{
	display: flex;
	flex-direction: column;
}
.maindesign .vertical-row span {
	display: block;
	font-size: 0.9em;
}
.maindesign .detail-table dl:first-child {
	position: sticky;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 1px 0 0 0 #333, 2px 0 0 0 #fff, 3px 0 0 0 #333;
}
.maindesign .detail-table dt {
	background-color: #666;
    color: #fff;
	font-size: 1.1rem;
	height: 50px;
}
.maindesign .detail-table dd {
	height: 80px;
}

/* テーブルの格子状枠線start */
.maindesign .detail-table dt {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.maindesign .detail-table dd {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.maindesign .detail-table dl:last-child dt,
.maindesign .detail-table dl:last-child dd {
	border-right: 1px solid #ccc;
}
/* テーブルの格子状枠線end */



@media screen and (max-width:767px) {
	.maindesign .detail-table--inner {
		display: block;
		width: auto;
		font-size: 0.95rem;
	}
	.maindesign .detail-table dt,
	.maindesign .detail-table dd {
		width: 100% !important;
	}
	.maindesign .detail-table dd {
		position: relative;
		height: 75px;
	}
	.maindesign .detail-table dd::before {
		position: absolute;
		content: attr(data-label);
		top: 5px;
		left: 3px;
		font-weight: bold;
		font-size: 0.95rem;
	}
	.maindesign .set-cell {
		position: relative;
	}
	.maindesign .set-cell::before {
		position: absolute;
		content: attr(data-label);
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		font-weight: bold;
		font-size: 0.95rem;
		background-color: #fff;
		padding: 7px 0;
		z-index: 5;
	}
	.maindesign .detail-table dl:first-child {
		position: static;
	}
	.maindesign .detail-table dl {
		border-right: 1px solid #ccc;
	}
	.maindesign .scroll-text {
		display: none;
	}
	.maindesign .detail-table dl:last-child dd {
		padding: 50px 0;
	}
	.maindesign .set-cell dd:last-child {
		border-left: 1px dashed #ccc;
	}
}

.maindesign .btn-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .btn-items::before,
.maindesign .btn-items::after {
	content: '';
	display: block;
	height: 0%;
	width: 24%;
}
.maindesign .btn-items::before{
	order: 1;
}
.maindesign .btn-items--unit {
	width: 24%;
}

@media screen and (max-width:767px) {
	.maindesign .btn-items::before,
	.maindesign .btn-items::after {
		content: '';
		display: block;
		height: 0%;
		width: 49%;
	}
	.maindesign .btn-items--unit {
		width: 49%;
	}
	.maindesign .btn-items .btn-items--unit:nth-child(n+3) {
		margin-top: 15px;
	}
}



.maindesign .l-relation {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.maindesign .l-relation .l-relation--item:nth-of-type(n + 3) {
	margin-top: 15px;
}
.maindesign .l-relation--item {
	width: 49%;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.maindesign .l-relation--item > a {
	display: block;
	color: #000 !important;
	text-decoration: none;
	height: 100%;
}
.maindesign .l-relation-inner {
	display: flex;
	padding: 20px 15px;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.maindesign .l-relation-text {
	width: 70%;
	order: 1;
}
.maindesign .l-relation-text--title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.maindesign .l-relation-text > span {
	line-height: 1.15;
} 
.maindesign .l-relation-img {
	width: 140px;
	max-width: 25%;
	order: 2;
}
.maindesign .l-relation-img > img {
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	.maindesign .l-relation .l-relation--item:not(:first-child) {
	margin-top: 15px;
}
	.maindesign .l-relation--item {
		width: 100%;
	}
	.maindesign .l-relation-inner {
		padding: 15px 10px;
		align-items: center;
	}
	.maindesign .l-relation-text {
		order: 2;
	}
.maindesign .l-relation-text > span {
		font-size: 0.9rem;
	}
	.maindesign .l-relation-img {
		order: 1;
	}
}

/*250320*/
.maindesign .btn-column2 .p-wide-inner {
	display: block;
	padding: 20px;
}

.maindesign .btn-column2 .p-wide-inner p {
	font-size: 1.35rem;
    font-weight: bold;
	color: #171c61;
	text-align: center;
    
}

.maindesign .btn-column2 .p-wide-inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	
}

.maindesign .btn-column2 .p-wide-inner ul li {
	width: calc(45% - 20px);
	display: flex;
	flex-direction: column;
}
.maindesign .btn-column2 .p-wide-inner ul li .c-komeri-btn__orange{
    margin: auto 0 0;
}
.maindesign .btn-column2 a {
		text-align: center;
	}

.maindesign .btn-column2 .p-wide-inner p.p-wide-inner-txt{
    margin: 0 0 10px;
    font-size: 1.25em;
    line-height: 1.2;
    text-align: left;
}

@media screen and (max-width:767px) {
	.maindesign .btn-column2 .p-wide-inner {
	padding: 15px 10px;
}
	.maindesign .btn-column2 .p-wide-inner ul {
		justify-content: space-between;
	}
	.maindesign .btn-column2 .p-wide-inner p {
		text-align: left;
	}
	
	.maindesign .btn-column2 .p-wide-inner ul li {
	    width: calc(50% - 5px);
}
	
	.maindesign .btn-column2.sp-btn-column1 ul li {
		width:100%;
	}
	
	.maindesign .btn-column2.sp-btn-column1 ul li:not(:last-child) {
		margin-bottom: 15px;
	}
}

.maindesign .u-mt-leave {
	margin-top: 50px;
}
@media screen and (max-width:767px) {
	.maindesign .u-mt-leave {
		margin-top: 30px;
	}
}

.maindesign .p-announcement {
	border: 3px solid #ac9a86;
}
.maindesign .p-announcement--heading {
	padding: 15px 0;
	background-color: #ac9a86;
	display: flex;
	justify-content: center;
}
.maindesign .p-announcement--inner {
	display: flex;
}
.maindesign .p-announcement--icon {
	width: 120px;
	margin-right: 30px;
}
.maindesign .p-announcement--catch {
	color: #fff;
	font-weight: bold;
	font-size: 2.85rem;
	line-height: 1.2;
}
.maindesign .p-announcement--catch__small {
	font-size: 0.6em;
}
.maindesign .p-announcement--lead {
	font-size: 1.1rem;
	line-height: 1.35;
}
.maindesign .p-announcement--content {
	background-color: #eee;
	padding: 30px;
}
.maindesign .p-announcement--detail {
	background-color: #fff;
	padding: 30px;
	display: flex;
	align-items: center;
	margin: 15px 0;
}
.maindesign .p-announcement--tag {
	border: 2px solid #333;
	border-radius: 5px;
	padding: 25px 10px;
	font-weight: bold;
	color: #333;
	font-size: 1.0rem;
	margin-right: 30px;
	min-width: 170px;
	text-align: center;
}
.maindesign .p-announcement--list {
	color: #333;
	font-weight: bold;
	font-size: 1.1rem;
}
.maindesign .p-announcement--list > li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.5;
}
.maindesign .p-announcement--list > li:not(:first-child) {
	margin-top: 10px;
}
.maindesign .p-announcement--source {
	line-height: 1.3;
	font-size: 1.0rem;
}
.maindesign .p-announcement--source > a {
	word-wrap:break-word;
}
.maindesign .p-announcement--bnr {
	margin-top: 30px;
	width: 100%;
}

@media screen and (max-width:767px) {
	.maindesign .p-announcement--heading {
		padding: 10px 5px;
	}
	.maindesign .p-announcement--icon {
		width: 50px;
		margin-right: 10px;
	}
	.maindesign .p-announcement--catch {
		font-size: 5.0vw;
	}
	.maindesign .p-announcement--content {
		padding: 10px;
	}
	.maindesign .p-announcement--lead {
		font-size: 3.75vw;
		line-height: 1.5;
	}
	.maindesign .p-announcement--detail {
		flex-wrap: wrap;
		justify-content: center;
		padding: 15px 10px;
	}
	.maindesign .p-announcement--tag {
		padding: 10px 15px;
		font-size: 0.95rem;
		margin-right: 0;
		min-width: auto;
	}
	.maindesign .p-announcement--list {
		margin-top: 15px;
		font-size: 0.9rem;
	}
	.maindesign .p-announcement--source {
		font-size: 0.9rem;
	}
	.maindesign .p-announcement--bnr {
		margin-top: 15px;
	}
}

