<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/**
/* LP CSS
----------------------------------------------- */
/*　　即日査定・即日高価買取 いたします。　　*/
.about-guide {
  background: url(../img/bg1.png) no-repeat center;
  background-size: cover;
  padding: 0 0 60px 0;
}
.about-guide .caption {
  position: relative;
  background: #3350EB;
  font-family: 'Zen Maru Gothic', serif;
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 20px;
  margin-bottom: 60px;
}
.about-guide .caption:after {
  position: absolute;
  bottom: -24px;
  right: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 26px 16px 0 16px;
  border-style: solid;
  border-color: #3350EB transparent transparent transparent;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.about-guide h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 32px;
}
.about-guide h3 span {
  background-image: radial-gradient(circle at center, #C61717 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: .4em;
}
.about-list .about-items {
  width: 30%;
}
.about-list .about-items .imgArea {
  text-align: center;
  margin-bottom: 30px;
}
.about-list .about-items p {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-guide {
    padding: 0 0 6% 0;
  }
  .about-guide .caption {
    font-size: 5vw;
    padding: 3%;
    margin-bottom: 12vw;
  }
  .about-guide .caption:after {
    bottom: -4vw;
    border-width: 4vw 3vw 0 3vw;
  }
  .about-guide h3 {
    font-size: 5.6vw;
    margin-bottom: 5%;
  }
  .about-list .about-items {
    width: 100%;
    margin-bottom: 8%;
  }
  .about-list .about-items .imgArea {
    margin-bottom: 5%;
  }
  .about-list .about-items .imgArea img {
    width: 50vw;
  }
  .about-list .about-items p {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .about-guide {
    padding: 0 0 40px 0;
  }
  .about-guide .caption {
    font-size: 24px;
    padding: 15px;
    margin-bottom: 40px;
  }
  .about-guide .caption:after {
    bottom: -16px;
    border-width: 18px 12px 0 12px;
  }
  .about-guide h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .about-guide h3 span {
    background-size: 0.8em 0.2em;
    padding-top: .3em;
  }
  .about-list .about-items .imgArea {
    margin-bottom: 20px;
  }
  .about-list .about-items p {
    font-size: 18px;
  }
}
/*　　こんなお悩みありませんか？　　*/
.trouble-guide {
  background: url(../img/bg2.png) no-repeat top center;
  background-size: cover;
  padding: 40px 0 40px 0;
}
.trouble-guide .grid-ttl {
  margin-bottom: 46px;
}
.trouble-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.trouble-list {
  position: relative;
  max-width: 567px;
  margin: auto;
}
.trouble-list:before, .trouble-list:after {
  content: '';
  position: absolute;
  bottom: 0;
}
.trouble-list:before {
  background: url(../img/illust1.png) top center;
  background-size: cover;
  width: 206px;
  height: 213px;
  left: -315px;
}
.trouble-list:after {
  background: url(../img/illust2.png) bottom center;
  background-size: cover;
  width: 194px;
  height: 245px;
  right: -260px;
}
.trouble-list li {
  background: #ffffff;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.05em;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 18px;
}
.trouble-list li:before {
  content: '';
  background: url(../img/check.png) top center;
  background-size: cover;
  display: inline-block;
  position: relative;
  top: 5px;
  left: 0;
  width: 35px;
  height: 26px;
  margin-right: 15px;
}
.trouble-list li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .trouble-guide {
    padding: 6% 0;
  }
  .trouble-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .trouble-list:before, .trouble-list:after {
    content: none;
  }
  .trouble-list li {
    font-size: 4.4vw;
    padding: 3%;
    margin-bottom: 2%;
  }
  .trouble-list li:before {
    top: 3px;
    width: 4vw;
    height: 4vw;
    margin-right: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .trouble-guide {
    padding: 30px 0 30px 0;
  }
  .trouble-guide .grid-ttl {
    margin-bottom: 30px;
  }
  .trouble-list:before {
    width: 138px;
    height: 143px;
    left: -160px;
  }
  .trouble-list:after {
    width: 137px;
    height: 173px;
    right: -160px;
  }
  .trouble-list li {
    font-size: 20px;
    padding: 10px;
    margin-bottom: 10px;
  }
  .trouble-list li:before {
    top: 3px;
    width: 23px;
    height: 17px;
    margin-right: 10px;
  }
}
/*　　買取商品一覧　　*/
.products-guide {
  padding: 40px 0 40px 0;
}
.products-guide:before {
  background: url(../img/bg3.png) top center;
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  height: 545px;
  top: 0;
}
.products-guide .grid-ttl {
  margin-bottom: 35px;
}
.products-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.products-guide .products-list {
  margin-bottom: 30px;
}
.products-list .products-items {
  width: 44%;
  background: #ffffff;
  border: 4px solid #1C89B9;
  margin: 0 3%;
  padding: 25px 30px;
}
.products-list .products-items .imgArea {
  text-align: center;
  margin-bottom: 20px;
}
.products-list .products-items h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 17px;
}
.products-list .products-items p {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.products-guide .products-bottom {
  position: relative;
  text-align: center;
}
.products-guide .products-bottom:before, .products-guide .products-bottom:after {
  content: '';
  position: absolute;
  z-index: 2;
}
.products-guide .products-bottom:before {
  background: url(../img/illust3.png) top center;
  background-size: cover;
  width: 164px;
  height: 170px;
  left: -60px;
  bottom: -40px;
}
.products-guide .products-bottom:after {
  background: url(../img/illust4.png) bottom center;
  background-size: cover;
  width: 190px;
  height: 170px;
  right: -50px;
  bottom: -40px;
}
.products-guide .products-bottom p {
  display: inline-block;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
  border-bottom: 3px dashed #B7B7B7;
  margin-top: 10px;
}
.products-guide .products-bottom p span {
  color: #1C89B9;
}
@media only screen and (max-width: 767px) {
  .products-guide {
    padding: 6% 0;
  }
  .products-guide:before {
    height: 70%;
  }
  .products-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .products-guide .products-list {
    margin-bottom: 3%;
  }
  .products-list .products-items {
    width: 100%;
    margin: 0 0 5% 0;
    padding: 5%;
  }
  .products-list .products-items .imgArea {
    margin-bottom: 5%;
  }
  .products-list .products-items .imgArea img {
    width: 60vw;
  }
  .products-list .products-items h3 {
    font-size: 4.5vw;
    margin-bottom: 3%;
  }
  .products-list .products-items p {
    font-size: 3.8vw;
  }
  .products-guide .products-bottom:before, .products-guide .products-bottom:after {
    content: none;
  }
  .products-guide .products-bottom p {
    font-size: 4.4vw;
    border-bottom: 3px dashed #B7B7B7;
    margin-top: 2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .products-guide {
    padding: 30px 0;
  }
  .products-guide:before {
    height: 545px;
  }
  .products-guide .grid-ttl {
    margin-bottom: 25px;
  }
  .products-guide .products-list {
    margin-bottom: 20px;
  }
  .products-list .products-items {
    width: 48%;
    margin: 0 1%;
    padding: 20px;
  }
  .products-list .products-items .imgArea {
    margin-bottom: 15px;
  }
  .products-list .products-items .imgArea img {
    width: 200px;
  }
  .products-list .products-items h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .products-list .products-items p {
    font-size: 16px;
  }
  .products-guide .products-bottom:before {
    width: 147px;
    height: 152px;
    left: -40px;
    bottom: -37px;
  }
  .products-guide .products-bottom:after {
    width: 169px;
    height: 152px;
    right: -40px;
    bottom: -34px;
  }
  .products-guide .products-bottom p {
    font-size: 26px;
    margin-top: 5px;
  }
}
/*　　買取方法について　　*/
.howto-guide {
  background: url(../img/bg4.png) no-repeat center;
  background-size: cover;
  padding: 68px 0 83px 0;
}
.howto-guide .grid-ttl {
  margin-bottom: 36px;
}
.howto-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.howto-guide .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
.howto-list li {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .howto-guide {
    padding: 6% 0;
  }
  .howto-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .howto-guide .text {
    font-size: 3.8vw;
  }
  .howto-list li {
    margin-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .howto-guide {
    padding: 40px 0 50px 0;
  }
  .howto-guide .grid-ttl {
    margin-bottom: 25px;
  }
  .howto-guide .text {
    font-size: 16px;
  }
  .howto-list li {
    margin-top: 20px;
  }
}
/*　　チケット侍の特徴　　*/
.feature-guide {
  background: url(../img/bg5.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 10px 0;
}
.feature-guide .grid-ttl {
  margin-bottom: 74px;
}
.feature-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.feature-list .feature-items {
  background: #FFFFFF;
  width: 48%;
  padding: 30px;
  margin-right: 4%;
  margin-bottom: 73px;
}
.feature-list .feature-items:nth-child(1) {
  border: 4px solid #3350EB;
}
.feature-list .feature-items:nth-child(2) {
  border: 4px solid #1C89B9;
}
.feature-list .feature-items:nth-child(3) {
  border: 4px solid #1CA7B9;
}
.feature-list .feature-items:nth-child(4) {
  border: 4px solid #59C6BD;
}
.feature-list .feature-items:nth-child(2n) {
  margin-right: 0;
}
.feature-list .feature-items .no {
  font-family: 'Zen Maru Gothic', serif;
  color: #FFFFFF;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -78px;
  margin-bottom: 13px;
}
.feature-list .feature-items .no span {
  display: inline-block;
  width: 87px;
  height: 87px;
  line-height: 87px;
  border-radius: 100%;
}
.feature-list .feature-items:nth-child(1) .no span {
  background: #3350EB;
}
.feature-list .feature-items:nth-child(2) .no span {
  background: #1C89B9;
}
.feature-list .feature-items:nth-child(3) .no span {
  background: #1CA7B9;
}
.feature-list .feature-items:nth-child(4) .no span {
  background: #59C6BD;
}
.feature-list .feature-items .imgArea {
  text-align: center;
  margin-bottom: 15px;
}
.feature-list .feature-items h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
.feature-list .feature-items .p-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .feature-guide {
    padding: 8% 0 10% 0;
  }
  .feature-guide .grid-ttl {
    margin-bottom: 18%;
  }
  .feature-list .feature-items {
    width: 100%;
    padding: 5%;
    margin-right: 0;
    margin-bottom: 15%;
  }
  .feature-list .feature-items:last-child {
    margin-bottom: 0;
  }
  .feature-list .feature-items .no {
    font-size: 8vw;
    margin-top: -15vw;
    margin-bottom: 3%;
  }
  .feature-list .feature-items .no span {
    width: 20vw;
    height: 20vw;
    line-height: 20vw;
  }
  .feature-list .feature-items .imgArea {
    margin-bottom: 3%;
  }
  .feature-list .feature-items .imgArea img {
    width: 50vw;
  }
  .feature-list .feature-items h3 {
    font-size: 4.4vw;
    margin-bottom: 3%;
  }
  .feature-list .feature-items .p-text {
    font-size: 3.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .feature-guide {
    padding: 40px 0 10px 0;
  }
  .feature-guide .grid-ttl {
    margin-bottom: 50px;
  }
  .feature-list .feature-items {
    width: 48.5%;
    padding: 20px;
    margin-right: 3%;
    margin-bottom: 60px;
  }
  .feature-list .feature-items .no {
    font-size: 36px;
    margin-top: -65px;
    margin-bottom: 10px;
  }
  .feature-list .feature-items .no span {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
  .feature-list .feature-items .imgArea {
    margin-bottom: 15px;
  }
  .feature-list .feature-items h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .feature-list .feature-items .p-text {
    font-size: 16px;
  }
}
/*　　チケット侍の使い方　　*/
.use-guide {
  padding: 62px 0 87px 0;
}
.use-guide .grid-ttl {
  margin-bottom: 40px;
}
.use-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.use-list .use-items {
  position: relative;
  margin-bottom: 64px;
}
.use-list .use-items:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 24px solid #3350EB;
  bottom: -45px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.use-list .use-items:last-child {
  margin-bottom: 0;
}
.use-list .use-items:last-child:after {
  content: none;
}
.use-list .use-items .no {
  position: relative;
  background: #3350EB;
  width: 71px;
  border-radius: 10px 0 0 10px;
}
.use-list .use-items:nth-child(even) .no {
  background: #1C89B9;
}
.use-list .use-items .no span {
  position: absolute;
  display: inline-block;
  font-family: 'Zen Maru Gothic', serif;
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
}
.use-list .use-items .use-detail {
  background: #ECF1F5;
  width: calc(100% - 71px);
  align-items: center;
  padding: 15px;
  border-radius: 0 10px 10px 0;
}
.use-list .use-items .imgArea {
  width: 294px;
}
.use-list .use-items .contentArea {
  width: calc(100% - 294px);
  padding-left: 40px;
}
.use-list .use-items h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.use-list .use-items .p-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .use-guide {
    padding: 8% 0 8% 0;
  }
  .use-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .use-list .use-items {
    margin-bottom: 10%;
  }
  .use-list .use-items:after {
    border-left: 2.6vw solid transparent;
    border-right: 2.6vw solid transparent;
    border-top: 4vw solid #C61717;
    bottom: -6.5vw;
  }
  .use-list .use-items .no {
    width: 100%;
    text-align: center;
    border-radius: 10px 10px 0 0;
    padding: 1%;
  }
  .use-list .use-items .no span {
    position: relative;
    font-size: 8vw;
    top: auto;
    right: auto;
    transform: translate(50%, -50%);
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(50%, -50%);
  }
  .use-list .use-items .use-detail {
    width: 100%;
    padding: 5%;
  }
  .use-list .use-items .imgArea {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }
  .use-list .use-items .imgArea img {
    width: 50vw;
  }
  .use-list .use-items .contentArea {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .use-list .use-items h3 {
    font-size: 4.6vw;
    margin-bottom: 5px;
  }
  .use-list .use-items .p-text {
    font-size: 3.8vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .use-guide {
    padding: 42px 0 50px 0;
  }
  .use-guide .grid-ttl {
    margin-bottom: 30px;
  }
  .use-list .use-items {
    margin-bottom: 40px;
  }
  .use-list .use-items:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #C61717;
    bottom: -30px;
  }
  .use-list .use-items .no {
    width: 60px;
  }
  .use-list .use-items .no span {
    font-size: 42px;
  }
  .use-list .use-items .use-detail {
    width: calc(100% - 60px);
    padding: 10px;
  }
  .use-list .use-items .imgArea {
    width: 220px;
  }
  .use-list .use-items .contentArea {
    width: calc(100% - 220px);
    padding-left: 30px;
  }
  .use-list .use-items h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .use-list .use-items .p-text {
    font-size: 16px;
  }
}
/*　　よくある質問　　*/
.faq-guide {
  background: url(../img/bg5.png) no-repeat center;
  background-size: cover;
  padding: 60px 0 100px 0;
}
.faq-guide .grid-ttl {
  margin-bottom: 40px;
}
.faq-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.faq-list .faq-items {
  margin-bottom: 40px;
}
.faq-list .faq-items .dl_table {
  width: 100%;
  display: table;
}
.faq-list .faq-items .dl_table dt, .faq-list .faq-items .dl_table dd {
  display: table-cell;
  vertical-align: middle;
}
.faq-list .faq-items .question {
  position: relative;
  background: #ECF1F5;
  cursor: pointer;
  padding: 10px 20px;
}
.faq-list .faq-items .question:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #3350EB;
}
.faq-list .faq-items .question.open:after {
  transform: rotate(180deg);
}
.faq-list .faq-items .question dt {
  font-family: 'Zen Maru Gothic', serif;
  width: 26px;
  color: #3350EB;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.faq-list .faq-items .question dd {
  width: calc(100% - 26px);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  padding: 0 27px;
  vertical-align: middle;
}
.faq-list .faq-items .answer {
  display: none;
  font-size: 18px;
  line-height: 1.5;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .faq-guide {
    padding: 8% 0 6% 0;
  }
  .faq-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .faq-list .faq-items {
    margin-bottom: 4%;
  }
  .faq-list .faq-items .question {
    padding: 3%;
  }
  .faq-list .faq-items .question:after {
    right: 3%;
    margin-top: -1vw;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 3vw solid #C61717;
  }
  .faq-list .faq-items .question dt {
    width: 5vw;
    font-size: 5.2vw;
  }
  .faq-list .faq-items .question dd {
    width: calc(100% - 5vw);
    font-size: 4vw;
    padding: 0 5% 0 3%;
  }
  .faq-list .faq-items .answer {
    font-size: 3.8vw;
    padding-top: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .faq-guide {
    padding: 40px 0 40px 0;
  }
  .faq-guide .grid-ttl {
    margin-bottom: 30px;
  }
  .faq-list .faq-items {
    margin-bottom: 20px;
  }
  .faq-list .faq-items .question {
    padding: 10px 10px;
  }
  .faq-list .faq-items .question:after {
    right: 15px;
  }
  .faq-list .faq-items .question dt {
    width: 21px;
    font-size: 28px;
  }
  .faq-list .faq-items .question dd {
    width: calc(100% - 21px);
    font-size: 18px;
    padding: 0 20px 0 15px;
  }
  .faq-list .faq-items .answer {
    font-size: 16px;
    padding-top: 15px;
  }
}
/*　　お問い合わせ・お申し込みはこちら　　*/
.apply-guide {
  background: #CCDEE6;
  padding: 0;
}
.apply-guide .caption {
  background: #1C89B9;
  text-align: center;
  padding: 10px;
}
.apply-guide .caption p {
  position: relative;
  font-family: 'Zen Maru Gothic', serif;
  display: inline-block;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.apply-guide .caption p:before, .apply-guide .caption p:after {
  content: '';
  position: absolute;
  background: url(../img/ttl-icon3.png) top center;
  background-size: cover;
  width: 60px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.apply-guide .caption p:before {
  left: -80px;
}
.apply-guide .caption p:after {
  right: -80px;
}
.apply-guide .caption p span {
  font-size: 61px;
  line-height: 1;
  letter-spacing: 0.03em;
}
.apply-guide .caption p small {
  font-size: 38px;
  letter-spacing: 0.05em;
}
.apply-guide .page-grid {
  max-width: 1200px;
  padding: 28px 0;
}
.apply-guide .apply-box {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
}
.apply-guide .apply-box::before, .apply-guide .apply-box::after {
  content: '';
  position: absolute;
  display: inline-block;
}
.apply-guide .apply-box::before {
  background: url(../img/illust5.png) center center no-repeat;
  background-size: cover;
  width: 136px;
  height: 204px;
  bottom: 0px;
  left: 20px;
}
.apply-guide .apply-box::after {
  background: url(../img/illust6.png) center center no-repeat;
  background-size: cover;
  width: 226px;
  height: 221px;
  bottom: 0px;
  right: 5px;
}
.apply-guide .apply-box h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 20px;
}
.apply-guide .apply-box .contact-box {
  position: relative;
  z-index: 1;
}
.apply-guide .apply-tel {
  background: #F2F2F2;
  padding: 15px 30px;
  border-radius: 14px;
}
.apply-guide .apply-tel dl dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.apply-guide .apply-tel dl dt span {
  color: #3350EB;
}
.apply-guide .apply-tel dl dd {
  text-align: center;
}
.apply-guide .apply-tel dl dd a {
  font-family: 'Zen Maru Gothic', serif;
  color: #1F1F1F;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
.apply-guide .apply-tel p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: center;
}
.apply-guide .apply_contact {
  display: flex;
  padding-right: 60px;
}
.apply-guide .apply_contact li {
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .apply-guide .caption {
    padding: 3%;
  }
  .apply-guide .caption p {
    font-size: 6.2vw;
  }
  .apply-guide .caption p:before, .apply-guide .caption p:after {
    width: 13vw;
    height: 13vw;
  }
  .apply-guide .caption p:before {
    left: -16vw;
  }
  .apply-guide .caption p:after {
    right: -16vw;
  }
  .apply-guide .caption p span {
    font-size: 8vw;
  }
  .apply-guide .caption p small {
    font-size: 5.8vw;
  }
  .apply-guide .page-grid {
    padding: 5% 0;
  }
  .apply-guide .apply-box {
    padding: 5%;
  }
  .apply-guide .apply-box::before, .apply-guide .apply-box::after {
    content: none;
  }
  .apply-guide .apply-box h3 {
    font-size: 4.2vw;
    margin-bottom: 3%;
  }
  .apply-guide .apply-tel {
    padding: 5%;
    margin-bottom: 3%;
  }
  .apply-guide .apply-tel dl dt {
    font-size: 4vw;
  }
  .apply-guide .apply-tel dl dd {
    text-align: center;
  }
  .apply-guide .apply-tel dl dd a {
    font-size: 10vw;
  }
  .apply-guide .apply-tel p {
    font-size: 4vw;
  }
  .apply-guide .apply_contact {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0;
  }
  .apply-guide .apply_contact li {
    width: 30%;
    margin-left: 3%;
  }
  .no_form .apply-guide .apply_contact li {
    width: 100%;
  }
  .apply-guide .apply_contact li:first-child {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .apply-guide .caption {
    padding: 5px;
  }
  .apply-guide .caption p {
    font-size: 28px;
  }
  .apply-guide .caption p:before, .apply-guide .caption p:after {
    width: 42px;
    height: 42px;
  }
  .apply-guide .caption p:before {
    left: -60px;
  }
  .apply-guide .caption p:after {
    right: -60px;
  }
  .apply-guide .caption p span {
    font-size: 42px;
  }
  .apply-guide .caption p small {
    font-size: 24px;
  }
  .apply-guide .page-grid {
    padding: 15px 0;
  }
  .apply-guide .apply-box {
    padding: 20px;
  }
  .apply-guide .apply-box::before {
    width: 111px;
    height: 167px;
    bottom: 0;
    left: -40px;
  }
  .apply-guide .apply-box::after {
    width: 182px;
    height: 177px;
    bottom: 0;
    right: -65px;
  }
  .apply-guide .apply-box h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .apply-guide .apply-tel {
    padding: 15px 15px;
  }
  .apply-guide .apply-tel dl dt {
    font-size: 16px;
  }
  .apply-guide .apply-tel dl dd a {
    font-size: 40px;
  }
  .apply-guide .apply-tel p {
    font-size: 16px;
  }
  .apply-guide .apply_contact {
    padding-right: 0;
  }
  .apply-guide .apply_contact li {
    margin-left: 5px;
  }
  .apply-guide .apply_contact li img {
    width: auto;
    height: 112px;
  }
}
/*　　お問い合わせ　　*/
.contact-guide {
  background: #1C89B9;
  padding: 63px 0 90px 0;
}
.contact-guide .grid-ttl {
  margin-bottom: 35px;
}
.contact-guide .grid-ttl h2 {
  color: #ffffff;
}
.contact-guide .grid-ttl:before {
  background: url(../img/ttl-bottom2.png) center;
  background-size: cover;
}
.contact-guide .contact-box {
  background: #FFFFFF;
  padding: 50px;
}
.contact-guide .tel-box {
  margin-bottom: 30px;
}
.contact-guide .tel-box .p-text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 8px;
}
.contact-guide .tel-box .tel-items {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: flex-end;
}
.contact-guide .tel-box .tel-items dt {
  width: 42px;
}
.contact-guide .tel-box .tel-items dd {
  font-family: 'Alata', sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 40px;
}
.contact-guide .form-box {
  margin-bottom: 40px;
}
.contact-guide .form-box th {
  width: 350px;
  padding: 17px 0;
  vertical-align: middle;
}
.contact-guide .form-box th .ttl {
  color: #222222;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.contact-guide .form-box th .ttl::after {
  display: inline-block;
  vertical-align: middle;
  content: "必須";
  color: #3350EB;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-left: 20px;
  margin-top: -4px;
}
.contact-guide .form-box td {
  width: calc(100% - 380px);
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 17px 0;
  vertical-align: middle;
}
.form-box td .select_wrap {
  position: relative;
  z-index: 1;
}
.select_wrap .icon {
  position: absolute;
  z-index: 2;
  right: 3px;
  top: 3px;
  background: #F7F7F7;
  width: 30px;
  height: calc(100% - 6px);
  pointer-events: none;
}
.form-box td .select_wrap .icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #1C1C1C;
}
@media only screen and (max-width: 767px) {
  .contact-guide {
    padding: 8% 0 10% 0;
  }
  .contact-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .contact-guide .contact-box {
    padding: 8% 5% 5% 5%;
  }
  .contact-guide .tel-box {
    margin-bottom: 5%;
  }
  .contact-guide .tel-box .p-text {
    font-size: 3.8vw;
    margin-bottom: 2%;
  }
  .contact-guide .tel-box .tel-items dt {
    width: 7vw;
  }
  .contact-guide .tel-box .tel-items dd {
    font-size: 8vw;
    padding-left: 3%;
  }
  .contact-guide .form-box {
    margin-bottom: 5%;
  }
  .contact-guide .form-box th {
    display: block;
    width: 100%;
    padding: 0;
  }
  .contact-guide .form-box th .ttl {
    font-size: 3.8vw;
  }
  .contact-guide .form-box th .ttl::after {
    font-size: 3.5vw;
    margin-left: 2%;
    margin-top: -4px;
  }
  .contact-guide .form-box td {
    display: block;
    width: 100%;
    font-size: 3.8vw;
    padding: 2% 0 6% 0;
  }
  .select_wrap .icon {
    right: 3px;
    top: 3px;
    width: 6vw;
    height: calc(100% - 6px);
  }
  .form-box td .select_wrap .icon:after {
    margin-top: -1vw;
    margin-left: -2vw;
    border-left: 2vw solid transparent;
    border-right: 2vw solid transparent;
    border-top: 3vw solid #1C1C1C;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-guide {
    padding: 43px 0 60px 0;
  }
  .contact-guide .grid-ttl {
    margin-bottom: 25px;
  }
  .contact-guide .contact-box {
    padding: 35px;
  }
  .contact-guide .tel-box {
    margin-bottom: 20px;
  }
  .contact-guide .tel-box .p-text {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contact-guide .tel-box .tel-items dt {
    width: 34px;
  }
  .contact-guide .tel-box .tel-items dd {
    font-size: 42px;
    padding-left: 15px;
  }
  .contact-guide .form-box {
    margin-bottom: 40px;
  }
  .contact-guide .form-box th {
    width: 240px;
    padding: 10px 0;
  }
  .contact-guide .form-box th .ttl {
    font-size: 16px;
  }
  .contact-guide .form-box th .ttl::after {
    font-size: 13px;
    margin-left: 15px;
    margin-top: -4px;
  }
  .contact-guide .form-box td {
    width: calc(100% - 240px);
    font-size: 16px;
    padding: 10px 0;
  }
}
/*　　お問い合わせフォーム　　*/
input[type="date"], input[type="text"], input[type="tel"], input[type="email"], input[type="url"], textarea, select {
  font-family: 'Noto Sans JP', sans-serif;
  border: none;
  background: #F7F7F7;
  font-size: 15px;
  padding: 1.1em;
  width: 100%;
  border-radius: 4px;
}
.select_wrap {
  position: relative;
  display: block;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #9F9F9F;
}
input[type="date"]::placeholder, input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
  color: #9F9F9F;
  font-size: 15px;
}
input[type="date"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9F9F9F;
  font-size: 15px;
}
input[type="date"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9F9F9F;
  font-size: 15px;
}
textarea {
  height: 200px;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
  text-align: center;
}
input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem .6rem .4rem 0;
  outline: none;
  background: #ffffff;
  border: 2px solid #D6D6D6;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #3350EB;
  transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}
input[type=checkbox]:checked:before {
  left: 2px;
  top: 13px;
  width: 10px;
  height: 2px;
}
input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 2px;
  height: 15px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}
input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}
.contact-guide .contact-box .acceptance {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.contact-guide .contact-box .submit_btn {
  text-align: center;
  margin-top: 30px;
}
.contact-guide .contact-box .submit_btn li {
  position: relative;
  display: inline-block;
}
.contact-guide .contact-box .submit_btn li:after {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.2;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.contact-guide .contact-box input.submit {
  background: #1C1C1C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 345px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 2.8;
}
@media only screen and (max-width: 767px) {
  input[type="date"], input[type="text"], input[type="tel"], input[type="email"], input[type="url"], textarea, select {
    font-size: 3.6vw;
    padding: 0.8em;
  }
  input[type="date"]::placeholder, input[type="text"]::placeholder, input[type="tel"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, textarea::placeholder {
    font-size: 3.4vw;
  }
  input[type="date"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 3.4vw;
  }
  input[type="date"]::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 3.4vw;
  }
  textarea {
    height: 40.5555555556vw;
  }
  .contact-guide .contact-box .acceptance {
    font-size: 3.6vw;
  }
  .contact-guide .contact-box .submit_btn {
    margin-top: 5%;
  }
  .contact-guide .contact-box .submit_btn li {
    width: 80%;
  }
  .contact-guide .contact-box .submit_btn li:after {
    right: 3%;
  }
  .contact-guide .contact-box input.submit {
    width: 100%;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  input[type="date"], input[type="text"], input[type="tel"], input[type="email"], input[type="url"], textarea, select {
    padding: 0.8em;
  }
  textarea {
    height: 160px;
  }
  .contact-guide .contact-box .acceptance {
    font-size: 15px;
  }
  .contact-guide .contact-box .submit_btn {
    margin-top: 20px;
  }
  .contact-guide .contact-box .submit_btn li:after {
    right: 15px;
  }
  .contact-guide .contact-box input.submit {
    width: 280px;
    font-size: 17px;
  }
}
/*　　プライバシーポリシー　　*/
.contact-guide .contact-box .privacy-box {
  background: #ffffff;
  border: 1px solid #D6D6D6;
  height: 230px;
  overflow-y: scroll;
  margin-bottom: 30px;
  padding: 16px;
}
.contact-guide .contact-box .privacy-box h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 12px;
}
.contact-guide .contact-box .privacy-box .privacy-items {
  margin-bottom: 20px;
}
.contact-guide .contact-box .privacy-box .privacy-items:last-child {
  margin-bottom: 0;
}
.contact-guide .contact-box .privacy-box .privacy-items dt {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.contact-guide .contact-box .privacy-box .privacy-items dd {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .contact-guide .contact-box .privacy-box {
    height: 40vw;
    margin-bottom: 5%;
    padding: 3%;
  }
  .contact-guide .contact-box .privacy-box h3 {
    font-size: 4vw;
    margin-bottom: 2%;
  }
  .contact-guide .contact-box .privacy-box .privacy-items {
    margin-bottom: 3%;
  }
  .contact-guide .contact-box .privacy-box .privacy-items dt {
    font-size: 3.6vw;
    margin-bottom: 2%;
  }
  .contact-guide .contact-box .privacy-box .privacy-items dd {
    font-size: 3.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-guide .contact-box .privacy-box {
    height: 200px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .contact-guide .contact-box .privacy-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-guide .contact-box .privacy-box .privacy-items {
    margin-bottom: 15px;
  }
  .contact-guide .contact-box .privacy-box .privacy-items dt {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .contact-guide .contact-box .privacy-box .privacy-items dd {
    font-size: 13px;
  }
}
/*　　ログインフォーム　　*/
.login-guide {
  background: url(../img/bg6.png) no-repeat center;
  background-size: cover;
  padding: 70px 0 87px 0;
}
.login-guide .grid-ttl {
  margin-bottom: 43px;
}
.login-guide .grid-ttl:before {
  background: url(../img/ttl-bottom1.png) center;
  background-size: cover;
}
.login-guide .login-list {
  max-width: 526px;
  margin: auto;
}
.login-guide .login-list li {
  position: relative;
}
.login-guide .login-list li:first-child {
  margin-bottom: 14px;
}
.login-guide .login-list li:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.login-guide .login-list li.login-tel:after {
  background: url(../img/login-tel.png) no-repeat center;
  background-size: cover;
}
.login-guide .login-list li.login-pass:after {
  background: url(../img/login-pass.png) no-repeat center;
  background-size: cover;
}
.login-guide input.text {
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  padding: 1em;
  border-radius: 50px;
}
.login-guide input.text::placeholder {
  color: #B7B7B7;
  font-size: 17px;
  font-weight: 500;
  padding-left: 50px;
}
.login-guide .submit_btn {
  text-align: center;
  margin-top: 35px;
}
.login-guide .submit_btn li {
  position: relative;
  display: inline-block;
}
.login-guide input.submit {
  background: transparent;
  border: 2px solid #1C89B9;
  font-family: 'Zen Maru Gothic', serif;
  width: 177px;
  color: #1C89B9;
  font-size: 19px;
  font-weight: 700;
  line-height: 2.22;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .login-guide {
    padding: 8% 0;
  }
  .login-guide .grid-ttl {
    margin-bottom: 5%;
  }
  .login-guide .login-list li:first-child {
    margin-bottom: 3%;
  }
  .login-guide .login-list li:after {
    width: 7vw;
    height: 7vw;
    left: 3%;
  }
  .login-guide input.text {
    padding: 0.8em;
  }
  .login-guide input.text::placeholder {
    font-size: 3.6vw;
    padding-left: 8vw;
  }
  .login-guide .submit_btn {
    margin-top: 5%;
  }
  .login-guide .submit_btn li {
    width: 40%;
  }
  .login-guide input.submit {
    width: 100%;
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .login-guide {
    padding: 45px 0 50px 0;
  }
  .login-guide .grid-ttl {
    margin-bottom: 30px;
  }
  .login-guide .login-list li:first-child {
    margin-bottom: 10px;
  }
  .login-guide .login-list li:after {
    width: 26px;
    height: 26px;
    left: 15px;
  }
  .login-guide input.text {
    padding: 0.8em;
  }
  .login-guide input.text::placeholder {
    font-size: 15px;
    padding-left: 35px;
  }
  .login-guide .submit_btn {
    margin-top: 30px;
  }
}
/**
/* お問い合わせ完了 CSS
----------------------------------------------- */
.thanks-guide .thanks-grid h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 30px 0 50px 0;
}
.thanks-guide .thanks-grid .p-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 80px;
}
.thanks-guide .thanks-grid .block_btn {
  text-align: center;
}
.thanks-guide .thanks-grid .block_btn li {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.thanks-guide .thanks-grid .block_btn a {
  width: 100%;
  display: block;
  background: #3350EB;
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  line-height: 2.6;
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .thanks-guide .thanks-grid h3 {
    font-size: 5vw;
    padding: 5% 0 10% 0;
  }
  .thanks-guide .thanks-grid .p-text {
    font-size: 4vw;
    margin-bottom: 10%;
  }
  .thanks-guide .thanks-grid .block_btn li {
    width: 80%;
    max-width: initial;
  }
  .thanks-guide .thanks-grid .block_btn a {
    font-size: 4.4vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .thanks-guide .thanks-grid h3 {
    font-size: 26px;
    padding: 20px 0 40px 0;
  }
  .thanks-guide .thanks-grid .p-text {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .thanks-guide .thanks-grid .block_btn li {
    max-width: 300px;
  }
  .thanks-guide .thanks-grid .block_btn a {
    font-size: 20px;
  }
}
/**
/* ライン　利用規約同意 CSS
----------------------------------------------- */
.line-guide .line-grid h3 {
  font-family: 'Zen Maru Gothic', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 50px 0;
}
.line-guide .line_guide-text-box {
  height: 400px;
  padding: 30px;
  border: solid 2px #1CA7B9;
  overflow: auto;
}
.line-guide .line-grid .p-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 24px;
}
.line-guide .line-grid .check {
  margin: 30px 0;
  font-size: 18px;
  text-align: center;
}
.line-guide .line-grid .apply {
  text-align: center;
}
.line-guide .line-grid h4 {
  background: #1C89B9;
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 0;
  position: relative;
  font-family: 'Zen Maru Gothic', serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #ffffff;
}
.line-guide .line-grid .apply p {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.line-guide .line-grid .apply a {
  width: 600px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .line-guide .line-grid h3 {
    font-size: 4vw;
    padding: 0 0 3vw 0;
  }
  .line-guide .line_guide-text-box {
    height: 300px;
    padding: 3vw;
  }
  .line-guide .line-grid .p-text {
    font-size: 3vw;
    margin-bottom: 5%;
  }
  .line-guide .line-grid .check {
    margin: 3vw 0;
    font-size: 3vw;
  }
  .line-guide .line-grid h4 {
    font-size: 5vw;
    padding: 2vw;
  }
  .line-guide .line-grid .apply p {
    font-size: 4vw;
    margin-bottom: 8%;
  }
  .line-guide .line-grid .apply a {
    width: 80vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .line-guide .line-grid h3 {
    font-size: 18px;
    padding: 0 0 30px 0;
  }
  .line-guide .line-grid .p-text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .line-guide .line-grid .check {
    margin: 20px 0;
    font-size: 18px;
  }
  .line-guide .line-grid h4 {
    font-size: 20px;
    padding: 10px 0;
  }
  .line-guide .line-grid .apply p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .line-guide .line-grid .apply a {
    width: 400px;
  }
}</pre></body></html>