@charset "UTF-8";

/* 追記
----------------------------------------------------------*/
main.l-main div.visual div.l-cts{
    margin: 0 auto;
    padding: 4rem 0;
    background: #fffce0;
    max-width: 1246px;
    text-align: center;
}
main.l-main div.visual div.l-cts{
    font-size: 4rem;
}
main.l-main div.visual div.l-cts{
    font-size: 2rem;
    color: #e11;
    font-weight: bold;
}
main.l-main div.visual div.l-cts{
    font-style: normal;
    color: #00a3e0;
    font-size: 2rem;
    font-weight: bold;
}
main.l-main div.visual div.l-cts{
    display: inline-block;
    background: #ed0;
    padding: 0.5rem 2rem;
    font-style: normal;
    border-radius: 2rem;
    color: #00a3e0;
}
@media screen and (max-width: 767px){/* スマホのスタイル */
    main.l-main div.visual div.l-cts{
        font-size: 2.5rem;
    }
}
/* --------------------------------------------------
		intro_Amazon楽天購入ボタン追加（2025.09.18追加）
-------------------------------------------------- */
.shopInfo {
    -webkit-margin-before: 40px;
    margin-block-start: 40px;
    margin-inline: 73px;
    padding-block: 20px 10px;
    background-color: #fff;
    border-radius: 20px;
}
.shopInfo--title {
    font-size: 3.6rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 15px;
}
.shopInfo--lead {
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.6;
    margin: 1em auto 2em auto;
}
.shopInfo--lead > span {
    display: block;
    font-size: 2rem;
    line-height: 1.4;
}
.shopInfo--lead > a {
    text-decoration: underline;
    color: #467886;
}
.shopInfo--lead > a:hover {
    opacity: 0.8;
}
.shopInfo--button {
    display: flex;
    justify-content: center;
}
.shopInfo--button li {
    width: 50%;
    max-width: 400px;
    padding: 1em;
}
.shopInfo--button .btn {
    position: relative;
    display: block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    width: 100%;
    padding: 22px 0 28px;
    border-radius: 0.5em;
    text-decoration: none;
    border: 4px solid #bf0000;
    background-image: url("/new-assets/img/icon_arrow_r_white.svg");
    background-color: #bf0000;
    background-repeat: no-repeat;
    background-size: 14px auto, 100% auto;
    background-position: right 0.5em center, center center;
}
.shopInfo--button .btn:hover {
    color: #bf0000;
    background-image: url("/new-assets/img/icon_arrow_r_red.svg");
    background-color: #ffffff;
}
.shopInfo--button .btn.amazon {
    border: 4px solid #e47911;
    background-color: #e47911;
}
.shopInfo--button .btn.amazon:hover {
    color: #e47911;
    background-image: url("/new-assets/img/icon_arrow_r_orange.svg");
    background-color: #ffffff;
}
@media screen and (max-width: 767px) {
    .shopInfo {
        -webkit-margin-before: 5%;
        margin-block-start: 5%;
        margin-inline: 0;
        padding-block: 6% 5%;
        padding-inline: 2.6%;
        border-radius: 1.87rem;
        display: flex;
        flex-wrap: wrap;
    }
    .shopInfo--title {
        width: 100%;
        font-size: 2.7rem;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 6.5%;
        order: 1;
    }
    .shopInfo--lead {
        width: 100%;
        padding-inline:2.6%;
        margin: 1em auto;
        order: 2;
    }
    .shopInfo--button {
        width: 100%;
        display: block;
        order: 3;
    }
    .shopInfo--button li {
        width: auto;
    }
    .shopInfo--button .btn,
    .shopInfo--button .btn.amazon {
        font-size: 2.5rem;
        padding: 6% 0;
    }
}
/*線虫くんキャラ削除の余白調整*/
.nnose .l-cts__inner--nnose {
    padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .nnose .l-cts__inner--nnose {
        padding-bottom: 50px;
    }   
}
/* --------------------------------------------------
		intro_Amazon楽天購入ボタン変更（2025.09.29追加）
-------------------------------------------------- */
.shopInfo02 {
  width: auto;
  height: auto;
  max-width: 1100px;
  margin: 40px auto 0 auto;
}
.shopInfo02_bg {
    padding: 2em;
    background-color: #fff;
}
.shopInfo02 p {
  letter-spacing: normal;
    font-size: min(3.5vw, 22px);
    text-align: center;
    line-height: 1.6;
}
.shopInfo02 p > a {
    text-decoration: underline;
    color: #467886;
}
.shopInfo02 p > a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .shopInfo02 {
    margin-top: 20px;
    } 
}
/* --------------------------------------------------
	紙の検査結果のオプションを目立たせる修正（2025.12.12）
-------------------------------------------------- */
/*右側の高さ調整用*/
.course__list .unit--paper-oti {  
    padding-bottom: inherit;
    margin-bottom: 220px;  
}
@media screen and (max-width: 767px) {
    .course__list .unit--paper-oti {
        margin-bottom: 0;
    }
}
/*背景色+太字*/
.course__list .unit--paper {
    background-color: #FFFCDB;
    padding: 1em 0;
}