@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* CSS Document */

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

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

.sp {
  display: none;
}

svg {
  vertical-align: bottom !important;
}

hr {
  border: slid 1px #3e4198;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.2em;
  color: #d65b99;
  margin: 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;
}

#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;
  color: #ffffff;
  background-color: #3e4198;
  /*文字色*/
  padding: 1em;
  /*上下の余白*/
  border-top: solid 5px #f2d522;
  /*上線*/
  border-bottom: solid 5px #f2d522;
  /*下線*/
}

#bez_h3 {
  display: block;
  text-align: center;
  font-size: 180%;
  position: relative;
  background: white;
  color: #12335f;
  border: solid 4px #3e4198;
  /* border-image: conic-gradient(#f2d522, #3e4198, #f2d522) 1; */
  /*方眼紙風*/
  margin: 1em auto;
  padding: 1em;
  background-image: linear-gradient(0deg, transparent 19px, #f8f2cc 20px),
    linear-gradient(90deg, transparent 19px, #f8f2cc 20px);
  background-size: 20px 20px;
}

.sect01_div01 {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}

.svg-beam {
  height: 5em;
  width: 3em;
  fill: #f2d522;
  stroke: #3e4198;
  stroke-width: 3px;
}

.sect01_div01 p {
  margin: 0 1em;
  display: block;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}

.sect01 ul {
  display: flex;
  justify-content: center;
  padding: 2%;
}

.sect02 ul,
.sect04 ul,
.sect05 ul {
  display: flex;
  justify-content: center;
  padding: 1%;
}

.sect01 li,
.sect04 li,
.sect05 li {
  list-style: none;
  margin: 2%;
  width: 50%;
}

.sect02 li {
  list-style: none;
  margin: 0;
  width: 50%;
}

.sect01 li p {
  margin: 5%;
}

.sect03 img,
.sect04 img,
.sect06 img {
  width: 100%;
  /*画像サイズ指定*/
  margin: 0.5%;
  padding: 0.5% auto;
  display: inline-block;
}

.sect04 p,
.sect05 p {
  font-size: 1em;
  text-align: center;
}

.btn_area {
  display: flex;
  width: 100%;
  margin: 2% 0;
}

.btn {
  /* display: inline-block; */
  width: 40%;
  margin: 0 auto;
  padding: 2%;
  border: none;
  background-color: #d65b99;
  border-radius: 30px;
  text-align: center;
  color: #ffffff !important;
  font-size: 1.3em;
  font-weight: bold;
}

.btn:hover {
  background-color: #ffffff;
  border: solid 1px #d65b99;
}

.btn a {
  color: #ffffff !important;
}

.btn:hover a {
  color: #d65b99 !important;
}

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

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

span.bold {
  font-weight: bold;
}

span.pink {
  color: #d23b71;
}

span.blue {
  color: #12335f;
}

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

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

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

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

.c-link iframe {
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #f2d522;
  text-align: center;
  color: #3e4198;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  background-color: #3e4198;
  text-align: center;
  color: #f2d522;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width: 900px) {
}

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

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

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

  small {
    font-size: 0.6em;
  }

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

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

  #bez_h2 {
    font-size: 1em !important;
  }

  #bez_h3 {
    font-size: 1em;
  }

  .sect01_div01 p {
    font-size: 0.9em;
  }

  .sect01 ul,
  .sect04 ul {
    flex-direction: column;
  }

  .sect02 ul,
  .sect05 ul {
    flex-direction: row;
  }

  .sect01 li,
  .sect04 li,
  .sect05 li {
    width: 100%;
    margin: 0 auto;
  }

  .sect02 li {
    width: 50%;
    margin: 0 auto;
  }

  .sect01 li p {
    margin: 2%;
    font-size: 0.8em;
  }

  .sect03 img,
  .sect04 img,
  .sect05 img,
  .sect06 img {
    width: 100%;
    /*画像サイズ指定*/
    margin: 0.5%;
    padding: 0.5% auto;
    display: inline-block;
  }

  .sect04 p,
  .sect05 p {
    font-size: 0.7em;
    text-align: center;
  }

  .btn_area {
    margin: 0 auto;
    flex-direction: column;
  }

  .btn {
    width: 80%;
    padding: 3%;
    border-radius: 30px;
    font-size: 0.9em;
    margin: 2% auto;
    font-weight: normal;
    line-height: 1.2em;
  }

  .c-link {
    width: 100%;
    margin: 5% auto;
  }
}
