@charset 'utf-8';

/* --------------------------------
    TOPページ
-------------------------------- */

/* common */
#contents_bottom .content01 > .inner01,
#top .content01 > .inner01 {
  padding-top: 30px;
  margin: 0 5%;
  border-top: 1px solid #d9d9d9;
}
#contents_bottom .content02 > .inner01,
#top .content02 > .inner01 {
  padding-top: 30px;
  margin: 0 5%;
  border-top: 1px solid #d9d9d9;
}
#top .content01 a:link,
#top .content01 a:visited,
#top .content01 a:hover,
#top .content01 a:active,
#contents_bottom .content01 a:link,
#contents_bottom .content01 a:visited,
#contents_bottom .content01 a:hover,
#contents_bottom .content01 a:active {
  color: #000;
  text-decoration: none;
}
#top .content01 a:hover,
#contents_bottom a:hover {
  opacity: 0.8;
}

#top .header-layout-type01 {
  position: relative;
}
#top .header-layout-type01 .block01 {
  text-align: left;
}
#top .header-layout-type01 h2 {
  margin: 0;
  padding: 0;
}
#top .header-layout-type01 p {
  margin: 0;
  padding: 5px 0 0;
  font-size: 1.2rem;
}
#top .header-layout-type01 .btn01 {
  position: absolute;
  bottom: 0;
  right: 0;
}
#top .header-layout-type01 .btn01 .ico01 {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
#top .header-layout-type01 .btn01 .ico01::before {
  display: block;
  content: " ";
  width: 5px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/ico_arrow01.png") 0 0 no-repeat;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
}

/* #c01 */
#top #c01 .inner01 {
  position: relative;
  background-color: #f8f8f8;
}
#top #c01 .box01 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list-layout-type01 > ul > li h3 .list-layout-type01_text_fix01 {
  font-weight: normal;
}
#top #c01 .box01 > .block01 {
  margin: 0 auto;
  padding: 0 0 25px;
  background-color: rgba(255, 255, 255, 0.75);
}
#top #c01 .box01 h2 {
  max-width: 218px;
  margin: 0 auto;
  padding: 35px 0 0;
}
#top #c01 .box01 p {
  margin: 0 auto;
  padding: 15px 0 10px;
  font-size: 1.4rem;
}
#top #c01 .box01 .t01 {
  display: block;
}
#top #c01 .box01 .ico01 {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
#top #c01 .box01 .ico01::after {
  display: block;
  content: " ";
  width: 5px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url("../img/common/ico_arrow01.png") 0 0 no-repeat;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
}
#top #c01 .box01 a:link,
#top #c01 .box01 a:visited,
#top #c01 .box01 a:hover,
#top #c01 .box01 a:active {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
}

/* #c02 */
#top #c02 > .inner01 {
  padding-bottom: 40px;
}
#top #c02 .box01 {
  padding-top: 20px;
}
#top #c02 .box01 > footer {
  padding: 0 5%;
}

/* #c03 */
#top #c03 > .inner01 {
  padding: 80px 5% 50px;
}
#top #c03 .box01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
  background: url("../img/top/c03_bg01_sp.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
}
#top #c03 .box01 h2 {
  padding-top: 2rem;
  font-weight: normal;
}
#top #c03 .box01 h2 .t01 {
  font-size: 1.3rem;
}
#top #c03 .box01 h2 .t02 {
  padding-top: 0.5rem;
  font-size: 1.8rem;
}
#top #c03 .box01 p {
  padding-top: 2rem;
  font-size: 1.2rem;
}
#top #c03 .box02 {
  padding-top: 2rem;
}
#top #c03 .box02 p {
  max-width: 280px;
  margin: 0 auto;
  font-size: 1.4rem;
}
#top #c03 .box02 .t01 {
  display: block;
}
#top #c03 > .inner01 footer {
  padding-top: 2rem;
}
#top #c03 > .inner01 footer .ico01 {
  display: inline-block;
  position: relative;
  padding-right: 10px;
}
#top #c03 > .inner01 footer .ico01::after {
  display: block;
  content: " ";
  width: 5px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: 0;
  background: url("../img/common/ico_arrow01.png") 0 0 no-repeat;
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
}
#top #c03 > .inner01 footer a:link,
#top #c03 > .inner01 footer a:visited,
#top #c03 > .inner01 footer a:hover,
#top #c03 > .inner01 footer a:active {
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #000;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
}

/* #c04 */
#top #c04 > .inner01 {
  padding-top: 50px;
  padding-bottom: 50px;
}
#top #c04 .header-layout-type01 a {
  line-height: 1;
}
#top #c04 .header-layout-type01 h2 {
  max-width: 68px;
}
#top #c04 .header-layout-type01 .btn01 img {
  max-width: 70px;
}

/* #c05 */
#top #c05 > .inner01 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#top #c05 .header-layout-type01 {
  margin-bottom: 30px;
}
#top #c05 .header-layout-type01 a {
  line-height: 1;
}
#top #c05 .header-layout-type01 h2 {
  max-width: 61px;
}
#top #c05 .header-layout-type01 .btn01 img {
  max-width: 65px;
}
#top #c05 .list-layout-type04 .br_fix01 {
  display: block;
}

/* #c06 */
#top #c06 > .inner01 {
  padding-top: 50px;
  padding-bottom: 20px;
}
#top #c06 .header-layout-type01 h2 {
  max-width: 121px;
}
#top #c06 .header-layout-type01 .btn01 img {
  max-width: 34px;
}

/* #c07 */
#contents_bottom #c07 .header-layout-type01 h2 {
  max-width: 42px;
}
#contents_bottom #c07 > .inner01 {
  margin: 0 5%;
  text-align: left;
}
#contents_bottom #c07 ul {
  background-color: #e8f4f3;
  padding: 0;
}
#contents_bottom #c07 li {
  border-bottom: 1px solid #fff;
  font-size: 1.4rem;
}
#contents_bottom #c07 li.link01 .li01_01_01 {
  background: url("../img/common/ico_plus01.png") right center no-repeat;
  -webkit-background-size: 11px;
  background-size: 11px;
}
#contents_bottom #c07 li.link01.active .li01_01_01 {
  background: url("../img/common/ico_minus01.png") right center no-repeat;
  -webkit-background-size: 11px 1px;
  background-size: 11px 1px;
}
#contents_bottom #c07 li .li01_01 {
  padding: 1.5rem;
}
#contents_bottom #c07 li .li01_01_01 {
  position: relative;
  padding: 0 40px 0 100px;
}
#contents_bottom #c07 li .txt01 {
  position: absolute;
  top: 0;
  left: 0;
}
#contents_bottom #c07 li .mt01 {
  margin-top: 1rem;
}
#contents_bottom #c07 li.link01.active .li01_01 {
  background: #deeeed;
}
#contents_bottom #c07 li .li01_02 {
  display: none;
  padding: 1.5rem;
}
#contents_bottom #c07 li .li01_02 .txt04 {
  position: relative;
  padding-left: 20px;
}
#contents_bottom #c07 li .li01_02 .txt04::before {
  display: block;
  content: " ";
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../img/common/ico-type01.png") 0 0 no-repeat;
  -webkit-background-size: 14px;
  background-size: 14px;
}
#news_readmore {
  text-align: right;
  padding-top: 20px;
}
#news_readmore .t01 {
  font-size: 1.2rem;
}

/* #c08 */
#top #c08 > .inner01 {
  text-align: center;
  background: url("../img/top/c08_bg01.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
#top #c08 .box01 {
  padding-top: 50px;
  padding-bottom: 75px;
}
#top #c08 .list-layout-type08 ul {
  display: block;
  text-align: left;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 3%;
}
#top #c08 .list-layout-type08 li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 2% 0;
  padding: 0;
  width: 96%;
  background-color: #fff;
}
#top #c08 .list-layout-type08 li::before {
  position: absolute;
  z-index: 1;
  content: " ";
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
#top #c08 .list-layout-type08 li.c08_ico01::before {
  background: url("../img/top/c08_ico01.png") 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}
#top #c08 .list-layout-type08 li.c08_ico02::before {
  background: url("../img/top/c08_ico02.png") 0 0 no-repeat;
  -webkit-background-size: 40px;
  background-size: 40px;
}
#top #c08 .list-layout-type08 .block01 {
  background: none;
}
#top #c08 .list-layout-type08 h2 {
  text-align: center;
  padding: 0 0 5px;
  color: #fff;
  font-size: 1.7rem;
}
#top #c08 .list-layout-type08 li .img01 {
  width: 120px;
  min-width: 120px;
}
#top #c08 .list-layout-type08 li .img01 img {
  display: block;
  margin: 0;
  padding: 0;
}
#top #c08 .list-layout-type08 li .block {
  padding: 25px 15px 20px 0;
  width: 100%;
}
#top #c08 .list-layout-type08 li .block p {
  margin: 0;
  padding: 0 0 10px;
  font-size: 1.3rem;
}
#top #c08 .list-layout-type08 li .block .ta-r {
  text-align: right;
}
#top #c08 .list-layout-type08 li .block a {
  text-decoration: underline;
  font-size: 1.3rem;
}
#top #c08 .list-layout-type08 li .block a:link,
#top #c08 .list-layout-type08 li .block a:visited,
#top #c08 .list-layout-type08 li .block a:hover,
#top #c08 .list-layout-type08 li .block a:active {
  color: #000;
}
#top #c08 .list-layout-type08 li .block a:hover {
  opacity: 0.75;
}
#top #c08 .list-layout-type08 li .block .br_fix01 {
  display: block;
}

#top #temporary_news {
  font-size: 1.4rem;
  text-align: left;
  padding: 50px 30px;
  max-width: 750px;
  margin: 0 auto;
}
#top #temporary_news .link_wrap {
  /* border: 1px solid #000; */
  background: #e8f4f3;
  padding: 20px;
}
#top #temporary_news a {
  display: block;
  color: #525263;
  position: relative;
}
#top #temporary_news a span:nth-child(2) {
  padding: 0 0 0 20px;
  text-decoration: underline;
}
#top #temporary_news a::before {
  display: block;
  content: " ";
  width: 5px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 0;
  background: url("../img/common/ico_arrow01.png") 0 0 no-repeat;
  transform: rotate(90deg);
  -webkit-background-size: 5px 8px;
  background-size: 5px 8px;
}
/******************************
    Media Query
*******************************/
@media only screen and (min-width: 376px) {
  #top #c05 .list-layout-type04 .br_fix01 {
    display: inline;
  }
}

@media only screen and (min-width: 420px) {
  #top #c08 .list-layout-type08 li .block .br_fix01 {
    display: inline;
  }
  #top #c08 .list-layout-type08 li .block p {
    font-size: 1.5rem;
  }
  #top #c08 .list-layout-type08 li .block a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 980px) {
  #top #c01 .box01 p .br_fix01 {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #top .wrap01,
  #contents_bottom .wrap01 {
    padding: 0 5%;
  }

  /* #c02 */
  #top #c01 .box01 h2 {
    max-width: 289px;
  }
  #top #c01 .box01 p {
    margin: 0 auto;
    padding: 20px 0 20px;
    font-size: 1.8rem;
  }
  #top #c01 .box01 .t01 {
    display: inline;
  }
  #top #c01 .box01 a:link,
  #top #c01 .box01 a:visited,
  #top #c01 .box01 a:hover,
  #top #c01 .box01 a:active {
    color: #000;
    font-size: 1.8rem;
  }

  /* #c03 */
  #top #c02 > .inner01 {
    padding: 30px 0 120px;
  }

  /* #c03 */
  #top #c03 > .inner01 {
    padding: 120px 5%;
  }
  #top #c03 > .inner01 > .block01 {
    max-width: 1130px;
    margin: 0 auto;
  }
  #top #c03 .box01 {
    background: url("../img/top/c03_bg01.jpg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 240px;
  }
  #top #c03 > .inner01 footer a:link,
  #top #c03 > .inner01 footer a:visited,
  #top #c03 > .inner01 footer a:hover,
  #top #c03 > .inner01 footer a:active {
    font-size: 1.6rem;
  }
  #top #c03 .box01 h2 {
    padding-top: 4rem;
    font-weight: normal;
  }
  #top #c03 .box01 h2 .t01 {
    font-size: 1.6rem;
  }
  #top #c03 .box01 h2 .t02 {
    padding-top: 0.5rem;
    font-size: 2.2rem;
  }
  #top #c03 .box01 p {
    padding-top: 2rem;
    font-size: 1.6rem;
  }
  #top #c03 .box02 p {
    text-align: center;
    max-width: none;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  #top #c03 .box02 .t01 {
    display: inline;
  }
  #top #c03 .box02 .t02 {
    display: block;
    padding-top: 1.5rem;
  }
  #top #c03 .box02 .t02:nth-of-type(1) {
    padding-top: 1rem;
  }
  #top #c03 > .inner01 > footer {
    padding-top: 3rem;
  }
  #top #c03 > .inner01 > footer a:link,
  #top #c03 > .inner01 > footer a:visited,
  #top #c03 > .inner01 > footer a:hover,
  #top #c03 > .inner01 > footer a:active {
    text-decoration: underline;
    color: #000;
    font-size: 1.3rem;
  }

  /* #c04 */
  #top #c04 > .inner01 {
    padding-top: 120px;
    padding-bottom: 120px;
    max-width: 1130px;
    margin: 0 auto;
  }
  #top #c04 .header-layout-type01 h2 {
    max-width: 116px;
  }
  #top #c04 .header-layout-type01 .btn01 img {
    max-width: 84px;
  }
  #top .header-layout-type01 p {
    margin: 0;
    padding: 10px 0 0;
    font-size: 1.3rem;
  }
  #top .header-layout-type01 .btn01 .ico01::before {
    top: 2px;
  }

  /* #c05 */
  #top #c05 > .inner01 {
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 60px;
  }
  #top #c05 .header-layout-type01 h2 {
    max-width: 102px;
  }
  #top #c05 .header-layout-type01 .btn01 img {
    max-width: 77px;
  }
  #top #c05 .list-layout-type04 > ul {
    padding-top: 0;
  }

  /* #c06 */
  #top #c06 > .inner01 {
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  #top #c06 .header-layout-type01 h2 {
    max-width: 190px;
  }
  #top #c06 .header-layout-type01 .btn01 img {
    max-width: 42px;
  }

  /* #c07 */
  #contents_bottom #c07 .header-layout-type01 h2 {
    max-width: 94px;
  }
  #contents_bottom #c07 > .inner01 {
    max-width: 1130px;
    margin: 0 auto;
    padding: 120px 0 70px;
    text-align: left;
  }
  #contents_bottom #c07 .box01 {
    max-width: 640px;
    margin: 0 auto;
  }
  #contents_bottom #c07 li {
    font-size: 1.6rem;
  }
  #contents_bottom #c07 li.link01 .li01_01:hover {
    cursor: pointer;
    background: #deeeed;
  }

  #top #c08 .list-layout-type08 h2 {
    font-size: 2rem;
  }
  #top #c08 .list-layout-type08 ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 3%;
  }
  #top #c08 .list-layout-type08 li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 2% 0;
    padding: 0;
    width: 46%;
    min-width: 46%;
    background-color: #fff;
  }
  #top #c08 .list-layout-type08 li .block .br_fix01 {
    display: inline;
  }

  #top #temporary_news {
    padding: 50px 20px 0;
    font-size: 1.6rem;
    text-align: center;
  }
}

@media only screen and (min-width: 1100px) {
  #top #c08 .box01 {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  #top #c08 .list-layout-type08 li {
    width: 46%;
    margin-top: 0;
  }
  #top #c08 .list-layout-type08 li .block {
    padding: 40px 15px 20px 0;
  }
  #top #c08 .list-layout-type08 li .block .br_fix01 {
    display: block;
  }
  #top #c08 .list-layout-type08 li .img01 {
    width: 180px;
    min-width: 180px;
  }
}
