@media screen and (max-width: 760px) {
  /** For Touch Device **/
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .container {
    float: right;

    width: 880px;
  }
}

/*  Title
 *---------------------------------------------------------- */
.title {
  position: relative;

  padding-bottom: 5px;

  background-color: #3a9bc1;

  *zoom: 1;
}
.title h1 {
  /* => 4px */
  box-sizing: border-box;
  padding: .17em;

  color: #fff;
  border-bottom: 1px dotted #fff;
}
.title:before {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 5px;

  content: "";

  background: url(../img/border01.gif) repeat;
}
.title:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.breadcrumb {
  font-size: .9em;

  width: 980px;
  margin: 0 auto;
  padding: 16px 0;
  width: 100%;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:active {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .breadcrumb a:hover {
    text-decoration: none;
  }
}
.breadcrumb ol {
  *zoom: 1;
}
.breadcrumb ol:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}
.breadcrumb li {
  float: left;

  margin-right: .5em;
}
.breadcrumb li:after {
  content: " >";
}
.breadcrumb li:last-child:after {
  content: none;
}

.entry_content .release_date {
  font-size: 14px;
  font-weight: bold;

  margin: 4px 0 8px;

  text-align: right;
}

.entry_article h1,
h1.news_title {
  font-size: 1.58em !important;
  /* => 19px */
  font-weight: normal !important;

  position: relative;

  padding: .3em 24px;

  border: 1px solid #ccc;
  background-color: #fff;
}
.entry_article h1:before,
.entry_article h1:after,
h1.news_title:before,
h1.news_title:after {
  position: absolute;
  z-index: 1000;

  width: 0;
  height: 0;

  content: "";

  border: 9px solid #3a9bc1;
}
.entry_article h1:before,
h1.news_title:before {
  top: 0;
  left: 0;

  border-right-color: transparent;
  border-bottom-color: transparent;
}
.entry_article h1:after,
h1.news_title:after {
  right: 0;
  bottom: 0;

  border-top-color: transparent;
  border-left-color: transparent;
}

.entry_article h2 {
  font-size: 1.41em !important;
  /* => 17px; */
  font-weight: normal !important;

  position: relative;

  padding: .5em 24px;
}
.entry_article h2:before {
  position: absolute;
  top: 50%;
  left: 0;

  display: block;

  width: 7px;
  height: 60%;

  content: "";
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);

  background-color: #3a9bc1;
}
.entry_article h2:after {
  position: absolute;
  bottom: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 5px;

  content: "";

  background: url(../img/border01.gif) repeat;
}

.entry_article h3 {
  font-size: 1.33em !important;
  /* => 16px; */
  font-weight: normal !important;

  padding: .3em 16px;

  border: 1px solid #e1e1e1;
  border-radius: 6px;
  background-color: #f2f2f2;
}

.entry_article dl {
  clear: both;

  margin: 1em 0;
  padding: 32px 32px 16px;

  border: 1px solid #e1e1e1;
  background-color: #f2f2f2;

  *zoom: 1;
}
.entry_article dl:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}

.entry_article dt {
  float: left;
  clear: both;

  margin-bottom: 16px;
  padding: 0 .67em;

  color: #fff;
  background-color: #3a9bc1;
}

.entry_article dd {
  float: right;

  box-sizing: border-box;
  width: 90%;
  margin-bottom: 16px;
}

.sitemap {
  font-size: 1.08em !important;
  /* => 13px */
  line-height: 1.6;

  *zoom: 1;
}
.sitemap:after {
  font-size: 0;

  display: block;
  visibility: hidden;
  clear: both;

  height: 0;

  content: " ";
}
.sitemap p:empty,
.sitemap ul:empty {
  display: none;
}
.sitemap a {
  text-decoration: underline;

  color: #37d;
}
.sitemap a:hover {
  text-decoration: none;
}
.sitemap a:active {
  text-decoration: underline;
}
.sitemap ul {
  padding-left: 1.5em;

  list-style: disc !important;
}
.sitemap li {
  margin-bottom: .5em;
}
.sitemap .grid {
  padding: 30px 0;
}
.sitemap .grid > div {
  box-sizing: border-box;
  width: 360px;
  padding: .8em 10px;

  border-bottom: 1px dotted #999;
}

.page-news .entry_article ul {
	list-style:none !important;
	padding-left:0 !important;
}

.page-news .entry_article ul li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
}

.page-news .entry_article ul li .date {
	color:#3a9bc1 !important;
	font-weight:bold !important;
	margin-bottom:0 !important;
}

.page-news .entry_article ul li .title {
	font-size:1.1em !important;
	background:none;
	border:none;
	line-height:1.4 !important;
	margin-bottom:0 !important;
}

.page-news .entry_article ul li .title::before {
    display:none;
}

.page-news .entry_article ul li a {
	text-decoration:none !important;
}

.page-news .entry_article ul li a:hover {
	text-decoration: underline !important;
	color:#3a9bc1 !important;
}

@media screen and (max-width: 760px) {
  /** For Touch Device **/
  .title {
    margin: 12px 0;
  }
  .title .eyecatch {
    height: 0;
    padding-bottom: 28%;

    background-position: center;
    background-size: auto 100%;
  }
  .title .title_inner {
    padding: 12px 6px;
  }
  .title h1 {
    font-size: 22px;

    padding-top: 0;
  }
  .entry_article {
    padding: 30px 10px;
  }
  .entry_article h1 {
    font-size: 20px;

    padding: 6px 16px;

    background-size: 44px;
  }
  .entry_article h2 {
    font-size: 16px;

    padding: 8px 16px;
  }
  .entry_article h3 {
    font-size: 15px;

    padding: 4.5px 10px;
  }
  .entry_article dl {
    margin: 1em 0;
    padding: 16px 16px 6px;
  }
  .sitemap .grid {
    padding: 10px 0;
  }
  .sitemap .grid > div {
    width: 100%;
  }
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .title .eyecatch {
    float: right;

    width: 670px;
    height: 140px;

    background-position: center;
    background-size: cover;
  }
  .title .title_inner {
    position: relative;

    float: left;

    width: 310px;
    height: 140px;
  }
  .title h1 {
    font-size: 1.92em;

    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    /* => 23px */

    width: 270px;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .container .entry_article {
    padding: 1px 0;
  }
}

/*  Side
 *---------------------------------------------------------- */
@media screen and (max-width: 760px) {
  /** For Touch Device **/
}

@media screen and (min-width: 761px), print {
  /** For PC **/
  .side {
    float: left;

    width: 190px;
  }
}

.side_nav {
  padding: 5px;

  background: url(../img/border01.gif) repeat;
}
.side_nav .inner {
  background-color: #fff;
}
.side_nav h3 {
  line-height: 2.5em;

  text-align: center;

  color: #fff;
  background-color: #3a9bc1;
  /* => 30px */
}
.side_nav .side_nav_main {
  padding: 4px;
}
.side_nav .side_nav_main li {
  font-size: 13px;

  border-bottom: 1px dotted #ccc;
}
.side_nav .side_nav_main li:last-child {
  border-bottom: none;
}
.side_nav .side_nav_main li.current_page_item > a {
  pointer-events: none;

  color: black;
  background-color: #ebf5f9;
}
.side_nav .side_nav_main li a {
  display: block;

  padding: .4em .2em;
}
.side_nav .side_nav_main li ul {
  border-top: 1px dotted #ccc;
}
.font-size-large .side_nav .side_nav_main li {
  font-size: 15px;
}
.side_nav .side_nav_main > li > a {
  font-weight: bold;

  position: relative;

  padding-right: 22px;

  color: #3a9bc1;
}
.side_nav .side_nav_main > li > a:after {
  position: absolute;
  top: 50%;
  right: 8.4px;

  display: block;

  width: 6px;
  height: 6px;

  content: "";
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);

  border-top: 2px solid #3a9bc1;
  border-right: 2px solid #3a9bc1;
}
.side_nav .side_nav_main > li > ul > li > a {
  position: relative;

  display: block;

  padding-left: 22px;
}
.side_nav .side_nav_main > li > ul > li > a:before {
  position: absolute;
  top: 50%;
  left: 8px;

  display: block;

  width: 6px;
  height: 0;
  margin-top: -1px;

  content: "";

  border-bottom: 2px solid #3a9bc1;
}
.side_nav .side_nav_main > li > ul > li.current_page_item {
  font-weight: bold;

  background-color: #ebf5f9;
}
.side_nav .side_nav_main > li > ul > li.current_page_item a {
  pointer-events: none;
}
.side_nav .side_nav_main > li > ul > li li a {
  display: block;

  padding-left: 32px;
}
.side_nav a {
  color: inherit;
}
.side_nav a:link,
.side_nav a:visited {
  text-decoration: none;
}
.side_nav a:hover {
  text-decoration: underline;
}
.side_nav a:active {
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .side_nav a:hover {
    text-decoration: none;
  }
}
