/*----- header -----*/
.wrapper {
  width: 100%;
}
.head {
  width: 1000px;
  height: 100px;
  margin: 0 auto;
}
.top-title {
  font-size: 14px;
  margin: 10px 0 10px 90px;
}
.head h1 {
  float: left;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: 10px 0;
  width: 346px;
  height: 50px;
}
.head h1 a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
/*---------- gloval_navi ----------*/
.top-menu {
  float: left;
  margin-left: 30px;
  margin-top: 25px;
}
.menu li a {
  display: block;
}
#global-navi ul li {
  display: inline;
  margin-right: 20px;
}
#global-navi ul li a:hover {
  display: block;
  color: #F03;
}
.menu {
  display: flex;
  justify-content: space-around;
  max-width: 1000px;
}
.menu .pc-none a {
  display: none;
}
.last {
  margin-left: -40px;
}
/*----- slider -----*/
.wrap-top {
  background-image: url("../images/top-header.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: auto;
}
.animation {
  display: flex;
  justify-content: center;
  margin-top: 0px;
}
.animation .anm_mod {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 0px;
  width: 100%;
}
.animation .anm_mod.left {
  transform: translate3d(-100%, 0, 0);
}
.animation .anm_mod.right {
  transform: translate3d(100%, 0, 0);
  margin-top: 30px;
}
.animation .anm_mod.delay {
  transition: all 1s ease;
}
.animation .anm_mod.fast {
  transition: all 1s ease;
}
.animation .anm_mod.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.animation img {
  width: 100%;
}
/*----- topics -----*/
.topics h2 {
  float: none;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 30px;
  font-size: 24px;
}
.topics {
  margin-bottom: 30px;
}
.topics-box {
  width: 888px;
  height: 160px;
  overflow: auto;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
}
.topics-box p {
  margin-bottom: 10px;
}
.topics-box dt img {
  padding-left: 30px;
  width: 35px;
}
.topics-box a:hover {
  color: #F50105;
}
.topics-box dt {
  float: left;
  margin-bottom: 10px;
  margin-left: 10px;
}
.topics-box dd {
  float: left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.topics-box dd a {
  color: #736CFA;
  border-bottom: 1px solid #736CFA;
}
.topics-box dd a:hover {
  color: #F56666;
  border-bottom: 1px solid #F56666;
}
.info {
  padding-left: 30px;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, "serif";
}
.topics-all {
  text-align: right;
  margin: 10px 50px 0 0;
}
.topics-all a:hover {
  color: #F50105;
}
/*----- top-excellent -----*/
.top-excellent {
  width: 880px;
  margin: 0 auto 30px;
}
.top-excellent-01 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px 0;
}
.top-excellent-02 {
  width: 100%;
  max-width: 300px;
  float: left;
  margin: 50px 20px 10px 20px;
}
.top-excellent-02 img {
  width: 100%;
}
.top-excellent-03 {
  width: 100%;
  max-width: 500px;
  float: left;
  margin: 0 20px 10px 20px;
}
.top-excellent-03 img {
  width: 100%;
}
.top-excellent-04 {
  width: 200px;
  line-height: 40px;
  text-align: center;
  float: right;
  margin-right: 20px;
}
.top-excellent-04 a {
  display: block;
  border: 1px solid #a5cefb;
  background-color: #a5cefb;
  transition: 0.8s;
  color: #fff;
}
.top-excellent-04 a:hover {
  border: 1px solid #a5cefb;
  background-color: #fff;
  color: #333;
}
/*----- category-box -----*/
.category-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.icon {
  background-color: #ddebfb;
  margin: 10px 0 43px 43px;
  text-align: center;
  overflow: hidden;
}
.icon img {
  padding-top: 20px;
  text-align: center;
  transition-duration: 0.3s;
}
.icon a {
  display: block;
  border: 1px solid #a5cefb;
  border-radius: 5px;
  width: 274px;
  height: 170px;
}
.icon a:hover {
  background-color: #e7e6e6;
  display: block;
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
  border: 1px solid #ccc;
  border-radius: 5px;
}
.icon p {
  padding: 10px 0;
  font-size: 18px;
}
/*----- footer -----*/
.footer-bana {
  width: 100%;
  max-width: 952px;
  margin: 50px auto 30px;
}
.keibi-bana {
  width: 198px;
  line-height: 40px;
  float: left;
  text-align: center;
  margin: 0 20px;
}
.keibi-bana a {
  display: block;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
}
.keibi-bana a:hover {
  color: #4b4b4b;
  background-color: #ddebfb;
}
/*----- hiroshima-bana -----*/
.hiroshima-bana {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.hiroshima-shi {
  width: 200px;
  float: left;
  margin: 0 20px;
}
.hiroshima-shi img {
  width: 100%;
}
.hiroshima-ken {
  width: 200px;
  float: left;
  margin: 0 20px;
}
.hiroshima-ken img {
  width: 100%;
}
/*----- footer-navi -----*/
.footer-navi {
  padding-top: 50px;
  text-align: center;
}
.footer-navi li {
  display: inline;
  margin-left: 20px;
}
.footer-navi li a:hover {
  color: #F03;
}
.copyright {
  font-size: 14px;
  text-align: center;
  padding: 50px 0 20px 0;
}
.foot-logo {
  text-align: center;
  margin-bottom: 50px;
}
/*----- top-container -----*/
.container {
  width: 1000px;
  margin: 0 auto;
}
.red a {
  color: #FF0000;
}
/*----- headerimage (下層ページ)-----*/
.headerimage {
  -webkit-animation-name: slideimage;
  animation-name: slideimage;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.headerimage img {
  width: 100%;
}
@-webkit-keyframes slideimage {
  0% {
    position: absolute;
    left: -100vw;
  }
  100% {
    position: relative;
    left: 0;
  }
}
@keyframes slideimage {
  from {
    position: absolute;
    left: -100vw;
  }
  to {
    position: relative;
    left: 0;
  }
}
/*----- Common -----*/
.head-title {
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px 0;
  padding-top: 20px;
}
.sub-title {
  font-size: 20px;
  margin: 0 0 10px 30px;
}
/*----- kumiai -----*/
.kumiai-1 {
  margin-bottom: 30px;
}
.kumiai-1 {
  padding: 0 100px;
}
.kumiai-1 p {
  line-height: 2;
}
.kumiai-2 {
  margin-bottom: 380px;
}
.sub-title span {
  font-size: 16px;
}
.kumiai-2 img {
  float: left;
  width: 300px;
  padding-right: 10px;
  margin: 10px 0 0 130px;
}
.kumiai-2 p {
  margin: 40px 0 0 50px;
  float: left;
  line-height: 3;
}
.kumiai-3 {
  margin-bottom: 300px;
}
.kumiai-left {
  float: left;
  padding-left: 100px;
  width: 680px;
  padding-right: 40px;
}
.kumiai-right {
  margin-top: 20px;
  float: left;
  width: 130px;
}
.kumiai-right img {
  width: 130px;
}
.kumiai-right p {
  line-height: 2;
}
.kumiai-right p {
  font-size: 12px;
  text-align: center;
}
/*----- gaiyo -----*/
.gaiyo-2, .gaiyo-3, .gaiyo-4, .gaiyo-5, .gaiyo-6 {
  margin-bottom: 30px;
}
.gaiyo-left {
  margin-bottom: 30px;
}
.gaiyo a {
  color: #285AF7;
  border-bottom: 1px solid #285AF7;
}
.gaiyo a:hover {
  color: #CD1B1B;
  border-bottom: 1px solid #CD1B1B;
}
.gaiyo-2 p, .gaiyo-3 p, .gaiyo-4 p, .gaiyo-5 p {
  padding: 0 100px;
}
.gaiyo-3-1 {
  margin-left: 148px;
  margin-top: 20px;
}
.gaiyo-3 span {
  font-size: 18px;
}
.gaiyo-3-1 table {
  width: 100%;
}
.gaiyo-3-1 table td {
  padding-bottom: 5px;
}
.seireki {
  width: 4%;
  text-align: right;
}
.year {
  width: 6%;
  text-align: right;
}
.month {
  width: 6%;
  text-align: right;
}
.text {
  padding-left: 2%;
}
.gaiyo-right p {
  text-align: center;
  font-size: 18px;
}
.gaiyo-5 h4 {
  margin: 0 0 10px 100px;
}
.gaiyo-5 table {
  width: 500px;
  margin: 0 0 20px 110px;
}
.gaiyo-5 td {
  padding: 5px;
  width: 33%;
  text-align: center;
  border: 1px solid #ccc;
}
.gaiyo-06-1 {
  margin: 0 0 5px 110px;
}
.gaiyo-06-2 {
  width: 100%;
  max-width: 400px;
  margin: 0 0 0 100px;
}
.gaiyo-06-2 img {
  width: 450px;
}
.gaiyo-06-2 a {
  border-bottom: none;
}
.gaiyo-06-2 a:hover {
  border-bottom: none;
}
.gaiyo-7 table {
  width: 600px;
  margin: 0 0 20px 100px;
}
.gaiyo-7 td {
  padding: 5px;
  border: 1px solid #ccc;
}
.table-gaiyo-1 {
  width: 30%;
}
.table-gaiyo-2 {
  width: 70%;
}
.gaiyo-6 table tr:nth-child(even) {
  background: #fff;
}
.gaiyo-6 table tr:nth-child(odd) {
  background: #d9efff;
}
/*----- jigyo -----*/
.keibi-jigyo {
  width: 800px;
  height: 200px;
  margin: 0 auto 50px auto;
}
.jigyo-sub-title {
  font-size: 18px;
  padding: 10px 0 10px 0;
}
.keibi-jigyo img {
  width: 300px;
  height: 200px;
}
.jigyo-right img {
  float: right;
  padding-left: 10px;
}
.jigyo-left p {
  margin-left: 10px;
}
.jigyo-left img {
  float: left;
  padding-right: 10px;
}
p.explain-right {
  padding-left: 30px;
}
p.explain-left {
  padding-left: 330px;
}
.jigyo-jiseki {
  padding-bottom: 0px;
}
ul.jyuchusaki {
  width: 800px;
  margin: 0 auto;
}
.jyuchusaki li {
  float: left;
  width: 380px;
  margin-left: 20px;
  list-style-type: disc;
  padding-bottom: 3px;
}
.kenmei-title {
  padding-top: 30px;
}
.kenmei {
  width: 800px;
  margin: 0 auto;
}
.kenmei li {
  list-style-type: disc;
  padding-bottom: 3px;
  margin-left: 20px;
}
.jigyo-jiseki h4 {
  font-size: 18px;
  margin: 20px 0 10px 50px;
}
/*----- member -----*/
.member table {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.member table td {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 15px;
}
.member a {
  color: #285AF7;
}
.member a:hover {
  color: #CD1B1B;
  border-bottom: 1px solid #CD1B1B;
}
.table-1 {
  width: 27%;
  text-align: center;
}
.table-2 {
  width: 13%;
  text-align: center;
}
.table-3 {
  width: 32%;
  text-align: center;
}
.table-4 {
  width: 15%;
  text-align: center;
}
.table-5 {
  width: 13%;
  text-align: center;
}
.bg-bl td {
  background-color: #d9efff;
}
.member .event_table tr:hover td {
  background-color: #d9efff;
}
.member table tr:nth-child(even) {
  background: #F9F9F9;
}
.member table tr:nth-child(odd) {
  background: #F0FAE2;
}
/*========== excellent ==========*/
.excellent-box-1 {
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
}
.excellent-01 {
  float: left;
  width: 100%;
  max-width: 350px;
  margin: 0 20px;
}
.excellent-01 img {
  width: 100%;
}
.excellent-box-2 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.excellent-02 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 20px;
}
.excellent-03 {
  font-size: 18px;
  margin-bottom: 10px;
}
.excellent-04 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  font-size: 18px;
  text-align: center;
}
.excellent-04 img {
  width: 100%;
}
/*----- info-list -----*/
.info-list {
  margin-top: 30px;
}
.info-list dl {
  width: 780px;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
}
.info-list dt {
  font-size: 17px;
  margin-bottom: 10px;
}
.info-list dd {
  margin-left: 30px;
}
.info-list dd a {
  color: #00f;
  border-bottom: 1px solid #00f;
}
/*----- sitemap -----*/
.sitemap {
  width: 800px;
  margin: 0 auto;
}
.sitemap ul {
  margin-top: 50px;
  margin-left: 200px;
}
.sitemap li a {
  width: 238px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  display: block;
}
li.top a {
  width: 260px;
  background-color: #ddebfb;
}
li.top a:hover {
  background-color: #F9DAE1;
  border: 1px solid #ccc;
  border-radius: 10px;
}
li.left-50 a {
  width: 260px;
  margin-left: 70px;
  background-color: #D7F3CB;
}
li.left-50 a:hover {
  background-color: #EAE0D9;
  border: 1px solid #ccc;
  border-radius: 10px;
}
/*----- privacy -----*/
h2.privacy-poricy {
  margin-top: 30px;
  text-align: center;
  font-size: 24px;
}
p.poricy {
  text-align: center;
  margin: 0;
}
.privacy {
  width: 700px;
  margin: 10px auto 20px auto;
  height: 150px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 10px;
}
.privacy p {
  font-size: 14px;
  margin-bottom: 10px;
}
.privacy li {
  font-size: 14px;
  padding-left: 20px;
}
.ip {
  padding-top: 20px;
  color: #3337F1;
}
/*----- page-top -----*/
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  opacity: 0.6;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #3a8ee0;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3a8ee0;
}
/*----- contact -----*/
#formwrap {
  width: 900px;
  margin: 0 auto 50px auto;
  font-size: 90%;
}
table.formtable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formtable td, table.formtable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formtable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
#formwrap p {
  margin: 10px 0 10px 10px;
}
.form-red {
  color: #ff0000;
}
.post {
  padding-left: 10px;
  font-size: 14px;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formwrap {
    width: 95%;
    margin: 0 auto;
  }
  table.formtable th, table.formtable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
  }
  input[type="text"], textarea {
    width: 80%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  input[type="submit"], input[type="reset"], input[type="button"] {
    display: block;
    width: 100%;
    height: 40px;
  }
}
/*----- thanks -----*/
.thanks p {
  text-align: center;
  margin-top: 30px;
}