@charset "UTF-8";

/* header */
@media screen and (max-width: 768px) {
  .header {
    padding-top: 55px;
  }
}

.header__title {
  transition: ease 1s all;
}

.title_sp {
  display: inline-block;
  width: 100%;
}

.title_pc {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__title {
    text-align: center;
    box-sizing: border-box;
  }
  .title_sp {
    display: none;
  }
  .title_pc {
    display: inline-block;
    width: 100%;
  }
}


/* contents-wrap */
.contents-wrap__in {
  max-width: 1000px;
  margin: 0 auto;
}

.contents {
  margin-top: 110px;
}

@media screen and (max-width: 768px) {
  .contents {
    margin: 0 10px 55px;
    padding-top: 40px;
  }
}

/* news */
.contents .news{
  background: #fff;
  border-radius: 60px;
  position: relative;
  padding: 90px 200px 60px;
}

@media screen and (max-width: 768px) {
  .contents .news{
    padding: 38px 30px 15px;
    box-sizing: border-box;
    border-radius: 30px;
  }
}

@media screen and (max-width: 350px) {
  .contents .news{
    padding: 38px 18px 15px 29px;
  }
}


.contents .news__border {
  display: block;
  border-radius: 60px;
  border: 5px dotted #0e8851;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contents .news__border {
    border: 2px dotted #0e8851;
    top: 5px;
    left: 5px;
    border-radius: 30px;
  }
}

.contents .news__ttl{
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px){
  .contents .news__ttl{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .contents .news__ttl__img{
    width: 77%;
  }
}

.contents .news__txt{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  margin-bottom: 30px;
  /*height: 40px;*/
  line-height: 40px;
  letter-spacing: 0.08em;
}

.contents .news__txt.hide{
  display: none;
}

@media screen and (max-width: 768px) {
  .contents .news__txt{
    font-size: 13px;
    margin-bottom: 15px;
    /*height: 20px;*/
    /*line-height: initial;*/
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
  }
}

.contents .news__date{
  background-color: #26369c;
  color: #FFF;
  margin-right: 33px;
  display: inline-block;
  height: 100%;
  width: 62px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents .news__date{
    margin-right: 23px;
    width: 41px;
    height: auto;
    margin-right: 13px;
  }
}

.contents .news__link{
  color: #26369c;
}
@media screen and (max-width: 768px) {
  .contents .news__link{
    width: calc(100% - 41px);
  }
}

.contents .news__more__btn {
  text-align: center;
  margin: 40px auto 0;
}

.contents .news__more__btn.hide {
  display: none;
}

.contents .news__more__btn a {
  background-color: #26369c;
  padding: 10px 65px;
  border-radius: 20px;
  display: inline-block;
}

.contents .news__more__btn a img {
  vertical-align: middle;
}

@media screen and (min-width: 768px){
  .contents .news__more__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 768px) {
  .contents .news__more__btn {
    margin: 25px 0 10px;
  }

  .contents .news__more__btn a {
    padding: 10px 40px;
    border-radius: 35px;
  }
}

@media screen and (max-width: 375px) {
  .contents .news__more__btn img {
    height: 15px;
    vertical-align: middle;
  }

  .contents .news__more__btn a {
    padding: 8px 36px;
  }
}

.contents .news__more:hover {
  opacity: .8;
  cursor: pointer;
}

/*column*/
.contents .column {
  background: #fff;
  border-radius: 60px;
  position: relative;
  padding: 103px 60px 50px;
  margin-top: 111px;
}

@media screen and (max-width: 768px) {
  .contents .column {
    padding: 42px 16px 42px 27px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-top: 55px;
  }
}

@media screen and (max-width: 350px) {
  .contents .column {
    padding: 42px 8px 42px 16px;
  }
}

.contents .column__border {
  display: block;
  border-radius: 60px;
  border: 5px dotted #0e8851;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contents .column__border {
    border: 2px dotted #0e8851;
    top: 5px;
    left: 5px;
    border-radius: 30px;
  }
}

.contents .column__ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contents .column__ttl__img {
    width: 77%;
  }
}

.contents .column__ttl-sub {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  background: #26369c;
  color: #fff;
  width: 200px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 3px 0 4px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .contents .column__ttl-sub {
    font-size: 15px;
    width: 150px;
    margin-top: 29px;
    margin-bottom: 12px;
    padding: 0;
  }
}


.contents .column__txt {
  margin-top: 2em;
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2.3;
  letter-spacing: 0.08em;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 768px) {
  .contents .column__txt {
    margin-bottom: 25px;
    line-height: 2.1;
  }
}

@media screen and (max-width: 768px) {
  .contents .column__txt:last-child {
    margin-bottom: 0;
  }
}

.contents .column__writer {
  border-top: 5px dotted #0e8851;
  margin-top: 28px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .contents .column__writer {
    margin-top: -5px;
    text-align: center;
    border-top: 2px dotted #0e8851;
    padding-top: 24px;
  }
}

.contents .column__writer__img {
  float: left;
}

@media screen and (max-width: 768px) {
  .contents .column__writer__img {
    float: none;
    width: 46.5%;
    margin-right: 13px;
  }
}

.contents .column__profile {
  margin-left: 230px;
  margin-top: -4px;
}

@media screen and (max-width: 768px) {
  .contents .column__profile {
    margin-left: 0;
    text-align: left;
    margin-top: 14px;
  }
}

.contents .column__profile__name {
  font-size: 16px;
  color: #26369c;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .contents .column__profile__name {
    font-size: 13px;
  }
}

.contents .column__profile__txt {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 16px;
  line-height: 2.5;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .contents .column__profile__txt {
    font-size: 11px;
    margin-top: 5px;
    line-height: 1.9;
  }
}

.contents .column__profile__url {
  color: #0e8851;
  text-decoration:underline;
}

/*recommend gift*/
.contents .gift {
  background: #fff;
  border-radius: 60px;
  position: relative;
  padding: 108px 60px 70px;
  margin-top: 111px;
}

@media screen and (max-width: 768px) {
  .contents .gift {
    padding: 38px 8px 28px 13px;
    box-sizing: border-box;
    border-radius: 30px;
    margin-top: 54px;
  }
}

.contents .gift__border {
  display: block;
  border-radius: 60px;
  border: 5px dotted #0e8851;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .contents .gift__border {
    border: 2px dotted #0e8851;
    top: 5px;
    left: 5px;
    border-radius: 30px;
  }
}

.contents .gift__ttl {
  text-align: center;
  margin-left: 8px;
}

@media screen and (max-width: 768px) {
  .contents .gift__ttl {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents .gift__ttl__img {
    width: 94%;
  }
}

.contents .gift__ownly {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .contents .gift__ownly {
    margin: 28px auto 0;
  }
}

