@charset "UTF-8";
/* ------------------------------------------------------------------------- */
/* top */

/* ------------------------------------------------------------------------- */
/* first */

.first {
  width: 100%;
  min-width: 994px;
  position: relative;
  margin-bottom: 60px;
}
.copy {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 200px;
}
.copy h2 {
  text-align: right;
  font-size: 36px;
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #fff;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  float: right;
}
.copy h2 span {
  display: table;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}
.copy h2 span:nth-of-type(1) {
  margin: 0 0 20px 35px;
}
.news {
  min-width: 994px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  padding-bottom: 34px;
  position: absolute;
  bottom: 0;
  z-index: 100;
}
.news_inner {
  width: 994px;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .first {
    min-width: 100%;
    margin-bottom: 60px;
  }
  .news {
    min-width: 100%;
    padding-bottom: 0;
    position: inherit;
    margin-top: -67px;
  }
  .news_inner {
    width: 87.5%;
    margin: 0 6.25%;
  }
}
.what h3 {
  font-size: 26px;
  color: #ff0000;
  vertical-align: middle;
  padding: 38px 0 35px;
  display: inline-block;
}
.what h3 span {
  font-size: 14px;
  color: #494646;
  padding-left: 17px;
  vertical-align: middle;
}
.what p {
  width: 180px;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  display: block;
  float: right;
  margin-top: 30px;
}
.what p:hover {
}
.what p a {
  color: #ff0000;
  padding: 18px 0;
  border: 1px solid #ff0000;
  border-radius: 25px;
  background: url(../images/top_icon_01.png) no-repeat;
  background-position: 93% 50%;
  display: block;
  width: 100%;
}
/*.what p a:hover {
	color: #fff;
	padding: 10px 0;
	background: url(../images/top_icon_01_h.png), #f00;
	background-repeat: no-repeat;
	background-position: 93% 50%;
}*/
@media only screen and (max-width: 640px) {
  .what h3 {
    font-size: 20px;
    text-align: center;
    display: block;
    padding: 15px 0 35px 0;
  }
  .what h3 span {
    font-size: 12px;
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
.ct {
  width: 340px;
  float: left;
  margin-right: 44px;
}
.ct li {
  width: 160px;
  vertical-align: middle;
  text-align: center;
  display: block;
  float: left;
  margin: 0 14px 12px 0;
}
.ct li:hover {
}
.ct li:nth-of-type(even) {
  margin-right: 0;
}
.ct li a {
  color: #ff0000;
  padding: 10px 0;
  font-size: 16px;
  border: 1px solid #ff0000;
  border-radius: 25px;
  background: url(../images/top_icon_01.png), #fff;
  background-repeat: no-repeat;
  background-position: 93% 50%;
  display: block;
  width: 100%;
}
/*.ct li a:hover {
	color: #fff;
	background: url(../images/top_icon_01_h.png), #f00;
	background-repeat: no-repeat;
	background-position: 93% 50%;
}*/
@media only screen and (max-width: 640px) {
  .ct {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ff0000;
  }
  .ct li {
    width: 48%;
    font-size: 12px;
    margin-right: 4%;
    box-sizing: border-box;
  }
}
.sort {
  width: 610px;
  float: left;
}
.sort .sort_news a ul {
  width: 100%;
  clear: both;
}
.sort .sort_news {
  overflow: hidden;
  margin: 0;
}
.sort .sort_news:last-child {
  margin: 0 0 0 0;
}
.sort .sort_news a ul li:nth-of-type(1) {
  display: inline-block;
  font-size: 14px;
  color: #494646;
  margin-bottom: 23px;
}
.sort .sort_news a ul li:nth-of-type(2) {
  display: inline-block;
  width: 62px;
  font-size: 12px;
  background: #999;
  color: #fff;
  text-align: center;
  padding: 5px 0; /*margin-bottom: 23px;*/
  margin: 0 14px 0 19px;
}
.sort .sort_news a ul li:nth-of-type(3) {
  width: 430px;
  display: inline-table;
  font-size: 14px;
  color: #0264d3;
  line-height: 1.6;
  float: right;
}
.sort .sort_news a ul li:hover:nth-of-type(3) {
  text-decoration: underline;
}
@media only screen and (max-width: 640px) {
  .sort {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ff0000;
  }
  .sort .sort_news a ul {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(229, 229, 228);
    overflow: hidden;
  }
  .sort .sort_news a ul li:nth-of-type(1) {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sort .sort_news a ul li:nth-of-type(2) {
    display: block;
    font-size: 12px;
    padding: 5px 0;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .sort .sort_news a ul li:nth-of-type(3) {
    width: 100%;
    display: block;
    font-size: 12px;
  }
  .sort > p {
    width: 48%;
    font-size: 12px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #ff0000;
    border-radius: 25px;
    padding: 10px 0;
    display: inline-block;
    background: url(../images/top_icon_01.png), #fff;
    background-repeat: no-repeat;
    background-position: 93% 50%;
    margin: 15px 0;
    margin-left: auto;
    margin-right: auto;
  }
  .sort > p a {
    color: #ff0000;
  }
}
/* ------------------------------------------------------------------------- */
/* link */

.link {
  width: 944px;
  margin: 0 auto;
  margin-bottom: 60px;
  padding-left: 94px;
  box-sizing: border-box;
}
.link li {
  width: 342px;
  display: inline-block;
  margin: 0 80px 0 0;
  position: relative;
  vertical-align: top;
}
.link li:nth-of-type(2) {
  margin-right: 0;
}
.link li h3 {
  width: 327px;
  height: 90px;
  text-align: center;
  font-size: 25px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}
.link li h3 a {
  color: #ff0000;
  padding: 34px 0;
  border: 1px solid #ff0000;
  display: block;
  overflow: inherit;
}
.link li img {
  width: 30px;
  position: absolute;
  top: 30px;
  right: -15px;
  z-index: 2;
}
.link li p {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  padding-right: 13px;
  letter-spacing: -0.5px;
}
.link li:nth-of-type(2) p {
  font-size: 16px;
  line-height: 2;
  padding-right: 0;
  letter-spacing: -0.5px;
  margin-left: -13px;
}
@media only screen and (max-width: 640px) {
  .link {
    width: 87.5%;
    margin: 0 6.25%;
    margin-bottom: 60px;
    padding-left: 0;
  }
  .link li {
    width: 100%;
    background-position: 100% 21px;
    margin-left: 0;
  }
  .link li h3 {
    width: 96%;
    height: 74px;
    font-size: 20px; /* padding: 28px 0; */
    margin-bottom: 15px;
  }
  .link li h3 a {
    color: #555252;
    padding: 28px 0;
  }
  .link li img {
    top: 22px;
  }
  .link li p {
    margin-bottom: 30px;
    text-align: justify;
  }
  .link li:nth-of-type(2) p {
    padding-right: 13px;
    margin-left: 0;
    position: relative;
  }
}
/* ------------------------------------------------------------------------- */
/* services */

.services {
  width: 100%;
  min-width: 994px;
  background-color: rgb(223, 227, 235);
  margin-bottom: 60px;
  padding-bottom: 80px;
}
.services_inner {
  width: 994px;
  margin: 0 auto;
}
.services_title {
  padding: 60px 0 60px 0;
  text-align: center;
}
.services_title h3 {
  font-size: 60px;
  color: #ff0000;
  margin-bottom: 30px;
}
.services_title p {
  font-size: 16px;
}

/* ------------------------------------------------------------------------- */
/* note */

.note {
  width: 994px;
  margin: 0 auto;
  background-color: rgb(242, 244, 247);
  padding: 40px 35px;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.note h5 {
  display: inline-block;
  font-size: 12px;
  border-bottom: 1px solid #ff0000;
  margin-bottom: 15px;
}
.note li {
  font-size: 12px;
  line-height: 2;
  margin-left: 15px;
  position: relative;
}
.note li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15px;
}
@media only screen and (max-width: 640px) {
  .note {
    width: 100%;
    margin-bottom: 35px;
  }
}
