@CHARSET "UTF-8";
@import url('../column.css');
@import url('../../../module/responsive_banner.css');

.topicPathWrap p{
  line-height: 1.8;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.contentWrap{
  padding: 0 1em;
}

.column ul{
  margin: .75rem 3rem;
}

.column ul.bottom{
  margin:0;
}

.explanation{
  background-color: #fff;
  width: 77%;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 50px;
  opacity: 5;
}

.bg_pattern {
  background-color: #FBD7AD;
}

.Paper_v2 {
  background-image:
    repeating-linear-gradient(to bottom,
      transparent 25px,
      #fff 26px,  #fff 26px,
      transparent 27px,  transparent 51px, 
      #fff 52px,  #fff 52px,
      transparent 53px,  transparent 77px, 
      #fff 78px,  #fff 78px,
      transparent 79px,  transparent 103px, 
      #fff 104px,  #fff 104px,
      transparent 105px,  transparent 129px, 
      #fff 130px,  #fff 130px),
 
    repeating-linear-gradient(to right,
      transparent 25px,
      #fff 26px,  #fff 26px,
      transparent 27px,  transparent 51px, 
      #fff 52px,  #fff 52px,
      transparent 53px,  transparent 77px, 
      #fff 78px,  #fff 78px,
      transparent 79px,  transparent 103px, 
      #fff 104px,  #fff 104px,
      transparent 105px,  transparent 129px, 
      #fff 130px,  #fff 130px);
      height: 45%;
      width: 100%;
}

.Paper_v2 img{
  width: 100%;
  margin-top: 35px;
}

.rule{
  border:solid 2px #4EA6DD;
  border-left: solid 0.5px #4EA6DD;
  border-right: solid 0.5px #4EA6DD;
  padding: 10px;
  background-color: #fff;
  width: 80%;
}

.left{
  border-radius: 10px 0 0 10px;
  border-right: solid 0.5px #4EA6DD;
  border-left: solid 2px #4EA6DD;
} 

.right{
  border-radius: 0 10px 10px 0;
  border-left: solid 0.5px #4EA6DD;
  border-right: solid 2px #4EA6DD;
}

.btnlist{
  display: flex;
  list-style: none;
  padding-left: 0!important;
  position: relative!important;
}
.btnlist::after{
  content: "";
  height: 2rem;
  left: calc(50% - 2px);
  bottom: -2rem;
  position: absolute;
  width: 3px;
  z-index: 3;
  background: #4EA6DD;
}

.topbtn.bottom{
bottom: 0;
}

.btnlist.bottom::after{
  top: -19px;
}

.topbtn{
  margin: 0 auto!important;
  padding-bottom: 2rem;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
}

.btnlist li{
  width: auto;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
}
.btnlist li.senter{
  top: 25%;
  position: relative;
}

.btnlist a.current li{
  color: #fff;
  text-align: center;
}

.bottom{
  margin-top: 4rem!important;
}

.current{
  background-color: #4EA6DD;
  color: #fff;
}

.contentHeader h1{
  border: 0;
  padding: 0;
  margin: .75rem 0;
  text-align: center;
}
.contentHeader h1 img{
  max-width: 95%;
}
.contentSide{
  display: none;
}
figure{
  text-align: center;
}
figure img{
  max-width: 100%;
}
b{
  font-weight: bold;
  color: #0468b6;
}
.measureArea span.a{
  color: #FF3300;
}
.measureArea span.b{
  color: #060;
}
.measureArea span.c{
  color: #0000CC;
}
.papertext{
  border: 2px solid #0468b6;
  border-radius: 5px;
  font-size: .9em;
  margin: .75rem;
}
p.check{
  background: url("../../../../img/page/newcolumn/motive/icn_check.svg") left 3px/ 14px no-repeat;
  padding-left: 20px;
}
dl.annotation{
  margin: .75rem;
  font-size: .9em;
}
p.leadText{
  font-size: .9em;
  margin: .25rem .75rem;
}

.imourtantlist li{
  line-height: 1.8;
}

.pageIndex li{
  line-height: 1.8;
  position: relative; /*基準位置*/
  padding-left: 0.6em;
  list-style-type: none; /*点を非表示*/
}

.pageIndex li::before{
  border-radius: 50%; /*丸くする*/
  width: 5px; /*点の幅*/
  height: 5px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: 0; /*点の位置*/
  top: 0.6em; /*点の位置*/
  content: "";
  background: #4ea6dd; /*点の色*/
}

.pageIndex li.mini::before{
  height: 0px; /*点の高さ*/
}

nav.index{
  background: #fff;
}
nav.index p.toggle+div{
  display: none;
  }
nav.index p.mokuji{
  color: #0468b6;
}
nav.index p.mokuji.toggle span:before{
  border-top: 7px solid #0468b6;
}
nav.index p.mokuji.toggle.active span:before{
  border-top: none;
  border-bottom: 7px solid #0468b6;
}
nav.index ul a{
  color: #0468b6;
}
nav.index ul li.current a{
  background: rgba(226,48,110, .2);
}
nav.index ul li{
  border-top: 1px dashed #0468b6;
}  

.contentMain h1{
  border-width: 0 0 0 15px;
  border-style: solid;
  border-color: #0468b6;
  font-size: 1.3em;
  padding: 1rem .25rem;
  margin: .75rem 5px;
  
}
.contentMain h2{
  position: relative;
  padding: 1rem 3rem 1rem 4rem;
  box-shadow: 4px 4px #4ea6dd;
  outline: 2px solid #fff;
  border: 2px solid #4ea6dd;
  background-color: #c3e6f6;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  border-radius: .5rem;
  margin-top: 50px;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 1.2;
}

.contentMain h2::before{
  content: "";
  background: url("../../../../img/page/newcolumn/motive/icn_h2.png")no-repeat;
  background-size: auto;
  width: 22px;
  height: 40px;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 20%;
}
 h3.bulueline{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 40px;
  position: relative;
  text-align: center;
  width: 380px;
  margin-top: 80px;
}

h3.bulueline::before,
h3.bulueline::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 43px;
  height: 3px;
  background-color: #2589d0;
}

.contentMain h3::before {
  left: 0;
}

.contentMain h3::after {
  right: 0;
}

.point.bottomsize{
  margin-bottom:0;
}

.getPamph,
.practiceNote{
  text-align: center;
  background-color: #fff;
  width: 95%;
  border-radius: 25px;
  height: 189px;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 30px 0.75rem;
}

.getPamph,
.practiceNote.movie{
  height: 222px;
  padding-top: 20px;
  margin-bottom: 2em;
}

.practiceNote.movie img{
  width: 220px;
}

.practiceNote p{
  text-align: left;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0px;
}
.practiceNote a{
  margin: auto;
}
.practiceNote img{
  margin-top: 10px;
}
.getPamph a{
  display: inline-block;
  border: 1px solid #ff740f;
  border-radius: 5px;
  background: #ff740f;
  color: #fff;
  padding: .75rem .75rem .75rem 1.5rem;
  position: relative;
}
.getPamph a:before{
  content: "";
  border: 8px solid #fff;
  border-radius: 8px;
  position: absolute;
  left: 5px;
  top: calc( 50% - 8px );
}
.getPamph a:after{
  content: "";
  border: 5px solid transparent;
  border-left: 5px solid #ff740f;
  position: absolute;
  left: 11px;
  top: calc( 50% - 5px );
}
.practiceNote a{
  display: block;
}

.measureArea .cell{
/*  background: #fff2f7; */
  border: 4px solid #f4d2de;
  border-radius: 5px;
  margin: .75rem 5px;
}
.measureArea .cell h3{
  border-bottom: 3px solid #e2306e;
  font-size: 1em;
  line-height: 1.1;
  margin-left: 25px;
  padding: .25rem 0 .25rem 18px;
  position: relative;
}
.measureArea .cell h3 span{
  position: absolute;
  left: -20px;
  bottom: -3px;
}

.measureArea .cell dl.miniNotes {
  border: 2px solid #0468b6;
  border-radius: 5px;
  font-size: .9em;
  margin: .75rem;
}
.measureArea .cell dl.miniNotes dt {
  color: #fff;
  background: #0468b6;
  font-weight: bold;
  padding: .25rem .5rem;
}
.measureArea .cell dl.miniNotes dd {
  background: #fff9e2;
  margin: 0;
  padding: .5rem;
}

.measureArea dl.kotoba {
  border: #0468b6 2px solid;
  margin: .75rem;
  border-radius: 5px;
  overflow: hidden;
}
.measureArea dl.kotoba dt {
  color: #000;
  background: #d0f6fc;
  padding: .25rem .75rem;
  position: relative;
}
.measureArea dl.kotoba dd {
  color: #000;
  margin-left: 0;
  padding: .25rem .75rem;
}

.measureArea ol.numb{
  list-style: none;
}
.measureArea ol.numb li{
  position: relative;
}
span.num{
  background: #fff;
  border: #44d1ec 2px solid;
  border-radius: 15px;
  color: #0468b6;
  display: inline-block;
}
.measureArea ol.numb span.num {
  font-size: 15px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  position: absolute;
  left: -25px;
  top: 3px;
  text-align: center;
  width: 18px;
}

dl.dl_numb {
  border-radius: 5px;
  border: 1px solid #0468b6;
  margin: .75rem 5px;
  padding: 0;
}
.measureArea dl.dl_numb dt {
  background: #0468b6;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  padding: .25rem;
}
.measureArea dl.dl_numb dd{
  padding: .5rem .5rem 1.5rem .5rem;
  background: url("../../../../img/page/newcolumn/motive/arrow_b.svg") bottom center / 15px no-repeat;
}
.measureArea dl.dl_numb dd:last-child{
  background-image: none;
  padding-bottom: .5rem;
}
dl.dl_numb dd p{
  margin: 0;
}
dl.dl_numb dd p+p{
  margin-top: .75rem;
}

.measureArea dl.dl_numb2 {
  border: 1px solid #0468b6;
  border-radius: 5px;
  margin: 5px;
  padding-top: 2px;
}
.measureArea dl.dl_numb2 dt {
  color: #0468b6;
  padding: .25rem;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.measureArea dl.dl_numb2 dd,
.measureArea dl.dl_numb dd {
  margin-left: 0;
  line-height: 1.5;
}
.measureArea dl.dl_numb span.num,
.measureArea dl.dl_numb2 span.num{
  font-size: 15px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-right: .25rem;
  text-align: center;
  width: 18px;
}
.measureArea dl.dl_numb2 ul{
  margin:0;
  padding:0;
  list-style-type: none;
}
.measureArea dl.dl_numb2 ul li{
  padding: .5rem;
}
.measureArea dl.dl_numb2 ul li+li{
  border-top: 1px dashed #8ce4f1;
}
.dl_numb2 dd p{
  margin: 0 .75rem;
}
.dl_numb2 dd p+p{
  margin-top: .75rem;
}


dl.ngSample{
  border: 2px solid #0468b6;
  border-radius: 5px;
  margin: .75rem;
}
dl.ngSample dt,
dl.ngSample dd{
}
dl.ngSample dt{
  background: #fff9e2;
}
dl.ngSample dt span{
  display: block;
  padding: .5rem;
}

dl.ngSample dt b{
  background: #0468b6;
  color: #fff;
  display: block;
  padding: .25rem;
}

dl.ngSample dd b{
  display: block;
  text-align: center;
  letter-spacing: 4px;
/*  border-left: 3px solid #0468b6;
  padding-left: .25rem;*/
}
dl.ngSample dd{
  margin: .5rem;
}

aside.campaignBanner {
  margin: .75rem;
}

ul.relatedLink{
  list-style-type: none;
  padding: 0;
  margin: 1rem;
}
ul.relatedLink li a{
  color: #0468b6;
  display: block;
  padding: 0 0 0 .5rem;
  position: relative;
}
ul.relatedLink li a::before{
  content: "";
  border: 5px solid transparent;
  border-left-color: #4ea6dd;
  left: 0;
  top: calc( 50% - 4px);
  position: absolute;
}
/* 目次 */
.pageIndex{
  margin-bottom: 20px;
}
.pageIndex ul{
  padding: 0.5em 1em;
  margin: 0 2rem;
  color: #4ea6dd;/*文字色*/
  background: #FFF;
  border: solid 3px #F5B336;/*線*/
  border-radius: 10px;/*角の丸み*/
  line-height: 1.8;
  padding-left: 30px;
}

.pageIndex p{
  width: 100px;
  text-align: center;
  margin-bottom: 0px;
  font-size: 20px;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin: 0 auto;
  font-weight: 700;
  color: #4ea6dd;
}

.pageIndex ul li.mini{
  list-style: none;
}

/* テーブル */
tr.syurui{
  background-color: #f6be65;
  text-align: center;
}
.measureArea table.sibouriyuutable,table.sibouriyuutable th,table.sibouriyuutable td{
  border: 1px solid #524A4E;
  border-collapse: collapse;
  text-align: left;
}
table.sibouriyuutable th{
  padding: 1rem;
}
.measureArea table.sibouriyuutable{
  margin: 0 15px;
}
.measureArea table.sibouriyuutable th.suisen{
  background-color: #fdebd1;
}
.measureArea table.sibouriyuutable th.gaiyou{
  background-color: #fad49e;
}
.sibouriyuutable2{
  background-color: #f6be65;
  text-align: center;
  border: 1px solid #524A4E;
  border-collapse: collapse;
  text-align: left;
}
.measureArea table.sibouriyuutable,table.sibouriyuutable th,table.sibouriyuutable td{
  border: 1px solid #524A4E;
  border-collapse: collapse;
  text-align: left;
  line-height: 1.8;
  font-weight: 700;
  margin: 0px;
}

/* 見出し */
.Consciousness{
  position: relative;
  padding: 0.1rem 1rem;
  color: #fff;
  border-radius: 66px;
  background: #4ea6dd;
  margin: 30px 0.75rem;
}

.Consciousness::after{
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #4ea6dd transparent transparent transparent;
}

.Consciousness p{
  font-weight: bold;
  font-size: 17px;
  color: #fff;
  margin: 10px 1rem;
}
.example{
  border: solid 2px #f5b336;
  margin: 0 10px 10px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.pointbox{
  border: solid 2px #56BBF1;
  margin: 0 10px 10px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px;
}
.point{
  color: #4ea6dd;
  font-size: 17px;
  margin-left: 11.4px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.point span{
  font-size: 25px;
}
.pointcenter{
  text-align: center;
}
.pointcenter h2{
  text-align: left;
}

.point:before {
  left:0;
}
.point:after {
  right: 0;
}
.movie .tv{
  display: block;
  background-color: #0468b6;
  padding: 10px 10px;
  font-size: 15px;
  border-radius: 6px;
  width: 77%;
  color: #FFF;
  max-width: 100%;
  margin: 10px auto;
}

.pinkbotan{
  background-color: #ED7B7C;
  padding: 10px;
  position: relative;
  width: 250px;
  text-align: center;
  margin: 0 auto;
  border-radius: 0.5rem;
  color: #fff;
  margin-top: 10px;
  font-weight: 700;
  box-shadow: 0px 6px 3px -2px rgba(165, 44, 45, 0.3);
  border-radius: 10px;
}
.pinkbotan::before{
  content: "";
  background: url("../../../../img/page/newcolumn/motive/btn_icon.png") no-repeat;
  background-size: auto;
  width: 23px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 19px;
  top: 14px;
}
.measures{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.arrow{
  text-align: center;
  margin-bottom: 20px;
}
.reibunn{
  font-size: 17px;
  font-weight: bold;
  border-bottom:4px dotted #f5b336;
}
.reibunn span{
  font-size: 25px;
  color: #f5b336;
}
.measures{
  margin-top: 0;
}
.movie.tvimg{
  background-color: #FFF;
}
.girlimg img{
  width: 221px;
}
.girlimg{
  text-align: center;
  margin-top: 2rem;
}
.imourtantlist ul{
  list-style: none;
}
.imourtantlist li{
position: relative;
}
.imourtantlist li::before{
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #f6be65;
  border-bottom: 3px solid #f6be65;
  transform: rotate(-45deg);
}
.boyarea{
  display: flex;
  flex-direction:row;
  width: 90%;
  margin: 0 auto;
}
.boyarea img{
  width: 150px;
}
.boyarea p{
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 74%;
  color: #555;
  font-size: 16px;
  background: #c3e6f6;
  height: 73px;
}
.boyarea p::before{
  content: "";
  position: absolute;
  top: 60%;
  left: 100%;
  margin-top: -15px;
  border: 7px solid transparent;
  border-left: 10px solid #c3e6f6;
}

.letsMeasures{
  text-align: center;
  font-weight: 700;
}


.practice{
  background-color: #fffaf3;
  margin: 10px;
  margin-top: 2rem;
  padding: 10px;
}

.kakubekiThree{
  border: 2px solid #4ea6dd;
  padding: 5px;
  margin: 2rem 10px;
}

.h3text{
  background-color: #fffaf3;
  padding: 10px;
  margin: 10px;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

/* アコーディオン */
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #DDD;
}
.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 2px solid #f5b336;
  border-radius: 0.5rem;
  background-color: #fff;
  margin-bottom: 15px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 15px;
}
.qa-list dl:first-child {
  border-radius: 0.5rem;
  background-color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 20px;

}
.qa-list dl::after {
  position: absolute;
  top: 19px;
  right: 16px;
  display: block;
  width: 11px;
  height: 11px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #f5b336;
  border-right: 2px solid #f5b336;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 20px;
  font-weight: bold;
  background: #fffaf3;
  border-radius: 1.5rem 1.5rem 0 0;
  line-height: 1.8;
  font-size: 16px;
  border-radius: 0.5rem;
}
.column dd::before{
  content: none;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 20px;
  border-top: 2px dashed #f5b336;
  background: #fffaf3;
}
.qa-list dl dd.threequestion{
  padding-left:20px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
/* アコーディオンfin */
.attentions{
  position: relative;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f5b336;

}

.attentions::before{
  content: "";
  background: url("../../../../img/page/newcolumn/motive/h3_attention.png") no-repeat;
  background-size: auto;
  background-size: auto;
  width: 30px;
  height: 39px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 19px;
  top: -6px;
  }

  .icon{
    position: relative;
    margin-top: 2.5em;
    text-align: left!important;
    border-bottom: 3px solid #f5b336;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .icon.keizai::before{
    content: "";
    top: 37%;
    left: 0.25em;
    background: url("../../../../img/page/newcolumn/motive/icn_keizai.png") left top no-repeat;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
  }
  .icon.bungaku::before{
    content: "";
    top: 37%;
    left: 0.25em;
    background: url("../../../../img/page/newcolumn/motive/icn_bungaku.png") left top no-repeat;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
  }
  .icon.sensei::before{
    content: "";
    top: 37%;
    left: 0.25em;
    background: url("../../../../img/page/newcolumn/motive/icn_sensei.png") left top no-repeat;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
  }
  .icon.kougaku::before{
    content: "";
    top: 37%;
    left: 0.25em;
    background: url("../../../../img/page/newcolumn/motive/icn_kougaku.png") left top no-repeat;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
  }
  .icon.hoiku::before{
    content: "";
    top: 37%;
    left: 0.25em;
    background: url("../../../../img/page/newcolumn/motive/icn_hoiku.png") left top no-repeat;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
  }
  .icon.design::before{
    content: "";
    top: 37%;
    left: 0.25em;
    background: url("../../../../img/page/newcolumn/motive/icn_design.png") left top no-repeat;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
  }

  .icon.keizai::after{
    content: "";
    background: none;
  }
  .icon.bungaku::after{
    content: "";
    background: none;
  }
  .icon.sensei::after{
    content: "";
    background: none;
  }
  .icon.kougaku::after{
    content: "";
    background: none;
  }
  .icon.hoiku::after{
    content: "";
    background: none;
  }
  .icon.design::after{
    content: "";
    background: none;
    
  }
/* OCへ行こう */
  .gotooc {
    background-color: #f1f8ec;
    margin: 40px auto;
    padding-top: 35px;
    padding-bottom: 25px;
    border-radius:0.5rem;
  }
  .ocimg {
    text-align: center;
  }

  .ocimg img{
    max-width: 75%;
  }

  .ocimg p{
    padding: 0 1em;
  }

  .ocbotan p {
    background-color: #99decb;
    font-size: 18px;
    padding: 10px;
    width: 250px;
    margin: 0 auto;
    border-radius: 5px;
    position: relative;
    font-weight: 700;
    color: #fff;
    box-shadow: 0px 6px 3px -2px rgba(68, 150, 126, 0.3);
    border-radius: 10px;
  }

  /* 例文 */
  .cp_box *, .cp_box *:before, .cp_box *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cp_box {
    position: relative;
    border: 2px solid #f5b336;
    border-top: 2px dashed #f5b336;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cp_box label {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, #fffaf3 90%);
  }
  .cp_box input:checked + label {
    background: inherit; /* 開いた時にグラデーションを消す */
  }
  .cp_box label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 50%;
    width: 16rem;
    font-family: FontAwesome;
    content: ' 続きを見る';
    font-weight: 700;
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 20px;
    background-color: #f5b336;
  }
  .cp_box input {
    display: none;
  }
  .cp_box .cp_container {
    overflow: hidden;
    height: 250px; /* 開く前に見えている部分の高さ */
    transition: all 0.5s;
    padding: 20px 20px 20px 20px;
    background: #fffaf3;
  }
  .cp_box input:checked + label {
    /* display: none ; 閉じるボタンを消す場合解放 */
  }
  .cp_box input:checked + label:after {
    font-family: FontAwesome;
    content:' 閉じる';
    font-weight: 700;
  }
  .cp_box input:checked ~ .cp_container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    transition: all 0.5s;
  }

  .reibunhead{
    border: 2px solid #f5b336;
    background: #fffaf3;
    border-bottom: none;
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .reibunhead p{
    margin: 0px;
    font-size: 16px;
    padding: 20px;
    font-weight: 700;
  }
  
  h2.free{
    color: #EB6363;
    text-align: center;
    border: none;
    background: no-repeat;
    font-family: unset;
    box-shadow: none;
    outline: none;
    margin-top: 0px;
    padding-bottom: 2rem;
  }
  /* 無料プレゼント */
  .books{
    width:120px;
  }
  .center{
    text-align: center;
  }
  .bookcheck{
    font-weight: 700;
    padding: 0;
    margin-bottom: 0px;
    padding-left: 1rem;
    font-size: 19px;
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
  }
  .wakaru{
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 31px;
  }
  .wakaru::before{
    content: "";
    position: absolute;
    top: 40%;
    left: 0.1em;
    background: url("../../../../img/page/newcolumn/scholarship/free_check.png") left top no-repeat;
    background-size: auto;
    background-size: auto;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.4em;
    height: 1em;
  }

  .checkbotan p{
    background-color:#DD3350;
    padding: 1rem;
    color: #fff;
    font-size: 19px;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2);
    padding-bottom: .8rem;
    padding-top: 6px;
  }
  .backcolor{
    padding-bottom: 2rem;
  }
  .siroback{
    background-color: #fff;
    padding: 1rem;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 10px;
    position: relative;
    margin-top: 2rem;
  }
  .siroback::before{
    content: "";
    position: absolute;
    top: -1%;
    left: 45%;
    background: url("../../../../img/page/newcolumn/scholarship/books_icon.png") left top no-repeat;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 3em;
    height: 2em;
  }
  .present{
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    color: #EB6363!important;
    margin-bottom: .5rem;
    margin-top: 2rem;
    margin-bottom: 1.3rem;
  }
  .present span{
    padding: 0 3px;
    background: linear-gradient(to top, #F7CD65 0px, #F7CD65 7px, rgba(255, 244, 153, 0) 7px);
  }
  .free{
    border-left:none;
    position: relative;
  }
  .free::before{
    content: ""!important;
    position: absolute!important;
    top: 42% !important;
    left: 3em!important;
    background: url("../../../../img/page/newcolumn/scholarship/free_h2.png") left top no-repeat!important;
    background-size: auto!important;
    background-size: auto!important;
    background-size: auto 100%!important;
    transform: translate(0,-50%);
    width: 1.5em!important;
    height: 1.5em!important;
  }
  .free::after{
    content: "";
    position: absolute;
    top: 18%;
    right: 2.7em !important;
    background: url("../../../../img/page/newcolumn/scholarship/free_h2.png") left top no-repeat;
    background-size: auto 100%;
    transform: translate(0,-50%);
    width: 1.5em;
    height: 1.5em;
    transform: scale(-1, 1);
  }

  .checkbotan{
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  .practice{
    margin-top: 2rem;
  }

  h3.matome{
    position: relative;
    border-bottom: none;
    padding-left: 2rem;
    text-align: left;
    background-color: none;
    width: auto;
    padding-bottom: 16px;
    margin-top: 30px;
    font-size: 20px;
  }
 
  h3.matome::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #ffb74d, #ffb74d 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg,  #ffb74d, #ffb74d 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(255, 255, 255, 0);
  }
  h3.matome::after{
    right: 17px;
    transform: rotate(4deg);
    content: "";
    background: url("../../../../img/page/newcolumn/motive/motive_matome.png")no-repeat;
    background-size: auto;
    width: 72px;
    height: 62px;
    background-size: contain;
    position: absolute;
    bottom: -35px;
}
  .matomelist li{
    line-height: 1.9;
    position: relative;
  }
  .matomelist li::before{
    content: '';
    display: block;
    position: absolute;
    top: .5em;
    left: -2em;
    width: 16px;
    height: 9px;
    border-left: 3px solid #f6be65;
    border-bottom: 3px solid #f6be65;
    transform: rotate(-45deg);
  }
  .matome span{
    font-weight: 700;
    color:#4ea6dd;
  }

  .linkcenter{
    margin-bottom: 2rem;
    margin-left: auto;
  }
  .linkcenter label{
    text-align: right;
  }

.anim-box.poyopoyo {
  animation: poyopoyo 1s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

/* .close{
  width: 70px;
} */

.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #4ea6dd3d;
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 120%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 75%;
  max-width: 800px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 12px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
  margin-top: auto;
  margin-bottom: auto;
}
.popup_content p{
    padding:20px 20px 5px 20px;
    text-align: center;
}
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color:#4ea6dd;
  
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn span {
  position: relative;
  line-height:20px ;
  background-color: #c3e6f6;
  border: 2px solid #4ea6dd;
  padding: 10px 20px;
  border-radius: .5rem;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.05)) drop-shadow(0 2px 5px rgba(0, 0, 0, 0.2));
  padding-left: 50px;
}
.open_btn span::before{
  content: "";
  background: url(../../../../img/page/newcolumn/motive/icn_photobtn.webp) no-repeat;
  width: 38px;
  height: 31px;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 14%;
}
/* p.bigimg img{
  max-width: 58%;
} */

.bottomomakasebnr{
  position: fixed;
  bottom: 7%;
  z-index: 1000;
  width: 326px;
  margin-left: 25px;
}

.bottomomakasebnr {
  display: none;
  animation: late-open ease-in 1s forwards;
}

.manaberuSearchBtn a{
  position: relative;
  box-shadow: 4px 4px #ED7B7C;
  outline: 2px solid #fff;
  border: 2px solid #ED7B7C;
  background-color: #fff1f1;
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5.5rem;
  line-height: 1.2;
  display: block;
  text-align: center;
  width: 350px;
  margin: 50px auto;
}

.manaberuSearchBtn a::before{
  content: "";
  background: url(../../../../img/page/newcolumn/motive/search_btn_img.png) no-repeat;
  background-size: auto;
  width: 56px;
  height: 54px;
  background-size: contain;
  position: absolute;
  left: -11px;
  top: -23%;
}
.manaberuSearchBtn a p{
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.manaberuSearchBtn a p span{
  color: #ED7B7C;
  font-size: 23.5px;
  font-weight: bold;
}

.bottomSearchList ul{
  padding: 0;
  margin: 30px auto;
}
.bottomSearchList ul li{
  position: relative;
  width: fit-content;
  padding: 10px 30px;
}
.bottomSearchList ul li::after{
  content: '';
  top: 50%;
  right: 7px;
  width: 10px;
  height: 10px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  transform-origin: center;
  transform: translate(0, -50%) rotate(-45deg);
}
.bottomSearchList ul li a{
  width: fit-content;
  display: block;
}

.SearchListTitle p{
  width: fit-content;
  margin: 10px auto;
  font-size: 18px;
  
  position: relative;
  padding: 0 2.5em;
  color: #333333;
}
.SearchListTitle p::before,
.SearchListTitle p::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #2589d0;
}

.SearchListTitle p::before {
  left: -5px;
}

.SearchListTitle p::after {
    right:5px;
}
/* late-open = display: block; */
@keyframes late-open {
    from {
    opacity: 0;
    transform: translateY(-10px);
  }
    to {
      display: block;
    }
}



/* -------------------------
  /* for pc only
  --------------------------*/
  @media screen and (min-width: 768px) {

    @CHARSET "UTF-8";
    @import url('motive_pc.css');

    .topicPathWrap p{
      margin-bottom: 0px;
    }
    
    .btnlist li{
      width: 223px;
      text-align: center;
    }

    .pageIndex{
      width: 80%;
      margin: 0 auto;
    }

    .rule{
      width: 250px;
    }

    .topbtn{
      position: relative;
      bottom: 80px;
      max-width: 785px;
    }

    .explanation{
      top: -128px;
      position: relative;
      left: -153px;
      font-size: 15px;
      width: 29%;
    }

    .btnlist::after{
      left: calc(51%);
    }

    .btnlist.bottom::after{
      top: -22px;
      left: calc(50%);
    }

    .Paper_v2{
      height: 360px;
    } 
    
    .topicPathWrap{
      width: 98%;
      margin: 0 auto;
      max-width: 1200px;
    }

    .contentHeader{
      margin: 0 0 1rem;
    }
    .contentWrap{
      display: flex;
      justify-content: space-between;
    }

    .contentMain{
      width: 960px;
      margin: 0 auto;
    }
    .boyarea{
      width: 45%;
    }
    .contentSide{
      display: block;
      width: 280px;
    }
    .contentSide .bnrBox{
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
    .contentSide .bnrBox li{
      margin-top: .5rem;
    }
    .bnrBox img{
      max-width: 100%;
      height: auto;
    }
    
    .contentMain h2{
      margin: 3em 1rem;
      margin-bottom: 0;
    }
    .contentMain p{
      margin: 2em 2rem;
    }
    .leadText{
      text-align: center;
    }
    nav.index{
      background: transparent;
      margin: .75rem;
    }
    nav.index>div{
      display: block !important;
    }
    nav.index>div ul{
      display: flex;
      justify-content: space-around;
    }
    nav.index>div li{
      border: none;
    }
    nav.index>div li a{
      background: #0468b6;
      border: 3px solid #fff;
      border-radius: 5px;
      color: #fff;
      padding: .75rem;
      font-size: .85em;
      font-weight: bold;
    }
    nav.index>div li.current a{
      background: #e2306e;
    }
    p.mokuji{
      display: none;
    }
    p.check{
      background: url("../../../../img/page/newcolumn/motive/icn_check.svg") left 3px/ 20px no-repeat;
      padding-left: 25px;
    }
    
    .contentMain h1{
      font-size: 1.7em;
      padding: .25em;
    }
    .contentSide h2{
      background: #d0f6fc;
      font-size: 1.2em;
      margin: 0;
      padding: .5rem;
    }
 
    .contentSide .linkbox {
      border: 2px solid #8ce4f1;
      border-radius: 5px;
      font-size: 0.9em;
      margin: 1rem 0;
      padding-bottom: 5px;
    }
    .contentSide .linkbox img{
      max-width: 100%;
    }
    .contentSide .linkbox ul {
      margin: .75rem;
      padding: 0 0 .75rem 0;
      border-bottom: 1px dotted #d2d2d2;
    }
    .contentSide .linkbox ul li{
      line-height: 1.3;
      list-style: none outside none;
      position: relative;
      overflow: hidden;
    }
    .contentSide .linkbox ul li+li{
      margin-top: .5rem;
    }
    .contentSide .linkbox ul li img{
      float: left;
      margin-right: .25rem;
    }
    .contentSide .linkbox ul li span{
      font-weight: bold;
    }
    .contentSide .linkbox p.linkTo {
      background: url("../../../../img/module/all/icn_arw_blue.svg") right center /10px no-repeat;
      margin: 3px 5px 3px 0;
      padding-right: 12px;
      text-align: right;
    }
    
    .measureArea dl.kotoba{
      border: none;
      margin: .75rem 1.5rem;
    }
    .measureArea dl.kotoba dt {
      border: #44d1ec 2px solid;
      color: #000;
      float: left;
      position: relative;
      width: 230px;
    }
    .measureArea dl.kotoba dt:after{
      content: url("../../../../img/page/newcolumn/motive/arrow.png") ;
      right: -30px;
      position: absolute;
    }
    .measureArea dl.kotoba dt,
    .measureArea dl.kotoba dd {
      border-radius: 5px;
      height: 30px;
      line-height: 30px;
      margin-bottom: 10px;
    }
    .measureArea dl.kotoba dd {
      width: 340px;
      float: right;
      background: #0468b6;
      color: #fff;
      border: #44d1ec 2px solid;
    }
    
    .measureArea .cell{
      margin: .75rem 1rem;
      padding: 2rem;
    }
    ul.relatedLink{
      margin: 1rem 2rem;
    }

    .contentMain h2::before{
      left: 17px;
      top: 24%;
    }

    /* 目次 */
    .pageIndex p{
      margin: 0 auto;
    }
    .pageIndex ul{
      margin-top: 0;
    }
    .point{
      margin-left: 230px;
    }
    
    .movie.tv{
      display: block;
      background-color: #0468b6;
      padding: 10px 100px;
      font-size: 20px;
      border-radius: 6px;
      width: 300px;
      margin-left: 190px;
      margin-top: 20px;
      color: #FFF;
    }
    
    .movie,.tv{
      text-align: center;
    }
    
    .Consciousness{
      width: 500px;
      margin: 5rem auto;
    }
    .letsessay a{
      width: 300px;
      margin-left: 190px;
    }

    .practiceNote img{
      margin-bottom: 10px;
    }
    .open_btn span{
      right: 60px;
    }

    .getPamph, .practiceNote{
      width: 43%;
      height: 200px;
      margin: 0 auto;
    }

    .practice{
      padding: 20px;
      width: 920px; 
    }
    .pinkbotan{
      margin: initial!important;
    }
    .pinkbotan{
      width: 300px;
    }
  
    
    .btnSenter{
      width: 100px;
      display: block;
      margin: 0 330px;
      margin-top: 10px;
      position: relative;
    }
    .kakubekiThree{
      width: 700px;
      margin: 2rem auto;
    }
    .pcwidth{
      width: 850px;
      margin: 2em auto;
    }
    .qa-list dl:first-child{
      width: 700px;
    }
    .Consciousness p{
      margin: 10px 2rem;
      text-align: center;
    }
    .pointbox p{
      margin-top: 1em;
      margin-bottom: 1em;
    }
    .practiceNote p{
      margin-bottom: 0px;
      margin-top: 0px;
    }
    .bottom{
      width: 737px;
      margin: 0 auto;
    }
 
    .Paper_v2 img{
      margin-top: 0;
    }
    .contentHeader h1{
      margin: 0;
    }
    .contentHeader h1 img{
      max-width: 55%;
      margin: 0 auto;
      padding-top: 2em;
    }
    .boyarea p{
      position: relative;
      display: inline-block;
      margin: 1.5em 15px 1.5em 0;
      padding: 7px 10px;
      min-width: 120px;
      max-width: 100%;
      color: #555;
      font-size: 16px;
      background: #c3e6f6;
      height: 60px;
      padding-bottom: 0px;
      padding-top: 15px;
    }
    .cp_box,.reibunhead{
      width: 850px;
      margin: 0 auto;
    }
    .reibunhead p{
      margin: 0;
    }
    .btnlist li.senter{
      top: 0;
    }
    .ocbotan{
      text-align: -moz-center;
    }
    .ocbotan p{
      margin: 0 auto;
    }
    .gotooc{
      width: 810px;
    }

/* 無料プレゼント */
    .free{
      margin-top: 0rem;
    }
    .free::before{
      left: 17em !important;
    }
    .free::after{
      right: 17em !important;
    }
    .siroback{
      width: 460px;
      margin: 0 auto;
    }
    .checkbotan p{
      width: 300px;
      margin-right: 0px;
      margin-left: 30px;
    }
    .backcolor{
      margin-bottom: 3em;
    }
    .backcolor{
      padding-top: 0px;
      padding-bottom: 0;
    }
    .free::after{
      right: 16.6em !important;
    }
    .siroback::before{
      left: 12.5em;
    }
    .checkbotan p{
      padding-top: 9px;
    }
    h2.free{
      font-size: 19px;
      margin-top: 0 !important;
    }
    .siroback::before {
      left: 45%;
    }
    .checkbotan{
      width: 348px;
    }
    .wakaru{
      margin:1rem 4rem!important;
    }
    .bookcheck{
      margin-bottom: 1em!important;
      margin-top: 1em!important;  
    }
    .gotooc {
      width: 810px;
    }
    /* .contentMain p {
      margin: 2em 2rem;
    } */
    .ocbotan {
      text-align: -moz-center;
    }      
    .h3matome{
      width: 850px;
      margin: 2em auto;
    }
    .B, .D, .F, .H {
      width: 700px;
      margin: 0 auto; 
    }
    .linkcenter.close{
      width: 71px;
    }

    /* p.bigimg img{
      max-width: 47%;
    } */
    .popup_content {
      margin-top: 2rem;

    }
    .br-sp {display: none; }

    .bottomomakasebnr{
      width: 500px;
      margin: 0 auto;
      bottom: 2%;
      right: 22%;
    }
    .manaberuSearchBtn.long a{
      width: 520px;
    
    }
    .SearchListTitle p{
      margin: 10px auto;
    }
    .bottomSearchList ul{
      width: 520px;

  }
 h3.bulueline{
    width: 645px;
    margin: 20px auto;
    margin-top: 80px;
  }
  h3.bulueline::before, h3.bulueline::after{
    width: 115px;
  }
  h3.matome{
    width: auto;
  }
  .icon{
    width: 844px!important;
  }
}