@charset "UTF-8";

h3 {
  font-size: 1.3em;
}

h4 {
  margin:0 0 10px 0;
}

.flex {
  display:flex;
}

.flex a{
  display:flex;
  align-items:center;
}

.location {
  display:flex;
  align-items:center;
  padding-top:3px;
}

.detail {
  display:flex;
  align-items:center;
  font-size:17px;
  margin-left:auto;
  padding-right:12px;
}

.detail a{
  color: #CF0027;
  border: 1px solid #CF0027;
  border-radius: 0;
  background: #fff;
  text-decoration:none;
  padding:5px 15px;
}

.detail a:hover {
  color: #fff;
  background: #CF0027;
}

.sub {
  background: #fbfbfb;
  padding: 15px 25px;
  margin-bottom: 40px;
}

.sub a{
  font-weight:normal;
}

.mg_top_10 {
  margin-top: 10px;
}

.eye-catch{
  width: 22%;
}

.eye-catch img{
  width:100%;
}

.abst {
  margin-left: 30px;
  flex:1;
  line-height: 2em;
}


.triangle01 {
  width: 0;
  height: 0;
  margin-top: 3px;
  float: left;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #CF0027;
}




/*　pc only　*/
@media (min-width: 992px) {
  .detail-smartphone{
    display:none;
  }
}

/*　mobile　*/

@media (max-width: 992px) {
  .greeting {
    display: block;
  }
  .contents .sub {
    padding-left:0;
  }
  .sub .flex {
    display:block;
  }
  .detail{
    display:none;
  }
  .detail-smartphone {
    text-align:right;
  }
  .detail-smartphone a{
    border: 1px solid #003F8E;
    border-radius: 0;
    background: #fff;
    text-decoration:none;
    padding:5px 15px;
  }
  .location {
    padding-top:0;
  }
}