@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
html, body {
  scroll-behavior: smooth;
}
.frame_2c {
  max-width: 1000px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 auto;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
  position: relative;
}
.frame_1c {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: bold;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  .sponly {
    display: none;
  }
}
@media (max-width: 768px) {
  .pconly {
    display: none;
  }
}
.blueBG {
  background: #f5f7fc;
}
.greyBG {
  background: #f8f8f8;
}
.top_main {
  width: 100%;
  text-align: center;
}
.top_main img {
  width: 100%;
  height: auto;
}
.frame_wrap {
  width: calc(100% - 40px);
  margin: 30px 20px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1000px) {
  .frame_wrap {
    padding: 5px;
    margin: 30px 0px;
    width: calc(100%);
  }
}
.txcenter, .txcenter p {
  text-align: center;
}
@media (max-width: 768px) {
  .sptxcenter, .sptxcenter p {
    text-align: center;
  }
}
.select_section .box p {
  font-size: 90%;
}
.border_b::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cbcbcb;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.border_b {
  padding-bottom: 40px;
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.flexbox .box {
  box-sizing: border-box !important;
  position: relative;
}
.flexbox .box25 {
  width: 25%;
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box40 {
  width: 40%;
}
.flexbox .box50 {
  width: 50%;
}
.flexbox .box60 {
  width: 60%;
}
.flexbox .box70 {
  width: 70%;
}
.flexbox .box80 {
  width: 80%;
}
.pad20 {
  padding: 20px;
}
.pad40 {
  padding: 40px;
}
@media (max-width: 768px) {
  .flexbox .spbox100 {
    width: 100%;
  }
}
.btn_parts {
  margin: 20px auto;
}
.btn_parts a {
  border-radius: 30px;
  display: block;
  cursor: pointer;
  padding: 20px 27px;
  font-weight: bold;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  max-width: 330px;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .left a {
    margin: 10px 0px !important;
  }
}
.btn_blue a {
  background: url("/hojin/it/img4/arrow_r.png") no-repeat right 10px center/17px 23px #2557a0;
  border: 1px solid #2557a0;
  color: #fff;
}
.btn_blue a:hover {
  background: url("/hojin/it/img4/arrow_b_r.png") no-repeat right 10px center/17px 23px #fff;
  color: #2557a0;
}
.btn_skyblue a {
  background: url("/hojin/it/img4/arrow_r.png") no-repeat right 10px center/17px 23px #28a9cc;
  border: 1px solid #28a9cc;
  color: #fff;
}
.btn_skyblue a:hover {
  background: url("/hojin/it/img4/arrow_s_r.png") no-repeat right 10px center/17px 23px #fff;
  color: #28a9cc;
}
.btn_tranceparent a {
  background: url("/hojin/it/img4/arrow_b_r.png") no-repeat right 10px center/17px 23px;
  border: 1px solid #2557a0;
  color: #2557a0;
}
.btn_tranceparent a:hover {
  background: url("/hojin/it/img4/arrow_r.png") no-repeat right 10px center/17px 23px #2557a0;
  color: #fff;
}
ul.it_service li .btn_tranceparent a {
  background: none;
  border: 1px solid #008F79;
  color: #000;
  padding: 10px 17px;
}
ul.it_service li .btn_tranceparent a:hover {
  background: #008F79;
  color: #fff;
}
.section2 {
  background: url("/hojin/it/img4/section1_bg.jpg") no-repeat right center/auto 100%;
  margin-bottom: 50px;
}
p.sec_ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #2557a0;
  font-size: 34px;
}
p.inquiry_ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #2557a0;
  font-size: 24px;
}
@media (max-width: 768px) {
  .section2 {
    background: none;
  }
  .section2 p {
    text-align: center;
  }
  p.sec_ttl {
    font-size: 24px;
  }
  p.inquiry_ttl {
    font-size: 16px;
  }
}
p.ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  position: relative;
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
  color: #2557a0;
  z-index: 2;
}
@media (max-width: 768px) {
  p.ttl {
    font-size: 24px;
  }
}
p.ttl::after {
  content: "";
  height: 10px;
  width: 50px;
  background: #cefbff;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}
.shadow {
  box-shadow: 0px 0px 6px #919191;
  background: #fff;
  padding: 20px 10px;
  border-radius: 10px;
  margin: 40px 0px 20px;
  position: relative;
  display: block;
}
.shadow ul {
  margin: 30px 0px;
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.shadow ul li {
  width: 33.33%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .shadow ul li {
    width: 50%;
    font-size: 80%;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .shadow ul li + li::before {
    content: "";
    position: absolute;
    height: 80%;
    left: 0;
    background: #cbcbcb;
    width: 1px;
    top: 10%;
  }
}
.shadow ul li p {
  padding-top: 10px;
}
.shadow ul li img {
  max-width: 60%;
  margin: 0 auto;
}
ul.change {
  display: flex;
  margin: 30px 0px;
  list-style: none;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
}
ul.change li {
  list-style: none;
  width: 25%;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
ul.change li + li {
  border-left: 1px solid #cbcbcb;
}
ul.change li img {
  width: 90%;
}
ul.change li:nth-child(1).active {
  border-top: 5px solid #2557a0;
}
ul.change li:nth-child(2).active {
  border-top: 5px solid #999933;
}
ul.change li:nth-child(3).active {
  border-top: 5px solid #00C1A1;
}
ul.change li:nth-child(4).active {
  border-top: 5px solid #aa80aa;
}
@media (min-width: 768px) {
  .readmore, .read_close {
    position: relative;
    text-align: center;
    padding: 20px 27px;
    background-color: #f1f4f8;
    border: 1px solid #f1f4f8;
    border-radius: 35px;
    cursor: pointer;
    margin: 20px auto;
    max-width: 330px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .readmore:hover, .read_close:hover {
    background: #fff;
    border: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .readmore, .read_close {
    position: relative;
    text-align: center;
    padding: 10px 27px 10px 0px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    cursor: pointer;
    margin: 20px auto;
    width: 100%;
  }
}
.readmore::after {
  content: '詳しく見る';
  display: inline-block;
}
.readmore::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transform: rotate(135deg);
}
.no_moreread::after {
  content: 'を閉じる';
  display: inline-block;
}
.no_moreread::before {
  transform: rotate(-45deg) !important;
}
.read_close::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transform: rotate(-45deg);
}
.detail {
  display: none;
}
.spcompare_wrap {
  overflow-x: scroll;
}
.spcompare {
  width: 250vw;
  display: flex;
}
.compare_head {
  width: 50vw;
  position: sticky;
  left: 0;
}
.compare_box {
  width: 50vw;
}
.sample_table {
  text-align: center;
  white-space: nowrap;
  position: relative;
}
.spcompare .compare_head {
  position: sticky;
  width: 50vw;
  left: 0;
  z-index: 2;
  background: #fff;
}
.spcompare .compare_box {
  width: 50vw;
  padding: 0;
  margin: 0;
  position: relative;
}
.spcompare .compare_box img {
  z-index: -1;
  position: relative;
}
.compare_head::after {
  width: 1px;
  height: 100%;
  content: "";
  background: #ccc;
  position: absolute;
  right: 0;
  top: 0;
}
span.mini {
  font-weight: normal;
  color: #666;
  font-size: 80%;
}
.experience {
  align-items: flex-end;
}
.experience .box50:nth-of-type(2) img {
  width: 86%;
  margin: 0 7%;
}
.bubble {
  display: inline-block;
  margin: 10px 0;
  padding: 10px 20px;
  color: #2557a0;
  background: #FFF;
  border: solid 3px #2557a0;
  box-sizing: border-box;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.bubble:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.bubble:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #2557a0;
  z-index: 1;
}
.round {
  position: absolute;
  background: #fff;
  left: 50%;
  box-sizing: border-box;
  line-height: 80px;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 0;
  z-index: 1;
  margin-left: -150px;
  font-size: 12px;
  color: #2557a0;
}
.question {
  width: 90%;
  margin: 20px 5%;
  border: 1px solid #2557a0;
  border-radius: 10px;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
  background: url("/hojin/it/img4/arrow_d.png") no-repeat right 10px top 18px/26px 26px;
}
.round + .question {
  margin-top: 50px;
}
.question_close {
  background: url("/hojin/it/img4/arrow_t.png") no-repeat right 0px top -2px/26px 26px;
}
.question p:nth-child(1) {
  margin: 0;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
.question p:nth-child(2) {
  display: none;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.link a {
  text-decoration: none;
  color: #1a1a1a;
  position: relative;
}
.link a::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  background: #1a1a1a;
  bottom: 0px;
  left: 50%;
  margin-left: -40px;
}
.shadow ul li .btn_parts a {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin-left: 5%;
}
.shadow ul li .btn_parts:before {
  content: "";
  padding-top: 60px;
  display: block;
}
.inquiry {
  position: relative;
  margin-top: 50px;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.phone_box {
  background: #fff;
  border: 1px solid #2557a0;
  border-radius: 10px;
  padding: 20px 10px;
  margin: 30px 0px;
}
.phone_box .box {
  padding: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .phone_box {
    padding: 10px;
  }
  .phone_box .box {
    padding: 10px;
    position: relative;
  }
  .phone_box img {
    max-width: 70%;
  }
}
.phone_box .box:first-child::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 1px;
  background: #2557a0;
  right: 0;
}
.tel_sup {
  font-size: 48px;
  text-decoration: none !important;
  margin: 0px;
}
.tel_sup span {
  font-size: 24px;
  padding-right: 20px;
}
.tel_sup2 {
  font-size: 34px;
  text-decoration: none !important;
  margin: 0px;
  position: relative;
  display: block;
}
.tel_sup2 span {
  font-size: 24px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .phone_box .box:first-child::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    width: 100%;
    background: #2557a0;
    left: 0;
    top: auto;
  }
  .tel_sup {
    font-size: 30px;
  }
  .tel_sup span {
    font-size: 16px;
    padding-right: 5px;
  }
  .tel_sup2 {
    font-size: 24px;
  }
  .tel_sup2 span {
    font-size: 16px;
    padding-right: 5px;
  }
}
.tel_sup2::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #2557a0;
  left: 0;
  top: 0;
}
p.info_ttl {
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  font-size: 34px;
  margin-bottom: 20px;
  color: #008F79;
  padding-left: 20px;
  font-weight: 700;
}
p.info_ttl::before {
  content: "";
  left: 0;
  width: 10px;
  background: #008F79;
  position: absolute;
  height: 60%;
  top: 20%;
}
@media (max-width: 768px) {
  p.info_ttl {
    font-size: 24px;
  }
}
dl.info {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: top;
  border-bottom: 1px solid #ccc;
}
dl.info dt {
  width: 25%;
  text-align: center;
  padding: 20px 5px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
}
dl.info dd {
  width: 75%;
  text-align: left;
  padding: 20px 40px 20px 5px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  background: url("/hojin/it/img4/arrow_g_r.png") no-repeat right 2px top 20px/17px 23px;
}
dl.info dd span {
  background: #008F79;
  color: #fff;
  padding: 2px 5px;
}
dl.info dd a {
  padding-left: 30px;
  position: relative;
  text-decoration: none !important;
  color: #1a1a1a;
}
dl.info dd a[href$=".pdf"]:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background: url(/hojin/it/img4/pdf.png) no-repeat left bottom/16px 20px;
  left: 10px;
}
a.pre_notice {
  background: url("/hojin/it/img4/arrow_g_r.png") no-repeat left center/17px 23px;
  padding: 10px 20px;
  margin: 10px 0px;
  display: block;
  text-decoration: none !important;
  color: #1a1a1a;
}
.to_top {
  margin: 50px auto;
  position: relative;
}
.to_top::after {
  content: "";
  border-radius: 50%;
  width: 70px;
  height: 70px;
  background: url("/hojin/it/img4/arrow_t.png") no-repeat center center/30px 30px #003abb;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  z-index: 1;
}
.to_top a {
  position: relative;
  margin: 50px auto;
  padding-top: 120px;
  width: 100px;
  text-decoration: none !important;
  text-align: center;
  color: #2557a0;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: block;
  z-index: 2;
}
.it_top {
  background: url("/hojin/it/img4/it_top_bg.jpg") right center/auto 100% no-repeat #fff;
  padding: 50px 0px;
}
.it_top img {
  width: 400px;
  max-width: 70%;
}
ul.it_select {
  list-style: none;
  padding: 0;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
ul.it_select li {
  position: relative;
  width: 32%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  ul.it_select li {
    position: relative;
    width: 48%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
ul.it_select li a {
  background: #f7f7f7;
  padding: 5px;
  color: #008F79;
  border: 1px solid #008F79;
  width: 100%;
  display: block;
  height: 80px;
}
ul.it_select li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 20px);
}
ul.it_select li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #008F79;
  border-right: 2px solid #008F79;
  transform: rotate(45deg);
}
ul.it_select li a:hover {
  background: #008F79;
  color: #fff;
}
ul.it_select li a:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.style_red h2 {
  font-weight: bold;
  color: #008F79;
  border-bottom: 2px solid #008F79;
  font-size: 28px;
}
ul.it_service {
  display: flex;
  flex-wrap: wrap;
}
ul.it_service li {
  position: relative;
  width: 33.33%;
  box-sizing: border-box;
  padding: 15px;
  margin-bottom: 20px;
}
ul.it_service li .btn_parts a {
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  left: 15px;
}
ul.it_service li .btn_parts:before {
  content: "";
  padding-top: 30px;
  display: block;
}
@media (min-width: 768px) {
  ul.it_service li + li::before {
    content: "";
    position: absolute;
    height: 80%;
    left: 0;
    background: #cbcbcb;
    width: 1px;
    top: 10%;
  }
  ul.it_service li:nth-child(3n+1)::before {
    content: none;
  }
}
@media (max-width: 768px) {
  ul.it_service li {
    position: relative;
    width: 48%;
  }
}
.ttlsection {
  max-width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 15px;
}
.ttlsection p {
  margin: 10px;
}
p.left_ttl {
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  font-size: 34px;
  margin-bottom: 20px;
  color: #2557a0;
  padding-left: 20px;
  font-weight: 700;
}
p.left_ttl::before {
  content: "";
  left: 0;
  width: 10px;
  background: #2557a0;
  position: absolute;
  height: 60%;
  top: 20%;
}
@media (max-width: 768px) {
  p.left_ttl {
    font-size: 24px;
  }
}
p.warning a {
  border: 1px solid #008F79;
  padding: 10px 20px;
  text-align: center;
  background: url("/hojin/it/img4/arrow_r_r.png") no-repeat right 5px center/17px 23px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  color: #008F79;
  text-decoration: none;
  border-radius: 10px;
}
p.warning a:hover {
  color: #fff;
  background: url("/hojin/it/img4/arrow_r.png") no-repeat right 5px center/17px 23px #008F79;
}
ul.plan_select {
  list-style: none;
  padding: 0;
  margin: 50px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
ul.plan_select li {
  position: relative;
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  ul.plan_select li {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
}
ul.plan_select li a {
  padding: 5px;
  color: #2557a0;
  border: 1px solid #2557a0;
  width: 100%;
  display: block;
  height: 80px;
}
ul.plan_select li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(100% - 20px);
}
ul.plan_select li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #2557a0;
  border-right: 2px solid #2557a0;
  transform: rotate(45deg);
}
ul.plan_select li a:hover {
  background: #2557a0;
  color: #fff;
}
ul.plan_select li a:hover::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
p.numbering {
  color: #666666;
  font-size: 24px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
p.numbering::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background: #2557a0;
  bottom: -10px;
  left: 0;
}
@media (max-width: 768px) {
  p.numbering {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .frame_2c_flex {
    display: flex;
    position: relative;
    width: 100%;
  }
  .frame_2c_left {
    padding: 10px;
    box-sizing: border-box;
    width: 24%;
  }
  .frame_2c_right {
    width: 76%;
    padding: 10px;
    box-sizing: border-box;
  }
  .frame_2c_left p.sec_ttl {
    border-bottom: 1px solid #2557a0;
    text-align: center;
    margin: 0;
  }
  .sticky_contents {
    position: sticky;
    top: 0;
  }
  ul.sub_menu {
    margin: 40px 0px;
    padding: 0;
    list-style: none;
  }
  ul.sub_menu li {
    width: 100%;
    position: relative;
    margin-bottom: 5px;
  }
  ul.sub_menu li a {
    padding: 10px 0px 10px 40px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 100%;
    color: #000;
    text-decoration: none;
    position: relative;
  }
  ul.sub_menu li a:hover {
    color: #fff;
    background: #2557a0;
  }
  ul.sub_menu li a::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  ul.sub_menu li:nth-child(1) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top/40px 400px;
  }
  ul.sub_menu li:nth-child(1) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top/40px 400px;
  }
  ul.sub_menu li:nth-child(2) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -40px/40px 400px;
  }
  ul.sub_menu li:nth-child(2) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -40px/40px 400px;
  }
  ul.sub_menu li:nth-child(3) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -80px/40px 400px;
  }
  ul.sub_menu li:nth-child(3) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -80px/40px 400px;
  }
  ul.sub_menu li:nth-child(4) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -120px/40px 400px;
  }
  ul.sub_menu li:nth-child(4) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -120px/40px 400px;
  }
  ul.sub_menu li:nth-child(5) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -160px/40px 400px;
  }
  ul.sub_menu li:nth-child(5) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -160px/40px 400px;
  }
  ul.sub_menu li:nth-child(6) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -200px/40px 400px;
  }
  ul.sub_menu li:nth-child(6) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -200px/40px 400px;
  }
  ul.sub_menu li:nth-child(7) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -240px/40px 400px;
  }
  ul.sub_menu li:nth-child(7) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -240px/40px 400px;
  }
  ul.sub_menu li:nth-child(8) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -280px/40px 400px;
  }
  ul.sub_menu li:nth-child(8) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -280px/40px 400px;
  }
  ul.sub_menu li:nth-child(9) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -320px/40px 400px;
  }
  ul.sub_menu li:nth-child(9) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -320px/40px 400px;
  }
  ul.sub_menu li:nth-child(10) a::before {
    background: url("/hojin/it/img4/submenu.png") no-repeat left top -360px/40px 400px;
  }
  ul.sub_menu li:nth-child(10) a:hover::before {
    background: url("/hojin/it/img4/submenu_w.png") no-repeat left top -360px/40px 400px;
  }
}
@media (max-width: 1000px) {
  .frame_2c_left {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 3;
  }
  .frame_2c_left .sec_ttl {
    display: none;
  }
  .sticky_contents {
    overflow: scroll;
    box-shadow: 0px 0px 6px #919191;
    background: #fff;
  }
  ul.sub_menu {
    margin: 0;
    list-style: none;
    background: #fff;
    display: flex;
  }
  ul.sub_menu li {
    white-space: nowrap;
    background: #fff;
  }
  ul.sub_menu li a {
    display: block;
    padding: 15px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #f5f7fc;
    color: #000;
    text-decoration: none;
  }
  ul.sub_menu li br {
    display: none;
  }
  .frame_2c_right {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}

/*/hojin/index.html用の追加CSSとなります*/
.round_frame {
  border: 1px solid #008F79;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin: 10px 0px 20px;
}
.round_frame .flexbox {
  align-items: stretch;
}
.round_frame .flexbox .box {
  padding: 0px 10px;
  position: relative;
}
.round_frame .flexbox .box h3 a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #000;
  background: url("/hojin/it/img4/arrow_r_r.png") right center no-repeat;
  border-bottom: 1px solid #008F79;
  padding: 0px 20px 5px 0px;
}
.round_frame .flexbox .pink {
  padding: 10px;
  box-sizing: border-box;
  background: #EAF9F7;
  width: calc(100% - 20px);
}
.round_frame .flexbox .pink:before {
  content: "おすすめ";
  position: absolute;
  left: 0px;
  top: -15px;
  background: #008F79;
  color: #fff;
  padding: 2px 17px;
  display: block;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.round_frame .flexbox .pink ul li {
  width: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  margin: 3px;
    font-weight: normal;
}
.round_frame .flexbox .pink ul li a {
  border-bottom: 1px solid #008F79;
  color: #000;
}
.round_frame .flexbox .pink ul li:before {
  content: "";
  background: url("/hojin/it/img4/arrow_r.png") left 5px center/10px 14px no-repeat #008F79;
  position: absolute;
  border-radius: 50%;
  padding: 2px;
  left: 0;
  width: 20px;
  height: 20px;
}
.round_frame .box40::before {
  content: "";
  display: block;
  padding-top: calc(((5 / 6) * 100%));
}
.round_frame:nth-child(1) .box40 {
  background: url("/hojin/it/img4/hojin_1.jpg") center center/cover;
}
.round_frame:nth-child(2) .box40 {
  background: url("/hojin/it/img4/hojin_2.jpg") center center/cover;
}
.round_frame:nth-child(3) .box40 {
  background: url("/hojin/it/img4/hojin_3.jpg") center center/cover;
}
@media (min-width: 768px) {
  .round_frame .flexbox .pink {
    position: absolute;
    bottom: 0px;
    height: 120px;
    display: block;
  }
  .round_frame .flexbox .pink ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .round_frame {
    padding: 0px 0px 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
  .round_frame .box40::before {
    content: "";
    display: block;
    padding-top: calc(((1 / 3) * 100%));
  }
  .round_frame .flexbox .pink {
    position: relative;
    margin-top: 20px;
    width: 100%;
  }
  .round_frame .box60 {
    margin: 10px;
  }
  .round_frame .flexbox .pink ul li:before {
    left: 10px;
  }
  .round_frame .flexbox .box h3 a {
    font-size: 14px;
  }
}


