@charset "utf-8";
.contentsbox {
  margin-bottom: 3%;
}
.contentsbox h2 {
  font-size: 150%;
  border-bottom: solid 3px #003f8e;
  padding-bottom: 1%;
  padding-top: 5%;
  font-weight: bold;
  color: #003f8e;
}
.contentsbox h4 {
  font-size: 130%;
  border-bottom: solid 3px #003f8e;
  padding-bottom: 1%;
  padding-top: 5%;
  font-weight: bold;
  color: #003f8e;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff75 60%);
}
.font_size_80per {
	font-size: 80%;
}
.contentsbox p {
  text-align: left;
  margin-top: 3%;
  font-size: 120%;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.f_blue {
  color: #003f8e;
}
table.table01 {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 3% auto 0;
  text-align: left;
  width: 100%;
  font-size: 16px;
}
table.table01 th, table.table01 td {
  border: 1px solid #e0e0e0;
  padding: .5em 1em;
}
table.table01 td {
  background: #fff;
}
table.table01 th {
  background: #b2cbe4;
  width: 25%;
  text-align: center;
  font-weight: bold;
  color: #043c78;
}
ul.member, ol.member {
  padding: 0;
  position: relative;
  margin-top: 3%;
  text-align: left;
  font-size: 150%;
  font-weight: bold;
}
ul.member li, ol.member li {
  color: #003f8e;
  border-left: solid 8px orange;
  margin-bottom: 5px;
  padding: 1em;
  list-style-type: none !important;
}
.text {
  display: inline-block;
}
@media (max-width: 768px) {
  table.table01 th, table.table01 td {
    display: block;
  }
  table.table01 th {
    width: 100%;
  }
  ul.member, ol.member {
    font-size: 130%;
  }
}
/*===============================
  footer
================================*/
#footer_end {
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 2% 0;
}
.contact_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 1.5% 3%;
  line-height: 1.3;
  border: 1px solid #000;
  margin: 2% auto;
}
.contact_area h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 2%;
}
.contact_area p {
  font-weight: 500;
  font-size: 120%;
}
.tel_fax {
  font-size: 35px;
}
.contact_area dl dt {
  margin-bottom: 2%;
}
.contact_area dl dd:first-child {
  font-size: 15px;
}
.contact_area dl dd:last-child {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .contact_area {
    width: 90%;
    margin: 0 auto;
    padding: 2%;
    line-height: 1.3;
    border: 1px solid #000;
    margin: 2% auto;
  }
}
@media screen and (max-width: 480px) {
  .contact_area {
    padding: 4% 2%;
  }
  .contact_area dl dd:first-child {
    font-size: 13px !important;
  }
  .contact_area dl dd:last-child {
    font-size: 12px !important;
  }
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item {
  width: 33.3%;
  justify-content: space-between;
  padding: 1%;
}
.item_02 {
  width: 50%;
  justify-content: space-between;
  padding: 1%;
}
.item-img {
  padding: 0;
}
.item-body {
  padding: 0;
}
.item-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 700;
  color: #003f8e;
}
.item-body p {
  font-size: 16px;
  line-height: 1.5em;
}
.item-body span {
  color: #007bbb;
  font-weight: bold;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .f-container {
    flex-wrap: wrap;
  }
  .item, .item_02 {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
}
a.hContactBtn02_large {
  width: 100%;
  display: block;
  color: #fff;
  background: #f39700;
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
}
a.hContactBtn02 {
  display: block;
  color: #fff;
  background: #f39700;
  padding: 10px 0;
  width: 12.11%;
  text-align: center;
  line-height: 1;
  border-radius: 17px;
  font-weight: 500;
  margin: 0 auto;
}
div.hContactBtn02_largearea {
  margin: 3.5% auto 5%;
}
@media screen and (max-width: 768px) {
  a.hContactBtn02_large {
    width: 100%;
    display: block;
    color: #fff;
    background: #f39700;
    padding: 18px 0;
    text-align: center;
    line-height: 1;
    border-radius: 30px;
    font-weight: 500;
    font-size: 24px;
  }
}
/* TOP */
.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 60px;
}
.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #7db4e6;
  border-radius: 50%;
  line-height: 50px;
}
.pagetop a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}
.twitter {
  background-color: #008DDE;
  box-shadow: 0 4px 0 #0078BD;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.twitter:active {
  top: 2px;
  box-shadow: 0 2px 0 #0078BD;
}
.twitter:hover {
  background-color: #1397D8;
}
.instagram {
  background-color: #c522b8;
  box-shadow: 0 4px 0 #73156b;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.instagram:active {
  top: 2px;
  box-shadow: 0 2px 0 #73156b;
}
.instagram:hover {
  background-color: #cc23be;
}
.youtube {
  background-color: #c4302b;
  box-shadow: 0 4px 0 #ad2924;
  display: inline;
  position: relative;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 14px 80px;
}
.youtube:active {
  top: 2px;
  box-shadow: 0 2px 0 #ad2924;
}
.youtube:hover {
  background-color: #db3630;
}
@media screen and (max-width: 768px) {
  .youtube, .instagram, .twitter {
    display: block;
    margin-bottom: 3%;
  }
}
a.link {
  color: dodgerblue;
  border-bottom: 1px solid dodgerblue;
}
a.link:hover {
  color: darkorange;
  border: none;
}
.box_new {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #0068b7;
}
.box_new .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #0068b7;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box_new p {
  margin: 0;
  padding: 0;
}
.contentsbox ul {
  margin-top: 5%;
  width: 100%;
  text-align: left;
}
.contentsbox ul li {
  font-size: 150%;
  margin-top: 20px;
  padding-bottom: 3%;
  width: 50%;
  float: left;
}
.contentsbox ul li::before {
  content: url(../images/icon_blue.png);
  vertical-align: middle;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .contentsbox ul li {
    font-size: 120%;
    width: 100%;
    float: none;
  }
}