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

.sp {
  display: none;
}

/* GoogleIcon */

.material-icons {
  vertical-align: -0.2em;
  margin: 2%;
}

/* 色　color */
.pink {
  color: #d23b71;
}

.blue {
  color: #12335f;
}

.green {
  color: #e1c837;
}

.yellow {
  color: #ebd030;
}

.black {
  color: #222222;
}

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

.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-dark {
  color: rgba(0, 0, 0, 0.54);
}

.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 {
  background-color: #fdfef9;
}

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

#h1-area {
  background-image: url("images/tool_top.jpg");
}

iframe {
  width: 480px;
  height: 270px;
}

.btouch_model_h2,
.btouch_select_h2,
.tool_info_h2 {
  text-align: center;
  font-size: 250% !important;
  line-height: 120%;
  padding: 0.5em 0;
  /*上下の余白*/
  border-top: solid 5px #c1272d;
  /*上線*/
  border-bottom: solid 5px #c1272d;
  /*下線*/
  margin: 0 !important;
}

#tool_info h3 {
  position: relative;
  padding: 1em 0 1em 5em;
  font-size: 180%;
  border: solid 5px #12335f;
}

#tool_info h3 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1em;
  color: #ffffff;
  background: #12335f;
}

#tool_info h3 span:after {
  position: absolute;
  top: calc(50% - 10px);
  right: -11px;
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 0 10px 15px;
  border-style: solid;
  border-color: transparent transparent transparent #12335f;
}

#btouch_model li {
  list-style: none;
  margin: 3%;
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  border: solid 0.3em #e1c837;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition-duration: 0.3s;
}

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

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

span.bold {
  font-weight: bold;
}

.radius50 {
  width: 70%;
  margin: 15px 0 0 auto;
  border: solid 3px;
  border-color: #12335f;
  border-radius: 10px;
  text-align: center;
}

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

#btouch_model ul {
  padding: 0;
  display: block;
  justify-content: center;
}

#btouch_model li {
  width: 20%;
}

#sect-link {
  margin: 0 auto;
}

#tool_info p {
  width: 100%;
  font-size: 160%;
  display: inline-block;
  margin: 4em auto 3em auto;
  text-align: center;
}

#sect-link ul {
  display: flex;
  justify-content: center;
}

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

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

.c-link {
  width: 40%;
  /* 水平方向の中央揃え */
  margin: 5% auto;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 7px 0px #e1c837;
  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: #ebd030;
  text-align: center;
  color: #e1c837;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  background-color: #e1c837;
  text-align: center;
  color: #ebd030;
  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) {
  .merit_icon {
    height: 200px;
  }

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

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

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

  .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 {
    font-size: 32px;
  }

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

  .btouch_model_h2,
  .btouch_select_h2,
  .tool_info_h2 {
    font-size: 150% !important;
    margin: 0.5em auto 0.5em !important;
  }

  #tool_info h3 {
    border: solid 2px #12335f;
    padding: 0.2em 0 0.2em 5em;
    font-size: 100%;
  }

  #tool_info h3 span {
    padding: 0.2em;
    font-size: 100%;
  }

  #btouch_model ul {
    display: block;
  }

  #btouch_model li {
    margin: 0.5em auto;
    width: 100%;
  }

  #tool_info p {
    font-weight: bold;
    width: 100%;
    font-size: 120%;
    display: inline-block;
    margin: 2em auto 3em auto;
    text-align: center;
  }

  #sect-link ul {
    display: block;
  }

  #sect-link li,
  #movie-area li {
    margin: 5% auto;
    width: 100%;
  }

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