@charset "utf-8";

/*----- index.html -----*/
.link {
  width: 890px;
  margin: 0 auto;
}
.link a dl {
  float: left;
  width: 385px;
  margin: 0 120px 50px 0;
}
.link a:nth-child(2n) dl {
  margin-right: 0;
}
.link dt span {
  font-size: 16px;
  font-weight: bold;
}
.link dt {
  margin-bottom: 5px;
}
.link dd p {
  text-align: right;
}
@media only screen and (max-width: 799px) {
  .link {
    width: 75%;
    margin: 0 auto;
  }
  .link a dl {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .link dt span {
    font-size: 12px;
  }
}
/*----- (common) -----*/
.c_pagepath {
  position: relative;
}
.sitetitle-link {
  position: absolute;
  top: 0px;
  right: 60px;
}
.sitetitle-link a {
  background: url(../img/common/arrow01.png) no-repeat right center;
  background-size: 13px;
  font-size: 12px;
  padding-right: 20px;
}
@media only screen and (max-width: 799px) {
  .sitetitle-link {
    right: 10px;
  }
  .sitetitle-link a {
    background: url(../img/common/arrow01.png) no-repeat right center;
    background-size: 10px;
    font-size: 10px;
    padding-right: 15px;
  }
}
/*----- greeting.html -----*/
.greeting {
  margin-bottom: 50px;
}
.greeting .text01 {
  line-height: 2.0;
}
.greeting .sign {
  text-align: right;
  margin: 30px 200px 0 0;
}
.greeting .sign span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.greeting .sign p {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
@media only screen and (max-width: 799px) {
  .greeting {
    margin-bottom: 10px;
  }
  .greeting .text01 {
    font-size: 12px;
    line-height: 1.5;
  }
  .greeting .sign {
    margin: 20px 0px 0 0;
  }
  .greeting .sign span {
    margin-right: 10px;
  }
  .greeting .sign p {
    width: 48%;
  }
}
/*----- csr.html -----*/
.csr {
  margin-bottom: 30px;
}
.csr .text01 {
  line-height: 2.0;
  margin-bottom: 30px;
}
.csr .text01 span {
  font-weight: bold;
  margin-left: 15px;
}
.csr .title04 {
  font-size: 18px;
  font-weight: bold;
}
.csr .sign {
  width: 335px;
  float: right;
  line-height: 2.0;
}
.csr .sign span {
  vertical-align: middle;
  margin-right: 15px;
}
.csr .sign p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
  width: 220px;
}
@media only screen and (max-width: 799px) {
  .csr {
    margin-bottom: 5px;
  }
  .csr .text01 {
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .csr .title04 {
    font-size: 12px;
  }
  .csr .sign {
    width: 65%;
    line-height: 1.5;
  }
  .csr .sign span {
    margin-right: 10px;
  }
  .csr .sign p {
    width: 50%;
  }
}
/*----- outline.html -----*/
.outline .infomation {
  float: left;
  width: 625px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  line-height: 2.0;
  padding: 10px 0;
  margin-bottom: 25px;
}
.outline .infomation dt {
  float: left;
  width: 135px;
}
.outline .infomation dd {
  float: right;
  width: 490px;
}
.outline .infomation dd ul li span {
  display: block;
  margin-left: 15px;
}
.outline .photo-honsya-pc {
  margin-top: 220px;
  float: right;
  text-align: center;
}
.outline .photolist {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
.outline .photolist li {
  width: 312px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.outline .photolist li:first-child{
  display: none;
}
.outline .photolist li:nth-child(4),
.outline .photolist li:nth-child(7){
  margin-right: 0;
}
.outline .map iframe {
  width: 960px;
  height: 385px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 799px) {
  .outline .infomation {
    float: none;
    width: 100%;
    line-height: 1.5;
    padding: 0 0;
    margin-bottom: 25px;
  }
  .outline .infomation dt {
    float: none;
    width: 100%;
   padding:20px 0 0;
  }
  .outline .infomation dd {
    float: none;
    width: 100%;
    border-bottom: 1px solid #000000;
    padding-left: 15px;
   padding:10px 0 20px;
  }
  .outline .infomation dd:last-child {
    border-bottom: none;
  }
  .outline .infomation dd ul li {
    padding:20px 0 ;
    border-top: 1px solid #000000;
  }
  .outline .photo-honsya-pc {
    display: none;
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .outline .photolist {
    margin: 20px auto;
  }
  .outline .photolist li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 25px;
  }
  .outline .photolist li:first-child {
    display: block;
    clear: both;
    width: 51%;
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .outline .photolist li:first-child figure img {
    width: 64%;
  }
  .outline .photolist li:nth-child(2){
    display: block;
  }
  .outline .photolist li:nth-child(4),
  .outline .photolist li:nth-child(5) {
    margin-right: 3%;
  }
  .outline .photolist li:nth-child(3n) {
    margin-right: 3%;
  }
  .outline .map iframe {
    width: 100%;
    height: 250px;
    margin-bottom: 10px;
  }
}
/*----- history.html -----*/
.history {
  margin-bottom: 50px;
}
.history .left-pc {
  float: left;
  width: 450px;
}
.history .right-pc {
  float: right;
  width: 450px;
}
.history dl {
  margin-bottom: 10px;
  line-height: 1.5;
}
.history dl dt {
  float: left;
  width: 80px;
}
.history dl dd {
  float: right;
  width: 370px;
}
.history figure {
  margin-top: 50px;
}
.history figure figcaption {
  font-weight: bold;
  margin-bottom: 6px;
}
@media only screen and (max-width: 799px) {
  .history {
    margin-bottom: 5px;
  }
  .history .left-pc {
    float: none;
    width: 100%;
  }
  .history .right-pc {
    float: none;
    width: 100%;
  }
  .history dl {
    line-height: 1.5;
  }
  .history dl dt {
    float: left;
    width: 20%;
  }
  .history dl dd {
    float: right;
    width: 80%;
  }
  .history figure {
    margin-top: 30px;
  }
  .history figure figcaption {
    font-weight: bold;
    margin-bottom: 6px;
  }
}
/*----- group.html -----*/
.group {
  margin-bottom: 30px;
}
.group dl {
  float: left;
  width: 450px;
  border-top: 1px solid #000000;
  padding: 12px 0 20px;
  margin-right: 60px;
}
.group dl:nth-child(2n) {
  margin-right: 0;
}
.group dl dt span {
  font-size: 20px;
  font-weight: bold;
}
.group dl.rays dd figure {
  float: left;
  width: 300px;
  margin-top: 20px;
}
.group dl.rays dd ul {
  float: right;
  width: 150px;
  padding-left: 20px;
}
.group dl.rays dd ul li:first-child {
  font-weight: bold;
}
.group dl.creative {
  position: relative;
}
.group dl.creative dd {
  position: absolute;
  top: 40px;
  left: 0px;
}
.group dl.center dd,
.group dl.cwp dd {
  margin-top: 15px;
}
@media only screen and (max-width: 799px) {
  .group {
    margin-bottom: 5px;
    
  }
  .group dl {
    float: none;
    width: 100%;
    padding: 6px 0 15px;
    margin-right: 0;
  }
  .group dl dt span {
    font-size: 12px;
  }
  .group dl.rays dd figure {
    width: 66.6%;
  }
  .group dl.rays dd ul {
    width: 33.4%;
  }
  .group dl.creative {
    padding-bottom: 130px;
  }
  .group dl.creative dd {
    top: 15px;
  }
}
