@charset "UTF-8";
.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #110F65;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #110F65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  margin: 30px auto;
  padding: 0 10px;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .btn {
    height: initial;
    min-height: 50px;
    padding: 10px;
  }
}
.btn:hover {
  background: #110F65;
  border: 1px solid #110F65;
  color: #fff;
}
.btn--gy {
  border: 1px solid #9a9a9a;
  color: #9a9a9a;
}
.btn--gy:hover {
  background: #110F65;
  border: 1px solid #110F65;
  color: #fff;
}
.btn--pk {
  border: 1px solid #ee87b4;
  color: #e85a98;
}
.btn--pk:hover {
  background: #ee87b4;
  border: 1px solid #ee87b4;
  color: #fff;
}
.btn--br {
  border: 1px solid #5d3400;
  color: #2a1700;
}
.btn--br:hover {
  background: #5d3400;
  border: 1px solid #5d3400;
  color: #fff;
}

.ttl {
  color: #110F65;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0 auto 30px auto;
}
.ttl em {
  display: block;
  font-size: 1.5rem;
  font-style: normal;
  margin: 10px auto 0 auto;
}
.ttl--2 {
  background: #fff !important;
  color: #222 !important;
  text-align: center !important;
}
.ttl--2 span {
  display: block !important;
  margin: 20px auto 0 auto !important;
}
.ttl--2 i {
  border-top: 1px solid #ee87b4;
  font-size: 12px;
  font-style: normal;
  padding-top: 10px;
}
.ttl--3 {
  background: #fff;
  color: #222;
  margin: 0 auto 40px auto;
  text-align: center;
}
.ttl--3 span {
  display: block;
  margin: 20px auto 0 auto;
}
.ttl--3 i {
  border-top: 1px solid #ee87b4;
  color: #ee87b4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
  font-style: normal;
  padding-top: 10px;
}
.ttl--4 {
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ttl--4 {
    padding-bottom: 20px;
  }
}
.ttl--4:after {
  background: #ee87b4;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 50px;
}
.ttl--4 span {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  margin: 10px auto 0 auto;
}

.chronica {
  /*---------------------------------------
  	header
  ---------------------------------------*/
  /*---------------------------------------
  	fv
  ---------------------------------------*/
  /*---------------------------------------
  	contact
  ---------------------------------------*/
  /*---------------------------------------
  	works
  ---------------------------------------*/
  /*---------------------------------------
  	genre
  ---------------------------------------*/
  /*---------------------------------------
  	trouble
  ---------------------------------------*/
  /*---------------------------------------
  	select
  ---------------------------------------*/
  /*---------------------------------------
  	pkg
  ---------------------------------------*/
  /*---------------------------------------
  	compare
  ---------------------------------------*/
  /*---------------------------------------
  	option
  ---------------------------------------*/
  /*---------------------------------------
  	support
  ---------------------------------------*/
  /*---------------------------------------
  	voice
  ---------------------------------------*/
  /*---------------------------------------
  	flow
  ---------------------------------------*/
  /*---------------------------------------
  	form
  ---------------------------------------*/
  /*---------------------------------------
  	company
  ---------------------------------------*/
  /*---------------------------------------
  	faq
  ---------------------------------------*/
  /*---------------------------------------
  	footer
  ---------------------------------------*/
}
.chronica .header {
  background: #16120c;
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .chronica .header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 2%;
  }
}
.chronica .header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.chronica .header__logo {
  margin: 0 auto 0 0;
  position: static;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .chronica .header__logo {
    margin: 0 auto;
  }
}
.chronica .header__mail {
  background: #ff670b;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 0 auto;
  padding: 10px 15px;
}
.chronica .header__mail:hover {
  background: #ff873e;
}
.chronica .header__mail:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f103";
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .chronica .header__mail {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .chronica .it-hojo {
    left: 0;
    margin: auto;
    right: 0;
    top: 80px;
    width: 90%;
  }
}
.chronica .fv {
  background: url(/wp/wp-content/uploads/2019/01/lp10-2_fv_bg.jpg) no-repeat center top -80px;
  background-size: cover;
  height: 800px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .chronica .fv {
    height: 700px;
  }
}
.chronica .fv__ttl {
  left: 5%;
  position: absolute;
  top: 100px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__ttl {
    top: 150px;
  }
}
.chronica .fv__ttl img {
  height: 350px;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__ttl img {
    height: initial;
  }
}
.chronica .fv__img {
  bottom: 60px;
  right: 0;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__img {
    bottom: -20px;
  }
}
.chronica .fv__img img {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__img img {
    height: initial;
    width: 90%;
  }
}
.chronica .fv__icn {
  bottom: 120px;
  left: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__icn {
    bottom: initial;
    top: 340px;
  }
}
.chronica .fv__icn img {
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__icn img {
    height: initial;
    margin-left: -10%;
    max-width: 130%;
  }
}
.chronica .fv__contact {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .chronica .fv__contact {
    display: none !important;
  }
}
.chronica .contact__bloc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.chronica .contact__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ff670b;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 #a43e00;
          box-shadow: 0 3px 0 #a43e00;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 25px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px 50px 20px 50px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.chronica .contact__btn:hover {
  background: #f15b00;
  -webkit-box-shadow: 0 3px 0 #a43e00;
          box-shadow: 0 3px 0 #a43e00;
}
.chronica .contact__btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 3px;
}
.chronica .works {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .works {
    padding: 40px 2%;
  }
}
.chronica .works h2 {
  color: #ff670b;
  font-size: 25px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .works h2 {
    font-size: 20px;
  }
}
.chronica .works h2 i {
  font-size: 70px;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .chronica .works h2 i {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .chronica .works p {
    text-align: left;
  }
}
.chronica .works__slider {
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .works__slider {
    margin: 40px auto;
  }
}
.chronica .genre {
  background: url(/wp/wp-content/uploads/2019/01/lp10-2_genre_bg.jpg) no-repeat left top;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .genre {
    padding: 40px 2%;
  }
}
.chronica .genre h2 {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .chronica .genre h2 {
    font-size: 25px;
  }
}
.chronica .genre .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .genre .container {
    margin: 40px auto;
  }
}
.chronica .genre .container li {
  list-style: none;
  margin: 10px 0;
  width: calc(16.6666666667% - 20px);
}
@media only screen and (max-width: 767px) {
  .chronica .genre .container li {
    width: 24%;
  }
}
.chronica .genre .container figcaption {
  padding: 10px;
}
@media only screen and (max-width: 767px) {
  .chronica .genre .container figcaption {
    font-size: 12px;
  }
}
.chronica .trouble {
  background: #f5f4f4;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .trouble {
    padding: 40px 5%;
  }
}
.chronica .trouble .container {
  background: #fff;
  padding: 80px 60px 60px 60px;
}
@media only screen and (max-width: 767px) {
  .chronica .trouble .container {
    padding: 40px 30px;
  }
}
.chronica .trouble h2 {
  color: #00b164;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .trouble h2 {
    font-size: 30px;
    line-height: 1.4em;
  }
}
.chronica .trouble__list {
  font-size: 17px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .chronica .trouble__list {
    font-size: 15px;
  }
}
.chronica .trouble__list li {
  list-style: none;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .chronica .trouble__list li {
    padding: 20px;
  }
}
.chronica .trouble__list li:nth-of-type(even) {
  background: #ffe3d2;
}
.chronica .trouble__list li em {
  color: #ff670b;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
}
.chronica .trouble__list li:before {
  font-family: "Font Awesome 6 Pro";
  color: #ff670b;
  content: "\f00c";
  font-size: 30px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .chronica .trouble__list li:before {
    display: none;
  }
}
.chronica .select {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .select {
    padding: 40px 2%;
  }
}
.chronica .select h2 {
  color: #00b164;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 80px auto;
}
.chronica .select__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  position: relative;
}
.chronica .select__box + dl {
  margin-top: 40px;
}
.chronica .select__box dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #00b164;
  border: 10px solid #41d192;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 140px;
  left: 0;
  position: absolute;
  top: 20%;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .chronica .select__box dt {
    height: 100px;
    left: -5px;
    top: -30px;
    width: 100px;
  }
}
.chronica .select__box dt i {
  display: block;
  font-size: 90px;
  font-style: normal;
  line-height: 65px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .chronica .select__box dt i {
    font-size: 60px;
  }
}
.chronica .select__box dt span {
  display: block;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .chronica .select__box dt span {
    margin-top: -5px;
  }
}
.chronica .select__box dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #ff670b;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px;
  margin-left: 120px;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  .chronica .select__box dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    width: 100%;
  }
}
.chronica .select__txt {
  margin-left: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .chronica .select__txt {
    margin: 20px auto 0 auto;
  }
}
.chronica .select__txt span {
  color: #ff670b;
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
.chronica .pkg {
  background: #ff670b;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .pkg {
    padding: 60px 5%;
  }
}
.chronica .pkg h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .chronica .pkg h2 {
    font-size: 35px;
  }
}
.chronica .pkg .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto 0 auto;
}
.chronica .pkg__box {
  background: #fff;
  border-radius: 8px;
  margin: 40px 0;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .chronica .pkg__box {
    margin: 30px auto;
    width: 100%;
  }
}
.chronica .pkg__box dt img {
  margin-top: -20px;
}
.chronica .pkg__box dt span {
  color: #ff670b;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 20px auto 0 auto;
}
.chronica .pkg__box dd {
  padding: 30px;
  text-align: left;
}
.chronica .comp {
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .comp {
    padding: 60px 2%;
  }
}
.chronica .comp h2 {
  color: #00b164;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .comp h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .chronica .comp h2 + p {
    display: block !important;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.chronica .comp .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .chronica .comp .container {
    max-width: initial;
    width: 1000px;
    zoom: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .chronica .comp__wrap {
    overflow-x: scroll;
  }
}
.chronica .comp dl {
  border-bottom: 3px solid #dcdada;
  width: 24%;
}
.chronica .comp dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chronica .comp dl dt img {
  height: 140%;
  margin-top: -10%;
}
@media only screen and (max-width: 767px) {
  .chronica .comp dl dt img {
    height: 120%;
  }
}
.chronica .comp dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
.chronica .comp dl dd i {
  font-size: 25px;
}
.chronica .comp dl dd span {
  display: block;
  font-size: 10px;
  line-height: 1.3em;
  margin-top: 10px;
  width: 100%;
}
.chronica .comp dl dd em {
  color: #ff670b;
  font-style: normal;
  font-weight: bold;
}
.chronica .comp dl dd + dd {
  border-top: 3px solid #dcdada;
}
.chronica .comp dl dd:last-of-type i {
  font-size: 30px;
}
.chronica .comp dl + dl {
  border-right: 3px solid #dcdada;
}
.chronica .comp dl:first-of-type {
  background: #9a9a9a;
  color: #fff;
}
.chronica .comp dl:first-of-type dt {
  background: #fff;
}
.chronica .comp dl:first-of-type dd {
  border-left: 3px solid #dcdada;
}
.chronica .comp dl:nth-of-type(2) {
  border: 15px solid #ff670b;
  width: 28%;
}
.chronica .comp dl:nth-of-type(2) dt {
  background: #ff670b;
}
.chronica .comp dl:nth-of-type(2) p {
  color: #e50821;
  font-size: 20px;
  font-weight: bold;
}
.chronica .option {
  background: #f5f4f4;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .option {
    padding: 60px 2%;
  }
}
.chronica .option h2 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .option h2 {
    font-size: 25px;
    line-height: 1.4em;
  }
}
.chronica .option h2 em {
  color: #00b164;
  font-size: 120%;
  font-style: normal;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .chronica .option h2 + p {
    text-align: left;
  }
}
.chronica .option .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px auto;
  padding: 40px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .chronica .option .container {
    margin: 30px auto;
    padding: 20px;
    width: 94%;
  }
}
.chronica .option .container dl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 20px 0;
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .chronica .option .container dl {
    margin: 20px auto;
    width: 100%;
  }
}
.chronica .option .container dl dt {
  color: #ff670b;
  font-size: 20px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 40px;
  position: relative;
}
.chronica .option .container dl dt i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff670b;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  padding: 3px 0 0 2px;
  position: absolute;
  top: 0;
  width: 30px;
}
.chronica .option .container dl dd {
  padding: 15px;
}
.chronica .support {
  background: #ffc39f;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .support {
    padding: 60px 2%;
  }
}
.chronica .support h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .support h2 {
    font-size: 35px;
  }
}
.chronica .support h2 + p {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .chronica .support h2 + p {
    text-align: left;
  }
}
.chronica .support__box {
  position: relative;
  width: 100%;
}
.chronica .support__box figure {
  margin: auto;
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .chronica .support__box figure {
    position: static;
  }
}
.chronica .support__box--1 {
  margin: 80px auto;
}
.chronica .support__box--1 figure {
  right: 0;
}
.chronica .support__box--2 figure {
  left: 10%;
  top: -80px;
}
@media only screen and (max-width: 767px) {
  .chronica .support__box--2 figure {
    left: 2%;
    position: absolute;
    zoom: 0.6;
  }
}
.chronica .support__box--2 .support__inner {
  margin: 120px 0 0 30%;
}
@media only screen and (max-width: 767px) {
  .chronica .support__box--2 .support__inner {
    margin: 120px 0 0 14%;
    width: 86%;
  }
}
.chronica .support__inner {
  background: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  width: 60%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .chronica .support__inner {
    margin: 0 auto;
    width: 100%;
  }
}
.chronica .support__inner h3 {
  background: #ff670b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 40px auto;
  padding: 15px 10px 10px 10px;
}
.chronica .support__inner p {
  text-align: left;
}
.chronica .support__inner p + p {
  margin: 20px auto 0 auto;
}
.chronica .voice {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .voice {
    padding: 60px 2%;
  }
}
.chronica .voice h2 {
  color: #00b164;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .voice h2 {
    font-size: 35px;
  }
}
.chronica .voice__box {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chronica .voice__box + dl {
  margin-top: 60px;
}
.chronica .voice__box dt {
  margin-right: 5%;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .chronica .voice__box dt {
    margin-right: 3%;
    width: 22%;
  }
}
.chronica .voice__box dt span {
  background: #ff670b;
  display: block;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 0;
}
.chronica .voice__box dd {
  text-align: left;
  width: 75%;
}
.chronica .voice__box dd p {
  font-size: 14px;
}
.chronica .voice strong {
  display: block;
  font-size: 20px;
  margin: 0 auto 20px auto;
}
.chronica .flow {
  background: #ffc39f;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .flow {
    padding: 60px 2%;
  }
}
.chronica .flow h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .flow h2 {
    font-size: 35px;
    line-height: 1.4em;
  }
}
.chronica .flow h2 + p {
  margin: 0 auto;
}
.chronica .flow .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chronica .flow__box {
  margin: 40px 20px;
  position: relative;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .chronica .flow__box {
    margin: 40px 10px;
    width: 44%;
  }
}
.chronica .flow__box dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 240px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chronica .flow__box i {
  color: #ff670b;
  font-size: 70px;
  font-weight: bold;
  left: 5px;
  position: absolute;
  top: -5px;
}
.chronica .flow__box dd span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin: 20px auto 10px auto;
}
.chronica .flow__box dd p {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .chronica .flow__box:last-of-type {
    width: 100%;
  }
}
.chronica .form {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .form {
    padding: 60px 2%;
  }
}
.chronica .form h2 {
  color: #00b164;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .form h2 {
    font-size: 35px;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
}
.chronica .form .container {
  border: 1px solid #dcdada;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .chronica .form .container {
    padding: 20px;
  }
}
.chronica .form .dl-table dt {
  background: none;
  border-bottom: 2px solid #e8e7e7;
}
.chronica .form .dl-table dt:last-of-type {
  border: none;
}
.chronica .form .dl-table dt .require {
  background: #ff670b;
  color: #fff;
  padding: 3px 5px;
}
.chronica .form .dl-table dd {
  border-bottom: 2px solid #e8e7e7;
}
.chronica .form .dl-table dd:last-of-type {
  border: none;
}
.chronica .form .dl-table input,
.chronica .form .dl-table textarea {
  background: #ffe3d2;
  border: 1px solid transparent;
  border-radius: 4px;
}
.chronica .form .dl-table input:focus,
.chronica .form .dl-table textarea:focus {
  border: 1px solid #ff670b;
}
.chronica .form .dl-table input:-webkit-autofill,
.chronica .form .dl-table textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
          box-shadow: 0 0 0 1000px #fff inset;
}
.chronica .form .dl-table label {
  line-height: 135%;
  position: relative;
  margin: 0.5rem;
  cursor: pointer;
}
.chronica .form .dl-table input[type=checkbox] {
  cursor: pointer;
  margin: 0 1rem 0 0;
  position: relative;
}
.chronica .form .dl-table input[type=checkbox]:before {
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #ff670b;
  border-top-style: none;
  border-right-style: none;
}
.chronica .form .dl-table input[type=checkbox]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1);
}
.chronica .form .dl-table input[type=checkbox]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: "";
  cursor: pointer;
  border: 1px solid #dcdada;
  background: #fff;
}
.chronica .form input[type=submit]:first-of-type {
  border-radius: 8px;
}
.chronica .form input[type=submit]:last-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #00b164;
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 0 #004b2a;
          box-shadow: 0 3px 0 #004b2a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 100px 10px 100px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: none;
  transition: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.chronica .form input[type=submit]:last-of-type:hover {
  background: #009856;
  -webkit-box-shadow: 0 3px 0 #004b2a;
          box-shadow: 0 3px 0 #004b2a;
}
.chronica .form input[type=submit]:last-of-type:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 3px;
}
.chronica .form__confirm {
  margin-top: 120px;
}
.chronica .form__thanks {
  margin-top: 120px;
}
.chronica .company {
  background: #ff670b;
  margin: 0 auto 40px auto;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .company {
    padding: 60px 4%;
  }
}
.chronica .company h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .company h2 {
    font-size: 35px;
    margin-bottom: 40px;
  }
}
.chronica .company .container {
  background: #fff;
  border-radius: 8px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .chronica .company .container {
    padding: 20px;
  }
}
.chronica .company .dl-table {
  border-bottom: 1px solid #dcdada;
}
.chronica .company .dl-table dt {
  background: none;
  border-right: 3px solid #e50821;
  color: #ff670b;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 30px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .chronica .company .dl-table dt {
    border-right: none;
    margin: 10px auto;
    padding: 10px;
    text-align: center;
  }
}
.chronica .company .dl-table dd {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .chronica .company .dl-table dd {
    padding: 0 10px 10px 10px;
    text-align: center;
  }
}
.chronica .faq {
  border-bottom: 1px solid #dcdada;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .chronica .faq {
    padding: 40px 2%;
  }
}
.chronica .faq h2 {
  color: #ff670b;
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto 80px auto;
}
@media only screen and (max-width: 767px) {
  .chronica .faq h2 {
    font-size: 35px;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
}
.chronica .faq__box {
  font-size: 17px;
  margin: 60px auto 0 auto;
  text-align: left;
}
.chronica .faq__box dt {
  background: #dcdada;
  padding: 20px;
}
.chronica .faq__box dd {
  margin: 10px auto 30px auto;
  padding: 20px;
}
.chronica .footer {
  background: #222;
  color: #fff;
  padding: 20px 0;
}

/*---------------------------------------------------------
	common
---------------------------------------------------------*/
.fv {
  background-size: cover;
  height: 90vh;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fv {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  .header__logo {
    width: 100px;
  }
}

.marker--ye {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffff66));
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.lp h2,
.lp h3 {
  line-height: 1.3em;
}
.lp p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .lp p + p {
    margin-top: 10px;
  }
}
.lp__price {
  background: #110F65;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .lp__price {
    padding: 40px 4%;
  }
}
.lp__price h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .lp__price h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.lp__price--base {
  background: #fff;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .lp__price--base {
    padding: 20px;
  }
}
.lp__price--base h3 {
  color: #ee87b4;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .lp__price--base h3 {
    font-size: 20px;
  }
}
.lp__price--wrap {
  background: #fff;
  margin: 30px auto 0 auto;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .lp__price--wrap {
    padding: 20px 10px;
  }
}
.lp__price--wrap h3 {
  color: #110F65;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .lp__price--wrap h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.lp__price--include {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp__price--include {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp__price--include li {
  list-style: none;
  text-align: center;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .lp__price--include li {
    margin: 0 0 20px 0;
    width: 48%;
  }
}
.lp__price--include li figure img {
  margin: 0 auto;
}
.lp__price--include li p {
  background: #110F65;
  color: #fff;
  margin: 0 auto 10px auto;
  padding: 10px;
}
.lp__price--include li span {
  display: block;
  font-size: 13px;
  text-align: left;
}
.lp__price--option {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lp__price--option {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 20px auto;
  }
  .lp__price--option p br {
    display: none;
  }
}
.lp__price--option li {
  list-style: none;
  text-align: center;
  width: 24%;
}
@media only screen and (min-width: 768px) {
  .lp__price--option li + li {
    margin-left: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .lp__price--option li {
    margin: 0 0 20px 0;
    width: 48%;
  }
  .lp__price--option li:nth-of-type(even) {
    margin-left: 2%;
  }
}
.lp__price--option li i {
  display: block;
  font-size: 120px;
}
.lp__price--option li figure img {
  margin: 0 auto;
}
.lp__price--option li p {
  background: #110F65;
  color: #fff;
  margin: 0 auto 10px auto;
  padding: 10px;
}
.lp__price--option li span {
  display: block;
  font-size: 13px;
  text-align: left;
}
.lp__price--option li em {
  display: block;
  font-style: normal;
  margin: 10px auto;
}
.lp__price--option li b {
  color: #e50821;
}
.lp__price--option + p {
  margin: 40px auto 0 auto;
}
.lp__price--price {
  background: #ee87b4;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin: 40px auto 0 auto;
  padding: 15px 10px 10px 10px;
}
@media only screen and (min-width: 768px) {
  .lp__price--price br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .lp__price--price {
    margin-top: 20px;
  }
}
.lp__price--price em {
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
}
.lp__price--price + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .lp__price--price + p {
    text-align: left;
  }
}
.lp__price--price + p span {
  font-size: 13px;
}
.lp__price--extra {
  background: #f5f4f4;
  margin: 40px auto 0 auto;
  padding: 60px 30px;
}
@media only screen and (max-width: 767px) {
  .lp__price--extra {
    padding: 20px 10px;
  }
}
.lp__price--extra h4 {
  color: #110F65;
  font-size: 30px;
  font-weight: 600;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 767px) {
  .lp__price--extra h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.lp__price--extra ul {
  font-size: 13px;
  padding-left: 20px;
  text-align: left;
}
.lp__price--extra ul li + li {
  margin-top: 5px;
}
.lp__contact {
  background: url(/wp/wp-content/uploads/2018/10/lp-hotel_bg06.jpg) no-repeat;
  background-size: cover;
  padding: 120px 0;
}
@media only screen and (max-width: 767px) {
  .lp__contact {
    background-position: left 40% center;
    padding: 40px 2%;
  }
  .lp__contact p {
    text-align: left;
  }
}
.lp__contact h2 {
  color: #110F65;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .lp__contact h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.lp__contact .dl-table {
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .lp__contact .dl-table {
    margin: 20px auto;
  }
}
.lp__contact .dl-table dt {
  background: rgba(220, 218, 218, 0.8);
  margin-bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .lp__contact .dl-table dt {
    margin-bottom: 0;
  }
}
.lp__contact .dl-table dd {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1px;
}
.lp__contact .dl-table dd input[type=email],
.lp__contact .dl-table dd input[type=tel],
.lp__contact .dl-table dd input[type=text],
.lp__contact .dl-table dd input[type=url],
.lp__contact .dl-table dd textarea {
  background: none;
}
.lp__contact .dl-table dd input[type=email]:focus,
.lp__contact .dl-table dd input[type=tel]:focus,
.lp__contact .dl-table dd input[type=text]:focus,
.lp__contact .dl-table dd input[type=url]:focus,
.lp__contact .dl-table dd textarea:focus {
  background: rgba(254, 249, 220, 0.9);
}
.lp__woom {
  background: url(/wp/wp-content/uploads/2018/10/lp_woom.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .lp__woom {
    padding: 40px 2%;
  }
  .lp__woom p {
    text-align: left;
  }
}
.lp__woom h2 {
  color: #110F65;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .lp__woom h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.lp__woom h3 {
  color: #ee87b4;
  font-size: 35px;
  font-weight: 600;
  margin: 0 auto 40px auto;
  text-shadow: 2px 1px 4px rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .lp__woom h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.lp__woom h4 {
  color: #110F65;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .lp__woom h4 {
    font-size: 17px;
    line-height: 1.4;
  }
}
.lp__woom .dl-table {
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  .lp__woom .dl-table {
    margin: 20px auto;
  }
}
.lp__woom .dl-table dt {
  background: rgba(17, 15, 101, 0.8);
  color: #fff;
  margin-bottom: 1px;
}
.lp__woom .dl-table dd {
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 1px;
}
.lp__important {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lp__important {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp__important figure {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .lp__important figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
.lp__important--box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .lp__important--box {
    padding: 40px 2%;
    width: 100%;
  }
}
.lp__important--box h2 {
  color: #110F65;
  font-size: 40px;
  font-weight: 600;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .lp__important--box h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.lp__important--box p {
  text-align: left;
  width: 100%;
}
.lp__important:nth-of-type(even) figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

i.fa-twitter-square {
  color: #55acee;
}
i.fa-facebook-square {
  color: #3B5998;
}
i.fa-instagram {
  color: #D93177;
}
i.fa-line {
  color: #00b900;
}

.it-hojo {
  background: #ffd300;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #110F65;
  padding: 10px 15px 5px 15px;
  position: absolute;
  right: 4%;
  top: 120px;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .it-hojo br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .it-hojo {
    padding: 5px;
    right: 2%;
    top: 10px;
    width: 60%;
  }
}
.it-hojo p {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .it-hojo p {
    font-size: 13px;
  }
}
.it-hojo span {
  color: #110F65;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .it-hojo span {
    font-size: 12px;
  }
}

.hojokin {
  border-bottom: 1px solid #dcdada;
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .hojokin {
    padding: 60px 2%;
  }
}
.hojokin h2 {
  color: #ee87b4;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 0 auto 60px auto;
}
@media only screen and (max-width: 767px) {
  .hojokin h2 {
    font-size: 30px;
  }
  .hojokin h2 + p {
    text-align: left;
  }
}
.hojokin h3 {
  color: #00b164;
  font-size: 25px;
  font-weight: bold;
  margin: 60px auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .hojokin h3 {
    font-size: 20px;
  }
}
.hojokin dl {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-right: 1px solid #dcdada;
  border-top: 1px solid #dcdada;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  width: 700px;
}
@media only screen and (max-width: 767px) {
  .hojokin dl {
    border-left: 1px solid #dcdada;
    width: 100%;
  }
}
.hojokin dl dt {
  background: #dcdada;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .hojokin dl dt {
    width: 100%;
  }
  .hojokin dl dt br {
    display: none;
  }
}
.hojokin dl dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #dcdada;
  padding: 15px;
  text-align: left;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .hojokin dl dd {
    text-align: center;
    width: 100%;
  }
}
/*# sourceMappingURL=feature.css.map */