@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
.komi {
  background: #fff5e1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1rem;
}

.komi .box {
  border: none;
  background: #fff;
  padding: 25px;
  box-shadow: none;
  border-radius: 3rem;
  margin: 1.5rem 1rem;
  width: 47.5%;
}

/* google map設置用 */
.mapSpace {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin: 0 auto;
}

.mapSpace iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.question {
  font-weight: bold;
}


.column2 {
  display: flex;
  flex-wrap: wrap;
}

.column2 .basic-column-box {
  width: 45%;
  margin-right: 1rem;
  position: relative;
}

.column2 .basic-column-box:nth-child(2n) {
  margin-right: 0;
}


.basic-layout {
  margin: 2rem 0 0rem;
}

.basic-layout.column1 {
  margin-bottom: 2rem;
}

.basic-layout .box-wrap {
  margin: 0;
}

.viral-box-wrap.column1 .viral-head,
.viral-box-wrap.column2 .viral-head {
  display: flex;
  align-items: flex-start;
}

.basic-layout.column1 .box-wrap div:nth-of-type(1) img {
  margin: 0 auto 20px;
  display: block;
  border-radius: 100%;
}

.viral-box-wrap.column1 .basic-column-box {
  background: #fff;
  padding: 2rem;
  border-radius: 3rem;
}

.viral-box-wrap.column1 .basic-column-box:nth-child(even) {
  margin-top: 2rem;
}

.basic-layout.column1 .viral-quote {
  padding: .5rem 0;
}

.viral-box-wrap.column2 .basic-column-box {
  border: none;
  background: #fff;
  padding: 25px;
  box-shadow: none;
  border-radius: 3rem;
  margin: 2rem;
}

.viral-box-wrap.column2 .basic-column-box .caption {
  text-align: left;
}

.viral-box-wrap.column3 .viral-quote {
  padding: 5px 0px;
}

.viral-box-wrap.column3 {
  /* background: #fff; */
  padding: 0;
  margin-top: 0;
}

.viral-box-wrap.column3 .basic-column-box {
  border: none;
  /* background: url(img/viral-box-wrap_bg.png) repeat left 0px center; */
}

.basic-layout.column1 .box-wrap__inner {
  width: 10%;
  flex: 0 0 10%;
  margin-right: 20px;
}

.column2,
.column3 {}

.column2 {
  margin-top: 0;
  background: #fff5e1;
}

.box-wrap {
  margin-top: 40px;
}

.viral-box-wrap .box-wrap__inner {
  width: 20%;
  flex: 0 0 20%;
  margin-right: 20px;
}

.viral-box-wrap .catch-copy {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  color: #555555;
  border-bottom: double #f7b5c6;
  line-height: 1.4;
  padding: 2px 0 5px;
}

.viral-box-wrap .paragraph-frame {
  clear: both;
  margin: 10px 0 0;
}

.viral-box-wrap.column2 .catch-copy {
  font-size: 1.7rem;
  width: 100%;
  margin: 0 0 1rem;
}

.viral-box-wrap.column3 .viral-head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.viral-box-wrap.column3 .box-wrap__inner {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  flex: 0 0 30%;
  margin-right: 15px;
}

.viral-box-wrap.column3 .catch-copy {
  width: 100%;
  padding: 0 0 1rem;
  font-size: 1.6rem;
  color: #f3688f;
  font-weight: bold;
}

.l-footer-area__inner {
  padding-top: 1px;
}

.block-feature .box-head .ttl {
  display: block;
}

.accordion-item {
    display: none;
    margin: 0 0 2rem 0;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

  .character-box {
    margin: 25px 5px;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 15px 30px 20px;
    background: #f5f5f5;
  }

  .character-box:after {
    content: '';
    display: block;
    clear: both;
  }

  .character-right {
    position: relative;
    width: 120px;
    float: right;
  }

  .character-left {
    position: relative;
    width: 120px;
    float: left;
  }

  .character-left .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    left: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .character-right .charcter-name {
    text-align: center;
    font-weight: bold;
    position: absolute;
    top: 95px;
    right: 1px;
    width: 90%;
    padding: 3px 5px;
    font-size: 12px;
    line-height: 1.4;
  }

  .character-left .charcter-name.name01 {
    background: #fece04;
    border: 1px solid #fece04;
  }

  .character-right .charcter-name.name02 {
    background: #fece04;
    border: 1px solid #fece04;
  }

  .character-left img {
    float: left;
    width: 100%;
    border-radius: 80px;
  }

  .character-right img {
    float: right;
    width: 100%;
    border-radius: 80px;
  }

  .character-txt {
    overflow: hidden;
  }

  .character-left+.character-txt {
    padding-left: 20px;
  }

  .character-right+.character-txt {
    padding-right: 20px;
  }


  .ttl2 {
    min-height: 3rem;
    margin: 0 0 2rem 0;
    padding: 1.5rem 0 0 4.5rem;

    color: #0b2858;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.4;


  }

  .block_text {
    height: 430px;
  }

  .l-contents-area {
    padding-left: 0;
  }

  .l-footer-area {
    padding-left: 0;
  }




}

/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {

  .character-box {
    margin: 2rem 1rem;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 0.8rem;
    background: #f5f5f5;
  }

  .character-left {
    position: relative;
    float: left;
    width: 30%;
    margin: 0 1rem 1rem 0;
  }

  .character-right {
    position: relative;
    float: right;
    width: 30%;
    margin: 0 0 1rem 1rem;
  }

  .character-left .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 90%;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
  }

  .character-right .charcter-name {
    font-weight: bold;
    position: absolute;
    top: 90%;
    right: 0px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 1.4;
  }

  .character-left .charcter-name.name01 {
    background: #fece04;
    border: 1px solid #fece04;
  }

  .character-right .charcter-name.name02 {
    background: #fece04;
    border: 1px solid #fece04;
  }

  .character-left img {
    width: 100%;
    border-radius: 80px;
  }

  .character-right img {
    width: 100%;
    border-radius: 80px;
  }

  .character-left+.character-txt {
    padding-left: 10px;
  }

  .character-right+.character-txt {
    padding-right: 10px;
  }

  .ttl2 {
    min-height: 4.6rem;
    padding: 0.8rem 0 0 2rem;
    font-size: 1.7rem;
    font-weight: 900;

  }

  .basic-column-box {
    width: 100%;
  }

  .column2 .basic-column-box {
    width: 100%;
    margin-right: 1rem;
    position: relative;
  }

  .komi {
    display: block;
  }

  .komi .box {
    width: auto;
  }

  .komi .box+.box {
    margin-top: 3rem;
  }

  .l-footer-area {
    padding: 0rem 0 0rem 0;
  }

  .l-pagetop.is-fixed {
    bottom: 4rem;
  }









}
