@charset "utf-8";
/* CSS Document */
figure.img {
  margin-bottom: 1%;
}
.article-content1 {
  width: 100%;
  float: left;
}
h3.product {
    padding: 0.5em 1em;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 3%;
    background-color: #003366;
    color: #fff;
}
.p-article-item__heading::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../../images/icon_point.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.p-point-item__heading {
  font-size: 1.25rem;
  font-weight: bold;
  color: #004098;
}
.p-info .leftBox {
  width: 50%;
  float: left;
  margin-right: 2%;
}
.p-info .rightBox {
  width: 50%;
  float: right;
  margin-left: 2%;
}
.article-image-r {
  text-align: right;
  width: 60%;
}
@media not all and (min-width: 768px) {
  .p-info .leftBox {
    width: 100%;
    margin: auto;
  }
  .p-info .rightBox {
    width: 100%;
    margin: auto;
  }
  .article-image-r {
    width: 100%;
  }
}
/*================================
	table
=================================*/
.travel-info-table_responsive {
  width: 100%;
  border: solid 1px #D7D7D7;
}
@media not all and (min-width: 768px) {
  .travel-info-table_responsive {
    white-space: nowrap;
  }
}
/*================================
	その他方面
=================================*/
.box_modelcorse {
  position: relative;
  margin: 2em 0;
  padding-left: 65px;
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 15px;
  border: solid 2px #004098;
  overflow: hidden;
}
.box_modelcorse .box-title {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: -2px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #004098;
  color: #ffffff;
  font-weight: bold;
}
.box_modelcorse p {
  margin: 0;
  padding: 0;
}
.box_modelcorse a:hover {
  background-color: #f79839;
}
ul.modelcorse {
  list-style: none outside;
}
ul.modelcorse li {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 30%;
}
ul.modelcorse li.ver02 {
  list-style-type: none;
  padding: 0;
  float: left;
  width: 50%;
}
@media not all and (min-width: 768px) {
  .box_modelcorse {
    padding-left: 5px;
  }
  ul.modelcorse li {
    width: 100%;
  }
  ul.modelcorse li, ul.modelcorse li.ver02 {
    padding-bottom: 10px;
  }
}
/*================================
	お知らせ
=================================*/
.box01 {
    padding: 1em;
    margin: 2em 0;
    background: #ffffe0;
    color: red;
}
.box02 {
    padding: 1em;
    margin: 2em 0;
     background: whitesmoke;
    color: #474747;
  border-left: double 7px #4ec4d3;
    border-right: double 7px #4ec4d3;
}

