@charset "utf-8";

.wrapper {
  overflow: hidden;
  min-width: 1000px;
}
/* ============= 吉村変更 ============= */
img {
  /*width: 100%;*/
}

article {
  width: 1000px;
  margin: 0 auto;
}

.main-article > section {
  width: 810px;
  margin: 0 auto;
}

.main-article > .new-information a:hover {
	background-color: #FFEB10;
	color: #333;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

nav {
   background-color: #eee;
   opacity: 0.9;
   padding-top: 5px;
}

.nav {
  width: 810px;
  margin: 0 auto 10px;;
}

.nav > li {
  width: calc(98% / 3);
  display: inline-block;
  padding-bottom: 10px;
}

.nav > li:nth-of-type(9){
  width: 170px;
}
.nav > li:last-of-type {
  width: 94px;
  text-align: right;
}

.nav > li:before {
  content: "\f138";
  color: #F2ABB1;
  font-family: FontAwesome;
  position: relative;
  right: 10px;
}

.nav > li > a {
  color: #228873;
  font-weight: bold;
}

.nav > li > a:hover {
  color: #c00;
}
/* ============= 吉村変更 ============= */
.main-article > h2 {
  background-image: url(../img/bugoff-title11_new.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  padding-top: 5.5px;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  
}

.main-article > h2:first-of-type {
  margin-top: 0;
}

.main-article > section p {
  margin: 10px 0;
}

.main-article > section:first-of-type p span {
  color: #c00;
}

.main-article > section:nth-of-type(4) dl {
  width: 690px;
  margin: 20px auto 40px;
}

.main-article > section:nth-of-type(4) dl dt {
  padding: .25em 0 .25em .25em;
	border-left: 6px solid #F0718D;
  color: #c00;
  font-size: 26px;
  margin-bottom: 10px;
}

.main-article > section:nth-of-type(4) dl dd {
  padding-left: 16px;
}

.main-article > section:nth-of-type(4) dl:last-of-type {
  overflow: hidden;
}

.main-article > section:nth-of-type(4) dl:last-of-type dd:first-of-type {
  float: left;
  width: 200px;
}

.main-article > section:nth-of-type(4) dl:last-of-type dd:last-of-type {
float: right;
width: 450px;
}

.main-article > section:nth-of-type(7) .sec07-wrap {
  background-color: #E1F2F9;
  padding: 15px 60px;
}

.main-article > section:nth-of-type(7) ul {
  list-style: disc;
  display: inline-block;
  width: 340px;
  vertical-align: top;
}

.main-article > section:nth-of-type(8) div,
.main-article > section:nth-of-type(9) div {
  display: inline-block;
  vertical-align: top;
}

.sec08-left {
  margin-right: 50px;
  width: 500px;
}

.sec09-left {
  width: 550px;
}

.sec08-right,
.sec09-right {
  width: 250px;
}

.sec08-right dl:first-of-type {
  margin-bottom: 175px;
}
.sec08-right dl:nth-of-type(2) {
  margin-bottom: 100px;
}

.sec08-right dl dt,
.sec09-left dl dt {
  font-size: 26px;
}

.sec08-right dl dt,dd {
  margin-bottom: 15px;
}

.sec09-right p {
  margin: 0;
  width: 85%;
  padding-left: 60px;
}

.main-article > section:nth-of-type(10) dl {
  margin-top: 10px;
}

.main-article > section:nth-of-type(10) dl dt {
  background-color: #E1F2F9;
  padding: 10px 30px;
  margin-bottom: 10px;
}

.main-article > section:nth-of-type(10) dl dt::before {
  content: "Q";
  color: #5FA1E5;
  font-size: 21px;
  position: relative;
  top: 0px;
  right: 15px;
}

.main-article > section:nth-of-type(10) dl dt+dd {
  padding-left: 45px;
  text-indent: -20px;
  width: 500px;
}

.main-article > section:nth-of-type(10) dl dt+dd::before {
  content: "A";
  color: #F0718C;
  font-size: 21px;
  position: relative;
  top: 0px;
  right: 10px;
}

.main-article > section:nth-of-type(10) dl:first-of-type dd:last-of-type,
.main-article > section:nth-of-type(10) dl:nth-of-type(3) dd:last-of-type,
.main-article > section:nth-of-type(10) dl:nth-of-type(5) dd:last-of-type {
  width: 200px;
  float: right;
}

.main-article > section:nth-of-type(10) dl:first-of-type dd:first-of-type,
.main-article > section:nth-of-type(10) dl:nth-of-type(3) dd:first-of-type,
.main-article > section:nth-of-type(10) dl:nth-of-type(5) dd:first-of-type {
  float: left;
}

.main-article > section:nth-of-type(10) dl:last-of-type {
  margin-bottom: 100px;
}

.main-article > h2:last-of-type {
  height: 75px;
}

footer {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}

footer div{
  clear: both;
}

footer p {
  width: 400px;
  float: left;
}

footer ul {
  width: 400px;
  float: right;
}

footer ul li {
  float: right;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}

footer ul li a {
  color: #000;
  text-decoration: none;
}

.main-article > footer ul li a:hover {
  color: #56B89F;
}

.main-article > footer ul li:first-of-type,
.main-article > footer ul li:last-of-type {
  border-right: none;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #56B89F;
}


/* ============= 新着情報 *=============*/
.news-article {
  width: 810px;
  overflow-y: scroll;
  height: 350px;
  padding: 0 25px;
  margin-bottom: 20px;
}
/* ============= 吉村変更 ============= */
.news-title {
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #ccc;
  font-size: 24px;
  margin: 20px auto 0px;
  width: 810px;
}
.news-title::before,
.news-title::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.news-title::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(150, 150, 150, .5);
}
.news-title::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(210, 210, 210, .5);
}

.news-article > section p{
  margin: 30px 0 50px;
}

.news-article > .new-article section img {
	width: 490px;
	display: inline-block;	
}

.news-article > h2 {
  font-size: 18px;
  font-weight: bold;
  color: #55B7A0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.news-article > h2 span {
  color: #333;
  font-size: 16px;
}

.button {
    text-align:center;
    padding:10px;
    color:#fff;
    background:#55B7A0;
    width:200px;
    border-radius: 10px;
}
.close {
    border-radius: 10px;
    background:#666;
}


/* ============= スマホ ============= */

@media screen and (max-width: 480px) {
  section {
    width: 90%;
  }
  article {
    width: 90%;
}
}

@media screen and (max-width: 768px) {
  section {
    width: 90%;
  }
  article {
    width: 90%;
  }
}



