﻿@import url("css");
@import url("releases/v5.0.6/css/all.css");
.blue {
  color: #004695;
}

.lightblue {
  color: #6699CC;
}

.pink {
  color: #F19FB9;
}

.red {
  color: #FC0E1C;
}

#pageTtl {
  display: none;
}

#top #main article {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background: none;
}
#top #pageTtl {
  display: none;
}

/* __________________________________________________ home-mainvis */
#home-mainvis {
  position: relative;
  z-index: 1;
}
#home-mainvis img {
  width: 100%;
  height: auto;
}

/* __________________________________________________ selector */
/* __________________________________________________ cominfo */
#cominfo {
  background: url(common/img/bg.jpg);
  background-position: right center;
  background-size: 100% auto;
  margin-top: -5%;
  padding-top: 10%;
  padding-bottom: 60px;
}
#cominfo .flex {
  max-width: 1223px;
  margin: auto;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #cominfo .flex {
    display: block;
  }
}
#cominfo .flex figure {
  flex: 0 0 29%;
  padding: 10px;
}
#cominfo .flex figure img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
#cominfo .flex ul {
  flex: 0 0 70%;
  list-style: none;
  margin: auto;
  padding: 0 0px 0px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #cominfo .flex ul {
    padding: 20px 5px 20px;
  }
}
#cominfo .flex ul li {
  flex-basis: 25%;
  max-width: 25%;
  padding: 10px;
}
/*
#cominfo .flex ul li:nth-child(5), #cominfo .flex ul li:nth-child(6), #cominfo .flex ul li:nth-child(7), #cominfo .flex ul li:nth-child(8) {
  flex-basis: 50%;
  max-width: 50%;
}
*/

@media screen and (max-width: 767px) {
  #cominfo .flex ul li {
    flex-basis: 25% !important;
    max-width: 25% !important;
    padding: 5px;
  }
/*
  #cominfo .flex ul li:last-child {
    flex: 100% !important;
    max-width: 100% !important;
  }
*/
}
@media screen and (max-width: 640px) {
  #cominfo .flex ul li {
    padding: 2px;
  }
}
#cominfo .flex ul li a {
  display: block;
  text-decoration: none !important;
  background-color: #306BAD;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #cominfo .flex ul li a {
    line-height: 50px;
    font-size: 12px;
  }
}
#cominfo .flex ul li a:hover {
  opacity: 0.7;
}
#cominfo .flex ul li a::after {
  content: '\f054';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  font-size: 12px;
}

/* __________________________________________________ soudan */
#soudan {
  background: url(img/soudan_bg.png);
  text-align: center;
  padding: 15px 20px;
}
#soudan a {
  color: #000;
  text-decoration: none !important;
}
#soudan a:hover {
  opacity: 0.8;
  color: #444;
}
@media screen and (max-width: 767px) {
  #soudan {
    padding-bottom: 20px;
  }
}
#soudan div {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #soudan div {
    display: block;
  }
}
#soudan div figure {
  margin: 0 15px 0 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #soudan div figure {
    width: 70px;
    margin: 0 auto;
  }
}
#soudan div figure img {
  width: 100%;
  height: auto;
}
#soudan div dl {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.4;
}
#soudan div dl dt {
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
  font-size: 1.5rem;
  /*24px*/
  margin: 0 0 5px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #soudan div dl dt {
    text-align: center;
  }
}
#soudan div dl dt br {
  display: none;
}
@media screen and (max-width: 767px) {
  #soudan div dl dt br {
    display: block;
  }
}
#soudan div dl dd {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #soudan div dl dd {
    text-align: center;
  }
}

/* __________________________________________________ kaigo */
#kaigo {
  text-align: center;
  background: url(img/kaigo_bg.jpg);
  background-size: cover;
  padding: 0 10px;
}
#kaigo .ttl1 {
  margin: 50px auto 30px;
}
#kaigo ul {
  max-width: 1203px;
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kaigo ul li {
  flex-basis: 22.9426%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #kaigo ul li {
    flex-basis: 48%;
    margin-bottom: 15px;
  }
}
#kaigo ul li a {
  display: block;
  text-decoration: none !important;
}
#kaigo ul li a figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  #kaigo ul li a figure img {
    border: 2px solid #fff;
  }
}
#kaigo ul li a figure figcaption {
  text-align: left;
  padding: 1rem 0 0 10px;
  line-height: 1.3;
  font-size: 1.125rem;
  /*18px*/
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #kaigo ul li a figure figcaption {
    font-size: 12px;
    padding: 5px 0 0 0;
  }
}
#kaigo ul li a figure figcaption::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  color: #FFA6BE;
  margin-right: 5px;
}

/* __________________________________________________ sogo */
#sogo {
  text-align: center;
  background: url(img/kaigo_bg.jpg);
  background-size: cover;
  /*background: #D4DFED;*/
  padding: 0 10px 30px;
}
#sogo .ttl1 {
  margin: 50px auto 30px;
}
#sogo ul {
  max-width: 1203px;
  list-style: none;
  margin: auto;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #sogo ul {
    padding: 20px 5px 20px;
    display: block;
  }
}
#sogo ul li {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #sogo ul li {
    max-width: none;
    padding: 5px;
  }
}
#sogo ul li a {
  display: block;
  text-decoration: none !important;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #sogo ul li a {
    line-height: 50px;
    font-size: 13px;
  }
}
#sogo ul li a:hover {
  opacity: 0.7;
}
#sogo ul li a::after {
  content: '\f054';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004695;
  font-size: 12px;
}

/* __________________________________________________ life */
#life {
  text-align: center;
  background: url(img/life_bg.jpg);
  background-size: cover;
  padding: 0 10px 30px;
}
#life .ttl1 {
  margin: 50px auto 30px;
}
#life ul {
  max-width: 1203px;
  list-style: none;
  margin: auto;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #life ul {
    padding: 20px 5px 20px;
    display: block;
  }
}
#life ul li {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #life ul li {
    max-width: none;
    padding: 5px;
  }
}
#life ul li a {
  display: block;
  text-decoration: none !important;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #life ul li a {
    line-height: 50px;
    font-size: 13px;
  }
}
#life ul li a:hover {
  opacity: 0.7;
}
#life ul li a::after {
  content: '\f054';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004695;
  font-size: 12px;
}

/* __________________________________________________ kanren */
#kanren {
  text-align: center;
  background: url(img/kanren_bg.jpg);
  background-size: cover;
  padding: 0 10px 30px;
}
#kanren .ttl1 {
  margin: 50px auto 30px;
}
#kanren ul {
  max-width: 1203px;
  list-style: none;
  margin: auto;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #kanren ul {
    padding: 20px 5px 20px;
    display: block;
  }
}
#kanren ul li {
  flex-basis: 33.333%;
  max-width: 33.333%;
  padding: 10px;
}
@media screen and (max-width: 819px) {
#kanren ul li a {
  font-size: 15px;
}
}
@media screen and (max-width: 767px) {
  #kanren ul li {
    max-width: none;
    padding: 5px;
  }
}
#kanren ul li a {
  display: block;
  text-decoration: none !important;
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 100px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #kanren ul li a {
    line-height: 50px;
    font-size: 13px;
  }
}
#kanren ul li a:hover {
  opacity: 0.7;
}
#kanren ul li a::after {
  content: '\f054';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #004695;
  font-size: 12px;
}

/* __________________________________________________ hoiku */
#hoiku {
  text-align: center;
  background: url(img/hoiku_bg.jpg);
  background-size: cover;
  padding: 0 10px 30px;
}
#hoiku .ttl1 {
  margin: 50px auto 30px;
}
#hoiku ul {
  max-width: 839px;
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#hoiku ul li {
  flex-basis: 45.411203814064362%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #hoiku ul li {
    flex-basis: 48%;
  }
}
#hoiku ul li a {
  display: block;
  text-decoration: none !important;
}
#hoiku ul li a figure img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 6px solid #fff;
}
@media screen and (max-width: 767px) {
  #hoiku ul li a figure img {
    border: 2px solid #fff;
  }
}
#hoiku ul li a figure figcaption {
  text-align: left;
  padding: 1rem 0 0 10px;
  line-height: 1.3;
  font-size: 1.125rem;
  /*18px*/
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #hoiku ul li a figure figcaption {
    font-size: 12px;
    padding: 5px 0 0 0;
  }
}
#hoiku ul li a figure figcaption::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  color: #FFA6BE;
  margin-right: 5px;
}

/* __________________________________________________ together */
#together {
  background: #6799CC url(img/together.png) no-repeat center top;
  background-size: auto 100%;
  font-family: "fot-tsukuardgothic-std", sans-serif !important;
  font-weight: 700;
  color: #fff;
  padding-bottom: 260px;
}
@media screen and (max-width: 767px) {
  #together {
    background-image: none;
    padding: 30px 10px;
  }
}
#together .together-inner {
  max-width: 1200px;
  position: relative;
  margin: auto;
}
#together .together-inner dl {
  margin: 0;
  padding: 30px 0 0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #together .together-inner dl {
    position: static;
    margin: auto;
    padding: 0;
  }
}
#together .together-inner dl dt {
  font-size: 3rem;
  /*48px*/
  margin: 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #together .together-inner dl dt {
    font-size: 20px;
  }
}
#together .together-inner dl dd {
  margin: 0;
  padding: 0;
}
#together .together-inner dl dd a {
  border: 2px solid #fff;
  display: inline-block;
  padding: 10px 50px;
  font-size: 1.5rem;
  /*24px*/
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  line-height: 1.2;
  border-radius: 40px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #together .together-inner dl dd a {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 30px;
    height: 58px;
  }
}
#together .together-inner dl dd a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  position: absolute;
  right: 10px;
  top: calc(50% - 1em);
  top: 32%;
}
#together .together-inner dl dd a:hover {
  background: #fff;
  color: #6799CC;
}

/* __________________________________________________ blog */
#blog {
  text-align: center;
  padding: 30px 20px 60px;
}
#blog ul {
  max-width: 1100px;
  list-style: none;
  margin: 30px auto 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #blog ul {
    margin-left: -20px;
    margin-right: -20px;
  }
}
#blog ul li {
  line-height: 1.3;
  font-size: 0.875rem;
  /*14px*/
  text-align: left;
}
#blog ul li a {
  display: block;
  color: #333;
  text-decoration: none !important;
  padding: 1rem 1.875rem;
}
#blog ul li a span.date {
  display: inline-block;
  margin-right: 40px;
  width: 5em;
}
@media screen and (max-width: 767px) {
  #blog ul li a span.date {
    display: block;
    padding: 0;
  }
}
#blog ul li a strong {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #F19FB9;
  padding: 0.2em 0.5em;
  line-height: 1;
  border-radius: 3px;
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  #blog ul li a strong {
    font-size: 9px;
  }
}
#blog ul li:nth-child(odd) {
  background: #f7f7f7;
}
#blog a.more {
  display: inline-block;
  line-height: 50px;
  background: #BDBDBD;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  margin: auto;
  padding: 0 160px;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  #blog a.more {
    padding: 0;
    display: block;
    line-height: 36px;
  }
}
#blog a.more:hover {
  background: #999;
}
#blog a.more::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f0da';
  margin-left: 0.5em;
}

/* __________________________________________________ fbanner */
#fbanner {
  text-align: center;
  padding: 40px 20px 30px;
}
#fbanner ul {
  list-style: none;
  margin: auto;
  padding: 0;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#fbanner ul li {
  flex-basis: 380px;
  flex-basis: 31.666666666666667%;
  margin: 0 0 1.5em;
  padding: 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #fbanner ul li {
    flex-basis: 100%;
  }
}
#fbanner ul li img {
  width: 100%;
  height: auto;
}
/* __________________________________________________ 新着情報 */
#iframe_info {
    max-width: 1223px;
    margin: auto;
    padding-right: 2em;
    margin-top: 2em;
}