<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
* {
  box-sizing: border-box;
}

.p-first{
	font-size: 1.5em;
	font-weight: bold;
	}

.maindesign .osusume ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.maindesign .webfont.osusume .block_list.cols2-1 li {
	margin:0;
}

.maindesign .osusume .block_list.cols2-1 {
	min-height: 400px ;
	margin-bottom: 50px;
	width: 100%;
}

.maindesign .block_list.cols2-1 &gt; li {
	width: calc(50% - 5px);
}

.maindesign .block_list.cols2-1 li.column {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    justify-content: space-between;
}

.maindesign .block_list--innerflex_cols3-1 {
	border: 1px solid #ccc;
    border-radius: 5px;
}

.maindesign .block_list.cols2-1 {
	justify-content: space-between;
}

.maindesign .block_list--innerflex_cols3-1 li {
	width: calc(33% - 10px);
	padding: 5px;
	margin: 0;
}

.maindesign .innner_flex_display {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .block_list--innerflex_cols2-2 {
	border: 1px solid #ccc;
    border-radius: 5px;
	
}

.maindesign .inner_cover_cols2-2 {
	width: calc(66% - 5px);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.maindesign .block_list--innerflex_cols2-2 li {
	width: 50%;
	padding: 5px;
	margin: 0;
}

.maindesign .inner_cover_cols1-2 {
	width: calc(34% - 5px);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.maindesign .block_list--innerflex_cols1-2 li {
	width: 99%;
	padding: 5px;
	margin: 0;
}

.maindesign .block_list--innerflex_cols1-2 {
	width: 100%;
	margin: 0;
	border: 1px solid #ccc;
    border-radius: 5px;
}

.maindesign .topic_title {
    font-weight: bold;
	margin: 0 0 20px;
}
.maindesign .under_txt {
	text-align: center;
}

.maindesign .titletxt_box {
	margin-bottom: 20px;
}

.maindesign .topic_title_center {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
	min-height: 20px; 
}

.maindesign .titletxt_box_add {
	margin-bottom: 20px;
	min-height: 75px;
}

.maindesign .titletxt_box_add2 {
	margin-bottom: 20px;
	min-height: 100px;
}

.maindesign .txt_spacer {
	min-height: 20px;
	margin-bottom: 5px;
}

.maindesign .inner_cover_cols2-2-100 {
	width: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.maindesign .barrier_free_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.maindesign .barrier_free_list li {
    width: calc(50% - 6px);
    margin-right: calc(10px / 1);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.maindesign .barrier_free_list li:nth-child(2n) {
	margin-right: 0;
}

	
.maindesign .barrier_free_list .text-box {
    margin-bottom: 10px;
}

.maindesign p.explanation{
	line-height: 1.5;
}

.maindesign .block_list.cols2-1 li.width_add60 {
	width: calc(60% - 5px);
}
.maindesign .block_list.cols2-1 li.width_add40 {
	width: calc(40% - 5px);
}

@media screen and (max-width: 767px) {
.maindesign .osusume ul img {
	width: 100%;
	height: auto;
	} 
	
.maindesign .block_list.cols2-1 li.width_add60 {
	width: 100%;
}
.maindesign .block_list.cols2-1 li.width_add40 {
	width: 100%;
}
	
.maindesign .webfont.osusume .block_list.cols2-1 li {
	margin:0;
}

.maindesign .osusume .block_list.cols2-1 {
	min-height: 400px ;
	margin-bottom: 30px;
}

.maindesign .block_list.cols2-1 &gt; li {
	width: 100% ;
}

.maindesign .block_list--innerflex_cols3-1 {
	border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 20px;
}

.maindesign .block_list.cols2-1 {
	justify-content: space-between;
}

.maindesign .block_list--innerflex_cols3-1 li {
	width: 50%;
	padding: 5px;
	margin: 0;
}

.maindesign .innner_flex_display {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.maindesign .block_list--innerflex_cols2-2 {
	border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 20px;
}

.maindesign .inner_cover_cols2-2 {
	width:100% ;
}

.maindesign .block_list--innerflex_cols2-2 li {
	width: 50%;
	padding: 5px;
	margin: 0;
}

.maindesign .inner_cover_cols1-2 {
	width: 100%;
}

.maindesign .block_list--innerflex_cols1-2 li {
	width: 50%;
	padding: 5px;
	margin: 0;
}

.maindesign .block_list--innerflex_cols1-2 {
	width: 100%;
	margin: 0;
	border: 1px solid #ccc;
    border-radius: 5px;
	margin-bottom: 20px;
}

.maindesign .topic_title {
    font-weight: bold;
	margin: 0 0 10px;
}
.maindesign .under_txt {
	text-align: center;
	min-height: 39px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	
}

.maindesign .titletxt_box {
	margin-bottom: 20px;
}

.maindesign .topic_title_center {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

.maindesign .titletxt_box_add {
	margin-bottom: 20px;
	min-height: 75px;
}

.maindesign .inner_cover_cols2-2-100 {
	width: 100%;

}

.maindesign .barrier_free_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.maindesign .barrier_free_list li {
    width:100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.maindesign .barrier_free_list li:nth-child(2n) {
	margin-right: 0;
}

.maindesign .barrier_free_list .text-box {
    margin-bottom: 10px;
}
}





</pre></body></html>