
/* summary_wrap */
.summary_wrap .ttl {
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
}
.summary_wrap .frs_text {
	text-align: center;
	margin-bottom: 2em;
}
.summary_wrap .plan {
	text-align: center;
	background: #e7efdf;
	padding: 20px 10px;;
	border-radius: 8px;
	    display: flex;
    flex-direction: column;
    gap: 16px;
	box-sizing: border-box;
}
.summary_wrap .plan .str {
	font-weight: bold;
}
.summary_wrap .plan_catch {
	text-align: center;
	font-weight: bold;
	color: #d00909;
	color: #094;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.summary_wrap .img_summar {
	margin: 0 auto 50px;
}
.summary_wrap .guide {
	height: 260px;
	background: #ccc;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: 30px;
	background-image:  url("../img/guide_bg.jpg");
	background-position: center;
	background-size: cover;
	margin-left: -200px;
    margin-right: -200px;
}
.summary_wrap .guide .text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.summary_wrap .guide .btn_link a {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border: 1px solid #03926F;
    border-radius: 100px;
    color: #03926F;
	font-size: 18px;
    font-weight: bold;
    transition: 0.5s;
    background-color: #FFF;
	display: flex;
	justify-content: center;
    align-items: center;
    height: 45px;
	text-decoration: none !important;
}
.summary_wrap .guide .btn_link a:hover {
	opacity: .7;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
.summary_wrap .guide {
	margin-left: calc(((100vw - 960px) / 2) * -1);
    margin-right: calc(((100vw - 960px) / 2) * -1);
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
.summary_wrap .frs_text {
	text-align: left;
}
.summary_wrap .guide {
	        margin-left: auto;
        margin-right: auto;
}
}

@media screen and (max-width: 767px) {
.summary_wrap .ttl {
	font-size: 17px;
}
.summary_wrap .frs_text {
	text-align: left;
}
.summary_wrap .plan_catch {
	font-size: 17px;
}
.summary_wrap .guide {
	margin-left: auto;
	margin-right: auto;
	height: 230px;
	gap: 20px;
}
.summary_wrap .guide .text {
	font-size: 16px;
}
.summary_wrap .guide .btn_link a {
	font-size: 16px;
}
}




/* message_wrap */
.message_wrap .message {
	line-height: 1.8;
	margin-bottom: 20px;
}
.message_wrap .message .md_1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}
.message_wrap .message .md_2 {
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 0.3em;
}
.message_wrap .message .para {
	margin-bottom: 2.5em;
}
.message_wrap .img_message {
	max-width: 200px;
}
.message_wrap .name_wrap {
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
	gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
.message_wrap .message {
	line-height: 1.6;
}
.message_wrap .message .md_1 {
	font-size: 19px;
}
.message_wrap .message .md_2 {
	font-size: 16px;
}
.message_wrap .img_message {
	max-width: 160px;
}
}


/* news_wrap */
.news_wrap .listbox {
	max-width: 700px;
	margin: 0 auto;
	font-size: 16px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.news_wrap .listbox li {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #ccc;
}
.news_wrap .listbox li a {
	color: #231815;
	text-decoration: underline;
}
.news_wrap .listbox li a:hover {
	text-decoration: none;
}
.news_wrap .listbox li a:hover {
	opacity: .7;
}
.news_wrap .listbox li:first-child {
	margin-top: 0;
	padding-top: 0;
	border: none;
}
.news_wrap .listbox li .date {
	width: 6em;
	float: left;
	text-align: center;
}
.news_wrap .listbox li .date .new {
	background: #dc0000;
	width: 100%;
	color: #fff;
	font-size: 9px;
	line-height: 1;
	letter-spacing: 0.3em;
	font-weight: bold;
	display: flex;
	justify-content: center;
    align-items: center;
	height: 16px;
}
.news_wrap .listbox li .ttl {
	width: calc(100% - 125px);
	float: right;
}
@media screen and (min-width: 768px) and (max-width: 959px) {
}

@media screen and (max-width: 767px) {
.news_wrap {
	padding-bottom: 15px;
}
.news_wrap .sec_ttl {
	max-width: 270px;
	margin: 0 auto 25px;
}
.news_wrap .listbox {
	font-size: 13px;
	max-width: 450px;
}
.news_wrap .listbox li {
	margin-top: 15px;
    padding-top: 15px;
}
.news_wrap .listbox li .ttl {
	float: none;
	clear: left;
	width: 100%;
	margin-top: 2px;
}
.news_wrap .listbox li a:hover {
	opacity: 1;
}
.news_wrap .listbox li .date {
	width: 100%;
	display: flex;
    gap: 10px;
    align-items: center;
}
.news_wrap .listbox li .date .new {
	max-width: 60px;
	height: 13px;
}
}




