/* mixin ----------*/
/* mixin ----------*/
/* amv ----------*/
.amv {
  background-color: #f8b4cf;
  /* sp ----------*/
}
.amv_contents {
  background: url(../img/vol4/mv_bg.png) top center no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-bottom: 41.5%;
  position: relative;
  width: 10rem;
}
.amv_contents_txt {
  margin-left: -2.5rem;
  position: absolute;
  bottom: 2.35rem;
  left: 32%;
  width: 5rem;
}
.amv_contents_txt p {
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
.amv_ttl {
  position: absolute;
  bottom: 1.1rem;
  left: 0.85rem;
  width: 4.7rem;
}
.amv.vol5 {
  background-color: #eeb4d7;
}
.amv.vol5 .amv_contents {
  background: url(../img/vol5/mv_bg.png) top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .amv_contents {
    background: url(../img/vol4/mv_bg_sp.png) top center no-repeat;
    background-size: cover;
    padding-bottom: 81.5%;
    width: 100%;
  }
  .amv_contents_txt {
    margin-left: 0;
    bottom: 1.35rem;
    left: 0;
    width: 100%;
  }
  .amv_contents_txt p {
    font-size: 0.12rem;
  }
  .amv_ttl {
    margin-left: -1.2rem;
    position: absolute;
    bottom: 0.65rem;
    left: 50%;
    width: 2.35rem;
  }
  .amv.vol5 .amv_contents {
    background: url(../img/vol5/mv_bg_sp.png) top center no-repeat;
    background-size: cover;
  }
}

.sec_04 {
  background-color: #f8b4cf;
  padding: 0.2rem 0 0.7rem;
}
.sec_05 {
  background-color: #eeb4d7;
  padding: 0.3rem 0 0.7rem;
}

/* quickbtn ----------*/
.quickbtn {
  margin: 0 auto 0.7rem;
  position: relative;
  width: 6.25rem;
  z-index: 1;
  /* sp ----------*/
}
.quickbtn a {
  display: flex;
  color: #942c60;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.35rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 0.4rem 0.5rem 0.39rem 1.7rem;
  position: relative;
}
.quickbtn a::before {
  background: url(../img/vol4/quick_btn_02.png) center center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.quickbtn a:hover {
  right: -0.08rem;
  bottom: -0.07rem;
}
.quickbtn::after {
  background-color: #fff;
  border-radius: 0.2rem;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  right: -0.08rem;
  bottom: -0.07rem;
  width: 100%;
  z-index: -2;
}
.quickbtn.house01 a {
  color: #007197;
  padding: 0.4rem 0.5rem 0.4rem 1.7rem;
}
.quickbtn.house01 a::before {
  background: url(../img/vol5/quick_btn_01.png) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .quickbtn {
    margin: 0 auto 0.5rem;
    width: 2.62rem;
  }
  .quickbtn a {
    font-size: 0.17rem;
    padding: 0.2rem 0.1rem 0.19rem 0.6rem;
  }
  .quickbtn a::before {
    background: url(../img/vol4/quick_btn_02sp.png) center center no-repeat;
    background-size: cover;
  }
  .quickbtn a:hover {
    right: -0.05rem;
    bottom: -0.05rem;
  }
  .quickbtn::after {
    border-radius: 0.12rem;
    right: -0.05rem;
    bottom: -0.05rem;
  }
  .quickbtn.house01 a {
    padding: 0.2rem 0.1rem 0.19rem 0.75rem;
  }
  .quickbtn.house01 a::before {
    background: url(../img/vol5/quick_btn_01sp.png) center center no-repeat;
    background-size: contain;
  }
}

/* can_box ----------*/
.can {
  /* sp ----------*/
}
.can_box {
  margin: 0 auto;
  width: 76.8%;
}
.can_list {
  margin-top: 0.9rem;
  padding: 0 0 0 1.7rem;
  position: relative;
}
.can_list li {
  border-bottom: 4px dotted #007197;
  display: flex;
  padding: 0.15rem 0 0.4rem;
}
.can_list li:last-child {
  border: none;
}
.can_list li h3 {
  font-size: 0.25rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.6;
  width: 50%;
}
.can_list li p {
  font-size: 0.2rem;
  line-height: 1.6;
  width: 50%;
}
.can_list.house01 li h3 {
  color: #007197;
}
.can_list.house02 li {
  border-color: #942c60;
}
.can_list.house02 li h3 {
  color: #942c60;
}
.can_list::before {
  content: "";
  display: block;
  height: 1.2rem;
  position: absolute;
  top: -0.05rem;
  left: 0;
  width: 1.2rem;
}
.can_list.can::before {
  background: url(../img/vol4/icon_can_cant01.svg) no-repeat;
  background-size: cover;
}
.can_list.umm::before {
  background: url(../img/vol4/icon_can_cant02.svg) no-repeat;
  background-size: cover;
}
.can_list.cannot::before {
  background: url(../img/vol4/icon_can_cant03.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .can_list {
    margin-top: 0.1rem;
    padding: 0;
  }
  .can_list li {
    border-width: 2px;
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .can_list li h3 {
    font-size: 0.13rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
    margin-bottom: 0.15rem;
    padding-left: 0.45rem;
    position: relative;
    width: 100%;
  }
  .can_list li p {
    font-size: 0.13rem;
    width: 100%;
  }
  .can_list.can h3::before, .can_list.umm h3::before, .can_list.cannot h3::before {
    content: "";
    display: block;
    height: 0.4rem;
    margin-top: -0.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.4rem;
  }
  .can_list.can li h3::before {
    background: url(../img/vol4/icon_can_cant01.svg) no-repeat;
    background-size: cover;
  }
  .can_list.umm {
    border-top: 2px dotted #007197;
    margin-top: 0;
  }
  .can_list.umm.vol5 {
    border-color: #942c60;
  }
  .can_list.umm li h3::before {
    background: url(../img/vol4/icon_can_cant02.svg) no-repeat;
    background-size: cover;
  }
  .can_list.cannot {
    border-top: 2px dotted #942c60;
    margin: 0 0 0.2rem;
  }
  .can_list.cannot li h3::before {
    background: url(../img/vol4/icon_can_cant03.svg) no-repeat;
    background-size: cover;
  }
  .can_list::before {
    display: none;
  }
}

/* conv_word ----------*/
.pointbox {
  background: url(../img/vol4/pointbox_01.png) center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 0.3rem 0.5rem;
  width: 69.6%;
  /* sp ----------*/
}
.pointbox h3 {
  color: #faf532;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.25rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0.26rem 0 0.17rem;
  text-align: center;
}
.pointbox p {
  color: #007197;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 0.1rem;
}
.pointbox.att02 {
  background: url(../img/vol5/pointbox_02.png) center center no-repeat;
  background-size: contain;
}
.pointbox.att02 h3 {
  margin: 0.5rem 0 0.17rem;
}
.pointbox.att02 p {
  color: #942c60;
}
@media screen and (max-width: 768px) {
  .pointbox {
    background: url(../img/vol4/pointbox_01sp.png) center center no-repeat;
    background-size: contain;
    padding: 0.26rem 0.38rem;
    width: 100%;
  }
  .pointbox h3 {
    font-size: 0.15rem;
    margin: 0 0 0.15rem;
  }
  .pointbox p {
    font-size: 0.13rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    padding-top: 0.05rem;
  }
  .pointbox.att02 {
    background: url(../img/vol5/pointbox_02sp.png) center center no-repeat;
    background-size: contain;
    padding: 0.24rem 0.38rem;
  }
  .pointbox.att02 h3 {
    margin: 0.12rem 0 0.15rem;
  }
}

/* const_list ----------*/
.const {
  /* SP ----------*/
}
.const_img {
  line-height: 0;
  margin: 0 0.35rem;
}
.const_img img {
  width: 100%;
}
.const_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 0.5rem;
  width: 87.8%;
}
.const_list_col1, .const_list_col2 {
  margin-bottom: 0.5rem;
}
.const_list_col1 p, .const_list_col2 p {
  font-size: 0.2rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 0.2rem;
}
.const_list_col1 p b, .const_list_col2 p b {
  color: #007197;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.const_list_col1 h3, .const_list_col2 h3 {
  background-color: #67a5da;
  border-radius: 0.1rem;
  color: #faf532;
  font-size: 0.22rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 0.1rem;
  text-align: center;
}
.const_list_col1 h3 b, .const_list_col2 h3 b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.28rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.const_list_col1 h3 b small, .const_list_col2 h3 b small {
  font-size: 0.23rem;
  letter-spacing: 0.1em;
}
.const_list_col2 {
  width: 45.8%;
}
.const_list_col1 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.const_list_col1 .const_img {
  display: flex;
  justify-content: space-between;
}
.const_list_col1 .const_img .img {
  width: 47.5%;
}
.const_list_col1 .const_img .img h4 {
  color: #007197;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.24rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  line-height: 1.8;
  text-align: center;
}
.const_list_col1 .box {
  width: 74%;
}
.const_list_col1 p {
  margin-bottom: 0.6rem;
  width: 23.7%;
}
.const_list.vol5 {
  margin: 0 auto 0.2rem;
}
.const_list.vol5 .const_list_col2 h3 {
  background-color: #f0a5af;
}
.const_list.vol5 .const_list_col2 p b {
  color: #942c60;
}
.const_icon_01, .const_icon_02, .const_icon_03, .const_icon_04, .const_icon_05, .const_icon_06 {
  position: relative;
}
.const_icon_01::after, .const_icon_02::after, .const_icon_03::after, .const_icon_04::after, .const_icon_05::after, .const_icon_06::after {
  content: "";
  display: block;
  height: 0.94rem;
  position: absolute;
  bottom: -0.04rem;
  right: -0.34rem;
  width: 0.86rem;
}
@media screen and (max-width: 768px) {
  .const_icon_01::after, .const_icon_02::after, .const_icon_03::after, .const_icon_04::after, .const_icon_05::after, .const_icon_06::after {
    height: 0.6rem;
    width: 0.54rem;
  }
}
.const_icon_01::after {
  background: url(../img/vol4/const_01_01.png) no-repeat;
  background-size: cover;
}
.const_icon_02::after {
  background: url(../img/vol4/const_01_02.png) no-repeat;
  background-size: cover;
}
.const_icon_02.img::after {
  bottom: 0.4rem;
}
.const_icon_03::after {
  background: url(../img/vol4/const_01_03.png) no-repeat;
  background-size: cover;
  width: 1.38rem;
}
.const_icon_04::after {
  background: url(../img/vol4/const_01_04.png) no-repeat;
  background-size: cover;
  right: auto;
  left: -0.38rem;
}
.const_icon_04.img::after {
  bottom: 0.4rem;
}
.const_icon_05::after {
  background: url(../img/vol5/const_02_01.png) no-repeat;
  background-size: cover;
}
.const_icon_06::after {
  background: url(../img/vol5/const_02_02.png) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .const_img {
    margin: -0.15rem 0.4rem 0;
  }
  .const_list {
    margin: 0 auto 0.6rem;
    width: 100%;
  }
  .const_list_col1, .const_list_col2 {
    margin-bottom: 0.2rem;
    width: 100%;
  }
  .const_list_col1 h3, .const_list_col2 h3 {
    border-radius: 0.06rem;
    font-size: 0.13rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    width: 85%;
  }
  .const_list_col1 h3 b, .const_list_col2 h3 b {
    font-size: 0.19rem;
  }
  .const_list_col1 h3 b small, .const_list_col2 h3 b small {
    font-size: 0.15rem;
  }
  .const_list_col1 p, .const_list_col2 p {
    font-size: 0.13rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 0.1rem;
  }
  .const_list_col1 {
    flex-wrap: wrap;
  }
  .const_list_col1 .const_img {
    margin: -0.15rem 0.1rem 0;
    width: 100%;
  }
  .const_list_col1 .const_img .img {
    width: 50%;
  }
  .const_list_col1 .const_img .img h4 {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }
  .const_list_col1 .box {
    width: 100%;
  }
  .const_list_col1 p {
    margin-bottom: 0;
    width: 100%;
  }
  .const_icon_02.img::after {
    right: -0.03rem;
    bottom: 0.27rem;
  }
  .const_icon_03::after {
    width: 0.9rem;
  }
  .const_icon_04.img::after {
    left: -0.03rem;
    bottom: 0.27rem;
  }
}

/* conv_word ----------*/
.conv_word {
  background-color: #f0f0fa;
  margin: 0.1rem 0 0.1rem 1rem;
  position: relative;
  /* sp ----------*/
}
.conv_word::before, .conv_word::after {
  background-color: #28558c;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
}
.conv_word::before {
  top: -0.1rem;
  right: 0;
  left: auto;
  width: calc(100% - 0.62rem);
}
.conv_word_ttl {
  background: url(../img/vol4/conv_word.svg) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.2rem;
  font-weight: 900;
  height: 1.45rem;
  line-height: 1.3;
  padding: 0.35rem 0.1rem 0.5rem;
  position: absolute;
  top: -0.44rem;
  left: -1rem;
  text-align: center;
  width: 1.5rem;
}
.conv_word_list {
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.7rem;
}
.conv_word_list li {
  line-height: 1.2;
  width: 48%;
}
.conv_word_list li h4 {
  color: #28558c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.28rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.conv_word_list li p {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 0.15rem;
}
.conv_word_cap {
  margin: 0.8rem 0 0 0.6rem;
}
.conv_word_cap.vol5 {
  margin: 0 0 0 0.65rem;
}
@media screen and (max-width: 768px) {
  .conv_word {
    margin: 0.1rem 0.15rem;
  }
  .conv_word::before, .conv_word::after {
    height: 1px;
  }
  .conv_word::before {
    width: calc(100% - 0.88rem);
  }
  .conv_word_ttl {
    font-size: 0.12rem;
    height: 0.9rem;
    padding: 0.24rem 0.1rem 0.3rem;
    top: -0.5rem;
    left: -0.12rem;
    width: 0.93rem;
  }
  .conv_word_list {
    flex-wrap: wrap;
    padding: 0.3rem 0.1rem;
  }
  .conv_word_list li {
    width: 100%;
  }
  .conv_word_list li + li {
    margin-top: 0.3rem;
  }
  .conv_word_list li h4 {
    font-size: 0.18rem;
    text-align: center;
  }
  .conv_word_list li p {
    font-size: 0.13rem;
    letter-spacing: 0.03em;
    margin-top: 0.05rem;
  }
  .conv_word_cap {
    font-size: 0.1rem;
    line-height: 1.4;
    margin: 0.4rem 0 0 0;
  }
  .conv_word_cap.vol5 {
    margin: 0;
  }
}
/*# sourceMappingURL=vol4.css.map */