@charset "UTF-8";

/* CSS Document */

/* @media only screen and (max-width: 780px) {
#container #second_left {
width: 100% !important;
float: left;
margin: 0% !important;
}
} */

body {
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.3em;
  margin: 1%;
}

.blue {
  color: #3e4198;
}

.material-icons.transform {
  transform: scale(1, -1);
}

.material-icons.fill {
  font-variation-settings: "FILL" 1;
}

/* アイコンのサイズを変更するためのルール */

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-60 {
  font-size: 60px;
}

/* 明るい背景の場合に黒色でアイコンを表示するためのルール */

.material-icons.md-dark {
  color: #12335f;
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* 暗い背景の場合に白色でアイコンを表示するためのルール */

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

#contents_inner img {
  width: 100%;
}

.img_full {
  width: 95%;
  max-width: 980px;
  margin: auto;
}

#contents_inner {
  width: 85%;
  max-width: 1024px;
  margin: auto;
}

#second_left {
  margin: 20px auto;
}

h1 {
  font-size: 200%;
  line-height: 160%;
  font-weight: 600;
}

.bez_h2 {
  text-align: center;
  font-size: 1.8em !important;
  padding: 1em;
  border-bottom: solid 5px #3e4198;
}

#bez_info ul {
  padding: 0;
  font-size: 120%;
}

#bez_info p {
  color: #12335f;
  font-size: 160%;
  padding: 1em;
  font-weight: bold;
}

#bez_info ul li,
#bez_info ol li {
  font-size: 120%;
  color: #12335f;
  border-left: solid 6px #84c35f;
  /*左側の線*/
  border-bottom: solid 2px #12335f;
  /*下に灰色線*/
  /* background: whitesmoke; */
  margin-bottom: 5px;
  /*下のバーとの余白*/
  line-height: 1.5;
  padding: 0.5em;
  margin: 3%;
  list-style-type: none !important;
  /*ポチ消す*/
  font-weight: bold;
}

#bez_info img {
  margin: 0.5%;
  padding: 0.5%;
}

small {
  font-size: 0.9rem;
  padding: 2%;
}

span.large {
  font-size: 2.5rem;
}

span.bold {
  font-weight: bold;
}

span.pink {
  color: #84c35f;
}

ul.green {
  display: block;
  text-align: center;
  /* font-size: 160%; */
  /* position: relative; */
  background: white;
  color: #12335f;
  border: solid 4px #84c35f;
  margin: 1em auto;
  padding: 1em;
}

ul.yellow {
  display: block;
  text-align: center;
  /* font-size: 160%; */
  /* position: relative; */
  background: white;
  color: #12335f;
  border: solid 4px #84c35f;
  margin: 1em auto;
  padding: 1em;
}

dl.hard_list {
  width: 100%;
  padding: 1% 0;
  clear: left;
  overflow: hidden;
  display: flex;
}
dl.hard_list dt {
  width: 10%;
  margin: 2% 0 0 1%;
  float: left;
}
dl.hard_list dd {
  width: 90%;
  margin: 2% 0 0 1%;
  float: left;
}
dl.hard_list dd span {
  font-weight: bold;
  font-size: x-large;
}

#bez_info h3,
#sect01 h3,
#sect02 h3,
#sect03 h3,
#sect04 h3,
#sect05 h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  color: #12335f;
  border: solid 4px #84c35f;
  /*方眼紙風*/
  margin: 1em auto;
  padding: 1em;
  background-image:
    linear-gradient(0deg, transparent 19px, #ccc 20px),
    linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}

/* #contents_inner h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: solid 2px;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
} */

#sect01,
#sect02,
#sect03,
#sect04,
#sect05,
#sect-link,
#movie-area {
  margin: 0 auto;
}

#sect02 img,
#sect03 img,
#sect04 img,
#sect05 img {
  width: 100%;
  /*画像サイズ指定*/
  margin: 0.5%;
  padding: 0.5% auto;
  display: inline-block;
  /* border: solid 2px #12335F; */
}

#sect02 p,
#sect03 p,
#sect04 p,
#sect05 p {
  font-weight: bold;
  width: 100%;
  margin: 0.5%, auto;
  padding: 2%;
  font-size: 130%;
  display: inline-block;
  text-align: center;
}
#sect01 ul,
#sect02 ul {
  display: flex;
  justify-content: center;
  padding: 0.8%;
}

#sect03 ul,
#sect04 ul,
#sect05 ul,
#sect-link ul,
#movie-area ul {
  display: flex;
  justify-content: center;
  padding: 3%;
}

#sect01 li,
#sect04 li {
  list-style: none;
  margin: 1%;
  text-align: center;
  font-size: 1.2em;
}

#sect02 li,
#sect03 li,
#sect05 li {
  list-style: none;
  margin: 1%;
  width: 50%;
}

#sect-link li {
  list-style: none;
  margin: 3%;
}

.cont_left,
.cont_right {
  width: 50%;
  margin: 0 0 0 0;
  float: left;
  line-height: 1.75;
  display: inline;
}

.cont_wide {
  width: 100%;
  margin: 0 0 5% 0;
  float: left;
  line-height: 1.75;
}

p {
  display: block;
  margin-block-start: 0.3em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#sect06 {
  width: 100%;
  padding: 5% 0 0;
  float: left;
}

#sect06 .contact {
  width: 80%;
  max-width: 600px;
  margin: 3% auto;
}

#link-area ul {
  display: flex;
  justify-content: center;
  padding: 3%;
}

#link-area li {
  list-style: none;
  margin: 1%;
  width: 50%;
  box-shadow: 0px 0px 7px 0px #12335f;
}

.c-link {
  /* width: 40%; */
  /* 水平方向の中央揃え */
  /* margin: 5% auto; */
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px #84c35f;
  overflow: hidden;
  width: 30%;
}

.c-link p {
  font-size: 100%;
  padding: 1em 0;
}

.c-link p:hover {
  opacity: 0.5;
}

.movie {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.contents_inner {
  background-color: #fdf7f7;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
}

.contents_inner .js-modal-btn a {
  position: relative;
  display: block;
  text-decoration: none;
}

.contents_inner .js-modal-btn a:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 6px solid #b83b40;
  background: #b83b40;
  width: 60px;
  height: 60px;
}

.contents_inner .js-modal-btn a:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 15px 0 15px 25px;
}

@media only screen and (max-width: 900px) {
  .merit_icon {
    height: 200px;
  }

  span.large {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 760px) {
  body {
    font-size: 17px;
  }

  .cont_left {
    width: 100%;
    margin: 0 0% 3% 0;
    float: left;
  }

  .cont_right {
    width: 100%;
    margin: 0 0% 0 0;
    float: left;
  }

  ul.merit li {
    width: 95%;
    margin: 0 2.5% 1% 2.5%;
  }

  ul.merit li:nth-last-child(1) {
    margin: 0 2.5% 1% 2.5%;
  }

  .merit_icon {
    margin: 20px auto;
    width: 80%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  span.large {
    font-size: 1.3rem;
  }

  .material-icons.md-48,
  .material-icons.md-60 {
    font-size: 32px;
  }

  .bez_h2,
  .bez_h2green {
    font-size: 130% !important;
  }

  #bez_info h3,
  #sect01 h3,
  #sect02 h3,
  #sect03 h3,
  #sect04 h3,
  #sect05 h3 {
    font-size: 20px;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: -0px 0;
  }

  #bez_info ul {
    font-size: 100%;
  }

  #sect01 ul,
  #sect02 ul,
  #sect03 ul,
  #sect04 ul,
  #sect05 ul,
  #bez_new ul {
    display: block;
    width: 100%;
  }

  #sect01 li,
  #sect02 li,
  #sect03 li,
  #sect04 li,
  #sect05 li,
  #bez_new li,
  #sect-link li {
    display: block;
    margin: 1% auto;
    width: 100%;
  }

  #sect-link ul {
    display: block;
  }

  .yellow li,
  .green li {
    width: 100%;
    text-align: left;
  }

  #sect01 p,
  #sect02 p,
  #sect03 p,
  #sect04 p,
  #sect05 p {
    margin: 0;
    padding: 3px;
    font-size: 100%;
  }

  dl.hard_list {
    padding: 2%;
    width: 100%;
  }
  dl.hard_list dt {
    margin: 2%;
    display: block;
  }
  dl.hard_list dd {
    margin: 2%;
    font-size: 0.8em;
    display: block;
  }
  dl.hard_list dd span {
    font-size: large;
    flex-flow: column;
  }
}
