@charset "utf-8";
/*PC・タブレット・スマホ(全端末)共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*contents */
.contents {
  margin-top: 110px !important;
}
.cont-left {
  float: left;
  width: 100%;
}
/*右側コンテンツ*/
.cont-right {
  margin-top: 27px;
}
/*パンくずリスト*/
.pankuzu {
  padding-bottom: 0.1em;
}
.pankuzu a {
  color: #008B8B;
  text-decoration: underline;
}
/*タイトル文字*/
h5.column_chapter {
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #303030;
  border-left: 6px solid #008B8B;
  padding-left: 6px;
  margin-top: 2%;
}
/*外側のブロック*/
.column_inner {
  background: #FFF;
  width: 100%;
  padding: 10% 0;
  position: relative;
}
/*コラムタグ*/
h2.column_tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 155px;
  height: 40.04px;
  background-color: rgba(75, 176, 182, 0.3);
  border-bottom: 4px solid #008B8B;
  line-height: 44px;
  text-align: center;
  color: rgb(0, 139, 139);
  font-size: 16px;
  font-weight: 600;
}
h2.column_tag:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border-right: 30px solid transparent;
  border-top: 44.04px solid rgba(75, 176, 182, 0.3);
}
/*コラムトップ*/
.column_top {
  width: 88%;
  margin: 3% auto 6%;
  background-color: #F8F5F5;
  padding: 4% 6%;
}
.column_top_left {
  float: left;
  width: 20%;
  margin-right: 5%;
}
.column_top_left img {
  width: 100%;
  height: auto;
}
.column_top_right {
  float: left;
  width: 66%;
}
.column_top_vol {
  font-size: 16px;
  height: 24px;
  margin-bottom: 8px;
}
.column_top_title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.column_top_en_title {
  border-bottom: 1px solid #303030;
  font-size: 14px;
}
.column_top_name {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  margin-top: 3%;
}
.column_top_en_name {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}
.column_top_corpo {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
  margin-top: 3%;
}
.column_top_en_corpo {
  font-size: 14px;
  line-height: 1.4;
  width: 100%;
}
/*本文*/
.column_text {
  margin: 6% 0 0 0;
}
.column_text p {
  font-size: 14px;
  line-height: 1.8;
  padding-top: 2%;
  /*padding-bottom: 2%;*/
}
/*ul.listdisc {
  list-style-type: disc !important;
  margin-left: 2em;
}*/
.mov {
  width: 100%;
  margin: 4% auto;
}
.mov iframe {
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto !important;
}
p.mov_name {
  font-size: 0.9em;
  text-align: center;
  padding-bottom: 3%;
}
.mov_link {
  margin: 4% auto !important;
  width: 600px;
  height: auto;
}

/*li {
  list-style: disc;
}
ul {
  padding-left: 15px;/*「・」の左側の余白*/
}
/*　PC狭め〜iPad Pro設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 75em) {
  /*contents */
  .contents {
    margin-top: 90px !important;
  }
}
/*スマホ設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 769px) {
  .contents {
    margin-top: 70px !important;
  }
  .pankuzu {
    font-size: 12px;
  }
  /*タイトル文字*/
  h5.column_chapter {
    font-size: 16px;
    margin-top: 7%;
  }
  .column_top_vol {
    font-size: 16px;
  }
  /*外側のブロック*/
  .column_inner {
    width: 90%;
    padding: 10% 3% 20%;
    line-height: 1.4;
    margin: auto;
  }
  /*コラムタグ*/
  h2.column_tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 155px;
    height: 44.04px;
    /*background-color: rgba(112,112,112,0.3);*/
    line-height: 44px;
    text-align: center;
    color: #008B8B;
    font-size: 16px;
    font-weight: 600;
    float: none
  }
  /*コラムトップ*/
  .column_top_right {
    float: none;
    width: 100%;
    margin: 6% 0;
  }
  .column_top {
    width: 85%;
    margin: 0 auto 14%;
    background-color: #F8F5F5;
    padding: 7%;
  }
  .column_top_left {
    width: 60%;
    margin: auto;
    float: none;
  }
  .column_top_vol {
    font-size: 16px;
  }
  .column_top_title {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .column_top_name {
    float: none;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    margin-top: 6%;
  }
  .column_top_corpo {
    float: none;
    font-size: 14px;
    line-height: 1.2;
    width: 100%;
    margin-top: 6%;
  }
  .column_top_en_title {
    margin-top: 3%;
    padding-bottom: 3%;
    letter-spacing: 0.12em;
  }
  /*本文*/
  .column_text {
    margin: 0;
  }
  .column_text p {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 3%;
  }
}
@media screen and (max-width: 480px) {
  .column_inner {
    width: 90%;
    padding: 20% 3% 20%;
    line-height: 1.4;
    margin: auto;
  }
  .mov iframe {
    width: 100%;
    margin: 10% auto 2%;
  }
  .mov_link {
    width: 100%;
    height: auto;
    margin: 10% auto 2%;
  }
}