@CHARSET "UTF-8";
/* @import url('../column.css'); */
@import url('../../../module/lity.min.css');

.contentArea.column.parents{
  width: 365px;
  margin: 0 auto;
}

.parents h1.contentTitle{
  border: none;
  font-family:Noto Serif JP, '游明朝', Yu Mincho, YuMincho, Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
}
.parents h1.contentTitle span{
  display: block;
  padding: .5rem;
}
.parents h2.basic{
  border: 2px solid #38af5d;
  color: #38af5d;
  padding: 0;
}
.parents h2.basic span:first-of-type{
  display: block;
  font-size: 1.1em;
  padding: .5rem;
}
.parents h2.basic span:last-of-type{
  background: #c5e8ce;
  border-top: 1px dashed #38af5d;;
  display: block;
  font-size: .8em;
  padding: .25rem .5rem;
}
.parents h3.basic{
  color: #38af5d;
  margin: .75rem;
}
.parents img{
  max-width: 100%;
  margin: auto;
}

.parents em{
  font-style: 400;
  color: #f45656;
}
.recommendArea ul+ul{
  margin-top: .5rem !important;
}
.contentWrap + .recommendArea ul{
  margin: 0;
  list-style-type: none;
}
.contentWrap + .recommendArea ul{
  padding: 1rem;
}
.recommendArea ul.bnrBox{
  text-align: center;
}

.parents .recommendContents{
  list-style-type: none;
  margin: .75rem;
  padding: 0;
}
.parents .recommendContents li+li{
  padding: 1rem 0;
  clear: both;
}
.parents .recommendContents li a{
  display :block;
  font-size: .8em;
  text-decoration: underline;
  overflow: hidden;
}
.parents .recommendContents li span{
  font-weight: bold;
}
.parents .recommendContents li img{
  float: left;
  margin-right: 5px;
  width: 80px;
  height: auto;
}
.parents .contentWrap .recommendArea{
  border: 3px solid #c5e8ce;
  margin: 1.5rem .5rem .75rem;
  padding-top: .5rem;
  position: relative;
}
.parents .contentWrap .recommendArea h3{
  position: absolute;
  top: -1.5rem;
  background: #fff;
  padding: 0 .25rem;
}

.profile{
  border: 3px solid #c5e8ce;
  margin: .75rem .5rem;
  padding: .5rem;
}
.profile h1,
.profile h2{
  color: #38af5d;
  font-size: 1em;
  margin: .25rem;
  text-align: center;
}
.profile h2{
  border-bottom: 1px dashed #38af5d;
}
.profile dl{
  font-size: .9em;
}
.profile dt{
  position: absolute;
  margin-top: 0;
}
.profile dd{
  margin-left: 5em;
}

/* 20220929 add */
.historyTable{
  margin: 0 auto 30px;
  width: calc(100% - 0.5rem);
}

.historyTable th,
.historyTable th:nth-child(1),
.historyTable td{
  width: auto;
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 500;
  vertical-align: top;
}

.historyTable tr {
  border-bottom: 1px dashed #c5e8ce;
}

.historyTable th{
  padding: 10px 5px 10px 10px;
  white-space: nowrap;
}

.historyTable td{
  padding: 10px 10px 10px 5px;
}


/* ↓↓リニューアル後CSS */
.toph2{
border-top: 5px  solid #F68989;
border-bottom: 2px dashed #F68989;
padding: .5rem;
}

.mokuzi{
  padding: 0.5em 1em;
  padding-left: 1em;
  margin: 0 1rem;
  font-weight: bold;
  color: #333;
  background: #FFF;
  border: solid 2px #F68989;
  border-radius: 10px;
  line-height: 1.8;
  background-color: #fef8f2;
}
.mokuzi p{
  border-bottom:solid 2px #F68989;
  font-size: 22px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}
.mokuzi ul{
  list-style: none;
  position: relative;
  padding-left: 0px;
}
.mokuzi{
  position: relative;
}
.mokuzi li{
  position: relative;
}
.mokuzi li::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 10px;
}
.h2img{
  width: 60px;
  align-self: flex-start;
  border-radius: 50%;
}
.h2img.margin{
  /* margin-right: 20px;
  margin-left: 10px; */
}
.h2float{
  position: relative;
  display: flex;
  height: auto;
  padding: 1rem;
  width: 280px;
  margin: 0 auto;
}
.h2float::after{
  content: '';
  position: absolute;
  left: 49%;
  bottom: 1px;
  display: inline-block;
  width: 297px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #F68989;
  border-radius: 2px;
  padding-left: 0px;
  padding-right: 0px;
}
.h2vertical p{
  display: flex;
  flex-direction:column;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0px;
  font-size: 20px;
}
p.weight{
  font-weight: 700;
}
.h2botan{
  border:solid 2px #F68989;
  border-radius: 10px;
  margin: 4rem 1rem;
  position: relative;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
}
.h2botan::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  color: #F68989;
  line-height: 1;
  border-style: solid;
  border-color: transparent;
  border-width: .6em .9em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 3px;
  top: 128px;
  position: absolute;
  right: 7px;
}
.explanation h2{
  margin-right: 2rem;
  margin-left: 2rem;
}
.float2.margin h2{
  padding-left: 20px;
}

.float2{
  display: flex;
  background-color: #f19a9b;
  padding: 2rem;
  margin: 1rem;
  border-radius: 10px;
  padding-left: .5rem;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  margin-top: 3rem;
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1)  1 forwards;
}
.float2.big{
  /* padding-top: 2rem;
  padding-bottom: 2.5rem; */
}
.float2 h2{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  color: #fff;
  position: relative;
}
.float2 h2::after{
  content: "";
  position: absolute;
  top: 108%;
  left: -1.5em;
  background: url("../../../../img/page/newcolumn/parents/h2_bottom.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 13.5em;
  height: 1.5em;
}
h2.borderbottom{
  position: relative;
}
h2.borderbottom::after{
  height: 1.3em;
  left: -0.5em;
}
p.color span{
  color: #f19a9b;
}
.linkbotan{
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  height: 366px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  position: relative;
}
.linkbotan::after{
  content: '';
  position: absolute;
  top: 93%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 77px;
  height: 2px;
  background-color: #F68989;
  transition: 0.3s;
}
.linkbotan::before{
  content: '';
  position: absolute;
  top:93%;
  right: 0.7em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #F68989;
  transition: 0.3s;
}
/* .linkbotan:hover{
  box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
} */
.linkbotanimg{
  width: 150px;
  padding-left: 12px;
  padding-top: 10px;
}
.linktitle{
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.linkp{
  width: 150px;
  margin-top: 0px;
  text-align: left;
}
.linkbotanfloat{
  display: flex;
  background-color: #efefef;
  padding:1rem;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}

.searchbotan.pink{
  background:linear-gradient(to bottom right, #f5b1a0, #f19a9b); 
  color: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  width: 260px;
}
.searchbotan.pink::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6em;
  background: url("../../../../img/page/newcolumn/parents/botanicon_scholarship.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1em;
  height: 1em;
}
.botanbackground{
  background-color: #efefef;
  padding-bottom: 2rem;
  padding-top: 1rem;
}
.torendo{
  border-left: solid 5px #F68989;
  margin-left: 10px;
  padding-left: 10px;
}

.och2{
  border-bottom: solid 3px #f8d077;
  padding-left: 3.2rem;
  padding-bottom: 5px;
  position: relative;
}
.och2::before{
  content: "";
  position: absolute;
  top:52%;
  left: 0.6em;
  background: url("../../../../img/page/newcolumn/parents/och2_icon.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.5em;
  height: 1.5em;
}
.ocimg{
  width: 250px;
}
.oc{
  text-align: center;
}
.pctext.oc{
  text-align: left;
}
.searchbotan.green{
  background: linear-gradient(to bottom right, #98cd92, #63b987);
  color: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  width: 260px;
  position: relative;
  margin-top: 3rem;
}
.searchbotan.green::before{
  content: "";
  position: absolute;
  top: -10%;
  left: 3.2em;
  background: url("../../../../img/page/newcolumn/parents/oc_rightnow.png") left top no-repeat;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 9.5em;
  height: 2.5em;
}
.greenback{
  background-color: #f1f8ec;
  padding-top: 1rem;
  margin-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.seikyuu{
  color: #60B183;
  position: relative;
  text-align: center;
}
.seikyuu::before{
  content: "";
  position: absolute;
  top:52%;
  left: 1em;
  background: url("../../../../img/page/newcolumn/parents/seikyuuh2.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 2.5em;
  height: 2.5em;
}

.seikyuu::after{
  content: "";
  position: absolute;
  top: 8%;
  right: 1em;
  background: url("../../../../img/page/newcolumn/parents/seikyuuh2.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 2.5em;
  height: 2.5em;
  transform: scale(-1, 1);
}

.step p{
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
}
.step{
  position: relative;
  padding-left: 4.5rem;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 1rem;
  margin-right: 1rem;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.step::before{
  content: "";
  position: absolute;
  top:52%;
  left: 1.5em;
  background: url("../../../../img/page/newcolumn/parents/step1_icon.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3.5em;
  height: 2.5em;
}
.step.two::before{
  content: "";
  position: absolute;
  top:52%;
  left: 1.5em;
  background: url("../../../../img/page/newcolumn/parents/step2_icon.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3.5em;
  height: 2.5em;
}
.step.three::before{
  content: "";
  position: absolute;
  top:52%;
  left: 1.5em;
  background: url("../../../../img/page/newcolumn/parents/step3_icon.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3.5em;
  height: 2.5em;
}
.step.one::after{
  content: "";
  position: absolute;
  top: 117px;
  left: 45%;
  background: url("../../../../img/page/newcolumn/parents/step_yazirusi.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3em;
  height: 1em;
}
.step.two::after{
  content: "";
  position: absolute;
  top: 90px;
  left: 45%;
  background: url("../../../../img/page/newcolumn/parents/step_yazirusi.png") left top no-repeat;
  background-size: auto;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 3em;
  height: 1em;
}
.searchbotan.orange{
  background:linear-gradient(to bottom right, #F7CD65, #F7B772); 
  color: #FFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
  width: 228px;
}
.searchbotan.orange::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6em;
  background: url("../../../../img/page/newcolumn/parents/botanicon_scholarship.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1em;
  height: 1em;
}
.tableh2{
  position: relative;
  text-align: center;
}
.tableh2::before{
  content: "";
  position: absolute;
  top:52%;
  left: .3em;
  background: url("../../../../img/page/newcolumn/parents/tableh2.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.5em;
  height: 1.5em;
}
.tableh2::after{
  content: "";
  position: absolute;
  top: -3%;
  right: .3em;
  background: url("../../../../img/page/newcolumn/parents/tableh2.png") left top no-repeat;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 1.5em;
  height: 1.5em;
  transform: scale(-1, 1);
}
/* テーブル */
table{
  border-collapse: collapse ;
}
tr.tabletitle{
  font-size: 20px;
  background-color: #F68989;
  color: #fff;
}

.parenttable th{
  padding: 10px;
}
table th:nth-child(1){
  width: 28%;
}
table.newlineshort th:nth-child(1){
  width: 33%;
}
.generation{
  background-color: #f3a5a5;
}
.school{
  background-color: #f9d4d4;
}
table.parenttable{
  margin-right: 5px!important;
  margin: 0 auto;
}
.parenttable th{
  border: 2px solid #e18180;
}
.siryou{
  font-size: 10px;
  margin-top: 0;
  width: 320.2px;
  margin-left: 0px;
  height: 64px;
}
.iconset{
  position: relative;
}
.iconset::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7em;
  background: url("../../../../img/page/newcolumn/parents/tableicon_schol.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 2em;
  height: 1em;
}
.iconset.sinro::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7em;
  background: url("../../../../img/page/newcolumn/parents/tableicon_sinro.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 2em;
  height: 1em;
}
.iconset.singakusya::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7em;
  background: url("../../../../img/page/newcolumn/parents/tableicon_singakusya.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 2em;
  height: 1em;
}
.iconset.nensyuu::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0.7em;
  background: url("../../../../img/page/newcolumn/parents/tableicon_nennsyuu.png") left top no-repeat;
  background-size: auto;
  background-size: auto 100%;
  transform: translate(0,-50%);
  width: 2em;
  height: 1em;
}

.main-gallery {
  min-height: 40px;
  background: #EDF7FD;
  border-radius: 0.3rem;
  font-size: 1.2rem;
  list-style: none;
  padding: 15px 10px;
  table-layout: fixed;
  word-wrap: break-word;
  text-overflow: ellipsis;
  max-width: 95%;
  width: 100%;
  height: 270px;
}

.scroll{
  display: flex;
  table-layout: fixed;
  overflow: unset;
}
.tableset{
width: 75vw;
margin: 0 auto!important;
}
.backfff{
  background-color: #fff;
}

.slick-prev::before{
  content: ""!important;

}
.slick-next::before{
  content: ""!important;

} 

.slick-prev{
  left: 10px!important;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(-135deg);
  transform: rotate(45deg);
}
.slick-next{
  right: 10px!important;
  z-index: 2;
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  border-top: 0!important;
  border-right: 0!important;
  -webkit-transform: rotate(-135deg);
  transform: rotate(30deg);
}
.slick-arrow{
  width: 2rem;
  position: absolute;
  cursor: pointer;
  bottom: -25px;
}
.slick-dots{
  position: absolute!important;
  bottom: -25px!important;
  padding: 0!important;
  list-style: none!important;
  text-align: center!important;
  justify-content: center!important;
  display: flex!important;
  width: 80%!important;
  justify-content: space-around!important;
  margin: 0 auto!important;
  align-items: center!important;
  right: 0px;
  left: 0px;
}

.slick-dots li{
  position: relative!important;
  display: inline-block!important;
  width: 11px!important;
  height: 20px!important;
  margin: 0px!important;
  padding: 0!important;
  cursor: pointer!important;
}
.slick-dots li button::before{
  font-size: 15px!important;
}
.slick-slider{
  box-sizing:content-box!important;
  height: 400px;
}
.slick-slide{
  height: 213px!important;
}
.textcenter{
  text-align: center;
}
.slick-track{
  height: 300px;
}
.slick-list{
  height: 360px!important;
}
.float2.long h2{
  margin-left: 10px;
}
.float2.long img{
  margin-left: 10px;
}
.slick-dotted.slick-slider{
  height: 390px;
}
.sedai span{
  font-weight: bold;
  color: #333;
}
.freeimg{
  margin: 2rem auto;
  width: 300px;
}
.freetext{
  font-weight: 700;
}
.freetext span{
  border-bottom: solid 3px #F68989;
}

@media screen and (max-width:768px) {
  .linkbotanfloat{
    display: flex;
    background-color: #efefef;
    padding:1rem;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
  }

  .linkbotanfloat a{
    width: 48%;
  }

  .linkbotanimg{
    width: 137px;
  }
}
