

@charset "UTF-8";
/**
* #column
 */

/*
brown
100% - #462b24
50% - #a39592
30% - #c8c0be
15% - #e3dfde
10% - #edeaea

red
#CE3C35;
*/

@font-face {
 font-family: 'roboto';
 src: url(../fonts/Roboto/Roboto-Bold.ttf) format('truetype');
 font-weight: 700;
 font-display: swap;
}

.u-font-mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-column-static a {
  color: #462b24;
}
.p-column-static a:visited {
  color: #462b24;  
}

.p-heading-title {
  font-size: 1.6rem;
  background: #e3dfde;
  color: #462b24;
  border-left: none;
  border-radius: 0.5rem;
  text-shadow: 0 1px 0 #fff;
  position: relative;
}
.p-heading-title.-new::after {
  content: "\e965";
  font-family: 'ssicon' !important;
  color: #e95f59;
  font-size: 3rem;
  position: absolute;
  top: -2rem;
  left: -1rem;
}
h2.column-title {
  color: #462b24;
  background: none;
  font-size: 2rem;
  padding: 3.6rem 1rem 3rem;
  margin: 0 0 1rem;
  border-top: 1px solid #462b24;
}

.point-box{
  background: #faeceb;
  border: 1px solid #f0c5c3;
  text-shadow: 0 1px 0 #fff;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
  font-size: 1.6rem;
}
.point-box h4.point-box-lead {
  color: #CE3C35;
  margin: 0 0 1.4rem 0;
  border-bottom: 1px solid #f0c5c3;
  padding: 0 0 0.8rem 0;
}
.point-box h5.point-box-sublead {
  font-size: 1.3rem;
  margin: 0;
  padding: 0;
  background: #CE3C35;
  color: #fff;
  text-shadow: none;
  padding: 0.6rem 0.6rem 0.3rem 0.9rem;
  margin: 1rem 0;
}
.point-box-bold{
  font-size: 1.6rem; 
  font-weight:bold;
}
.point-box.-check ul li {
  margin: 0 0 0 2rem;
  text-indent: -2.4rem;
}
.point-box.-check ul li::before {
  content: "\e905";
  font-family: "ssicon";
  padding: 0 0.6rem;
  font-size: 1.2rem;
  color: #CE3C35;
}
.point-box ul li:not(:last-child){
  padding: 0 0 0.6rem;
}
.point-box.-decimal ul {
  margin: 0 0 0 2rem;
}
.point-box.-decimal ul li {
  list-style-type: decimal;
}
.point-box.-decimal ul li::before {
  content: none;
}


input[type=checkbox]:checked ~ #overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.6);}

.window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 99vw;
  max-width: 360px;
  padding: 3px;
  height: 400px;
  background-color: transparent;
  border-radius: 4px;
  align-items: center;
  transform: translate(-50%, -50%);
}

.close {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 30px;
  cursor:pointer;
  color:#fff;
}

.search-start-btn {
  display: block;
  background-color: #00afc0;
  color: #fff;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.p-searchtop_ttl{
  color:#fff;
  background-color: #00afc0;
  padding: 10px 15px;
  margin: 40px 0 0;
}

.p-searchtop_tab_area_wrapper {
  width: 100%;
  padding: 4% 2% 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #F8F3ED;
}

.p-searchtop_tab_area_box {
  margin: 0 0.5rem 1rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  width: 15.7rem;
  height: 6rem;
  background: #fff;
  border: 1px solid #00afc0;
  cursor: pointer;
  position: relative;
  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-searchtop_tab_area_box a {
 text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1rem;
  color: #444;
  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-searchtop_tab_area_box::after {
  display: block;
  content: "";
  position: absolute;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #00afc0;
  border-right: solid 2px #00afc0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*登録ボタン*/

.balloon-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.balloon {
  position: relative;
  display: inline-block;
  margin-bottom: -10px;
  padding: 7px 20px;
  max-width: 320px;
  color: #E95F59;
  font-size: 16px;
  font-weight: 700;
  background: #ffffff;
  border: 3px solid #E95F59;
  box-sizing: border-box;
  border-radius: 23px;
  z-index: 3;
}

.balloon::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}

.balloon:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 12px solid #E95F59;
  z-index: 1;
}

.balloon p {
  margin: 0;
  padding: 0;
}

.post-content p {
  margin: 1em 0.4em;
  text-align: justify;
}
  .post-content p.img-place {
    text-align: center;
  }
  .post-content p.img-place small {
    margin-top: 1rem;
    display: inline-block;
  }
  .post-content p small {
    font-size: 1.1rem;
  }

.u-btn-b > a{
  padding-top: 18px;
  padding-bottom: 18px;
}

.u-btn-b.-red > a {
  border: 3px solid #e95f59;
  position:relative;
  color: #fff;
}

.u-btn-b.-red > a:hover {
  background: #fff268;
  border: 3px solid #e95f59;
}
.u-btn-b.-red > a:after {
  position: absolute;
  content: "\e903";
  display: block;
  font-family: 'ssicon' !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 1.5rem;
  font-size: 3.5rem;
  right: -0.8rem;
  top: 50%;
  -webkit-transform: translate(0, -92%);
  transform: translate(0%, -92%);
  left: auto;
}
.u-btn-b.-red > a:hover:after {color:#e95f59;}

.skew {
  transform: skewX(-10deg);
  display: inline-block;
}
.onepoint-container{display: flex; margin-bottom:10px;}
.onepoint-box img{margin: 5px 15px 0 0;}

.onepoint-title {
}

.onepoint {
  display: inline-block;
  padding: .1em 1em;
  margin-right:10px;
  color: #fff;
  background: #CE3C35;
}

.okishiki-box {
  width: 60%;
  min-width: 300px;
  margin: 4rem 20%;
  text-align: center;
}
.okishiki-box h5 {
  color:#fff;
  background:#CE3C35;
  padding: 1rem;
  border: 3px double #fff;
  border-radius: 1rem 1rem 0 0;
  font-size: 1.8rem;
  margin: 0;
  text-shadow: 0 2px 0 #902a25;
}
.okishiki-box .okishiki-box-answer {
  text-align: center;
  background-color: #efefef;
  padding: 1rem;
  border: 3px double #fff;
  font-size: 2rem;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0 2px 0 #fff;
  border-radius: 0 0 1rem 1rem;
}
.okishiki-box .okishiki-box-answer span {
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0 0.5rem;
}

/* 画像設定 */
p.img-place {
  margin: 0.5em 0 2em;
}

@media screen and (max-width:500px) { 
  .img-pricesheet{max-width: 100%; height: auto;}
}

@media screen and (min-width:769px) { 
.post-content .img-wrap{
  width:80%;
  margin:2em auto;}
}

.matome-link {
  margin-bottom: 4rem;
}
.matome-link li{
  display: inline-block !important;
  line-height:1.8;
  margin: 0 0 0.4rem !important;
}

.matome-link li a{
  padding: 0.6rem !important;
  border-radius: 5px;
  color: #fff;
  background: #CE3C35;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline !important;
  font-size: 1.3rem !important;
  border: none;
}
  .matome-link li a:hover{
    background-color: #462b24;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
  }
  .matome-link li a:visited {
    color: #fff;
  }

.p-heading_matome {
  color: #444444;
  border-left: 3px solid #444444;
  font-size: 1.8rem;
  padding: 1rem 1rem 1rem 1.5rem !important;
}

.arrow::before,
.arrow::after {
  display: none !important;
}

/* 目的を選択 */
/*まずは目的を選択*/
.p-howtoUse-select_ttl_wrapper {
  text-align: center;
}
.p-howtoUse-select_ttl {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  padding: 0 45px;
  margin:4rem 0 3rem;
}
.p-howtoUse-select_ttl_txt{
  margin: 0 0.5rem;
}
.p-howtoUse-select_ttl:before,.p-howtoUse-select_ttl:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 3px;
  background-color: #00afc0;
}
.p-howtoUse-select_ttl:before {
  left:0;
-webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.p-howtoUse-select_ttl:after {
  right: 0;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.p-howtoUse-select_ttl .u-ttl_big{
  color:#00afc0;
  font-size: 3.6rem;
}
.p-howtoUse-select_ttl .u-highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff268));
  background: linear-gradient(transparent 60%, #fff268 0%);
}
.p-howtoUse-select_box_wrapper{
  margin-bottom: 7rem;
}
.p-howtoUse-select_box.u-item-box-list{
  width: 23%;
  margin: 0 1.8rem 1.5rem 0;
  height: auto;
  font-size: 1.4rem;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.p-howtoUse-select_box.u-item-box-list a{
  display: block;
  text-decoration: none;
  color:#444;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #00afc0;
  border-radius: 0.5rem;
  padding: 3rem 0.5rem;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.p-howtoUse-select_box.u-item-box-list::before{
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #00afc0;
  border-bottom: 0.8rem solid #00afc0;
  pointer-events: none;
}
.p-howtoUse-select_box.u-item-box-list:last-child,
.p-howtoUse-select_box.u-item-box-list:nth-child(3),
{
  margin-right: 0;
}
.p-howtoUse-select_box.u-item-box-list .u-ttl_big{
  font-size: 3.3rem;
  display: block;
  margin: 0;
  line-height: 1.5;
  color: #00afc0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}
.p-howtoUse-select_box.u-item-box-list:hover{
  background-color: #00afc0;
}
.p-howtoUse-select_box.u-item-box-list a:hover{
  color: #fff;
}
.p-howtoUse-select_box.u-item-box-list:hover .u-ttl_big{
  color: #fff;
}
.p-howtoUse-select_box.u-item-box-list:hover::before{
  border: 0.8rem solid transparent;
  border-right: 0.8rem solid #fff;
  border-bottom: 0.8rem solid #fff;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

/* 長文体験談用のアイコン*/
.icon-long{
  margin-right:1em;
}

/*個別cssから移植ここまで*/

/*メインコンテンツ_ここから*/
.p-column-static {
  /** for Recruite Link Banner**/ }
  .p-column-static .main-content {
    width: 740px;
    float: left; }
  .p-column-static .page-title,
  .p-column-static .content-title_01 {
    font-size: 18px;
    margin: 0 0 1em;
    font-weight: bold; }
  .p-column-static .content-title_01 {
    border-top: 2px solid #00afc0;
    border-bottom: 2px solid #00afc0;
    padding: 10px 5px; }
    .p-column-static .content-title_01 i {
      color: #00afc0; }
  .p-column-static .content-title {
    font-size: 19px;
    margin: 0 0 17px;
    font-weight: bold; }
  .p-column-static #sidebar {
    width: 320px;
    float: right;
    padding: 0 0 45px 0; }
    .p-column-static #sidebar .p-side__ttl.-mr {
      border-bottom: 1px solid #dfdbd8;
      margin-bottom: 10px; }

.p-column-static .titlebox {
  overflow: hidden;
  margin-bottom: 2rem; }
  .p-column-static .titlebox .title {
    padding: 10px 0;
    margin: 0 0 1rem;
    font-size: 2.4rem;
    font-weight: bold;}
  .p-column-static .titlebox .author {
    text-align: right;
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 0.5rem; }
  .p-column-static .titlebox .date {
    text-align: right;
    font-size: 1.2rem;
    margin: 0 0 1rem; }
  .p-column-static .taglist li {
    display: inline-block; }
    .p-column-static .taglist li a {
      display: block;
      border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      border: 1px solid #CE3C35;
      background: #CE3C35;
      color: #fff;
      text-align: center;
      padding: 0.4rem;
      line-height: 1;
      font-size: 1.2rem;
      text-decoration: none;
      margin-bottom: 4px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .p-column-static .taglist li a:hover {
        border: 1px solid #444;
        background-color: #444;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
  .p-column-static .titlebox .p-okibnr a img {
    width: 100%; 
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
    .p-column-static .titlebox .p-okibnr a:hover img {
      opacity: .7;
      -webkit-transition: .3s all ease;
      transition: .3s all ease; }

.p-column-static .textList {
  margin-bottom: 2rem; }
  .p-column-static .textList li {
    border-bottom: 1px solid #c8c0be;
    margin: 0;
    padding: 0; }
  .p-column-static .textList li a {
    padding: 1rem 1.5rem;
    font-weight: bold;
    text-decoration: none;
    display: block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .p-column-static .textList li a:hover {
    background: #edeaea;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .p-column-static .textList li .date {
    font-size: 1.1rem;
    font-weight: normal; }
  .p-column-static .textList li:last-child {
    margin-bottom: 0;
    border-bottom: none;}

.p-column-static .thumbList {
  margin-bottom: 30px; }
  .p-column-static .thumbList li {
    overflow: hidden;
    margin-bottom: 20px;
    display: flex; }
    .p-column-static .thumbList li:last-child {
      margin-bottom: 40px; }
  .p-column-static .thumbList .thumb {
    margin: 0 2rem 0 0;
    float: inherit; }
    .p-column-static .thumbList .thumb img {
      object-fit: cover;
      width: 80px; 
      height: 80px;
      border-radius: 0.5rem;
      margin-right: 0; }
  .p-column-static .thumbList .text {
    width: calc(100% - 10rem);
    float: left;
    text-align: justify; }
  .p-column-static .thumbList .text a {
    font-weight: bold;
    text-decoration: none;
    display: block;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .p-column-static .thumbList .text a:hover {
    background: #edeaea;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .p-column-static .thumbList .date {
    font-size: 1.1rem;
    font-weight: normal; }
  .p-column-static .thumbList:last-of-type {
    margin-bottom: 0; }

.p-column-static .dftDlList {
  margin: 0; }
  .p-column-static .dftDlList dt {
    font-weight: bold; }
  .p-column-static .dftDlList dd {
    margin-bottom: 15px; }
    .p-column-static .dftDlList dd:last-child {
      margin-bottom: 0; }

.p-column-static .numList {
  counter-reset: li; }
  .p-column-static .numList li {
    margin-bottom: 15px;
    padding-left: 38px;
    position: relative; }
    .p-column-static .numList li:before {
      content: counter(li);
      counter-increment: li;
      position: absolute;
      top: -4px;
      left: 0;
      width: 28px;
      height: 28px;
      line-height: 18px;
      padding: 5px 0;
      margin: 0;
      color: #fff;
      font-size: 14px;
      background: #00afc0;
      text-align: center;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }

.p-column-static .dotList li {
  margin-bottom: 5px; }
  .p-column-static .dotList li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #00afc0;
    position: relative;
    left: 0;
    top: -3px;
    margin-right: 8px; }

.p-column-static .title-h2 {
  border-left: none;
  color: #462b24;
  background: #edeaea;
  height: auto;
  padding: 1.4rem;
  margin: 2rem 0;
  font-weight: bold;
  font-size: 1.6rem; }
  .p-column-static .title-h2 .btnMore {
    float: right;
    font-weight: normal; }
  .p-column-static .title-h2 .number {
    font-size: 12px;
    font-weight: normal;
    float: right; }
  .p-column-static .title-h2 .btn-more a {
    font-size: 1.2rem;
    text-decoration: none;
    background: #462b24;
    color: #fff;
    position: relative;
    padding: 0.4rem 0.8rem 0.4rem 2.4rem;
    font-weight: bold;
    text-align: right;
    float: right;
    border-radius: 0.5rem;
    position: relative;
    top: -0.2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .p-column-static .title-h2 .btn-more a:hover {
      background: #CE3C35;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }

.p-column-static .blockquote {
  background-color: #f6f4ed;
  margin: 0 0 15px 0;
  padding: 30px;
  position: relative; }
  .p-column-static .blockquote:before,
  .p-column-static .blockquote:after {
    position: absolute;
    content: "“";
    color: #c3c3c3;
    font-size: 30px; }
  .p-column-static .blockquote:before {
    top: 5px;
    left: 15px; }
  .p-column-static .blockquote:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    -webkit-filter: FlipH;
            filter: FlipH;
    -ms-filter: "FlipH";
    bottom: -10px;
    right: 15px; }

.p-column-static .movieArea {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px; }
  .p-column-static .movieArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.p-column-static .borderBox {
  border: 1px solid #dfdbd8;
  margin-bottom: 15px;
  padding: 20px;
  overflow: hidden; }
  .p-column-static .borderBox .img {
    float: left;
    width: 260px;
    margin: 0 18px 0 0; }
  .p-column-static .borderBox .text {
    float: left;
    width: 280px; }

.p-column-static .pagingNav {
  display: flex;
  width: fit-content;
  margin: 0 auto 40px; }
  .p-column-static .pagingNav .prev {
    background: #00afc0;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 0.5rem 0 0 0.5rem;
    font-size: 0;
    }
  .p-column-static .pagingNav .next {
    background: #00afc0;
    color: #fff;
    width: 40px;
    text-align: center;
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 0;
    }
    .p-column-static .pagingNav .prev a,
    .p-column-static .pagingNav .next a {
      text-decoration: none;
      font-size: 0;
    }
    .p-column-static .pagingNav .prev a::after {
      content: "\e902";
      font-family: 'ssicon';
      font-size: 3rem;
      color: #fff;
    }
    .p-column-static .pagingNav .next a::after {
      content: "\e903";
      font-family: 'ssicon';
      font-size: 3rem;
      color: #fff;
    }
  .p-column-static .pagingNav ul {
    display: flex;
    text-align: center;
    margin: 0; }
    .p-column-static .pagingNav ul li {
      background: #00afc0; }
      .p-column-static .pagingNav ul li a {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
        text-decoration: none;
        padding: 0.2rem 0.8rem;
        margin: 10px 5px;
        color: #fff; }
        .p-column-static .pagingNav ul li a:hover {
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
          background-color: #fff;
          color: #168b92;
          font-weight: bold; }
      .p-column-static .pagingNav ul li.active a {
        background-color: #fff;
        color: #168b92; }
      .p-column-static .pagingNav ul li.dots {
        color: #00afc0; }

.p-readStatic--columns nav[aria-label="Page navigation"] {
  font-family: "Century Gothic", "Futura", sans-serif;
  display: flex;
  width: fit-content;
  margin: 0 auto 40px; }
.p-readStatic--columns nav[aria-label="Page navigation"] ul li:first-child,
.p-readStatic--columns nav[aria-label="Page navigation"] ul li:last-child {
  text-align: center;
  border-radius: 0.5rem 0 0 0.5rem;
}
.p-readStatic--columns nav[aria-label="Page navigation"] ul li:first-child a,
.p-readStatic--columns nav[aria-label="Page navigation"] ul li:last-child a {
  padding: 0.2rem;
}
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="Last"],
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="First"] {
  font-size: 0;
  margin: 0;
}
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="First"]::after {
  content: "\e987";
  font-family: 'ssicon';
  font-size: 3rem;
  padding: 0 0 0 0.2rem;
}
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="Last"]::after {
  content: "\e944";
  font-family: 'ssicon';
  font-size: 3rem;
  padding: 0 0.2rem 0 0;
}
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="Previous"],
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="Next"] {
  text-decoration: none;
  font-size: 0;
  margin: 0;
}
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="Previous"]::after {
  content: "\e902";
  font-family: 'ssicon';
  font-size: 3rem;
}
.p-readStatic--columns nav[aria-label="Page navigation"] a[aria-label="Next"]::after {
  content: "\e903";
  font-family: 'ssicon';
  font-size: 3rem;
}
.p-readStatic--columns nav[aria-label="Page navigation"] ul {
  display: flex;
  text-align: center;
  margin: 0; }
.p-readStatic--columns nav[aria-label="Page navigation"] ul li {
  background: #efefef; }
.p-readStatic--columns nav[aria-label="Page navigation"] ul li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #444;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 0.2rem 0.4rem;
  margin: 0 0.6rem;
  height: 50px;
  align-items: center;
  display: flex; }
.p-readStatic--columns nav[aria-label="Page navigation"] ul li a:hover {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00afc0; }
.p-readStatic--columns nav[aria-label="Page navigation"] ul li.active a {
  color: #00afc0;
  padding: 0.2rem 0.6rem;
  margin: 0 0.4rem;
  font-size: 1.8rem;
  font-weight: bold; }
.p-readStatic--columns nav[aria-label="Page navigation"] ul li.dots {
  color: #00afc0; }


.p-readStatic--columns .thumbList li .text a {
  color: #462b24;
  font-weight: bold;
}
  .p-readStatic--columns .thumbList li .text a:hover {
    color: #CE3C35;
  }
.p-readStatic--columns .thumbBox .sub-title {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.p-readStatic--columns .thumbBox .thumb {
  width: 100px;
  margin-right: 2rem;
  float: left;
}
.p-readStatic--columns .thumbBox p {
  font-size: 1.3rem;
}
.p-readStatic--columns .thumbBox .text .btn-more a {
  font-size: 1.2rem;
  text-decoration: none;
  background: #462b24;
  color: #fff;
  position: relative;
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  font-weight: bold;
  text-align: right;
  float: right;
  border-radius: 0.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .p-readStatic--columns .thumbBox .btn-more a:hover {
    background: #CE3C35;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

/*メインコンテンツ_ここまで*/


/*サイドコンテンツ_ここから*/

.p-side__ttl-icon {
  background: #462b24;
  border-radius: 0;
  padding: 0.75rem 1rem;
  margin: 0;
  font-size: 1.4rem;
}

.p-column-static .p-side--columnSearch .btn {
  border-radius: 0.5rem;
  border: none;
  height: 40px;
  width: 180px;
  margin: 0 auto;
  display: block;
  background-color: #462b24;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  }
  .p-column-static .p-side--columnSearch .btn:hover {
    background: #CE3C35;
    color: #fff;
    border: none;
  }

.p-side--series ul li a {
  font-weight: bold;
  text-decoration: none;
}
.p-side--series ul li .p-side-ttl--series {
  margin: 0 0 1rem;
  color: #462b24;
  background: #edeaea;
}
.p-side--series ul li .authordetail p a {
  display: block;
  color: #462b24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
  .p-side--series ul li .authordetail p a:hover {
    background: #edeaea;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-side--series ul li .authordetail p a span.date {
    font-weight: normal;
    font-size: 1.1rem;
  }

.c-select-wrap:after {
  border-top-color:#462b24;
}

.p-readStatic #sidebar .searchList li .btn {
  background: #CE3C35;
  border: 1px solid #CE3C35;
}
.p-readStatic #sidebar .searchList li .btn:hover {
  color: #CE3C35;
  background: #fff;
}
/*サイドコンテンツ_ここまで*/


.inner-heading {
  background-color: #e3dfde;
  min-height: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem 0.75rem 2.75rem;
  margin: 4rem 0 1rem;
  border-radius: 0.5rem;
  line-height: 1.4;
  text-shadow: 0 1px 0 #fff;
  text-align: justify;
}
.inner-heading::before {
  content: "✴";
  position: absolute;
  top: 0.9rem;
  left: 1rem;
}
.inner-heading.mark {
  padding: 5px 15px 5px 55px;
}
.inner-heading span {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-fill-available;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-lead{
  background: #edeaea;
  color: #462b24;
  font-weight: bold;
  font-size: 1.5rem; 
  padding: 1rem 0.5rem 1rem 1rem;
  border-radius: 0.5rem 0.5rem 0 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*著者*/
.author-box{
  margin: 25px 0;
  background: #fff;
  border: 1px solid #e3dfde;
  border-radius: 5px;
}
.author-box h3.author-box-title {
  background: #e3dfde;
  color: #462b24;  
  padding: 1.2rem 1.6rem;
  margin: 0;
  border-radius: 5px 5px 0 0;
  font-size: 1.4rem;
  text-shadow: 0 1px 0 #fff;
}
.author-box h3.author-box-title span {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
.author-box-inner {
  padding: 2rem;
}
.author-box-inner h4 {
  margin: 0;
}
.author-box-inner p {
  text-align: justify;
  font-size: 1.3rem;
  margin: 1em 0;
}
.author-box-inner p:last-child {
  margin: 1em 0 0;
}
.author-sns {
  display: flex;
}
.author-sns li {
  position: relative;
}
.author-sns li a.author-sns-badge {
  background: #462b24;  
  font-size: 1.1rem;
  color: #fff;
  padding: 0.3rem 0.6rem 0.3rem 2.4rem;
  border-radius: 0.5rem;
  margin: 0 0.5rem 0 0;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-sns li a.author-sns-badge:hover {
  background: #00afc0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author-sns li a.author-sns-badge::before {
  font-family: 'ssicon';
  position: absolute;
  top: -0.15em;
  left: 0.15em;
  font-size: 1.8rem;
  color: #fff;
}
.author-sns li:first-child a.author-sns-badge::before {
  content: "\e981";
}
.author-sns li:nth-child(2) a.author-sns-badge::before {
  content: "\e983";
}
.author-sns li:nth-child(3) a.author-sns-badge::before {
  content: "\e95a";
}
.author-sns li:nth-child(4) a.author-sns-badge::before {
  content: "\e97c";
}
.author-box h4.inner-lead{
  margin: 0 0 1rem;
}


/*目次*/
.toc-box {
  margin: 25px 0;
  background: #fff;
  border: 1px solid #e3dfde;
  border-radius: 5px;  
}
.toc-title {
  background: #e3dfde;
  color: #462b24;  
  padding: 1.2rem 1.6rem;
  margin: 0;
  border-radius: 5px 5px 0 0;
  font-size: 1.4rem;
  text-shadow: 0 1px 0 #fff;
}
.toc-title span {
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  font-size: 1.6rem;
}
.toc-section-title .toc-number {
  background: #462b24;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-align: center;
  line-height: 1.55;
}
.toc-section-title {
  font-weight: bold;
  border-bottom: 1px solid #462b24;
}
.toc-section-subtitle {
}
  .toc-section-subtitle:last-child {
    margin: 0 0 1rem;
  }
.toc-section-subtitle .toc-number {
  position: absolute;
  left: 1.2em;
}
.toc-inner {
  padding: 2rem;
}
.toc-section-list {
  padding: 0 0 1rem;
}
.toc-section-item {
  position: relative;
  text-decoration: none;
  color: #462b24;
  display: inline-block;
  width: 100%;
  padding: 0.5rem 0.5rem 0.5rem 2em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
} 
.toc-section-item:hover {
  background: #efefef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


/*見出し*/
.section-title {
  padding: .4em 0;
  margin: 6rem 0 2rem;
  position:relative;
}
.section-title-decimal {
  font-size: 4rem;
  font-family: 'Roboto', sans-serif;
  color: #a39592;
  position: absolute;
  top: -1.5rem;
  left: 0;
}


/*表*/
table.table-column {
  width: 100%;
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
}
table.table-column thead th {
  color:#fff;
  background:#462b24;
  border-radius: 0.5rem 0.5rem 0 0;
  text-shadow: none;
}
table.table-column th.table-column-title {
  background-color: #efefef;
  color: #444;
}
table.table-column th,
table.table-column td {
  padding: 10px;
  position: relative;
  border: 1px solid #fff;
}
table.table-column th {
  background: #e3dfde;
  width: 1px;
}
table.table-column th a {
  color: inherit;
}
table.table-column td {
  background: #edeaea;
}
table.table-column td.td-center{
  text-align: center;
}
table.table-column td.mom {
  font-weight: bold;
  padding: 10px 10px 10px 30px;
  text-align: right;
}
table.table-column td.mom.-plus {
  color: #1D2088;
}
table.table-column td.mom.-minus {
  color: #AB2222;
}
table.table-column td.mom.-flat {
  color: #444;
  text-align: center;
  padding: 10px;
}
table.table-column td.mom.-plus::before,
table.table-column td.mom.-minus::before {
  font-family: "ssicon";
  position: absolute;
  left: 10px;
  top: 7.5px;
  font-size: 1.8rem;
}
table.table-column td.mom.-plus::before {
  content: "\e951";
}
table.table-column td.mom.-minus::before {
  content: "\e954";
}
table.table-column th.table-column-title {
  text-align:left;
}
table.table-column caption {
  caption-side: bottom;
  text-align: left;
  font-weight: normal;
  font-size: 1.2rem;
  margin: 1rem 0;
}
a.btn-realestate-detail {
  width: 30%;
  margin: 1rem 35%;
  text-align: center;
  background: #CE3C35;
  border: 1px solid #CE3C35;
  color: #fff;
  padding: 1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 0.5rem;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
  a.btn-realestate-detail:visited {
    color: #fff;
  }
.btn-realestate-detail:hover {
  background: #444;
  color: #fff;
  border: 1px solid #444;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-realestate-detail::before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 0;
  height: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid transparent;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
  border-radius: 0 0 3px 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.u-searchReturn_btn a {
  display: block;
  position: fixed;
  z-index: 19;
  bottom: 6.8rem;
  right: 1.8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  background-color: #462b24;
  /* opacity: 0.75; */
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.u-searchReturn_btn a:hover {
  background: #CE3C35;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.u-searchReturn_btn a:before {
  font-family: "ssicon";
  content: "\e91b";
  display: block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.75rem;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width:768px) { 
  table.table-column {
    width: 100%;
    max-width:100%;
  }
  .btn-realestate-detail {
    width: 60%;
    margin: 1rem 20%;
  }
  .btn-realestate-detail::before {
    bottom: 3px;
    right: 3px;
  }
  a.btn-realestate-detail {
    padding: 0.6rem 1rem;
  }
}

@media only screen and (max-width: 1280px) {
  .u-main {
      width: 100%;
      padding: 4rem 10rem;
  }
  .p-column-static .main-content {
    width: 65%; }
  .p-column-static #sidebar {
    width: 32%; }
}

@media only screen and (max-width: 1200px) {
  .u-main {
      width: 100%;
      padding: 4% 4%;
  }
}

@media only screen and (max-width: 1024px) {
  h1.-columntop {
      width: 108%;
      margin-top: -2%;
      margin-left: -4%;
  }
}


@media only screen and (max-width: 768px) {
  .u-main {
    padding: 4% 4%;
  }
  .p-column-static .main-content section:first-child h2.column-title {
    border-top: none; }
  .p-column-static .main-content {
    width: 100%; }
  .p-column-static #sidebar {
    width: 100%;
    padding-top; }
  .p-column-static .thumbList li {
    width: 100%; }
  .p-column-static .thumbList .thumb {
    margin: 0; }
  .p-column-static .thumbList .thumb img {
    margin-right: 1rem; }
  .p-column-static .thumbList .text {
    width: fit-content;
    max-width: calc(100% - 110px); }
  .p-column-static .titlebox .thumb {
    width: auto;
    margin-right: 10px; }
    .p-column-static .titlebox .thumb img {
      height: 50px;
      width: 50px; }
    .p-column-static .titlebox .thumb + span {
      padding: 0; }
  .p-column-static .titlebox .text {
    width: 100%; }
  .p-column-static .titlebox .sub-title {
    font-size: 1.4rem; }
    .p-column-static .titlebox .sub-title + p {
      font-size: 1.2rem;
      text-align: justify; }
  .p-column-static .tagList {
    margin-bottom: 8%; }
    .p-column-static .tagList li a {
      padding: 0.5rem;
      font-size: 1.2rem; }
  .p-column_mv {
    margin: 0 0 20px !important; }
  .p-column-static .p-section__ttl {
    padding: 0;
    font-size: 14px;
    line-height: 2.0rem;
    margin-bottom: 20px;
    min-height: fit-content;
  }
  .p-column-static .p-section__ttl {
    background-position: 0 10%;
  }
  .p-column-static .titlebox .title {
    font-size: 16px;
    margin: 0;
  }
  .section-title {
    font-size: 18px;
    margin: 40px 0 0 !important;
  }
  .author-box h3.author-box-title {
    padding: 0.8rem 1.2rem;
  }
  .author-box .author-box-inner {
    padding: 1rem;
  }
  h3.text-pink {
    margin: 10px 0 0;
  }
  .p-heading-title {
    font-size: 1.6rem;
  }
  .c-article_pagination > li:nth-child(2){
    width: 67%;
  }
  .c-article_pagination > li > a > span{
    font-size: 1.6rem;
  }
  .c-article_pagination > li{
    width: 15%;
    height: 50px;
  }
  .c-article_pagination {
      font-size: 0;
  }
  .c-article_pagination > li:first-child,.c-article_pagination > li:nth-child(2) {
      margin-right: 1%;
  }
  .okishiki-box {
    width: 100%;
    max-width: 480px;
    margin: 2rem auto;
  }
  .p-readStatic--columns .thumbBox .thumb {
    width: 50px;
    margin-right: 1rem;
  }
  .toc-inner {
    padding: 1.2rem;
  }
  .p-side--columnSearch {
    padding-top: 6rem;
  }
  .p-column-static .thumbList li:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  .u-searchReturn_btn a {
    bottom: 115px;
  }
}


/*コラム用ナビゲーション*/
.p-ssColumn_navi {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.p-ssColumn_navi_item {
  flex: 1;
  border-left: 1px solid #fff;
  border-right: 1px solid #c8c0be;
  border-bottom: 1px solid #fff;
  background: #fff;
}
.p-ssColumn_navi_item:first-child {
  border-left: none;
}
.p-ssColumn_navi_item:last-child {
  border-right: none;
}

/*アコーディオン*/
.p-ssColumn_navi .acd-check {
  display: none;
}
.p-ssColumn_navi .acd-label {
  cursor: pointer;
  position: relative;
  display: grid;
  place-items: center;
  height: 60px;
  font-size: 13px;
  font-size: min(3.46667vw, 1.3rem);
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  color: #462b24;
  background: #e3dfde;
  text-align: center;
  border-bottom: 5px solid #462b24;
  padding-top: 0.3rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-ssColumn_navi .acd-label:hover {
  background: #462b24;
  border-bottom: 5px solid #e3dfde;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-ssColumn_navi .acd-label:after {
  content: '\e906';
  font-family: 'ssicon';
  color: #462b24;
  padding: 0.1em 0.25em;
  border-radius: 3px;
  font-weight: normal;
  position: absolute;
  right: 5%;
  top: 1.95rem;
}
.p-ssColumn_navi .acd-label:hover::after {
  color: #fff;
}
.p-ssColumn_navi .acd-content {
  display: block;
  height: 0;
  opacity: 0;
  transition: .5s;
  visibility: hidden;
}
.p-ssColumn_navi .acd-content a {
  display: block;
  padding: 0.75em 0.75em 0.5em;
  line-height: 1.3;
  font-size: 1.3rem;
  font-weight: bold;
  color: #462b24;
  text-align: justify;
  text-shadow: 0 1px 0 #fff;
  justify-items: start;
  border-left: 2px solid #462b24;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #c8c0be;
  background-color: #edeaea;
  height: auto;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-ssColumn_navi .acd-content a:hover {
  color: #fff;
  text-shadow: none;
  background-color: #462b24;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acd-check:checked + .acd-label:after {
  content: '\e907';
}
.acd-check:checked + .acd-label + .acd-content {
  /*height: auto;*/
  opacity: 1;
  visibility: visible;
}

.acd-check:checked + .acd-label + .acd-content.-special {
  position: relative;
  z-index: 10;
}
.acd-check:checked + .acd-label + .acd-content.-yakudatsu {
  position: relative;
  z-index: 9;
}
.acd-check:checked + .acd-label + .acd-content.-loan {
  position: relative;
  z-index: 8;
}
.acd-check:checked + .acd-label + .acd-content.-nenshu   {
  position: relative;
  z-index: 7;
}
.acd-check:checked + .acd-label + .acd-content.-kosodate {
  position: relative;
  z-index: 6;
}
.acd-check:checked + .acd-label + .acd-content.-search {
  position: relative;
  z-index: 5;
}

.p-ssColumn_navi .acd-content p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .p-ssColumn_navi {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4% 3rem;
    width: 108%;
  }
  .p-ssColumn_navi_item {
    flex-basis: 33.33333%;
  }
  .p-ssColumn_navi .acd-label {
    height: 50px;
  }
  .p-ssColumn_navi_item:nth-child(3n) {
    border-right: 0;
  }
  .p-ssColumn_navi .acd-label:after {
    top: 1.45rem;
  }
}

@media only screen and (max-width: 768px) {
  .p-ssColumn_navi {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 550px) {
  .-ssColumn .c-heading_ttl {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .p-ssColumn_navi_item {
    flex-basis: 50%;
  }
  .p-ssColumn_navi_item:nth-child(3n) {
    border-right: 2px solid #fff;
  }
  .p-ssColumn_navi_item:nth-child(2n) {
    border-right: 0;
  }
  .p-ssColumn_navi_item br {
    display: none;
  }
  .p-ssColumn_navi .acd-label {
    height: 2.5em;
    display: flex;
    padding-left: 0.75em;
    text-align: left;
  }
  .p-ssColumn_navi .acd-label:after {
    font-size: 0.8em;
    right: 4%;
    top: 0.7rem;
  }
}
@media only screen and (max-width: 450px) {
  .p-ssColumn_navi .acd-label {
    height: 3.5em;
  }
  .p-ssColumn_navi .acd-label p {
    width: 85%;
  }
  .inner-lead {
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
  }
}
/*コラム用ナビゲーション_ここまで*/

/*お役立ちコンテンツ満載*/
.p-oyakudati_wrapper{
  background: #00afc0;
  padding: 8rem 12rem 2rem;
  border-radius: 0.5rem;
}
.p-oyakudati_wrapper.-ssColumn {
  clear: both;
  width: 100%;
  margin: 3rem auto 0;
}
.p-oyakudati_ttl{
  position: relative;
  line-height: 1.4;
  background: #FFFF00;
  border-radius: 2rem;
  padding: 3rem;
  text-align: center;
  margin-bottom: 4rem;
}
.p-oyakudati_ttl::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0px 0 17px;
  border-color: #FFFF00 transparent transparent transparent;
  bottom: -3rem;
  left: 9rem;
  position: absolute;
}
.p-oyakudati_ttl h2{
  margin: 0;
  font-size: 2rem;
}
.p-oyakudati_ttl .u-large{
  color: #00afc0;
  font-size: 3rem;
  display: block;
  margin-top: 1rem;
}
.p-oyakudati-content_wrapper{
  margin-bottom: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.-ssColumn .p-oyakudati-content_wrapper {
  margin-bottom: 4rem;
}
.p-oyakudati-content{
  background: #fff;
  padding: 4rem 3.5rem 2rem;
  border-radius: 1rem;
  width: 48%;
  position: relative;
}
.p-oyakudati-content.-list01::before{
  position: absolute;
  left: -11.8rem;
  top: -9rem;
  content:url(https://www.sumai-surfin.com/common/image/lab/gakku-child/gakureki/img-oyakudati01.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.p-oyakudati-content.-list01::after{
  position: absolute;
  left: -13.8rem;
  top: 8rem;
  content:url(https://www.sumai-surfin.com/common/image/lab/gakku-child/gakureki/img-oyakudati01-hand.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.p-oyakudati-content.-list02::before{
  position: absolute;
  right: -10.5rem;
  top: -7rem;
  content:url(https://www.sumai-surfin.com/common/image/lab/gakku-child/gakureki/img-oyakudati02.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.p-oyakudati-content.-list02::after{
  position: absolute;
  right: -11.6rem;
  top: 7.5rem;
  content:url(https://www.sumai-surfin.com/common/image/lab/gakku-child/gakureki/img-oyakudati02-hand.png);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.p-oyakudati-content .p-oyakudati_subttl{
  font-size: min(4.8vw,2.5rem);
  text-align: center;
  position: relative;
  letter-spacing: -0.2rem;
  line-height: 1.3;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2rem;
}

.p-oyakudati-content .p-oyakudati_subttl::before,
.p-oyakudati-content .p-oyakudati_subttl::after,
.p-oyakudati-content .p-oyakudati_subttl span::before,
.p-oyakudati-content .p-oyakudati_subttl span::after,
.p-gakkuSearch_wrapper .-lead::before,.p-gakkuSearch_wrapper .-lead::after{
  content: '';
  position: absolute;
  background-color: #00afc0;
  width: 0.2rem;
  height: min(12vw,5rem);
  top:0.5rem;
}
.p-oyakudati-content .p-oyakudati_subttl::before,
.p-oyakudati-content .p-oyakudati_subttl span::before{
  left: -4rem;
  -webkit-transform: rotate( -25deg);
  transform: rotate( -25deg);
}
.p-oyakudati-content .p-oyakudati_subttl::after,
.p-oyakudati-content .p-oyakudati_subttl span::after{
  right: -4rem;
  -webkit-transform: rotate( 25deg);
  transform: rotate( 25deg);
}

.p-gakkuSearch_wrapper .-lead::before{
  left: -4rem;
  top:-0.5rem;
  -webkit-transform: rotate( -25deg);
  transform: rotate( -25deg);
}
.p-gakkuSearch_wrapper .-lead::after{
  right: -3.5rem;
  top:-0.8rem;
  -webkit-transform: rotate( 25deg);
  transform: rotate( 25deg);
}

.p-oyakudati-content .p-oyakudati_subttl span::before{left: -3.2rem;}
.p-oyakudati-content .p-oyakudati_subttl span::after{right: -3.2rem;}

.p-oyakudati_thumb_ul li{margin-bottom: 2rem;}
.p-oyakudati_thumb_ul a{
  text-decoration: none;
  color: #444;
  font-size: min(3.6vw,1.6rem);
}

.p-oyakudati_thumb_ttl{
  margin: 0.3rem 0;
}
.p-oyakudati_thumb_imgbox img {
  width: 100%;
}
.p-sumai-dekirukoto_content .u-more-link a{
  font-size: min(3.2vw,2.2rem);
  padding: 1.5rem 1rem;
  width: 71%;
  line-height: 1.3;
  margin-top:min(2vw , 1rem);
  margin-bottom:min(4vw , 3rem);
}

.p-howtoUse-konnakata_wrapper .u-link-arrow a{
  margin-top: -5rem;
}

@media only screen and (max-width: 1280px) {
  .p-oyakudati_wrapper.-ssColumn {
  width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .p-oyakudati_wrapper.-ssColumn {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  .p-oyakudati_wrapper {
    padding: 8rem 6rem 2rem;
  }  
  
  
}
@media only screen and (max-width: 768px) {
  .p-oyakudati-content_wrapper{
    display: block;
    padding: 0;}
  .p-oyakudati-content{width: 95%;}
  .p-oyakudati_ttl{padding: 1.5rem 1rem;}
  .p-oyakudati-content.-list01{
    margin-bottom: 3rem;
    margin-left: 4rem;}
  .p-oyakudati-content.-list02{margin-left: -2rem;}
  .p-oyakudati-content.-list01::before{
    left: -11.2rem;
    top: -13rem;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .p-oyakudati-content.-list01::after{
    left: -13.2rem;
    top: 3rem;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  .p-oyakudati-content.-list02::before{
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    top: -9.9rem;
    right: -10rem;
  }
  .p-oyakudati-content.-list02::after{
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    top: 4rem;
    right: -11.3rem;
  }
  .p-oyakudati_ttl::before{
    left: 3rem;
  }
}
@media only screen and (max-width: 660px) {
  .p-oyakudati_wrapper {
    padding: 4rem 3.2rem 2rem;
  }
  .p-oyakudati_ttl {
    width: 110%;
    margin-left: -4.5vw;
  }
  .p-oyakudati_ttl h2 {
    font-size: min(4.3vw,1.7rem);
  }
  .p-oyakudati_ttl .u-large {
    font-size: min(6.3vw,2.5rem);
  }
}
@media only screen and (max-width: 600px) {
  .p-oyakudati_wrapper {
    width: 108%;
    margin-left: -4%;
  }
}
@media only screen and (max-width: 480px) {
  .p-oyakudati-content {
    padding: 3rem 2rem 2rem;
  }
}
@media only screen and (max-width: 425px) {
  .p-oyakudati_wrapper {
    width: 108%;
    margin-left: -4%;
  }
}
/*お役立ちコンテンツ満載_ここまで*/