@charset "UTF-8";
@import url(./base.css);
@import url(./layout.css);
#wrapper {
  width: 920px;
  margin: 0 auto;
  text-align: left; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 767px) {
    #wrapper {
      width: 100%; } }

/* ========== end △ */
#top_main {
  background: url(../images/main_img.jpg) no-repeat;
  width: 1308px;
  padding-top: 322px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 767px) {
    #top_main {
      width: 100%; } }

/* ========== end △ */
#main {
  width: 920px;
  margin-left: auto;
  text-align: left;
  margin-right: auto; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 767px) {
    #main {
      width: 100%; } }

/* ========== end △ */
#content {
  width: 640px;
  float: left; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 767px) {
    #content {
      width: 100%; } }

/* ========== end △ */
.top01_left {
  float: left;
  width: 284px;
  height: 146px;
  padding-left: 22px; }

.top01_right {
  float: left;
  width: 284px;
  height: 146px;
  padding-left: 40px; }

.top01_text {
  float: left;
  width: 145px; }
  .top01_text h2 {
    float: none; }

#top02 {
  background-color: #ecf7f9;
  padding: 22px;
  margin-top: 35px; }

#top02_text {
  float: left;
  width: 306px;
  padding-left: 18px; }

#top02_text p {
  padding-top: 5px;
  padding-left: 5px; }

#column {
  margin: 13px 0 0 22px; }

#news {
  width: 226px;
  height: 30px;
  background: url(../images/news.png) no-repeat top;
  margin: 0 0 28px 16px; }

#news_link {
  font-size: 11px;
  padding-top: 3px;
  padding-left: 160px;
  float: left; }

#news_link a {
  color: #2677e5;
  text-decoration: underline; }

#rss {
  float: right;
  padding-right: 9px;
  padding-top: 5px; }

#nProgram {
  overflow: auto;
  width: 220px;
  text-align: left;
  height: 280px;
  margin: 0 auto;
  font-size: 12px; }

#nProgram dl {
  padding-left: 5px; }

#nProgram dl dt {
  color: #9c9c9c; }

#nProgram dl dd {
  padding: 0 0 10px 0; }

#nProgram a:link {
  color: #575858;
  text-decoration: none; }

#nProgram a:visited {
  color: #575858;
  text-decoration: none; }

#nProgram a:hover,
a:active {
  color: #2677e5;
  text-decoration: underline; }

.top03 {
  width: 381px;
  float: left; }

/* ▽ SP layout ========== */
  @media only screen and (max-width: 767px) {
    .top03 {
      width: auto; } }

/* ========== end △ */
.line01 {
  padding-right: 32px;
  border-right: 1px dotted #000; }

.top03_text {
  width: 202px;
  float: right;
  padding-top: 5px; }

/* SP */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #main {
    padding: 0 10px; }
  #content {
    background: url(../common_img/sp_bg1.png) no-repeat center top;
    background-size: 100% auto;
    margin-top: -20%;
    z-index: 2;
    position: relative;
    padding: 40px 10px 0;
    float: none; }
    #content > .clearfix {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 0; }
      #content > .clearfix > .top01_left, #content > .clearfix .top01_right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: auto;
        padding: 3px;
        -webkit-box-shadow: 0 0 5px #c2c2c2;
        box-shadow: 0 0 5px #c2c2c2;
        background: #eaeef1;
        background: -webkit-gradient(linear, left top, left bottom, from(#eaeef1), color-stop(81%, white));
        background: -webkit-linear-gradient(top, #eaeef1 0%, white 81%);
        background: -o-linear-gradient(top, #eaeef1 0%, white 81%);
        background: linear-gradient(180deg, #eaeef1 0%, white 81%);
        float: none;
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        #content > .clearfix > .top01_left h2, #content > .clearfix .top01_right h2 {
          display: block;
          float: none; }
          #content > .clearfix > .top01_left h2 img, #content > .clearfix .top01_right h2 img {
            max-height: 4.3vw;
            }
        #content > .clearfix > .top01_left > div, #content > .clearfix .top01_right > div {
          width: 59%;
          }
          #content > .clearfix > .top01_left > div:first-child, #content > .clearfix .top01_right > div:first-child {
            padding: 10px; }
          #content > .clearfix > .top01_left > div:last-child, #content > .clearfix .top01_right > div:last-child {
            width: 41%;
            }
    #content #top02 h2 {
      margin-bottom: 20px; }
    #content #top02 .fl {
      margin-bottom: 30px; }
      #content #top02 .fl h2 {
        display: block;
        float: none; }
        #content #top02 .fl h2 img {
          max-height: 30px; }
    #content #top02 #top02_text {
      width: 100%;
      padding-left: 0; }
      #content #top02 #top02_text h3 {
        display: block;
        float: none; }
        #content #top02 #top02_text h3 img {
          max-height: 4.3vw;
          }
      #content #top02 #top02_text .ar {
        text-align: center;
        margin: 20px auto 0; }
  #column {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    padding: 0 20px; }
  #news {
    width: 100%;
    background: none;
    margin: 0 0 20px; }
    #news .news_tt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      #news .news_tt h2 img {
        max-height: 5.8vw;
        }
      #news .news_tt a {
        display: block;
        padding: 0 15px 0 0;
        background: url(../images/arrow.png) no-repeat right center;
        background-size: auto 60%;
        color: #008ce6; }
  .wrap_news {
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px; }
  #nProgram {
    height: 150px; }
  .wrap_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .wrap_banner > div {
      margin: 0;
      width: 48%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/* ========== end △ */
