@charset "UTF-8";

/* CSS Document */

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

#container_second p {
  color: #12335f !important;
}

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

.sp {
  display: none;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.2em;
  color: #d23b71;
  margin: 1%;
}

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

.material-icons.transform-45 {
  transform: rotate(0.4turn);
}

.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;
}

.packed20t_h2 {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  color: #ffffff;
  background-color: #ed8e26;
  padding: 0.5em 0;
  border-top: solid 5px #ed8e26;
  border-bottom: solid 5px #ed8e26;
  margin: 0 !important;
}

.packed20t_h2green {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  color: #ffffff;
  background-color: #ed8e26;
  /*文字色*/
  /* padding: 0.5em 0; */
  /*上下の余白*/
  border-top: solid 5px #ed8e26;
  /*上線*/
  border-bottom: solid 5px #ed8e26;
  /*下線*/
  margin: 0 !important;
}

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

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

#packed20t_info a {
  color: #12335f !important;
}

#packed20t_info ul li,
#packed20t_info ol li {
  font-size: 120%;
  color: #12335f;
  border-left: solid 6px #ed8e26;
  /*左側の線*/
  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;
}

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

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

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

span.medium {
  font-size: 1.8rem;
}

span.bold {
  font-weight: bold;
}

span.pink {
  color: #d23b71;
}

span.orange {
  color: #ed8e26;
}

span.sky {
  color: #2ca6cb;
}

span.darkblue {
  color: #12335f;
}

ul.green {
  display: block;
  text-align: center;
  /* font-size: 160%; */
  /* position: relative; */
  background: white;
  color: #12335f;
  border: solid 4px #ed8e26;
  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;
}

#packed20t_info h3,
#sect01 h3,
#sect02 h3,
#sect03 h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  color: #12335f;
  border: solid 4px #ed8e26;
  /*方眼紙風*/
  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,
#sect-link,
#movie-area {
  margin: 0 auto;
}

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

#sect01 p,
#sect02 p,
#sect03 p {
  font-weight: bold;
  width: 100%;
  margin: 0.5%, auto;
  padding: 2%;
  font-size: 130%;
  display: inline-block;
  line-height: 1.75;
}

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

#sect-link2 ul {
  justify-content: center;
  padding: 3%;
}
#sect01 li,
#sect02 li,
#sect03 li {
  list-style: none;
  margin: 1%;
  width: 50%;
}

#sect-link li,
#sect-link2 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;
}

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

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

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

/* @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;
  }

  span.medium {
    font-size: 1.2rem;
  }

  small {
    font-size: 0.7rem;
  }

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

  .packed20t_h2 {
    font-size: 130% !important;
  }

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

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

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

  #sect-link ul {
    display: block;
  }

  #sect01 li:nth-child(2),
  #sect02 li:nth-child(2),
  #sect03 li,
  #sect01 li,
  #sect02 li {
    display: block;
    margin: 1% auto;
    width: 100%;
  }

  #sect-link li {
    margin: 5% auto;
    width: 100%;
  }
  .yellow li,
  .green li {
    width: 100%;
    text-align: left;
  }

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

  /* #sect01 img,
  #sect02 img,
  #sect03 img {
    width: 80%;
    padding: 0.5% auto;
    display: inline-block;
    text-align: center;
  } */

  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;
  }

  .list_btn {
    width: 100%;
    margin: 1% 0 0 0%;
  }
}
