.selector-for-some-widget {
  box-sizing: content-box;
}
body{
  font-family: 'Roboto', sans-serif, 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color:#212121;
}

.font-1{
  font-family: 'IBM Plex Sans JP', sans-serif;
  font-weight: 400;
}
#heading {
	background-color: #474f63;
}
#heading h2{
  margin: 3em 0 3em 0;
  color:#FFF;
  font-size: 24px;
}
#footer_bs{
  color: #fff;
}
a.footer_link{
  text-decoration: none!important;
  color: #fff!important;
}
.nav-buttons1{
  font-size: 14px!important;
  padding: 10px 0 9px 0!important;
  font-weight: bold!important;
  background-color: #4EB3E6!important;
  width: 138px;
}
.nav-buttons2{
  font-size: 14px!important;
  padding: 10px 0 9px 0!important;
  font-weight: bold!important;
  background-color: #b4d43f!important;
  width: 138px;
}
.nav-buttons3{
  font-size: 14px!important;
  padding: 10px 0 9px 0!important;
  font-weight: bold!important;
  background-color: #474f63!important;
  width: 138px;
}
@media screen and (max-width: 765px) {
  .nav-buttons1{
    width: 128px;
    font-size:12px;
  }
  .nav-buttons2{
    width: 128px;
    font-size:12px;
  }
  .nav-buttons3{
    width: 128px;
    font-size:12px; 
  }
}
a.nav-textlink{
  text-decoration:none;
  font-size:12px;
  color:#474f63;
  margin-left:20px;
  font-family: 'Roboto', sans-serif, 'BIZ UDGothic', sans-serif;
}
a{
  text-decoration: none;
}
.mark{
  background-color: #FAEF99;
}
.wrap {
  overflow: hidden;
}
.pre-title{
  font-size: 1em;
}
.pre-title:after {
  content: '';
  background: #ffbd00;
  border-radius: 5px;
  height: 3.5px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  font-family: 'Noto Sans JP', sans-serif;
}
.wings:before {
  content: '';
  background: #ffbd00;
  border-radius: 5px;
  position: absolute;
  top: -8px;
  right: -8px;
  left: 30px;
  bottom: -3px;
  transform: rotate(-3deg);
  z-index: 1;
  width: 80%;
}
.section-title{
  font-family: 'Roboto', sans-serif, 'BIZ UDGothic', sans-serif;
  font-weight: 700;
}
.section-subtitle{
  font-family:'BIZ UDGothic', sans-serif;
  font-weight: 400;
}
.quality-box{
  padding: 60px 0;
  background-color: #E6E6E6;
}
.down-arrow-img {
  right: 30%;
  transform: rotate(90deg);
  max-width: 100px;
}
.video-box {
  z-index: 3;
}
.card {
  border: 0;
  border-radius: 0;
  color: #212121;
  padding: 1em 0;
  border: solid 1px rgb(245, 191, 41);
  background: linear-gradient(to left, rgb(255, 255, 255) 50%, rgb(245, 191, 41) 50%);
  background-size: 200%;
  background-position: right;
  transition: background-position 0.5s ease-out;
}

.card:hover {
  background-position: left;
  color: #fff;
  border: solid 1px rgb(245, 191, 41);
}

.card-detail {
  color: #fff;
}

a.subject {
  color: #2D4B73;
  font-size: 1.3em;
}

a.subject:hover {
  color: #ffbd00;
}

.headline {
  margin:  0;             /* デフォルトCSS打ち消し */
  font-size:  20px;       /* 文字サイズ指定 */
  position:  relative;    /* 位置調整 */
  font-weight:  normal;   /* 文字の太さ調整 */
  display:  inline-block; /* インラインブロックにする */
  background-color: #fff; /* 背景色指定 */
  margin-left: 20px;      /* 周りの余白指定 */
  padding: 0 10px;        /* 余白指定 */
}
p.headline {
  margin:  0;             /* デフォルトCSS打ち消し */
  line-height: 2;         /* 行間調整 */
}
.headline-wrap {
  position: relative;     /* 位置調整 */
  margin-bottom:15px;     /* 周りの余白指定 */
}
.headline-wrap:before {
  content:  '';           /* 空白の要素を作る */
  background-color: #212121; /* 背景色指定 */
  display:  block;        /* ブロック要素にする */
  position:  absolute;    /* 位置調整 */
  left:  0;               /* 位置調整 */
  width:  100%;           /* 幅指定 */
  height:  1px;           /* 高さ指定 */
  top: 0;                 /* 位置調整 */
  bottom:  0;             /* 位置調整 */
  margin:  auto;          /* 位置調整 */
}
.pMenu02_child p{
  margin-bottom: 0;
}
.pMenu01_child p{
  margin-bottom: 0;
}