

/************************************
** サイドバー
************************************/
.side_map {
position: relative;
display: block;
padding-bottom: 64%;
height: 0;
overflow: hidden;
}
.side_map iframe,
.side_map object,
.side_map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.box_top_map {
  box-sizing: border-box;
display: block;
	border: 1px solid #18D;
	padding: 16px 16px;
	margin: 0;
}

@media only screen and (max-width: 640px) {

}


ul.list_utility_access {
margin: 0;
padding: 0;
}

ul.list_utility_access li {
position: relative;
list-style: none;
margin: 0;
padding: 0;
padding-left: 1.2em;
}
ul.list_utility_access li:before {
position: absolute;
color: #0075c1;
  content: '\f058';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
margin-left: -1.2em;
}


/************************************
** トップページ
************************************/

.grid_top_content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
	gap: 24px;
}
.top_cont_box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  background-color: #f1f6fa;
}
@media only screen and (max-width: 640px) {
.grid_top_content {
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
gap: 16px;
}
.top_cont_box {
  display: block;
  padding: 16px 0;
  padding-top: 0 !important
}
}



.top_cont_box_txt {
  text-align: justify;
display: flex;
flex-flow: column;
  padding: 0 16px;
}

.top_cont_box_txt p {
margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
.top_cont_box_txt {
  padding: 0 16px;
  padding-top: 16px;
}
.top_cont_box {
  display: block;
  padding: 16px 0;
}
}

.top_cont_box_txt h4 {
margin-bottom: 4px;
color: #194092;
}
.top_cont_box_txt h4 {
    position: relative;
    padding: .3em 0 .2em 1em;
    border-bottom: 3px solid #2589d0;
    color: #333333;
	font-size: 130%;
}

.top_cont_box_txt h4::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #2589d0;
    content: '';
}

.top_cont_box_txt h4::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #2589d0;
    content: '';
}





.flex_top_content {
display: flex;
justify-content: space-between;
/*
justify-content: center;
*/
flex-wrap: wrap;
}
.flex_top_content_box {
display: block;
width: calc(100% / 3 - 24px);
text-align: center;
/*
margin: 0 16px;
*/
}

.flex_top_content_box:nth-child(n+4) {
margin-top: 16px;
}
@media only screen and (max-width: 640px) {
.flex_top_content_box {
width: calc(100% / 3 - 12px);
/*
margin: 0 8px;
*/
}
}
@media only screen and (max-width: 640px) {
.flex_top_content {
display: block;
}
.flex_top_content_box {
width: auto;
margin: 0 32px;
}
.flex_top_content_box:nth-child(n+2) {
margin-top: 4px;
}
}

.flex_top_content_box h4 {
font-weight: 400;
margin-bottom: 0;
color: #000;
/*color: #479557;*/
text-align: center;
}
.flex_top_content_box_pic {
display: block;
position: relative;
height: 0;
padding-bottom: 82%;
overflow: hidden;
background: #CCC;
}
.flex_top_content_box_txt {
display: block;
position: relative;
padding: 40px 32px;
background: #f1f6fa;
text-align: left;
}
.flex_top_content_box_txt h5 {
color: #194092;
text-align: center;
}


.flex_top_content_box_pic.webyoyaku {
border: 2px solid #eb556e;
}

.flex_top_content_box_pic img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.flex_top_content_box_pic a {
display: block;
}
.flex_top_content_box_pic a:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


@media only screen and (max-width: 640px) {
.flex_top_content_box_pic {
padding-bottom: 25%;
margin-bottom: 4px;
}
}



.flex_top_content_annai {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_top_content_annai_pic,
.flex_top_content_annai_txt {
display: block;
width: 50%;
}
.flex_top_content_annai_pic {
position: relative;
display: block;
overflow: hidden;
}
.flex_top_content_annai_pic img {
  position: absolute;
  object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
}

.flex_top_content_annai_txt {
display: flex;
flex-flow: column;
justify-content: center;
border: 1px solid #479557;
}
.flex_top_content_annai_txt .inner {
padding: 16px;
padding-right: 8px;
}
@media only screen and (max-width: 640px) {
.flex_top_content_annai_txt .inner {
padding: 16px;
}
}

@media only screen and (max-width: 640px) {
.flex_top_content_annai {
flex-flow: column;
flex-wrap: wrap;
margin: 0 -8px;
}
.flex_top_content_annai_pic,
.flex_top_content_annai_txt {
width: auto;
min-height: 24em;
}
.flex_top_content_annai_pic {
padding: 0 7px;
min-height: 24em;
}
.flex_top_content_annai_pic img {
  top: 0%;
  left: 50%;
  transform: translateY(-0%) translateX(-50%);
}
.flex_top_content_annai_txt .inner {
padding: 8px 7px;
padding-right: 7px;
}
}



.flex_top_content_annai_icon {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flex_top_content_annai_icon_box {
display: inline-block;
margin: 0 32px;
line-height: 150%;
text-align: center;
}
.flex_top_content_annai_icon_box .imagecenter00 {
max-width: 80px;
margin-bottom: 8px;
}
@media only screen and (max-width: 1366px) {
.flex_top_content_annai_icon_box {
margin: 0 24px;
}
}
@media only screen and (max-width: 980px) {
.flex_top_content_annai_icon_box {
margin: 0 16px;
}
}
@media only screen and (max-width: 640px) {
.flex_top_content_annai_icon_box .imagecenter00 {
max-width: 60px;
}
}

@media only screen and (max-width: 640px) {
.flex_top_content_annai_icon_box {
margin: 0 8px;
line-height: 120%;
text-align: center;
}
.flex_top_content_annai_icon_box .imagecenter00 {
max-width: 48px;
}
}

.bt_left_arrow {
  display: inline-block;
  position: relative;
  margin-left: 1.2em;
  line-height: 130%;
}

.bt_left_arrow a::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin: 0;
  padding: 0;
  left: -1.2em;
  color: #287928;
  font-weight: 900;
}
.bt_top_shinryou {
  display: inline-block;
  position: relative;
  line-height: 130%;
}

.bt_top_shinryou a {
  display: block;
}
.bt_top_shinryou a:hover {
text-decoration: underline;
}

.bt_left_arrow a {
  display: block;
}
.bt_left_arrow a:hover {
text-decoration: underline;
}
.bt_left_arrow a:hover::before  {
  color: #CCC;
}
.bt_right_arrow {
  display: inline-block;
  position: relative;
  line-height: 130%;
}
.bt_right_arrow a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  margin: 0;
  padding: 0;
  right: -1.2em;
  color: #287928;
  font-weight: 900;
}

.bt_right_arrow a {
  display: block;
  padding-right: 0;
}
.bt_right_arrow a:hover {
text-decoration: underline;
  padding-right: -1.2em;
}
.bt_right_arrow a:hover::after  {
  right: -1.5em;
  color: #F9B54F;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}






.bg_gray {
display: block;
background: #F5F5F5;
padding: 40px 0;
padding-top: 32px;
margin-bottom: 40px;
}
@media only screen and (max-width: 1280px) {
.bg_gray {
padding: 32px 0;
padding-top: 24px;
margin-bottom: 32px;
}
.bg_gray h4 {
margin-left: 8px;
}
}

@media only screen and (max-width: 640px) {
.bg_gray {
padding: 24px 0;
padding-top: 16px;
margin-bottom: 24px;
}
.bg_gray h4 {
margin-left: 8px;
}
}
@media only screen and (max-width: 640px) {
.bg_gray {
padding: 16px 0;
padding-top: 12px;
margin-bottom: 16px;
}
}



.flex_double_top_info {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_double_top_info_box {
display: block;
width: calc(100% / 2 - 20px);
}
.flex_double_top_info_box_in {
display: block;
background-color: #FFF;
height: calc(100% - 48px);
}
.flex_double_top_info_box .inner {
padding: 24px;
}
@media only screen and (max-width: 1280px) {
.flex_double_top_info_box {
width: calc(100% / 2 - 16px);
}
.flex_double_top_info_box .inner {
padding: 16px;
}
}

@media only screen and (max-width: 640px) {
.flex_double_top_info {
margin: 0 -8px;
}
.flex_double_top_info_box {
width: calc(100% / 2 - 12px);
}
.flex_double_top_info_box_in {
height: calc(100% - 36px);
}
.flex_double_top_info_box .inner {
padding: 16px 8px;
}
}

@media only screen and (max-width: 640px) {
.flex_double_top_info {
display: block;
margin: 0 -8px;
}
.flex_double_top_info_box {
width: auto;
}
.flex_double_top_info_box:nth-child(n+2) {
margin-top: 16px;
}
.flex_double_top_info_box_in {
margin: 0;
height: calc(100% - 36px);
}
.flex_double_top_info_box .inner {
padding: 16px 8px;
}
}



.img_df {
display: block;
margin: 0 auto;
max-width: 520px;
margin-bottom: 40px;
}
@media only screen and (max-width: 1080px) {
.img_df {
max-width: 60%;
}
}
@media only screen and (max-width: 640px) {
.img_df {
max-width: 75%;
margin-bottom: 0px;
}
}




.bt_news {
display: inline-block;
line-height: 150%;
padding: 0;
margin: 0;
}
.bt_news a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_news a:hover {
color: #0194ff;
text-decoration: underline;
}

.bt_news a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #0194ff;
  font-weight: 900;
  }
  
.bt_yaji_big {
display: inline-block;
line-height: 150%;
padding: 0;
margin: 0;
}
.bt_yaji_big a {
position: relative;
display: block;
padding-left: 1.2em;
line-height: 150%;
color: #555;
text-decoration: none;
}
.bt_yaji_big a:hover {
color: #0194ff;
text-decoration: underline;
}

.bt_yaji_big a:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  margin: 0;
  margin-left: -1.2em;
  padding: 0;
  color: #0194ff;
  font-weight: 900;
  }
  
  

.flex_new_top_title {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.flex_new_top_title_txt {
order: 1;
display: inline-block;
max-width: 70%;
}
.flex_new_top_title_tag {
order: 2;
display: inline-block;
}

@media only screen and (max-width: 640px) {
.flex_new_top_title {
display: block;
width: 100%;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.flex_new_top_title_txt {
order: 1;
display: block;
max-width: inherit;
}
.flex_new_top_title_tag {
order: 2;
display: inline-block;
float: right;
margin-top: -2em;
}
}

.box_category a {
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #1BF;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background-image: url(../../../../uploads/2025/04/icon_logo_half.png);
	background-repeat: no-repeat;
	background-position: right -5px bottom -5px;
}

#bg_pickup a{ background-color: #FCF; }
#bg_notice a{ background-color: #ffbf7f; }
#bg_tv a { background-color: #ff7f7f; }
#bg_posting a { background-color: #7fbfff; }
#bg_lectures a { background-color: #70C3A6; }
#bg_trial a { background-color: #7fffbf; }
#bg_other a { background-color: #bf7fff; }
#bg_web a { background-color: #FA6; }
#bg_CD a { background-color: #bf7fff; }

table.entry_top .bt_more_r {
margin-bottom: 0;
}

table.entry_top {
	display: block;
	background: none;
	border: none;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.entry_top tr {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

table.entry_top th {
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
	background: none;
	width: 100px;
}
table.entry_top td {
	width: 100%;
	vertical-align: top;
	border: none;
	margin: 0;
	padding: 0;
}

@media only screen and (max-width: 640px) {
table.entry_top th,
table.entry_top td {
    font-weight: bold;
}
}
table.entry_top td a {
color: #666;
text-decoration: none;
}
table.entry_top td a:hover {
color: #666;
text-decoration: underline;
}

table.entry_top td p {
margin: 0;
padding: 0;
padding-left: 1em;
}

.daytime_top {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
    display: inline-block;
  padding-left: 1.0em;

}
.daytime_top::before {
  position: absolute;
	content:"▶";
  margin-left: -1.0em;
	color: #87CEFA;
}



table.table_top_news {
	table-layout: auto;
	width: 100%;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
	background: none;
	border-collapse: collapse;
}
table.table_top_news tr {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}
table.table_top_news th, table.table_top_news td {
	background: none;
	border: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-weight: 400;
	margin: 0;
	padding: 0.5em 0;
	text-align: left;
	vertical-align: middle;
	min-height: 3em;
	height: 3em;
}
table.table_top_news th {
	color: #555;
	width: 120px;
	padding-left: 0;
}
table.table_top_news td {
position: relative;
}



.table_top_news p {
	margin: 0;
	padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 制限したい行数が3の場合 */
  overflow: hidden;
}
.table_top_news p a {
	color: #000;
	text-decoration: none;
}
.table_top_news p a:hover {
	color: #0099FF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


@media only screen and (max-width: 640px) {
table.table_top_news {
	margin-bottom: 8px;
	border-bottom: 1px solid #CCC;
}
table.table_top_news th, table.table_top_news td {
	min-height: inherit;
	height: auto;
	padding: 0;
	display: block;
	width: auto;
	border: none;
    font-weight: bold;
}
table.table_top_news th {
	border-top: 1px solid #CCC;
	padding-top: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 0;
}


table.table_top_news td {
display: flex;
width: 100%;
vertical-align: middle;
align-items: center;
padding-right: 1em;
	padding-bottom: 0.75em;
	min-height: 3em;
	height: 3em;
}
table.table_top_news td:after {
top:-0.5em;
transform: translateY(0%);
}

table.table_top_news p {
line-height: 150%;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
}
}


h4.top_tenin {
text-box-trim: trim-both;
padding: 16px;
background-color: #c2dafc;
color: #18D;
text-align: center;
}
h4.top_shounika {
text-box-trim: trim-both;
padding: 16px;
background-color: #FFF;
color: #18D;
border: 1px solid #18D;
text-align: center;
}
h5.top_shounika {
text-box-trim: trim-both;
padding: 8px !important;
background-image: none;
background-color: #FFF;
color: #18D;
border: 1px solid #18D !important;
text-align: center;
font-weight: 400;
}
h5.top_shounika:before {
display: none;
content:"";
}



.tenin_ac h5,
.box_tenin_ac h5 {
position: relative;
color: #0075c1;
border-bottom: 1px dotted #999;
}

.tenin_ac h5:before,
.box_tenin_ac h5:before {
  content: '\f0f0';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
 color: #999;
 font-size: 150%;
 margin-right: 5px;
}
.box_tenin_ac h4 {
font-weight: 400;
font-size: 150%;
margin-bottom: 8px;
color: #0075c1;
}

.box_tenin_ac {
display: block;
margin: 0 auto;
background-color: #F5F5F5;
padding: 1em 2em;
font-weight: 400;
border-radius: 16px;
}

@media only screen and (max-width: 640px) {
.box_tenin_ac {
padding: 16px 16px;
border-radius: 8px;
}
}

ul.tenin_dd {
margin: 0;
padding: 0 1em;
padding-bottom: 0;
}
ul.tenin_dd li {
list-style: none;
margin: 0;
margin-bottom: 8px;
padding-bottom: 8px;
border-bottom: 1px dotted #CCC;
padding: 0;
padding-left: 1.0em;
}
ul.tenin_dd li ul.list_kome li {
border-bottom: none !important;
}



ul.tenin_dd li strong {
position: relative;
color: #0075c1;
font-size: 105%;
display: block;
}

ul.tenin_dd li strong:before {
position: absolute;
  content: '\f481';
  font-family: "Font Awesome 5 Free";
 font-weight: 900;
 color: #06F;
 font-size: 150%;
 margin-left: -1.3em;
}
ul.tenin_dd lilast-child {
margin-bottom: 0;
}



