@charset "utf-8";

p.txt,ul.txt{
  font-size: 16px;
  margin-bottom: 2rem;
}
.sp{
  display:none;
}
.border_dashed{
  border-top: #999 dashed 2px;
  margin-bottom: 1rem;
}

.bg_blue{
background-color: #eff6fd; padding:30px; margin-bottom:2em;
border: 2px solid #0080ff;
}

.tdU{
text-decoration: underline;
}

.btn_external.no_target_blank{
background-image: none;
}

@media only screen and (max-width: 767px) {
  p.txt,ul.txt{
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  .sp{
    display:block;
  }
}
/*-----------------------------
topBox
-----------------------------*/
.topBox{
  max-width: 960px;
  margin: 0 auto 60px;
  text-align: center;
}
.topBox h2.topBoxBigtxt01 {
  font-size: 28px;
}
.topBox .topBoxtxt{
  margin-top: 20px;
}
.topBox .topBoxtxt p{
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .topBox h2.topBoxBigtxt01 {
    font-size: 18px;
  }
  .topBox .topBoxtxt p{
    font-size: 15px;
  }
}

/*-----------------------------
画像ポップアップウインドウ
-----------------------------*/
.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 100;
}
.lb img {
    width: auto !important;
    max-height: 100%!important;
    cursor: pointer;
}
.lb img,.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}
.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}
.lb:target img,.lb:target iframe {
    transform: scale(1);
    max-width: 100%;
}
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
    z-index: 1;
}
.lb::before {
    transform: rotate(-315deg);
}
.lb::after {
    transform: rotate(315deg);
}
@media screen and (max-width: 767px){
a.lb:hover {
    opacity: 0;
}
}

/*-----------------------------
img-group
-----------------------------*/
.img-group .img-container{
  margin: 0 -30px;
  display: flex;
  flex-wrap: wrap;
}
.img-group .img-container .img-item{
  margin-bottom: 20px;
  padding: 0 30px;
  width: 44%;
}
.img-group .img-container .img-item img{
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .img-group .img-container{
    margin: 0;
  }
  .img-group .img-container .img-item{
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

/*-----------------------------
productBtn
-----------------------------*/
.productBtn{
  display: flex;
  padding: 0 14px;
  margin-bottom: 40px;
}

.productBtn p{
  padding: 0 20px;
  width: 50%;
  margin: 0 auto;
}

.productBtn p a{
  display: block;
  padding: 20px 50px;
  position: relative;
  width: auto;
  background-color: #005AB4;
  background-image: url(../images/2019/btn_icon01.png);
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
      margin: 0 auto;
}
.productBtn p a:hover{
  opacity: 0.7;
}
.productBtn p a::after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: #fff;
    transform: rotate(-45deg);
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .productBtn {
    display: block;
    padding: 0 8px;
    margin-bottom: 0;
  }
  .productBtn p {
      padding: 0;
      width: 100%;
      margin-bottom: 20px;
  }
  .productBtn p a{
    font-size: 18px;
  }
}

/*-----------------------------
youtube
-----------------------------*/

.movie_col {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 2rem;
}
   
.movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie_wrap {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}