@charset "UTF-8";
/* ==========================================================================
   Top page
   ========================================================================== */
/* Index Section Title
   ========================================================================== */
.index-section-title {
  margin-left: 10px;
}
/* Index Content Title
   ========================================================================== */
.index-content-title {
  padding: 10px;
  font-size: 1.5rem;
}
.index-content-title img {
  margin-right: 5px;
  vertical-align: bottom;
}
.index-content-title > span {
  font-size: 1rem;
  margin-left: 6px;
  color: #fa0000;
}
.index-content-title.has-icon-pc {
  position: relative;
}
.index-content-title.has-icon-pc:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 14px;
  height: 13px;
  margin-top: -7px;
  background: url(/sp/common/img/parts/link_icon_pc.png) no-repeat 0 0;
  background-size: 14px auto;
  content: "";
}
/* Mani content
   ========================================================================== */
.main-content > section {
  margin-top: 25px;
}
.main-content > section:first-child {
  margin-top: 0;
}
/* Index content
   ========================================================================== */
.index-frame {
  margin: 10px 10px 0;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px #bbbbbb;
}
/* Index Content Nav
   ========================================================================== */
.index-content-nav {
  padding: 10px;
  background: url(/sp/img/index_content-nav_bg01.png) repeat 0 0;
}
.index-content-nav > ul {
  width: 300px;
  margin: 0 auto;
}
.index-content-nav > ul li {
  margin-top: 6px;
}
.index-content-nav > ul li:first-child {
  margin-top: 0;
}
/* Main visual
   ========================================================================== */
.main-visual {
  overflow: hidden;
}
/* Pickup list
   ========================================================================== */
.pickup-list_item {
  position: relative;
  overflow: hidden;
  padding: 15px 20px 15px 10px;
  border-top: 1px solid #d2d2d2;
}
.pickup-list_item:after {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(/sp/common/img/parts/icon_arrow01.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.pickup-list_item figure {
  float: left;
  margin-right: 9px;
}
.pickup-list_item .pickup-list_item_body {
  overflow: hidden;
}
.pickup-list_item .pickup-list_item_body h3 {
  color: #f80600;
  font-size: 1.4rem;
}
.pickup-list_item .pickup-list_item_body h3 + p {
  margin-top: 0;
}
.pickup-list_item .pickup-list_item_body a {
  text-decoration: underline;
  font-size: 1.3rem;
}
/* SP Site Notes
   ========================================================================== */
.sp-site-notes {
  margin: 6px 0;
  font-size: 1.3rem;
  text-align: center;
}
/* Important Information
   ========================================================================== */
.important-information {
  margin-top: 0 !important;
  padding: 2px;
  background: #fff;
}
.important-information > h2 {
  margin: 2px;
  padding: 3px 0 2px 27px;
  background: #fd0000 url(/sp/common/img/index_important-information_bg01.png) no-repeat 6px center;
  background-size: 17px auto;
  color: #fff;
  font-size: 1.3rem;
}
.important-information_list {
  margin: -5px 10px 0;
}
.important-information_list > li {
  position: relative;
  padding: 15px 25px 15px 0;
  color: #666;
  border-top: 1px dotted #8f8f8f;
}
.important-information_list > li:first-child {
  border-top: none;
}
.important-information_list > li:after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(/sp/common/img/parts/icon_arrow03.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.important-information_list > li a {
  color: #fa0000;
  text-decoration: underline;
}
.important-information_list > li > p {
  margin-top: 0;
}
/* News List
   ========================================================================== */
.news-list .news-list_item {
  position: relative;
  padding: 15px 20px 15px 10px;
  border-top: 1px dotted #8f8f8f;
}
.news-list .news-list_item:first-child {
  border-top: none;
}
.news-list .news-list_item:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(/sp/common/img/parts/icon_arrow01.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.news-list_item_date {
  display: table-cell;
  padding-right: 5px;
  vertical-align: middle;
}
.news-list_item_icon {
  display: table-cell;
}
.news-list_item_icon img {
  vertical-align: middle;
}
.news-list_item_text {
  margin-top: 0;
  clear: both;
}
.news-list_item_text a {
  text-decoration: underline;
}
/* Seminar Event
   ========================================================================== */
.seminar-event {
  padding-top: 5px;
}
.seminar-event .seminar-event_item {
  position: relative;
  padding: 12px 20px 8px 10px;
  border-top: 1px dotted #8f8f8f;
}
.seminar-event .seminar-event_item:first-child {
  border-top: none;
}
.seminar-event .seminar-event_item:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(/sp/common/img/parts/icon_arrow01.png) no-repeat 0 0;
  background-size: 7px auto;
  content: "";
}
.seminar-event_item_title {
  font-size: 1.3rem;
  line-height: 1.4;
}
.seminar-event_item_date,
.seminar-event_item_text {
  margin-top: 7px;
  line-height: 1.3;
}
/* SNS Group
   ========================================================================== */
.sns-group {
  margin: 15px 10px 0;
}
.sns-group li {
  position: relative;
  margin-top: 10px;
  font-size: 1.4rem;
  border-radius: 3px;
  line-height: 40px;
}
.sns-group li > a {
  display: block;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
}
.sns-group li > a > span {
  display: inline-block;
  width: 50px;
  margin-right: 9px;
  border-radius: 3px 0 0 3px;
  background: #fff;
  text-align: center;
}
.sns-group li > a > span img {
  vertical-align: middle;
}
.sns-group li:first-child {
  margin-top: 0;
}
.sns-group li:after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  background: url(/sp/common/img/parts/icon_arrow02.png) no-repeat right center;
  background-size: auto 10px;
  content: "";
}
.sns-group .sns-group_twitter {
  border: 1px solid #328eda;
  background-image: -webkit-linear-gradient(#5aa8df 0%, #318bd5 100%);
  background-image: linear-gradient(#5aa8df 0%, #318bd5 100%);
}
.sns-group .sns-group_twitter span {
  border-right: 1px solid #328eda;
}
.sns-group .sns-group_line {
  border: 1px solid #00a700;
  background-image: -webkit-linear-gradient(#1fc100 0%, #059a00 100%);
  background-image: linear-gradient(#1fc100 0%, #059a00 100%);
}
.sns-group .sns-group_line span {
  border-right: 1px solid #00a700;
}
/* Accordion
   ========================================================================== */
.accordion-section {
  overflow: hidden;
  position: relative;
}
.accordion-section_handle {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  margin-top: 0;
  text-indent: 100%;
  line-height: 20px;
  white-space: nowrap;
}
.accordion-section_handle:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 15px 8px 14px 14px;
  cursor: pointer;
  text-align: center;
  text-indent: 0;
}
.accordion-section.is-collapsed .accordion-section_handle:before {
  background: url(/sp/common/img/parts/accordion-section_btn01.png) no-repeat center center;
  background-size: 16px auto;
  content: '';
}
.accordion-section.is-expanded .accordion-section_handle:before {
  background: url(/sp/common/img/parts/accordion-section_btn02.png) no-repeat center center;
  background-size: 16px auto;
  content: '';
}
.accordion-section_content {
  position: relative;
  z-index: 100;
  margin-top: 0;
  border-top: 2px solid #f70000;
}
.accordion-section_content:after {
  display: block;
  position: absolute;
  top: -2px;
  z-index: 101;
  height: 2px;
  width: 100%;
  background: url(/sp/common/img/parts/index-section-title_bg01.png) no-repeat right 0;
  background-size: auto 2px;
  content: "";
}
.accordion-section_content_detail-link {
  padding: 10px;
  border-top: 1px dotted #8f8f8f;
  border-radius: 0 0 3px 3px;
  background: #f7f7f7;
  font-size: 1.3rem;
  text-align: center;
}
.accordion-section_content_detail-link > a {
  color: #1f1f1f;
}
