* html .imgAlignBox {
  zoom: 100%;
}

/*コラム１*/
.imgAlignBox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
  
  #article.Column {
    padding: 40px 30px;
    background-color: #F3F3F3;
    margin-top: 80px;
    margin-bottom: auto;
    position: relative; 
  }
  #article.Column .subtitle img{
  width: 30%;
  position: absolute;
  display: block;
  top: -50px;
  }
  #article.Column .Column_top {
    display: flex;
    margin-top: 2rem;
    align-items: flex-start;
   }
   .Column-title{
    position: relative;
    z-index: 0;
    width: 50%;
   }
   /* .Column-title.orange::after{ 
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/gakuho-net/frontline/2024/2024_08/img/01/img04.png);
    background-repeat: no-repeat;
    position:absolute;
    z-index: -1;
    bottom: -30px;
   }*/
   .Column-title::after{
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 180px;
    left: 2rem;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0);
    border: #f9e9ab 10px solid;
    transform: rotate(30deg);
   }

   .Column-title.blue::after{
    border: #f9dede 10px solid;
   }
   .Column-title.green::after{
    border: #DCEEDA 10px solid;
   }
   
   #article.Column .catchphrase {
   margin: 15px 0;
    font-size: 35px;
    font-weight: bold;
    color: #2D1C01;
    display: inline;

    background-image: linear-gradient(to right, #707070 6px, transparent 3px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  #article.Column .catchphrase span{
    margin: 15px 0;
     font-size: 45px;
     font-weight: bold;
  }
  .name{
    margin-top: 4rem;
    font-size: 18px;
  }
  .orange span{
     color: #ddc04c;
  }
  .blue span{
     color: #f3b0ae;
  }
  .green span{
    color: #85C57E;
 }
  #article.Column .Column_top .Column_img img{
    width: 100%;
    border-radius: 20px;
  
  }
 
   .Column_img{
    position: relative;
    z-index: 0;
  }

  /* .Column_img.orange::after{ 
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/gakuho-net/frontline/2024/2024_08/img/01/haikei.png);
    background-repeat: no-repeat;
    position:absolute;
    z-index: -1;
    right:-20px;
    bottom: -20px;
  }*/

  .Column_img::after{
    content: "";
    position: absolute;
    right:-20px;
    bottom: -15px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background-image: repeating-linear-gradient(-45deg, #f9e07f, #f9e07f 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
    z-index: -1;
  }

  .Column_img.orange{
    left: 2rem;
  }
  .Column_img.blue{
    left: 2rem;
  }
  .Column_img.blue::after{
    background-image: repeating-linear-gradient(-45deg, #f7cac9, #f7cac9 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
    right:-20px;
    bottom: -15px;
  }
  .Column2_img.blue::after{
    content: "";
    position: absolute;
    right: 30px;
    bottom: -10px;
    width: 90%;
    height: 100%;
    border-radius: 20px;
    background-image: repeating-linear-gradient(-45deg, #f7cac9, #f7cac9 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
    z-index: -1;
  }
  .Column_img.green{
    left: 2rem;
  }
  .Column_img.green::after{
    background-image: repeating-linear-gradient(-45deg, #85C57E, #85C57E 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
    right:-20px;
    bottom: -5px;
  }
/*コラム2*/
.imgAlignBox:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
  
  #article.Column2 {
    padding: 40px 30px;
    margin-top: 80px;
    margin-bottom: auto;
    position: relative; 
  }
  #article.Column2 .subtitle img{
  width: 50%;
  position: absolute;
  display: block;
  top: -50px;
  }
  #article.Column2 .Column2_top {
    display: flex;
    margin-top: 2rem;
   }
   .Column2-title .orange{
    position: relative;
    z-index: 0;
    width: 100%;
    margin-top: 1rem
   }
   /* .Column2-title.orange::after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/gakuho-net/frontline/2024/2024_08/img/01/img04.png);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    bottom: -6rem;
   } */
   .Column2-title.orange::after{
    content: "";
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 550px;
    left: 40rem;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0);
    border: #f9e9ab 10px solid;
    transform: rotate(30deg);
   }
   /* .Column2-title .green{ 
    position: relative;
    z-index: 0;
    padding-left: 45px;
    width: 50%;
   }
   .Column2-title .green::after{
    border: #DCEEDA 10px solid;
   }*/
   
   #article.Column2 .catchphrase {
   margin: 15px 0;
    font-size: 35px;
    font-weight: bold;
    color: #2D1C01;
    display: inline;

    background-image: linear-gradient(to right, #707070 6px, transparent 3px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    background-position: left bottom;
    
  }
  #article.Column2 .Column2-title .orange.catchphrase span{
    margin: 15px 0;
     font-size: 45px;
     color: #ddc04c;
     font-weight: bold;
  }
  
  #article.Column2 .Column2_top .Column2_img img{
    border-radius: 20px;
  }
  .Column2-title.green{
    width: 50%;
  }
  .Column2-title.green .name{
    margin-top:2rem;
    font-size: 18px;
  }
 
  .Columntext{
    margin-top: 4rem;
    font-size: 16px;
  }
   .Column2_img{
    position: relative;
    z-index: 0;
    width: 50%;
  }

  /* .Column2_img::after{ 
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/gakuho-net/frontline/2024/2024_08/img/01/haikei.png);
    background-repeat: no-repeat;
    position:absolute;
    border-radius: 20px;
    z-index: -1;
    bottom: -20px;
    right: -20px;
  }  */
  .Column2_img::after{
    content: "";
    position: absolute;
    bottom:-10px;
    right:30px;
    width: 90%;
    height: 100%;
    border-radius: 20px;
    background-image: repeating-linear-gradient(-45deg, #f9e07f, #f9e07f 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
    z-index: -1;
  }
  .Column2_img.green::after{
    background-image: repeating-linear-gradient(-45deg, #85C57E, #85C57E 2px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10px);
   
  }  

 
/*次テーマへのリンク*/
.next_Link{
  text-align: center;
  display: flex;
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 20px;
}

/*他のページへのリンク*/

.btnorange{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-bottom: 5rem;
}


.btnorange a {
  color: #fff;
  background-color: #ddc04c;
  padding: 20px;
  font-size: 30px;
  font-weight: bold;
  border-radius: 20px;
}

.btnorange:hover a{
  color: #fff;
  background: #ffb671;
}

/*フロントライン一覧*/
.btn {
  text-align: center;
  margin-top: 50px;
}

.btn a {
  position: relative;
  display: inline-block;
  border: 1px solid #c8c8c8;
  padding: 15px 60px;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
}

.btn a:after {
  content: "";
  position: absolute;
  border-right: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}


/*名前カラーへ変更*/

#contents.sub_contents {
  min-width: 1200px;
  max-width: 1200px;
}


/*PC　FOOTER MENU*/

.st-Link {
	max-width: 727px;
	margin: 0 auto;
}

.st-Link_List {
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: #2D1C01;
	background-color: #d7edfd;
  margin: 1.2em 0;
}

.st-Link_Item {
	font-size: 1rem;
}
.st-Link_Item p{
  margin: 1.2em 0;
    line-height: 2.2rem;
    color: #2D1C01;
}

.st-Link_List li{
  padding: 0 0 0 35px;
}


.st-Link_Link:hover {
	opacity: .5;
}

.pcOnly {
	display: block;
}

.spOnly {
	display: none;
}

@media all and (-ms-high-contrast: none) {
  .tp-Content_Main {
    font-family: "Noto Sans Japanese", Meiryo, YuGothic, "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  }
}

/*801px以上*/
@media screen and (min-width: 801px),
print {
  .sp-only{
    display: none;
  }

  .tp-Content.item01,
  .tp-Content.item02,
  .tp-Content.item03 {
     padding: 0;
     margin: 0 0 25px;
   }
  /*PC フロントライン*/
  h2 {
    position: relative;
    padding-right: 74px;
  }

  h2 .icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 54px;
    margin-top: -27px;
  }

  #contents img {
    max-width: 100%;
    height: auto;
  }

  .topic-right{
    float: right;
    padding-left: 45px; 
    margin-bottom: 10px;
    width: 40%;
  }

  .topic-left{
    float: left;
    padding-right: 45px; 
    margin-bottom: 10px;
    width: 40%;
    
  }
 

  /*PC title*/
  .container{
    position: relative;
   
    margin-bottom: 50px;

    img{
      width: 100%;
    }
  }
    .tp-Content_Sub {
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Serif JP', serif;
      text-shadow: 0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
      line-height: 1;
      font-size: 45px;
      font-weight: 600;
      margin-left: 20px;
    }
    
    .tp-Content_Sub em{
      font-family: 'Noto Sans JP', sans-serif;
      font-family: 'Noto Serif JP', serif;
      font-weight: 600;
      text-shadow: 0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff,0px 0px 5px #fff;
      line-height: 1;
      font-size: 40px;
      color: #901212;
    }
    #main div.tp-Content_Inner {
    margin: 0;
  }

  #main div.tp-Content_Txt {
    max-width: none;
    margin: 0;
  }
  .container .titlename{  
    position: absolute;
    padding: 10px;
    margin:0;
    top: 20px;
    left: 110px;
    display: flex;
    justify-content: flex-start;
  }

  
    /*SNS*/
    .snsBox {
      text-align: right;
      width: 100%;
      height: 20px;
      margin-bottom: -30px;
      position: relative;
    }
  
    .snsBlock {
      width: 76px;
      height: 20px;
      position: absolute;
      top: 0;
    }
  
    .snsBlock.fb {
      right: 80px;
    }
  
    .snsBlock.tw {
      right: 0;
    }
  
    /*PC コンテンツ*/
    .imgAlignBox {
      margin: 4rem 0;
      padding: 0 20px;
    }

    .imgAlignBox p{
      margin-bottom: 20px;
    }

    .maintext-1{
      margin-bottom: 50px;
    }
  
    
  }


/*SP SIZE*/
@media screen and (max-width: 800px),

print {
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }
  

    /*SNS*/
    .snsBox {
      text-align: right;
      width: 100%;
      height: 20px;
      margin-bottom: 5px;
      position: relative;
    }
  
    .snsBlock {
      width: 76px;
      height: 20px;
      position: absolute;
      top: 0;
    }
  
    .snsBlock.fb {
      right: 80px;
    }
  
    .snsBlock.tw {
      right: 0;
    }

    /*フロントライン*/
    #contents {
    padding: 0 20px;
   }
    #contents img {
    max-width: 100%;
    height: auto;
    
    }
   #contents.sub_contents {
    min-width: auto;
    max-width: none;
    }
    h2 {
    position: relative;
    }

    h2 .icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 50px;
    margin-top: -25px;
    }

  .main_contents {
    padding: 0 10px;
  }

  /*title*/
  .container{
    position: relative;
    width: 100%;
   
  }
  .container .titlename{  
    position: absolute;
    padding: 5px;
    margin:0;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;

  }
  .tp-Content.item01,
  .tp-Content.item02,
  .tp-Content.item03 {
  padding: 0;
  }

 

/*コンテンツ*/
  .imgAlignBox{
    display: flex;
    flex-direction: column;
  }
  .imgAlignBox p{
    margin-bottom: 15px;
  }

.topic-left{
  width: 100%;
  float: none;
  width: auto;
  margin: 15px 0;
}
/*他のページへのリンク*/
.btnorange{
  margin: 1rem 0;
  gap:5px;
}
.btnorange img{
  width: 10%;
}

.btnorange a {
  color: #fff;
  background-color: #ddc04c;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 15px;
  text-align: center;
}

.btnorange:hover a{
  color: #fff;
  background: #ffb671;
}

 
/*コラム１*/
  #article.Column .subtitle img{
  width: 80%;
  position: absolute;
  display: block;
  top: -50px;
  }
  #article.Column .Column_top {
    display:flex;
    flex-wrap: wrap;
    margin-top: 1rem;
   }
   .Column-title{
    position: relative;
    z-index: 0;
    width: 100%;
    order: 2;
    margin-top: 1rem;
   }
   .Column_img{
    position: relative;
    z-index: 0;
    order: 1;
  }
 
   .Column-title::after{
    width: 80px;
    height:80px;
    background-size: contain;
    vertical-align: middle;
    bottom:8rem;
    left: 1rem;
    border: #f9e9ab 8px solid;
   }
   .Column-title.blue::after{
    border: #f9dede 8px solid;
   }
   .Column-title.green::after{
    border: #DCEEDA  8px solid;
   }
   #article.Column .catchphrase {
   margin: 1rem 0;
    font-size: 18px;
  }
  #article.Column .catchphrase span{
    margin: 15px 0;
     font-size: 30px;
  }
  .name{
    margin-top: 1rem;
    font-size: 14px;
  }
  #article.Column .Column_top .Column_img img{
    width: 100%;
    border-radius: 20px;
    order: 1;
  }
  
  .Column_img.orange::after{
    right:-10px;
    bottom: -10px;
    border-radius: 20px;
  }
  .Column_img.orange{
    left: 0px;
  }
  .Column_img.blue{
    left: 0px;
  }
  .Column_img.blue::after{
    right:-10px;
    bottom: -10px;
    border-radius: 20px;
  }
  .Column_img.green{
    left: 0px;
  }
  .Column_img.green::after{
    right:-10px;
    bottom: -10px;
    border-radius: 20px;
  }
/*コラム2*/
#article.Column2 .subtitle img{
  width: 80%;
  position: absolute;
  display: block;
  top:-20px;
  }
  #article.Column2 .Column2_top {
    display:block;
    margin-top: 1rem;
   }
   .Column2-title{
    position: relative;
    z-index: 0;
    padding: 0px;
    width: 100%;
    order: 1;
    
   }
   .Column2-title.orange::after{
    bottom: 5rem;
    left: 1rem;
    width: 80px;
    height: 80px;
    border: #f9e9ab 8px solid;
   }
   .Column2_img{
    width: 100%;
    order: 2;
  }
   
   .Column2text{
    order: 3;
   }

   
   

   #article.Column2 .catchphrase {
   margin: 1rem 0;
    font-size: 18px;
    font-weight: bold;
    color: #2D1C01;
  }
  #article.Column2 .catchphrase span{
    margin: 15px 0;
     font-size: 30px;
  }
  #article.Column2 .Column2-title .orange.catchphrase span{
    margin: 15px 0;
     font-size: 30px;
  }
  #article.Column2 .Column2_top .Column2_img img{
    width: 100%;
    border-radius: 20px;
  
  }
  .Column2-title.green{
    width: 100%;
  }

  .Column2-title.green .name{
    margin-top:2rem;
  }
  .Columntext{
    margin-top: 0px; 
   }
 
   .Column2_img{
    position: relative;
    z-index: 0;
  }

  .Column2_img::after{
    
    right:-10px;
    bottom: -10px;
    border-radius: 20px;
  }

  .Column2_img.blue::after{
    
    right:-10px;
    bottom: -10px;
    border-radius: 20px;
  }

  .Column2_img.green::after{
    right:-10px;
    bottom: -10px;
  }


  /*次テーマへのリンク*/
.next_Link{
  margin: 2rem 0;
  padding: 0px;
  
}
  
/*SP FOOTER MENU*/
 

  .st-Link {
    max-width: none;
  }
  
  .st-Link_List {
    flex-wrap: wrap;
    padding: 0.8rem 0;
  }
  .st-Link_List li {
    padding-left: 20px;
  
}
.st-Link_List li:first-child p {
  margin-bottom: 0;
} 
.st-Link_List li:nth-child(2){
  padding-left: 0;
} 
  
  .st-Link_Item {
    font-size: 1rem;
  }
  .st-Link_Item.first {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}


 
}




.imgAlignBox._2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.imgAlignBox._2col::after {
  content: none;
}

.imgAlignBox._2col figure {
  border-radius: 20px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 800px), print {
  .imgAlignBox._2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.Columntext .imgAlignBox{
  margin: 0;
  padding: 0;
}
