@charset "UTF-8";

/* 	通常ページ 
	２カラム、サブメニュー・サイドコンテンツ 
----------------------------- */
#contents {
  width: 1100px;
  margin: 0 auto;
  padding: 0;
  color: #333;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  #contents {
    width: 95%;
    margin: 0 auto;
  }
}

#crumb-list {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  #crumb-list {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 900px) {
  #crumb-list {
    padding: 0 0 20px;
  }
}

#crumb-list .crumb-item {
  float: left;
}

#crumb-list .crumb-sepalator {
  float: left;
}

#crumb-list .crumb-sepalator span {
  margin: 0 5px;
}

#crumb-list a {
  color: #333;
  text-decoration: underline;
}

#crumb-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#side {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1100px) {
  #side {
    width: 100%;
    margin: 0 auto;
  }
}

#side #side-contents {
  width: 300px;
  margin: 10px auto;
}

@media screen and (max-width: 1100px) {
  #side #side-contents {
    width: 100%;
    margin: 0 auto;
  }
}

#side #side-contents p {
  margin-bottom: 0px;
  line-height: 10px;
}

#cont-right {
  float: right;
  width: 770px;
  margin: 0;
}

@media screen and (max-width: 1100px) {
  #cont-right {
    width: 100%;
    margin: 0 auto;
  }
}

#main-contents {
  width: 770px;
  margin: 0 auto 200px;
  clear: both;
}

@media screen and (max-width: 1100px) {
  #main-contents {
    width: 95%;
    margin: 0 auto;
  }
}

.layout4 #main-contents {
  width: 1100px;
}

.layout4 #main-contents img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .layout4 #main-contents {
    width: 95%;
    margin: 0 auto;
  }
}

nav#local {
  margin-bottom: 10px;
}

nav#local ul#sub-nav {
  list-style: none;
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 1100px) {
  nav#local ul#sub-nav {
    width: 100%;
    margin: 0 auto;
  }
}

nav#local ul#sub-nav li {
  display: block;
  padding: 2px 0;
  border-top: 1px solid #ccc;
}

nav#local ul#sub-nav li .text:link,
nav#local ul#sub-nav li .text:visited {
  display: block;
  color: #333;
  margin: 0 auto;
  padding: 8px 0 8px 20px;
}

nav#local ul#sub-nav li .text:link:hover,
nav#local ul#sub-nav li .text:link:active,
nav#local ul#sub-nav li .text:link.active,
nav#local ul#sub-nav li .text:visited:hover,
nav#local ul#sub-nav li .text:visited:active,
nav#local ul#sub-nav li .text:visited.active {
  color: #333;
  background-color: #FDEF16;
}

nav#local ul#sub-nav li:last-child {
  border-bottom: 1px solid #ccc;
}

/*	お知らせ記事
------------------------*/
/* 新着情報部分 */
#main-contents .topic-headline-section.content-primary,
#main-contents #blog-headline-section.content-primary {
  border: solid 1px #ccc;
  margin-bottom: 15px;
  background-color: #fff;
  list-style: none;
}

#main-contents .topic-headline-section.content-primary .thp_headline-ul,
#main-contents #blog-headline-section.content-primary .thp_headline-ul {
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}

#main-contents .topic-headline-section.content-primary h3.topic-title_dt,
#main-contents #blog-headline-section.content-primary h3.topic-title_dt {
  background: transparent;
  color: #333;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 0 10px 15px;
  margin: 0;
  text-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  height: auto;
  text-align: left;
}

#main-contents .topic-headline-section.content-primary h3.topic-title_dt:before,
#main-contents .topic-headline-section.content-primary h3.topic-title_dt:after,
#main-contents #blog-headline-section.content-primary h3.topic-title_dt:before,
#main-contents #blog-headline-section.content-primary h3.topic-title_dt:after {
  display: none;
}

#main-contents .topic-headline-section.content-primary h3.topic-title_dt .date,
#main-contents #blog-headline-section.content-primary h3.topic-title_dt .date {
  font-size: 80%;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link,
#main-contents #blog-headline-section.content-primary .thp_topic-link {
  border: 0;
  white-space: initial;
  display: block;
}

#main-contents .topic-headline-section.content-primary .thp_topic-link:hover,
#main-contents #blog-headline-section.content-primary .thp_topic-link:hover {
  background: #eee;
  background: url(../img/topic-arrow.png) no-repeat right center rgba(204, 204, 204, 0.3);
}

#main-contents .topic-headline-section.content-primary .topic-text_dd,
#main-contents .topic-headline-section.content-primary .blog-intro,
#main-contents #blog-headline-section.content-primary .topic-text_dd,
#main-contents #blog-headline-section.content-primary .blog-intro {
  font-weight: normal;
  font-size: 12px;
  color: #333;
  padding: 0 10px 15px 15px;
}

#main-contents .topic-headline-section.content-primary li,
#main-contents #blog-headline-section.content-primary li {
  border-bottom: solid 1px #ccc;
}

#main-contents .topic-headline-section.content-primary li:last-child,
#main-contents #blog-headline-section.content-primary li:last-child {
  border-bottom: none;
}

.blog-main article {
  clear: both;
  padding: 0 0 30px 0;
}

/* 中面ページ */
h2 {
  font-size: 30px;
  text-align: center;
  margin: 0 0 60px;
  position: relative;
}

h2:after {
  content: "";
  width: 60px;
  height: 5px;
  background: #FDEF16;
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
}

.subhead_function {
  font-size: 40px;
  margin: 0 0 20px;
  padding: 14px 0 14px 110px;
  background: no-repeat left center;
}

.subhead_function.fn01 {
  background-image: url(../img/icon_fn01.png);
}

.subhead_function.fn02 {
  background-image: url(../img/icon_fn02.png);
}

.subhead_function.fn03 {
  background-image: url(../img/icon_fn04.png);
}

.subhead_function.fn04 {
  background-image: url(../img/icon_fn07.png);
}

@media screen and (max-width: 775px) {
  .subhead_function {
    font-size: 30px;
    padding: 20px 0 20px 90px;
  }
}

@media screen and (max-width: 775px) {
  .subhead_function {
    font-size: 23px;
    padding: 30px 0 30px 90px;
  }
}

/* 運用イメージ動画ページ */
.video-container {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}

.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* 機能一覧ページ　動画ページリンク */
#btn_doga {
  text-align: center;
  margin: 50px 0 0;
}

#btn_doga br.smp {
  display: none;
}

@media screen and (max-width: 640px) {
  #btn_doga br.smp {
    display: inherit;
  }
}

#btn_doga a {
  display: inline-block;
  color: white;
  width: 434px;
  font-size: 19px;
  text-align: center;
  padding: 16px 10px 16px 0;
  background: url(../img/arrow-btn.png) no-repeat right 10px center #333;
}

#btn_doga a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1100px) {
  #btn_doga a {
    width: 50%;
    margin: 0 auto;
    padding: 16px 20px;
  }
}

@media screen and (max-width: 640px) {
  #btn_doga a {
    font-size: 15px;
    padding: 16px 30px;
  }
}
