@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

.ads__contact__btn {
    text-align: center;
    margin-bottom: 100px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

a.btn-c {
  font-size: 2.2rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 5rem;
  color: #fff;
  background: #009944;
  -webkit-box-shadow: 0 5px 0 #2c9d60;
  box-shadow: 0 5px 0 #2c9d60;
}

a.btn-c span {
  font-size: 1.4rem;

  display: inline-block;

  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.5rem;

  color: #32b16c;
  border-radius: 4px;
  background: #fff;
}

a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8rem;
  line-height: 1;

  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.5rem;

  margin: 0;
  padding: 0;

  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 2px 0 #2c9d60;
  box-shadow: 0 2px 0 #2c9d60;
}

a.btn-c:hover:before {
  left: 2rem;
}

      .fs-l-pageMain p {
      font-size: 16px;
      font-weight: normal;
      }
      .fs-l-pageMain ul {
      font-size: 16px;
      font-weight: normal;
      }
      .column-top{
        background: no-repeat center url("https://flegre.itembox.design/item/column/high-quality/img/high-quality-title.jpg");
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: calc((600em - 88em) / 16);
        padding-top: calc((101em - 88em) / 16);
        position: relative;
        z-index: 12;
    }
    .column-title{
        font-size: calc(16em / 16);
        height: auto;
        line-height: 1.75;
        display: flex;
        flex-direction: column;
        font-weight: 700;
        height: calc(228em / 26) ｓ;
        letter-spacing: .1em;
        line-height: 1.69231;
        justify-content: center;
        position: relative;
        text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
        z-index: 2;
    }
    .column-top img{
        margin: 0 auto;
    }
    .column-title h1{
        font-size: 3em;
    }
    .column-title p{
        margin: 20px 0;
    }
    .column-paragraph h2 {
        background: #C57B57;
        padding: 0.5em;
        color: #FFF;
        margin-bottom: 20px;
    }
    .column-paragraph h3 {
        padding: 0.5em;
        color: #707070;
        border-left: solid 5px #E5DCD2;
        margin: 20px 0;
    }
    .column-paragraph p{
        padding: 20px 5px;
    }
   .column-paragraph ul{
       padding: 5px 0;
       margin-left: 30px;
    }
    .column-paragraph {
    margin: 80px auto;
    }
    
    
    .column-paragraph:last-child {
    margin: 80px auto;
    }
    .text-link{
    text-decoration: underline;
    text-underline-offset:5px;
    color: #006db8;
    }
    
     .article .article-section h3 {
    color: #F1A200;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 0;
    }
.mb60 {
    margin-bottom: 60px!important;
}
.article .reader.border-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 18px;
    box-shadow: 0px 0px 10px 1px #00000033;
    overflow: hidden;
    margin: 1.5rem 3.5rem;
    padding: 20px;
}
.article .reader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 20px 0;
}
.article .reader {
    overflow: hidden;
    margin: 0 3.5rem 1.5rem;
    padding: 20px;
}
.reader.border-box .pic {
    max-width: 204px;
    width: 25%;
}
.article .reader .sentence p {
    margin-bottom: 1rem;
    font-size: 16px;
}
.article .article-section .headline-deco {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 10px;
    color: #F1A200;
    /* border-bottom: 1px solid #EBEBEB; */
}
.article .reader p {
    margin-top: 0;
    padding-top: 0;
}
.reader .sentence-box a.link-btn {
    width: 350px;
    padding: 10px 15px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    background: transparent;
    display: block;
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 5px;
    border: 1px solid #333333;
    -webkit-box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.3);
    box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 30%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin: 0 0 0 auto;
}
a.new-item-link{
    color: #000;        
}
.sentence-box {
    width: 75%;
}
/*目次*/
.toc-005 {
    margin-bottom: 30px;
    border-radius: 3px;
    background-color: #E5DCD2;
}

.toc-005 div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    background-color: #C57B57;
    color: #fff;
    font-weight: 600;
    font-size: 1.1em;
}

.toc-005 div::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 5px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M3.8%2017.2h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.8-.8-.8zm0-15h-3c-.5%200-.8.4-.8.8v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8V3c-.1-.4-.4-.8-.8-.8zm0%207.6h-3c-.5%200-.8.3-.8.7v3c0%20.4.3.8.8.8h3c.4%200%20.8-.3.8-.8v-3c-.1-.4-.4-.7-.8-.7zM23.2%2018h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8zm0-15h-15c-.4%200-.7.3-.7.8v1.5c0%20.4.3.7.7.7h15c.5%200%20.8-.3.8-.8V3.8c0-.5-.3-.8-.8-.8zm0%207.5h-15c-.4%200-.8.3-.8.8v1.5c0%20.4.3.8.8.8h15c.4%200%20.8-.3.8-.8v-1.5c0-.5-.3-.8-.8-.8z%22%2F%3E%3C%2Fsvg%3E');
    content: '';
}

.toc-005 label::after {
    margin-left: 7px;
    font-weight: 500;
    font-size: .7em;
    color: #fff;
    content: "[開く]";
    cursor: pointer;
}

.toc-005:has(:checked) label::after {
    content: "[閉じる]";
}

.toc-005 input {
    display: none;
}

.toc-005 ol {
    list-style-type: decimal;
    margin: 0;
    overflow: hidden;
}

.toc-005 > ol {
    height: 0;
}

.toc-005:has(:checked) > ol {
    height: auto;
    padding: 1em 1em 1em 3em;
}

.toc-005 ol ol {
    margin-top: 5px;
    padding-left: 1.1em;
}

.toc-005 li {
    padding: 5px 0;
    font-weight: 600;
}

.toc-005 ol ol li {
    font-weight: 500;
    font-size: .9em;
}

.toc-005 a {
    color: #333;
    text-decoration: none;
}
/*目次*/    
    @media screen and (max-width: 480px) {
     .column-title h1{
    font-size: 2em;
    }    
        
    .column-paragraph {
    margin: 50px auto;
        }    
    .column-paragraph:last-child {
    margin: 50px auto 100px;
        }
    .column-paragraph a{
            
        }    
    .article .reader, .article .reader.border-box {
    display: block;
    margin: 1.5rem 0;
}
.reader .pic, .reader.border-box .pic {
    max-width: 204px;
    width: 100%;
    margin: auto;
}
.article .reader.border-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 18px;
    box-shadow: 0px 0px 10px 1px #00000033;
    overflow: hidden;
    margin: 1.5rem;
    padding: 20px;
}
.article .reader {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 20px 0;
}
.article .reader img {
    float: none;
    display: table-cell;
}
.article .sentence-box {
    width: 100%;
}
.article .reader .sentence-box a.link-btn {
    width: 260px;
    padding: 10px 15px;
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    text-decoration: none;
    background: transparent;
    display: block;
    position: relative;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 5px;
    border: 1px solid #333333;
    -webkit-box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 15px 30px -15px rgba(0,0,0,0.3);
    box-shadow: 0px 15px 30px -15px rgb(0 0 0 / 30%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin: 0 0 0 auto;
}
.article .reader {
    overflow: hidden;
    margin: 1rem 0;
}

.article .reader {
    overflow: hidden;
    margin: 0 3.5rem 1.5rem;
    padding: 20px;
}    
.article .article-section .headline-deco {
    margin: 10px 0 10px;
}
.column-top {
        min-height: calc((300em - 88em) / 16);
        }
.column-title {
        font-size: calc(12em / 16);
        }        
}