@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 共通利用クラス */
/* line 12, ../sass/top.scss */
body * {
  box-sizing: border-box;
}
/* line 15, ../sass/top.scss */
body * a {
  color: #3072C5;
}
/* line 20, ../sass/top.scss */
body article, body section, body nav, body dl, body ul, body div {
  overflow: inherit;
  padding: 0;
}
/* line 25, ../sass/top.scss */
body .flex_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 31, ../sass/top.scss */
body .flex_row .gutter {
  flex-shrink: 3;
  width: 2%;
}
/* line 37, ../sass/top.scss */
body .flex_jc_sb {
  justify-content: space-between;
}
/* line 41, ../sass/top.scss */
body .flex_jc_fe {
  justify-content: flex-end;
}
/* line 45, ../sass/top.scss */
body .flex_3 {
  flex-shrink: 0;
  -ms-align-items: center;
  align-items: center;
}
/* line 51, ../sass/top.scss */
body .flex_ai_fend {
  -ms-align-items: flex-end;
  align-items: flex-end;
}
/* line 56, ../sass/top.scss */
body .flex_ai_center {
  -ms-align-items: center;
  align-items: center;
}
/* line 61, ../sass/top.scss */
body .flex_item {
  /*flex: 1;*/
  margin-left: 2%;
}
/* line 66, ../sass/top.scss */
body .flex_item:first-child {
  margin-left: 0;
}
/* line 70, ../sass/top.scss */
body .w100p {
  width: 100%;
}
/* line 73, ../sass/top.scss */
body .w95p {
  width: 95%;
}
/* line 76, ../sass/top.scss */
body .w90p {
  width: 90%;
}
/* line 79, ../sass/top.scss */
body .w85p {
  width: 85%;
}
/* line 82, ../sass/top.scss */
body .w80p {
  width: 80%;
}
/* line 85, ../sass/top.scss */
body .w75p {
  width: 75%;
}
/* line 88, ../sass/top.scss */
body .w70p {
  width: 70%;
}
/* line 91, ../sass/top.scss */
body .w65p {
  width: 65%;
}
/* line 94, ../sass/top.scss */
body .w60p {
  width: 60%;
}
/* line 97, ../sass/top.scss */
body .w55p {
  width: 55%;
}
/* line 100, ../sass/top.scss */
body .w50p {
  width: 50%;
}
/* line 103, ../sass/top.scss */
body .w45p {
  width: 45%;
}
/* line 106, ../sass/top.scss */
body .w40p {
  width: 40%;
}
/* line 109, ../sass/top.scss */
body .w35p {
  width: 35%;
}
/* line 112, ../sass/top.scss */
body .w30p {
  width: 30%;
}
/* line 115, ../sass/top.scss */
body .w25p {
  width: 25%;
}
/* line 118, ../sass/top.scss */
body .w20p {
  width: 20%;
}
/* line 121, ../sass/top.scss */
body .w15p {
  width: 15%;
}
/* line 124, ../sass/top.scss */
body .w10p {
  width: 10%;
}
/* line 127, ../sass/top.scss */
body .w5p {
  width: 5%;
}
/* line 131, ../sass/top.scss */
body .mb0 {
  margin-bottom: 0;
}
/* line 134, ../sass/top.scss */
body .mb1e {
  margin-bottom: 1em;
}
/* line 137, ../sass/top.scss */
body .mb2e {
  margin-bottom: 2em;
}
/* line 140, ../sass/top.scss */
body .mb3e {
  margin-bottom: 3em;
}
/* line 144, ../sass/top.scss */
body .align_center {
  text-align: center;
}
/* line 148, ../sass/top.scss */
body .align_left {
  text-align: left;
}
/* line 152, ../sass/top.scss */
body .align_right {
  text-align: right;
}
/* line 156, ../sass/top.scss */
body .nav_btn_style {
  background: #eee;
  border-radius: 5px;
  box-shadow: 0 5px 0 #666;
}
/* line 160, ../sass/top.scss */
body .nav_btn_style a {
  display: block;
  width: 100%;
  padding: .4em 1em .2em;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 120%;
}
/* line 172, ../sass/top.scss */
body .pc_off {
  display: none;
}
/* line 176, ../sass/top.scss */
body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 185, ../sass/top.scss */
header h1,
header #sitetitle {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  border: none;
  display: block;
  height: auto;
  text-indent: 0;
  background: none;
}
/* line 196, ../sass/top.scss */
header h1 img,
header #sitetitle img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 206, ../sass/top.scss */
#main_header .wrap h1,
#main_header .wrap #sitetitle {
  width: 30%;
  margin: 18px 0;
}
/* line 210, ../sass/top.scss */
#main_header .wrap h1 img,
#main_header .wrap #sitetitle img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 217, ../sass/top.scss */
#main_header .wrap .page_control {
  float: none;
  margin: 0;
  min-width: 54%;
}
/* line 222, ../sass/top.scss */
#main_header .wrap .page_control .UD {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}
/* line 234, ../sass/top.scss */
#main_header .wrap .page_control .UD dl {
  float: none;
  height: auto;
  overflow: visible;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
  margin-right: .6em;
  align-items: center;
}
/* line 247, ../sass/top.scss */
#main_header .wrap .page_control .UD dl dt, #main_header .wrap .page_control .UD dl dd {
  background-size: contain;
  background-position: 0 5px;
}
/* line 251, ../sass/top.scss */
#main_header .wrap .page_control .UD dl dt img, #main_header .wrap .page_control .UD dl dd img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 260, ../sass/top.scss */
#main_header .wrap .page_control .UD dl.textsize_change dt img {
  width: auto;
  height: 15px;
}
/* line 270, ../sass/top.scss */
#main_header .wrap .page_control .UD dl.color_change dt img {
  width: auto;
  height: 15px;
}
/* line 280, ../sass/top.scss */
#main_header .wrap .page_control .UD dl dd {
  width: 32px;
  height: 32px;
}
/* line 284, ../sass/top.scss */
#main_header .wrap .page_control .UD dl dd a {
  width: 26px;
  height: 26px;
}
/* line 291, ../sass/top.scss */
#main_header .wrap .page_control .search {
  width: 42.6367%;
  float: none;
}
/* line 294, ../sass/top.scss */
#main_header .wrap .page_control .search .search_inner {
  border: 2px solid #000;
  background: #fff;
  width: auto;
}
/* line 298, ../sass/top.scss */
#main_header .wrap .page_control .search .search_inner input {
  float: none;
}
/* line 300, ../sass/top.scss */
#main_header .wrap .page_control .search .search_inner input#search_txt {
  width: 72%;
}
/* line 303, ../sass/top.scss */
#main_header .wrap .page_control .search .search_inner input.search_bt {
  width: 27%;
}
/* line 315, ../sass/top.scss */
#main_header nav {
  border-bottom: 1px solid #333;
  border-top: 5px solid #279129;
  background: #1e5799;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1e5799 0%, #1e5799 0%, #ffffff 0%, #ffffff 50%, #f2ffee 50%, #f2ffee 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1e5799 0%, #1e5799 0%, #ffffff 0%, #ffffff 50%, #f2ffee 50%, #f2ffee 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1e5799 0%, #1e5799 0%, #ffffff 0%, #ffffff 50%, #f2ffee 50%, #f2ffee 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#f2ffee',GradientType=0 );
  /* IE6-9 */
}
/* line 324, ../sass/top.scss */
#main_header nav ul#menu {
  max-width: 980px;
  margin: 0 auto;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  flex: 1;
  justify-content: center;
  align-items: center;
}
/* line 335, ../sass/top.scss */
#main_header nav ul#menu li {
  float: none;
}
/* line 337, ../sass/top.scss */
#main_header nav ul#menu li a {
  color: #000;
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 347, ../sass/top.scss */
#main_header nav ul#menu li a:hover {
  background: rgba(255, 255, 255, 0.25);
}
/* line 351, ../sass/top.scss */
#main_header nav ul#menu li a img {
  height: 37%;
}
/* line 359, ../sass/top.scss */
#main_header #header_calendar_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 1.6em	auto;
}
/* line 366, ../sass/top.scss */
#main_header #header_calendar_list .item {
  width: calc((100% - 1.2% * 6) / 7);
}
/* line 368, ../sass/top.scss */
#main_header #header_calendar_list .item.item_map {
  width: 14%;
}
/* line 371, ../sass/top.scss */
#main_header #header_calendar_list .item .figure {
  border: 2px solid #2A972D;
  margin-bottom: .4em;
}
/* line 374, ../sass/top.scss */
#main_header #header_calendar_list .item .figure img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 386, ../sass/top.scss */
section p {
  padding: 1em 1em 0;
}

/* line 391, ../sass/top.scss */
.topics {
  border: 2px solid #2A972D;
  padding: 1em;
  margin-bottom: 1.6em;
}
/* line 395, ../sass/top.scss */
.topics h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 401, ../sass/top.scss */
.topics h3 img {
  width: 5%;
  margin-right: .4em;
}

/* line 408, ../sass/top.scss */
#info_section,
#news_section,
#caution_list_area {
  padding: 1em 0;
  margin-bottom: 1.6em;
}
/* line 413, ../sass/top.scss */
#info_section h3,
#news_section h3,
#caution_list_area h3 {
  background: #FFF2C1;
  padding: .4em .6em;
  font-size: 21px;
  line-height: 36px;
  font-weight: normal;
}
/* line 419, ../sass/top.scss */
#info_section h3 img,
#news_section h3 img,
#caution_list_area h3 img {
  height: 1.5em;
  width: auto;
  margin-right: .4em;
}

/* line 428, ../sass/top.scss */
#news_section h3 {
  background: #EBF4CC;
  padding: .4em .6em;
  margin-bottom: -30px;
}

/* line 434, ../sass/top.scss */
body .hr.whatsnew_contents_main_hr {
  border: none;
}

/* line 437, ../sass/top.scss */
table {
  width: 100%;
}
/* line 439, ../sass/top.scss */
table .whatsnew_title {
  padding: .6em .4em;
  padding-left: 2em;
  background: url(./?action=common_download_main&upload_id=1484?fname=arrow-01.png) no-repeat 0.6em center;
  border-bottom: 1px dashed #ccc;
}
/* line 445, ../sass/top.scss */
table .whatsnew_time,
table .whatsnew_room {
  text-align: right;
  border-bottom: 1px dashed #ccc;
}

/* line 451, ../sass/top.scss */
.util_wrap {
  margin-top: -.5em;
  margin-bottom: 1em;
}
/* line 454, ../sass/top.scss */
.util_wrap a {
  text-decoration: none;
  color: #333;
}
/* line 459, ../sass/top.scss */
.util_wrap label {
  padding: .6em;
  margin-right: .4em;
}
/* line 463, ../sass/top.scss */
.util_wrap .max_view {
  border: 1px solid #000;
  border-radius: 0;
  margin-right: 1em;
  font-size: 100%;
}
/* line 468, ../sass/top.scss */
.util_wrap .max_view option {
  padding: .6em;
  border-radius: 0;
}

/* line 476, ../sass/top.scss */
#caution_list_area h3 {
  background: #FFC8C8;
}
/* line 480, ../sass/top.scss */
#caution_list_area ul li {
  padding: .6em .4em;
  padding-left: 2em;
  background: url(./?action=common_download_main&upload_id=1484?fname=arrow-01.png) no-repeat 0.6em center;
}

/* line 492, ../sass/top.scss */
#main {
  width: 100%;
}
/* line 496, ../sass/top.scss */
#main #contents_wrap {
  max-width: 980px;
  margin: 0 auto;
}

/* line 504, ../sass/top.scss */
#main_contents {
  width: 70%;
}
/* line 510, ../sass/top.scss */
#main_contents #easy_search_area #search_header {
  padding: 0;
  width: 100%;
  margin-bottom: 10px;
}
/* line 518, ../sass/top.scss */
#main_contents #easy_search_area #search_header .search_inner {
  width: 56%;
  border: 5px solid #1C6F00;
  background: #F5F4D3;
  padding: .6em;
}
/* line 524, ../sass/top.scss */
#main_contents #easy_search_area #search_header .search_inner form {
  position: relative;
  background: #fff;
  width: 100%;
  border: 1px solid #333;
  margin: .2em 0;
}
/* line 532, ../sass/top.scss */
#main_contents #easy_search_area #search_header .search_inner form input {
  line-height: 2.2em;
}
/* line 536, ../sass/top.scss */
#main_contents #easy_search_area #search_header .search_inner form input[type=text] {
  width: 80%;
  border: none;
  font-size: 85%;
}
/* line 541, ../sass/top.scss */
#main_contents #easy_search_area #search_header .search_inner form input[type=submit] {
  margin: 0;
  width: 14%;
  font-size: 85%;
  color: #fff;
  background: #000;
  border: none;
  position: absolute;
  right: 0;
}
/* line 559, ../sass/top.scss */
#main_contents #easy_search_area #search_btn_wrap {
  padding: 0;
  margin-bottom: 30px;
}
/* line 563, ../sass/top.scss */
#main_contents #easy_search_area #search_btn_wrap ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
/* line 574, ../sass/top.scss */
#main_contents #easy_search_area #search_btn_wrap ul li {
  width: calc(97% / 3 );
}

/* line 583, ../sass/top.scss */
#_rightcolumn {
  width: 27.5%;
}
/* line 586, ../sass/top.scss */
#_rightcolumn .rightcolumn_on {
  border: none;
}
/* line 590, ../sass/top.scss */
#_rightcolumn h3 {
  margin-bottom: 0;
  padding: .4em .6em;
}
/* line 594, ../sass/top.scss */
#_rightcolumn .side_widget {
  border: 5px solid #279129;
  padding: 2px;
  margin-bottom: 1em;
}
/* line 598, ../sass/top.scss */
#_rightcolumn .side_widget.bd_no {
  border: none;
  padding: 0;
}
/* line 603, ../sass/top.scss */
#_rightcolumn .side_widget_inner {
  margin: 1em .6em;
}
/* line 609, ../sass/top.scss */
#_rightcolumn .side_widget_inner ul li {
  list-style-image: url(./?action=common_download_main&upload_id=1484?fname=arrow-01.png);
  margin-left: 1.2em;
  padding: 5px 0;
}
/* line 618, ../sass/top.scss */
#_rightcolumn #myliblary h3,
#_rightcolumn #web_searvice h3 {
  border-bottom: 2px solid #279129;
}
/* line 622, ../sass/top.scss */
#_rightcolumn #myliblary .side_widget_inner .login_btn,
#_rightcolumn #web_searvice .side_widget_inner .login_btn {
  margin-bottom: .4em;
}
/* line 624, ../sass/top.scss */
#_rightcolumn #myliblary .side_widget_inner .login_btn a,
#_rightcolumn #web_searvice .side_widget_inner .login_btn a {
  display: block;
  padding: .6em;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  background: url(./?action=common_download_main&upload_id=1480?fname=side_title_bg.png) repeat-x;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 644, ../sass/top.scss */
#_rightcolumn #easy_search_area h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-end;
  margin-bottom: .4em;
}
/* line 652, ../sass/top.scss */
#_rightcolumn #easy_search_area h3 span {
  font-size: 70%;
  margin-left: .4em;
}
/* line 657, ../sass/top.scss */
#_rightcolumn #easy_search_area form {
  background: #D6FACD;
  padding: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
/* line 665, ../sass/top.scss */
#_rightcolumn #easy_search_area form label {
  width: 13%;
  padding: 8px 5px;
}
/* line 669, ../sass/top.scss */
#_rightcolumn #easy_search_area form input {
  width: auto;
  font-size: 100%;
  border: none;
  background: none;
  width: 60%;
}
/* line 676, ../sass/top.scss */
#_rightcolumn #easy_search_area form input[type="button"], #_rightcolumn #easy_search_area form input[type="submit"] {
  background: #217823;
  color: #fff;
  padding: 5px;
  width: 26%;
}
/* line 683, ../sass/top.scss */
#_rightcolumn #easy_search_area p {
  text-align: right;
}
/* line 689, ../sass/top.scss */
#_rightcolumn #web_searvice h3 {
  margin-bottom: .4em;
}
/* line 694, ../sass/top.scss */
#_rightcolumn #web_searvice .side_widget_inner ul li {
  list-style-image: none;
  background: url(./?action=common_download_main&upload_id=1474?fname=list_img.png) no-repeat 0 center;
  background-size: .8em;
  margin: 0;
  padding-left: 1.4em;
}
/* line 708, ../sass/top.scss */
#_rightcolumn #newsletter h3,
#_rightcolumn #mobile_access h3,
#_rightcolumn #counter_area h3 {
  padding: .6em;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  background: #279129;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 726, ../sass/top.scss */
#_rightcolumn #img_banner ul li {
  margin-top: 1em;
}
/* line 728, ../sass/top.scss */
#_rightcolumn #img_banner ul li:first-child {
  margin-top: 0;
}
/* line 739, ../sass/top.scss */
#_rightcolumn #text_banner ul li {
  border-bottom: 1px dashed #ccc;
}
/* line 741, ../sass/top.scss */
#_rightcolumn #text_banner ul li a {
  display: block;
  padding: 1em 1.4em;
  color: #333;
  text-decoration: none;
}
/* line 751, ../sass/top.scss */
#_rightcolumn #mobile_access {
  background: #FAFAFA;
}
/* line 753, ../sass/top.scss */
#_rightcolumn #mobile_access img {
  width: 40%;
  margin: auto;
}
/* line 757, ../sass/top.scss */
#_rightcolumn #mobile_access a {
  display: block;
  text-align: center;
}
/* line 761, ../sass/top.scss */
#_rightcolumn #mobile_access .side_widget_inner {
  padding: 1em;
}

/* line 767, ../sass/top.scss */
footer {
  border: none;
}
/* line 769, ../sass/top.scss */
footer .copyright {
  text-align: center;
  background: #EFEFEF;
  padding: 1em;
  color: #333;
}

/*************************************************
 レスポンシブ　1024 + 20 
**************************************************/
@media screen and (min-width: 0px) and (max-width: 1044px) {
  /* line 849, ../sass/top.scss */
  .page .mobile_off {
    display: none;
  }

  /* line 856, ../sass/top.scss */
  .reread_link {
    right: 1%;
    bottom: 170px;
  }
  /* line 859, ../sass/top.scss */
  .reread_link a {
    background: url(../img/mobile_pagetop_nav.png) no-repeat;
  }
}
/*************************************************
 レスポンシブ　640 + 20 
**************************************************/
