@charset "utf-8";
/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*全体の設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
 .container {
  max-width: 1200px;
 }
}
html, body, #container {
 height: 100%;
}
body {
 margin: 0px;
 padding: 0px;
 color: #000000; /*全体の文字色*/
 font-family: -apple-system, BlinkMacSystemFont, Roboto, "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif; /*フォント種類*/
 font-size: 18px; /*文字サイズ*/
 background: #fff; /*背景色*/
 -webkit-text-size-adjust: none;
 line-height: 1.7;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
 margin: 0px;
 padding: 0px;
 font-size: 100%;
 font-weight: normal;
}
ul {
 list-style-type: none;
}
ol {
 padding-left: 25px;
 padding-bottom: 15px;
}
img {
 border: none;
 max-width: 100%;
 height: auto;
 vertical-align: middle;
}
table {
 border-collapse: collapse;
 font-size: 100%;
 border-spacing: 0;
}
iframe {
 width: 100%;
}
.clearfix::after {
 content: "";
 display: block;
 clear: both;
}
.clearWrap {
 clear: inherit;
}
.section {
 padding-top: 70px;
 padding-bottom: 70px;
}
.section-min {
 padding-top: 20px;
 padding-bottom: 20px;
}
/*共通
---------------------------------------------------------------------------*/
section h2 {
 text-align: center;
 line-height: 1.8;
 font-size: 2.5rem;
 font-weight: 600;
 color: #956134;
}
.wrap h3 {
 border-left: solid 8px #1b9f00;
 padding: 0.5rem 0 0.5rem 0.5rem;
 font-size: 1.5rem;
 margin-bottom: 2rem;
 font-weight: 600;
}
.innerWrap {
 padding-left: 15px;
 padding-right: 15px;
}
.mt-box {
 margin-top: 2rem;
}
.backGray {
 background-color: #FFF3F3;
}
*, *:before, *:after {
 box-sizing: border-box;
}
.col-2-box dl {
 width: 100%;
 display: flex;
 display: -ms-flexbox; /* IE10 */
 flex-wrap: wrap;
 -ms-flex-wrap: wrap; /* IE10 */
 border-bottom: 1px solid #ccc;
 padding-bottom: 10px;
 padding-top: 10px;
}
.col-2-box > dl dt {
 width: 20%;
 padding: 10px;
 font-weight: 600;
 padding-left: 15px;
}
.col-2-box > dl dd {
 width: 80%;
 padding: 10px;
 padding-left: 15px;
}
.wrap-02 h3 {
  font-weight: 600;
  color: #956134;
  margin: 2rem 0 1.5rem;
  font-size: 1.35rem;
}
.wrap-02 p {
  padding: 5px;
}
@media screen and (max-width: 960px) {
 .col-2-box > dl dt, .col-2-box > dl dd {
  width: 100%;
 }
}

.mb30 {
  margin-bottom: 30px;
}

/*蛍光マーカー
---------------------------------------------------------------------------*/
.marker {
 background: linear-gradient(transparent 60%, #ff6 60%);
}
/*マーカー　アニメーション*/
.marker-animation.active {
 background-position: -100% .7em;
}
.marker-animation {
 background-image: -webkit-linear-gradient(left, transparent 60%, rgb(255, 248, 95) 60%);
 background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 248, 95) 50%);
 background-image: -ms-linear-gradient(left, transparent 60%, rgb(255, 248, 95) 60%);
 background-image: -o-linear-gradient(left, transparent 60%, rgb(255, 248, 95) 60%);
 background-image: linear-gradient(left, transparent 60%, rgb(255, 248, 95) 60%);
 background-repeat: repeat-x;
 background-size: 200% .8em;
 background-position: 0 .5em;
 transition: all 2s ease;
 font-weight: bold;
}
.m-blue {
 background-image: -webkit-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
 background-image: -moz-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
 background-image: -ms-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
 background-image: -o-linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
 background-image: linear-gradient(left, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
 background-repeat: repeat-x;
 background-size: 200% .8em;
 background-position: 0 .5em;
 transition: all 2s ease;
 font-weight: bold;
}
.m-green {
 background-image: -webkit-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
 background-image: -moz-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
 background-image: -ms-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
 background-image: -o-linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
 background-image: linear-gradient(left, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
 background-repeat: repeat-x;
 background-size: 200% .8em;
 background-position: 0 .5em;
 transition: all 2s ease;
 font-weight: bold;
}
.m-red {
 background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
 background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
 background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
 background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
 background-image: linear-gradient(left, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
 background-repeat: repeat-x;
 background-size: 200% .8em;
 background-position: 0 .5em;
 transition: all 2s ease;
 font-weight: bold;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
 color: #666; /*リンクテキストの色*/
 transition: 0.1s; /*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
 color: #0c9700; /*マウスオン時の文字色*/
 text-decoration: none; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
.btn-flat-logo {
 position: relative;
 display: inline-block;
 padding: 0.25rem 3rem;
 text-decoration: none;
 color: #3345A9;
 font-weight: 600;
 border-top: 1px solid #3345A9;
 border-bottom: 1px solid #3345A9;
 transition: .4s;
}
.btn-flat-logo:hover {
 background: #3345A9;
 color: #fff;
}
.top-filmBox a:hover {
 color: #fff;
}
#breadcrumb a {
  color: #fff;
}
#breadcrumb a:hover {
  color: #bbb;
}
/*googleマテリアルアイコン
---------------------------------------------------------------------------*/
.material-icons {
 display: inline-flex;
 vertical-align: middle;
}
/*ヘッダー
---------------------------------------------------------------------------*/
header {
 padding: 15px 25px;
}
header h1 {
 float: left;
}
#contactWrap {
 float: right;
 width: 30%;
 padding-top: 1rem;
}
#contactWrap .radius-01 {
 border-radius: 15px;
 background-color: #AB0002;
 color: #fff;
 padding: 0px 15px;
 text-align: center;
 margin-bottom: 0.5rem;
 font-weight: 600;
}
.radius-01 a {
 color: #fff;
}
.radius-01 a:hover {
 color: #FFACAD;
}
.head-contact {
 font-size: 1.4rem;
 font-weight: 600;
 text-align: left;
}
.head-contact .mail, .head-contact .tel {
 padding-left: 15px;
}
.lineBox {
 display: flex;
 font-weight: 600;
 align-items: flex-start;
}
.line01 {
 padding-left: 10px;
}
.line02 {
 font-size: 0.9rem;
 display: block;
}
/*ページ設定
---------------------------------------------------------------------------*/

.nav-menu {
  margin-left: 5rem;
  padding-top: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 2rem 0;
  line-height: 160%;
  color: #0d089f;
}
.read-text {
  font-size: 1.5rem;
  padding-bottom: 1rem;
}
.glay {
  color: #525252;
}
h3 {
  margin: 1.5rem 0 1rem;
  font-size: 1.7rem;
  color: #953d34;
  font-weight: 600;
}
.wrap-line {
  padding: 10px;
  border: #ccc 1px solid;
}
.wrap-line p {
  margin-top: 1rem;
}
.listBox {
  margin-bottom: 2rem;
  padding: 10px 20px 30px 20px;
  background-color: #F0FBFD;
  width: 100%;
}
.listBox li {
  margin-left: 1.5rem;
}
.topWrap .text-center-02 {
  text-align: center;
}

@media screen and (max-width: 960px) {
  h1 {
    font-size: 1.5rem;
 }
  .listBox {
    margin-bottom: 1rem;
    padding: 10px 10px 30px 10px;
    background-color: #F0FBFD;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-weight: 600;
  }
  .topWrap .text-center-02 {
    _text-align: left;
  }
  .read-text {
    font-size: 1.2rem;
  }
  section h2 {
    font-size: 2rem;
  }
  h3 {
   font-size: 1.5rem;
  }
}