@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/* ==================================================
  breadcrumb（パンくず）
================================================== */
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800&display=swap');

#breadcrumb {
  display: none;
}

#breadcrumb ul {
  display: inline-block;
}

#breadcrumb ul:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

#breadcrumb li {
  font-size: 13px;
}

#breadcrumb li:first-child {
  width: 55px;
  color: #28a1c4;
  text-align: left;
}

#breadcrumb li::before {
  content: "\f105";
  margin-right: 6px;
  color: #28a1c4;
  font-size: 15px;
  font-family: FontAwesome;
}

#breadcrumb li:first-of-type::before {
  content: "";
}

#breadcrumb li a {
  text-decoration: none;
  color: #000;
}

#breadcrumb li a:hover {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* ========== end △ */
/* ==================================================
  pagination
================================================== */
.pagination {
  margin-top: 30px;
}

.pagination .prev {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .back {
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  .pagination {
    margin-top: 50px;
  }
}

/* ========== end △ */
.banner {
  margin-top: 80px;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  .banner .container {
    width: 800px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
  }

  #banner_common .container {
    width: 840px !important;
    height: 160px !important;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .banner {
    margin-top: 10.41667%;
  }
}

/* ========== end △ */
#main {
  margin-bottom: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #main {
    margin-bottom: 22.91667%;
    padding-top: 0;
  }
}

/* ========== end △ */

#mainvisual {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("../cost/images/bg_main.png");
  background-position: center top;
}

#p_works #mainvisual {
  flex-direction: column;
}

#mainvisual h1 {
  color: #253748;
}

#mainvisual h1 span {
  color: #22c0ce;
  font-family: "Josefin Sans", sans-serif;
  display: block;
  position: relative;
  padding-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

#mainvisual h1 span:after {
  content: "• • • •";
  display: inline-block;
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* ▽ SP layout ========== */
/*
@media only screen and (max-width: 639px) { #mainvisual { background-image: url("../cost/images/bg_main_s.png"); background-size: cover; height: 125px; font-size: 21px; margin-bottom: 13.54167%; padding: 0 2.08333%; } }
*/
@media only screen and (max-width: 639px) {
  #mainvisual {
    background-image: none;
    background-size: cover;
    height: 125px;
    font-size: 21px;
    margin-bottom: 0;
    padding: 0 2.08333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #mainvisual h1 span:after {
    font-size: 12px;
  }
}

/* ========== end △ */
.breakcrumb {
  padding: 20px 0;
  color: #8b8b8b;
  font-size: 13px;
}

.breakcrumb .container a {
  text-decoration: none;
  color: #8b8b8b;
}

.breakcrumb .container a:hover {
  text-decoration: underline;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  .breakcrumb .container {
    width: 1000px;
  }
}

/* ========== end △ */
#p_about #main .top {
  background-image: url("../cost/images/bg1.png");
  margin-bottom: 60px;
}

#p_about #main .top .container {
  padding: 30px 0 20px;
  padding: 30px 0;
}

#p_about #main .top .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_about #main .top .container .fbox .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_about #main .top .container .fbox .left h2 {
  font-size: 32px;
  line-height: 53.5px;
}

#p_about #main .top .container .fbox .left h2 span {
  color: #009fb7;
}

#p_about #main .top .container .fbox .right {
  width: 50%;
  text-align: center;
}

#p_about #main .ac_menu {
  margin-bottom: 60px;
}

#p_about #main .ac_menu .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_about #main .ac_menu .container ul li {
  display: block;
  text-align: center;
  position: relative;
  width: 295px;
  background-color: #009fb7;
  font-size: 18px;
  color: #fff;
  padding: 50px 0 44px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../cost/images/bfa1.png");
  background-repeat: no-repeat;
  background-position: center bottom 14px;
}

#p_about #main .ac_menu .container ul li:hover {
  background-color: #3e4150;
}

#p_about #main .ac_menu .container ul li>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#p_about #main .ac_menu .container ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001830;
}

#p_about #main .ac_menu .container ul li .text {
  line-height: 28px;
}

#p_about #main .ac_menu .container ul li .text span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

#p_about #main .ac_menu.arr_up .container ul li {
  background-image: url("../cost/images/bfa3.png");
  background-position: center top 14px;
}

#p_about #main [class*="sec--"] {
  background-color: #f6fdfe;
  padding: 70px 0;
}

#p_about #main [class*="sec--"] .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_about #main [class*="sec--"] .fbox .left {
  width: 700px;
}

#p_about #main [class*="sec--"] .fbox .left p {
  font-size: 15px;
  margin-bottom: 30px;
}

#p_about #main [class*="sec--"] .fbox .left p span {
  font-weight: bold;
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

#p_about #main [class*="sec--"] .fbox .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_about #main [class*="sec--"] .fbox .left ul li {
  margin-right: 30px;
}

#p_about #main [class*="sec--"] .fbox .left ul li:last-child {
  margin-right: 0;
}

#p_about #main [class*="sec--"] .fbox .left ul li a {
  display: block;
  width: 255px;
  text-decoration: none;
  color: #fff;
  background-color: #004389;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 0 0 20px;
  background-image: url("../cost/images/bfa2.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 72px;
}

#p_about #main [class*="sec--"] .fbox .left ul li a:hover {
  background-color: #02254a;
}

#p_about #main [class*="sec--"] .fbox .right {
  width: 555px;
  text-align: center;
}

#p_about #main .sec--1,
#p_about #main .sec--3 {
  background-color: #e6f5f8;
}

#p_about #main [class*="sec--"] .about_box--graph {
  justify-content: space-between;
}

#p_about #main [class*="sec--"] .about_box--graph .left {
  width: 570px;
}

#p_about #main [class*="sec--"] .about_box--graph .right {
  width: 540px;
}

.about_Area--fukidashi {
  padding: 35px 25px;
  background-color: #fff;
  border: 15px solid #e6f5f8;
}

.about_tit--graph {
  font-size: 26px;
}

#p_about #main [class*="sec--"] .about_fukidashi .fbox .left {
  width: 50%;
}

#p_about #main [class*="sec--"] .about_fukidashi .fbox .right {
  width: 50%;
}

.about_fukidashi h3 {
  display: inline-block;
  margin: 0 auto 15px;
  padding: 10px;
  font-size: 20px;
  background-color: #016CDB;
  color: #fff;
}

.about_box--fukidashi {
  margin: 0 10px;
  background-color: #E6F5F8;
  padding: 30px;
  border-radius: 15px;
}

.about_box--fukidashi ol li {
  margin: 5px 0;
  text-align: left;
  padding-left: 1em;
  /* インデントの余白 */
  text-indent: -1em;
  /* 1行目だけ戻す（2行目以降が字下げされる） */
}

#p_about .sec-5 {
  padding: 70px 0;
  background-color: #ffead1;
}

#p_about .sec-5 .sec-5_head {
  font-size: 28px;
  font-weight: bold;
  color: #ffa234;
}

#p_about .sec-5 .sec-5_ttl {
  font-size: 18px;
  margin-top: 1%;
}

#p_about .sec-5 .sec-5_body {
  margin-top: 1%;
}

#p_about .sec-5 .sec-5_body li {
  line-height: 2.2;
  list-style-type: disc;
  margin-left: 1em;
}

#p_about footer .fx {
  display: none !important;
}

.message_fukidashi {
  padding: 35px 50px;
  background-image: url("../service/images/bg3.png");
  border: 10px solid #009fb7;
  margin: 45px auto;
}

.message_fukidashi h3 {
  display: inline-block;
  margin: 0 auto 15px 40px;
  padding: 10px;
  font-size: 20px;
  background-color: #016CDB;
  color: #fff;
}

.message_fukidashi--box {
  width: 90%;
  background-color: #fff;
  padding: 30px;
  margin: 20px auto;
  border-radius: 10px;
}

.message_fukidashi--name {
  text-align: right;
}

.cost_idea_w .underline {
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.cost_idea li {
  width: 366px;
  margin: 0 10px 10px 0;
}

.cost_idea li:nth-of-type(3n) {
  margin-right: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .about_fukidashi .fbox .left {
    width: 100%;
  }

  #p_about #main [class*="sec--"] .about_fukidashi .fbox .right {
    width: 100%;
  }

  #p_about .sec-5 {
    padding: 10.41667% 0;
  }

  #p_about .sec-5 .sec-5_head {
    font-size: 20px;
    line-height: 25px;
  }

  #p_about .sec-5 .sec-5_ttl {
    font-size: 15px;
    margin-top: 4%;
  }

  #p_about .sec-5 .sec-5_body li {
    line-height: 1.7;
  }

  .cost_idea li,
  .cost_idea li:nth-of-type(3n) {
    margin: 0 auto 25px;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .message_fukidashi {
    padding: 30px 15px 15px 15px;
  }

  .message_fukidashi h3 {
    margin: 0 auto 15px auto;
    display: block;
    width: 90%;
    text-align: center;
  }

  .message_fukidashi--box {
    padding: 20px;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .top {
    margin-bottom: 10.41667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .top .container .fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .top .container .fbox .left {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .top .container .fbox .left h2 {
    text-align: center;
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .top .container .fbox .right {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .top .container .fbox .right img {
    margin-bottom: -8.92857%;
    width: 77.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .ac_menu {
    margin-bottom: 10.41667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .ac_menu .container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .ac_menu .container ul li {
    width: 49.7619%;
    font-size: 12px;
    margin-bottom: 0.47619%;
    padding: 7.2619% 0;
    background-size: 9.56938%;
    background-position: center bottom 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .ac_menu .container ul li .num {
    font-size: 20px;
    width: 15.07177%;
    height: auto;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_about #main .ac_menu .container ul li .num {
    font-size: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .ac_menu .container ul li .text {
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .ac_menu .container ul li .text span {
    font-size: 16px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] {
    padding: 10.41667% 0 6.25%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .left {
    width: 100%;
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .left p {
    margin-bottom: 3.57143%;
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .left ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .left ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .left ul li a {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 52px;
    background-size: 2.38095%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_about #main [class*="sec--"] .fbox .left ul li a {
    font-size: 14px;
    padding: 0 7.14286%;
  }
}

@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .left ul li a br {
    /* display: none; */
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main [class*="sec--"] .fbox .right {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .sec--2 {
    padding: 8.33333% 0 6.25%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_about #main .sec--3 {
    padding: 8.33333% 0 6.25%;
  }
}

/* ========== end △ */
#p_news .breakcrumb {
  margin-bottom: 70px;
}

#p_news .__content .post {
  margin-bottom: 60px;
}

#p_news .__content .post .title {
  margin-bottom: 25px;
}

#p_news .__content .post .title .date {
  line-height: 36px;
  font-size: 15px;
  margin-left: 20px;
  border-left: 1px solid #a7accf;
  padding-left: 20px;
}

#p_news .__content .post .title h2 {
  border-top: 3px solid #000;
  color: #016cdb;
  padding-top: 10px;
  font-size: 20px;
  padding-left: 20px;
}

#p_news .__content .post .text {
  padding-left: 20px;
}

#p_news .__content .post .text p {
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 26px;
}

#p_news .__content .post .text p b {
  font-size: 16px;
}

#p_news .__content .post .text p a {
  color: #22c0ce;
}

#p_news .__content .post .text .img {
  float: right;
  position: relative;
}

#p_news .__content .post .text .img .ic {
  position: absolute;
  bottom: 0;
  right: 0;
}

#p_news .__content .post .text .img>a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#p_news .__content .post:nth-last-of-type(2) {
  margin-bottom: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post {
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post .title {
    margin: 0 -3.57143% 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post .title .date {
    margin-left: 3.33333%;
    padding-left: 2.22222%;
    line-height: 27px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post .title h2 {
    padding: 1.11111% 3.33333% 0;
    font-size: 17px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post .text {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post .text p {
    line-height: 19px;
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post .text .img {
    width: 100%;
    -webkit-box-ordinal-group: 10001;
    -ms-flex-order: 10000;
    order: 10000;
    margin-top: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_news .__content .post:nth-last-of-type(2) {
    margin-bottom: 23.80952%;
  }
}

/* ========== end △ */
#p_success .cm-banner-right {
  display: none !important;
}

#p_success .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

#p_success #main .container {
  width: 1000px;
  margin: auto;
}

#p_success #main .container .__wrap {
  width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

#p_success #main .container .__wrap .post {
  padding: 20px 15px 20px 20px;
  -webkit-box-shadow: 0px 0px 8px 0px #e8e8f4;
  box-shadow: 0px 0px 8px 0px #e8e8f4;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

#p_success #main .container .__wrap .post .right {
  width: 595px;
  padding-left: 30px;
}

#p_success #main .container .__wrap .post .right h2 {
  color: #016cdb;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

#p_success #main .container .__wrap .post .right p {
  color: #3e4150;
  margin-bottom: 15px;
}

#p_success #main .container .__wrap .post .right .md_b2 a {
  font-weight: 300;
  width: 280px;
  margin: 0;
}

#p_success #main .container .__wrap .post .left {
  width: 370px;
}

#p_success #main .container .cst1 a {
  background-color: #4ab2c8;
  width: 295px;
  -webkit-box-shadow: 0px 3px 6px 0px #c2d3e5;
  box-shadow: 0px 3px 6px 0px #c2d3e5;
}

#p_success #main .container .cst1 a:hover {
  background-color: #007c96;
}

/* ▽ SP layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1440px) {

  #p_success #main .banner,
  #p_success_dt #main .banner {
    display: none;
  }
}

/* ========== end △ */
#p_success .fx.on_pc {
  width: 200px;
  bottom: 350px;
}

#p_success .fx.on_pc .bnr_service {
  display: none;
}

@media only screen and (max-width: 639px) {
  #p_success .ban {
    width: 90%;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success .breakcrumb .container {
    width: 89.58333%;
    margin: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container {
    width: 89.58333%;
    margin: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap .post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.7619% 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap .post .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    margin-bottom: 7.23684%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap .post .right h2 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 3.94737%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap .post .right p {
    margin-bottom: 5.26316%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap .post .right .md_b2 a {
    width: 67.76316%;
    margin: auto;
    padding: 3.28947% 0;
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .__wrap .post .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success #main .container .cst1 a {
    width: 61.30952%;
    margin: auto;
    padding: 2.97619% 0;
    font-size: 14px;
  }
}

/* ========== end △ */
#p_success_dt .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

#p_success_dt #main .container {
  width: 1000px;
  margin: auto;
}

#p_success_dt #main .container .__wrap h2 {
  font-size: 25px;
  color: #253748;
  line-height: 40px;
  margin-bottom: 40px;
  padding: 10px 0;
  border-left: 1px solid #001830;
  padding-left: 30px;
}

#p_success_dt #main .container .__wrap .img {
  margin-bottom: 55px;
  text-align: center;
}

#p_success_dt #main .container .__wrap .__content {
  margin-bottom: 55px;
  margin-bottom: 8.92857%;
}

#p_success_dt #main .container .__wrap .__content h3 {
  margin-bottom: 30px;
}

#p_success_dt #main .container .__wrap .__content p {
  line-height: 26px;
  margin-bottom: 25px;
}

#p_success_dt #main .container .__wrap .__content .fl_img {
  margin-bottom: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_success_dt #main .container .__wrap .__content .fl_img figure {
  margin-bottom: 30px;
}

#p_success_dt #main .container .__wrap .__content:nth-last-of-type(1) {
  margin-bottom: 100px;
}

#p_success_dt #main .container .bnp ul {
  position: relative;
}

#p_success_dt .fx.on_pc {
  width: 200px;
  bottom: 380px;
}

#p_success_dt .fx.on_pc .bnr_service {
  display: none;
}

@media only screen and (max-width: 639px) {
  #p_success_dt .ban {
    width: 90%;
    margin-top: 50px;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container {
    width: 87.5%;
    margin: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .__wrap h2 {
    font-size: 17px;
    line-height: 22px;
    padding: 2.38095% 0;
    padding-left: 4.16667%;
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .__wrap .img {
    margin-bottom: 8.92857%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .__wrap .__content h3 {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .__wrap .__content p {
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .__wrap .__content .fl_img {
    padding: 0;
    margin: 0 -0.59524% 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .__wrap .__content .fl_img figure {
    margin-bottom: 0;
    padding: 0.59524%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_success_dt #main .container .bnp ul {
    padding-bottom: 16.07143%;
  }

  #p_success_dt #main .container .bnp ul li.b_back {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #p_success_dt #main .container .bnp ul li.b_back a {
    background-position: right 10.29412% center;
    color: #66f5f6;
    background-color: #3e4150;
    background-image: url("../images/bfa6.png");
  }

  #p_success_dt #main .container .bnp ul li.b_prev a {
    background-position: left 10.29412% center;
  }

  #p_success_dt #main .container .bnp ul li.b_next a {
    background-position: right 10.29412% center;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #p_success_dt #main .container .bnp ul li {
    display: inline-block;
    width: 225px;
  }

  #p_success_dt #main .container .bnp ul li.b_next a {
    background-position: right 25px center;
  }

  #p_success_dt #main .container .bnp ul li.b_next a:hover {
    background-position: right 15px center;
  }

  #p_success_dt #main .container .bnp ul li.b_prev a {
    background-position: left 25px center;
  }

  #p_success_dt #main .container .bnp ul li.b_prev a:hover {
    background-position: left 15px center;
  }

  #p_success_dt #main .container .bnp ul li.b_back {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #p_success_dt #main .container .bnp ul li.b_back a {
    background-position: right 25px center;
    background-image: url("../images/bfa6.png");
    color: #66f5f6;
    background-color: #3e4150;
  }

  #p_success_dt #main .container .bnp ul li.b_back a:hover {
    background-position: right 15px center;
    background-color: #000;
  }

  #p_success_dt #main .container .bnp ul li a {
    width: 100%;
    font-size: 16px;
  }
}

/* ========== end △ */
.butt--red a {
  background-color: #ff6b5c;
}

.butt--orange a {
  background-color: #ffa234;
}

.butt--blue a {
  background-color: #4ab2c8;
}

.butt--green a {
  background-color: #4ac7c8;
}

.butt--yellow a {
  background-color: #f9ce4b;
}

#p_column .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

#p_column footer,
#p_column_dt footer {
  padding-bottom: 135px;
}

#p_column .ban,
#p_column_dt .ban {
  display: none !important;
}

#p_column #cm_header,
#p_column_dt #cm_header {
  position: relative;
}

#p_column .column_contact_banner,
#p_column_dt .column_contact_banner {
  padding: 10px 0;
  border-top: 3px solid #3e4150;
  position: fixed;
  bottom: -121px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9995;
}

.column_contact_btn {
  text-align: center;
}

#p_column .column_contact_btn a,
#p_column_dt .column_contact_btn a {
  font-size: 16px;
  border-radius: 15px;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #22c0ce;
  display: inline-block;
  padding: 17px 75px 17px 150px;
  background: url(../column/images/btn_ico1.png) bottom left 30px no-repeat, url(../column/images/btn_ico2.png) center right 20px no-repeat #e6f5f8;
  background-size: 95px, 24px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 768px) {

  #p_column .column_contact_btn a:hover,
  #p_column_dt .column_contact_btn a:hover {
    background-color: #22c0ce;
    border-color: #001830;
  }
}

@media only screen and (min-width: 640px) {
  #p_column #main {
    margin-bottom: 0;
  }
}

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

  #p_column footer,
  #p_column_dt footer {
    padding-bottom: 160px;
  }

  #p_column .column_contact_banner,
  #p_column_dt .column_contact_banner {
    border-top-width: 1px;
  }

  #p_column .column_contact_btn a,
  #p_column_dt .column_contact_btn a {
    background-position: top center, top 65px right 10px;
    background-size: 80px, 15px;
    padding: 55px 45px 15px 15px;
    font-size: 14px;
    text-align: center;
  }
}

#p_column #main .container {
  width: 1000px;
  margin: auto;
}

#p_column #main .container .__wrap h2 {
  font-size: 25px;
  color: #253748;
  line-height: 40px;
  margin-bottom: 50px;
  padding: 10px 0;
  border-left: 1px solid #001830;
  padding-left: 30px;
}

#p_column #main .container .__wrap .list_b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

#p_column #main .container .__wrap .list_b li {
  width: 180px;
}

#p_column #main .container .__wrap .list_b li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 62px;
  border-radius: 35px;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  -webkit-box-shadow: 0px 3px 6px 0px #c2d3e5;
  box-shadow: 0px 3px 6px 0px #c2d3e5;
}

#p_column #main .container .__wrap .list_b li a:hover {
  opacity: 0.7;
}

#p_column #main .container .__wrap .post {
  padding: 20px 15px 20px 20px;
  -webkit-box-shadow: 0px 0px 8px 0px #e8e8f4;
  box-shadow: 0px 0px 8px 0px #e8e8f4;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

#p_column #main .container .__wrap .post .left {
  width: 300px;
}

#p_column #main .container .__wrap .post .right {
  width: 665px;
  padding-left: 50px;
  padding-top: 25px;
}

#p_column #main .container .__wrap .post .right h3 {
  color: #016cdb;
  font-size: 20px;
  margin-bottom: 30px;
}

#p_column #main .container .__wrap .post .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}

#p_column #main .container .__wrap .post .right ul li {
  width: 140px;
  margin: 0 7px 15px;
}

#p_column #main .container .__wrap .post .right ul li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 37px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-shadow: 0px 2px 4px 0px #c2d3e5;
  box-shadow: 0px 2px 4px 0px #c2d3e5;
}

#p_column #main .container .__wrap .post .right ul li a:hover {
  opacity: 0.7;
}

#p_column .fx.on_pc {
  width: 200px;
  bottom: 380px;
}

#p_column .fx.on_pc .bnr_service {
  display: none;
}

@media only screen and (max-width: 639px) {
  #p_column .ban {
    width: 90%;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column .breakcrumb .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap h2 {
    font-size: 17px;
    line-height: 22px;
    padding: 2.38095% 0;
    padding-left: 4.16667%;
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .list_b {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 9.52381%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .list_b li {
    width: 35.71429%;
    margin: 0 0.95238% 1.78571%;
  }

  #p_column #main .container .__wrap .list_b li.butt--green,
  #p_column #main .container .__wrap .list_b li.butt--yellow {
    width: 24.40476%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .list_b li a {
    line-height: 33px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_column #main .container .__wrap .list_b li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) and (max-width: 374px) and (min-width: 320px) {
  #p_column #main .container .__wrap .list_b li a {
    font-size: 11px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post .right h3 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 1.19048%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post .right ul {
    margin: 0 -2.85714% 3.57143%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post .right ul li {
    margin: 0 2.85714% 1.19048%;
    width: 31.57895%;
  }

  #p_column #main .container .__wrap .post .right ul li.butt--blue {
    width: 45.2381%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column #main .container .__wrap .post .right ul li a {
    line-height: 27px;
    font-size: 12px;
  }
}

/* ========== end △ */
#p_column #main #banner_common {
  display: none;
}

#p_column_dt .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

@media only screen and (min-width: 640px) {
  #p_column_dt #main {
    margin-bottom: 0;
  }
}

#p_column_dt #main .container {
  width: 1000px;
  margin: auto;
}

#p_column_dt #main .container .__content {
  max-width: 794px;
  margin: auto;
}

#p_column_dt #main .container .__content figure {
  text-align: center;
  margin-bottom: 40px;
}

#p_column_dt #main .container .__content figure a {
  position: relative;
  display: inline-block;
}

#p_column_dt #main .container .__content figure a:after {
  content: "";
  width: 40px;
  padding-bottom: 40px;
  background-image: url("../column/images/ic1.png");
  position: absolute;
  bottom: 0;
  right: 0;
}

#p_column_dt #main .container .__content h2 {
  font-size: 27px;
  margin-bottom: 10px;
  color: #17a2c0;
  padding-bottom: 5px;
  border-bottom: 2px solid #17a2c0;
}

#p_column_dt #main .container .__content p {
  margin-bottom: 50px;
  font-weight: 300;
  line-height: 26px;
  font-size: 16px;
  line-height: 2;
}

#p_column_dt #main .container .__content h4 {
  font-size: 16px;
}

#p_column_dt #main .container .__content h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #17a2c0;
}

#p_column_dt #main .container .__content>a,
#p_column_dt #main .container .__content p a {
  color: #21c0ce;
}

#p_column_dt #main .container .__content>a::before,
#p_column_dt #main .container .__content p a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background: url(../column/images/icon_link.svg) center no-repeat;
}

#p_column_dt #main .container .__content ._2lk {
  text-align: center;
  line-height: 26px;
  margin-bottom: 30px;
}

#p_column_dt #main .container .__content ._2lk a {
  color: #4ab2c8;
}

#p_column_dt #main .container .__content .md_b2 a {
  background-color: #4ab2c8;
}

#p_column_dt #main .banner {
  margin-top: 75px;
}

#p_column_dt #main #banner_common {
  display: none;
}

#p_column_dt #main .container .__content ul {
  list-style-type: disc !important;
  margin-left: 1.5em;
}

#p_column_dt #main .container .__content ol {
  list-style-type: decimal !important;
  margin-left: 1.5em;
}

#p_column_dt #main .container .__content table {
  width: auto;
}

#p_column_dt #main .container .__content table th,
#p_column_dt #main .container .__content table td {
  border: solid 1px #000;
  padding: 10px;
}

#p_column_dt #main .container .__content table th {
  text-align: center;
}

@media only screen and (max-width: 639px) {
  #p_column_dt #main .container .__content table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

#p_column_dt .fx.on_pc {
  width: 200px;
  bottom: 380px;
}

#p_column_dt .fx.on_pc .bnr_service {
  display: none;
}

@media only screen and (max-width: 639px) {
  #p_column_dt .ban {
    width: 90%;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column_dt .breakcrumb .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column_dt #main .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column_dt #main .container .__content h2 {
    font-size: 20px;
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column_dt #main .container .__content p {
    margin-bottom: 30px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column_dt #main .container .__content h3 {
    font-size: 18px;
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #p_column_dt #main .container .__content .md_b2 a {
    width: 310px;
    font-size: 16px;
    background-position: right 50px center;
  }

  #p_column_dt #main .container .__content .md_b2 a:hover {
    background-position: right 15px center;
    background-color: #3e4150;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (min-width: 640px) and (max-width: 1240px) {

  #p_column #main .banner,
  #p_column_dt #main .banner {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_column_dt #main .banner {
    margin-top: 7.29167%;
  }

  #p_column_dt .clm_detail {
    margin: 40px 0;
  }

  #p_column_dt #main .container .__content table th,
  #p_column_dt #main .container .__content table td {
    padding: 6px;
  }
}

/* ========== end △ */
.column_contact {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #e6f5f8;
}

.column_contact h2 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4rem;
  color: #4ab2c8;
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
  letter-spacing: 5px;
}

.column_contact img {
  display: block;
  width: 130px;
  height: auto;
  margin: 0 auto 20px;
}

.column_contact .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  background-color: #fff;
}

.column_contact_read {
  width: 38%;
  font-size: 1.6rem;
}

.column_contact_read h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}

.column_contact_read h4 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #ff6b5c;
}

.column_contact_read_ul {
  margin: 20px 0;
  padding: 20px;
  background-color: #ffead1;
}

.column_contact_read ul {
  padding-left: 2rem;
  list-style-type: disc;
}

.column_contact form {
  width: 60%;
  background-color: #fff;
}

.column_contact form h3 {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 30px;
}

.column_contact form h3::before {
  content: url(../common_img/icon_contact_g.svg);
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-right: 8px;
}

.column_contact form table {
  margin-bottom: 30px;
}

.column_contact .md_tb1 tr td input[type="text"],
.column_contact .md_tb1 textarea {
  width: 100%;
}

.column_contact .md_tb1 tr th {
  width: 400px;
  padding: 0 15px 0 60px;
}

.column_contact .md_tb1 tr th span {
  left: 15px;
}

.column_contact .form .md_b2 input[type="submit"] {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3e4150;
  margin: 30px auto 0;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background: url("../common_img/icon_contact_w.svg") left 20px center/30px 30px no-repeat, url("../images/bfa4.png") right 11px center/6px 14px no-repeat #3e4150;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.column_contact .form .md_b2 input[type="submit"]:hover {
  background-color: #06114a;
  background: url("../common_img/icon_contact_w.svg") left 20px center/30px 30px no-repeat, url("../images/bfa4.png") right 20px center/6px 14px no-repeat #3e4150;
}

@media only screen and (max-width: 639px) {
  .column_contact {
    padding: 40px 0;
    margin-bottom: 40px;
  }

  .column_contact h2 {
    font-size: 2rem;
  }

  .column_contact img {
    width: 100px;
  }

  .column_contact .container {
    padding: 16px;
  }

  .column_contact_read {
    width: 100%;
    font-size: 1.5rem;
  }

  .column_contact_read h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .column_contact_read h4 {
    font-size: 1.8rem;
  }

  .column_contact_read_ul {
    margin: 10px 0;
  }

  .column_contact form h3::before {
    display: block;
    margin: 20px auto 0;
  }

  .column_contact form {
    width: 100%;
  }

  .column_contact .md_tb1 tr th {
    width: auto;
    padding: 10px 0 10px 60px;
  }
}

.columncontact_bnr {
  display: block;
  max-width: 490px;
  margin: 50px auto;
}

.columncontact_bnr::before {
  content: none !important;
}

/*  column/?id=1469063163-090282
-------------------------------------------- */
.p1469063163-090282_lead {
  padding: 28px;
  background-color: #ffead1;
  border-radius: 10px;
}

@media only screen and (max-width: 639px) {
  .p1469063163-090282_lead {
    padding: 6%;
  }
}

.p1469063163-090282_list_title {
  margin: 0 !important;
  color: #fff;
  font-size: 22px !important;
  font-weight: 600 !important;
  text-align: center;
  background-color: #21c0ce;
}

.p1469063163-090282_list {
  padding: 25px 80px;
  font-size: 15px;
  background-color: #e6f5f8;
  margin: 0 !important;
}

.p1469063163-090282_list li {
  padding: 5px 0;
  text-decoration: none;
}

.p1469063163-090282_list a {
  text-decoration: none;
}

.p1469063163-090282_list a:hover {
  text-decoration: underline;
}

.p1469063163-090282_dropdwn {
  position: relative;
}

.p1469063163-090282_dropdwn span {
  position: absolute;
  left: -50px;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #21c0ce;
  vertical-align: middle;
  cursor: pointer;
}

.dropdwn_icon::before,
.dropdwn_icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
  background: #fff;
  transition: .2s;
}

.dropdwn_icon::before {
  transform: rotate(90deg);
}

ul.p1469063163-090282_child {
  display: none;
}

.p1469063163-090282_h2 {
  color: #21c0ce;
  padding-bottom: 5px;
  border-bottom: 2px solid #21c0ce;
}

.p1469063163-090282_table tr:nth-child(1) td {
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 600;
  background-color: #17a2c0;
}

.p1469063163-090282_table td {
  border-color: #bfdde3 !important;
}

.p1469063163-090282_table td:nth-child(1) {
  font-size: 1.6rem;
  color: #17a2c0;
  font-weight: 600;
  text-align: center;
  background-color: #e6f5f8;
}

.p1469063163-090282_blockquote {
  position: relative;
  padding: 28px;
  background-color: #f7f7f7;
  word-wrap: break-word;
}

.p1469063163-090282_blockquote::after {
  content: "”";
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff;
  font-size: 200px;
  line-height: 1;
  z-index: 0;
}

.p1469063163-090282_blockquote p {
  position: relative;
  margin-bottom: 0 !important;
  z-index: 2;
}

#p_column_dt #main .container .__content ul.columnsummary_list {
  list-style: none !important;
  margin-left: 0;
  padding: 20px 30px;
  font-size: 16px;
  background-color: #e6f5f8;
  border-radius: 10px;
}

.columnsummary_list li:not(:nth-child(1)) {
  margin-top: 10px;
}

.column_memo {
  color: #FF6600;
  padding: 20px 25px;
  background-color: #ffead1;
  border-radius: 10px;
}

@media only screen and (max-width: 639px) {
  .p1469063163-090282_list {
    padding: 20px 24px 20px 65px;
  }

  .p1469063163-090282_table tr:nth-child(1) td {
    font-size: 1.6rem;
  }

  .p1469063163-090282_table td:nth-child(1) {
    font-size: 1.5rem;
  }

  .columncontact_bnr {
    margin: 30px auto;
  }

  .p1469063163-090282_blockquote,
  #p_column_dt #main .container .__content ul.columnsummary_list,
  .column_memo {
    padding: 6%;
  }

  .p1469063163-090282_blockquote::after {
    font-size: 140px;
  }
}

/*
------------------------------------------------------------------------- */
body#p_works {
  letter-spacing: inherit;
  font-size: inherit;
  line-height: 1.231;
}

#p_works #mainvisual .container {
  width: 1000px;
  margin: 5px auto 0;
}

#p_works .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

#p_works #main {
  opacity: 1;
}

#p_works #main .acl {
  margin-bottom: 15px;
}

#p_works #main .acl .container {
  width: 1000px;
  margin: auto;
}

#p_works #main .acl ul {
  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-bottom: 30px;
}

#p_works #main .acl ul li {
  width: 150px;
  margin-bottom: 30px;
}

#p_works #main .acl ul li a {
  text-decoration: none;
  display: block;
  background-color: #4ab2c8;
  border-radius: 35px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
  background-image: url("../products/images/bfa2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

#p_works #main .acl ul li a:hover {
  background-image: url("../products/images/bfa1.png");
  color: #66f5f6;
  background-color: #3e4150;
  -webkit-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
}

#p_works #main .acl .cat_comment {
  padding: 20px;
  background-color: #e6f5f8;
}

#p_works #mainvisual .cat_comment {
  /*padding: 20px;*/
  /*background-color: #e6f5f8;*/
}

/* ▽ PC layout ========== */
@media only screen and (min-width: 640px) {
  #p_works #main .acl .cat_comment {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 80px;
    padding: 30px;
  }

  #p_works #mainvisual .cat_comment {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 639px) {
  #p_works #mainvisual {
    height: auto;
    padding: 20px 0;
  }

  #p_works #mainvisual .container {
    width: 100%;
    margin: 5px auto 0;
  }

  #p_works #mainvisual .cat_comment {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 0;
    padding: 10px 20px;
  }
}

/* ========== end △ */
#p_works #main .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}

#p_works #main .list .item {
  width: 380px;
  margin-bottom: 30px;
  position: relative;
  margin-right: calc(calc(1280px - calc(410px * 3)) / 2);
  overflow: hidden;
}

#p_works #main .list .item figure {
  overflow: hidden;
}

#p_works #main .list .item h2 {
  font-size: 18px;
}

#p_works #main .list .item:nth-child(3n+3) {
  margin-right: 0;
}

#p_works #main .banner {
  margin-top: 75px;
}

#p_works .siteType {
  width: 410px;
  overflow-wrap: break-word;
  word-break: keep-all;
}

/* ------------- */
#p_works #main .container .post {
  padding: 20px 15px 20px 20px;
  border: solid 2px #ccc;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

#p_works #main .case .container {
  width: 1000px;
}

#p_works #main .case .case_subttl {
  font-size: 17px;
  display: inline-block;
  border: 1px solid #333;
  padding: 0 15px;
  border-radius: 20px;
}

#p_works #main .container .post .left {
  width: 370px;
}

#p_works #main .container .post .right {
  width: 595px;
  padding-left: 30px;
}

#p_works #main .container .post .right h2 {
  color: #016cdb;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 15px;
}

#p_works #main .container .post .right p {
  color: #3e4150;
  margin-bottom: 15px;
}

#p_works #main .container .post .right .md_b2 a {
  font-weight: 300;
  width: 280px;
  margin: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works .breakcrumb .container {
    width: 87.5%;
  }

  #p_works #main .case .container {
    width: 89.58333%;
    margin: auto;
  }

  #p_works #main .container .post .right {
    padding-left: 0px;
  }

  #p_works #main .container .post {
    flex-direction: column;
  }

  #p_works #main .container .post .left {
    width: 100%;
    margin-bottom: 20px;
  }

  #p_works #main .container .post .right {
    width: 100%;
  }

  #p_works #main .case .case_subttl {
    font-size: 14px;
    line-height: 1.5;
  }

  #p_works #main .container .post .right h2 {
    font-size: 17px;
    line-height: 1.5;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main {
    min-width: auto;
  }

  #p_works #main .acl {
    margin-bottom: 11.45833%;
  }

  #p_works .siteType {
    width: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .acl .container {
    width: 89.58333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .acl ul li {
    width: 32.14286%;
    margin-bottom: 2.97619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .acl ul li a {
    background-size: 40.74074%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_works #main .acl ul li a {
    font-size: 13px;
    line-height: 45px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .list {
    width: 89.58333%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #p_works #main .list .item img {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .list .item {
    width: 48.80952%;
    -webkit-box-shadow: 3px 3px 3px 0px #d2e2ed;
    box-shadow: 3px 3px 3px 0px #d2e2ed;
    border-radius: 4px;
    margin-bottom: 3.57143%;
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .list .item figure {
    margin-bottom: 0;
    width: 100%;
    height: auto;
    max-height: 170px;
  }

  #p_works #main .list .item figure img {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .list .item h2 {
    font-size: 14px;
    text-align: center;
    padding: 3.17073% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_works #main .banner {
    margin-top: 8.33333%;
  }
}

/* ========== end △ */
#p_contact .cm-banner-right {
  display: none;
}

#p_contact .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

#p_contact #main .container,
#p_contact2 #main .container {
  width: 1000px;
  margin: auto;
}



#p_contact #contact_form,
#p_contact #consulting_form,
#p_contact #unyoconsulting_form {
  display: none;
}

#p_contact #contact_form.show,
#p_contact #consulting_form.show,
#p_contact #unyoconsulting_form.show {
  display: block;
}

.contact_nav {
  display: flex;
  margin: 60px auto;
  justify-content: center;
}

.contact_nav li {
  position: relative;
  width: 30%;
  font-size: 21px;
  font-weight: bold;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #35b3ce;
  cursor: pointer;
}

.contact_nav li+li {
  margin: 0 0 0 3%;
}

.contact_nav li.tab_seisaku.active {
  background-color: #f47163;
}

.contact_nav li.tab_webcon.active {
  background-color: #00b190;
}

.contact_nav li.tab_unyou.active {
  background-color: #0067b1;
}

.contact_nav li.active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
}

.contact_nav li.tab_seisaku.active::after {
  border-color: #f47163 transparent transparent transparent;
}

.contact_nav li.tab_webcon.active::after {
  border-color: #00b190 transparent transparent transparent;
}

.contact_nav li.tab_unyou.active::after {
  border-color: #0067b1 transparent transparent transparent;
}

.contact_nav li span {
  display: block;
  font-size: 18px;
}

.contact_nav li a {
  position: relative;
  display: block;
  width: calc(80% + 30px);
  font-size: 16px;
  margin: 5px auto 0;
  padding: 0 15px;
  color: #fff;
  border-radius: 15px;
}

.contact_nav li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
  margin: auto;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.contact_nav li a:hover {
  background-color: #ffda75;
}

.contact_nav li a:hover {
  background-color: #ffda75;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .contact_nav {
    flex-direction: column;
    align-items: center;
    margin: 0px auto 30px;
  }

  .contact_nav li {
    width: 94%;
    font-size: 18px;
    padding: 5px 0;
  }

  .contact_nav li+li {
    margin: 20px 0 0 0;
  }

  .contact_nav li span {
    font-size: 15px;
  }

  .contact_nav li a {
    font-size: 14px;
  }
}

/* ========== end △ */
#p_contact #main .container input,
#p_contact2 #main .container input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#p_contact #main .container textarea,
#p_contact2 #main .container textarea {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#p_contact #main .container select,
#p_contact2 #main .container select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#p_contact #main .container select option,
#p_contact2 #main .container select option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#p_contact #main .sec1 .container h2 {
  font-size: 32px;
  color: #001830;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#p_contact #main .sec1 .container h2 span {
  font-size: 38px;
}

#p_contact #main #contact_form.sec1 .container h2 span {
  color: #f47163;
}

#p_contact #main #consulting_form.sec1 .container h2 span {
  color: #00b190;
}

#p_contact #main #unyoconsulting_form.sec1 .container h2 span {
  color: #0067b1;
}

#p_contact .b_tel {
  margin-bottom: 20px;
}

#p_contact .b_tel .m_tel {
  margin: auto;
  height: 100px;
  background-color: #e4e6e796;
  padding: 12px 15px;
}

#p_contact .b_tel .m_tel .outside {
  background-color: #f47164;
  border-radius: 4px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#p_contact .b_tel .m_tel .outside:before {
  content: "";
  width: 91px;
  padding-bottom: 92px;
  background-image: url("../images/gtm.png");
  position: absolute;
  left: 15px;
  top: 15px;
}

#p_contact .b_tel .m_tel .outside .number {
  font-size: 60px;
  padding-right: 60px;
  font-family: "Josefin Sans", sans-serif;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 65px;
  font-weight: 650;
}

#p_contact .b_tel .m_tel .outside .text {
  color: #fff;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", "游ゴシック", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-right: 35px;
  border-right: 1px solid #fff;
  margin-right: 30px;
  line-height: 40px;
}

#p_contact .b_tel .m_tel .outside .text a {
  color: #fff;
  text-decoration: none;
}

#p_contact .title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_contact .title .left {
  background-color: #3e4150;
  width: 180px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  position: relative;
}

#p_contact .title .left:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 17px solid #3e4150;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#p_contact .title .left .inside {
  display: inline-block;
  font-size: 22px;
  text-align: left;
}

#p_contact .title .left .inside span {
  font-size: 30px;
  color: #5dd2d4;
  vertical-align: -2px;
}

#p_contact .title .right {
  width: calc(100% - 180px);
  padding-left: 30px;
}

#p_contact .title .right.completion {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

#p_contact .title .right h3 {
  color: #ffa234;
  font-size: 27px;
  margin-right: -20px;
}

#p_contact .title .right p {
  color: #3e4150;
  font-size: 22px;
}

#p_contact #main .sec1 .container .form table {
  margin-bottom: 30px;
}

#p_contact #main .sec1 .container .form table tr td p {
  margin-bottom: 0;
}

#p_contact #main .sec1 .container .form p {
  line-height: 26px;
  margin-bottom: 30px;
}

#p_contact #main .sec1 .container .form p a {
  color: #4ac7c8;
}

#p_contact #main .sec1 .container .form .md_b2 {
  margin-bottom: 45px;
}

#p_contact #main .sec1 .container .form .md_b2 input[type="submit"] {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #e30202;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background-image: url("../images/bfa4.png");
  background-repeat: no-repeat;
  background-position: right 11px center;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#p_contact #main .sec1 .container .form .md_b2 input[type="submit"]:hover {
  background-color: #06114a;
  background-position: right 20px center;
}

#p_contact #main .sec1 .container .form table tbody tr th {
  width: 400px;
  position: static !important;
  padding: 15px;
}

@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form table tbody tr th {
    width: 100%;
  }
}


/* contact 修正 */

#p_contact .cm-contact2 {
  margin-bottom: 70px;
  padding: 40px;
  position: relative;
  background: url(../contact/images/bg01.jpg) top center no-repeat;
  background-size: cover;
  margin-top: 40px;
}

#p_contact .cm-contact2::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -35px;
  background: url(../contact/images/line1.png) top left no-repeat;
  background-size: 100%;
  width: 133px;
  height: 177px;
}

#p_contact .cm-contact2 .white {
  background: rgba(255, 255, 255, 0.9);
  padding: 57px 4%;
}

#p_contact .cm-tt2 {
  font-size: 30px;
  text-align: center;
  background: url(../contact/images/ico_hear.png) bottom center no-repeat;
  padding-bottom: 25px;
  margin-bottom: 25px;
  line-height: 1.5;
}

#p_contact .flex_jus_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#p_contact .cm-contact2 .contact-info {
  margin-top: 20px;
  align-items: center;
}

#p_contact .cm-contact2 .contact-info .txt {
  font-size: 20px;
  color: #376aaa;
  font-weight: bold;
  margin-right: 60px;
  margin-bottom: 0;
}

#p_contact .cm-contact2 .contact-info .phone {
  margin-right: 0;
  text-align: center;
}

#p_contact .cm-contact2 .phone .cm_phone {
  font-size: 30px;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  font-weight: bold;
  line-height: 1.5;
}

#p_contact .cm_phone .ico {
  background: url(../contact/images/ico_phone.png) center center no-repeat #4abba9;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  background-size: 14px;
}

#p_contact .cm-contact2 .phone {
  text-align: center;
}

#p_contact .cm-contact2::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -35px;
  background: url(../contact/images/line1.png) top left no-repeat;
  background-size: 100%;
  width: 133px;
  height: 177px;
}


#p_contact .contact_form_step {
  position: relative;
  margin: 60px 0;
}

#p_contact .contact_form_step #mf {
  position: absolute;
  top: -80px;
  left: 0;
}

#p_contact .contact_form_step_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

#p_contact .contact_form_step_list .item {
  position: relative;
  width: 226px;
  height: 66px;
}

#p_contact .contact_form_step_list .item::before {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 9999px;
  background-color: #F2F2F2;
  content: '';
}

#p_contact .contact_form_step_list .item.active::before {
  background-color: #22c0ce;
}

#p_contact .contact_form_step_list .item .status {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#p_contact .contact_form_step_list .item.active .status {
  color: #22c0ce;
}


#p_contact .contact_form_step_list .item:nth-of-type(n+2)::after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: -50%;
  width: 100%;
  height: 5px;
  background-color: #F2F2F2;
  content: '';
}

#p_contact .contact_form_step_list .item.active:nth-of-type(n+2)::after {
  background-color: #22c0ce;
}

#p_contact #main .sec1 .container .contact_form_ttl {
  font-size: 26px;
  margin-bottom: 20px;
  text-align: center;
}


#p_contact .tbl_adjust01 {
  border-left: none;
  border-right: none;
  border-top: 3px solid #222;
  border-bottom: 3px solid #222;
}

#p_contact .tbl_adjust01 th,
#p_contact .tbl_adjust01 td {
  border-top: 1px solid #d4d4d4;
  vertical-align: middle;
  text-align: left;
  padding: 20px;
}

#p_contact #main .sec1 .container .form .tbl_adjust01 tbody tr th {
  border-top: 1px solid #d4d4d4;
  border-right: none;
  border-left: none;
  vertical-align: middle;
  text-align: left;
  padding: 20px;
  background: #e8eff8;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  /*display: flex;
	align-items: center;*/
  width: 32%;

}

#p_contact #main .sec1 .container .form .tbl_adjust01 tbody tr th span {
  background-color: #ce2e71;
  height: 30px;
  width: 50px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  margin-right: 20px;
}

#p_contact #main .sec1 .container .form .tbl_adjust01 tbody tr th span.tp1 {
  background-color: #4abba9;
}

#p_contact .tbl_adjust01 td {
  width: 68%;
  border-left: none;
  border-right: none;
}


#p_contact .tbl_adjust01 td input[type="text"] {
  height: 40px;
  padding: 0 10px;
  border: 1px solid #515151;
  font-size: 15px;
}

#p_contact .tbl_adjust01 td input[type="text"]:focus,
#p_contact .tbl_adjust01 td textarea:focus {
  background: #fbdfe2;
}

#p_contact .tbl_adjust01 tr td select {
  height: 40px;
  width: 370px;
  border: 1px solid #515151;
  font-size: 15px;
  padding: 8px 15px;
}

#p_contact .tbl_adjust01 td textarea {
  height: 150px;
  padding: 10px;
  border: 1px solid #515151;
  font-size: 15px;
}

#p_contact .tbl_adjust01 td .alert_txt {
  color: #f00;
  display: none;
}

#p_contact .tbl_adjust01 td.alert .alert_txt {
  display: block;
}

#p_contact .required_alert {
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
  border-left: 5px solid #f00;
  border-right: 5px solid #f00;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 30px;
  display: none;
}

#p_contact .required_alert.alert {
  display: block;
}

#p_contact #main .sec1 .container .form .required_alert_txt {
  color: #f00;
  margin-bottom: 0;
}


@media only screen and (max-width: 639px) {
  #p_contact .cm-contact2 {
    padding: 10px;
  }

  #p_contact .cm-contact2::before {
    width: 55px;
    top: -15px;
    left: -12px;
  }

  #p_contact .cm-contact2 .white {
    padding: 30px 2%;
  }

  #p_contact .cm-tt2 {
    font-size: 24px;
  }

  #p_contact .cm-contact2 .contact-info {
    display: block;
    text-align: center;
  }

  #p_contact .cm-contact2 .contact-info .txt {
    margin-bottom: 20px;
    margin-right: 0;
  }

  #p_contact .cm-contact2 .phone .cm_phone {
    justify-content: center;
    pointer-events: all;
  }

  #p_contact .cm-contact2::after {
    width: 55px;
    height: 77px;
    bottom: -15px;
    right: -12px;
  }

  #p_contact .contact_form_step {}

  #p_contact .contact_form_step_list {}

  #p_contact .contact_form_step_list .item {
    width: 120px;
  }

  #p_contact .contact_form_step_list .item::before {
    z-index: 0;
    left: calc(50% - 15px);
  }

  #p_contact .contact_form_step_list .item .status {
    font-size: 16px;
  }

  #p_contact .contact_form_step_list .item:nth-of-type(n+2)::after {
    z-index: -1;
  }


  #p_contact #main .sec1 .container .contact_form_ttl {
    font-size: 18px;
  }


  #p_contact #main .sec1 .container .form .tbl_adjust01 tbody tr th {
    font-size: 14px;
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
  }

  #p_contact .tbl_adjust01 td {
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: none;
  }


  #p_contact #main .sec1 .container .form .tbl_adjust01 tbody tr th span {
    margin-right: 10px;
  }

  #p_contact .tbl_adjust01 tr td select {
    width: 100%;
  }

}


/*#wstage107  START*/
#p_contact #main .sec1 .container #wstage107 {
  margin: 25px auto 45px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#p_contact #main .sec1 .container #wstage107 .wstage107_top {
  border-radius: 4px;
  border-top: 4px solid #ffa234;
  border-left: 4px solid #ffa234;
  border-right: 4px solid #ffa234;
  background-color: #ffa234;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 14px 10px;
}

#p_contact #main .sec1 .container #wstage107 .wstage107_top .wstage107_top--01,
#p_contact #main .sec1 .container #wstage107 .wstage107_top .wstage107_top--02 {
  line-height: 1.6;
}

#p_contact #main .sec1 .container #wstage107 .wstage107_bottom {
  border-radius: 4px;
  border-bottom: 4px solid #ffa234;
  border-left: 4px solid #ffa234;
  border-right: 4px solid #ffa234;
  background-color: #fbf1e6;
  margin-top: -5px;
  padding: 17px 25px 28px 25px;
  color: #3e4150;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

#p_contact #main .sec1 .container #wstage107 .wstage107_bottom span {
  color: #fb9723;
  border-bottom: 1px solid #f99f36;
}

@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container #wstage107 {
    margin: 6% auto 10% auto;
  }

  #p_contact #main .sec1 .container #wstage107 .wstage107_top {
    font-size: 19px;
    padding: 2.5% 3.4% 5% 3.4%;
  }

  #p_contact #main .sec1 .container #wstage107 .wstage107_bottom {
    font-size: 16px;
    padding: 3.4%;
  }
}

@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form table tbody tr th {
    width: 100%;
  }
}

#p_contact #main .sec1 .container .form table tbody tr th .pform_ttl-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_contact #main .sec1 .container .form table tbody tr th span {
  position: static !important;
  top: auto !important;
  transform: none !important;
  margin-right: 8px;
}

#p_contact #main .sec1 .container .form2 h3 {
  color: #f47164;
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
}

#p_contact #main .sec1 .container .form2 table tr td input {
  vertical-align: -1px;
  margin: 0 10px 0 0;
}

#p_contact #main .sec1 .container .form2 table,
#p_contact #main .sec1 .container .form2 table tbody,
#p_contact #main .sec1 .container .form2 table tbody tr {
  display: block;
}

#p_contact #main .sec1 .container .form2 table tbody tr th {
  width: 270px;
  position: static !important;
  padding-left: 30px !important;
}

@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tbody tr th {
    width: 100%;
    padding: 15px !important;
  }
}

#p_contact #main .sec1 .container .form table tbody tr th .pform_ttl-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_contact #main .sec1 .container .form2 table tbody tr td {
  width: 725px;
}

@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tbody tr td {
    width: 100%;
  }
}

#p_contact #main .sec1 .container .form2 table tbody tr th span {
  position: static !important;
  top: auto !important;
  transform: none !important;
  margin-right: 8px;
}

#p_contact #main .sec1 .container .form table tr td .col3 li {
  width: 210px;
  display: inline-block;
  margin: 10px 0;
}

#p_contact #main .sec1 .container .form table tr td .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 660px;
}

#p_contact #main .sec1 .container .form table tr td .col2 li {
  width: 330px;
  padding-right: 20px;
}

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

  #p_contact #main .sec1 .container .form table tr td .col2,
  #p_contact #main .sec1 .container .form table tr td .col2 li {
    width: 100%;
  }
}

#p_contact #main .sec1 .container .form table tr td .col2 li:nth-child(even) {
  padding-right: 0;
}

#p_contact #main .sec1 .container .form table tr td p {
  margin-bottom: 0;
}

#p_contact #main .sec1 .container .form table tr td textarea {
  width: 100%;
  margin-bottom: 10px;
}

#p_contact #main .sec2 .container h2 {
  color: #253748;
  border-left: #253748 1px solid;
  font-size: 28px;
  padding: 7px 0 7px 30px;
  margin-bottom: 45px;
}

#p_contact #main .sec2 .container p {
  margin-bottom: 30px;
}

#p_contact #main .sec2 .container p a {
  color: #4ac7c8;
}

#p_contact #main .sec2 .container ul {
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #fafcfe;
}

#p_contact #main .sec2 .container ul li {
  vertical-align: middle;
}

#p_contact #main .sec2 .container ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4ab2c8;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 10px;
}

#p_contact #main .conf_bak {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3e4150;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background-image: url("../images/bfa4_revers.png");
  background-repeat: no-repeat;
  background-position: left 11px center;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#p_contact #main .conf_bak:hover {
  background-color: #06114a;
  background-position: left 20px center;
}

@media only screen and (max-width: 639px) {
  #p_contact #main .conf_bak {
    width: 65.47619%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 2.5% 0 2.5%;
    background-size: 1.63636% auto;
    background-position: left 4.90909% center;
  }
}

#p_contact #main .conf_bak-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 639px) {
  #p_contact #main .conf_bak-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;

  }
}

@media only screen and (max-width: 639px) {
  #p_contact #main .sec2 .container .gg_pp {
    word-break: break-all;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .breakcrumb .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .container {
    width: 87.5%;
  }
}

@media only screen and (max-width: 639px) {
  #p_contact2 #main .container {
    width: 94%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container h2 {
    font-size: 19px;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container h2 span {
    display: block;
    font-size: 24px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .b_tel .m_tel {
    padding: 1.42857% 1.66667%;
    width: 100%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .b_tel .m_tel {
    height: 80px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .b_tel .m_tel .outside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 3.69458%;
  }

  #p_contact .b_tel .m_tel .outside .inside {
    width: 67.13555%;
    margin-top: 3.83632%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .b_tel .m_tel .outside .inside {
    margin-top: 2.55754%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .b_tel .m_tel .outside:before {
    width: 27.0936%;
    padding-bottom: 27.0936%;
    background-size: 100% 100%;
    left: 12px;
    top: 14px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .b_tel .m_tel .outside:before {
    left: 7px;
    top: 7px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .b_tel .m_tel .outside .number {
    padding-right: 0;
    font-size: 44px;
    margin-right: -3.80952%;
    line-height: 45px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 639px) and (max-width: 470px) and (min-width: 377px) {
  #p_contact .b_tel .m_tel .outside .number {
    font-size: 36px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .b_tel .m_tel .outside .number {
    font-size: 33px;
    line-height: 35px;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) and (max-width: 374px) and (min-width: 320px) {
  #p_contact .b_tel .m_tel .outside .number {
    font-size: 30px;
  }
}

@media only screen and (max-width: 639px) {
  #p_contact .b_tel .m_tel .outside .number a {
    color: inherit;
    text-decoration: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .b_tel .m_tel .outside .text {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    font-size: 17px;
    line-height: 17px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 470px) and (min-width: 377px) {
  #p_contact .b_tel .m_tel .outside .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .b_tel .m_tel .outside .text {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) and (max-width: 374px) and (min-width: 320px) {
  #p_contact .b_tel .m_tel .outside .text {
    font-size: 12px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .left {
    width: 100%;
    padding: 0.59524% 0 1.19048%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .left:after {
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 13px solid #3e4150;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .left .inside {
    font-size: 27px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .title .left .inside {
    font-size: 20px;
  }
}

@media only screen and (max-width: 639px) {
  #p_contact .title .left .inside br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .left .inside span {
    font-size: 37px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .title .left .inside span {
    font-size: 25px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .right {
    width: 100%;
    padding: 4.7619% 0 0 0;
    margin-bottom: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .right h3 {
    font-size: 19px;
    text-align: center;
    line-height: 24px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .title .right h3 {
    font-size: 16px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .title .right p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_contact .title .right p {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form table {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form p {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form .md_b2 {
    margin-bottom: 5.35714%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form .md_b2 input[type="submit"] {
    width: 65.47619%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 2.5% 0 2.5%;
    background-size: 1.63636% auto;
    background-position: right 4.90909% center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tr td .col3 li {
    width: 100%;
    margin: 1.27551% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tr td .col2 {
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tr td .col2 li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.55102%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tr td p {
    line-height: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec1 .container .form2 table tr td textarea {
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact #main .sec2 .container h2 {
    font-size: 20px;
    padding: 1.78571% 0 1.78571% 3.57143%;
  }
}

#p_contact #main .radio_list li {
  margin-bottom: 10px;
}

#p_contact #main .radio_list li:last-child {
  margin-bottom: 0;
}

#p_contact #main .radio_list li input[type="radio"] {
  width: 17px;
  height: 17px;
  vertical-align: sub;
}

#p_contact #main .radio_list li label {
  display: inline-block;
  line-height: 1.3;
  font-size: 16px;
  text-indent: -27px;
  padding-left: 27px;
  line-height: 1.6;
}

/*==================================
inline privacy
==================================*/
.p-privacyBox {
  border: 1px solid #ccc;
  overflow-y: scroll;
  height: 240px;
  margin-top: 20px;
  padding: 20px;
}

.p-privacyBox__title:first-of-type {
  margin-top: 0;
}

.p-privacyBox__title {
  font-size: 1.6rem;
  margin-top: 6rem;
  margin-bottom: 27px;
  font-weight: bold;
}

.p-privacyBox__list {
  counter-reset: number 0;
}

.p-privacyBox__item ._item__title {
  margin-top: 19px;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.p-privacyBox__item ._item__body {
  display: -ms-flexbox;
  display: flex;
}


.p-privacyBox__item ._item__body::before {
  content: counter(number) ".";
  font-weight: bold;
  margin-right: 4px;
  opacity: 0;
}

.p-privacyBox__item ._item__title::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 4px;
  flex-shrink: 0;
}

.p-paragraph {
  margin-top: 1em;
  margin-bottom: 1em;
}

.p-list-lowerAlpha {
  counter-reset: number-list-lowerAlpha 0;
}

.p-list__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0px 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0px 0px;
  gap: 0px 0px;
  grid-template-areas: "blank ." "blank .";
}

.p-list>li {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}

.p-list-lowerAlpha>li::before {
  counter-increment: number-list-lowerAlpha 1;
  content: counter(number-list-lowerAlpha, lower-alpha) ".";
}

.p-privacyBox__item ._item__body ._body__highlight {
  padding: 16px;
  background-color: #f9f9f9;
}


.p-privacyBox__item ._item__body ._body__list.-disc ._body__item {
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.p-privacyBox__item ._item__body ._body__list.-disc ._body__item::before {
  content: '';
  width: 7px;
  height: 7px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  background-color: #bd1a21;
  transform: translateY(-2px);
}

.p-table {
  border: #d0d0d0;
  width: 100%;
  table-layout: auto;
  display: table !important;
}

.p-table-privacyBox tbody {
  display: table-row-group !important;
}

.p-table-privacyBox thead,
.p-table-privacyBox tbody,
.p-table-privacyBox th,
.p-table-privacyBox td {
  border-width: 1px;
  border-style: solid;
  border-color: #d0d0d0;
  padding: 0.8rem;
  vertical-align: top;
  width: auto !important;
}

.p-table-privacyBox thead {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.p-table-privacyBox tr {
  display: table-row !important;
}

.p-table-privacyBox thead th {
  border-color: #5e5e5e;
}

.p-form__agreement {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
}

#p_contact2 .p-form__agreement {
  margin-bottom: -40px;
}

#submitbtn[type="submit"]:disabled,
#submitbtn02[type="submit"]:disabled {
  pointer-events: none !important;
  background-color: #eee !important;
  border-color: transparent;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .p-privacyBox {
    height: 385px;
    margin-top: 24px;
    padding-top: 54px;
    padding-left: 56px;
  }

  .p-privacyBox__title {
    font-size: 2.1rem;
    margin-top: 7.2rem;
  }

  .p-privacyBox__item ._item__body ._body__highlight {
    padding: 28px 36px;
  }

  .p-form__agreement {
    margin-top: 34px;
  }
}


/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #mainvisual {
    margin-bottom: 8.33333%;
  }
}

/* ========== end △ */
#p_consulting .breakcrumb .container {
  width: 1000px;
  margin: auto;
}

#p_consulting #main {
  padding-top: 0;
}

#p_consulting #main .top {
  background-image: url("../common_img/bg1.png");
  margin-bottom: 55px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#p_consulting #main .top .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 40px 0 50px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_consulting #main .top .container .fbox .right {
  width: 480px;
}

#p_consulting #main .top .container .fbox .left {
  width: calc(100% - 480px);
  padding-right: 30px;
}

#p_consulting #main .top .container .fbox .left h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

#p_consulting #main .top .container .fbox .left h2 span {
  /* font-size: 40px; */
  color: #009fb7;
}

#p_consulting #main .top .container .fbox .left p {
  line-height: 28px;
  font-size: 16px;
}

#p_consulting #main .content {
  margin-bottom: 80px;
}

#p_consulting #main .content h2 {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

#p_consulting #main .content .list .post {
  background-image: url("../common_img/bg2.png");
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 50px;
  border: 3px solid #009fb7;
}

#p_consulting #main .content .list .post .tbox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: calc(100% - 375px);
  padding-right: 40px;
}

#p_consulting #main .content .list .post .tbox h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

#p_consulting #main .content .list .post .tbox p {
  font-size: 15px;
  line-height: 26.5px;
}

#p_consulting #main .content .list .post figure {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 375px;
}

#p_consulting #main .content .list .post:nth-child(even) .tbox {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  padding-left: 40px;
}

#p_consulting #main .content .list .post:nth-child(even) figure {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

#p_consulting #main .list_b .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_consulting #main .list_b .container .item {
  width: 396px;
  border: 4px solid #004389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #004389;
  background-image: url("../common_img/bfa2.png");
  background-repeat: no-repeat;
  background-position: right 17px center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#p_consulting #main .list_b .container .item:hover {
  background-color: #fff;
  border: 4px solid #001830;
  background-image: url("../common_img/bfa1.png");
}

#p_consulting #main .list_b .container .item:hover .text {
  color: #001830;
}

#p_consulting #main .list_b .container .item figure {
  width: 100px;
  text-align: center;
}

#p_consulting #main .list_b .container .item .text {
  width: calc(100% - 100px);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-left: 10px;
}

#p_consulting #main .list_b .container .item .text span {
  font-weight: bold;
}

#p_consulting #main .list_b .container .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#p_consulting #main .banner {
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting .breakcrumb .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top {
    background-position: center;
    margin-bottom: 7.14286%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top .container .fbox {
    padding: 7.14286% 0 5.95238%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top .container .fbox .right {
    width: 100%;
    text-align: center;
  }

  #p_consulting #main .top .container .fbox .right img {
    width: 96.42857%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top .container .fbox .left {
    width: 100%;
    padding-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top .container .fbox .left h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 5.35714%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top .container .fbox .left h2 span {
    /* font-size: 26px; */
    display: block;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .top .container .fbox .left p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 6.54762%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content {
    margin-bottom: 11.90476%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content h2 {
    margin-bottom: 4.7619%;
    font-size: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post {
    border: 1.5px solid #009fb7;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.7619% 5.95238% 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post .tbox {
    width: 100%;
    padding-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post .tbox h3 {
    font-size: 18px;
    margin-bottom: 2.0436%;
  }

  #p_consulting #main .content .list .post .tbox h3 br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post .tbox p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 4.76839%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post figure {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post:nth-child(even) .tbox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .content .list .post:nth-child(even) figure {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .list_b .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .list_b .container .item {
    width: 100%;
    height: 72px;
    margin-bottom: 2.38095%;
    background-size: 8px;
    background-position: right 3.57143% center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .list_b .container .item figure {
    width: 15.47619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .list_b .container .item .text {
    width: calc(100% - 15.47619%);
    padding-left: 3.57143%;
    font-size: 18px;
  }

  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 639px) {
  #p_consulting #main .list_b .container .item .text {
    font-size: 15px;
  }
}

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

  /* ========== end △ */
  #p_consulting #main .list_b .container .item .text br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_consulting #main .banner {
    margin-top: 8.33333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #mainvisual {
    margin-bottom: 9.52381%;
  }
}

/* ========== end △ */
#p_making #main {
  padding-top: 0;
}

#p_making #main .sec1 {
  background-color: #e6f6f8;
  margin-bottom: 65px;
}

#p_making #main .sec1 .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_making #main .sec1 .container .fbox .left {
  width: 645px;
}

#p_making #main .sec1 .container .fbox .left h2 {
  font-size: 32px;
  line-height: 53px;
  margin-bottom: 15px;
}

#p_making #main .sec1 .container .fbox .left h2 span {
  /* font-size: 31px; */
  color: #009fb7;
}

@media (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left h2 span {
    /* font-size: 25px; */
  }
}

#p_making #main .sec1 .container .fbox .left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#p_making #main .sec1 .container .fbox .left ul li {
  margin-left: 5px;
  margin-bottom: 6px;
}

#p_making #main .sec1 .container .fbox .left ul li.mt {
  width: 272px;
}

#p_making #main .sec1 .container .fbox .left ul li.mt span {
  display: block;
  background-color: #fff;
  line-height: 56px;
  color: #014099;
  border-radius: 5px;
  border: 1px solid #d9eaec;
  text-align: center;
  text-decoration: none;
  color: #014099;
  font-size: 17.5px;
  font-weight: bold;
}

#p_making #main .sec1 .container .fbox .left ul li.mt a:hover {
  opacity: 0.7;
}

#p_making #main .sec1 .container .fbox .right {
  width: calc(100% - 645px);
  padding-top: 25px;
  padding-bottom: 25px;
}

#p_making #main .sec1 .container .fbox .right .map {
  background-image: url("../flow/images/bg2.png");
  background-repeat: no-repeat;
  background-position: left top;
  position: relative;
  height: 320px;
  margin-bottom: 10px;
}

#p_making #main .sec1 .container .fbox .right .map [class*="pic"] {
  border-radius: 4px;
  width: 125px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 4px 0px #314c84;
  box-shadow: 2px 2px 4px 0px #314c84;
  position: absolute;
  z-index: 99;
}

#p_making #main .sec1 .container .fbox .right .map [class*="pic"] p {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  background-color: #004389;
  line-height: 25px;
}

#p_making #main .sec1 .container .fbox .right .map .pic1 {
  top: 5.15464%;
  left: 25%;
}

#p_making #main .sec1 .container .fbox .right .map .pic2 {
  top: 24.74227%;
  right: 8.33333%;
}

#p_making #main .sec1 .container .fbox .right .map .pic3 {
  bottom: 2.06186%;
  left: 5.35714%;
}

#p_making #main .sec1 .container .fbox .right .map .pic4 {
  bottom: 5.15464%;
  right: 16.07143%;
}

#p_making #main .sec1 .container .fbox .right>p {
  background-color: #ddeef0;
  border-top: 1px solid #bedee2;
  border-left: 1px solid #bedee2;
  color: #04325f;
  padding: 5px 10px;
  text-align: justify;
  font-weight: 500;
  width: 500px;
  letter-spacing: -0.3px;
  border-radius: 5px;
}

#p_making #main .sec2 .container {
  width: 1000px;
}

#p_making #main .sec2 .container h2 {
  font-size: 30px;
  margin-bottom: 25px;
  text-align: center;
}

#p_making #main .sec2 .container>p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}

#p_making #main .sec2 .container>p span {
  font-size: 22px;
  vertical-align: -1px;
  background-size: auto 8px;
}

#p_making #main .sec2 .container .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  background-color: #e6f5f8;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_making #main .sec2 .container .list .item:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 45px solid #009fb7;
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#p_making #main .sec2 .container .list .item:last-child:after {
  content: "";
  width: 120px;
  padding-bottom: 86px;
  background-image: url("../flow/images/bfa1.png");
  top: calc(100% + 5px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-repeat: no-repeat;
  border: 0;
}

#p_making #main .sec2 .container .list .item .text {
  padding: 30px 0 30px 150px;
}

#p_making #main .sec2 .container .list .item .text h3 {
  font-size: 24px;
  width: 550px;
  margin-bottom: 15px;
}

#p_making #main .sec2 .container .list .item .text h3>span {
  width: 83px;
  height: 83px;
  background-image: url("../flow/images/bg1.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  top: 40px;
  left: 45px;
  position: absolute;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 45px;
  font-weight: 400;
}

#p_making #main .sec2 .container .list .item .text p {
  text-align: left;
  font-size: 15px;
  line-height: 26px;
}

#p_making #main .sec2 .container .list .item .text p span {
  font-size: 10px;
  vertical-align: 3px;
  color: #009fb7;
}

#p_making #main .sec2 .container .list .item figure {
  width: calc(100% - 550px);
  text-align: center;
  padding: 15px 0;
}

#p_making .banner {
  margin-top: 160px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 {
    padding-bottom: 6.25%;
    margin-bottom: 5.72917%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left {
    margin-bottom: 7.14286%;
    width: 100%;
    padding-top: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left h2 {
    margin-bottom: 8.92857%;
    font-size: 20px;
    text-align: center;
    line-height: 34px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul li {
    margin-left: 0;
    margin-bottom: 0.83333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul li:first-child {
    width: 16.07143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul li:nth-child(2) {
    width: 32.14286%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul li:nth-child(3) {
    width: 50%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul li.mt {
    width: 50%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .left ul li.mt a {
    line-height: 43px;
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .right {
    width: 100%;
    padding: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .right .map {
    padding-bottom: 57.7381%;
    height: 0;
    background-size: 83.33333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .right .map [class*="pic"] {
    width: 23.80952%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .right .map [class*="pic"] p {
    font-size: 12px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_making #main .sec1 .container .fbox .right .map [class*="pic"] p {
    font-size: 10px;
    margin: 0 -2.38095%;
  }
}

/* ========== end △ */
@media only screen and (max-width: 376px) {
  #p_making #main .sec1 .container .fbox .right .map .pic2 {
    top: 20.61856%;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec1 .container .fbox .right>p {
    width: 100%;
    font-size: 12px;
    padding: 1.19048% 2.38095%;
    letter-spacing: -0.7px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_making #main .sec1 .container .fbox .right>p br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container h2 {
    font-size: 23px;
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container>p {
    margin-bottom: 9.52381%;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
  }

  #p_making #main .sec2 .container>p span {
    font-size: 17px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14.28571%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    top: calc(100% + 10px);
    border-top: 22px solid #009fb7;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item:last-child:after {
    width: 14.28571%;
    padding-bottom: 10.11905%;
    top: calc(100% + 10px);
    background-size: cover;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item .text {
    padding: 0 0 0 4.16667%;
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item .text h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 4.96894%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item .text h3>span {
    position: unset;
    width: 12.42236%;
    font-size: 23px;
    height: auto;
    padding: 1.98758% 0;
    margin-right: 3.72671%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item .text p {
    margin-bottom: 5.95238%;
    font-size: 14px;
    line-height: 22px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .sec2 .container .list .item figure {
    width: 100%;
    padding: 0 0 4.7619% 0;
  }

  #p_making #main .sec2 .container .list .item figure img {
    width: 57.14286%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making .banner {
    margin-top: 23.95833%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #mainvisual {
    margin-bottom: 8.33333%;
  }
}

/* ========== end △ */
#p_after .fx {
  display: none;
}

#p_after #main {
  padding-top: 0;
}

#p_after #main .sec1 {
  background-color: #e6f6f8;
}

#p_after #main .sec1 .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding: 35px 0 40px; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_after #main .sec1 .container .fbox .img {
  width: 470px;
}

#p_after #main .sec1 .container .fbox .text {
  width: calc(100% - 470px);
  padding-right: 40px;
  font-size: 18px;
}

#p_after #main .sec1 .container .fbox .text h2 {
  font-size: 32px;
  line-height: 53px;
  margin-bottom: 20px;
}

#p_after #main .sec1 .container .fbox .text h2 span {
  font-size: 42px;
  color: #009fb7;
}

#p_after #main .sec1 .container .fbox .text p:nth-of-type(2) {
  color: #ff6b5c;
  margin-top: 15px;
}

#p_after #main .sec1 .container .fbox .text ul {
  margin: 5px 0 15px;
}

#p_after #main .sec1 .container .fbox .text ul li {
  font-size: 18px;
  background: url(../images/ico01.png);
  background-size: 20px 20px;
  background-position: left 2px;
  background-repeat: no-repeat;
  padding-left: 30px;
}

#p_after #main .sec1 .container .fbox .text ul li+li {
  margin-top: 5px;
}

#p_after #main .sec2 {
  background-color: #f6fdfe;
  padding: 50px 0 85px;
  font-size: 16px;
}

#p_after #main .sec2 h2 {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 40px;
}

#p_after #main .sec2 h2 span {
  font-size: 40px;
  background-image: url("../support/images/udl_bl.png");
  background-repeat: repeat-x;
  background-position: center bottom 6px;
  color: #009fb7;
}

#p_after #main .sec2 .aftersec2read {
  width: 1000px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto 40px;
}

#p_after #main .sec2 .aftersec2read p+p {
  margin-top: 10px;
}

#p_after #main .sec2 .content {
  text-align: center;
  padding: 135px 0 0;
  position: relative;
}

#p_after #main .sec2 .content [class*="box--"] {
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

#p_after #main .sec2 .content [class*="box--"] h3 {
  background-color: #f37147;
  line-height: 35px;
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
}

#p_after #main .sec2 .content [class*="box--"] .inside {
  border: 2px solid #f6b194;
  background-color: #faf8eb;
  border-top: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

#p_after #main .sec2 .content [class*="box--"] p {
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

#p_after #main .sec2 .content [class*="box--"] p span {
  font-size: 9px;
  vertical-align: 2px;
}

#p_after #main .sec2 .content .box--1,
#p_after #main .sec2 .content .box--2 {
  position: absolute;
  top: 0;
}

#p_after #main .sec2 .content .box--1:after,
#p_after #main .sec2 .content .box--2:after {
  content: "";
  width: 15px;
  height: 28px;
  background-image: url("../support/images/bfa1.png");
  display: block;
  margin: -3px auto 0;
}

#p_after #main .sec2 .content .box--1 {
  left: 355px;
}

#p_after #main .sec2 .content .box--2 {
  right: 235px;
}

#p_after #main .sec2 .content .box--3 {
  position: absolute;
  bottom: 10px;
  left: 395px;
}

#p_after #main .sec3 {
  background-color: #e6f6f8;
  padding: 40px 0 100px;
}

#p_after #main .sec3 h2 {
  text-align: center;
  font-size: 30px;
  line-height: 60px;
  margin-bottom: 40px;
}

#p_after #main .sec3 h2 span {
  font-size: 40px;
  background-image: url("../support/images/udl_bl.png");
  background-repeat: repeat-x;
  background-position: center bottom 6px;
  color: #005c27;
}

#p_after #main .sec3 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_after #main .sec3 .list .item {
  width: 390px;
  background-color: #fff;
  border-top: 6px solid #5dc1be;
  padding: 23px;
}

#p_after #main .sec3 .list .item h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 25px;
}

#p_after #main .sec3 .list .item p {
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 16px;
}

#p_after #main .sec3 .list .item p span {
  color: #5dc1be;
  font-size: 8px;
  vertical-align: 2px;
}

#p_after #main .sec3 .list .item:last-child p span {
  line-height: 35px;
}

#p_after #main .sec4 {
  padding: 70px 0;
  background-color: #f9f8f5;
  margin-bottom: 110px;
}

#p_after #main .sec4 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#p_after #main .sec4 .container figure img {
  width: 580px;
  height: auto;
}

#p_after #main .sec4 .sec4__ttl {
  font-size: 32px;
}

#p_after #main .sec4 p {
  line-height: 42px;
  font-size: 17px;
}

#p_after #main .sec4 p:first-child {
  margin-bottom: 30px;
}

#p_after #main .sec4 p span {
  font-size: 24px;
  font-weight: bold;
  background-position: center bottom 3px;
  color: #004389;
}

#p_after #main .list_b .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_after #main .list_b .container .item {
  width: 396px;
  border: 4px solid #004389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #004389;
  background-image: url("../common_img/bfa2.png");
  background-repeat: no-repeat;
  background-position: right 17px center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#p_after #main .list_b .container .item:hover {
  background-color: #fff;
  border: 4px solid #001830;
  background-image: url("../common_img/bfa1.png");
}

#p_after #main .list_b .container .item:hover .text {
  color: #001830;
}

#p_after #main .list_b .container .item figure {
  width: 100px;
  text-align: center;
}

#p_after #main .list_b .container .item .text {
  width: calc(100% - 100px);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-left: 10px;
}

#p_after #main .list_b .container .item .text span {
  font-weight: bold;
}

#p_after #main .list_b .container .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#p_after #main .banner {
  margin-top: 130px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec1 .container .fbox {
    padding: 6.25% 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec1 .container .fbox .img {
    width: 100%;
    margin: auto;
    text-align: center;
  }

  #p_after #main .sec1 .container .fbox .img img {
    width: 85.71429%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec1 .container .fbox .text {
    width: 100%;
    padding-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec1 .container .fbox .text h2 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
  }

  #p_after #main .sec1 .container .fbox .text h2 br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec1 .container .fbox .text h2 span {
    display: block;
    font-size: 24px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_after #main .sec1 .container .fbox .text h2 span {
    display: inline;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec1 .container .fbox .text p {
    font-size: 16px;
    margin-top: 10px;
  }

  #p_after #main .sec1 .container .fbox .text ul li {
    font-size: 15px;
    line-height: 1.4;
    background-size: 15px 15px;
    padding-left: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 {
    padding: 7.29167% 0 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 h2 {
    margin-bottom: 4.7619%;
    font-size: 19px;
    line-height: 1.5;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 h2 span {
    font-size: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .aftersec2read {
    width: 100%;
    font-size: 15px;
  }

  #p_after #main .sec2 .content {
    padding: 130px 0 30px;
    width: 740px;
  }

  #p_after #main .sec2 .scr-x {
    overflow-x: scroll;
    margin: 0 -6.54762%;
    overflow-y: hidden;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content [class*="box--"] h3 {
    font-size: 16px;
    line-height: 1.7;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content [class*="box--"] .inside {
    border: 1px solid #f6b194;
    padding: 5px 17px 5px 17px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content [class*="box--"] p {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.5px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 470px) and (min-width: 377px) {
  #p_after #main .sec2 .content [class*="box--"] p {
    letter-spacing: -1px;
    font-size: 9px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content [class*="box--"] p span {
    font-size: 5px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {

  #p_after #main .sec2 .content .box--1:after,
  #p_after #main .sec2 .content .box--2:after {
    width: 8px;
    height: 14px;
    background-size: cover;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {

  #p_after #main .sec2 .content .box--1:after,
  #p_after #main .sec2 .content .box--2:after {
    width: 5px;
    height: 9px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content .box--1 {
    left: 152px;
    width: 245px;
  }

  #p_after #main .sec2 .content .box--1:after {
    margin-left: 135px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_after #main .sec2 .content .box--1:after {
    margin-left: 69%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content .box--2 {
    right: 5px;
    width: 310px;
  }

  #p_after #main .sec2 .content .box--2:after {
    content: "";
    margin-left: 67px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec2 .content .box--3 {
    bottom: 30px;
    left: 140px;
    width: 400px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 {
    padding: 10.41667% 0 6.25%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 h2 {
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 h2 span {
    font-size: 24px;
    background-position: center bottom 2px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 .list .item {
    width: 100%;
    margin-bottom: 5.95238%;
    padding: 4.7619% 5.95238% 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 .list .item h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 2.97619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec3 .list .item p {
    font-size: 14px;
    line-height: 21px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec4 .container figure img {
    display: none;
  }

  #p_after #main .sec4 {
    background-image: url("../support/images/bg2_s.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 8.33333% 0;
    margin-bottom: 9.375%;
  }

  #p_after #main .sec4 .sec4__ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec4 p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec4 p:first-child {
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .sec4 p span {
    font-size: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .list_b .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .list_b .container .item {
    width: 100%;
    height: 72px;
    margin-bottom: 2.38095%;
    background-size: 8px;
    background-position: right 3.57143% center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .list_b .container .item figure {
    width: 15.47619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .list_b .container .item .text {
    width: calc(100% - 15.47619%);
    padding-left: 3.57143%;
    font-size: 18px;
  }

  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 639px) {
  #p_after #main .list_b .container .item .text {
    font-size: 15px;
  }
}

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

  /* ========== end △ */
  #p_after #main .list_b .container .item .text br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_after #main .banner {
    margin-top: 11.45833%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message #mainvisual {
    margin-bottom: 8.33333%;
  }
}

/* ========== end △ */
#p_message .fx {
  display: none;
}

#p_message #main {
  padding-top: 0;
}

#p_message figure {
  text-align: center;
}

#p_message .title {
  font-size: 32px;
  margin-bottom: 35px;
}

#p_message .title .e_t {
  color: #009fb7;
  font-weight: 200;
  margin-bottom: 5px;
}

#p_message .title .j_t {
  font-weight: 600;
}

#p_message .title .j_t span {
  background-size: auto 18px;
  background-position: center bottom 0px;
  letter-spacing: -0.01em;
}

#p_message .sec1 {
  /* padding: 40px 0 25px; */
  background-image: url("../service/images/bg1.png");
  margin-bottom: 75px;
}

#p_message .sec1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#p_message .sec1 .container h2 {
  width: 745px;
  text-align: center;
  /* font-size: 32px; */
}

#p_message .sec1 .container figure {
  width: calc(100% - 745px);
}

#p_message .sec2 {
  margin-bottom: 100px;
}

#p_message .sec2 .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

#p_message .sec2 .container .fbox .left {
  width: 750px;
}

#p_message .sec2 .container .fbox .left p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 28px;
}

#p_message .sec2 .container .fbox .left p:nth-of-type(2) span {
  /* border-bottom: 1px solid #000; */
}

#p_message .sec2 .container>.fbox>.right {
  width: 505px;
  text-align: center;
}

#p_message .sec2 .container .t_box {
  background-color: #009fb7;
  background-image: url("../service/images/bg2.png");
  background-repeat: no-repeat;
  padding: 30px 40px 20px 190px;
}

#p_message .sec2 .container .t_box h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

#p_message .sec2 .container .t_box p {
  line-height: 28px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

#p_message .sec3 {
  background-color: #9de9ff;
  padding: 50px 0 55px;
  margin-bottom: 55px;
}

#p_message .sec3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_message .sec3 .container .title .e_t {
  color: #fff;
  opacity: 0.8;
  margin-bottom: 5px;
}

#p_message .sec3 .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_message .sec3 .container .fbox .left {
  width: 505px;
  text-align: center;
  padding-top: 20px;
}

#p_message .sec3 .container .fbox .right {
  width: 750px;
}

#p_message .sec3 .container .fbox .right p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 28px;
}

#p_message .sec4 .container .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_message .sec4 .container .fbox .text {
  width: 820px;
}

#p_message .sec4 .container .fbox .text p {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 28px;
}

#p_message .sec4 .container .fbox .img {
  width: 435px;
}

#p_message .sec4 .container .fbox2 .text {
  padding-left: 70px;
}

#p_message .sec5 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 55px 0 100px;
  position: relative;
}

#p_message .sec5 .title {
  text-align: center;
}

#p_message .sec5 .box_bn {
  width: 1000px;
  position: absolute;
  border: 5px solid #001830;
  padding: 25px 0 25px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: -72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#p_message .sec5 .box_bn .text1 {
  font-weight: 600;
  font-size: 30px;
  margin-right: 40px;
  letter-spacing: 2px;
}

#p_message .sec5 .box_bn .text1 span {
  font-size: 40px;
  margin-left: -20px;
}

#p_message .sec5 .box_bn .text2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
}

#p_message .sec5 .box_bn .arrow {
  margin-right: 40px;
}

#p_message .sec5 .box_bn a {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  position: absolute;
}

#p_message .sec5 p {
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 28px;
}

#p_message .banner {
  margin-top: 150px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .title {
    font-size: 16px;
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .title .e_t {
    font-size: 19px;
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .title .j_t span {
    background-size: auto 7px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec1 {
    padding: 6.25% 0 4.16667%;
    margin-bottom: 4.6875%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec1 .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec1 .container h2 {
    width: 100%;
    /* font-size: 24px; */
    line-height: 34px;
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec1 .container figure {
    width: 100%;
  }

  #p_message .sec1 .container figure img {
    width: 76.78571%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 {
    margin-bottom: 10.41667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .fbox .left {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .fbox .left p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .fbox .right {
    width: 100%;
    padding-top: 2.38095%;
  }

  #p_message .sec2 .container .fbox .right img {
    width: 51.78571%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .t_box {
    padding: 3.57143% 4.7619% 2.97619% 22.02381%;
    background-image: url("../service/images/bg2_s.png");
    background-size: 38.09524%;
    background-position: left center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .t_box h3 {
    font-size: 16px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec2 .container .t_box p {
    line-height: 19px;
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec3 {
    padding: 6.25% 0 6.25%;
    margin-bottom: 10.41667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec3 .container .fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec3 .container .fbox .left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    padding-top: 0;
  }

  #p_message .sec3 .container .fbox .left img {
    width: 55.95238%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec3 .container .fbox .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec3 .container .fbox .right p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec4 .container .fbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec4 .container .fbox .text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec4 .container .fbox .img img {
    width: 51.19048%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec4 .container .fbox2 .text {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec4 .container .fbox2 .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #p_message .sec4 .container .fbox2 .img img {
    width: 55.35714%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 {
    padding: 6.25% 0 18.22917%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 .container {
    width: 79.16667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 .box_bn {
    width: 87.5%;
    border: 2.5px solid #001830;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2.97619% 0 3.57143%;
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 .box_bn .text1 {
    font-size: 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.19048%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_message .sec5 .box_bn .text1 {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 .box_bn .text1 span {
    font-size: 20px;
    margin-left: -5px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_message .sec5 .box_bn .text1 span {
    font-size: 17px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 .box_bn .text2 {
    width: 100%;
    font-size: 17px;
  }

  #p_message .sec5 .box_bn .text2 br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 .box_bn .arrow {
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 2.97619%;
  }

  #p_message .sec5 .box_bn .arrow img {
    width: 4.7619%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .sec5 p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 3.57143%;
    text-align: left;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_message .banner {
    margin-top: 25.52083%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku #mainvisual {
    margin-bottom: 8.33333%;
  }
}

/* ========== end △ */
#p_hansoku .sec1 {
  background-color: #e6f5f8;
  /* padding: 30px 0 55px; */
  margin-bottom: 55px;
}

#p_hansoku .sec1 .container {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#p_hansoku .sec1 .container figure {
  width: 300px;
  -ms-flex-item-align: center;
  align-self: center;
}

#p_hansoku .sec1 .container .text {
  width: 660px;
  padding-right: 30px;
  text-align: center;
}

#p_hansoku .sec1 .container .text>span {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background-color: #ff6b5c;
  padding: 0 30px;
  border-radius: 40px;
  margin-bottom: 10px;
}

#p_hansoku .sec1 .container .text>h2 {
  font-size: 22px;
  color: #ff6b5c;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-align: left;
}

#p_hansoku .sec1 .container .text h2 span {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background-color: #ff6b5c;
  padding: 0 30px;
  border-radius: 40px;
}

#p_hansoku .sec1 .container .text h3 {
  font-size: 22px;
  color: #ff6b5c;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

#p_hansoku .sec1 .container .text p {
  line-height: 25px;
  font-size: 16px;
  text-align: left;
}

#p_hansoku .sec3 {
  background-color: #fcfcfe;
  padding: 45px 0 70px;
}

#p_hansoku .sec3 .container {
  width: 1000px;
}

#p_hansoku .sec3 .container h2 {
  font-size: 32px;
  margin-bottom: 35px;
  text-align: center;
}

#p_hansoku .sec3 .container .list {
  background-color: #fff;
  padding: 40px 20px;
}

#p_hansoku .sec3 .container .list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

#p_hansoku .sec3 .container .list .item:hover {
  opacity: 0.7;
}

#p_hansoku .sec3 .container .list .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

#p_hansoku .sec3 .container .list .item figure {
  width: 360px;
  text-align: right;
}

#p_hansoku .sec3 .container .list .item .text {
  width: 85%;
  margin: 0 auto;
}

#p_hansoku .sec3 .container .list .item .text h3 {
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 10px;
}

#p_hansoku .sec3 .container .list .item .text p {
  line-height: 25px;
  color: #353535;
  font-size: 16px;
}

#p_hansoku .sec3 .container .list .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#p_hansoku .sec4 {
  padding: 50px 0 0;
}

#p_hansoku .sec4 h2 {
  margin-bottom: 45px;
}

#p_hansoku .sec4 .container {
  padding: 0 70px;
}

#p_hansoku .sec4 .container .list {
  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;
}

#p_hansoku .sec4 .container .list li {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

#p_hansoku .sec4 .container .list li figure {
  margin-bottom: 5px;
  overflow: hidden;
}

#p_hansoku .sec4 .container .list li figure img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100% !important;
}

#p_hansoku .sec4 .container .list li span {
  font-size: 15px;
  font-weight: 600;
}

#p_hansoku .sec4 .container .list li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#p_hansoku .sec4 .container .list li:hover figure img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#p_hansoku .banner {
  margin-top: 70px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 {
    padding: 8.33333% 0 9.375%;
    margin-bottom: 5.20833%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container {
    width: 89.58333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container figure {
    width: 100%;
    text-align: center;
  }

  #p_hansoku .sec1 .container figure img {
    width: 63.69048%;
    height: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4.16667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container .text h2 {
    font-size: 21px;
    margin-bottom: 4.7619%;
    line-height: 1.3;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container .text h2 span {
    font-size: 15px;
    padding: 0 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container .text h3 {
    font-size: 16px;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec1 .container .text p {
    line-height: 19px;
    font-size: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 {
    padding: 8.33333% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 10.71429%;
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container .list {
    padding: 4.7619% 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container .list .item {
    display: block;
    margin-bottom: 4.7619%;
    padding-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container .list .item figure {
    width: 100%;
    margin-bottom: 4.60526%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container .list .item .text {
    width: 100%;
    padding-left: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container .list .item .text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  #p_hansoku .sec3 .container .list .item .text h3 br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec3 .container .list .item .text p {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec4 {
    padding: 9.375% 0 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec4 h2 {
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec4 .container {
    padding: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec4 .container .list li {
    width: 48.21429%;
    margin-bottom: 2.97619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec4 .container .list li figure {
    margin-bottom: 6.17284%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .sec4 .container .list li span {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hansoku .banner {
    margin-top: 10.71429%;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service #mainvisual {
    margin-bottom: 8.33333%;
  }
}

/* ========== end △ */
#p_service .sec1 {
  background-color: #e6f5f8;
  /* padding: 30px 0 55px; */
  margin-bottom: 55px;
}

#p_service .sec1 .container {
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#p_service .sec1 .container figure {
  width: 300px;
  -ms-flex-item-align: center;
  align-self: center;
}

#p_service .sec1 .container .text {
  width: 660px;
  padding-right: 30px;
  text-align: center;
}

/*  container_woman  container_salon  */
#p_service .sec1 .container_woman,
#p_service .sec1 .container_salon {
  align-items: center;
}

#p_service .sec1 .container_woman .text,
#p_service .sec1 .container_salon .text {
  width: 600px !important;
}

#p_service .sec1 .container_woman figure,
#p_service .sec1 .container_salon figure {
  width: 360px;
}

#p_service .sec1 .container_woman figure img,
#p_service .sec1 .container_salon figure img {
  width: 96%;
}

#p_service .sec1 .container_woman .womanimg_wrap {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e4e5;
  border-left: 1px solid #e6e4e5;
  padding: 8px 0 8px 40px;
  text-align: justify;
  font-weight: 500;
  width: 45%;
  letter-spacing: -0.3px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}

#p_service .sec1 .container_woman .womanimg_txt01 {
  color: #333;
  font-size: 14px;
  margin-bottom: 1%;
}

#p_service .sec1 .container_woman .womanimg_txt02 {
  margin-top: 2%;
}

#p_service .sec1 .container_woman .womanimg_txt02 .womanimg_txt02--s1 {
  color: #333;
  font-size: 18px;
}

#p_service .sec1 .container_woman .womanimg_txt02 .womanimg_txt02--s2 {
  color: #333;
  font-size: 16px;
}

#p_service .sec1 .container_woman .womanimg_txt02 .womanimg_txt02--s3,
#p_service .sec1 .container_woman .womanimg_txt02 .womanimg_txt02--s4 {
  color: #cf4f42;
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0px 7px 40px;
  background-image: url("../images/woman_tel.png");
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 14%;
  text-decoration: underline;
}

#p_service .sec1 .container_woman .womanimg_txt02 .womanimg_txt02--s3 a {
  color: #cf4f42;
}

#p_service .sec1 .container_salon .salon_wrap {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e4e5;
  border-left: 1px solid #e6e4e5;
  padding: 8px 0 8px 40px;
  text-align: justify;
  font-weight: 500;
  width: 45%;
  letter-spacing: -0.3px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}

#p_service .sec1 .container_salon .salon_txt01 {
  color: #333;
  font-size: 14px;
  margin-bottom: 1%;
}

#p_service .sec1 .container_salon .salon_txt02 {
  margin-top: 2%;
}

#p_service .sec1 .container_salon .salon_txt02 .salon_txt02--s1 {
  color: #333;
  font-size: 18px;
}

#p_service .sec1 .container_salon .salon_txt02 .salon_txt02--s2 {
  color: #333;
  font-size: 16px;
}

#p_service .sec1 .container_salon .salon_txt02 .salon_txt02--s3,
#p_service .sec1 .container_salon .salon_txt02 .salon_txt02--s4 {
  color: #cf4f42;
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0 7px 40px;
  background-image: url("../images/woman_tel.png");
  background-repeat: no-repeat;
  background-position: left 1% center;
  background-size: 14%;
  text-decoration: underline;
}

#p_service .sec1 .container_salon .salon_txt02 .salon_txt02--s3 a {
  color: #cf4f42;
}

/*  container_woman  container_salon  end*/
#p_service .sec1 .container .text>h2 {
  font-size: 22px;
  color: #ff6b5c;
  margin-bottom: 20px;
  letter-spacing: -1px;
  text-align: left;
}

#p_service .sec1 .container .text>span {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  background-color: #ff6b5c;
  padding: 0 30px;
  border-radius: 40px;
  margin-bottom: 10px;
}

#p_service .sec1 .container .text h3 {
  font-size: 22px;
  color: #ff6b5c;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

#p_service .sec1 .container .text p {
  line-height: 25px;
  font-size: 16px;
  text-align: left;
}

#p_service .sec2 {
  padding: 0 0 45px;
}

#p_service .sec2 .container .list {
  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-bottom: 35px;
}

#p_service .sec2 .container .list .item {
  border: 3px solid #4ab2c8;
  margin-bottom: 10px;
  background-color: #f2fdff;
  padding: 20px 50px 20px 25px;
}

#p_service .sec2 .container .list .item h3 {
  padding-left: 160px;
  color: #4ab2c8;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  margin-bottom: 20px;
}

#p_service .sec2 .container .list .item h3 span {
  display: inline-block;
  font-family: 'Josefin Sans', sans-serif;
  border: 4px solid #ffa234;
  color: #ffa234;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 1.45;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 110px;
  font-weight: 500;
}

#p_service .sec2 .container .list .item .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#p_service .sec2 .container .list .item .fbox figure {
  width: 105px;
}

#p_service .sec2 .container .list .item .fbox p {
  width: 430px;
}

#p_service .sec2 .container .butt {
  text-align: center;
  width: 790px;
  margin: auto;
  border-radius: 5px;
  background-color: #ffef86;
  padding: 20px 0 25px 0;
  background-image: url("../hansoku/images/bg1.png"), url("../hansoku/images/bfa1.png");
  background-repeat: no-repeat;
  background-position: left top, right 15px center;
  position: relative;
}

#p_service .sec2 .container .butt:hover {
  opacity: 0.7;
}

#p_service .sec2 .container .butt p {
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

#p_service .sec2 .container .butt h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}

#p_service .sec2 .container .butt h3 span {
  font-size: 30px;
  color: #ff6b5c;
}

#p_service .sec2 .container .butt a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#p_service .sec3 {
  background-color: #fcfcfe;
  padding: 45px 0 70px;
}

#p_service .sec3 .container {
  width: 1000px;
}

#p_service .sec3 .container h2 {
  font-size: 32px;
  margin-bottom: 35px;
  text-align: center;
}

#p_service .sec3 .container .list {
  background-color: #fff;
  padding: 40px 20px;
}

#p_service .sec3 .container .list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}

#p_service .sec3 .container .list .item:hover {
  opacity: 0.7;
}

#p_service .sec3 .container .list .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

#p_service .sec3 .container .list .item figure {
  width: 360px;
  text-align: right;
}

#p_service .sec3 .container .list .item .text {
  width: 85%;
  margin: 0 auto;
}

#p_service .sec3 .container .list .item .text h3 {
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 10px;
}

#p_service .sec3 .container .list .item .text p {
  font-size: 16px;
  line-height: 25px;
  color: #353535;
}

#p_service .sec3 .container .list .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#p_service .sec4 {
  padding: 50px 0 0;
}

#p_service .sec4 h2 {
  margin-bottom: 45px;
}

#p_service .sec4 .container {
  padding: 0 70px;
}

#p_service .sec4 .container .list {
  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;
}

#p_service .sec4 .container .list li {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

#p_service .sec4 .container .list li figure {
  margin-bottom: 5px;
  overflow: hidden;
}

#p_service .sec4 .container .list li figure img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#p_service .sec4 .container .list li span {
  font-size: 15px;
  font-weight: 600;
}

#p_service .sec4 .container .list li a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#p_service .sec4 .container .list li:hover figure img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#p_service .banner {
  margin-top: 70px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 {
    padding: 8.33333% 0 9.375%;
    margin-bottom: 5.20833%;
  }

  #p_service .sec1 .container_woman .womanimg_wrap,
  #p_service .sec1 .container_salon .salon_wrap {
    padding: 8px 14px;
    width: 100%;
    justify-content: center;
  }

  #p_service .sec1 .container_woman figure img,
  #p_service .sec1 .container_salon figure img {
    width: 80%;
  }

  #p_service .sec4 .container .list li figure img {
    width: 100% !important;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container {
    width: 89.58333%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container figure {
    width: 100%;
    text-align: center;
  }

  #p_service .sec1 .container figure img {
    width: 63.69048%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container .text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 4.16667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container .text h2 {
    font-size: 21px;
    margin-bottom: 4.7619%;
    line-height: 1.3;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container .text h2 span {
    font-size: 15px;
    padding: 0 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container .text h3 {
    font-size: 16px;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec1 .container .text p {
    line-height: 19px;
    font-size: 15px;
  }

  #p_service .sec1 .container .text p span.bold.fs18 {
    font-size: 1.6rem;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list .item {
    width: 100%;
    padding: 4.16667% 1.16667% 3.57143% 1.16667%;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list .item h3 {
    padding-left: 42px;
    font-size: 18px;
    line-height: 21px;
    margin-right: 0;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list .item h3 span {
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 19px;
    font-weight: 500;
    border: 2px solid #ffa234;
    line-height: 1.7;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list .item .fbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list .item .fbox figure {
    width: 19.04762%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .list .item .fbox p {
    width: calc(100% - 19.04762%);
    padding-left: 1.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .butt {
    background-image: url("../hansoku/images/bg1_s.png"), url("../hansoku/images/bfa1.png");
    width: 100%;
    background-size: 30.95238% auto, 2.02381% auto;
    padding: 2.38095% 0 1.19048% 5.95238%;
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .butt p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .butt h3 {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec2 .container .butt h3 span {
    font-size: 21px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 {
    padding: 8.33333% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container h2 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 10.71429%;
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container .list {
    padding: 4.7619% 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container .list .item {
    display: block;
    margin-bottom: 4.7619%;
    padding-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container .list .item figure {
    width: 100%;
    margin-bottom: 4.60526%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container .list .item .text {
    width: 100%;
    padding-left: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container .list .item .text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  #p_service .sec3 .container .list .item .text h3 br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec3 .container .list .item .text p {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec4 {
    padding: 9.375% 0 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec4 h2 {
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec4 .container {
    padding: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec4 .container .list li {
    width: 48.21429%;
    margin-bottom: 2.97619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec4 .container .list li figure {
    margin-bottom: 6.17284%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .sec4 .container .list li span {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_service .banner {
    margin-top: 10.71429%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq #mainvisual {
    margin-bottom: 8.33333%;
  }
}

/* ========== end △ */
#p_faq .set1 {
  color: #ff6b5c;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #ff6b5c;
}

#p_faq .set2 {
  color: #4ac7c8;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid #4ac7c8;
}

#p_faq .acl {
  margin-bottom: 46px;
}

#p_faq .acl .container {
  width: 1000px;
  margin: auto;
}

#p_faq .acl ul {
  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;
}

#p_faq .acl ul li {
  width: 230px;
}

#p_faq .acl ul li a {
  text-decoration: none;
  display: block;
  background-color: #4ab2c8;
  border-radius: 35px;
  line-height: 60px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
  background-image: url("../products/images/bfa2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  -webkit-box-shadow: 2px 2px 6px 1px #c3d4e5;
  box-shadow: 2px 2px 6px 1px #c3d4e5;
}

#p_faq .acl ul li a:hover {
  background-image: url("../products/images/bfa1.png");
  color: #66f5f6;
  background-color: #3e4150;
  -webkit-transition: all 0.01s;
  -o-transition: all 0.01s;
  transition: all 0.01s;
}

#p_faq .acl ul li:last-child a {
  padding-top: 1.25%;
}

#p_faq [class*="sec--"] {
  padding: 70px 0;
}

#p_faq [class*="sec--"] .container {
  width: 1000px;
}

#p_faq [class*="sec--"] .container h2 {
  font-size: 28px;
  line-height: 55px;
  color: #253748;
  padding-left: 25px;
  border-left: 1px solid #253748;
  margin-bottom: 25px;
}

#p_faq [class*="sec--"] .container .post .ques {
  font-size: 20px;
  font-weight: 600;
  background-color: #4ac7c8;
  padding: 20px 20px 20px 80px;
  /*line-height: 60px;*/
  color: #fff;
  background-image: url("../faq/images/ic_q.png");
  background-repeat: no-repeat;
  background-position: left 30px center;
  position: relative;
}

#p_faq [class*="sec--"] .container .post .ques .mark {
  display: none;
}

#p_faq [class*="sec--"] .container .post .ques .mark.active span:first-child {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#p_faq [class*="sec--"] .container .post .ans {
  padding: 30px;
  background-color: #fafcfe;
}

#p_faq [class*="sec--"] .container .post .ans .outside {
  background-color: #fff;
  padding: 35px 35px 35px 87px;
  background-image: url("../faq/images/ic_a.png");
  background-repeat: no-repeat;
  background-position: left 30px top 35px;
}

#p_faq [class*="sec--"] .container .post .ans .outside p {
  line-height: 25.5px;
  color: #353c42;
  margin-bottom: 25px;
}

#p_faq [class*="sec--"]:nth-child(even) {
  background-color: #fafcfe;
}

#p_faq [class*="sec--"]:nth-child(even) .container .post .ans {
  background-color: #fff;
}

#p_faq [class*="sec--"]:nth-child(even) .container .post .ans .outside {
  background-color: #fafcfe;
}

#p_faq .banner {
  margin-top: 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq .set1 {
    font-size: 16px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq .set2 {
    font-size: 16px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq .acl {
    margin-bottom: 10.41667%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq .acl .container {
    width: 89.58333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq .acl ul li {
    width: 47.61905%;
    margin-bottom: 2.97619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq .acl ul li a {
    background-size: 27.5%;
    line-height: 17px;
    height: 55px;
    font-size: 16px;
    padding-top: 6.25%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_faq .acl ul li a {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 6.25%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] {
    padding: 9.52381% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] .container h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 2.14286% 0 2.14286% 2.97619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] .container .post .ques {
    font-size: 16px;
    line-height: 25px;
    padding: 2.38095% 10.71429% 2.38095% 10.71429%;
    background-size: 7.7381%;
    background-position: left 2.38095% center;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] .container .post .ques .mark {
    position: absolute;
    right: 3.57143%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }

  #p_faq [class*="sec--"] .container .post .ques .mark span {
    display: block;
    width: 25px;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 639px) {
  #p_faq [class*="sec--"] .container .post .ques .mark span {
    width: 15px;
  }
}

@media only screen and (max-width: 639px) {
  /* ========== end △ */
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] .container .post .ans {
    padding: 3.57143%;
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_faq [class*="sec--"] .container .post .ans .outside {
    padding: 3.20513% 3.84615% 2.5641% 14.10256%;
    background-size: 8.33333%;
    background-position: 2.5641% 12.5px;
  }
}

/* ========== end △ */
#p_hikaku #main .container {
  width: 1000px;
}

#p_hikaku .sec1 {
  background-color: #e6f5f8;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 40px;
}

#p_hikaku .sec1 .container p {
  line-height: 32px;
  font-size: 20px;
  color: #253748;
  font-weight: 600;
}

#p_hikaku .sec2 {
  margin-bottom: 80px;
}

#p_hikaku .hikaku_ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  color: #253748;
  font-weight: bold;
}

#p_hikaku .hikaku_ttl span {
  font-size: 40px;
  background-image: url(../images/bg_line5.png);
  background-repeat: repeat-x;
  background-size: auto 8px;
  background-position: center bottom 1px;
}

#p_hikaku .hikaku_ttl span.hikaku_ttl--01 {
  color: #ff6b5c;
}

#p_hikaku .hikaku_ttl span.hikaku_ttl--02 {
  color: #009fb7;
}

#p_hikaku .sec2 .container .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_hikaku .sec2 .container .list .box {
  width: 320px;
  border-radius: 8px;
  border: 2px solid #bbbbbb;
  padding: 0 15px 20px;
  background-color: #f7f7f7;
}

#p_hikaku .sec2 .container .list .box h2 {
  border: 2px solid #bbb;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  margin: 0 auto 15px;
  padding: 10px 0;
  border-top: 0;
  text-align: center;
  line-height: 32px;
}

#p_hikaku .sec2 .container .list .box h2.type1 {
  width: 185px;
  font-size: 23px;
}

#p_hikaku .sec2 .container .list .box h2.type2 {
  width: 250px;
  font-size: 18px;
}

#p_hikaku .sec2 .container .list .box h2.type2 span {
  font-size: 14px;
  display: block;
  line-height: 18.5px;
  font-weight: 300;
}

#p_hikaku .sec2 .container .list .box p {
  line-height: 25.5px;
}

#p_hikaku .sec2 .container .list .box ul {
  margin: 10px 0 10px;
  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;
}

#p_hikaku .sec2 .container .list .box ul li {
  width: 140px;
  background-color: #fff;
  margin-bottom: 5px;
  border: 2px solid #bbb;
  border-radius: 40px;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 0;
  text-align: center;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 22px;
}

#p_hikaku .sec2 .container .list .box ul [class*="col--"] {
  background-image: url("../hikaku/images/bg1.png");
  background-repeat: no-repeat;
}

#p_hikaku .sec2 .container .list .box ul .col--0 {
  background-size: 0% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--1 {
  background-size: 1% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--2 {
  background-size: 2% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--3 {
  background-size: 3% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--4 {
  background-size: 4% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--5 {
  background-size: 5% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--6 {
  background-size: 6% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--7 {
  background-size: 7% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--8 {
  background-size: 8% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--9 {
  background-size: 9% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--10 {
  background-size: 10% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--11 {
  background-size: 11% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--12 {
  background-size: 12% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--13 {
  background-size: 13% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--14 {
  background-size: 14% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--15 {
  background-size: 15% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--16 {
  background-size: 16% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--17 {
  background-size: 17% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--18 {
  background-size: 18% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--19 {
  background-size: 19% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--20 {
  background-size: 20% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--21 {
  background-size: 21% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--22 {
  background-size: 22% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--23 {
  background-size: 23% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--24 {
  background-size: 24% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--25 {
  background-size: 25% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--26 {
  background-size: 26% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--27 {
  background-size: 27% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--28 {
  background-size: 28% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--29 {
  background-size: 29% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--30 {
  background-size: 30% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--31 {
  background-size: 31% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--32 {
  background-size: 32% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--33 {
  background-size: 33% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--34 {
  background-size: 34% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--35 {
  background-size: 35% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--36 {
  background-size: 36% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--37 {
  background-size: 37% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--38 {
  background-size: 38% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--39 {
  background-size: 39% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--40 {
  background-size: 40% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--41 {
  background-size: 41% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--42 {
  background-size: 42% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--43 {
  background-size: 43% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--44 {
  background-size: 44% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--45 {
  background-size: 45% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--46 {
  background-size: 46% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--47 {
  background-size: 47% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--48 {
  background-size: 48% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--49 {
  background-size: 49% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--50 {
  background-size: 50% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--51 {
  background-size: 51% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--52 {
  background-size: 52% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--53 {
  background-size: 53% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--54 {
  background-size: 54% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--55 {
  background-size: 55% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--56 {
  background-size: 56% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--57 {
  background-size: 57% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--58 {
  background-size: 58% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--59 {
  background-size: 59% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--60 {
  background-size: 60% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--61 {
  background-size: 61% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--62 {
  background-size: 62% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--63 {
  background-size: 63% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--64 {
  background-size: 64% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--65 {
  background-size: 65% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--66 {
  background-size: 66% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--67 {
  background-size: 67% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--68 {
  background-size: 68% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--69 {
  background-size: 69% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--70 {
  background-size: 70% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--71 {
  background-size: 71% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--72 {
  background-size: 72% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--73 {
  background-size: 73% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--74 {
  background-size: 74% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--75 {
  background-size: 75% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--76 {
  background-size: 76% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--77 {
  background-size: 77% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--78 {
  background-size: 78% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--79 {
  background-size: 79% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--80 {
  background-size: 80% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--81 {
  background-size: 81% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--82 {
  background-size: 82% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--83 {
  background-size: 83% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--84 {
  background-size: 84% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--85 {
  background-size: 85% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--86 {
  background-size: 86% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--87 {
  background-size: 87% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--88 {
  background-size: 88% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--89 {
  background-size: 89% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--90 {
  background-size: 90% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--91 {
  background-size: 91% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--92 {
  background-size: 92% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--93 {
  background-size: 93% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--94 {
  background-size: 94% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--95 {
  background-size: 95% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--96 {
  background-size: 96% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--97 {
  background-size: 97% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--98 {
  background-size: 98% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--99 {
  background-size: 99% 100%;
}

#p_hikaku .sec2 .container .list .box ul .col--100 {
  background-size: 100% 100%;
}

#p_hikaku .sec2 .container .list .box .text {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  line-height: 32px;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 0;
  margin-bottom: 15px;
}

#p_hikaku .sec2 .container .list .box h3 {
  color: #ffa234;
  font-size: 23px;
  text-align: center;
  margin-bottom: 5px;
}

#p_hikaku .sec2 .container .list .box.active {
  background-color: #fff6eb;
  border: 2px solid #ffa234;
}

#p_hikaku .sec2 .container .list .box.active h2 {
  color: #ffa234;
  border: 2px solid #ffa234;
  border-top: 0;
}

#p_hikaku .sec2 .container .list .box.active ul [class*="col--"] {
  background-image: url("../hikaku/images/bg2.png");
}

#p_hikaku .sec3 .container {
  text-align: center;
}

#p_hikaku .sec3 .container h2 {
  color: #33c5d2;
  font-size: 26px;
  margin-bottom: 20px;
}

#p_hikaku .sec3 .container p {
  line-height: 32px;
  font-size: 20px;
  color: #253748;
  font-weight: 600;
}

#p_hikaku .sec4 {
  background-color: #e6f6f8;
  padding: 40px 0 50px 0;
  margin-bottom: 80px;
}

#p_hikaku .sec4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_hikaku .sec4 .list .item {
  background-color: #fff;
  border-top: 6px solid #5dc1be;
  padding: 30px;
  margin-bottom: 20px;
}

#p_hikaku .sec4 .list:nth-of-type(1) .item {
  width: 490px;
}

#p_hikaku .sec4 .list:nth-of-type(2) .item {
  width: 100%;
}

#p_hikaku .sec4 .list:nth-of-type(3) .item:nth-of-type(1) {
  width: 580px;
}

#p_hikaku .sec4 .list:nth-of-type(3) .item:nth-of-type(2) {
  width: 400px;
}

#p_hikaku .sec4 .list .item h3 {
  text-align: left;
  font-size: 21px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 25px;
}

#p_hikaku .sec4 .list .item p {
  margin-bottom: 25px;
  line-height: 26px;
  font-size: 16px;
}

#p_hikaku .sec4 .list .item .ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#p_hikaku .sec4 .list .item .num {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  border: 4px solid #50bdba;
  color: #50bdba;
  height: 39px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  font-size: 20px;
}

#p_hikaku .sec4 .list:nth-of-type(1) .item:nth-of-type(1) .num,
#p_hikaku .sec4 .list:nth-of-type(1) .item:nth-of-type(2) .num {
  flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  margin: 0 7px 15px 0;
}

#p_hikaku .sec4 .list:nth-of-type(2) .item .num {
  flex-basis: 4.2%;
  -ms-flex-preferred-size: 4.2%;
  margin: 0 7px 20px 0;
}

#p_hikaku .sec4 .list:nth-of-type(3) .item:nth-of-type(1) .num {
  flex-basis: 7.9%;
  -ms-flex-preferred-size: 7.9%;
  margin: 0 7px 20px 0;
}

#p_hikaku .sec4 .list:nth-of-type(3) .item:nth-of-type(2) .num {
  flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  margin: 0 7px 15px 0;
}

#p_hikaku .sec4 .list .item .link_blue,
#p_hikaku .sec4 .list .item .link_blue a {
  font-weight: bold;
  color: #03b9b3;
}

#p_hikaku .sec4 .brand .brand_ttl {
  padding: 13px 0;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #5dc1be;
  color: #fff;
}

#p_hikaku .sec4 .brand .brand_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 5px 30px;
  background-image: url("../service/images/bg3.png");
  border-left: 3px solid #5dc1be;
  border-right: 3px solid #5dc1be;
  border-bottom: 3px solid #5dc1be;
}

#p_hikaku .sec4 .brand .brand_in--item {
  width: 417px;
  background-color: #fff;
  margin: 10px;
  padding: 15px 0 12px 3px;
  border: 2px solid #b5e5e5;
  background-image: url("../hikaku/images/dot6.png");
  background-repeat: no-repeat;
  background-position: right 5px bottom 6px;
}

#p_hikaku .sec4 .brand .brand_in a {
  text-decoration: none;
  transition: all linear 0.1s;
}

#p_hikaku .sec4 .brand .brand_in a:hover {
  opacity: 0.5;
}

#p_hikaku .sec4 .brand .brand_in--item .brand_in--txt01 {
  text-align: center;
  font-size: 16px;
}

#p_hikaku .sec4 .brand .brand_in--item .brand_in--txt02 {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#p_hikaku .sec4 .brand .brand_in--item .brand_in--txt02 img {
  width: auto;
  height: 30px;
  display: inline-block;
}

#p_hikaku .sec4 .brand .brand_in--item .brand_in--txt02 .brand_in--link {
  font-size: 17px;
  font-weight: bold;
  color: #03b9b3;
}

#p_hikaku .sec4 .list .item .addLink {
  padding: 15px 15px 19px 15px;
  background-color: #fdfbf2;
  border: 3px solid #5dc1be;
  background-image: url("../hikaku/images/dot6.png");
  background-repeat: no-repeat;
  background-position: right 5px bottom 6px;
}

#p_hikaku .sec4 .list .item .addLink .addLink_txt01 {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}

#p_hikaku .sec4 .list .item .addLink .addLink_txt02,
#p_hikaku .sec4 .list .item .addLink .addLink_txt02 a {
  font-size: 17px;
  font-weight: bold;
  color: #009fb7;
  line-height: 1.7;
}

#p_hikaku .sec4 .more {
  text-align: center;
  width: 860px;
  margin: auto;
  border-radius: 5px;
  background-color: #ffef86;
  padding: 25px 0 30px 0;
  margin: 15px auto 0 auto;
}

#p_hikaku .sec4 a.more {
  text-decoration: none;
  transition: all linear 0.2s;
}

#p_hikaku .sec4 a.more:hover {
  text-decoration: none;
  opacity: 0.5;
}

#p_hikaku .sec4 .more .more_head {
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

#p_hikaku .sec4 .more .more_body {
  font-size: 20px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 7px;
}

#p_hikaku .sec4 .more .more_body span.more_body--01 {
  font-size: 30px;
  color: #ff6b5c;
  margin-right: -8px;
}

#p_hikaku .banner {
  margin-top: 80px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku #main .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec1 {
    padding: 6.25%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec1 .container p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 {
    margin-bottom: 5.20833%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box {
    width: 89.28571%;
    border: 1px solid #bbbbbb;
    margin-bottom: 9.28571%;
    padding: 0 5.95238% 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box h2 {
    border: 1px solid #bbb;
    border-top: 0;
    padding: 1.55763% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box h2.type1 {
    width: 210px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box h2.type2 {
    font-size: 22px;
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box p {
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box ul li {
    width: 49.06542%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_hikaku .sec2 .container .list .box ul li {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box .text {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 2.02156%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #p_hikaku .sec2 .container .list .box .text {
    font-size: 14px;
    line-height: 19px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box.active {
    border: 1px solid #ffa234;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box.active h2 {
    border: 1px solid #ffa234;
    border-top: 0;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #p_hikaku .sec2 .container .list .box:nth-child(2) ul {
    margin-bottom: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec2 .container .list .box:last-child {
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #p_hikaku .sec2 .container .list .box:last-child ul {
    margin-bottom: 33px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec3 .container h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 1.19048%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .sec3 .container p {
    font-size: 16px;
    line-height: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .banner {
    margin-top: 7.29167%;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_hikaku .hikaku_ttl {
    font-size: 20px;
    margin-bottom: 5.95238%;
  }

  #p_hikaku .hikaku_ttl span {
    font-size: 26px;
    display: inline-block;
  }

  #p_hikaku .sec4 .list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #p_hikaku .sec4 .list .item {
    width: 100% !important;
    margin-bottom: 5.95238%;
    padding: 4.7619% 5.95238%;
  }

  #p_hikaku .sec4 .list .item h3 {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 2.97619%;
  }

  #p_hikaku .sec4 .list .item p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  #p_hikaku .sec4 .list .item .num {
    font-size: 18px;
  }

  #p_hikaku .sec4 .list:nth-of-type(1) .item:nth-of-type(1) .num,
  #p_hikaku .sec4 .list:nth-of-type(1) .item:nth-of-type(2) .num {
    flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
  }

  #p_hikaku .sec4 .list:nth-of-type(2) .item .num {
    flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
  }

  #p_hikaku .sec4 .list:nth-of-type(3) .item:nth-of-type(1) .num {
    flex-basis: 40px;
    -ms-flex-preferred-size: 40px;
  }

  #p_hikaku .sec4 .list:nth-of-type(3) .item:nth-of-type(2) .num {
    flex-basis: 65px;
    -ms-flex-preferred-size: 65px;
  }

  #p_hikaku .sec4 .brand .brand_ttl {
    font-size: 17px;
  }

  #p_hikaku .sec4 .brand .brand_in {
    padding: 1.5% 1.5% 1.5% 1%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #p_hikaku .sec4 .brand .brand_in--item {
    width: 98%;
    margin: 5px;
    padding: 15px 0 16px 3px;
  }

  #p_hikaku .sec4 .brand .brand_in--item .brand_in--txt01 {
    margin-bottom: 7px;
    font-size: 14px;
  }

  #p_hikaku .sec4 .brand .brand_in--item .brand_in--txt02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #p_hikaku .sec4 .brand .brand_in--item .brand_in--txt02 img {
    margin-bottom: 3px;
  }

  #p_hikaku .sec4 .more {
    width: 100%;
    padding: 20px 0 21px 0;
  }

  #p_hikaku .sec4 .more .more_head {
    padding: 5px 25px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
  }

  #p_hikaku .sec4 .more .more_body {
    flex-direction: column;
    margin-top: 5px;
  }

  #p_hikaku .sec4 .more .more_body span.more_body--01 {
    margin-bottom: 5px;
    font-size: 21px;
  }

  #p_hikaku .sec4 .more .more_body span.more_body--02 {
    font-size: 14px;
    line-height: 18px;
  }
}

/* ========== end △ */
/* ========== end △ */
#p_company .company_top_movie {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

#p_company .company_top_movie p {
  font-size: 3rem;
  color: #21c0ce;
  font-weight: 600;
  margin-right: 50px;
}

.box_movie {
  width: 50%;
}

@media only screen and (max-width: 639px) {
  #p_company .company_top_movie {
    flex-direction: column;
  }

  .box_movie {
    width: 100%;
  }

  #p_company .company_top_movie p {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
  }
}

#p_company #main .container {
  width: 1000px;
}

#p_company #main .container table tr th,
#p_company #main .container table tr td {
  border-bottom: 1px solid #a7accf;
  font-size: 16px;
  padding: 20px 0;
}

/* とりおき */
/* html.is-type01 body#p_company section#wrapper section#main div.container table.table tbody tr td.logo div.fbox figure img {
  width: 300px !important;
  background-color: #fd4a38;
} */

#p_company #main .container table tr th {
  width: 200px;
  vertical-align: top;
}

#p_company #main .container table tr td {
  width: 800px;
}

#p_company #main .container table tr td .clk {
  color: #22c0ce;
}

#p_company #main .container table tr td.mp p {
  display: block;
  line-height: 26px;
  margin-bottom: 20px;
}

#p_company #main .container table tr td.mp .map {
  margin-bottom: 30px;
}

#p_company #main .container table tr td.mp .map a {
  display: block;
  color: #c80010;
}

#p_company #main .container table tr td.logo {
  padding: 40px 0;
}

#p_company #main .container table tr td.logo .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

#p_company #main .container table tr td.logo .fbox:last-child {
  margin-bottom: 0;
}

#p_company #main .container table tr td.logo .fbox .text {
  padding-left: 20px;
  width: 100%;
  max-width: 600px;
}

#p_company #main .container table tr td.logo .fbox .text span {
  font-weight: bold;
}

#p_company #main .container table tr .pt40 {
  padding-top: 2.44048% !important;
}

#p_company .banner {
  margin-top: 110px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container {
    width: 89.58333%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table {
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr {
    display: block;
    width: 100%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {

  #p_company #main .container table tr th,
  #p_company #main .container table tr td {
    font-size: 14px;
    padding: 2.67857% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr th {
    width: 100%;
    display: block;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr td {
    width: 100%;
    display: block;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 640px) {
  #p_company #main .container table tr td.mp .map a {
    padding-right: 80px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr td.logo {
    padding: 2.44048% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr td.logo .fbox {
    display: block;
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr td.logo .fbox figure {
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr td.logo .fbox figure img {
    width: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company #main .container table tr td.logo .fbox .text {
    padding-left: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_company .banner {
    margin-top: 6.25%;
  }
}

/* ========== end △ */
.txt--1 {
  font-weight: bold;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.n--text {
  padding: 30px 0;
  font-size: 32px;
}

.n--text p {
  margin-bottom: 20px;
}

.n--text p span {
  background-size: auto 18px;
  background-position: center bottom 0px;
}

#p_message .sec2 .container .about_box--graph .left {
  width: 800px;
  padding-right: 20px;
}

#p_message .sec2 .container .about_box--graph .right {
  width: calc(100% - 800px);
  padding-left: 10px;
}

@media only screen and (max-width: 639px) {
  .n--text {
    font-size: 16px;
  }

  .n--text p span {
    background-size: auto 7px;
  }

  .about_tit--graph {
    font-size: 16px;
  }

  #p_message .sec2 .container .about_box--graph .left {
    width: 100%;
    padding-right: 0;
  }

  #p_message .sec2 .container .about_box--graph .right {
    width: 100%;
    padding-left: 0;
  }

  #p_message .sec2 .container .about_box--graph {
    display: block;
  }

  .about_Area--fukidashi {
    padding: 30px 15px;
  }

  .about_fukidashi {
    text-align: center;
  }

  #p_message .sec2 .container .fbox .about_box--fukidashi.left {
    margin-bottom: 20px;
  }

  #p_service .sec1 .container .text>span {
    font-size: 18px;
  }

  #p_hansoku .sec1 .container .text>span {
    font-size: 18px;
  }

  #p_message #main>div.sec2>div>div.n--text>p:nth-child(2) {
    text-align: left;
  }
}

#p_making #main .list_b .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#p_making #main .list_b .container .item {
  width: 396px;
  border: 4px solid #004389;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #004389;
  background-image: url("../common_img/bfa2.png");
  background-repeat: no-repeat;
  background-position: right 17px center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#p_making #main .list_b .container .item:hover {
  background-color: #fff;
  border: 4px solid #001830;
  background-image: url("../common_img/bfa1.png");
}

#p_making #main .list_b .container .item:hover .text {
  color: #001830;
}

#p_making #main .list_b .container .item figure {
  width: 100px;
  text-align: center;
}

#p_making #main .list_b .container .item .text {
  width: calc(100% - 100px);
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  padding-left: 10px;
}

#p_making #main .list_b .container .item .text span {
  font-weight: bold;
}

#p_making #main .list_b .container .item a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#p_making #main .banner {
  margin-top: 130px;
}

@media only screen and (max-width: 639px) {
  #p_making #main .list_b .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .list_b .container .item {
    width: 100%;
    height: 72px;
    margin-bottom: 2.38095%;
    background-size: 8px;
    background-position: right 3.57143% center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .list_b .container .item figure {
    width: 15.47619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_making #main .list_b .container .item .text {
    width: calc(100% - 15.47619%);
    padding-left: 3.57143%;
    font-size: 18px;
  }

  /* ▽ SP layout ========== */
}

@media only screen and (max-width: 639px) and (max-width: 639px) {
  #p_making #main .list_b .container .item .text {
    font-size: 15px;
  }
}

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

  /* ========== end △ */
  #p_making #main .list_b .container .item .text br {
    display: none;
  }
}

@media only screen and (max-width: 376px) {
  #p_making #main .sec1 .container .fbox .left ul li.mt a {
    line-height: 1.3;
    padding: 5px 10px;
  }
}

.recommend__box {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #ccc;
  font-size: 16px;
  color: #ff6b5c;
}

.recommend__txt {
  position: relative;
  padding-left: 30px;
}

.recommend__txt:before {
  content: "▶";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.recommend__content a {
  text-decoration: none;
}

#p_column_dt #main .container .__content .recommend__box p {
  margin-bottom: 0;
}

/* この記事を書いたメンバー */
#main .writer__area {
  max-width: 900px;
  margin: auto;
  border: 2px solid #4ab2c8;
  border-radius: 12px;
  padding: 16px 32px;
  margin-bottom: 40px;
}

#main .writer__area h2.writer__area_title {
  color: #4ab2c8;
  font-weight: 700;
  font-size: 14px !important;
  border-bottom: 1px solid #d4d4d9;
  margin-bottom: 16px !important;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
}

#main .writer__area .writer__area_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#main .writer__area .writer__area_left {
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

#main .writer__area .writer__area_left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  border: solid 2px rgba(200, 200, 200, 0.5);
  border-radius: 50%;
}

#main .writer__area .writer__area_right {
  padding-left: 32px;
}

#main .writer__area .writer__area_head a {
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}

#main .writer__area .writer__area_head .writer__area_body {
  font-size: 14px;
}

#main .writer__area .writer__area_description {
  margin-bottom: 0px !important;
}

@media only screen and (max-width: 639px) {
  #main .writer__area {
    width: 100%;
  }

  #main .writer__area .writer__area_inner {
    flex-direction: column;
  }

  #main .writer__area h2.writer__area_title {
    text-align: center;
  }

  #main .writer__area .writer__area_left {
    flex-basis: 115px;
  }

  #main .writer__area .writer__area_right {
    padding-left: 0px;
  }

  #main .writer__area h2.writer__area_title a img {
    width: 32px;
  }
}

/*site map*/
.container.sitemap h2 {
  font-size: 20px;
  color: #22c0ce;
  margin: 70px 0 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #253748;
}

.container.sitemap h2 a {
  color: #22c0ce;
  text-decoration: none;
}

.container.sitemap h2 a:hover {
  text-decoration: underline;
}

.container.sitemap h2 a:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 2px solid #22c0ce;
  border-right: 2px solid #22c0ce;
  transform: rotate(45deg);
  vertical-align: 3px;
}

.container.sitemap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container.sitemap ul li {
  width: 33.333%;
  margin: 25px 0 0;
  padding-left: 5px;
}

.container.sitemap ul li:before {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  vertical-align: 1px;
}

.container.sitemap ul li a {
  text-decoration: none;
}

.container.sitemap ul li a:hover {
  color: #22c0ce;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .container.sitemap h2 {
    margin: 40px 0 20px;
  }

  .container.sitemap h2:first-child {
    margin-top: 0;
  }

  .container.sitemap ul {
    display: block;
  }

  .container.sitemap ul li {
    width: 100%;
    margin: 15px 0 0;
    padding: 0;
  }
}

/* ========== end △ */
.blue {
  color: #007aff;
  font-size: 18px;
  font-weight: bold;
}

.blue2 {
  color: #009fb7 !important;
}

.add_dif .fx .text {
  display: none !important;
}

.add {
  color: #001830;
  /*font-family: 'Oswald', sans-serif;*/
}

.add .text_line {
  font-weight: bold;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.add .text_line.no_bold {
  font-weight: normal;
}

.add .tit01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 30px;
  color: #253748;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.add .tit01 span {
  font-size: 40px;
  color: #ff6b5c;
  background-image: url(../images/bg_line5.png);
  background-repeat: repeat-x;
  background-size: auto 8px;
  background-position: center bottom 1px;
}

.add .tit02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.add .mbcomp {
  margin-bottom: 50px;
}

.add .mbcomp img {
  max-width: none;
}

.add .text20 {
  font-size: 20px !important;
}

.add .text16 {
  font-size: 16px !important;
}

.add .text01 {
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .add .text01 {
    text-align: left;
  }
}

.add .text01 .text20 {
  margin-bottom: 0;
}

.add .text01 p {
  font-size: 13px;
  line-height: 2.0;
  margin-bottom: 10px;
}

.add .box01.box_red dt {
  background-color: #ff6b5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  color: #fff;
}

.add .box01.box_red dt img {
  margin-right: 10px;
}

.add .box01.box_red dt span {
  font-size: 40px;
}

.add .box01.box_red dd {
  border-color: #ffcfca;
}

.add .box01 dt {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  background-color: #e6f5f8;
  padding: 20px;
}

.add .box01 dd {
  background-color: #fff;
  border: 4px solid #e6f5f8;
  border-top: none !important;
  padding: 30px 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.add .box01 dd ul li {
  font-size: 20px;
  background: url("../images/ico01.png");
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.add .box01 dd ul.w570 {
  max-width: 600px;
  margin: 0 auto;
}

.add .box01 dd ul li:not(:last-child) {
  margin-bottom: 20px;
}

.add .box01 dd figure.chk-img {
  position: absolute;
  bottom: -1px;
  right: 101px;
}

.add .red {
  color: #fd4a38;
}

.normal {
  font-weight: normal !important;
}

.add .red1 {
  color: #ff6b5c;
}

.add .ico img {
  margin-right: 10px;
  width: auto !important;
}

.add .ico {
  font-weight: bold;
}

.add .text_sayo p {
  margin-bottom: 15px;
}

.add .text_sayo_inner p {
  padding-left: 15px;
}

.add .add01 .flex {
  margin-bottom: 40px;
}

.add .add01 .flex .img {
  margin-left: 30px;
}

.add .dot_yel {
  position: relative;
  display: inline-block;
}

.add .dot_yel:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  background: url(../images/ico02.png);
  background-position: left center;
  background-repeat: repeat-x;
  height: 6px;
  width: 91%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.add .cont01.flex .img {
  width: 29%;
  margin: 0;
}

.add .cont01.flex .img img {
  max-width: 100%;
}

.add .cont01.flex .text {
  width: 67%;
}

.add .text24 {
  font-size: 24px !important;
}

.add .text18 {
  font-size: 18px !important;
}

.add .box02 dt {
  font-size: 30px;
  background-color: #ffcfca;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  position: relative;
}

.add .box02 dt:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: -22px;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: 2;
  border-top: 22px solid #ffcfca;
}

.add .box02 dd {
  background-color: #faf8eb;
  padding: 40px 80px 30px 80px;
  position: relative;
  z-index: 1;
}

.add .box02 dd ul li {
  font-weight: bold;
  font-size: 20px;
  background: #fff;
  border: 10px solid #ffcfca;
  border-radius: 50%;
  text-align: center;
  width: 288px;
  height: 288px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.add .box02 dd ul li span {
  font-size: 24px;
}

.add .box02 dd ul li:nth-child(even) {
  margin: 0 50px;
}

.add .black {
  color: #333 !important;
}

.add .box03 dt {
  font-size: 20px;
  background-color: #001830;
  text-align: center;
  padding: 11px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.add .box03 dt img {
  width: auto !important;
}

.add .box03 dd {
  font-size: 15px;
  color: #001830;
  background-color: #faf8eb;
  padding: 30px 40px;
}

/*page/seo SEO対策を強化するために必要な3つの準備とは*/
.add .box-num dt {
  font-size: 30px;
  background-color: #ffcfca;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}

.add .box-num dd {
  background-color: #faf8eb;
  padding: 20px 80px 30px 80px;
  position: relative;
  z-index: 1;
  position: relative;
}

.add .box-num dd figure.seo {
  position: absolute;
  bottom: 27px;
  right: 101px;
}

.add .box-num dt::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  bottom: -22px;
  width: 0px;
  height: 0px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  z-index: 2;
  border-top: 22px solid #ffcfca;
}

.add .box-num dd ul {
  margin: 0 auto;
  width: 750px;
}

.add .box-num dd ul li {
  font-size: 20px;
  font-weight: normal;
}

.add .box-num dd ul li span.num {
  font-size: 30px;
  color: #fd4a38;
  font-weight: bold;
  padding-right: 10px;
}

.add .add02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 30px;
}

.add .add02 ul li {
  width: 32%;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  background: #ff6b5c;
  padding: 30px 24px;
  font-weight: bold;
}

.add .add02 ul li .point {
  font-size: 24px;
  color: #ffe270;
  background: url("../service_set/woman/images/bg01.png");
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  width: 62px;
  padding: 13px 18px;
  margin-right: 10px;
}

.add .add02 ul li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.add .add03 {
  background-color: #e6f5f8;
  padding: 60px 0;
}

.add .box_w {
  background: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
}

.add .box_w img {
  max-width: none;
}

.add .box_w:last-child {
  margin-bottom: 0px;
}

.add .box_w .flex {
  margin-bottom: 40px;
}

.add .box_w .flex.mb0 {
  margin-bottom: 0px;
}

.add .box_w .flex .text {
  font-size: 15px;
}

.add .box_w .flex .text p {
  line-height: 1.8;
}

.add .box_w .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #001830;
}

.add .box_w .point p {
  font-size: 30px;
  width: 47px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: bold;
  background-color: #001830;
  text-align: center;
  padding: 1px 0;
  margin-right: 10px;
}

.add .box_w .point h3 {
  font-size: 24px;
}

.add .box_w .point h3 span {
  color: #ff6b5c;
}

.add .box_w .point h3.ind4 { padding-left:4em; text-indent:-4em; }

.add .box_w .box02 dt {
  font-size: 16px;
}

.add .box_w .box02 dd {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  display: block;
  margin-bottom: 0;
  text-align: center;
}

.add .box_w .box02 dd a {
  padding: 40px 80px 40px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  text-decoration: none;
}

.add .box_w .box02 dd p {
  margin-right: 10px;
}

.add .box_w .column_1 {
  margin-bottom: 0;
}

.add .box_w .column_1 dl {
  width: 100%;
}

.add .box_w .column_1 dl dt {
  text-align: center;
  color: #fff;
  background-color: #001830;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 5px;
}

.add .box_w .column_1 dl dt h4 {
  background: url("../common_img/ico_caution.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;
  display: inline;
}

.add .box_w .column_1 dl dd {
  background-color: #faf8eb;
  font-size: 18px;
  padding: 20px 40px;
  min-height: 191px;
}

.add .box_w .column_1 dl dd .before {
  font-weight: bold;
}

.add .box_w .column_1 dl dd .after {
  font-size: 16px;
  margin-top: 10px;
}

@media only screen and (max-width: 639px) {
  .add .box_w .column_1 dl dt h4 {
    text-align: center;
    color: #fff;
    background-color: #001830;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 5px 5px 37px;
    display: block;
  }

  .add .box_w .column_1 dl dd {
    font-size: 109%;
    padding: 4%;
    min-height: auto;
  }
}

.add .box_w .column_2 {
  margin-bottom: 0;
}

.add .box_w .column_2 dl {
  width: 48%;
}

.add .box_w .column_2 dl dt {
  text-align: center;
  color: #fff;
  background-color: #001830;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
}

.add .box_w .column_2 dl dd {
  background-color: #faf8eb;
  font-size: 18px;
  padding: 20px 40px;
  min-height: 227px;
}

.add .box_w .column_2 dl dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

.add .box_w .column_2 dl dd div figure {
  margin-right: 10px;
  margin-bottom: 0 !important;
}

.add .box_w .column_2 dl dd .before {
  font-weight: normal;
}

.add .box_w .column_2 dl dd figure {
  text-align: center;
  margin-bottom: 10px;
}

.add .box_w .column_2 dl dd .after {
  font-weight: bold;
}

.add .add04 {
  background: #faf8eb;
  padding: 60px 0;
}

.add .mtbf {
  padding: 15px 0;
}

/*page/seo SEO対策を強化する5つのコツ アンカーリンクボタン*/
.ac_menu-btn5 {
  margin-bottom: 60px;
}

.ac_menu-btn5 .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.ac_menu-btn5 .container ul li {
  display: block;
  text-align: center;
  position: relative;
  width: 32%;
  background-color: #fff;
  font-size: 18px;
  color: #001830;
  padding: 30px 0 44px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-image: url("../common_img/arrow-under-blue.png");
  background-repeat: no-repeat;
  background-position: center bottom 14px;
  margin: 7px;
}

.ac_menu-btn5 .container ul li:hover {
  background-color: #c8e4e9;
}

.ac_menu-btn5 .container ul li>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ac_menu-btn5 .container ul li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  height: 47px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001830;
}

.ac_menu-btn5 .container ul li .text {
  line-height: 28px;
}

.ac_menu-btn5 .container ul li .text span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #009fb7;
}
@media only screen and (min-width: 640px) {
.ac_menu-btn5 .container ul li .text p{ margin-top:20px; }
}
.ac_menu-btn5 .container ul li .text span.t-bold {
  display: inline;
  color: #001830;
  font-size: 18px;
}

.ac_menu-btn5 .arr_up .container ul li {
  background-image: url("../cost/images/bfa3.png");
  background-position: center top 14px;
}

@media only screen and (max-width: 639px) {
  .ac_menu-btn5 {
    margin-bottom: 10.41667%;
  }

  .ac_menu-btn5 .container {
    width: 100%;
    margin: auto;
  }

  .ac_menu-btn5 .container ul li {
    width: 100%;
    font-size: 12px;
    margin-bottom: 0.47619%;
    padding: 3.262% 15px 5.262%;
    background-size: 4.569%;
    background-position: center bottom 10px;
    margin: 2px;
  }

  .ac_menu-btn5 .container ul li .num {
    font-size: 1.5em;
    width: 6.072%;
    height: auto;
  }

  .ac_menu-btn5 .container ul li .text {
    line-height: 19px;
  }

  .ac_menu-btn5 .container ul li .text span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 376px) {
  .ac_menu-btn5 .container ul li .num {
    width: 8.072%;
  }
}

/*page/seo 専門性：「キーワード」に対し、ホームページ内に専門性・権威・信憑性の高い内容を用意する*/
.lst-ex {
  margin-top: 15px;
  font-weight: bold;
}

.lst-ex dt {
  font-size: 18px;
  color: #ff6b5c;
  margin-bottom: 5px;
}

.lst-ex dd {
  font-size: 15px;
  color: #001830;
  padding-left: 1.2em;
}

.lst-ex ul {
  list-style-type: disc;
}

.lst-ex h4 {
  background: url("../common_img/ico_hand.png");
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 20px;
  display: inline;
}

.por {
  position: relative !important;
}

.add .brand01 {
  max-width: 888px;
  margin: 0 auto;
}

.add .brand01 .img {
  float: right;
  margin-top: -5.5%;
}

.add .brand01 .text p:not(:last-child) {
  margin-bottom: 20px;
}

.add .brand01 .text .red {
  font-size: 30px;
  font-weight: bold;
}

.add .list_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}

.add .list_brand .box_w:last-child {
  margin-bottom: 40px;
}

.add .list_brand .box_w:nth-child(3) {
  margin-right: 0;
}

.add .list_brand .box_w {
  width: 32%;
  padding: 0;
  margin-right: 2%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.add .list_brand a {
  color: #001830;
  text-decoration: none;
  text-align: center;
  display: block;
  position: relative;
}

.add .list_brand a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  border: solid #001830;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 6px;
  transform: translate(-50%, 0) rotate(45deg);
  -webkit-transform: translate(-50%, 0) rotate(45deg);
}

.add .list_brand p {
  padding: 0 8% 8% 8%;
  font-size: 19px;
}

.add .list_brand .point p {
  padding: 0;
}

.add .list_brand .point {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 639px) {
  .add .list_brand .box_w:hover {
    background-color: #001830;
  }

  .add .list_brand .box_w:hover a {
    color: #fff;
  }

  .add .list_brand .box_w:hover a:before {
    border-color: #fff;
  }
}

.add .ptb40 {
  padding: 40px 0;
}

@media only screen and (max-width: 639px) {
  .add .ptb40 {
    padding: 4% 0;
  }

  .add .brand01 .img {
    float: none;
    margin: 0 auto 4% auto;
    width: 70%;
  }

  .add .brand01 .text .red {
    font-size: 129%;
  }

  .add .list_brand .box_w {
    width: 48%;
  }

  .add .list_brand .box_w:nth-child(3n) {
    margin-right: 2%;
  }

  .add .list_brand .box_w:nth-child(even) {
    margin-right: 0;
  }

  .add .list_brand p {
    padding: 6% 8% 22% 8%;
    font-size: 100%;
  }

  .add .mtbf img {
    width: auto;
  }

  .add .flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .add .sec01 .banner2_list03 {
    margin-bottom: 20px;
  }

  .add .sec01 .banner2_list03 .flex {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
  }

  .add .tit02 {
    font-size: 139%;
    margin-bottom: 5%;
  }

  .add .tit01 {
    font-size: 159%;
    margin-bottom: 5%;
    text-align: left;
  }

  .add .tit01 span {
    font-size: 129%;
  }

  .add .add01 .flex .img {
    margin: 0 0 5% 0;
    order: 0;
  }

  .add .add01 .flex .text {
    order: 1;
  }

  .add .text20 {
    font-size: 119% !important;
  }

  .add .text01 p {
    line-height: 1.8;
  }

  .add .box01 dt {
    padding: 3%;
    font-size: 140%;
    text-align: left;
  }

  .add .box01 dd {
    padding: 5%;
  }

  .add .box01 dd ul li {
    background-size: 5% auto;
    font-size: 119%;
    padding-left: 25px;
    background-position: top 6px left;
  }

  .add .box01 dd ul li:not(:last-child) {
    margin-bottom: 3%;
  }

  .add .cont01 {
    margin-bottom: 0 !important;
  }

  .add .cont01.flex .img {
    width: 100%;
    order: 0;
    margin-bottom: 3%;
  }

  .add .cont01.flex .text {
    width: 100%;
    order: 1;
    margin-bottom: 3%;
  }

  .add .box02 dt {
    font-size: 159%;
    padding: 2%;
    text-align: left;
  }

  .add .box02 dd {
    padding: 10% 2%;
  }

  .add .box02 dd ul li {
    width: 250px;
    height: 250px;
    font-size: 119%;
  }

  .add.ec .text-center.tt_orange {
    text-align: left;
  }

  .add.ec .add01 .tac {
    text-align: left !important;
  }

  .add .box02 dd ul li:not(:last-child) {
    margin-bottom: 3%;
  }

  .add .box02 dd ul li:nth-child(even) {
    margin: 0;
  }

  .add .box02 dd ul li span {
    font-size: 129%;
  }

  .add .box03 dd {
    padding: 4%;
    font-size: 107%;
  }

  .add .box03 dt {
    font-size: 119%;
    padding: 2%;
  }

  .add .text24 {
    font-size: 129% !important;
  }

  .add .text18 {
    font-size: 119% !important;
  }

  .add .mbcomp {
    margin-bottom: 8%;
  }

  .add .add01.mbcomp .text20.tac {
    text-align: left !important;
  }

  .add .add02.mbcomp .text20.text-center,
  .add .add02.mbcomp .text24.text-center {
    text-align: left !important;
  }

  .add .add02 ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-bottom: 3%;
  }

  .add .add02 ul li {
    width: 100%;
    margin-right: 0 !important;
  }

  .add .box_w {
    padding: 4%;
    margin-bottom: 5%;
  }

  .add .box_w .box02 dd {
    font-size: 119% !important;
  }

  .add .box_w .box02 dd img {
    width: auto;
  }

  .add .box_w .box02 dd a {
    padding: 10% 2%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .add .box_w .box02 p {
    margin-right: 0 !important;
  }

  .add .box_w .box02 p:not(:last-child) {
    margin-bottom: 2% !important;
    text-align: left;
  }

  .add .box_w .column_2 {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .add .box_w .column_2 dl {
    margin-bottom: 3%;
    width: 100%;
  }

  .add .box_w .column_2 dl img {
    width: auto;
  }

  .add .box_w .column_2 dl dd {
    font-size: 109%;
    padding: 4%;
    min-height: auto;
  }

  .add .add03 {
    padding: 7% 0;
  }

  .add .add04 {
    padding: 7% 0;
  }

  .add .add04 .box01.box_red dt {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: flex-start;
  }

  .add .add04 .box01.box_red dt span {
    font-size: 139%;
  }

  .add .add04 .box01.box_red dt img {
    width: auto;
    margin: auto;
  }

  .add .box_w .point h3 {
    font-size: 129%;
  }

  .add .box_w .point p {
    min-width: 47px;
  }

  .add .box-num dd {
    padding: 5%;
  }

  .add .box-num dd ul {
    width: 100%;
  }

  .add .box-num dd ul li {
    font-size: 119%;
    padding-left: 0px;
    text-indent: -1.8em;
    padding-left: 2em;
  }

  .add .box-num dd ul li span.num {
    font-size: 143%;
  }

  .add .box-num dt {
    padding: 3%;
    font-size: 159%;
  }
}

.ban {
  position: fixed;
  right: -500px;
  bottom: 74px;
  z-index: 9997;
}

.add .box02.blue_box02 dt {
  background-color: #1d5eb6;
  color: #ffffff;
}

.add .box02.blue_box02 dt:before {
  border-top-color: #1d5eb6;
}

.add .box02.blue_box02 dd ul li {
  border-color: #1d5eb6;
}

.pc {
  display: inline-block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 639px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .ban {
    position: inherit;
    width: 70%;
    margin: 0 auto;
  }
}

.add.ec .add01 .add03 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  padding: 40px;
}

.add.ec .add01 .text01 .flex .txt {
  width: 47%;
}

.add.ec .add01 .text01 .flex figure {
  width: 50.5%;
  margin-left: 2%;
}

.add.ec .add01 .text01 .flex p {
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.add .yel {
  background: #faf8eb;
  border-radius: 20px;
  padding: 30px;
}

.add .yel .red1 {
  margin-bottom: 10px;
  font-size: 18px;
}

.add.ec .add01 .add03 p {
  line-height: 1.6;
}

.add.ec .add01 .text01 h3 {
  line-height: 1.8;
}

.add.ec .tab {
  background: #fcfcfc;
  padding: 10px;
  font-weight: bold;
  width: 477px;
  margin-left: 2%;
}

.add.ec .tab th {
  text-align: center;
  font-size: 18px;
  color: #10a1ae;
  background: #d6eff1;
  padding: 15px 20px;
}

.add.ec .tab tr:last-child td {
  color: #fff;
  background-color: #41c9d5;
  text-align: center;
  padding: 25px 20px;
  border: none;
}

.add.ec .tab td {
  padding: 10px 20px;
  color: #646464;
  font-size: 17px;
  border: 1px solid #c7c7c7;
}

.add.ec .list_report_sec02 li:first-of-type {
  line-height: 1.8;
  margin-top: 2.5%;
}

.add.ec .list_report_sec02 li .sec10_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ecece3;
  padding: 2.5% 2% 0.5% 2%;
  margin-top: 0.5%;
}

.add.ec .list_report_sec02 li .sec10_img--item {
  width: 30%;
  margin: 0 1% 2% 1%;
}

.add.ec .list_report_sec02 li .sec10_img--item img {
  width: 100%;
  height: auto;
}

.add.ec .sec7_img-relative {
  position: relative;
}

.add.ec .sec7_img-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.add.ec .sec7_hover-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  padding: 100px 0;
  opacity: 0;
  width: 700px;
}

.add.ec .sec7_hover-txt::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../service_set/hansoku/images/arr01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: -10px 0 0 8px;
}

.add.detal .add01 .text20 {
  line-height: 1.8;
}

.add.detal .add01 .add03 {
  padding: 50px;
  margin-bottom: 40px;
}

.add.detal .add01 .add03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  -webkit-justify-content: center;
  color: #009fb7;
}

.add.detal .add01 .add03 li:not(:last-child) {
  margin-right: 40px;
}

.add.detal .yel {
  margin: 30px 0;
}

.add.service_manufacturing .add01 .box01 {
  text-align: left;
}

.add.service_manufacturing .add01 .box01 dt {
  font-size: 0;
  padding: 2px;
}

.add.service_manufacturing .add01 .box01 li span {
  font-weight: bold;
}

.add .bg_red {
  background: url("../service_set/service_manufacturing/images/bg_red.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.add.builder .box01 {
  text-align: left;
}

.add.builder .add01 .box01 dt {
  font-size: 24px;
}

.add.builder .add01 .box01 dt span {
  display: inline-block;
  background: #fff;
  padding: 7px 30px;
  color: #ff6b5c;
  border-radius: 50px;
  margin-bottom: 20px;
}

.add.builder .add01 .flex {
  text-align: left;
  margin-bottom: 0;
}

.add.builder .add01 .flex p {
  font-size: 19px;
}

.add.builder .add01 .flex .text {
  width: 40%;
}

.add.builder .add01 .flex .text p {
  margin-bottom: 40px;
}

.add.builder .add01 .tab {
  width: 55%;
}

.add.builder .add01 .tab h3 {
  font-size: 23px;
  color: #ff6b5c;
  font-weight: bold;
  margin-bottom: 10px;
}

.add.builder .add01 .tab dl {
  display: table;
  width: 100%;
}

.add.builder .add01 .tab dl dd {
  font-size: 19px;
  width: 111px;
}

.add.builder .add01 .tab dl dd.red {
  color: #fff;
  background: #ff6b5c;
}

.add.builder .add01 .tab dt {
  width: 335px;
}

.add.builder .add01 .tab dl dd,
.add.builder .add01 .tab dt {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-color: #eeeeee;
  border: 1px solid #fff;
}

.add.builder .add01 .tab .tb01 {
  margin-bottom: 20px;
}

.add.builder .add01 .tab .first {
  color: #313030;
}

.add.builder .add01 .tab p {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
}

.add.builder .add01 .tab .first dd,
.add.builder .add01 .tab .first dt {
  background: none;
  font-size: 15px;
  padding: 10px;
  border: none;
}

.add.builder .add01 .yel {
  text-align: left;
  padding: 40px 60px;
}

.add.builder .w h4 {
  font-size: 26px;
  margin-bottom: 20px;
}

.add.builder .w {
  text-align: left;
  background: #fff;
  padding: 30px 50px;
  border-radius: 20px;
}

.add.builder .w p {
  font-size: 19px;
}

.add.builder .add01 .yel .text20 {
  line-height: 1.8;
  margin: 0 10px 20px 10px;
}

.add.builder .text_sayo p {
  margin-bottom: 25px;
  font-size: 107%;
  line-height: 1.8;
}

.add.builder .box_w .img {
  text-align: center;
}

.add.builder .list_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 20px 80px 20px 120px;
  font-size: 107%;
  font-weight: 500;
}

.add.builder .list_img li {
  width: 20%;
  position: relative;
  border: 2px solid #f4a798;
  border-radius: 10px;
  padding: 25px 20px 25px 40px;
}

.add.builder .list_img li:not(:last-child):before {
  content: '';
  position: absolute;
  right: -56px;
  top: 50%;
  width: 44px;
  height: 46px;
  background: url("../service_set/builder/images/arr.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}

.add.builder .list_img li.last {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.add.builder .list_img li.last p:first-child {
  background-color: #f4a798;
  padding: 0;
  width: 33%;
}

.add.builder .list_img li.last p {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 67%;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.add.builder .box_w:nth-child(2) .text {
  width: 61%;
}

.add.builder .box_w:nth-child(2) .img {
  width: 37.8%;
}

.add.builder .box_w .img .red1 {
  font-size: 22px;
}

.add.builder .box_w .img ul {
  text-align: left;
  color: #3e3e3e;
  font-size: 107%;
  font-weight: bold;
}

.add.builder .box_w .img ul li {
  margin-bottom: 5px;
}

.add.builder .box_w .img .flex {
  margin-bottom: 0;
}

.add.builder .box_w .img ul:not(:last-child) {
  margin-right: 20px;
}

.add.sch .add01 .flex figure {
  width: 36.5%;
  margin-left: 2%;
}

.add.sch .add01 .flex .txt {
  width: 62%;
}

.add.sch .add01 .box {
  border: 2px solid #e6f5f8;
  position: relative;
  margin-bottom: 40px;
}

.add.sch .add01 .box::after {
  position: absolute;
  content: "";
  background: url("../service_set/school/images/human_ques.png") bottom right no-repeat;
  background-size: 100%;
  bottom: 0;
  right: 40px;
  width: 261px;
  height: 199px;
}

.add.sch .add01 .box h3 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 40px;
  background-color: #e6f5f8;
}

.add.sch .add01 .box ul {
  padding: 40px 40px 40px 150px;
}

.add.sch .add01 .box ul li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 40px;
}

.add.sch .add01 .box ul li::before {
  position: absolute;
  content: "";
  background: url("../service_set/school/images/ic_checked.png") center left no-repeat;
  background-size: 100%;
  top: 5px;
  left: 0;
  width: 23px;
  height: 20px;
}

.add.sch .add01 .box ul li:last-of-type {
  padding-bottom: 0;
}

.add.sch .list li {
  background: #ffef86;
  padding: 5px 10px;
  width: 32%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
}

.add .ic_le {
  position: relative;
  padding-left: 25px;
}

.add .ic_le::after {
  position: absolute;
  content: "";
  background: url("../service_set/school/images/ic_le.png") center left no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 22px;
  height: 24px;
}

.add .box_war {
  background: #faf8eb;
}

.add .box_war h4 {
  background: #001830;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.add .box_war h4 span {
  position: relative;
}

.add .box_war h4 span::after {
  position: absolute;
  content: "";
  background: url("../service_set/school/images/ic_war.png") center left no-repeat;
  background-size: 100%;
  top: 0;
  left: -30px;
  width: 32px;
  height: 29px;
}

.add .box_war .bg_txt {
  padding: 20px 30px;
  line-height: 1.8;
  font-size: 15px;
}

.fw-b {
  font-weight: bold !important;
}

.text15 {
  font-size: 15px !important;
}

@media only screen and (max-width: 639px) {
  .add.sch .add01 .flex .txt {
    width: 100%;
  }

  .add.sch .add01 .flex figure {
    width: 100%;
    margin-left: 0;
    margin-top: 4%;
  }

  .add.sch .add01 .box::after {
    display: none;
  }

  .add.sch .add01 .box h3 {
    font-size: 159%;
    padding: 4%;
  }

  .add.sch .list li {
    font-size: 100%;
  }

  .add .box_war h4 span {
    padding-left: 10%;
  }

  .add .box_war h4 span::after {
    left: 0;
  }

  .add.sch .add01 .box ul {
    padding: 4%;
  }

  .add .yel {
    border-radius: 10px;
    padding: 5%;
  }

  .add.ec .yel .red1 {
    font-size: 119%;
  }

  .add.ec .add01 .add03 {
    font-size: 159%;
    padding: 4%;
    text-align: left;
  }

  .add.ec .add01 .text01 .flex .txt {
    width: 100%;
  }

  .add.ec .add01 .text01 .flex figure {
    width: 100%;
    margin-left: 0;
  }

  .add.ec .tab {
    padding: 2%;
    width: 100%;
    margin: 0 auto 5% auto;
  }

  .add.ec .tab th {
    font-size: 114%;
    padding: 4%;
  }

  .add.ec .tab td {
    font-size: 100%;
    padding: 2%;
  }

  .add.ec .tab tr:last-child td {
    padding: 6% 2%;
  }

  .add.ec .list_report_sec02 {
    margin-bottom: 1%;
  }

  .add.ec .list_report_sec02 li:first-of-type {
    line-height: 1.5;
    margin-top: 7%;
  }

  .add.ec .list_report_sec02 li .sec10_img {
    padding: 5% 2% 1% 2%;
  }

  .add.ec .list_report_sec02 li .sec10_img--item {
    width: 48%;
    margin: 0 1% 4% 1%;
  }

  .add.ec .sec7_hover-txt {
    display: block;
    width: 290px;
    font-size: 34px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    opacity: 1 !important;
  }

  .add.ec .sec7_hover-txt::after {
    display: block;
    margin: 5px auto 0 auto;
  }

  .add.detal .add01 .add03 ul {
    display: block;
    font-size: 129%;
  }

  .add.detal .add01 .add03 {
    padding: 4%;
    text-align: left;
  }

  .add.detal .add01 .add03 li:not(:last-child) {
    margin-right: 0;
  }

  .add.detal .add01 .text20.tac,
  .add.detal .add01 .text24.tac {
    text-align: left !important;
  }

  .add.builder .add01 .tac {
    text-align: left !important;
  }

  .add.builder .add01 .box01 dt {
    font-size: 129%;
  }

  .add.builder .add01 .box01 dt span {
    padding: 2%;
    border-radius: 25px;
    margin-bottom: 3%;
  }

  .add.builder .add01 .flex .text {
    width: 100%;
    order: 0;
  }

  .add.builder .add01 .tab {
    width: 100%;
  }

  .add.builder .add01 .tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .add.builder .add01 .tab dl dt {
    width: 100%;
    padding: 3% 4%;
    display: block;
  }

  .add.builder .add01 .tab dl dd {
    width: 33.333%;
    display: block;
    padding: 2%;
    font-size: 100%;
  }

  .add.builder .add01 .flex .text p {
    font-size: 119%;
    margin-bottom: 4%;
  }

  .add.builder .add01 .yel .text20 {
    margin: 0;
  }

  .add.builder .add01 .yel {
    padding: 5%;
  }

  .add.builder .w {
    padding: 5%;
    margin: 5% 0;
    border-radius: 10px;
  }

  .add.builder .w h4 {
    font-size: 139%;
  }

  .add.builder .w p {
    font-size: 107%;
  }

  .add.builder .list_img {
    margin: 0;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .add.builder .list_img li {
    width: 100%;
    padding: 4% 10%;
    margin-bottom: 40px;
  }

  .add.builder .list_img li:not(:last-child):before {
    transform: translate(-50%, 0) rotate(90deg);
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    width: 9%;
    left: 50%;
    right: inherit;
    top: 100%;
    margin-top: -1px;
  }

  .add.builder .box_w .img .red1 {
    font-size: 129%;
  }

  .add.builder .box_w .img ul:not(:last-child) {
    margin-right: 0;
  }

  .add.builder .box_w .img ul {
    width: 100%;
  }

  .add.builder .box_w:nth-child(2) .text {
    width: 100%;
  }

  .add.builder .box_w:nth-child(2) .img {
    width: 100%;
  }

  .add.sch .add01 p.tac {
    text-align: left !important;
  }

  .add.service_manufacturing .add01 p.tac {
    text-align: left !important;
  }
}

.map_youtube {
  width: 100%;
  max-width: 600px;
  height: 350px;
}

/* ==================================================
  seo
================================================== */
.seo .sec1 .wrap-tt_big_seo {
  width: 620px;
}

.seo .sec1 .tt_big_seo--circle {
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  display: inline-block;
  width: 140px;
  height: 140px;
  padding-top: 25px;
  border-radius: 50%;
  background-color: #ff6b5c;
  font-weight: bold;
  line-height: 1.2;
}

.seo .sec1 .tt_big_seo--circle small {
  display: block;
  font-size: 21px;
}

.seo .sec1 .tt_big_seo--txt01 {
  margin-left: 3%;
}

.seo .sec1 .tt_big_seo--txt01 .txt01_head {
  margin-bottom: 5%;
}

.seo .sec1 .tt_big_seo--txt01 .txt01_head span {
  background: #f7f4b6;
  padding: 1% 1.8%;
  border-radius: 6px;
  border: 4px solid #fd9f27;
  font-weight: bold;
  font-size: 1.8rem;
  color: #d75c02;
  margin-right: 1%;
  display: inline-block;
}

.seo .sec1 .tt_big_seo--txt01 .txt01_body {
  font-size: 34px;
  line-height: 1;
}

.seo .sec1 .tt_big_seo--txt02 {
  font-size: 27px;
  margin-top: 35px;
  color: #253748;
  font-weight: bold;
}

.seo .sec1 .text_line {
  font-weight: bold;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.seo .sec1 figure.tt_big_seo--img {
  width: 340px !important;
  text-align: center;
  margin: 0;
}

.seo .sec1 .tt_big_seo--img img {
  max-width: 100%;
  width: auto;
}

.seo .sec7 {
  position: relative;
}

.seo .sec7 .sec7_img-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.seo .sec7 .sec7_hover-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
  padding: 100px 0;
  opacity: 0;
  width: 700px;
}

.sec7_open {
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 1 !important;
}

.sec7_hidden {
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  opacity: 0 !important;
}

.seo .sec7 .sec7_hover-txt::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../service_set/hansoku/images/arr01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: -10px 0 0 8px;
}

.seo .sec7 .sec7_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5%;
}

.seo .sec7 .sec7_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}

.seo .sec7 .sec7_in .sec7_item {
  width: 45%;
  height: 280px;
  overflow: hidden;
}

.seo .sec7 .sec7_in .sec7_item img {
  width: 100%;
  height: auto;
}

.seo .sec8 {
  background: #ffead1;
  padding: 50px 0 10px 0;
}

.sec8_txt_wrap {
  margin-bottom: 50px;
}

.seo .sec8 .sec8_ttl {
  text-align: center;
}

.seo .sec8 .sec8_ttl span {
  font-size: 40px;
  color: #ff6b5c;
  background-image: url(../images/bg_line5.png);
  background-repeat: repeat-x;
  background-size: auto 8px;
  background-position: center bottom 1px;
  margin-bottom: 5%;
}

.seo .sec8 .sec8_txt01 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
}

.seo .sec8 .sec8_txt02 {
  text-align: center;
  font-size: 2rem;
}

.seo .sec8 .sec8_txt02 a {
  font-weight: bold;
}

.seo .sec9 {
  margin-top: 50px;
}

.seo .sec9 .sec9_list--item:nth-of-type(1) {
  width: 62%;
  margin-top: -40px;
}

.seo .sec9 .sec9_list--item:nth-of-type(1) h2 {
  margin-bottom: 2%;
}

.seo .sec9 .sec9_list--item:nth-of-type(1) h2 span {
  font-size: 28px;
  background-color: #535353;
  color: #fff;
  padding: 0.5% 2%;
}

.seo .sec9 .sec9_list--item:nth-of-type(1) p {
  font-size: 23.5px;
  font-weight: 600;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) {
  text-align: center;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) figure {
  position: relative;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) figure img {
  max-width: 100%;
  width: auto;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) figcaption {
  position: absolute;
  left: 0px;
  top: 19px;
  color: #ffffff;
  background-color: #009fb7;
  font-size: 22px;
  font-weight: 600;
  width: 255px;
  border-radius: 20px;
  padding: 6px 0px 6px 15px;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) figcaption small {
  text-align: center;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) figcaption span {
  font-size: 30px;
  letter-spacing: 2px;
  margin-left: 5px;
}

.seo .sec9 .sec9_list--item:nth-of-type(2) figcaption span>b {
  font-size: 69px;
  line-height: 1;
  color: #ffff00;
  font-family: 'Josefin Sans', sans-serif;
}

.seo .sec10 {
  background-color: #e6f5f8;
  padding: 60px 0;
  margin-top: 50px;
}

.seo .sec10 .sec10_w {
  background: #fff;
  padding: 40px 60px;
  margin-bottom: 40px;
}

.seo .sec10 .sec10_w .sec10_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #001830;
}

.seo .sec10 .sec10_w .sec10_point .sec10_num {
  font-size: 30px;
  width: 47px;
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-weight: bold;
  background-color: #001830;
  text-align: center;
  padding: 1px 0;
  margin-right: 10px;
}

.seo .sec10 .sec10_w .sec10_point .sec10_ttl {
  font-size: 24px;
  font-weight: bold;
}

.seo .sec10 .sec10_w .sec10_point .sec10_ttl span {
  color: #ff6b5c;
}

.seo .sec10 .sec10_w .sec10_body {
  margin-bottom: 0;
}

.seo .sec10 .sec10_w .sec10_body .text {
  font-size: 16px;
  line-height: 1.8;
}

.seo .sec10 .sec10_w .sec10_body .text p {
  line-height: 1.8;
  margin-bottom: 1%;
}

.seo .sec10 .sec10_w .sec10_body .text p .text_line {
  font-weight: bold;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

.seo .sec10 .sec10_w .sec10_body .text ul {
  margin-bottom: 1%;
}

.seo .sec10 .sec10_w .sec10_body .text li {
  line-height: 1.8;
}

.seo .sec10 .sec10_w#sec10_01 .sec10_body .text .caption {
  color: #ed4c3c;
  font-weight: bold;
}

.seo .sec10 .sec10_w#sec10_02 .sec10_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ecece3;
  padding: 2.5% 2% 0.5% 2%;
  margin-top: 2%;
}

.seo .sec10 .sec10_w#sec10_02 .sec10_img--item {
  width: 30%;
  margin: 0 1% 2% 1%;
}

.seo .sec10 .sec10_w#sec10_02 .sec10_img--item img {
  width: 100%;
  height: auto;
}

.seo .sec10 .sec10_w#sec10_04 .text .caption {
  color: #009fb7;
}

.seo .sec11 {
  margin-top: 50px;
}

.seo .sec11 .sec11_txt {
  text-align: center;
  font-size: 30px;
  color: #253748;
  font-weight: bold;
}

.seo .sec11 .sec11_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10%;
  margin-top: 2%;
}

.seo .sec11 .sec11_img .sec11_item {
  width: 17%;
  margin: 0 1% 2% 1%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.seo .sec11 .sec11_img .sec11_item img {
  width: 85px;
  height: auto;
}

.seo .sec11 .sec11_img .sec11_item--name {
  margin-top: 2%;
}

.seo .sec12 {
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #ffead1;
  padding: 50px 0;
}

.seo .sec12 .sec12_wrap {
  text-align: center;
}

.seo .sec12 .sec12_txt01 {
  font-weight: bold;
  font-size: 26px;
}

.seo .sec12 .sec12_txt02 {
  font-size: 2rem;
  margin-top: 1.5%;
}

.seo .sec12 .sec12_link {
  margin-top: 2%;
}

.seo .sec12 .sec12_link:hover {
  opacity: 0.7;
}

.seo .sec12 .sec12_link span {
  margin-top: 2%;
  display: inline-block;
  width: 500px;
  background: #f27165;
  height: 80px;
  line-height: 70px;
  font-size: 28px;
  border: 4px solid #f2af5f;
  box-sizing: border-box;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  position: relative;
}

.seo .sec12 .sec12_link span::before,
.seo .sec12 .sec12_link span::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.seo .sec12 .sec12_link span::before {
  right: 0;
  box-sizing: border-box;
  width: 30px;
  height: 20px;
  border: 15px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 15px;
  border-left: 25px solid #fff;
}

.seo .sec12 .sec12_link span::after {
  right: 0;
  width: 35px;
  height: 10px;
  border-left: 30px solid #fff;
}

@media only screen and (max-width: 639px) {
  #p_service .sec1 {
    padding: 8.33333% 0 9.375%;
    margin-bottom: 5.20833%;
  }

  .seo .sec1 .wrap-tt_big_seo {
    width: 100%;
  }

  .seo .sec1 .tt_big_seo--circle {
    font-size: 19px;
    width: 85px;
    height: 85px;
    line-height: 1.3;
    padding-top: 13px;
  }

  .seo .sec1 .tt_big_seo--txt01 .txt01_head span {
    font-size: 1.3rem;
    width: 60px;
    line-height: 1.2;
    display: inline-block;
    height: 50px;
    margin-right: 3%;
  }

  .seo .sec1 .tt_big_seo--txt01 .txt01_head span:first-child {
    padding-top: 5%;
  }

  .seo .sec1 .tt_big_seo--txt01 .txt01_head span:nth-of-type(2) {
    padding-top: 2%;
  }

  .seo .sec1 .tt_big_seo--txt01 .txt01_head span:nth-of-type(3) {
    padding-top: 2%;
  }

  .seo .sec1 .tt_big_seo--txt01 .txt01_body {
    font-size: 24px;
  }

  .seo .sec1 .tt_big_seo--circle small {
    font-size: 13px;
  }

  .seo .sec1 .tt_big_seo--txt01 .txt01_head {
    width: 220px;
    display: flex;
    align-items: center;
  }

  .seo .sec1 .tt_big_seo--txt02 {
    font-size: 16px;
    margin-top: 15px;
  }

  .seo .sec1 .tt_big_seo--img img {
    width: 86%;
    height: auto;
  }

  .seo .sec7 {
    margin: 8% 0;
  }

  .seo .sec7 .sec7_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }

  .seo .sec7 .sec7_in {
    width: 100%;
    margin-bottom: 5%;
  }

  .seo .sec7 .sec7_in .sec7_item {
    height: 180px;
  }

  .seo .sec7 .sec7_hover-txt {
    display: block;
    width: 290px;
    font-size: 34px;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 10px;
    opacity: 1 !important;
  }

  .seo .sec7 .sec7_hover-txt::after {
    display: block;
    margin: 5px auto 0 auto;
  }

  .seo .sec8 {
    padding: 8% 0 1% 0;
  }

  .sec8_txt_wrap {
    padding: 4% 0;
    margin-bottom: 8%;
  }

  .seo .sec8 .sec8_ttl span {
    font-size: 23px;
  }

  .seo .sec8 .sec8_ttl {
    margin-bottom: 2%;
  }

  .seo .sec8 .sec8_txt01 {
    font-size: 17px;
    text-align: left;
  }

  .seo .sec8 .sec8_txt02 {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }

  .seo .sec9 {
    margin-top: 20%;
  }

  .seo .sec9 .sec9_list--item:nth-of-type(1) h2 span {
    font-size: 23px;
    width: 290px;
    display: inline-block;
  }

  .seo .sec9 .sec9_list--item:nth-of-type(1) p {
    font-size: 16px;
    margin-top: 15px;
  }

  .seo .sec9 .sec9_list--item:nth-of-type(2) figure {
    display: inline-block;
  }

  .seo .sec9 .sec9_list--item:nth-of-type(2) figcaption {
    top: 19.5%;
    left: auto;
    right: 40%;
    font-size: 14px;
    width: 156px;
    padding: 4px 0px 4px 2%;
  }

  .seo .sec9 .sec9_list--item:nth-of-type(2) figcaption span {
    font-size: 19px;
  }

  .seo .sec9 .sec9_list--item:nth-of-type(2) figcaption span>b {
    font-size: 30px;
  }

  .seo .sec9 .sec9_list {
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .seo .sec10 {
    padding: 8% 0;
    margin-top: 8%;
  }

  .seo .sec10 .sec10_w {
    padding: 4%;
    margin-bottom: 5%;
  }

  .seo .sec10 .sec10_w .sec10_point {
    margin-bottom: 20px;
  }

  .seo .sec10 .sec10_w .sec10_point .sec10_num {
    min-width: 47px;
  }

  .seo .sec10 .sec10_w .sec10_point .sec10_ttl {
    font-size: 129%;
  }

  .seo .sec10 .sec10_w .sec10_body .text p {
    margin-bottom: 6%;
    line-height: 1.6;
  }

  .seo .sec10 .sec10_w .sec10_body .text ul {
    margin-bottom: 6%;
  }

  .seo .sec10 .sec10_w#sec10_02 .sec10_img {
    padding: 5% 2% 1% 2%;
  }

  .seo .sec10 .sec10_w#sec10_02 .sec10_img--item {
    width: 48%;
    margin: 0 1% 4% 1%;
  }

  .seo .sec11 {
    margin-top: 8%;
  }

  .seo .sec11 .sec11_txt {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 4%;
  }

  .seo .sec11 .sec11_img .sec11_item {
    width: 38%;
    margin: 0 5% 7% 5%;
  }

  .seo .sec11 .sec11_img .sec11_item:last-child {
    margin: 0 0 0 5%;
  }

  .seo .sec11 .sec11_img .sec11_item img {
    width: 70%;
    height: auto;
  }

  .seo .sec12 {
    margin-top: 8%;
    margin-bottom: 8%;
    padding: 8% 0;
  }

  .seo .sec12 .sec12_txt01 {
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 4%;
  }

  .seo .sec12 .sec12_txt02 {
    font-size: 1.6rem;
  }

  .seo .sec12 .sec12_link span {
    width: 300px;
    font-size: 17px;
    margin-top: 4%;
    height: 70px;
    line-height: 60px;
  }

  .seo .sec12 .sec12_link span::before {
    width: 20px;
    height: 10px;
    right: 5px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
  }

  .seo .sec12 .sec12_link span::after {
    right: 8px;
    width: 15px;
    height: 5px;
    border-left: 15px solid #fff;
  }
}

/* seo end */
/*service_set 共通リンク*/
.sec1 .container .text .jisseki-link {
  text-align: left;
  margin: 20px 5px 0 0;
}

.sec1 .container .text .jisseki-link a {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -1px;
  position: relative;
}

.sec1 .container .text .jisseki-link a::after {
  content: '';
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(../service_set/hansoku/images/arr01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: -5px 0 0 8px;
}

@media only screen and (max-width: 639px) {
  .sec1 .container .text .jisseki-link a {
    font-size: 21px;
  }

  .sec1 .container .text .jisseki-link a::after {
    width: 30px;
    height: 30px;
    margin: -5px 0 0 5px;
  }
}

/*service_set 共通リンク end*/
/* ==================================================
  staff
================================================== */
#p_staff .fx {
  display: none;
}

#p_staff .text_line {
  font-weight: bold;
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

#p_staff .sec_heading {
  background-color: #e6f5f8;
  padding-top: 60px;
  padding-bottom: 65px;
}

#p_staff .sec_heading img {
  width: 470px;
  height: auto;
}

#p_staff .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 125px;
  height: 125px;
  font-size: 36px;
  line-height: 1.1;
  color: #fff;
  border-radius: 50%;
  background-color: #ff6b5c;
  margin-right: 20px;
}

#p_staff .head_text {
  color: #ff6b5c;
  font-size: 28px;
}

#p_staff .heading_flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#p_staff h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.4;
}

#p_staff .staff_nav {
  display: flex;
  justify-content: center;
}

#p_staff .staff_nav li {
  position: relative;
  width: 30%;
  font-size: 20px;
  text-align: center;
  border: 3px solid #20a6bc;
  border-radius: 10px;
  overflow: hidden;
}

#p_staff .staff_nav li:nth-child(n+2) {
  margin-left: 3%;
}

#p_staff .staff_nav li:hover {
  opacity: 0.7;
}

#p_staff .staff_nav a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p_staff .staff_nav p {
  margin: 10px 0;
}

#p_staff .staff_nav_bottom {
  color: #fff;
  background-color: #20a6bc;
  margin: 0 !important;
  padding: 5px 0;
}

#p_staff .heading {
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
}

#p_staff .subheading {
  font-size: 28px;
  margin-bottom: 30px;
}

#p_staff .subheading span {
  color: #ff6b5c;
}

#p_staff span.subheading_tag {
  display: inline-block;
  background-color: #20a6bc;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  padding: 5px 10px;
}

#p_staff .top_text {
  font-size: 30px;
}

#p_staff .sec_heading .col_green {
  display: block;
  font-size: 24px;
  color: #20a6bc;
  margin-top: 10px;
  margin-left: -12px;
}

#p_staff .sec01 {
  padding: 65px 0;
  background-color: #faf8eb;
  font-size: 24px;
}

#p_staff .sec01_flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#p_staff .sec01 img {
  width: 420px;
  height: auto;
}

#p_staff .sec01 span {
  font-size: 30px;
  color: #ff6b5c;
}

#p_staff .sec01_flexbox p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

#p_staff .sec01_flexbox .balloon {
  width: 765px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

#p_staff .sec01_flexbox .balloon li {
  width: 375px;
  padding: 15px 0;
  border-radius: 7px;
  font-size: 18px;
  background-color: #ffef86;
  text-align: center;
  margin-bottom: 24px;
  position: relative;
}

#p_staff .sec01_flexbox .balloon li span {
  font-weight: bold;
  font-size: 20px;
}

#p_staff .sec01_flexbox .balloon li:nth-child(odd):after {
  content: url(../staff/images/balloon_arrow.png);
  position: absolute;
  top: 54px;
  right: 32px;
  left: auto;
  bottom: auto;
}

#p_staff .sec01_flexbox .balloon li:nth-child(even):after {
  content: url(../staff/images/balloon_arrow.png);
  position: absolute;
  top: 54px;
  right: auto;
  left: 32px;
  bottom: auto;
  transform: scale(-1, 1);
}

#p_staff .sec01_flexbox .btn {
  font-size: 16px;
}

#p_staff .sec02 {
  margin: 60px auto;
}

#p_staff .sec02 .container {
  border: 15px solid #e6f5f8;
}

#p_staff .heading_green {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 10px 0 20px;
  background-color: #e6f5f8;
}

#p_staff .sec_inner {
  font-size: 16px;
  padding: 35px;
}

#p_staff .strong_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#p_staff .strong_list li {
  width: 47%;
}

#p_staff .strong_list li.l_03 {
  width: 100%;
  margin-top: 40px;
}

#p_staff .strong_list li.l_03 .l_03_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#p_staff .strong_list li.l_03 .l_03_box p {
  width: 70%;
}

#p_staff .strong_heading {
  font-size: 24px;
  line-height: 1.45;
  margin-bottom: 15px;
}

#p_staff .strong_heading span {
  color: #ff6b5c;
  font-size: 30px;
}

#p_staff .staff_service_cont {
  padding: 65px 0;
}

#p_staff .point_list {
  padding: 25px 35px;
  background-color: #e6f5f8;
  margin-bottom: 30px;
}

#p_staff .point_list li {
  line-height: 2;
  font-weight: bold;
}

#p_staff .point_list li:before {
  content: "●";
  font-size: 50%;
  color: #20a6bc;
  margin-right: 8px;
  vertical-align: 2px;
}

#p_staff .staff_service_cont img {
  width: 432px;
  height: auto;
}

#p_staff .staff_service_flexbox {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#p_staff .staff_service_text {
  font-size: 16px;
  margin-right: 50px;
}

#p_staff .staff_service_text p span {
  font-weight: bold;
}

#p_staff .staff_service_text p+p {
  margin-top: 25px;
}

#p_staff .sec07 .container {
  border: 15px solid #e6f5f8;
}

#p_staff .hojo_heading {
  font-size: 24px;
  color: #ff6b5c;
  text-align: center;
}

#p_staff .hojo_list {
  width: 1050px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  font-size: 17px;
}

#p_staff .hojo_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  padding: 15px;
  background-color: #ffe3e1;
}

#p_staff .hojo_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p_staff .hojo_list li:nth-child(4) {
  background-color: #e6f5f8;
}

#p_staff .hojo_list li:nth-child(n+3) {
  margin-top: 35px;
}

#p_staff .hojo_list li:not(:nth-child(3)):hover {
  opacity: 0.7;
}

#p_staff .hojo_list li a {
  text-decoration: none;
}

#p_staff .hojo_dtl_text {
  text-align: center;
}

#p_staff .hojo_dtl_text span {
  display: block;
  font-size: 24px;
  color: #1fa6bc;
  margin-bottom: 10px;
}

#p_staff .hojo_dtl_btn {
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 2;
  background-color: #ff6b5c;
  border-radius: 50px;
  text-decoration: none;
}

#p_staff .sec05 img {
  width: 430px;
  height: auto;
}

#p_staff .btn_note {
  color: #ff6b5c;
  text-align: center;
  margin-bottom: 10px;
}

#p_staff .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 67px;
  color: #fff;
  margin: auto;
  background-color: #ff6b5c;
  border-radius: 50px;
  text-decoration: none;
}

#p_staff .btn:hover {
  opacity: 0.7;
}

#p_staff .sec07 {
  margin: 0 auto 65px;
}

#p_staff .sec08 {
  padding: 65px 0;
  background-color: #ffead1;
}

#p_staff .sec08 p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

#p_staff .sec08 .col_orange {
  font-size: 30px;
  color: #ff6868;
}

#p_staff .sec08 .col_green {
  font-size: 30px;
  color: #20a6bc;
}

#p_staff .sec08 .contact_btn {
  display: block;
  width: 516px;
  height: auto;
  margin: auto;
}

#p_staff .sec08 .contact_btn img {
  width: 100%;
  height: auto;
}

#p_staff .sec08 .contact_btn:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 639px) {
  #p_staff .sec_heading {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  #p_staff .head_text {
    position: relative;
    font-size: 5vw;
    line-height: 1.4;
    padding-left: 60px;
    margin-bottom: 10px;
  }

  #p_staff .badge {
    position: absolute;
    top: -62px;
    left: 0;
    width: 55px;
    height: 55px;
    font-size: 17px;
  }

  #p_staff .heading_flexbox {
    position: relative;
    flex-direction: column;
  }

  #p_staff h1 {
    font-size: 19px;
  }

  #p_staff .top_text {
    font-size: 20px;
  }

  #p_staff .sec_heading .col_green {
    font-size: 16px;
  }

  #p_staff .sec_heading img {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }

  #p_staff .sec01,
  #p_staff .sec03,
  #p_staff .staff_service_cont {
    padding-top: 8%;
    padding-bottom: 8%;
    font-size: 15px;
  }

  #p_staff .sec01 span {
    font-size: 18px;
  }

  #p_staff .sec01_flexbox {
    flex-direction: column;
  }

  #p_staff .sec01 img {
    width: 100%;
    margin-bottom: 15px;
  }

  #p_staff .green_line_box {
    margin: 8% 0;
  }

  #p_staff .green_line_box .container {
    border: 10px solid #e6f5f8;
  }

  #p_staff .heading {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #p_staff .subheading {
    font-size: 19px;
  }

  #p_staff span.subheading_tag {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
  }

  #p_staff .point_list {
    padding: 5%;
  }

  #p_staff .point_list li {
    font-size: 15px;
    line-height: 1.5;
    padding-left: calc(1em + 4px);
    text-indent: calc(-1em + -4px);
  }

  .staff_service_flexbox {
    flex-direction: column;
  }

  #p_staff .staff_service_text {
    font-size: 15px;
    margin: 0;
  }

  #p_staff .staff_service_cont img {
    margin-top: 20px;
    width: 100%;
  }

  #p_staff .btn {
    width: 100%;
  }

  #p_staff .staff_nav {
    width: 80%;
    margin: auto;
    flex-direction: column;
  }

  #p_staff .staff_nav li {
    font-size: 16px;
    width: 100%;
  }

  #p_staff .staff_nav li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 15px;
  }

  #p_staff .staff_nav p {
    margin: 5px 0;
  }

  #p_staff .heading_green {
    font-size: 18px;
    line-height: 1.5;
  }

  #p_staff .sec_inner {
    font-size: 15px;
    padding: 6%;
  }

  #p_staff .hojo_heading {
    font-size: 18px;
  }

  #p_staff .hojo_list {
    width: 100%;
    flex-wrap: wrap;
    font-size: 15px;
  }

  #p_staff .hojo_list li {
    width: 100%;
    margin-bottom: 20px;
  }

  #p_staff .hojo_list li:nth-child(n+3) {
    margin-top: 0;
  }

  #p_staff .hojo_list li:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  #p_staff .hojo_dtl_text span {
    font-size: 20px;
  }

  #p_staff .strong_list {
    flex-wrap: wrap;
  }

  #p_staff .strong_list li {
    width: 100%;
  }

  #p_staff .strong_list li+li {
    margin-top: 30px;
  }

  #p_staff .strong_heading {
    font-size: 18px;
  }

  #p_staff .strong_heading span {
    font-size: 19px;
  }

  #p_staff .contact_ul {
    width: 100%;
  }

  #p_staff .contact_ul li {
    font-size: 15px;
    line-height: 1.6;
    padding-left: calc(1em + 8px);
    text-indent: calc(-1em + -8px);
  }

  #p_staff .sec08 {
    padding-top: 8%;
    padding-bottom: 8%;
    margin-bottom: 50px;
  }

  #p_staff .sec08 p {
    font-size: 16px;
  }

  #p_staff .sec08 .col_orange,
  #p_staff .sec08 .col_green {
    font-size: 18px;
  }

  #p_staff .sec08 .contact_btn {
    width: 100%;
  }

  #p_staff .sec01_flexbox .balloon {
    width: 100%;
  }

  #p_staff .sec01_flexbox .balloon li {
    width: 100%;
    margin-bottom: 21px;
    font-size: 15px;
  }

  #p_staff .sec01_flexbox .balloon li span {
    font-size: 17px;
  }

  #p_staff .sec01_flexbox .balloon li:nth-child(odd):after {
    transform: scale(-1, 1);
    top: 54px;
    right: 32px;
    left: auto;
    bottom: auto;
  }

  #p_staff .sec01_flexbox .balloon li:nth-child(even):after {
    top: 54px;
    right: 32px;
    left: auto;
    bottom: auto;
  }

  #p_staff .strong_list li.l_03 .l_03_box p {
    width: 100%;
  }

  #p_staff .sec01_flexbox p {
    font-size: 18px;
    font-weight: bold;
  }

  #p_staff .point_list.plan {
    width: 100%;
  }
}

/* ==================================================
  hojo
================================================== */
#p_hojo #mainvisual {
  height: auto;
  padding: 25px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 639px) {
  #p_hojo #mainvisual {
    padding: 25px 0 0;
  }
}

#mainvisual h1 img {
  width: 90%;
  max-width: 874px;
  margin: auto;
}

#mainvisual h1 p {
  margin-top: 15px;
  line-height: 1.3;
}

#p_hojo p {
  font-size: 16px;
  line-height: 1.9;
}

#p_hojo .text_line {
  font-weight: bold;
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

#p_hojo .heading_dl {
  width: 850px;
  margin: 0 auto 30px;
  display: flex;
  font-size: 20px;
  border: 3px solid #ff6b5c;
}

#p_hojo .heading_dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #fff;
  font-weight: bold;
  background-color: #ff6b5c;
}

#p_hojo .heading_dl dd {
  color: #ff6b5c;
  font-weight: bold;
  padding: 5px 20px;
}

#p_hojo .sec_heading {
  background-color: #e6f5f8;
  padding-top: 60px;
  padding-bottom: 65px;
}

#p_hojo .heading_flex_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#p_hojo .heading_flex_box p {
  font-size: 18px;
  line-height: 2;
}

#p_hojo .heading_flex_box img {
  width: 450px;
  height: auto;
}

#p_hojo .hojo_flow {
  padding: 65px 0;
}

#p_hojo .hojo_flow_ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}

#p_hojo .hojo_flow_ul {
  width: 1050px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 50px;
}

#p_hojo .hojo_flow_ul li {
  position: relative;
  width: 20%;
  text-align: center;
}

#p_hojo .hojo_flow_ul li p {
  font-size: 18px;
  line-height: 1.5;
}

#p_hojo .hojo_flow_ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

#p_hojo .hojo_flow_ul li+li::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: -25%;
  width: 42px;
  height: 42px;
  background: url(../hojo/images/arrow.svg) no-repeat;
  background-size: cover;
}

#p_hojo .hojo_image_ttl {
  position: relative;
  font-size: 26px;
  color: #1fa6bc;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

#p_hojo .hojo_image_ttl span {
  padding: 0 20px;
  background-color: #fff;
}

#p_hojo .hojo_image_ttl::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  width: 85%;
  margin: auto;
  background-color: #1fa6bc;
  z-index: -1;
}

#p_hojo .hojo_image_flexbox {
  width: 1150px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}

#p_hojo .hojo_image_flexbox li {
  text-align: center;
}

#p_hojo .hojo_image_flexbox img {
  width: 460px;
  height: auto;
}

#p_hojo .hojo_image_flexbox_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.4;
  padding: 0 20px;
  background-color: #e6f5f8;
}

#p_hojo .hojo_image_flexbox_subttl {
  font-size: 24px;
  margin-bottom: 20px;
}

#p_hojo p.hojo_support_note {
  font-size: 14px;
  text-align: center;
}

#p_hojo .hojo_cont {
  position: relative;
  padding: 65px 0;
  background-color: #e6f5f8;
}

#p_hojo .hojo_cont_inner {
  padding: 50px;
  background-color: #fff;
}

#p_hojo .hojo_cont_inner+.hojo_cont_inner {
  margin-top: 50px;
}

#p_hojo .hojo_cont h2 {
  font-size: 30px;
  color: #1fa6bc;
  text-align: center;
  margin-bottom: 50px;
}

#p_hojo .hojo_cont_read {
  font-size: 19px;
  line-height: 1.9;
}

#p_hojo .hojo_cont_heading {
  position: relative;
  margin-bottom: 30px;
}

#p_hojo .hojo_cont_heading h3 {
  font-size: 30px;
  color: #1fa6bc;
  border-bottom: 3px solid #1fa6bc;
  margin-bottom: 10px;
}

#p_hojo .hojo_cont_heading p {
  font-size: 20px;
}

#p_hojo .hojo_cont_heading img {
  position: absolute;
  top: 75px;
  right: 50px;
  width: 250px;
  height: auto;
}

#p_hojo .hojo_cont_dl {
  display: table;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #faf8eb;
}

#p_hojo .hojo_cont_dl dt {
  width: 80px;
  float: left;
  clear: left;
  color: #ff6b5c;
  font-weight: bold;
}

#p_hojo .hojo_cont_dl dd {
  margin: 0 0 5px 80px;
}

#p_hojo .quote_box {
  font-size: 15px;
  margin-bottom: 15px;
}

#p_hojo .quote_box blockquote {
  line-height: 1.7;
}

#p_hojo .quote_box blockquote::before {
  content: "“";
  font-size: 75px;
}

#p_hojo .quote_box blockquote::after {
  content: "”";
  font-size: 75px;
  bottom: -35px;
}

#p_hojo .quote_box cite {
  display: block;
  margin-top: 10px;
}

#p_hojo .hojo_recomend {
  font-size: 16px;
  padding: 20px 25px;
  background-color: #e6f5f8;
  margin-top: 30px;
}

#p_hojo .hojo_recomend dt {
  font-size: 18px;
  font-weight: bold;
  color: #1fa6bc;
  margin-bottom: 5px;
}

#p_hojo .hojo_info {
  padding: 40px 0;
  text-align: center;
  background-color: #faf8eb;
}

#p_hojo .hojo_info p {
  font-size: 20px;
}

#p_hojo p.hojo_info_heading {
  font-size: 30px;
  color: #1fa6bc;
  line-height: 1.7;
  margin-bottom: 20px;
}

#p_hojo .hojo_info_heading .col-orange {
  display: block;
  color: #ff6b5c;
  font-size: 24px;
}

#p_hojo .hojo_info_contact {
  margin-bottom: 15px;
}

#p_hojo .hojo_info_tel a {
  position: relative;
  font-size: 32px;
  text-decoration: none;
  vertical-align: baseline;
  font-weight: bold;
}

#p_hojo .hojo_info_tel a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
  width: 35px;
  height: 35px;
  background: url(../hojo/images/tel_icon.svg) no-repeat;
}

#p_hojo .hojo_info_contact a {
  font-size: 24px;
  color: #1fa6bc;
  text-decoration: none;
  vertical-align: baseline;
}

#p_hojo .hojo_info_tel span,
#p_hojo .hojo_info_contact span {
  font-size: 16px;
  margin: 0 10px;
}

@media only screen and (max-width: 639px) {
  #p_hojo p {
    font-size: 15px;
  }

  #p_hojo .sec_heading {
    padding: 30px 0;
  }

  #p_hojo .heading_dl {
    width: 96%;
    flex-direction: column;
    margin: 30px auto;
    font-size: 16px;
  }

  #p_hojo .heading_dl dt {
    padding: 5px;
  }

  #p_hojo .heading_dl dd {
    padding: 8px;
  }

  #p_hojo .heading_flex_box {
    flex-direction: column;
  }

  #p_hojo .heading_flex_box p {
    font-size: 15px;
    line-height: 1.9;
  }

  #p_hojo .heading_flex_box img {
    width: 100%;
    margin-top: 10px;
  }

  #p_hojo .hojo_flow_ttl {
    font-size: 20px;
  }

  #p_hojo .hojo_flow {
    width: 100%;
    flex-direction: column;
    padding: 30px 0;
  }

  #p_hojo .hojo_flow_ul {
    width: 100%;
    flex-direction: column;
    margin: 0 auto;
  }

  #p_hojo .hojo_flow li {
    width: 45%;
    margin-bottom: 60px;
  }

  #p_hojo .hojo_flow li+li::before {
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  #p_hojo .hojo_flow li p {
    font-size: 15px;
  }

  #p_hojo .hojo_image_ttl {
    font-size: 18px;
  }

  #p_hojo .hojo_image_ttl span {
    padding: 0 5px;
  }

  #p_hojo .hojo_image_flexbox {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }

  #p_hojo .hojo_image_flexbox li {
    width: 100%;
  }

  #p_hojo .hojo_image_flexbox_ttl {
    min-height: auto;
    padding: 10px 20px;
  }

  #p_hojo .hojo_image_flexbox img {
    width: 100%;
  }

  #p_hojo p.hojo_support_note {
    text-align: left;
  }

  #p_hojo .hojo_cont {
    padding: 30px 0;
  }

  #p_hojo .hojo_cont h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  #p_hojo .hojo_cont_read {
    font-size: 15px;
  }

  #p_hojo .hojo_cont_inner {
    padding: 20px 15px;
  }

  #p_hojo .hojo_cont_heading {
    margin-bottom: 0;
  }

  #p_hojo .hojo_cont_heading h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }

  #p_hojo .hojo_cont_heading img {
    position: unset;
    display: block;
    width: 50%;
    margin: auto;
  }

  #p_hojo .hojo_cont_heading p {
    font-size: 16px;
  }

  #p_hojo .hojo_cont_dl {
    font-size: 15px;
    padding: 20px;
  }

  #p_hojo .hojo_cont_dl dt {
    width: 100%;
    float: none;
  }

  #p_hojo .hojo_cont_dl dd {
    margin: 0 0 10px;
  }

  #p_hojo .hojo_cont_dl dt+dd {
    margin-top: 10px;
  }

  #p_hojo .quote_box blockquote::before,
  #p_hojo .quote_box blockquote::after {
    font-size: 50px;
  }

  #p_hojo .quote_box blockquote::after {
    bottom: -15px;
  }

  #p_hojo .hojo_recomend {
    padding: 15px;
  }

  #p_hojo .hojo_recomend,
  #p_hojo .hojo_recomend dt {
    font-size: 15px;
  }

  #p_hojo .hojo_info p {
    font-size: 15px;
  }

  #p_hojo p.hojo_info_heading {
    font-size: 20px;
  }

  #p_hojo .hojo_info_heading .col-orange {
    font-size: 18px;
  }

  #p_hojo .hojo_info_tel a::before {
    left: -26px;
    width: 26px;
    height: 26px;
  }

  #p_hojo .hojo_info_tel a {
    font-size: 26px;
  }

  #p_hojo .hojo_info_tel span,
  #p_hojo .hojo_info_contact span {
    display: block;
    font-size: 15px;
  }

  #p_hojo .hojo_info_contact a {
    font-size: 20px;
  }
}

/* ==================================================
page form　共通
==================================================*/
#contactform .container {
  width: 1000px;
}

#contactform .container input {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contactform .container textarea {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contactform .container select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contactform .container select option {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contactform table {
  margin-bottom: 30px;
}

#contactform table tr td p {
  margin-bottom: 0;
}

#contactform .note {
  line-height: 26px;
  margin-bottom: 30px;
}

#contactform p a {
  color: #4ac7c8;
}

#contactform .md_b2 {
  margin-bottom: 45px;
}

#contactform .md_b2 input[type="submit"]:hover {
  background-color: #06114a;
  background-position: right 20px center;
}

#contactform .md_b2 input[type="submit"] {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3e4150;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background-image: url("../images/bfa4.png");
  background-repeat: no-repeat;
  background-position: right 11px center;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#contactform h2 {
  font-size: 32px;
  color: #001830;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

#contactform h2 span {
  font-size: 38px;
  color: #009fb7;
}

#contactform h4 {
  color: #f47164;
  text-align: center;
  font-size: 22px;
  margin-bottom: 35px;
}

#contactform table tbody tr th {
  width: 400px;
  position: static !important;
  padding: 15px;
}

@media only screen and (max-width: 639px) {
  #contactform table tbody tr th {
    width: 100%;
  }
}

#contactform textarea {
  width: 100%;
  margin-bottom: 10px;
}

#contactform .col3 li {
  width: 210px;
  display: inline-block;
  margin: 10px 0;
}

#contactform .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  width: 660px;
}

#contactform .col2 li {
  width: 330px;
  padding-right: 20px;
}

@media only screen and (max-width: 639px) {
  #contactform .col2 {
    width: 100%;
  }

  #contactform .col2 li {
    width: 100%;
  }
}

#contactform .col2 li:nth-child(even) {
  padding-right: 0;
}

#contactform table tbody tr th .pform_ttl-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contactform table tbody tr th span {
  position: static !important;
  top: auto !important;
  transform: none !important;
  margin-right: 8px;
}

#contactform .b_tel {
  margin-bottom: 20px;
}

#contactform .b_tel .m_tel {
  margin: auto;
  height: 100px;
  background-color: #e4e6e796;
  padding: 12px 15px;
}

#contactform .b_tel .m_tel .outside {
  background-color: #f47164;
  border-radius: 4px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

#contactform .b_tel .m_tel .outside:before {
  content: "";
  width: 91px;
  padding-bottom: 92px;
  background-image: url("../images/gtm.png");
  position: absolute;
  left: 15px;
  top: 15px;
}

#contactform .b_tel .m_tel .outside .number {
  font-size: 60px;
  padding-right: 60px;
  font-family: "Josefin Sans", sans-serif;
  -ms-flex-item-align: end;
  align-self: flex-end;
  line-height: 65px;
  font-weight: 650;
}

#contactform .b_tel .m_tel .outside .text {
  color: #fff;
  font-family: YuGothic, "Hiragino Kaku Gothic ProN", "游ゴシック", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-right: 35px;
  border-right: 1px solid #fff;
  margin-right: 30px;
  line-height: 40px;
}

#contactform .b_tel .m_tel .outside .text a {
  color: #fff;
  text-decoration: none;
}

#contactform .title {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#contactform .title .left {
  background-color: #3e4150;
  width: 180px;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  position: relative;
}

#contactform .title .left:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 17px solid #3e4150;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contactform .title .left .inside {
  display: inline-block;
  font-size: 22px;
  text-align: left;
}

#contactform .title .left .inside span {
  font-size: 30px;
  color: #5dd2d4;
  vertical-align: -2px;
}

#contactform .title .right {
  width: calc(100% - 180px);
  padding-left: 30px;
}

#contactform .title .right.completion {
  width: 100%;
  text-align: center;
}

#contactform .title .right h3 {
  color: #ffa234;
  font-size: 27px;
  margin-right: -20px;
}

#contactform .title .right p {
  color: #3e4150;
  font-size: 22px;
}

/*#wstage107  START*/
#contactform #wstage107 {
  margin: 25px auto 45px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

#contactform #wstage107 .wstage107_top {
  border-radius: 4px;
  border-top: 4px solid #ffa234;
  border-left: 4px solid #ffa234;
  border-right: 4px solid #ffa234;
  background-color: #ffa234;
  font-size: 27px;
  font-weight: bold;
  color: #fff;
  padding: 5px 10px 14px 10px;
}

#contactform #wstage107 .wstage107_top .wstage107_top--01,
#contactform #wstage107 .wstage107_top .wstage107_top--02 {
  line-height: 1.6;
}

#contactform #wstage107 .wstage107_bottom {
  border-radius: 4px;
  border-bottom: 4px solid #ffa234;
  border-left: 4px solid #ffa234;
  border-right: 4px solid #ffa234;
  background-color: #fbf1e6;
  margin-top: -5px;
  padding: 17px 25px 28px 25px;
  color: #3e4150;
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}

#contactform #wstage107 .wstage107_bottom span {
  color: #fb9723;
  border-bottom: 1px solid #f99f36;
}

@media only screen and (max-width: 639px) {
  #contactform #wstage107 {
    margin: 6% auto 10% auto;
  }

  #contactform #wstage107 .wstage107_top {
    font-size: 19px;
    padding: 2.5% 3.4% 5% 3.4%;
  }

  #contactform #wstage107 .wstage107_bottom {
    font-size: 16px;
    padding: 3.4%;
  }
}

/*#wstage107  END*/
#contactform .contact_pp .container h2 {
  color: #253748;
  border-left: #253748 1px solid;
  font-size: 28px;
  text-align: left;
  padding: 7px 0 7px 30px;
  margin-bottom: 45px;
}

#contactform .contact_pp .container p {
  margin-bottom: 30px;
}

#contactform .contact_pp .container p a {
  color: #4ac7c8;
}

#contactform .contact_pp .container ul {
  margin-bottom: 15px;
  padding: 15px 20px;
  background-color: #fafcfe;
}

#contactform .contact_pp .container ul li {
  vertical-align: middle;
}

#contactform .contact_pp .container ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #4ab2c8;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 10px;
}

#contactform .conf_bak {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3e4150;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background-image: url("../images/bfa4.png");
  background-repeat: no-repeat;
  background-position: left 11px center;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#contactform .conf_bak:hover {
  background-color: #06114a;
  background-position: left 20px center;
}

@media only screen and (max-width: 639px) {
  #contactform .conf_bak {
    width: 65.47619%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 2.5% 0 2.5%;
    background-size: 1.63636% auto;
    background-position: left 4.90909% center;
  }
}

#contactform .conf_bak-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 639px) {
  #contactform .conf_bak-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 639px) {
  #contactform .contact_pp .container .gg_pp {
    word-break: break-all;
  }
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #p_contact .breakcrumb .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .container {
    width: 87.5%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform h2 {
    font-size: 19px;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform h2 span {
    display: block;
    font-size: 24px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .b_tel .m_tel {
    padding: 1.42857% 1.66667%;
    width: 100%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .b_tel .m_tel {
    height: 80px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .b_tel .m_tel .outside {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 3.69458%;
  }

  #contactform .b_tel .m_tel .outside .inside {
    width: 67.13555%;
    margin-top: 3.83632%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .b_tel .m_tel .outside .inside {
    margin-top: 2.55754%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .b_tel .m_tel .outside:before {
    width: 27.0936%;
    padding-bottom: 27.0936%;
    background-size: 100% 100%;
    left: 12px;
    top: 14px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .b_tel .m_tel .outside:before {
    left: 7px;
    top: 7px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .b_tel .m_tel .outside .number {
    padding-right: 0;
    font-size: 44px;
    margin-right: -3.80952%;
    line-height: 45px;
    font-weight: 500;
  }
}

@media only screen and (max-width: 639px) and (max-width: 470px) and (min-width: 377px) {
  #contactform .b_tel .m_tel .outside .number {
    font-size: 36px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .b_tel .m_tel .outside .number {
    font-size: 33px;
    line-height: 35px;
    margin-top: 2px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) and (max-width: 374px) and (min-width: 320px) {
  #contactform .b_tel .m_tel .outside .number {
    font-size: 30px;
  }
}

@media only screen and (max-width: 639px) {
  #contactform .b_tel .m_tel .outside .number a {
    color: inherit;
    text-decoration: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .b_tel .m_tel .outside .text {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    font-size: 17px;
    line-height: 17px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 470px) and (min-width: 377px) {
  #contactform .b_tel .m_tel .outside .text {
    font-size: 14px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .b_tel .m_tel .outside .text {
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 2px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) and (max-width: 374px) and (min-width: 320px) {
  #contactform .b_tel .m_tel .outside .text {
    font-size: 12px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .left {
    width: 100%;
    padding: 0.59524% 0 1.19048%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .left:after {
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    border-top: 13px solid #3e4150;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .left .inside {
    font-size: 27px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .title .left .inside {
    font-size: 20px;
  }
}

@media only screen and (max-width: 639px) {
  #contactform .title .left .inside br {
    display: none;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .left .inside span {
    font-size: 37px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .title .left .inside span {
    font-size: 25px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .right {
    width: 100%;
    padding: 4.7619% 0 0 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .right h3 {
    font-size: 19px;
    text-align: center;
    line-height: 24px;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .title .right h3 {
    font-size: 16px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .title .right p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  #contactform .title .right p {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form table {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form p {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form .md_b2 {
    margin-bottom: 5.35714%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form .md_b2 input[type="submit"] {
    width: 65.47619%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    padding: 2.5% 0 2.5%;
    background-size: 1.63636% auto;
    background-position: right 4.90909% center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form2 h3 {
    font-size: 14px;
    text-align: left;
    margin-bottom: 4.7619%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form2 table tr td .col3 li {
    width: 100%;
    margin: 1.27551% 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form2 table tr td .col2 {
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form2 table tr td .col2 li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 2.55102%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form2 table tr td p {
    line-height: 20px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .form2 table tr td textarea {
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  #contactform .contact_pp .container h2 {
    font-size: 20px;
    padding: 1.78571% 0 1.78571% 3.57143%;
  }
}

/* ==================================================
service_set
==================================================*/
.serviceset_read {
  display: flex;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 639px) {
  .serviceset_read {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/* ==================================================
catlist
==================================================*/
.catlist {
  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;
}

.catlist .item {
  -webkit-box-shadow: 1px 1px 6px #d8d8ed;
  box-shadow: 1px 1px 6px #d8d8ed;
  border-radius: 0 0 5px 5px;
  text-align: center;
  position: relative;
  border-top: 8px solid #ff6b5c;
  padding-bottom: 33px;
  margin-bottom: 15px;
  width: 285px;
}

.catlist .item .abs {
  font-size: 16px;
  color: #fff;
  display: block;
  padding: 0 40px 5px;
  background-color: #ff6b5c;
  display: inline-block;
  position: absolute;
  border-radius: 0 0 4px 4px;
  left: 15px;
}

.catlist .item figure {
  margin-bottom: 20px;
}

.catlist .item .item__ttl {
  margin-bottom: 10px;
  font-size: 18px;
  padding: 0 15px;
  font-weight: bold;
}

.catlist .item p {
  padding: 0 20px;
  line-height: 26px;
  margin-bottom: 15px;
}

.catlist .item:nth-child(7),
.catlist .item:nth-child(8),
.catlist .item:nth-child(9),
.catlist .item:nth-child(10),
.catlist .item:nth-child(11),
.catlist .item:nth-child(12) {
  border-top: 8px solid #ffa234;
}

.catlist .item:nth-child(7) .abs,
.catlist .item:nth-child(8) .abs,
.catlist .item:nth-child(9) .abs,
.catlist .item:nth-child(10) .abs,
.catlist .item:nth-child(11) .abs,
.catlist .item:nth-child(12) .abs {
  background-color: #ffa234;
}

.catlist .item>a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

.catlist .item:hover .md_b1 a {
  border: 2px solid #22c0ce;
  background-color: #fff;
  color: #22c0ce;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .catlist .item {
    width: 48.5%;
    padding-bottom: 8.33333%;
    margin-bottom: 3.57143%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .catlist .item {
    width: 49%;
    border-top: 3px solid #ff6b5c;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .catlist .item .abs {
    padding: 0 9.52381% 1.19048%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .catlist .item .abs {
    font-size: 13px;
    padding: 0 6% 5px;
  }
}

@media only screen and (max-width: 639px) {
  .catlist .item .abs .md_b1 a {
    font-size: 11px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .catlist .item figure {
    margin-bottom: 4.7619%;
    padding-top: 6%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .catlist .item h2 {
    margin-bottom: 2.38095%;
  }
}

@media only screen and (max-width: 639px) and (max-width: 376px) {
  .catlist .item h2 {
    font-size: 15px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .catlist .item p {
    margin-bottom: 3.57143%;
    line-height: 22px;
    font-size: 13px;
  }

  .catlist .item_h100 p {
    height: 100px;
  }

  .catlist .item_h80 p {
    height: 80px;
  }

  .catlist .item_h60 p {
    height: 60px;
  }
}

/* ========== end △ */
/* ==================================================
webconsulting
==================================================*/
#p_webconsulting .text_line {
  font-weight: bold;
  background-image: url("../images/bg_line.png");
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

#p_webconsulting .fx {
  display: none;
}

#p_webconsulting h2 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 60px;
}

#p_webconsulting .webconsulting_heading {
  background-color: #e6f5f8;
  padding: 40px 0 55px;
  font-size: 18px;
}

#p_webconsulting .webconsulting_heading h2 {
  text-align: left;
  margin-bottom: 20px;
}

#p_webconsulting .webconsulting_heading_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.webconsulting_heading img {
  width: 500px;
}

#p_webconsulting .webconsulting_heading .col_orange {
  color: #ff6868;
}

#p_webconsulting .subheading {
  font-size: 26px;
  color: #20a6bc;
  text-align: center;
  margin: 30px 0;
}

#p_webconsulting .webconsulting_read {
  width: 80%;
  margin: auto;
}

#p_webconsulting .webconsulting_read p+p {
  margin-top: 20px;
}

#p_webconsulting .heading .col_orange {
  font-size: 28px;
  color: #ff6868;
}

#p_webconsulting div[class^="sec0"] p {
  font-size: 17px;
  line-height: 2;
}

#p_webconsulting p span {
  font-weight: bold;
}

#p_webconsulting p+p {
  margin-top: 20px;
}

#p_webconsulting .sec01,
#p_webconsulting .sec02,
#p_webconsulting .sec04 {
  padding: 65px 0;
}

.webconsulting_flow {
  margin-top: 40px;
  border: 15px solid #e6f5f8;
}

.webconsulting_flow h4 {
  font-size: 18px;
  text-align: center;
  padding: 10px 0 20px;
  background-color: #e6f5f8;
}

.webconsulting_flow ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

.webconsulting_flow h3 {
  padding: 20px 10px 0 30px;
}

.webconsulting_flow ul li {
  width: 31%;
  padding: 15px 7px;
}

.webconsulting_flow ul li img {
  width: 100%;
}

.webconsulting_flow ul li.flow_list_txt li {
  width: 100%;
}

.webconsulting_flow ul li.flow_list_txt ol {
  list-style: decimal;
  margin-left: 1.8rem;
}

.webconsulting_flow ul li.flow_list_txt h5 {
  font-size: 16px;
  margin-bottom: 7px;
}

.webconsulting_flow ul li.flow_list_txt ol li {
  padding: 0 0 7px 0;
}

#p_webconsulting .contact_sec {
  padding: 65px 0;
  background-color: #ffead1;
}

#p_webconsulting .contact_sec p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

#p_webconsulting .contact_sec .col_orange {
  font-size: 30px;
  color: #ff6868;
}

#p_webconsulting .contact_sec .col_green {
  font-size: 30px;
  color: #20a6bc;
}

#p_webconsulting .contact_sec .contact_btn {
  display: block;
  width: 516px;
  height: auto;
  margin: auto;
}

#p_webconsulting .contact_sec .contact_btn img {
  width: 100%;
  height: auto;
}

#p_webconsulting .contact_sec .contact_btn:hover {
  opacity: 0.7;
}

#p_webconsulting .sec03 figcaption {
  font-size: 20px;
  color: #20a6bc;
  text-align: center;
  margin-top: 50px;
}

#p_webconsulting .sec03 img {
  display: block;
  margin: 50px auto;
}

#p_webconsulting .ex_outer {
  width: 80%;
  margin: 0 auto;
}

#p_webconsulting .ex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#p_webconsulting .ex_box p {
  font-size: 16px;
  width: 100%;
}

#p_webconsulting .ex_box .ex_inner {
  width: 48%;
  border: 15px solid #e6f5f8;
}

#p_webconsulting .ex_box dl dt {
  font-size: 18px;
  text-align: center;
  line-height: 1;
  padding: 0 0 10px;
  background-color: #e6f5f8;
  font-weight: bold;
}

#p_webconsulting .ex_box dl dt span {
  font-size: 1.3em;
}

#p_webconsulting .ex_box dl dd {
  padding: 30px;
}

#p_webconsulting .ex_box dl dd ul {
  margin-top: 15px;
  padding: 20px;
  background-color: #ffe3e1;
}

#p_webconsulting .ex_box dl dd ul li{ text-indent: -1em; padding-left: 1em;}
#p_webconsulting .ex_box dl dd ul li:before {
  content: "●";
  font-size: 50%;
  color: #ff6868;
  margin-right: 8px;
  vertical-align: 2px;
}

#p_webconsulting .list_box dt {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 15px 0 10px;
  border-bottom: solid 1px #ccc;
}

#p_webconsulting .list_box {
  background-color: #e6f5f8;
  margin-top: 30px;
  position: relative;
}

#p_webconsulting .list_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 30px;
  width: 840px;
  margin: 0 auto;
}

#p_webconsulting .list_box ul li {
  width: 33%;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1218px) {
#p_webconsulting .list_box.hrg ul li:last-child { margin-top:-20px; }
}

#p_webconsulting .list_box ul li:before {
  content: "●";
  font-size: 50%;
  color: #20a6bc;
  margin-right: 8px;
  vertical-align: 2px;
}

#p_webconsulting .list_box.hrg {
  width: 80%;
  margin: 20px auto;
}

#p_webconsulting .list_box.hrg dd {
  padding: 20px 30px;
}

#p_webconsulting .list_box.hrg ul {
  width: 920px;
  padding: 0;


}

#p_webconsulting section#wrapper section#main div.sec04 div.container dl.list_box.hrg dd span {
  text-align: right;
  margin: auto;
  display: block;
}

#p_webconsulting .list_box.hrg ul li {
  width: 49%;
  padding-left: 1em;
  text-indent: -1em;
}

#p_webconsulting .flow_list {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 15px solid #e6f5f8;
}

#p_webconsulting section#wrapper section#main div.sec04 div.container div.flow_list h3 {
  padding: 20px 10px 0 30px;
}

.point_list_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;

}



#p_webconsulting .flow_list h4 {
  font-size: 18px;
  text-align: center;
  padding: 10px 0 20px;
  background-color: #e6f5f8;
}

#p_webconsulting .flow_list p {
  width: 100%;
  padding: 20px 30px 0;
  font-size: 16px;
  line-height: 1.5;
}

#p_webconsulting .flow_list p span {
  font-size: 14px;
  font-weight: normal;
}

#p_webconsulting .flow_list ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 20px;
}

#p_webconsulting .flow_list ul li {
  width: 24%;
  padding: 15px 7px;
}

#p_webconsulting .flow_list ul li img {
  width: 100%;
}

#p_webconsulting .flow_list figcaption {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 7px;
}

#p_webconsulting .point_list {
  background-color: #fff;
  margin: 0 auto;
  padding: 25px 0px;
}

#p_webconsulting .point_list li {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}

#p_webconsulting .point_list li:before {
  content: "●";
  font-size: 50%;
  color: #20a6bc;
  margin-right: 8px;
  vertical-align: 2px;
}

@media only screen and (max-width: 639px) {
  .point_list_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px 0 20px 0;
    text-indent: -1em;
    padding-left: 1em;

  }

  #p_webconsulting .point_list {
    background-color: #fff;
    margin: 0;
    padding: 0;
}
}

#p_webconsulting .column_sec {
  padding: 65px 0;
  background: #e6f5f8;
  margin-bottom: 65px;
}

#p_webconsulting .column_sec h3 {
  color: #000;
  font-size: 24px;
  text-align: center;
  margin: 0 0 25px;
}

#p_webconsulting .column_sec p {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 10px;
}

#p_webconsulting .column_heading {
  font-weight: bold;
}

#p_webconsulting .column_list {
  width: 60%;
  margin: 0 auto;
}

#p_webconsulting .column_list li {
  font-size: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #fff;
}

#p_webconsulting .column_list li+li {
  border-top: none;
}

#p_webconsulting .column_list a:hover {
  opacity: 0.7;
}

#p_webconsulting .column_list a {
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  #p_webconsulting .webconsulting_heading {
    font-size: 16px;
  }

  #p_webconsulting .webconsulting_heading_flex {
    flex-direction: column;
  }

  .webconsulting_heading img {
    width: 100%;
    margin-top: 20px;
  }

  #p_webconsulting .sec01,
  #p_webconsulting .sec02,
  #p_webconsulting .sec04,
  #p_webconsulting .contact_sec,
  #p_webconsulting .column_sec {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  #p_webconsulting h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  #p_webconsulting div[class^="sec0"] p {
    font-size: 15px;
    line-height: 1.8;
  }

  #p_webconsulting .subheading {
    font-size: 18px;
    margin: 15px 0;
  }

  #p_webconsulting .webconsulting_read {
    width: 100%;
    font-size: 15px;
  }

  #p_webconsulting .contact_sec p {
    font-size: 15px;
  }

  #p_webconsulting .contact_sec .col_orange,
  #p_webconsulting .contact_sec .col_green {
    font-size: 18px;
  }

  #p_webconsulting .contact_sec .contact_btn {
    width: 100%;
  }

  #p_webconsulting ul li {
    width: 100%;
    padding: 0;
  }

  #p_webconsulting .webconsulting_flow ul li img {
    margin-top: 20px;
  }

  #p_webconsulting .ex_outer,
  #p_webconsulting .ex_box .ex_inner.inner_left,
  #p_webconsulting .ex_box .ex_inner.inner_right {
    width: 100%;
  }

  #p_webconsulting .ex_box .ex_inner.inner_left {
    margin-bottom: 20px;
    border: 10px solid #e6f5f8;
  }

  #p_webconsulting .ex_box p {
    font-size: 15px;
  }

  #p_webconsulting .sec03 figcaption {
    font-size: 16px;
    margin-top: 25px;
  }

  #p_webconsulting .sec03 img {
    margin: 25px auto;
  }

  #p_webconsulting .list_box ul {
    width: 100%;
    padding: 15px;
  }

  #p_webconsulting .list_box ul li,
  #p_webconsulting .list_box.hrg,
  #p_webconsulting .list_box.hrg ul,
  #p_webconsulting .list_box.hrg ul li {
    width: 100%;
  }

  .webconsulting_flow {
    margin-top: 20px;
    border: 10px solid #e6f5f8;
  }

  .webconsulting_flow h4 {
    font-size: 15px;
  }

  #p_webconsulting .flow_list {
    margin-top: 20px;
    border: 10px solid #e6f5f8;
  }

  #p_webconsulting .flow_list p {
    padding: 20px 20px 0;
  }

  #p_webconsulting .flow_list ul li {
    width: 100%;
    margin-bottom: 0;
  }

  #p_webconsulting .point_list li {
    font-size: 15px;
    line-height: 1.6;
  }

  #p_webconsulting .ex_box dl dd {
    padding: 15px;
  }

  #p_webconsulting .list_box dt {
    padding: 15px 15px 10px;
  }

  #p_webconsulting .column_sec h3,
  #p_webconsulting .column_sec p {
    font-size: 16px;
  }

  #p_webconsulting .column_list {
    width: 100%;
  }

  #p_webconsulting .column_list li {
    font-size: 15px;
  }
}

/* ==================================================
p_service_set
==================================================*/
#p_service_set .text_line {
  font-weight: bold;
  background-image: url(../images/bg_line.png);
  background-repeat: repeat-x;
  background-position: center bottom 1px;
}

#p_service_set .serviceset_read {
  display: block;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  #p_service_set .serviceset_read {
    text-align: left;
  }
}

#p_service_set .serviceset_read h2 {
  margin-bottom: 20px;
}

#p_service_set .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 470px;
  height: 47px;
  color: #fff;
  margin: auto;
  background-color: #ff6b5c;
  border-radius: 50px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

#p_service_set .add .box01 {
  margin-top: 30px;
}

#p_service_set .add ul {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
}

#p_service_set .add ul li {
  width: 49%;
}

#p_service_set .add .box01 dd ul li {
  margin-bottom: 20px;
}

.service_cont_wrap {
  background-color: #e6f5f8;
  margin: 60px 0;
  padding: 60px 0;
}

.service_cont_wrap h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.service_cont_wrap h3 {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  margin-bottom: 30px;
  padding: 5px 10px;
  background-color: #ff6b5c;
}

.service_cont_wrap h4 {
  font-size: 24px;
  color: #009fb7;
  margin-bottom: 10px;
}

.service_cont_wrap p {
  font-size: 16px;
  line-height: 1.7;
}

.service_cont_wrap p+h4 {
  margin-top: 40px;
}

.service_cont_wrap p+p {
  margin-top: 20px;
}

.service_cont+.service_cont {
  margin-top: 80px;
}

.service_cont_read {
  font-size: 18px !important;
  margin-bottom: 40px;
}

.service_cont {
  padding: 50px;
  background-color: #fff;
}

.service_cont_flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}

.service_cont_flex img {
  width: 35%;
  height: auto;
  margin: 0 30px 0 0;
}

.service_cont_pointlist_heading {
  color: #009fb7;
  font-size: 18px !important;
  margin-bottom: 10px;
}

.service_cont_pointlist li {
  font-size: 15px;
  background: url(../images/ico01.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 30px;
}

.service_cont_pointlist li+li {
  margin-top: 8px;
}

.recommend_article {
  display: flex;
  background-color: #faf8eb;
}

.recommend_article ul {
  font-size: 18px;
  padding: 20px;
}

.recommend_article ul li+li {
  margin-top: 10px;
}

.recommend_article li span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  background-color: #949494;
  margin-right: 25px;
  padding: 0 10px 0 15px;
}

.recommend_article li span::after {
  content: "";
  position: absolute;
  right: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid #949494;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
}

.recommend_article p {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  background-color: #21c0ce;
}

.recommend_article a {
  text-decoration: none;
}

.recommend_article a:hover {
  text-decoration: underline;
}

#p_service_set .heading_green {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  padding: 10px 0 20px;
  background-color: #e6f5f8;
}

#p_service_set .sec_inner {
  font-size: 16px;
  padding: 35px;
}

#p_service_set .green_line_box .container {
  border: 15px solid #e6f5f8;
}

#p_service_set .hojo_heading {
  font-size: 24px;
  color: #ff6b5c;
  text-align: center;
}

#p_service_set .hojo_list {
  width: 1050px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  font-size: 17px;
}

#p_service_set .hojo_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  padding: 15px;
  background-color: #ffe3e1;
}

#p_service_set .hojo_list li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#p_service_set .hojo_list li:nth-child(4) {
  background-color: #e6f5f8;
}

#p_service_set .hojo_list li:nth-child(n+3) {
  margin-top: 35px;
}

#p_service_set .hojo_list li:not(:nth-child(3)):hover {
  opacity: 0.7;
}

#p_service_set .hojo_list li a {
  text-decoration: none;
}

#p_service_set .hojo_dtl_text {
  text-align: center;
}

#p_service_set .hojo_dtl_text span {
  display: block;
  font-size: 24px;
  color: #1fa6bc;
  margin-bottom: 10px;
}

#p_service_set .hojo_dtl_btn {
  color: #fff;
  margin: auto;
  text-align: center;
  line-height: 2;
  background-color: #ff6b5c;
  border-radius: 50px;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  #p_service_set .add ul {
    width: 100%;
  }

  #p_service_set .add ul li {
    width: 100%;
  }

  #p_service_set .btn {
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 1.3;
  }

  .service_cont_wrap {
    margin: 30px 0;
    padding: 30px 0;
  }

  .service_cont_wrap h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .service_cont_wrap h3 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .service_cont_wrap h4 {
    font-size: 18px;
  }

  .service_cont_wrap p {
    font-size: 15px;
  }

  .service_cont_wrap p+h4 {
    margin-top: 25px;
  }

  .service_cont_wrap p+p {
    margin-top: 10px;
  }

  .service_cont_read {
    font-size: 15px !important;
    margin-bottom: 20px;
  }

  .service_cont {
    padding: 15px;
  }

  .service_cont+.service_cont {
    margin-top: 30px;
  }

  .service_cont_flex {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .service_cont_flex img {
    width: 100%;
    height: auto;
    margin: 0 0 20px;
  }

  .recommend_article {
    flex-direction: column;
  }

  .recommend_article ul {
    font-size: 15px;
    padding: 10px;
  }

  .recommend_article li {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .recommend_article li span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    padding: 0 5px 0 10px;
  }

  .recommend_article li span::after {
    right: -10px;
    border-left: 10px solid #949494;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }

  .service_cont_pointlist_heading {
    font-size: 16px !important;
  }

  #p_service_set .heading_green {
    font-size: 18px;
    line-height: 1.5;
  }

  #p_service_set .sec_inner {
    font-size: 15px;
    padding: 6%;
  }

  #p_service_set .hojo_heading {
    font-size: 18px;
  }

  #p_service_set .hojo_list {
    width: 100%;
    flex-wrap: wrap;
    font-size: 15px;
  }

  #p_service_set .hojo_list li {
    width: 100%;
    margin-bottom: 20px;
  }

  #p_service_set .hojo_list li:nth-child(n+3) {
    margin-top: 0;
  }

  #p_service_set .hojo_list li:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }

  #p_service_set .hojo_dtl_text span {
    font-size: 20px;
  }
}

/* ==================================================
  wstage151
==================================================*/
.wstage151 {
  background-color: #fcfcfe;
  padding: 50px 0;
  margin-top: 50px;
}

.wstage151 a {
  text-decoration: none;
}

.wstage151 a:hover {
  text-decoration: none;
}

.wstage151_in {
  position: relative;
}

.wstage151_img img {
  width: 100%;
}

.wstage151_link02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wstage151_btn {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 10px;
  width: 700px;
  display: inline-block;
  position: relative;
}

.wstage151_btn::after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../service_set/hansoku/images/arr01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: -10px 0 0 8px;
}

.wstage151_hidden {
  transition: opacity 1s ease;
  opacity: 0 !important;
}

.wstage151_open {
  transition: opacity 1s ease;
  opacity: 1 !important;
}

@media only screen and (max-width: 639px) {
  .wstage151 {
    padding: 25px 0;
    margin-top: 25px;
  }

  .wstage151_btn {
    display: block;
    width: 240px;
    font-size: 20px;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px 10px;
    opacity: 1 !important;
  }

  .wstage151_btn::after {
    display: block;
    margin: 5px auto 0 auto;
    width: 30px;
    height: 30px;
  }
}

/*wstage151 end*/
/* ==================================================
  banner2
==================================================*/
.banner2 {
  margin-top: 50px;
}

.banner2.banner2-center {
  margin-top: 0;
  margin-bottom: 50px;
}

.banner2 .list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.banner2 .list .banner2_list01 a,
.banner2 .list .banner2_list02 a,
.banner2 .list .banner2_list03 a {
  display: block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  width: 420px;
  margin: 0 10px;
  padding: 10px;
  text-decoration: none;
}

.banner2 .list .banner2_list01 a img,
.banner2 .list .banner2_list02 a img,
.banner2 .list .banner2_list03 a img {
  width: 70px !important;
}
.banner2 .list .banner2_list02 a img{  width: 50px !important;}

/*
========banner2_list01======== */
.banner2 .list .banner2_list01 a {
  border: solid 5px #ff6b5c;
  background-color: #fbe5d6;
}

.banner2 .list .banner2_list01 a .text span {
  color: #2e75b6;
  font-weight: bold;
  font-size: 2.4rem;
}

.banner2 .list .banner2_list01 a .banner2_btn {
  display: inline-block;
  position: relative;
  border: solid 1px #ff6b5c;
  background-color: #fff;
  margin-left: 70px;
  padding: 0 40px 0 20px;
}

.banner2 .list .banner2_list01 a .banner2_btn:after {
  content: ">";
  position: absolute;
  right: 5px;
  color: #ff6b5c;
  font-weight: bold;
}

/*
========banner2_list02======== */
.banner2 .list .banner2_list02 a {
  border: solid 5px #54cbcf;
}

.banner2 .list .banner2_list02 a .text {
  font-weight: bold;
  font-size: 2.0rem !important;
}

.banner2 .list .banner2_list02 a .text span {
  font-weight: normal;
  font-size: 1.4rem !important;
}

.banner2 .list .banner2_list02 a .banner2_btn {
  display: inline-block;
  position: relative;
  border: solid 1px #54cbcf;
  background-color: #fff;
  margin-left: 70px;
  padding: 0 40px 0 20px;
}

.banner2 .list .banner2_list02 a .banner2_btn:after {
  content: ">";
  position: absolute;
  right: 5px;
  color: #54cbcf;
  font-weight: bold;
}

/*
========banner2_list03======== */
.banner2 .list .banner2_list03 a {
  border: solid 5px #92d050;
  background-color: #e2f0d9;
}

.banner2 .list .banner2_list03 a .text {
  font-weight: bold;
  font-size: 1.7rem !important;
}

.banner2 .list .banner2_list03 a .text span {
  font-weight: normal;
  font-size: 1.4rem !important;
}

.banner2 .list .banner2_list03 a .banner2_btn {
  display: inline-block;
  position: relative;
  border: solid 1px #54cbcf;
  background-color: #fff;
  margin-left: 70px;
  padding: 0 40px 0 20px;
}

.banner2 .list .banner2_list03 a .banner2_btn:after {
  content: ">";
  position: absolute;
  right: 5px;
  color: #00b050;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .banner2 .list .banner2_list01 {
    margin-bottom: 20px;
  }

  .banner2 .list .banner2_list01,
  .banner2 .list .banner2_list02,
  .banner2 .list .banner2_list03 {
    width: 100%;
  }

  .banner2 .list .banner2_list01 a,
  .banner2 .list .banner2_list02 a,
  .banner2 .list .banner2_list03 a {
    width: 100%;
    margin: 0;
  }
}

/*banner2 end*/
.service_point_sec {
  padding: 0 0 45px;
}

.service_point_sec .container h2 {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}

.service_point_sec .container .list {
  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-bottom: 35px;
}

.service_point_sec .container .list .item {
  width: 49.6%;
  border: 3px solid #4ab2c8;
  margin-bottom: 10px;
  background-color: #f2fdff;
  padding: 10px 16px 10px 5px;
}

.service_point_sec .container .list .item h3 {
  padding-left: 180px;
  color: #4ab2c8;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  margin-bottom: 10px;
  margin-right: -20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 64px;
  letter-spacing: -0.01em;
}

.service_point_sec .container .list .item h3 span {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  border: 4px solid #ffa234;
  color: #ffa234;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 125px;
  font-weight: 500;
}

.service_point_sec .container .list .item .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.service_point_sec .container .list .item .fbox figure {
  width: 125px;
  margin-top: -40px;
}

.service_point_sec .container .list .item .fbox p {
  width: 498px;
}

.service_point_sec .container .butt {
  text-align: center;
  width: 790px;
  margin: auto;
  border-radius: 5px;
  background-color: #ffef86;
  padding: 20px 0 25px 0px;
  background-image: url("../hansoku/images/bg1.png"), url("../hansoku/images/bfa1.png");
  background-repeat: no-repeat;
  background-position: left top, right 15px center;
  position: relative;
}

.service_point_sec .container .butt:hover {
  opacity: 0.7;
}

.service_point_sec .container .butt p {
  font-size: 16px;
  display: inline-block;
  line-height: 26px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

.service_point_sec .container .butt h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -1px;
}

.service_point_sec .container .butt h3 span {
  font-size: 30px;
  color: #ff6b5c;
}

.service_point_sec .container .butt a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container h2 {
    margin-bottom: 7.14286%;
    font-size: 21px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list {
    margin-bottom: 3.57143%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list .item {
    width: 100%;
    padding: 4.16667% 4.16667% 3.57143% 4.16667%;
    margin-bottom: 2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list .item h3 {
    padding-left: 42px;
    font-size: 18px;
    line-height: 21px;
    margin-right: 0;
    margin-bottom: 2.38095%;
    padding-right: 0;
    min-height: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list .item h3 span {
    left: 0;
    width: 32px;
    height: 32px;
    font-size: 19px;
    font-weight: 500;
    border: 2px solid #ffa234;
    line-height: 25px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list .item .fbox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list .item .fbox figure {
    margin-top: 0;
    width: 19.04762%;
    margin-left: -3.57143%;
  }

  .service_point_sec .container .list .item .fbox figure img {
    height: auto;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .list .item .fbox p {
    width: calc(100% - 19.04762%);
    margin-right: -2.38095%;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .butt {
    background-image: url("../hansoku/images/bg1_s.png"), url("../hansoku/images/bfa1.png");
    width: 100%;
    background-size: 30.95238% auto, 2.02381% auto;
    padding: 2.38095% 0 1.19048% 5.95238%;
    text-align: center;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .butt p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .butt h3 {
    font-size: 14px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .service_point_sec .container .butt h3 span {
    font-size: 21px;
  }
}

/* ========== end △ */
/* フッター固定バナー */
.fx_bottom_underlayer {
  display: none;
}

.fx_bottom_toponly {
  display: none;
}

@media print,
screen and (min-width: 640px) {
  .fx_bottom_underlayer {
    display: block;
  }
}

/* column/author */
#p_column_author #main .container {
  width: 1000px;
  margin-top: 30px;
}

#p_column_author #main .container .post {
  padding: 20px 15px 20px 20px;
  -webkit-box-shadow: 0px 0px 8px 0px #e8e8f4;
  box-shadow: 0px 0px 8px 0px #e8e8f4;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
}

#p_column_author #main .container .post .left {
  width: 300px;
}

#p_column_author #main .container .post .right {
  width: 665px;
  padding-left: 50px;
  padding-top: 25px;
}

#p_column_author #main .container .post .right h3 {
  color: #016cdb;
  font-size: 20px;
  margin-bottom: 30px;
}

#p_column_author #main .container .post .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -14px;
}

#p_column_author #main .container .post .right ul li {
  width: 140px;
  margin: 0 7px 15px;
}

#p_column_author #main .container .post .right ul li a {
  display: block;
  text-align: center;
  color: #fff;
  line-height: 37px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  -webkit-box-shadow: 0px 2px 4px 0px #c2d3e5;
  box-shadow: 0px 2px 4px 0px #c2d3e5;
}

#p_column_author #main .container .post .right ul li a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 639px) {
  #p_column_author #main .container {
    width: 87.5%;
  }

  #p_column_author #main .container .post {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.7619%;
  }

  #p_column_author #main .container .post .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #p_column_author #main .container .post .right {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0;
  }

  #p_column_author #main .container .post .right h3 {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 1.19048%;
  }

  #p_column_author #main .container .post .right ul {
    margin: 0 -2.85714% 3.57143%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #p_column_author #main .container .post .right ul li {
    margin: 0 2.85714% 1.19048%;
    width: 31.57895%;
  }

  #p_column_author #main .container .post .right ul li a {
    line-height: 27px;
    font-size: 12px;
  }

  #p_column_author #main .container .post .right ul li.butt--blue {
    width: 45.2381%;
  }
}

.popup_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.popup_box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 450px;
  padding-top: 50px;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.popup_inner {
  padding: 0 50px;
}

.popup_ttl {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.popup_btn {
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  background-color: #22c0ce;
  border-radius: 35px;
  letter-spacing: 1px;
  text-decoration: none !important;
}

.popup_text {
  font-size: 1.8rem;
}

.popup_text span {
  padding: 5px;
  font-weight: 600;
  background-color: #ffff00;
}

.popup_bottom {
  margin-top: 20px;
  padding: 15px;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  background-color: #22c0ce;
}

.popup_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 60px;
}

.popup_close::before,
.popup_close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 30px;
  display: block;
  width: 6px;
  height: 36px;
  margin: auto;
  background-color: #333;
}

.popup_close::before {
  transform: rotate(45deg);
}

.popup_close::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 639px) {
  .popup_box {
    width: 90%;
  }

  .popup_inner {
    padding: 0 20px;
  }

  .popup_ttl {
    font-size: 2rem;
  }

  .popup_btn {
    font-size: 1.8rem;
  }

  .popup_text {
    font-size: 1.5rem;
  }

  .popup_bottom {
    font-size: 1.6rem;
  }
}

/* ページネーション */
.news_btn {
  margin: 50px 0;
}

.news_btn .container .number_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.news_btn .container .number_page li {
  margin: 0 5px;
}

.news_btn .container .number_page li a,
.news_btn .container .number_page li span {
  border: 2px solid #22c0ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #22c0ce;
  font-size: 18px;
}

.news_btn .container .number_page li a.point,
.news_btn .container .number_page li span.point {
  border: none;
  width: auto;
}

.news_btn .container .number_page li a.point:hover,
.news_btn .container .number_page li span.point:hover {
  color: #22c0ce;
  background: #fff;
}

.news_btn .container .number_page li a:hover,
.news_btn .container .number_page li span:hover {
  background: #22c0ce;
  color: #fff;
}

.news_btn .container .number_page li.prev_btn {
  margin-right: 35px;
}

.news_btn .container .number_page li.next_btn {
  margin-left: 35px;
}

.news_btn .container .number_page li.current span {
  background: #22c0ce;
  color: #fff;
}

.news_btn .container .list_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news_btn .container .list_number li {
  background: #f8f6f6;
  border: 1px solid #22c0ce;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 18px;
  color: #22c0ce;
  font-weight: bold;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 639px) {
  .news_btn {
    margin: 20px 0;
  }

  .news_btn .container .number_page {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news_btn .container .number_page li {
    margin: 5px !important;
  }

  .news_btn .container .number_page li a,
  .news_btn .container .number_page li span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}

/* ▽ PAGE CONTACT 2 ========== */
#p-contact2 #main {
  margin-bottom: 0;
}

.p-contact2-txt01 {
  font-size: 22px;
  padding: 40px 0;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .p-contact2-txt01 {
    font-size: 18px;
    padding: 0 0 30px;
  }
}

.p-contact2-form {
  background: #f2f2f2;
  padding: 50px 0;
}

@media only screen and (max-width: 639px) {
  .p-contact2-form {
    padding: 30px 0;
  }
}

.p-contact2-title {
  text-align: center;
  font-size: 33px;
  color: #34a9bc;
  margin-bottom: 50px;
}

@media only screen and (max-width: 639px) {
  .p-contact2-title {
    font-size: 27px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .p-contact2-title {
    font-size: 22px;
  }
}

.p-contact2-title span {
  background: url(../contact2/images/mail-ico.png) center left no-repeat;
  padding: 10px;
  padding-left: 60px;
  text-align: center;
  display: inline-block;
}

.p-contact2-form-flex {
  background: #fff;
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-contact2-form .left {
  width: 240px;
}

@media only screen and (max-width: 639px) {
  .p-contact2-title span {
    background-size: 30px;
    padding-left: 40px;
  }

  .p-contact2-form .left {
    width: 100%;
  }

  .p-contact2-form-flex {
    padding: 20px 4%;
  }
}

.p-contact2-form .left .photo {
  border: 2px dotted #4ab2c8;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 639px) {
  .p-contact2-form .left .photo img {
    width: 150px;
  }
}

.p-contact2-form .left p {
  font-size: 18px;
  line-height: 1.5;
}

.p-contact2-form .right {
  width: calc(100% - 240px);
  padding-left: 15px;
}

@media only screen and (max-width: 639px) {
  .p-contact2-form .right {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 0;
  }
}

@media only screen and (min-width: 638px) {
  .p-contact2-form .md_tb1 tr th {
    width: 30%;
  }

  .p-contact2-form .md_tb1 tr td {
    width: 70%;
  }
}

@media only screen and (max-width: 639px) {
  .p-contact2-form .md_tb1 tr th {
    padding-left: 50px;
  }
}

.p-contact2-form .md_tb1 tr td input[type="text"],
.p-contact2-form .md_tb1 tr td input[type="tel"] {
  width: 100%;
  padding: 8px 15px;
}

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

  .p-contact2-form .md_tb1 tr td input[type="text"],
  .p-contact2-form .md_tb1 tr td input[type="tel"] {
    padding: 5px 15px;
  }
}

.p-contact2-form .md_tb1 tr td textarea {
  width: 100%;
  height: 130px;
}

.p-contact2-form .checkbox li {
  margin: 10px 0;
}

.color_blue2 {
  color: #34a9bc;
}

.p-contact2-btn {
  margin: 70px 0;
}

@media only screen and (max-width: 639px) {
  .p-contact2-btn {
    margin: 30px 0;
  }
}

.p-contact2-btn input {
  display: block;
  width: 280px;
  padding-left: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background: url(../contact2/images/mail-ico.png) center left 50px no-repeat #3e4150;
  background-size: 25px;
  border: 2px solid #3e4150;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 640px) {
  .p-contact2-btn input:hover {
    background-color: #fff;
    border-color: #fa6a5c;
    color: #fa6a5c;
  }
}

/* ▽ PAGE UNYOCONSULTING ========== */
#p_unyoconsulting_choice .breakcrumb {
  margin-bottom: 80px;
}

.unyoconsulting-choice-box {
  background: #fff;
  box-shadow: 0 0 7px #d8d8ed;
  border-radius: 5px;
  padding: 20px 70px;
  max-width: 1000px;
  margin: 0 auto 35px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-box {
    padding: 20px 4%;
  }

  #p_unyoconsulting_choice #main {
    margin-bottom: 70px;
  }
}

.unyoconsulting-choice-box .box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-box .box-flex {
    flex-direction: column-reverse;
  }
}

.unyoconsulting-choice-box .title {
  font-size: 20px;
  color: #016cdb;
  margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-box .title {
    font-size: 17px;
  }
}

.unyoconsulting-choice-box .ct-txt {
  width: 45%;
  margin-right: 5%;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-box .ct-txt {
    width: 100%;
    margin-right: 0;
  }
}

.unyoconsulting-choice-box .ct-txt .ttl {
  color: #22c0ce;
  font-size: 18px;
  margin-bottom: 20px;
}

.unyoconsulting-choice-box .ct-txt .md_b2 {
  margin-top: 30px;
}

.unyoconsulting-choice-box .photo {
  width: 41%;
}

.unyoconsulting-choice-box .photo img {
  max-width: 100%;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-box .photo {
    width: 100%;
    margin-bottom: 30px;
  }

  .unyoconsulting-choice-box .md_b2 a {
    width: 100%;
  }
}

.pager {
  padding-bottom: 50px;
}

.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pager ul li {
  width: 50px;
  height: 50px;
  border: 1px solid #eeeeee;
}

@media only screen and (max-width: 639px) {
  .pager {
    padding-bottom: 0;
  }

  .pager ul li {
    width: 40px;
    height: 30px;
  }
}

.pager ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 10px;
  font-size: 18px;
}

@media only screen and (min-width: 640px) {
  .pager ul li a:hover {
    background: #3e4150;
    color: #fff;
  }
}

@media only screen and (max-width: 639px) {
  .pager ul li a {
    padding: 5px;
    font-size: 14px;
  }
}

.pager ul li.prev,
.pager ul li.next {
  width: 135px;
  font-weight: bold;
}

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

  .pager ul li.prev,
  .pager ul li.next {
    width: 80px;
  }
}

/* ▽ PAGE UNYOCONSULTING DETAIL ========== */
.cm-ttl02 {
  font-size: 28px;
  color: #253748;
  padding: 10px;
  padding-left: 25px;
  border-left: 1px solid #253748;
  margin-bottom: 25px;
}

@media only screen and (max-width: 639px) {
  .cm-ttl02 {
    font-size: 20px;
    padding: 3px;
    padding-left: 15px;
  }
}

.p_unyoconsulting_choice_detail .container {
  max-width: 1000px;
}

@media only screen and (min-width: 640px) {
  .p_unyoconsulting_choice_detail .unyoconsulting-choice-box {
    padding: 30px 45px;
  }

  .p_unyoconsulting_choice_detail .unyoconsulting-choice-box .photo {
    width: 45%;
  }

  .unyoconsulting-yellow .flex {
    padding-left: 40px;
  }
}

.p_unyoconsulting_choice_detail .unyoconsulting-choice-box .ct-txt .ttl {
  color: #000;
}

.p_unyoconsulting_choice_detail #main .container {
  max-width: 1000px;
}

.unyoconsulting-yellow {
  background: #ffef86;
  padding: 50px 0;
  margin-bottom: 70px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-yellow {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

.unyoconsulting-yellow .red-ttl {
  width: 170px;
  height: 170px;
  background: #ff6b5c;
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-yellow .red-ttl {
    width: 100px;
    height: 100px;
    font-size: 25px;
  }
}

.unyoconsulting-yellow .ct-txt {
  width: calc(100% - 170px);
  padding-left: 90px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-yellow .ct-txt {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
}

.unyoconsulting-yellow .ct-txt .ttl {
  font-size: 30px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-yellow .ct-txt .ttl {
    font-size: 22px;
  }
}

.unyoconsulting-web {
  background: #3e4150;
  padding: 30px 15px 45px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-web {
    padding: 20px 5%;
    margin-bottom: 0;
  }
}

.unyoconsulting-web .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 35px;
  color: #fff;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-web .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

#p_unyoconsulting_choice .b_tel {
  margin-bottom: 60px;
}

.unyoconsulting-web .bg {
  background: #e6f5f8;
  padding: 27px 20px;
  text-align: center;
}

.unyoconsulting-web .bg p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-web .bg p {
    font-size: 18px;
  }

  #p_unyoconsulting_choice .b_tel {
    margin-bottom: 40px;
  }
}

#p_unyoconsulting_choice #contactform .b_tel .m_tel .outside,
#p_products_choice #contactform .b_tel .m_tel .outside {
  padding-right: 10px;
}

#p_unyoconsulting_choice #contactform .b_tel .m_tel .outside .text,
#p_products_choice #contactform .b_tel .m_tel .outside .text {
  font-size: 18px;
  line-height: 1.5;
  padding-left: 100px;
  text-align: center;
}

#p_unyoconsulting_choice #contactform .b_tel .m_tel .outside .number,
#p_products_choice #contactform .b_tel .m_tel .outside .number {
  font-size: 47px;
  padding-right: 40px;
}

#p_unyoconsulting_choice #contactform .b_tel .m_tel .outside time,
#p_products_choice #contactform .b_tel .m_tel .outside time {
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-web .bg p {
    font-size: 18px;
  }

  #p_unyoconsulting_choice #contactform .b_tel {
    margin-top: 30px;
  }

  #p_unyoconsulting_choice #contactform .b_tel .m_tel,
  #p_products_choice #contactform .b_tel .m_tel {
    height: auto;
  }

  #p_unyoconsulting_choice #contactform .b_tel .m_tel .outside,
  #p_products_choice #contactform .b_tel .m_tel .outside {
    padding: 20px;
    padding-left: 0;
    display: block;
    text-align: right;
  }

  #p_unyoconsulting_choice #contactform .b_tel .m_tel .outside .number,
  #p_products_choice #contactform .b_tel .m_tel .outside .number {
    font-size: 6vw;
    padding-right: 0;
  }

  #p_unyoconsulting_choice #contactform .b_tel .m_tel .outside .text,
  #p_products_choice #contactform .b_tel .m_tel .outside .text {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  #p_unyoconsulting_choice #contactform .b_tel .m_tel .outside:before,
  #p_products_choice #contactform .b_tel .m_tel .outside:before {
    top: auto;
    bottom: -15px;
  }

  #p_unyoconsulting_choice #contactform .b_tel .m_tel .outside time,
  #p_products_choice #contactform .b_tel .m_tel .outside time {
    font-size: 11px;
  }
}

.p_unyoconsulting_choice_detail .photo02,
.p_unyoconsulting_choice_detail .photo03 {
  text-align: center;
  padding: 40px 0;
}

.unyoconsulting-choice-des {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}

.unyoconsulting-choice-des dt {
  width: 245px;
  background: #3e4150;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  position: relative;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-des dt {
    width: 100%;
    font-size: 18px;
    padding: 10px;
    position: relative;
    display: block;
  }
}

.unyoconsulting-choice-des dt:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #3e4150;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-des dt:after {
    top: auto;
    bottom: -15px;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 15px solid #3e4150;
    border-bottom: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }
}

.unyoconsulting-choice-des.blue-bg dt {
  background: #22c0ce;
}

.unyoconsulting-choice-des.blue-bg dt:after {
  border-left-color: #22c0ce;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-des.blue-bg dt:after {
    border-left-color: transparent;
    border-top: 15px solid #22c0ce;
  }
}

.unyoconsulting-choice-des dd {
  width: calc(100% - 245px);
  padding: 15px;
  padding-left: 40px;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-des dd {
    width: 100%;
    padding: 30px 10px 10px;
    border: 1px solid #3e4150;
  }

  .unyoconsulting-choice-des.blue-bg dd {
    border-color: #22c0ce;
  }
}

.unyoconsulting-choice-txt {
  margin: 90px 0;
}

@media only screen and (max-width: 639px) {
  .unyoconsulting-choice-txt {
    margin: 30px 0;
  }

  .p_unyoconsulting_choice_detail .photo02,
  .p_unyoconsulting_choice_detail .photo03 {
    padding: 25px 0 15px;
  }
}

#p_unyoconsulting_choice #contactform table tbody tr th,
#p_products_choice #contactform table tbody tr th,
#p_contact2 #contactform table tbody tr th {
  font-weight: bold;
}

#p_products_choice #contactform .checkbox li {
  margin: 10px 0;
}

@media only screen and (min-width: 640px) {

  #p_unyoconsulting_choice #contactform table tbody tr th,
  #p_products_choice #contactform table tbody tr th,
  #p_contact2 #contactform table tbody tr th {
    width: 30%;
  }

  #p_unyoconsulting_choice #contactform table tbody tr td,
  #p_products_choice #contactform table tbody tr td,
  #p_contact2 #contactform table tbody tr td {
    width: 70%;
  }
}

#p_unyoconsulting_choice .md_tb1 tr td input[type="text"],
#p_unyoconsulting_choice .md_tb1 tr td input[type="tel"],
#p_products_choice .md_tb1 tr td input[type="text"],
#p_products_choice .md_tb1 tr td input[type="tel"] {
  width: 100%;
  padding: 8px 15px;
}

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

  #p_unyoconsulting_choice .md_tb1 tr td input[type="text"],
  #p_unyoconsulting_choice .md_tb1 tr td input[type="tel"],
  #p_products_choice .md_tb1 tr td input[type="text"],
  #p_products_choice .md_tb1 tr td input[type="tel"] {
    padding: 5px 15px;
  }
}

#p_unyoconsulting_choice .md_tb1 tr td textarea {
  width: 100%;
  height: 130px;
}

/* ▽ PAGE PRODUCT ========== */
#p_products_choice #main .container {
  max-width: 1000px;
}

#p_products_choice #main {
  margin-top: 60px;
}

@media only screen and (max-width: 639px) {
  #p_products_choice #main {
    margin-top: 30px;
  }
}

/*
#p_products_choice .breakcrumb{
    margin-bottom: 60px;
}
*/
#p_products_choice .pager {
  margin-top: 90px;
}

.products_choice-box {
  background: #fff;
  box-shadow: 0 0 7px #d8d8ed;
  border-radius: 5px;
  padding: 25px 18px;
  margin-bottom: 45px;
}

.products_choice-box .ct-txt {
  width: 67%;
}

.products_choice-box .ct-txt .inner {
  padding-left: 25%;
}

.products_choice-box .time {
  border-bottom: 3px solid #000;
  margin-bottom: 30px;
  padding-bottom: 10px;
  color: #001830;
}

#p_products_choice .title {
  font-size: 20px;
  color: #016cdb;
  margin-bottom: 20px;
}

#p_products_choice p a.color_blue2 {
  font-size: 16px;
}

#p_products_choice table {
  margin-top: 30px;
}

@media only screen and (max-width: 639px) {
  #p_products_choice .pager {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .products_choice-box {
    margin-bottom: 30px;
  }

  .products_choice-box .flex {
    flex-wrap: wrap;
  }

  .products_choice-box .ct-txt {
    width: 100%;
  }

  .products_choice-box .ct-txt .inner {
    padding-left: 0;
  }

  .products_choice-box .time {
    margin-bottom: 20px;
  }

  #p_products_choice .title {
    margin-bottom: 10px;
  }

  #p_products_choice table {
    margin-top: 20px;
  }
}

#p_products_choice table th,
#p_products_choice table td {
  font-weight: normal;
}

.products_choice-box .md_b2 {
  margin-top: 20px;
}

.products_choice-box .photo {
  width: 30%;
  background: #e8f5f8;
  position: relative;
  height: 206px;
}

.products_choice-box .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 206px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 639px) {
  .products_choice-box .photo {
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }

  .products_choice-box .photo img {
    max-height: 250px;
  }
}

/* ▽ PAGE PRODUCT DETAIL========== */
@media only screen and (min-width: 640px) {
  .products_choice_detail {
    margin-top: -60px;
  }
}

.products_choice_detail {
  margin-top: -30px;
}

.products_choice_detail-item {
  border-bottom: 5px solid #22c0ce;
  padding: 60px 0 0;
}

.products_choice_detail-item .products_choice-box {
  padding: 20px 40px;
}

.products_choice_detail-item .ct-txt {
  width: 45%;
}

.products_choice_detail-item .photo {
  width: 50%;
  background: #e8f5f8;
  position: relative;
  height: 310px;
}

#p_products_choice .products_choice_detail-item table {
  margin: 0;
}

.products_choice-txt01 {
  font-size: 16px;
  margin: 30px 0 0;
}

@media only screen and (max-width: 639px) {
  .products_choice_detail-item .products_choice-box {
    padding: 20px 4%;
  }

  .products_choice_detail-item {
    border-bottom-width: 2px;
    padding: 40px 0 10px;
  }

  .products_choice_detail-item .ct-txt {
    width: 100%;
  }

  .products_choice_detail-item .photo {
    width: 100%;
  }

  .products_choice-txt01 {
    margin: 10px 0 0;
  }

  #p_products_choice .products_choice_detail #contactform {
    padding-bottom: 0;
  }
}

.products_choice_detail-item .photo img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 310px;
  width: auto;
  height: auto;
}

.products_choice_detail-item .alg-center-img {
  max-width: 710px;
  text-align: center;
  margin: 40px auto;
}

.products_choice_detail-item .flex-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 710px;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 639px) {
  .products_choice_detail-item .alg-center-img {
    margin: 20px 0;
  }

  .products_choice_detail-item .flex-img {
    margin: 0 auto 0;
  }
}

.products_choice_detail-item .flex-img li {
  width: 80%;
  margin: 10px auto;
}

@media only screen and (min-width: 640px) {
  .products_choice_detail-item .flex-img li {
    width: 48%;
    margin: 0;
  }

  .products_choice_detail-item .unyoconsulting-choice-des dd {
    padding-top: 0;
    padding-bottom: 0;
  }

  .products_choice_detail-item .unyoconsulting-choice-des dt {
    width: 200px;
  }

  .products_choice_detail-item .unyoconsulting-choice-des dd {
    width: calc(100% - 200px);
  }
}

#p_products_choice #contactform {
  padding: 60px 0 0;
}

#p_products_choice .contactform_ttl {
  font-size: 22px;
  text-align: center;
}

#p_products_choice .form {
  margin-top: 80px;
}

@media only screen and (max-width: 639px) {
  #p_products_choice #contactform {
    padding: 30px 0;
  }

  #p_products_choice .contactform_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }

  #p_products_choice .form {
    margin-top: 40px;
  }
}

/* ▽ PAGE MEO========== */
.title-line {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}

.title-line span {
  background: url(../meo/images/line.png) bottom 5px left repeat-x;
  color: #4ab2c8;
}

@media only screen and (max-width: 639px) {
  .title-line {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.title-red-line {
  text-align: center;
  color: #ff6b5c;
  font-size: 24px;
  border-bottom: 2px solid #000;
  margin-bottom: 45px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 639px) {
  .title-red-line {
    margin-bottom: 30px;
  }
}

.yellow-line {
  background: url(../meo/images/line.png) bottom 5px left repeat-x;
  display: inline;
}

.red-list-text {
  margin-bottom: 48px;
}

.red-list-text li {
  font-size: 24px;
  font-weight: bold;
  color: #ff6b5c;
  margin-bottom: 10px;
  text-indent: -18px;
  margin-left: 18px;
}

@media only screen and (max-width: 639px) {
  .red-list-text li {
    font-size: 18px;
    text-indent: -14px;
    margin-left: 14px;
  }
}

#p_meo #banner_common {
  padding: 0 0 60px;
}

@media only screen and (max-width: 639px) {
  #p_meo #banner_common {
    padding: 30px 0;
  }
}

#p_meo #banner_common {
  display: none;
}

#p_meo #banner_common.banner-page {
  display: block;
}

#p_meo #banner_common .banner-title .title-line {
  position: relative;
  z-index: 1;
  margin-bottom: 55px;
}

#p_meo #banner_common .banner-title .title-line span {
  color: #253748;
}

@media only screen and (max-width: 639px) {
  #p_meo #banner_common .banner-title .title-line {
    margin-bottom: 40px;
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #p_meo #banner_common .banner-title .title-line {
    font-size: 27px;
  }
}

#p_meo #banner_common .banner-title .title-line:after {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 110px solid #ffffa7;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  z-index: -1;
}

@media only screen and (max-width: 639px) {
  #p_meo #banner_common .banner-title .title-line:after {
    border-left-width: 150px;
    border-right-width: 150px;
    border-top-width: 70px;
    top: 0;
  }
}

#p_meo #banner_common .container {
  display: block;
  box-shadow: none;
  padding: 0;
}

@media only screen and (min-width: 640px) {
  #p_meo #banner_common .container {
    width: 960px !important;
    height: auto !important;
  }
}

#p_meo #banner_common .title {
  background: #ff6b5c;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #253748;
  padding: 20px;
  line-height: 1.55;
}

#p_meo #banner_common .title span {
  font-size: 34px;
  color: #fff;
}

@media only screen and (max-width: 639px) {
  #p_meo #banner_common .title {
    font-size: 23px;
  }

  #p_meo #banner_common .title span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 480px) {
  #p_meo #banner_common .title {
    font-size: 20px;
  }

  #p_meo #banner_common .title span {
    font-size: 23px;
  }
}

#p_meo #banner_common .left {
  border: 5px solid #ffcfca;
  width: 100%;
}

@media only screen and (min-width: 640px) {
  #p_meo #banner_common .left {
    text-align: left;
    padding-top: 20px;
  }

  #p_meo #banner_common .left img {
    width: auto;
  }
}

@media only screen and (max-width: 639px) {
  #p_meo #banner_common .left {
    border-width: 2px;
    padding: 20px 5%;
  }
}

@media only screen and (max-width: 639px) {
  #p_meo .flex {
    flex-wrap: wrap;
  }
}

.color_white {
  color: #fff;
  padding-left: 3px;
}

#p_meo #main .container {
  max-width: 993px;
}

.meo-sec01 {
  padding: 33px 0 10px;
}

@media only screen and (max-width: 639px) {
  .meo-sec01 {
    padding: 40px 0 0;
  }
}

.title-meo {
  text-align: center;
  font-size: 40px;
  color: #253748;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .title-meo {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.title-meo-logo {
  background: url(../meo/images/sgmeo.png) center left no-repeat;
  padding: 10px;
  padding-left: 210px;
}

@media only screen and (max-width: 639px) {
  .title-meo-logo {
    background-size: 120px;
    padding-left: 125px;
  }
}

.meo-sec01-banner {
  margin-bottom: 45px;
  background: #e64d4d;
  background: -webkit-linear-gradient(left, #c92532, #e64d4d);
  background: -o-linear-gradient(left, #c92532, #e64d4d);
  background: linear-gradient(to right, #c92532, #e64d4d);
}

.meo-sec01-title {
  font-size: 36px;
  color: #ef404a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.meo-sec01-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 4px;
  background: #ef404a;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}

.meo-sec01-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40px;
  width: 4px;
  background: #ef404a;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}

@media only screen and (max-width: 639px) {
  .meo-sec01-title {
    font-size: 30px;
  }

  .meo-sec01-title:before,
  .meo-sec01-title:after {
    content: none;
  }
}

.meo-sec01-title span {
  background: url(../meo/images/line-yellow.png) bottom left repeat-x;
}

.meo-sec01-title strong {
  font-size: 50px;
  font-family: 'Oswald', sans-serif;
}

.meo-listcheckbox01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 52px;
}

@media only screen and (max-width: 639px) {
  .meo-listcheckbox01 {
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.meo-listcheckbox01 ul {
  margin-right: 30px;
}

.meo-listcheckbox01 ul:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 639px) {
  .meo-listcheckbox01 ul {
    margin: 0;
    width: 48%;
  }
}

.meo-listcheckbox01 li {
  background: url(../meo/images/check-ico.png) top left no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}

.meo-listcheckbox01 li.etc {
  background: none;
  padding-left: 0;
}

@media only screen and (max-width: 639px) {
  .meo-listcheckbox01 li {
    padding-left: 20px;
    background-size: 15px;
    background-position: top 3px left;
  }
}

.meo-sec03 {
  padding: 15px 0 58px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 639px) {
  .meo-sec03 {
    padding: 20px 0 40px;
  }
}

.meo-sec03:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 100px solid #ffffa7;
  border-left: 230px solid transparent;
  border-right: 230px solid transparent;
  width: 0;
  height: 0;
  max-width: 0;
  max-height: 0;
  z-index: -1;
}

@media only screen and (max-width: 639px) {
  .meo-sec03:before {
    border-top: 50px solid #ffffa7;
    border-left: 130px solid transparent;
    border-right: 130px solid transparent;
  }
}

.title-blue {
  text-align: center;
  font-size: 30px;
  color: #4ab2c8;
  margin-bottom: 45px;
}

@media only screen and (max-width: 639px) {
  .title-blue {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.title-blue02 {
  text-align: center;
  font-size: 28px;
  color: #1a5199;
}

@media only screen and (max-width: 639px) {
  .title-blue02 {
    font-size: 18px;
  }
}

.meo-txt-blue {
  font-size: 24px;
  color: #4ab2c8;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .meo-txt-blue {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.meo-sec04-img {
  margin-bottom: 41px;
  text-align: center;
}

.meo-sec04-img02 {
  margin-bottom: 60px;
  text-align: center;
}

.img-txt {
  text-align: center;
  font-size: 12px;
}

.meo-sec04 {
  padding: 60px 0 75px;
  background: #e6f5f8;
}

@media only screen and (max-width: 639px) {
  .meo-sec04 {
    padding: 40px 0;
  }
}

.meo-sec04-flex01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex01 {
    margin-bottom: 30px;
  }
}

.meo-sec04-flex01 .ct-txt {
  width: 53%;
  padding-top: 30px;
}

.meo-sec04-flex01 .ct-txt .title {
  font-size: 24px;
  font-weight: bold;
  color: #ff6b5c;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex01 .ct-txt {
    width: 100%;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .meo-sec04-flex01 .ct-txt .title {
    font-size: 18px;
    margin-bottom: 29px;
  }
}

.meo-sec04-flex01 .img {
  width: 46%;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex01 .img {
    width: 100%;
  }
}

.meo-sec04-flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 66px;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex02 {
    margin-bottom: 30px;
  }
}

.meo-sec04-flex02 .left {
  width: 62%;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex02 .left {
    width: 100%;
  }
}

.meo-sec04-flex02 .left p {
  font-size: 22px;
  color: #205198;
  font-weight: bold;
  position: relative;
  padding-right: 70px;
  margin-top: 30px;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex02 .left p {
    font-size: 18px;
    padding-right: 0;
    padding-bottom: 60px;
    margin-bottom: 10px;
  }
}

.meo-sec04-flex02 .left p:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../meo/images/arrow.png) right center no-repeat;
  width: 63px;
  height: 64px;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex02 .left p:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: auto;
    left: 0;
    margin: auto;
  }
}

.meo-sec04-flex02 .left p span {
  background: #fff200;
}

.meo-sec04-flex02 .right {
  width: 38%;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-flex02 .right {
    width: 100%;
  }
}

.meo-sec04-box01 {
  background: url(../meo/images/bg03.png) top center;
  background-size: cover;
  padding: 20px 20px 30px;
  border-radius: 20px;
  margin-bottom: 45px;
}

.meo-sec04-box01 .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.meo-sec04-box01 .title span {
  font-size: 22px;
  background: #253748;
  border-radius: 10px;
  width: 170px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-box01 .title span {
    font-size: 18px;
  }
}

.meo-sec04-box01 .title h3 {
  font-size: 28px;
  color: #fff;
  width: calc(100% - 210px);
}

@media only screen and (max-width: 639px) {
  .meo-sec04-box01 .title h3 {
    font-size: 22px;
    width: 100%;
    margin-top: 10px;
  }
}

.meo-sec04-box01 .title-yellow {
  font-size: 22px;
  color: #fff200;
  margin-bottom: 15px;
}

.meo-sec04-box01 p {
  color: #fff;
}

.meo-sec04-title-red {
  text-align: center;
  position: relative;
  font-size: 45px;
  color: #ef404a;
  font-weight: bold;
  z-index: 1;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-title-red {
    font-size: 30px;
  }
}

.meo-sec04-title-red:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 110px solid #ffffa7;
  border-left: 250px solid transparent;
  border-right: 250px solid transparent;
  z-index: -1;
}

@media only screen and (max-width: 639px) {
  .meo-sec04-title-red:before {
    border-top: 50px solid #ffffa7;
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
  }
}

.meo-txt-red {
  font-size: 27px;
  color: #ef404a;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 639px) {
  .meo-txt-red {
    font-size: 20px;
  }
}

.meo-sec05 {
  padding: 80px 0 40px;
}

@media only screen and (max-width: 639px) {
  .meo-sec05 {
    padding: 50px 0 0;
  }
}

.meo-sec05-table {
  padding-top: 20px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 639px) {
  .meo-sec05-table {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

.meo-sec05-table table {
  width: 99.9%;
}

@media only screen and (max-width: 639px) {
  .meo-sec05-table table {
    width: 900px;
  }
}

.meo-sec05-table thead th {
  text-align: center;
  padding: 5px 10px;
  width: 20%;
  background: #ffef86;
  color: #205198;
  min-width: 130px;
  vertical-align: middle;
}

.meo-sec05-table thead .item01 {
  color: #fff;
  font-size: 16px;
}

@media only screen and (max-width: 639px) {
  .meo-sec05-table thead .item01 {
    font-size: 14px;
  }
}

.meo-sec05-table thead .item01 span {
  position: relative;
  display: block;
  margin-right: -34px;
  z-index: 1;
  padding-bottom: 10px;
}

.meo-sec05-table thead .item01 span:before {
  content: '';
  position: absolute;
  top: -20px;
  left: -26px;
  background: url(../meo/images/bg.png) center right no-repeat;
  width: 121%;
  height: 63px;
  z-index: -1;
}

.meo-sec05-table thead .item02 {
  font-size: 22px;
  background: #fff100;
  width: 40%;
}

.meo-sec05-table tbody th,
.meo-sec05-table tbody td {
  padding: 20px;
  border: 2px solid #1a5199;
}

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

  .meo-sec05-table tbody th,
  .meo-sec05-table tbody td {
    padding: 10px;
  }
}

.meo-sec05-table tbody th {
  font-weight: bold;
  font-size: 30px;
  color: #205198;
  text-align: center;
  width: 15%;
  vertical-align: middle;
}

@media only screen and (max-width: 639px) {
  .meo-sec05-table tbody th {
    font-size: 25px;
  }
}

.meo-sec05-table tbody td {
  width: 20%;
  text-align: center !important;  
  vertical-align: middle;
}

.meo-sec05-table tbody td:nth-child(2) {
  width: 55%;
}

.meo-sec05-table tbody td:nth-child(2) p {
  position: relative;
  font-size: 12px;
}

.meo-sec05-table tbody td:nth-child(2) p span {
  background: #fff100;
  font-weight: bold;
  font-size: 14px;
}

.meo-sec05-table tbody td:nth-child(3) {
  text-align: center;
}

.meo-sec05-table tbody td:nth-child(4) {
  text-align: center;
}

.meo-sec05-table tbody td:nth-child(5) {
  text-align: center;
}

.meo-sec05-table .o-ico-blue {
  font-size: 35px;
  color: #205198;
  position: relative;
}

.meo-sec05-table .o-ico-blue small {
  color: #222;
  font-size: 12px;
  display: block;
  margin-top: -10px;
}

.meo-sec05-table .o-ico-blue.o2 {
  font-size: 42px;
}

.meo-sec05-table .o-ico-pink {
  font-size: 40px;
  color: #ff0000;
  line-height: 1.2;
}

.meo-sec05-table .x-ico-blue {
  font-size: 54px;
  color: #205198;
  line-height: 0.7;
}

.meo-sec05-table .t-ico-blue {
  font-size: 40px;
  color: #205198;
  line-height: 0.7;
}

.meo-sec06-flex02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.meo-sec06-flex02 .item {
  width: 48%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 639px) {
  .meo-sec06-flex02 .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.meo-sec06-flex02 .title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #4ab2c8;
}

@media only screen and (max-width: 639px) {
  .meo-sec06-flex02 .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.meo-table table {
  width: 100%;
  border: 1px solid #dcdcdc;
}

.meo-table th,
.meo-table td {
  padding: 10px;
  font-weight: bold;
}

.meo-table th {
  color: #fff;
  background: #4ab2c8;
  font-size: 22px;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .meo-table th {
    font-size: 16px;
  }
}

.meo-table td {
  font-size: 16px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #dcdcdc;
}

.meo-table td:first-child {
  font-size: 20px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #dcdcdc;
}
.meo-table td:last-child {  text-align: left; padding-left: 90px;}


@media only screen and (max-width: 639px) {
  .meo-table td:first-child {
    font-size: 16px;
  }
}

.meo-table td .org {
  color: #f69132;
  position: relative;
}

.meo-table td .org:before {
  content: '';
  position: absolute;
  top: 0;
  left: -90px;
  background: url(../meo/images/arr.png) center right no-repeat;
  width: 70px;
  height: 24px;
  background-size: 100%;
}

@media only screen and (max-width: 639px) {
  .meo-table td .org:before {
    left: -30px;
    width: 30px;
  }
}

.meo-btn-sm {
  margin-top: 50px;
}

@media only screen and (max-width: 639px) {
  .meo-btn-sm {
    margin-top: 30px;
  }
}

.meo-btn-sm input[type="submit"] {
  display: block;
  width: 280px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #3e4150;
  margin: auto;
  border-radius: 25px;
  text-decoration: none;
  font-size: 15px;
  background-image: url(../meo/images/ico-sm.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  padding-left: 40px;
  border: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.meo-form table {
  margin-bottom: 30px;
}

.title-yellow-num {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #ef404a;
  margin-bottom: 30px;
}

.title-yellow-num span {
  background: #fff200;
  min-width: 105px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  color: #000;
  height: 100%;
  display: inline-block;
}

@media only screen and (max-width: 639px) {
  .title-yellow-num {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
  }

  .title-yellow-num span {
    font-size: 20px;
    padding: 5px 20px;
    margin-bottom: 10px;
  }

  .title-yellow-num strong {
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 640px) {
  .meo-sec03 .title-meo {
    font-size: 60px;
  }

  .meo-sec03-pd {
    padding: 0 40px;
  }
}

.meo-sec03-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 70px;
}

@media only screen and (max-width: 639px) {
  .meo-sec03-flex {
    margin-bottom: 20px;
  }
}

.meo-sec03-flex .left {
  width: 44%;
}

@media only screen and (max-width: 639px) {
  .meo-sec03-flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.meo-sec03-flex .left p {
  font-size: 18px;
  margin: 20px 0;
}

@media only screen and (max-width: 639px) {
  .meo-sec03-flex .left p {
    font-size: 14px;
    margin: 10px 0;
  }
}

.meo-sec03-flex .right {
  width: 53%;
  border: 1px solid #ff988f;
}

@media only screen and (max-width: 639px) {
  .meo-sec03-flex .right {
    width: 100%;
  }
}

.meo-sec03-flex .title {
  color: #fff;
  background: #ff988f;
  padding: 5px 10px;
  font-size: 14px;
  letter-spacing: -0.7px;
  min-height: 61px;
  display: flex;
  align-items: center;
}

.meo-sec03-flex .ct-txt {
  background: #fff;
  padding: 20px;
  position: relative;
}

.meo-sec03-flex .ct-txt .text-right {
  padding-left: 20%;
  word-break: break-all;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .meo-sec03-flex .ct-txt .text-right {
    padding-left: 0;
    font-size: 12px;
  }
}

.meo-sec03-flex .ct-txt .meo-txt01 {
  text-align: right;
  margin-bottom: -20px;
  margin-right: 20px;
}

@media only screen and (max-width: 639px) {
  .meo-sec03-flex .ct-txt .meo-txt01 {
    margin-bottom: 0;
  }
}

.meo-sec03-map {
  background: #fff;
  padding: 40px 50px 53px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

@media only screen and (max-width: 639px) {
  .meo02-img-map {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .meo-sec03-map {
    padding: 20px 4%;
  }
}

.meo02-img-map .map-img {
  width: 215px;
  margin-top: 17px;
}

.meo02-img-map .map-txt {
  width: calc(100% - 215px);
  padding-left: 30px;
}

.meo02-img-map .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #205198;
  margin-bottom: 10px;
}

.meo02-img-map .box {
  margin-bottom: 23px;
  position: relative;
}

.meo02-img-map .box:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -112px;
  background: url(../meo/images/line01.png) bottom center no-repeat;
  width: 116px;
  height: 117px;
}

.meo02-img-map .flex {
  background: #f287b7;
  border-radius: 100px;
  padding: 5px 20px;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
}

.meo02-img-map .flex p {
  width: 147px;
  border-right: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}

.meo02-img-map-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .meo02-img-map {
    padding: 0;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .meo02-img-map-flex {
    width: 900px;
    margin-bottom: 10px;
  }

  .meo02-img-map .flex {
    padding: 5px 10px;
    font-size: 18px;
  }
}

.meo02-img-map ul li {
  margin-left: 20px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;

}

.meo02-img-map ul li:first-child {
  margin-left: 0;
}

.meo02-img-map .box>p {
  text-align: left;
  font-size: 16px;
  margin-top: 5px;
}

.meo02-img-map .box>p .bold {
  font-size: 18px;
}

.meo02-img-map .box:nth-child(3) .flex {
  background: #fff200;
}

.meo02-img-map .box:nth-child(4) .flex {
  background: #50b948;
}

.meo02-img-map .box:nth-child(3):before {
  content: '';
  position: absolute;
  top: 25px;
  left: -113px;
  background: url(../meo/images/line02.png) bottom center no-repeat;
  width: 116px;
  height: 107px;
}

.meo02-img-map .box:nth-child(4):before {
  content: '';
  position: absolute;
  top: -30px;
  left: -114px;
  background: url(../meo/images/line03.png) bottom center no-repeat;
  width: 116px;
  height: 117px;
}

.cm-ttl32-sz {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 639px) {
  .cm-ttl32-sz {
    font-size: 27px;
  }
}

.meo-pinkbox {
  border: 3px solid #ff988f;
  max-width: 610px;
  margin: auto;
}

.meo-pinkbox .title {
  font-size: 24px;
  color: #253748;
  font-weight: bold;
  background: #ff988f;
  text-align: center;
  padding: 10px;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .title {
    font-size: 18px;
  }
}

.meo-pinkbox .flex {
  padding: 40px 25px;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .flex {
    padding: 20px 10px;
  }

  .meo-pinkbox .flex .meo-txt01 {
    font-size: 12px;
  }
}

.meo-pinkbox .box-flex {
  margin-bottom: 40px;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .box-flex {
    margin-bottom: 20px;
  }
}

.meo-pinkbox li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox li {
    margin-bottom: 5px;
  }
}

.meo-pinkbox li:nth-child(2) .num {
  background: #50b948;
}

.meo-pinkbox li:nth-child(3) .num {
  background: #9dd898;
}

.meo-pinkbox .num {
  font-size: 30px;
  font-weight: bold;
  width: 80px;
  height: 57px;
  color: #fff;
  background: #de434c;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .num {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}

.meo-pinkbox .txt {
  width: calc(100% - 165px);
  font-size: 23px;
  font-weight: bold;
  padding-left: 15px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .txt {
    font-size: 16px;
    width: calc(100% - 50px);
  }
}

.meo-pinkbox .sticky {
  background: #de434c;
  border-radius: 10px;
  display: inline-block;
  padding: 5px 20px;
  color: #fff;
  font-size: 14px;
  position: relative;
  margin-left: 20px;
}

.meo-pinkbox .sticky:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 9px;
  transform: rotate(224deg);
  border-top: 10px solid #de434c;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .sticky {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 10px;
    top: -10px;
  }
}

.meo-pinkbox .precent {
  width: 85px;
  font-size: 20px;
  letter-spacing: -0.08em;
}

@media only screen and (max-width: 639px) {
  .meo-pinkbox .precent {
    width: 100%;
    font-size: 18px;
    padding-left: 70px;
    margin-top: -10px;
    text-align: left;
  }
}

.meo-list-yellow {
  width: 100%;
}

.meo-list-yellow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 0;
}

.meo-list-yellow li {
  background: #fff200;
  padding: 40px 10px 25px;
  text-align: center;
  width: 23%;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.meo-list-yellow .title {
  text-align: center;
  background: #fff;
  border: 2px solid #1a5199;
  width: 80%;
  margin: auto;
  border-radius: 40px;
  font-weight: bold;
  font-size: 18px;
  padding: 5px;
  position: absolute;
  top: -20px;
}

.meo-list-yellow p {
  color: #1a5199;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
}

.meo-list-yellow p span {
  font-size: 164%;
  letter-spacing: -0.01em;
}

@media only screen and (max-width: 639px) {
  .meo-list-yellow {
    margin-bottom: 10px;
  }

  .meo-list-yellow li {
    width: 48%;
    margin-bottom: 50px;
  }

  .meo-list-yellow p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .meo-list-yellow p {
    font-size: 13px;
  }

  .meo-list-yellow li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.meo-chart {
  background: url(../meo/images/bg-blue.png) center center;
  background-size: cover;
  border-radius: 30px;
  padding: 30px;
  margin: 40px 0 80px;
  box-sizing: border-box;
}

@media only screen and (max-width: 639px) {
  .meo-chart {
    margin: 10px 0 40px;
    border-radius: 15px;
  }

  #p_meo .blue-txt {
    font-size: 18px;
    margin-top: 10px;
  }
}

.meo-chart .title {
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 639px) {
  .meo-chart .title {
    width: 100%;
    text-align: center;
  }
}

.meo-chart .title-txt {
  margin-left: 50px;
}

@media only screen and (max-width: 639px) {
  .meo-chart .title-txt {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}

.meo-chart .title-txt li {
  margin-right: 20px;
}

.meo-chart .title span {
  display: initial;
  font-size: 39px;
  font-weight: bold;
  position: relative;
  padding: 0 2px 0 0;
  background: url(../meo/images/line-blue.png) left bottom repeat-x;
  line-height: 1.6;
}

#p_meo .flex-chart {
  align-items: flex-end;
  margin-top: -35px;
}

@media only screen and (max-width: 639px) {
  #p_meo .flex-chart {
    margin: 0;
  }
}

#p_meo .chart {
  width: 67%;
}

#p_meo .chart img {
  width: 100%;
}

#p_meo .table {
  width: 32%;
}

#p_meo .table p {
  color: #fff;
}

#p_meo .table table {
  width: 100%;
  margin: 10px 0;
}

@media only screen and (max-width: 639px) {
  #p_meo .chart {
    width: 100%;
    margin: 30px 0;
  }

  #p_meo .table {
    width: 100%;
  }

  .meo-chart .title span {
    font-size: 32px;
  }

  #p_meo .meo-chart .title-txt {
    flex-wrap: nowrap;
    margin-top: 20px;
  }
}

#p_meo .table table td {
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 12px;
}


.title-yellow-line {
  text-align: center;
  font-size: 32px;
  color: #1a5199;
}

.title-yellow-line span {
  display: inline;
  background: url(../meo/images/line-yellow.png) bottom center repeat-x;
  background-size: 6px;
}

@media only screen and (max-width: 639px) {
  .title-yellow-line {
    font-size: 27px;
  }
}

/* ========== end △ */
#p_video .p-video img {
  max-width: 100%;
}

#p_video .p-video * {
  box-sizing: border-box;
}

#p_video .p-video .content {
  margin: 0px auto 0;
}

#p_video .p-video .content ul {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0;
}

#p_video .p-video .content .wrap {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}

#p_video header {
  z-index: 9994;
}

#p_video .vd_mv {
  padding: 0;
  position: relative;
  height: 690px;
  background: url(../video/images/mv_bg01.jpg) no-repeat right bottom;
  background-size: cover;
}

/* ▽ PC-TAB layout ========== */
@media only screen and (min-width: 768px) and (min-width: 1919px) {
  #p_video .vd_mv {
    background-image: url(../video/images/mv_bg02.jpg);
    height: 855px;
  }
}

/* ========== end △ */
#p_video .vd_mv .wrap {
  position: absolute;
  content: "";
  z-index: 99;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 90%;
  padding: 0 10px;
  margin: 0 auto;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video .vd_mv .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
}

/* ========== end △ */
#p_video .vd_mv .mv-img img {
  max-width: 100%;
}

#p_video .vd_mv .mv-content {
  width: 100%;
}

#p_video .vd_mv .mv-ttl {
  max-width: 56%;
}

#p_video .vd_mv .mv-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 38px 0 0 36px;
}

#p_video .vd_mv .mv-list li {
  list-style: none;
}

#p_video .vd_mv .mv-list li .box {
  border-radius: 10px;
  border: 2px solid #E7316E;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0px 24px 0px 15px;
  min-height: 69px;
}

#p_video .vd_mv .mv-list li .icon {
  width: 72px;
}

#p_video .vd_mv .mv-list li .text {
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #E7316E;
  max-width: calc(100% - 65px);
  /* padding: 0; */
}

#p_video .vd_mv .mv-list li .box02 .icon {
  width: 61px;
  padding: 0 0 0 5px;
}

#p_video .vd_mv .mv-list li .box02 .text {
  max-width: calc(100% - 61px);
}

#p_video .vd_mv .mv-list li .box03 .icon {
  width: 48px;
  padding: 0;
}

#p_video .vd_mv .mv-list li .box03 .text {
  max-width: calc(100% - 48px);
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video .vd_mv .mv-list li {
    margin: 0 11px 0 0;
  }

  #p_video .vd_mv .mv-list li:nth-child(3n) {
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video .vd_mv {
    height: 390px;
    background: url(../video/images/mv_bg01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video .vd_mv {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video .vd_mv {
    height: 320px;
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .wrap {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-end;
    bottom: -30px;
  }

  #p_video .vd_mv .mv-img img {
    max-width: 100%;
  }

  #p_video .vd_mv .mv-content {
    width: 100%;
  }

  #p_video .vd_mv .mv-ttl {
    max-width: 96%;
  }

  #p_video .vd_mv .mv-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 28px 10% 0 10px;
    max-width: 235px;
  }

  #p_video .vd_mv .mv-list li {
    list-style: none;
    margin-bottom: 10px;
  }

  #p_video .vd_mv .mv-list li .box {
    border: 1px solid #E7316E;
    padding: 5px 5px 5px 10px;
    min-height: 48px;
    justify-content: flex-start;
    border-radius: 5px;
  }

  #p_video .vd_mv .mv-list li .icon img {
    max-height: 38px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video .vd_mv .mv-list li .icon img {
    max-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .mv-list li .text {
    font-size: 17px;
    line-height: 1.47059;
    letter-spacing: 0.02em;
    padding: 0 0 0 3px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video .vd_mv .mv-list li .text {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .mv-list li .box01 .icon {
    width: 57px;
    padding: 0;
  }

  #p_video .vd_mv .mv-list li .box01 .text {
    max-width: calc(100% - 57px);
  }

  #p_video .vd_mv .mv-list li .box02 .icon {
    width: 57px;
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .mv-list li .box02 .text {
    max-width: calc(100% - 57px);
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .mv-list li .box03 .icon {
    width: 57px;
    padding: 0;
    display: flex;
    align-items: center;
  }

  #p_video .vd_mv .mv-list li .box03 .icon img {
    max-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .mv-list li .box03 .text {
    max-width: calc(100% - 57px);
  }
}

@media only screen and (max-width: 767px) {
  #p_video .vd_mv .mv-list li:nth-child(1) {
    width: 100%;
  }

  #p_video .vd_mv .mv-list li:nth-child(2) {
    width: 100%;
  }

  #p_video .vd_mv .mv-list li:nth-child(3) {
    margin-left: 0;
    width: 100%;
  }
}

/* ========== end △ */
#p_video #s_vd01 {
  background: url(../video/images/bg_re01.png) repeat center top;
  background-size: 1258px auto;
  padding: 96px 0 60px;
}

#p_video #s_vd01 .sec-ttl01 {
  text-align: center;
  margin: 0 0 64px;
}

#p_video #s_vd01 .sec-ttl01 .ttl01__01 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: bold;
  display: block;
}

#p_video #s_vd01 .sec-ttl01 .ttl01__02 {
  display: block;
  font-size: 52px;
  line-height: 1.15385;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 12px 0 0;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd01 .img01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

/* ========== end △ */
#p_video #s_vd01 .img01 .img01_arr {
  margin: 0 20px 0 5px;
}

#p_video #s_vd01 .img01 .img01_02 {
  position: relative;
  padding: 15px 0 0;
}

#p_video #s_vd01 .img01 .img01_02 .cm-video .common-movie__open figure::after {
  width: 90px;
  height: 63px;
}

#p_video #s_vd01 .img01 .img01_02_ttl {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: -10px;
  z-index: 9;
  color: #fff;
}

#p_video #s_vd01 .img01 .img01_02_ttl span {
  display: inline-block;
  background: #222222;
  padding: 11px 10px 11px;
  border-radius: 33px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  max-width: 248px;
}

#p_video #s_vd01 .s_vd01_list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 64px auto 36px;
  max-width: 1070px;
}

#p_video #s_vd01 .s_vd01_list01 li {
  list-style: none;
  border-radius: 10px;
  border: 2px solid #E7316E;
  background: #fff;
  padding: 17px 5px 17px;
  min-height: 50px;
  text-align: center;
}

#p_video #s_vd01 .s_vd01_list01 li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  min-height: 70px;
}

#p_video #s_vd01 .s_vd01_list01 li .icon span {
  text-align: center;
  width: 100%;
}

#p_video #s_vd01 .s_vd01_list01 li .ttl01 {
  font-size: 18px;
  line-height: 1.38889;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #E7316E;
  padding: 18px 0 0;
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd01 .s_vd01_list01 {
    justify-content: center;
  }

  #p_video #s_vd01 .s_vd01_list01 li {
    width: 23%;
    margin: 0 2.5% 0 0;
  }

  #p_video #s_vd01 .s_vd01_list01 li:nth-child(4n),
  #p_video #s_vd01 .s_vd01_list01 li:last-child {
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video #s_vd01 {
    background-size: 629px auto;
    padding: 50px 0 50px;
    margin-top: 60px;
  }

  #p_video #s_vd01 .sec-ttl01 {
    margin: 0 0 25px;
  }

  #p_video #s_vd01 .sec-ttl01 .ttl01__01 {
    font-size: 21px;
    line-height: 1.52381;
  }

  #p_video #s_vd01 .sec-ttl01 .ttl01__02 {
    font-size: 37px;
    line-height: 1.48649;
    margin: 3px 0 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd01 .sec-ttl01 {
    margin: 0 0 25px;
  }

  #p_video #s_vd01 .sec-ttl01 .ttl01__01 {
    font-size: 18px;
    line-height: 1.55556;
  }

  #p_video #s_vd01 .sec-ttl01 .ttl01__02 {
    font-size: 30px;
    line-height: 1.6;
    margin: 3px 0 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd01 .sec-ttl01 {
    margin: 0 0 15px;
  }

  #p_video #s_vd01 .sec-ttl01 .ttl01__01 {
    font-size: 16px;
    line-height: 1.75;
  }

  #p_video #s_vd01 .sec-ttl01 .ttl01__02 {
    font-size: 28px;
    line-height: 1.60714;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd01 .img01 {
    text-align: center;
  }

  #p_video #s_vd01 .img01 .img01_01 {
    max-width: 70%;
    margin: 0 auto;
  }

  #p_video #s_vd01 .img01 .img01_arr {
    text-align: center;
    margin: 25px auto 35px;
  }

  #p_video #s_vd01 .img01 .img01_arr img {
    transform: rotate(90deg);
    max-width: 65px;
  }

  #p_video #s_vd01 .img01 .img01_02 {
    position: relative;
    padding: 15px 0 0;
  }

  #p_video #s_vd01 .img01 .img01_02 .cm-video .common-movie__open figure::after {
    width: 65px;
    height: 47px;
  }

  #p_video #s_vd01 .img01 .img01_02_ttl {
    top: -5px;
  }

  #p_video #s_vd01 .img01 .img01_02_ttl span {
    padding: 8px 10px 8px;
    border-radius: 50px;
    font-size: 20px;
    max-width: 220px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd01 .img01 .img01_02_ttl span {
    border-radius: 45px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd01 .s_vd01_list01 {
    margin: 30px auto 0;
  }

  #p_video #s_vd01 .s_vd01_list01 li {
    border-radius: 5px;
    border: 1px solid #E7316E;
    padding: 10px 2px 10px;
    min-height: 50px;
    width: 48.5%;
    margin: 0 3% 10px 0;
  }

  #p_video #s_vd01 .s_vd01_list01 li:nth-child(2n),
  #p_video #s_vd01 .s_vd01_list01 li:last-child {
    margin-right: 0;
  }

  #p_video #s_vd01 .s_vd01_list01 li .icon {
    min-height: 60px;
  }

  #p_video #s_vd01 .s_vd01_list01 li .icon span img {
    max-height: 60px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd01 .s_vd01_list01 li .icon span img {
    max-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd01 .s_vd01_list01 li .ttl01 {
    padding: 18px 0 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd01 .s_vd01_list01 li .ttl01 {
    font-size: 17px;
    line-height: 1.17647;
    letter-spacing: 0.01em;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd01 .s_vd01_list01 li .ttl01 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

/* ========== end △ */
#p_video #s_vd02 {
  overflow: inherit;
}

#p_video #s_vd02 .sec-ttl01 {
  background: #2551aa;
  background: linear-gradient(142deg, #2551aa 0%, #1e85c9 100%);
  text-align: center;
  position: relative;
  margin: 0;
  padding: 21px 10px 19px;
  border-radius: 0 0 40px 40px;
}

#p_video #s_vd02 .sec-ttl01:after {
  background: url(../video/images/arr02.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -57px;
  width: 138px;
  height: 58px;
  margin: 0 auto;
}

#p_video #s_vd02 .sec-ttl01 .un-line {
  display: inline-block;
  position: relative;
}

#p_video #s_vd02 .sec-ttl01 .un-line i {
  position: relative;
  font-style: normal;
  z-index: 14;
}

#p_video #s_vd02 .sec-ttl01 .un-line:after {
  background: url(../video/images/line01.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -13px;
  width: 306px;
  height: 35px;
  margin: 0 auto;
  z-index: 0;
}

#p_video #s_vd02 .sec-ttl01 .ttl01_inner {
  position: relative;
  z-index: 14;
}

#p_video #s_vd02 .sec-ttl01 .ttl01 {
  font-size: 40px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  font-weight: bold;
  display: block;
  color: #fff;
  position: relative;
  z-index: 14;
}

#p_video #s_vd02 .sec-ttl01 .ttl01 small {
  font-size: 32px;
  line-height: 1.8125;
}

#p_video #s_vd02 .sec-ttl01 .ttl01_tag {
  position: absolute;
  z-index: 14;
  left: 50%;
  top: -40px;
  margin: 0 0 0 -373px;
}

#p_video #s_vd02 .reason-ttl01 {
  font-size: 28px;
  line-height: 1.60714;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video #s_vd02 .reason-ttl01 .is-pink01 {
  color: #E7316E;
}

#p_video #s_vd02 .reason-ttl01.is-center {
  text-align: center;
}

#p_video #s_vd02 .reason-ttl01 small {
  font-size: 24px;
  line-height: 1.875;
}

#p_video #s_vd02 .reason01 .hgroup01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
}

#p_video #s_vd02 .reason01 .hgroup01__num {
  background: url(../video/images/line02.svg) no-repeat right 11px;
  background-size: 33px auto;
  width: 190px;
}

#p_video #s_vd02 .reason01 .hgroup01__num .txt01 {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 600;
  color: #E7316E;
}

#p_video #s_vd02 .reason01 .hgroup01__num .txt01 span {
  display: inline-block;
  background-color: #F7F8F9;
  line-height: 1;
  padding: 4px 5px;
}

#p_video #s_vd02 .reason01 .hgroup01__num .num {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 0 0 0 -27px;
}

#p_video #s_vd02 .reason01 .hgroup01__txt {
  max-width: calc(100% - 190px);
  padding-left: 40px;
  font-size: 44px;
  line-height: 1.63636;
  letter-spacing: 0.02em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .hgroup01__txt .is-pink01 {
  color: #E7316E;
}

#p_video #s_vd02 .reason01 .hgroup01__txt .is-blue01 {
  color: #2551AA;
}

#p_video #s_vd02 .reason01 .hgroup01__txt small {
  font-size: 36px;
  line-height: 2;
}

#p_video #s_vd02 .reason01 .block01 {
  background: url(../video/images/bg_re01.png) repeat -160px -10px;
  background-size: 1258px auto;
  padding: 104px 0 100px;
}

#p_video #s_vd02 .reason01 .block01 .box01 {
  width: 100%;
  max-width: 1045px;
  margin: 0 auto 64px;
}

#p_video #s_vd02 .reason01 .block01 .box01:last-child {
  margin-bottom: 0;
}

#p_video #s_vd02 .reason01 .block01 .box01 .img-synergy {
  text-align: center;
  margin-top: 18px;
}

#p_video #s_vd02 .reason01 .block01 .box01 .box01-desc01 {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.9375;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block01 .box01 .box01-hoshi {
  position: relative;
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0em;
  font-weight: bold;
  padding: 0 0 0 17px;
}

#p_video #s_vd02 .reason01 .block01 .box01 .box01-hoshi:after {
  position: absolute;
  content: "※";
  left: 0px;
  top: 0;
  width: 14px;
  height: 14px;
  z-index: 1;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block01 .box01-info {
  position: relative;
  z-index: 14;
  background: #fff;
  border-radius: 30px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 29px 68px 34px 70px;
}

#p_video #s_vd02 .reason01 .block01 .box01-info:after {
  background: url(../video/images/arr03.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: -57px;
  top: 50%;
  width: 58px;
  height: 138px;
  margin: -70px 0 0;
  z-index: 1;
  transform: rotate(180deg);
}

#p_video #s_vd02 .reason01 .block01 .box01-img .avt {
  text-align: center;
}

#p_video #s_vd02 .reason01 .block01 .box01-img .cap {
  margin: 15px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block01 .box01-img .cap small {
  font-size: 16px;
  line-height: 1.5625;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd02 .reason01 .block01 .box01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  #p_video #s_vd02 .reason01 .block01 .box01-info {
    width: calc(100% - 170px);
    max-width: 800px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01-img {
    width: 170px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01.img-right .box01-info {
    order: 1;
  }

  #p_video #s_vd02 .reason01 .block01 .box01.img-right .box01-info:after {
    right: -57px;
    left: auto;
    transform: rotate(0deg);
  }

  #p_video #s_vd02 .reason01 .block01 .box01.img-right .box01-img {
    order: 2;
  }
}

/* ========== end △ */
#p_video #s_vd02 .reason01 .block02 {
  background: url(../video/images/bg_re02.png) repeat -160px -10px;
  background-size: 1358px auto;
  padding: 77px 0 42px;
}

#p_video #s_vd02 .reason01 .block02 .rows01 {
  margin: 58px 0 77px;
}

#p_video #s_vd02 .reason01 .block02 .rows01 .desc01 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 1.91667;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block02 .rows01 .desc01 strong {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block02 .rows01 .desc01 .is-pink01 {
  color: #E7316E;
}

#p_video #s_vd02 .reason01 .block02 .rows01 .col-img img {
  border-radius: 40px 40px 0 0;
  width: 100%;
}

#p_video #s_vd02 .reason01 .block02 .rows01 .col-info {
  padding: 15px 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  min-height: 89px;
}

#p_video #s_vd02 .reason01 .block02 .rows01 .col {
  background: #fff;
  border-radius: 40px 40px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd02 .reason01 .block02 .rows01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .col {
    width: 47.8%;
    margin: 0 4.4% 0 0;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .col:nth-child(2n) {
    margin-right: 0;
  }
}

/* ========== end △ */
#p_video #s_vd02 .reason01 .block02 .box02 .reason-ttl01 {
  margin-bottom: 25px;
}

#p_video #s_vd02 .reason01 .block02 .box02-ttl01 {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 2.375;
  letter-spacing: 0.04em;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block02 .box02-ttl01 span {
  position: relative;
  display: inline-block;
  padding: 0 30px 0 28px;
}

#p_video #s_vd02 .reason01 .block02 .box02-ttl01 span:after {
  background: url(../video/images/line05.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 19px;
  height: 30px;
  z-index: 1;
}

#p_video #s_vd02 .reason01 .block02 .box02-ttl01 span:before {
  background: url(../video/images/line05_r.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 8px;
  width: 19px;
  height: 30px;
  z-index: 1;
}

#p_video #s_vd02 .reason01 .block02 .box02-list01 {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 36px;
  max-width: 1090px;
}

#p_video #s_vd02 .reason01 .block02 .box02-list01 li {
  box-sizing: border-box;
  list-style: none;
  border-radius: 10px;
  border: 2px solid #E7316E;
  background: #fff;
  padding: 33px 5px 22px;
  min-height: 50px;
  text-align: center;
}

#p_video #s_vd02 .reason01 .block02 .box02-list01 li .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  min-height: 77px;
}

#p_video #s_vd02 .reason01 .block02 .box02-list01 li .icon span {
  text-align: center;
  width: 100%;
}

#p_video #s_vd02 .reason01 .block02 .box02-list01 li .ttl01 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #E7316E;
  padding: 18px 0 0;
  text-align: center;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd02 .reason01 .block02 .box02-list01 li {
    width: 24%;
    margin: 0 1.33% 20px 0;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 li:nth-child(4n),
  #p_video #s_vd02 .reason01 .block02 .box02-list01 li:last-child {
    margin-right: 0;
  }
}

/* ========== end △ */
#p_video #s_vd02 .reason01 .block03 {
  background: url(../video/images/bg_re01.png) repeat -160px -10px;
  background-size: 1258px auto;
  padding: 67px 0 365px;
}

#p_video #s_vd02 .reason01 .block03 .box03-ttl01 {
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

#p_video #s_vd02 .reason01 .block03 .box03-ttl01 span {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #707070;
  padding: 0 0 12px;
}

#p_video #s_vd02 .reason01 .block03 .box03-ttl01 span:after {
  background: url(../video/images/arr04.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -23px;
  width: 54px;
  height: 23px;
  z-index: 1;
  margin: 0 auto;
}

#p_video #s_vd02 .reason01 .block03 .box03 ul {
  list-style: none;
  margin: 38px 0 0;
}

#p_video #s_vd02 .reason01 .block03 .box03 ul li {
  font-size: 24px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: #fff;
  position: relative;
  padding: 33px 40px 27px 98px;
  border-radius: 40px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

#p_video #s_vd02 .reason01 .block03 .box03 ul li .is-pink01 {
  color: #E7316E;
}

#p_video #s_vd02 .reason01 .block03 .box03 ul li:last-child {
  margin-bottom: 0;
}

#p_video #s_vd02 .reason01 .block03 .box03 ul li:after {
  background: url(../video/images/icon_check01.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 40px;
  top: 50%;
  width: 33px;
  height: 30px;
  z-index: 1;
  margin: -15px 0 0;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd02 .reason01 .block03 .box03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
  }

  #p_video #s_vd02 .reason01 .block03 .box03-img {
    box-sizing: border-box;
    width: 42%;
    padding: 0 25px 0 35px;
  }

  #p_video #s_vd02 .reason01 .block03 .box03-info {
    width: 53%;
    padding: 39px 0 0 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .sec-ttl01 {
    padding: 12px 5px 12px;
    border-radius: 0 0 20px 20px;
  }

  #p_video #s_vd02 .sec-ttl01:after {
    bottom: -41px;
    width: 100px;
    height: 42px;
  }

  #p_video #s_vd02 .sec-ttl01 .un-line:after {
    bottom: -8px;
    width: 165px;
    height: 18px;
  }

  #p_video #s_vd02 .sec-ttl01 .ttl01 {
    font-size: 24px;
    line-height: 1.45833;
  }

  #p_video #s_vd02 .sec-ttl01 .ttl01 small {
    font-size: 19px;
    line-height: 1.84211;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd02 .sec-ttl01 .ttl01 {
    font-size: 22px;
    line-height: 1.36364;
  }

  #p_video #s_vd02 .sec-ttl01 .ttl01 small {
    font-size: 17px;
    line-height: 1.76471;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .sec-ttl01 .ttl01_tag {
    width: 12%;
    left: 10px;
    top: -20px;
    margin: 0;
  }

  #p_video #s_vd02 .reason-ttl01 {
    font-size: 21px;
    line-height: 1.42857;
  }

  #p_video #s_vd02 .reason-ttl01 small {
    font-size: 24px;
    line-height: 1.875;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd02 .reason-ttl01 {
    font-size: 18px;
    line-height: 1.66667;
  }

  #p_video #s_vd02 .reason-ttl01 small {
    font-size: 18px;
    line-height: 1.66667;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .reason01 .hgroup01 {
    margin-bottom: 20px;
  }

  #p_video #s_vd02 .reason01 .hgroup01__num {
    background: url(../video/images/line02.svg) no-repeat right 4px;
    background-size: 20px auto;
    width: 110px;
  }

  #p_video #s_vd02 .reason01 .hgroup01__num .txt01 {
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }

  #p_video #s_vd02 .reason01 .hgroup01__num .txt01 span {
    padding: 4px 5px;
  }

  #p_video #s_vd02 .reason01 .hgroup01__num .num {
    font-size: 47px;
    line-height: 1;
    margin: 0 0 0 -17px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd02 .reason01 .hgroup01__num .num {
    font-size: 45px;
    line-height: 1;
    margin: 0 0 0 -17px;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .reason01 .hgroup01__txt {
    max-width: calc(100% - 110px);
    padding-left: 3px;
    font-size: 24px;
    line-height: 1.45833;
  }

  #p_video #s_vd02 .reason01 .hgroup01__txt small {
    font-size: 20px;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd02 .reason01 .hgroup01__txt {
    font-size: 22px;
    line-height: 1.36364;
  }

  #p_video #s_vd02 .reason01 .hgroup01__txt small {
    font-size: 18px;
    line-height: 1.66667;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .reason01 .block01 {
    background-size: 629px auto;
    padding: 50px 0 50px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01 {
    margin: 0 auto 28px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01:last-child {
    margin-bottom: 0;
  }

  #p_video #s_vd02 .reason01 .block01 .box01 .img-synergy {
    margin-top: 18px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01 .box01-desc01 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.57143;
  }

  #p_video #s_vd02 .reason01 .block01 .box01 .box01-hoshi {
    font-size: 12px;
    line-height: 1.66667;
    padding: 0 0 0 13px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01 .box01-hoshi:after {
    width: 10px;
    height: 10px;
    font-size: 12px;
    line-height: 1.66667;
  }

  #p_video #s_vd02 .reason01 .block01 .box01-info {
    margin: 45px 0 0;
    border-radius: 18px;
    padding: 10px 10px 20px 10px;
  }

  #p_video #s_vd02 .reason01 .block01 .box01-info:after {
    background: url(../video/images/arr08.svg) repeat center center;
    background-size: 100% 100%;
    left: 0;
    top: -30px;
    right: 0;
    width: 84px;
    height: 31px;
    margin: 0px auto 0;
    z-index: 1;
    transform: rotate(0deg);
  }

  #p_video #s_vd02 .reason01 .block01 .box01-img .avt {
    max-width: 130px;
    margin: 0 auto;
  }

  #p_video #s_vd02 .reason01 .block01 .box01-img .cap {
    margin: 15px 0 0;
    font-size: 18px;
    line-height: 1.11111;
  }

  #p_video #s_vd02 .reason01 .block01 .box01-img .cap small {
    font-size: 14px;
    line-height: 1.42857;
  }

  #p_video #s_vd02 .reason01 .block02 {
    background-size: 635px auto;
    padding: 50px 0 45px;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 {
    margin: 58px 0 40px;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .desc01 {
    font-size: 18px;
    line-height: 2.05556;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .desc01 strong {
    font-size: 28px;
    line-height: 1.32143;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd02 .reason01 .block02 .rows01 .desc01 {
    font-size: 17px;
    line-height: 2.05882;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .desc01 strong {
    font-size: 26px;
    line-height: 1.34615;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd02 .reason01 .block02 .rows01 .desc01 {
    font-size: 16px;
    line-height: 1.875;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .desc01 strong {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .reason01 .block02 .rows01 .col-img img {
    border-radius: 20px 20px 0 0;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .col-info {
    padding: 13px 10px 13px;
    min-height: 80px;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .col {
    border-radius: 20px 20px;
  }

  #p_video #s_vd02 .reason01 .block02 .rows01 .col.col02 {
    margin-top: 20px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02 .reason-ttl01 {
    margin-bottom: 25px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-ttl01 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.61111;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd02 .reason01 .block02 .box02-ttl01 {
    font-size: 17px;
    line-height: 1.64706;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd02 .reason01 .block02 .box02-ttl01 span {
    padding: 0 30px 0 28px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-ttl01 span:after {
    left: 0;
    top: 15px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-ttl01 span:before {
    right: 0;
    top: 15px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 {
    margin: 0 auto 10px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 li {
    border-radius: 5px;
    border: 1px solid #E7316E;
    padding: 33px 5px 22px;
    min-height: 50px;
    width: 48.5%;
    margin: 0 3% 10px 0;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 li:nth-child(2n),
  #p_video #s_vd02 .reason01 .block02 .box02-list01 li:last-child {
    margin-right: 0;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 li .icon {
    min-height: 60px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 li .icon img {
    max-height: 57px;
  }

  #p_video #s_vd02 .reason01 .block02 .box02-list01 li .ttl01 {
    font-size: 16px;
    line-height: 1.4375;
    padding: 18px 0 0;
  }

  /* ▽ PC-TAB layout ========== */
  /* ========== end △ */
  #p_video #s_vd02 .reason01 .block03 {
    background: url(../video/images/bg_re01.png) repeat -30px 0px;
    background-size: 629px auto;
    padding: 45px 0 165px;
  }

  #p_video #s_vd02 .reason01 .block03 .box03-ttl01 {
    font-size: 18px;
  }

  #p_video #s_vd02 .reason01 .block03 .box03-ttl01 span {
    border-bottom: 1px solid #707070;
    padding: 0 0 8px;
  }

  #p_video #s_vd02 .reason01 .block03 .box03-ttl01 span:after {
    left: 0;
    right: 0;
    bottom: -16px;
    width: 39px;
    height: 16px;
    z-index: 1;
    margin: 0 auto;
  }

  #p_video #s_vd02 .reason01 .block03 .box03-img {
    max-width: 75%;
    margin: 0 auto 25px;
    padding: 0;
    text-align: center;
  }

  #p_video #s_vd02 .reason01 .block03 .box03 ul {
    margin: 20px 0 0;
  }

  #p_video #s_vd02 .reason01 .block03 .box03 ul li {
    font-size: 18px;
    line-height: 1.55556;
    letter-spacing: 0.02em;
    padding: 24px 20px 24px 60px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  #p_video #s_vd02 .reason01 .block03 .box03 ul li:last-child {
    margin-bottom: 0;
  }

  #p_video #s_vd02 .reason01 .block03 .box03 ul li:after {
    left: 18px;
    top: 50%;
    width: 24px;
    height: 22px;
    z-index: 1;
    margin: -11px 0 0;
  }
}

/* ========== end △ */
#p_video #s_vd03 {
  margin: -276px 0 0;
  position: relative;
  overflow: hidden;
}

#p_video #s_vd03 .s_vd03-inner {
  overflow: inherit;
  position: relative;
  padding: 0;
}

#p_video #s_vd03 .s_vd03-inner:before {
  background: #fff;
  position: absolute;
  content: "";
  left: 50%;
  top: 36px;
  height: 3000px;
  transform: translateX(-50%);
  width: 285vw;
  z-index: 1;
  border-radius: 3000px 3000px 0 0;
}

#p_video #s_vd03 .s_vd03-inner:after {
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 220px;
  right: 0;
  bottom: 0;
}

#p_video #s_vd03 .s_vd03-inner .ytbblock {
  margin: -12px auto -109px;
}

#p_video #s_vd03 .wrap {
  position: relative;
  z-index: 115;
}

#p_video #s_vd03 .hgroup01 {
  margin-bottom: 31px;
}

#p_video #s_vd03 .hgroup01-tag {
  text-align: center;
  margin-bottom: 50px;
}

#p_video #s_vd03 .hgroup01-tag span {
  display: inline-block;
  color: #fff;
  background-color: #2551AA;
  padding: 12px 50px 12px 50px;
  border-radius: 40px;
  position: relative;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#p_video #s_vd03 .hgroup01-tag span:after {
  background: url(../video/images/arr05.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -22px;
  width: 54px;
  height: 23px;
  z-index: 1;
  margin: 0 auto;
}

#p_video #s_vd03 .hgroup01-txt01 {
  text-align: center;
  font-size: 36px;
  line-height: 1.80556;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#p_video #s_vd03 .hgroup01-txt01 .inner {
  font-size: 36px;
  line-height: 1.80556;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 30px 0 28px;
}

#p_video #s_vd03 .hgroup01-txt01 .inner:after {
  background: url(../video/images/line03.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 15px;
  width: 40px;
  height: 67px;
  z-index: 1;
}

#p_video #s_vd03 .hgroup01-txt01 .inner:before {
  background: url(../video/images/line03_r.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  right: 0;
  bottom: 15px;
  width: 40px;
  height: 67px;
  z-index: 1;
}

#p_video #s_vd03 .hgroup01-txt01 .is-blue01 {
  color: #2551AA;
  font-size: 42px;
  line-height: 1.54762;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#p_video #s_vd03 .desc01 {
  font-size: 18px;
  line-height: 1.88889;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 86px;
}

#p_video #s_vd03 .list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

#p_video #s_vd03 .list01 li {
  box-sizing: border-box;
}

#p_video #s_vd03 .list01 li .pic {
  text-align: center;
}

#p_video #s_vd03 .list01 li .pic img {
  border-radius: 10px;
}

#p_video #s_vd03 .list01 li:last-child {
  margin-bottom: 0;
}

#p_video #s_vd03 .list01 li .cap {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-top: 21px;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd03 .list01 li {
    width: 24%;
    margin: 0 1.33% 46px 0;
  }

  #p_video #s_vd03 .list01 li:nth-child(4n),
  #p_video #s_vd03 .list01 li:last-child {
    margin-right: 0;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video #s_vd03 {
    margin: -116px 0 0;
  }

  #p_video #s_vd03 .s_vd03-inner {
    overflow: inherit;
    position: relative;
    padding: 0;
  }

  #p_video #s_vd03 .s_vd03-inner:before {
    top: 19px;
    width: 1500px;
    height: 1500px;
    border-radius: 1500px 1500px 0 0;
  }

  #p_video #s_vd03 .s_vd03-inner:after {
    left: 0;
    top: 80px;
  }

  #p_video #s_vd03 .s_vd03-inner .ytbblock {
    margin: 55px auto -60px;
  }

  #p_video #s_vd03 .hgroup01 {
    margin-bottom: 31px;
  }

  #p_video #s_vd03 .hgroup01-tag {
    text-align: center;
    margin-bottom: 29px;
  }

  #p_video #s_vd03 .hgroup01-tag span {
    padding: 5px 25px 5px 25px;
    border-radius: 40px;
    position: relative;
    font-size: 24px;
    line-height: 1.45833;
  }

  #p_video #s_vd03 .hgroup01-tag span:after {
    left: 0;
    right: 0;
    bottom: -22px;
    width: 54px;
    height: 23px;
  }

  #p_video #s_vd03 .hgroup01-txt01 {
    font-size: 24px;
    line-height: 1.79167;
  }

  #p_video #s_vd03 .hgroup01-txt01 .inner {
    font-size: 24px;
    line-height: 1.45833;
    padding: 0 32px 0 30px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd03 .hgroup01-txt01 .inner {
    font-size: 22px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd03 .hgroup01-txt01 .inner {
    font-size: 20px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd03 .hgroup01-txt01 .inner:after {
    left: 0;
    bottom: 15px;
    width: 40px;
    height: 67px;
  }

  #p_video #s_vd03 .hgroup01-txt01 .inner:before {
    right: 0;
    bottom: 15px;
    width: 40px;
    height: 67px;
  }

  #p_video #s_vd03 .hgroup01-txt01 .is-blue01 {
    font-size: 29px;
    line-height: 1.2069;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd03 .hgroup01-txt01 .is-blue01 {
    font-size: 26px;
    line-height: 1.15385;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd03 .hgroup01-txt01 .is-blue01 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd03 .desc01 {
    font-size: 15px;
    line-height: 1.66667;
    margin-bottom: 40px;
  }

  #p_video #s_vd03 .list01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
  }

  #p_video #s_vd03 .list01 li {
    width: 48%;
    margin: 0 4% 20px 0;
  }

  #p_video #s_vd03 .list01 li:nth-child(2n),
  #p_video #s_vd03 .list01 li:last-child {
    margin-right: 0;
  }

  #p_video #s_vd03 .list01 li .cap {
    font-size: 16px;
    line-height: 1.6875;
    letter-spacing: 0em;
    margin-top: 10px;
  }
}

/* ========== end △ */
#p_video .ytbblock {
  width: 100%;
  max-width: 842px;
  margin: 0 auto;
  position: relative;
  z-index: 98;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#p_video .ytbblock .ytbblock-txt01 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
}

#p_video .ytbblock .ytbblock-txt01 small {
  font-size: 20px;
  line-height: 2.1;
}

#p_video .ytbblock-info {
  position: relative;
  z-index: 14;
  background: #fff;
  border-radius: 35px 35px 35px 0px;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.05);
  padding: 25px 19px 35px 75px;
}

#p_video .ytbblock-info .is-blue01 {
  color: #2551AA;
}

#p_video .ytbblock-info:after {
  background: url(../video/images/arr06.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: -40px;
  bottom: 0;
  width: 41px;
  height: 49px;
  z-index: 1;
  transform: rotate(0deg);
}

#p_video .ytbblock-img .avt {
  text-align: center;
}

#p_video .ytbblock-img .cap {
  margin: 15px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: bold;
}

#p_video .ytbblock-img .cap small {
  font-size: 16px;
  line-height: 1.5625;
}

#p_video .ytbblock.img-right .ytbblock-info {
  order: 1;
}

#p_video .ytbblock.img-right .ytbblock-img {
  order: 2;
  text-align: right;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video .ytbblock-info {
    width: calc(100% - 276px);
    margin: 30px 0 0;
  }

  #p_video .ytbblock-img {
    width: 235px;
  }

  #p_video .ytbblock.img-right .ytbblock-info {
    padding: 25px 20px 24px 53px;
    border-radius: 35px 35px 0 35px;
    margin: 30px 0 0;
  }

  #p_video .ytbblock.img-right .ytbblock-info:after {
    background: url(../video/images/arr07.svg) no-repeat center center;
    background-size: 100% 100%;
    right: -40px;
    left: auto;
    transform: rotate(0deg);
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video .ytbblock {
    align-items: flex-end;
  }

  #p_video .ytbblock .ytbblock-txt01 {
    font-size: 17px;
    line-height: 1.52941;
  }

  #p_video .ytbblock .ytbblock-txt01 small {
    font-size: 14px;
    line-height: 1.85714;
  }

  #p_video .ytbblock-info {
    width: calc(100% - 130px);
    border-radius: 20px 20px 20px 0px;
    padding: 10px 10px 10px 10px;
  }

  #p_video .ytbblock-info:after {
    left: -23px;
    bottom: 0;
    width: 24px;
    height: 29px;
  }

  #p_video .ytbblock-img {
    width: 115px;
  }

  #p_video .ytbblock-img .cap {
    margin: 15px 0 0;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: bold;
  }

  #p_video .ytbblock-img .cap small {
    font-size: 16px;
    line-height: 1.5625;
  }

  #p_video .ytbblock.img-right .ytbblock-info {
    border-radius: 20px 20px 0px 20px;
    padding: 10px 10px 10px 10px;
    margin: 0px 0 0;
  }

  #p_video .ytbblock.img-right .ytbblock-info:after {
    background: url(../video/images/arr07.svg) no-repeat center center;
    background-size: 100% 100%;
    right: -23px;
    left: auto;
    transform: rotate(0deg);
  }
}

/* ========== end △ */
#p_video .global-contact01 {
  background: #2551aa;
  background: linear-gradient(142deg, #2551aa 0%, #1e85c9 100%);
  text-align: center;
  position: relative;
  padding: 22px 0 73px;
  z-index: 26;
}

#p_video .global-contact01.has-ytbblock {
  padding: 93px 0 73px;
}

#p_video .global-contact01 .ttl01 {
  text-align: center;
  position: relative;
  z-index: 98;
  margin-bottom: -14px;
}

#p_video .global-contact01 .ttl01 .ttl01en {
  font-family: 'Poppins', sans-serif;
  font-size: 180px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
}

#p_video .global-contact01 .ttl01 .ttl01jp {
  font-size: 32px;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 53%;
  text-align: center;
  transform: translateY(-50%);
}

#p_video .global-contact01 ul {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  z-index: 98;
}

#p_video .global-contact01 ul li {
  text-align: center;
}

#p_video .global-contact01 ul .txt01 {
  font-size: 18px;
  line-height: 1.22222;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

#p_video .global-contact01 ul .tel {
  margin: 20px 0 0;
}

#p_video .global-contact01 ul .tel a {
  display: inline-block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 1.42857;
  letter-spacing: 0em;
  font-weight: 400;
  text-decoration: none;
}

#p_video .global-contact01 ul .tel a strong {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 400;
}

#p_video .global-contact01 ul .btn-contact {
  margin: 8px 0 0;
  text-align: center;
}

#p_video .global-contact01 ul .btn-contact a {
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
  background-color: #FF9C2B;
  border-radius: 35px;
  padding: 20px 15px 20px 10px;
  text-align: center;
}

#p_video .global-contact01 ul .btn-contact a:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 40%;
  width: 6px;
  height: 6px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 3px 0 0;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video .global-contact01 ul .btn-contact a:hover {
    opacity: 0.8;
  }
}

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video .global-contact01 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #p_video .global-contact01 ul li {
    width: 50%;
    padding: 0 30px 0 0;
  }

  #p_video .global-contact01 ul li:nth-child(2n) {
    border-left: 1px solid #fff;
    padding: 0 0 0 30px;
  }
}

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video .global-contact01 {
    padding: 22px 0 40px;
    z-index: 26;
  }

  #p_video .global-contact01.has-ytbblock {
    padding: 70px 0 40px;
  }

  #p_video .global-contact01 .ttl01 {
    margin-bottom: -14px;
    min-height: 130px;
  }

  #p_video .global-contact01 .ttl01 .ttl01en {
    font-size: 130px;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 0%;
    text-align: center;
    transform: translateX(-50%);
  }

  #p_video .global-contact01 .ttl01 .ttl01jp {
    font-size: 25px;
    line-height: 1.16;
    transform: translateY(-50%);
  }

  #p_video .global-contact01 ul {
    margin: 12px auto 0;
  }

  #p_video .global-contact01 ul li {
    text-align: center;
  }

  #p_video .global-contact01 ul .txt01 {
    font-size: 20px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video .global-contact01 ul .txt01 {
    font-size: 15px;
    line-height: 1.66667;
  }
}

@media only screen and (max-width: 767px) {
  #p_video .global-contact01 ul .tel {
    margin: 5px 0 0;
    text-align: center;
  }

  #p_video .global-contact01 ul .tel a {
    font-size: 20px;
    line-height: 1.5;
  }

  #p_video .global-contact01 ul .tel a strong {
    font-size: 35px;
    line-height: 1;
  }

  #p_video .global-contact01 ul .btn-contact {
    margin: 15px 0 0;
  }

  #p_video .global-contact01 ul .btn-contact a {
    max-width: 305px;
    font-size: 16px;
    line-height: 1.25;
    border-radius: 30px;
    padding: 20px 15px 20px 10px;
    text-align: center;
  }

  #p_video .global-contact01 ul .btn-contact a:before {
    right: 20px;
  }
}

/* ========== end △ */
#p_video #s_vd04 {
  background: url(../video/images/bg03.png) no-repeat center;
  background-size: cover;
  padding: 47px 0 300px 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video #s_vd04 {
    background: url(../video/images/bg03_sp.png) no-repeat center;
    background-size: cover;
    padding: 10px 10px 140px 10px;
  }
}

/* ========== end △ */
#p_video #s_vd05 {
  margin: -255px 0 0;
  position: relative;
  overflow: hidden;
}

#p_video #s_vd05 .s_vd05-inner {
  overflow: inherit;
  position: relative;
  padding: 0;
}

#p_video #s_vd05 .s_vd05-inner:before {
  background: #fff;
  position: absolute;
  content: "";
  left: 50%;
  top: 36px;
  height: 3000px;
  transform: translateX(-50%);
  width: 285vw;
  z-index: 1;
  border-radius: 3000px 3000px 0 0;
}

#p_video #s_vd05 .s_vd05-inner:after {
  background: #fff;
  position: absolute;
  content: "";
  left: 0;
  top: 220px;
  right: 0;
  bottom: 0;
}

#p_video #s_vd05 .s_vd05-inner .ytbblock {
  margin: -12px auto -109px;
}

#p_video #s_vd05 .wrap {
  position: relative;
  z-index: 115;
}

#p_video #s_vd05 .hgroup01 {
  margin-bottom: 51px;
}

#p_video #s_vd05 .hgroup01-tag {
  text-align: center;
  margin-bottom: 85px;
}

#p_video #s_vd05 .hgroup01-tag span {
  display: inline-block;
  color: #fff;
  background-color: #2551AA;
  padding: 12px 50px 12px 50px;
  border-radius: 40px;
  position: relative;
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#p_video #s_vd05 .hgroup01-tag span:after {
  background: url(../video/images/arr05.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -22px;
  width: 54px;
  height: 23px;
  z-index: 1;
  margin: 0 auto;
}

#p_video #s_vd05 .hgroup01-txt01 {
  text-align: center;
  font-size: 36px;
  line-height: 1.80556;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#p_video #s_vd05 .hgroup01-txt01 .inner {
  font-size: 36px;
  line-height: 1.80556;
  letter-spacing: 0.01em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 20px 0 30px;
}

#p_video #s_vd05 .hgroup01-txt01 .inner:after {
  background: url(../video/images/line06.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 15px;
  width: 19px;
  height: 30px;
  z-index: 1;
}

#p_video #s_vd05 .hgroup01-txt01 .inner:before {
  background: url(../video/images/line06_r.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  right: 0;
  bottom: 15px;
  width: 19px;
  height: 30px;
  z-index: 1;
}

#p_video #s_vd05 .hgroup01-txt01 .is-blue01 {
  color: #2551AA;
  font-size: 42px;
  line-height: 1.54762;
  letter-spacing: 0.05em;
  font-weight: bold;
}

#p_video #s_vd05 .desc01 {
  font-size: 24px;
  line-height: 1.41667;
  letter-spacing: 0.02em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 38px;
}

#p_video #s_vd05 .list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

#p_video #s_vd05 .list01 li {
  box-sizing: border-box;
}

#p_video #s_vd05 .list01 li .pic01 {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 28px 0 0;
}

#p_video #s_vd05 .list01 li .pic01 img {
  width: 100%;
}

#p_video #s_vd05 .list01 li:last-child {
  margin-bottom: 0;
}

#p_video #s_vd05 .list01 li .vd01 {
  margin: -65px 0 0 35.1%;
  position: relative;
  z-index: 14;
}

#p_video #s_vd05 .list01 li .vd01 iframe,
#p_video #s_vd05 .list01 li .vd01 img {
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd05 .list01 li {
    width: 30%;
    margin: 0 5% 46px 0;
  }

  #p_video #s_vd05 .list01 li:nth-child(3n),
  #p_video #s_vd05 .list01 li:last-child {
    margin-right: 0;
  }
}

/* ========== end △ */
#p_video #s_vd05 .global-contact01 {
  margin: 55px 0 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video #s_vd05 {
    margin: -95px 0 0;
    position: relative;
    overflow: hidden;
  }

  #p_video #s_vd05 .s_vd05-inner:before {
    top: 30px;
    height: 1500px;
    width: 1500px;
    border-radius: 1500px 1500px 0 0;
  }

  #p_video #s_vd05 .s_vd05-inner:after {
    left: 0;
    top: 80px;
    right: 0;
    bottom: 0;
  }

  #p_video #s_vd05 .hgroup01 {
    margin-bottom: 20px;
  }

  #p_video #s_vd05 .hgroup01-tag {
    text-align: center;
    margin-bottom: 29px;
  }

  #p_video #s_vd05 .hgroup01-tag span {
    padding: 5px 25px 5px 25px;
    border-radius: 40px;
    position: relative;
    font-size: 24px;
    line-height: 1.45833;
  }

  #p_video #s_vd05 .hgroup01-tag span:after {
    left: 0;
    right: 0;
    bottom: -22px;
    width: 54px;
    height: 23px;
  }

  #p_video #s_vd05 .hgroup01-txt01 {
    font-size: 24px;
    line-height: 1.79167;
  }

  #p_video #s_vd05 .hgroup01-txt01 .inner {
    font-size: 24px;
    line-height: 1.45833;
    padding: 0 32px 0 30px;
  }

  #p_video #s_vd05 .hgroup01-txt01 .inner:after {
    background: url(../video/images/line08.svg) repeat center center;
    background-size: 100% 100%;
    bottom: 10px;
    width: 45px;
    height: 71px;
  }

  #p_video #s_vd05 .hgroup01-txt01 .inner:before {
    background: url(../video/images/line08_r.svg) repeat center center;
    background-size: 100% 100%;
    bottom: 10px;
    width: 45px;
    height: 71px;
  }

  #p_video #s_vd05 .hgroup01-txt01 .is-blue01 {
    font-size: 29px;
    line-height: 1.2069;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd05 .hgroup01-txt01 .is-blue01 {
    font-size: 26px;
    line-height: 1.15385;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd05 .hgroup01-txt01 .is-blue01 {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd05 .desc01 {
    font-size: 18px;
    line-height: 1.38889;
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd05 .desc01 {
    font-size: 17px;
    line-height: 1.47059;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd05 .list01 li {
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  #p_video #s_vd05 .list01 li .pic01 {
    text-align: center;
    margin: 0 28px 0 0;
  }

  #p_video #s_vd05 .list01 li .pic01 img {
    width: 100%;
  }

  #p_video #s_vd05 .list01 li:last-child {
    margin-bottom: 0;
  }

  #p_video #s_vd05 .list01 li .vd01 {
    margin: -45px 0 0 30%;
  }

  #p_video #s_vd05 .global-contact01 {
    margin: 55px 0 0;
  }
}

/* ========== end △ */
#p_video #s_vd06 {
  position: relative;
  overflow: hidden;
  padding: 80px 0 20px;
}

#p_video #s_vd06 .wrap {
  position: relative;
  z-index: 115;
}

#p_video #s_vd06 .hgroup01 {
  margin-bottom: 22px;
}

#p_video #s_vd06 .hgroup01-txt01 {
  text-align: center;
}

#p_video #s_vd06 .hgroup01-txt01 .inner {
  font-size: 36px;
  line-height: 1.80556;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 27px 0 32px;
}

#p_video #s_vd06 .hgroup01-txt01 .inner:after {
  background: url(../video/images/line07.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  left: 0;
  bottom: 15px;
  width: 19px;
  height: 30px;
  z-index: 1;
}

#p_video #s_vd06 .hgroup01-txt01 .inner:before {
  background: url(../video/images/line07_r.svg) repeat center center;
  background-size: 100% 100%;
  position: absolute;
  content: "";
  right: 0;
  bottom: 15px;
  width: 19px;
  height: 30px;
  z-index: 1;
}

#p_video #s_vd06 .hgroup01-txt01 .is-blue01 {
  color: #2551AA;
}

#p_video #s_vd06 .desc01 {
  font-size: 24px;
  line-height: 1.41667;
  letter-spacing: 0.01em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 52px;
}

#p_video #s_vd06 .desc01 .is-blue01 {
  color: #2551AA;
  font-size: 28px;
  line-height: 1.64286;
  letter-spacing: 0.01em;
  font-weight: bold;
}

#p_video #s_vd06 .list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

#p_video #s_vd06 .list01 li {
  box-sizing: border-box;
  position: relative;
  z-index: 14;
}

#p_video #s_vd06 .list01 li:last-child {
  margin-bottom: 0;
}

#p_video #s_vd06 .list01 li .vd01 iframe,
#p_video #s_vd06 .list01 li .vd01 img {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd06 .list01 li {
    width: 31%;
    margin: 0 3.5% 46px 0;
  }

  #p_video #s_vd06 .list01 li:nth-child(3n),
  #p_video #s_vd06 .list01 li:last-child {
    margin-right: 0;
  }
}

/* ========== end △ */
#p_video #s_vd06 .sec-banner {
  text-align: center;
  margin: 20px 0 0;
}

#p_video #s_vd06 .sec-banner a {
  display: inline-block;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  #p_video #s_vd06 .sec-banner a:hover {
    opacity: 0.7;
  }
}

/* ========== end △ */
#p_video #s_vd06 .global-contact01 {
  margin: 68px 0 0;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  #p_video #s_vd06 {
    overflow: hidden;
    padding: 50px 0 20px;
  }

  #p_video #s_vd06 .hgroup01 {
    margin-bottom: 22px;
  }

  #p_video #s_vd06 .hgroup01-txt01 .inner {
    font-size: 29px;
    line-height: 1.2069;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  #p_video #s_vd06 .hgroup01-txt01 .inner {
    font-size: 26px;
    line-height: 1.15385;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  #p_video #s_vd06 .hgroup01-txt01 .inner {
    font-size: 24px;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 767px) {
  #p_video #s_vd06 .desc01 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.66667;
  }

  #p_video #s_vd06 .desc01 .is-blue01 {
    font-size: 20px;
    line-height: 1.5;
  }

  #p_video #s_vd06 .list01 li {
    width: 48.3%;
    margin: 0 2.4% 10px 0;
  }

  #p_video #s_vd06 .list01 li:nth-child(2n),
  #p_video #s_vd06 .list01 li:last-child {
    margin-right: 0;
  }

  #p_video #s_vd06 .list01 li .vd01 iframe,
  #p_video #s_vd06 .list01 li .vd01 img {
    width: 100%;
    height: 100%;
    border: 1px solid #707070;
  }

  #p_video #s_vd06 .sec-banner {
    margin: 30px 0 0;
  }

  #p_video #s_vd06 .global-contact01 {
    margin: 45px 0 0;
  }
}

/* ========== end △ */
#p_video #contact {
  display: none;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  footer {
    padding-bottom: 180px !important;
  }
}

/* ========== end △ */
.fix.fix-contact a {
  max-height: 99px;
}

.fix.fix-bnr-vd {
  transition: all 0.4s linear;
  position: fixed;
  right: -380px;
  z-index: 225;
  bottom: 140px;
  padding: 0;
  text-align: right;
  width: auto;
}

/* ▽ PC-TAB layout ========== */
@media print,
screen and (min-width: 768px) {
  .fix.fix-bnr-vd {
    right: -380px;
  }

  .fix.fix-bnr-vd.right {
    right: 0;
  }
}

/* ========== end △ */
.fix.fix-bnr-vd a {
  display: inline-block;
  height: auto !important;
  max-width: 275px;
  padding: 0;
  width: 100%;
  background: none;
}

.fix.fix-bnr-vd a img {
  max-width: 100%;
  display: block;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .fix.fix-bnr-vd {
    right: 0;
    left: 0;
    bottom: 105px;
    padding: 0;
    text-align: center;
    width: auto;
    background: none;
  }

  .fix.fix-bnr-vd a {
    max-width: 100%;
  }
}

/* ========== end △ */
.common-movie__overlay {
  z-index: 999998;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.common-movie__link {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.cm-video.frame01 .common-movie__open figure {
  position: relative;
}

.cm-video.frame01 .common-movie__open figure:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.22318%;
}

.cm-video.frame01 .common-movie__open figure>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cm-video.frame01 .common-movie__open figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cm-video.frame02 .common-movie__open figure {
  position: relative;
}

.cm-video.frame02 .common-movie__open figure:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.30027%;
}

.cm-video.frame02 .common-movie__open figure>.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cm-video.frame02 .common-movie__open figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .cm-video.frame02 .common-movie__open figure::after {
    width: 45px;
    height: 33px;
  }
}

/* ========== end △ */
.cm-video .common-movie__open {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.cm-video .common-movie__open figure::after {
  content: '';
  display: inline-block;
  width: 65px;
  height: 47px;
  background: url(../common_img/icon_play.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.cm-video .common-movie__open img {
  width: 100%;
  height: auto;
}

.common-movie__close {
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.common-movie__close::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../common_img/close_icon.png) no-repeat left center/25px;
  margin-right: 5px;
}

.common-movie__content {
  z-index: 999999;
  display: none;
  position: fixed;
}

.common-movie__content iframe {
  width: 800px;
  height: 450px;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {

  .common-movie__close,
  .common-movie__open {
    cursor: auto;
  }

  .common-movie__ttl {
    font-size: 22px;
    line-height: 1.3;
  }

  .common-movie__link {
    width: 100%;
  }

  .common-movie__open::after {
    width: 180px;
    height: 100px;
    background-size: 180px;
  }

  .common-movie__content {
    width: 100%;
    text-align: center;
  }

  .common-movie__content iframe {
    width: 90%;
    height: 300px;
  }

  .common-movie__close {
    font-size: 18px;
    padding: 0 5%;
  }

  .common-movie__close::before {
    width: 18px;
    height: 18px;
    background-size: 18px;
  }
}

/* ========== end △ */

#p_video .cm-banner-right {
  display: none;
}


/*-----------------------------------------------
c_page_intro
-----------------------------------------------*/
.c_page_intro .container {
  display: block !important;
  text-align: left !important;
  padding: 30px 0;
}
.c_page_intro.c_page_intro--pattern_1 {
  background-color: #ffead1 !important;
  /* padding: 40px 0 60px;  */
}
.c_page_intro .fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
 }
.c_page_intro .fbox .left {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-direction: column;
  /* padding-top: 20px; */
  padding-right: 30px;
}
.c_page_intro .fbox .left:not(:has(+ .right)) {
  padding-right: 0;
}
.c_page_intro .fbox .left .intro_title {
  font-size: 32px;
  line-height: 53.5px;
  text-align: left !important;
}
.c_page_intro .fbox .left .intro_title .highlight {
  color: #009fb7;
}

.c_page_intro .fbox .left .intro_list {
  margin-top: 20px;
  display: block !important;
}
.c_page_intro .fbox .left .intro_list .intro_list_item {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
}

.c_page_intro .fbox .left .intro_list .intro_list_item + .intro_list_item {
  margin-top: 10px;
}

.c_page_intro .fbox .right {
  flex-shrink: 0;
}

@media only screen and (max-width: 639px)  {
  .c_page_intro .fbox {
    flex-wrap: wrap;
    justify-content: center;
   }
  
  .c_page_intro .fbox .left {
    align-items: stretch !important;
    margin-bottom: 20px;
    padding-right: 0;
  }  

  .c_page_intro .fbox .left .intro_title {
    text-align: center;
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 3.57143%;
    text-align: center !important;
  }
  .c_page_intro .fbox .left .intro_list .intro_list_item {
    width: 100% !important;
  }
  .c_page_intro .fbox .right {
    max-width: 100%;
  }
}