@charset "utf-8";
/* 詳細内容表示 */
.entry{
    font-size: 1.5rem;
    line-height: 1.867;
}
.entry a{
    color: #295ea2;
    text-decoration: underline;
}
.entry sub,.entry sub *{ vertical-align:sub; }
.entry sup,.entry sup *{ vertical-align:super; }
.entry sub,.entry sub *,
.entry sup,.entry sup *{
    font-size: 70%;
}
.entry h1,.entry h1 *,
.entry h2,.entry h2 *,
.entry h3,.entry h3 *,
.entry h4,.entry h4 *,
.entry h5,.entry h5 *,
.entry h6,.entry h6 *{
    font-weight: bold;
    line-height: 1.5;
}
.entry h1,.entry h1 * { font-size:3rem;}
.entry h2,.entry h2 * { font-size:3rem;}
.entry h3,.entry h3 * { font-size:1.8rem;}
.entry h4,.entry h4 * { font-size:2rem;}
.entry h5,.entry h5 * { font-size:1.8rem;}
.entry h6,.entry h6 * { font-size:1.6rem;}
.entry ul,.entry ul li { list-style:none; margin-left:0; }
.entry ol,.entry ol li { list-style:none; margin-left:0; }
.entry div.photo_left {
    width:100%;
    text-align:left;
}
.entry div.photo_center {
    width:100%;
    text-align:center;
}
.entry div.photo_right {
    width:100%;
    text-align:right;
}
.entry div.photo_fleft {
    float:left;
    padding:0 4rem 0 0;
}
.entry div.photo_fright {
    float:right;
    padding:0 0 0 4rem;
}
.entry blockquote{
    margin:1rem 0 1rem 5rem;
    padding:1em 1em 1em 2em;
    border-left:0.7rem solid #ccc;
    font-style:oblique;
}
.entry img{
    max-width: 100%;
    height: auto;
}
.entry iframe[src^="https://www.youtube.com"]{
    max-width: 100%;
    width: 96rem;
    height: 54rem;
    margin: 0 auto;
    display: block;
}
.entry p + .photo_left,
.entry p + .photo_center,
.entry p + .photo_right,
.entry p + .photo_fleft,
.entry p + .photo_fright{
    margin-top: 6rem;
}
.entry div + p,
.entry div + h1,
.entry div + h2,
.entry div + h3,
.entry div + h4,
.entry div + h5,
.entry div + h6{
    margin-top: 3.5rem;
}
.entry h1 + p,
.entry h2 + p,
.entry h3 + p,
.entry h4 + p,
.entry h5 + p,
.entry h6 + p{
    margin-top: 1.5rem;
}
@media only screen and (max-width:767px){
    .entry{
        font-size: 1.2rem;
        line-height: 1.67;
    }
    .entry h1,.entry h1 *{ font-size:1.7rem;}
    .entry h2,.entry h2 *{ font-size:1.7rem;}
    .entry h3,.entry h3 *{ font-size:1.6rem;}
    .entry h4,.entry h4 *{ font-size:1.5rem;}
    .entry h5,.entry h5 *{ font-size:1.4rem;}
    .entry h6,.entry h6 *{ font-size:1.3rem;}
    .entry div.photo_fleft{
        float:none;
        padding:0 0 1rem;
        text-align: center;
    }
    .entry div.photo_fright{
        float:none;
        padding:0 0 1rem;
        text-align: center;
    }
    .entry iframe[src^="https://www.youtube.com"]{
        width: 100%;
        height: 51.736vw;
    }
    .entry p + .photo_left,
    .entry p + .photo_center,
    .entry p + .photo_right,
    .entry p + .photo_fleft,
    .entry p + .photo_fright{
        margin-top: 3.5rem;
    }
    .entry div + p,
    .entry div + h1,
    .entry div + h2,
    .entry div + h3,
    .entry div + h4,
    .entry div + h5,
    .entry div + h6{
        margin-top: 1.7rem;
    }
    .entry h1 + p,
    .entry h2 + p,
    .entry h3 + p,
    .entry h4 + p,
    .entry h5 + p,
    .entry h6 + p{
        margin-top: 0.8rem;
    }
}


.entry h2{
    position: relative;
    padding: 2.2rem 3rem 2rem 5rem;
    background-color: var(--bgColor);
}
.entry h2::before{
    position: absolute;
    content: '';
    margin: auto;
    display: block;
    top: 3rem;
    left: 3rem;
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    background-color: var(--greenColor);
}
.entry h2,
.entry h2 *{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_28);
}
@media only screen and (max-width:767px){
    .entry h2{
        padding: 1.4rem 1.5rem 1.2rem 3rem;
    }
    .entry h2::before{
        margin: auto;
        top: 0;
        bottom: 0;
        left: 1.5rem;
        width: 0.5rem;
        height: 0.5rem;
    }
    .entry h2,
    .entry h2 *{
        font-size: var(--spFontSize15);
        line-height: var(--spLineHeight15_22);
    }
}


.entry h3{
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.entry h3::before{
    content: "";
    background-image: repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.4rem), repeating-linear-gradient(180deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.4rem), repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.4rem), repeating-linear-gradient(180deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.4rem);
    background-position: left top, right top, left bottom, left top;
    background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
    background-size: 100% 0.1rem, 0.1rem 100%, 100% 0.1rem, 0.1rem 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
}
.entry h3,
.entry h3 *{
    font-size: var(--pcFontSize18);
    line-height: var(--pcLineHeight18_28);
}
@media only screen and (max-width:767px){
    .entry h3{
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .entry h3::before{
        background-image: repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.2rem), repeating-linear-gradient(180deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.2rem), repeating-linear-gradient(90deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.2rem), repeating-linear-gradient(180deg, var(--grayColorB8), var(--grayColorB8) 0.1rem, transparent 0.1rem, transparent 0.2rem);
    }
    .entry h3,
    .entry h3 *{
        font-size: var(--spFontSize14);
        line-height: var(--spLineHeight14_22);
    }
}


/* secDetailsPdf */
.secDetailsPdf{
    margin-top: 7rem;
}
.secDetailsPdf .pdfItem{
    width: 100%;
    margin-bottom: 2rem;
}
.secDetailsPdf .pdfItem:last-child{
    margin-bottom: 0;
}
.secDetailsPdf .txt{
    font-size: var(--pcFontSize15);
    color: #c80a0a;
    font-weight: bold;
    line-height: var(--pcLineHeight15_23);
}
.secDetailsPdf .pdfInner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(248, 246, 242);
    box-shadow: inset 0px -3px 0px 0px rgba(4, 0, 0, 0.05);
    border-radius: 5rem;
    height: auto;
    padding: 2.7rem 5rem;
    gap: 1rem;
    text-decoration: none;
    color: #c80a0a;
}
.secDetailsPdf .boxTit{
    display: flex;
    align-items: center;
}
.secDetailsPdf .imgIcon{
    margin-right: 2rem;
}
.secDetailsPdf .imgIcon {
    flex-shrink: 0;
}
.secDetailsPdf .imgIconArrow.spNone {
    display: flex;
}
@media only screen and (max-width:1215px){
    .secDetailsPdf {
        margin-top: 3.5rem;
    }
    .secDetailsPdf .txt {
        font-size: var(--spFontSize12);
        display: inline;
    }
    .secDetailsPdf .imgIconArrow {
        position: relative;
        top: -0.5rem;
        display: inline;
    }
    .secDetailsPdf .txt span{
        display: inline-flex;
    }
    .secDetailsPdf .imgIcon {
        width: 2.5rem;
        margin-right: 1.5rem;
    }
    .secDetailsPdf .pdfInner {
        background-color: rgb(248, 246, 242);
        box-shadow: inset 0px -3px 0px 0px rgba(4, 0, 0, 0.05);
        padding: 2rem 2rem 2rem 2.8rem;
        gap: 1rem;
    }
    .secInner {
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }
}