@charset "utf-8";


/* -----------------------------------------------------------------
 box_post
----------------------------------------------------------------- */
.cont_body .inner {
  margin-top:2em;
}
.cont_body .inner >* {
  margin-top:1.4em;
}
.cont_body h1,.cont_body h2,.cont_body h3,.cont_body h4,.cont_body h5,.cont_body h6 {
  line-height: 1.2;
}
.cont_body .inner a:not(.cmn_go_back) {
  border-bottom: #00a0d5 1px solid;
  color: #00a0ea;
  transition:all .5s;
}
body:not(.ios) .cont_body .inner a:not(.cmn_go_back):hover {
  border-bottom: transparent 1px solid;
}

@media print, screen and (min-width: 1024px) {
  .cont_body {
    font-size: 19px;
    font-size:1.19rem;
  }
}

@media screen and (max-width: 1023px) {
.cont_body {
    font-size:15px;
    font-size:1.07rem;
}

}

/*---------- ttl ----------*/
.cont_body h2 {
  display: flex;
  font-weight: 700;
  font-size:32px;
  font-size:2rem;
  color: #00a0ea;
}
.cont_body h2::before {
  flex-shrink: 0;
  content:"";
  display:block;
  width:7px;
  border-radius: 1em;
  background:#00a0d5;
}
.cont_body h2 span {
  padding: .3em 0 .3em 1em;
}
.cont_body h3 {
  padding: .6em .7em .6em 1em;
  border-top: #00a0d5 2px solid;
  background: #f1f7fa;
  font-weight: 700;
  font-size:28px;
  font-size:1.75rem;
  color: #00a0ea;
}
.cont_body h4 {
  font-weight: 700;
  font-size:24px;
  font-size:1.5rem;
  color: #00a0ea;
}
@media screen and (max-width: 1023px) {
  .cont_body h2 {
    font-size:19px;
    font-size:1.36rem;
  }
  .cont_body h2::before {
    width:4px;
  }
  .cont_body h2 span {
    padding: .3em 0 .3em .6em;
  }
  .cont_body h3 {
    padding: .85em .8em .85em 1em;
    font-size:17px;
    font-size:1.21rem;
  }
  .cont_body h4 {
    font-size:16.5px;
    font-size:1.18rem;
  }

}


/*---------- cmn_back_link ----------*/
.cont_body .cmn_back_link {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .cont_body .cmn_back_link {
    justify-content: center;
    margin-top: 30px;
  }
}
/* -----------------------------------------------------------------
 textPhoto
----------------------------------------------------------------- */
.textPhoto{
  width: 100%;
}
.textPhoto span{
  display: block;
  margin-top: 10px;
  line-height: 1.3;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
.textPhoto > .textPhoto img:nth-child(n+2){
  margin-top: 20px;
}

@media print,screen and (min-width : 768px){
  .textPhoto > .textPhoto{
    float: left;
    width: auto;
    max-width: 48.4%;
    margin-right: 3.2%;
    margin-bottom: 0;
  }
  .textPhoto.right > .textPhoto{
    float: right;
    margin-right: 0;
    margin-left: 3.2%;
  }
  .textPhoto::after{
    clear: both;
    content:'';
    display: block;
  }
  .textPhoto .text{
    overflow: hidden;
    zoom: 1;
  }
}
@media screen and (max-width : 767px){
  .textPhoto{
    display: -webkit-box;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .textPhoto > .textPhoto{
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .textPhoto img{
    width: 100%;
  }
  .textPhoto span{
    font-size: 12px;
    font-size: 0.857rem;
    margin-top: 7px;
    text-align: left;
  }
}
/* -----------------------------------------------------------------
 cont_body_col2img
----------------------------------------------------------------- */
.cont_body_col2img {
  display: -webkit-box;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_body_col2img figure {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
}
.cont_body_col2img figure figcaption {
  margin-top:5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .cont_body_col2img {
    display: block;
  }
  .cont_body_col2img figure {
    width: 100%;
  }
  .cont_body_col2img figure figcaption {
    font-size: 12px;
    font-size: 0.857rem;
  }
}
