@charset "Shift_JIS";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.tunagaru-pj {
    color: #464646;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 1.85;
}
.tv-title {
    font-weight: 600;
}
.tv-title::before {
    content: "●";
    color: #f4f5c7;
    /* margin-right: 5px; */
    display: inline-block;
}
.tunagaru-pj * {
    box-sizing: border-box;
}
.tunagaru-pj img {
    max-width: 100%;
    vertical-align: bottom;
}

.tunagaru-pj .page_main section {
    text-align: left;
}

.text_link{
    color: #2a90d1;
    text-decoration: underline;
    cursor: pointer;
}
.text_link:hover{
    text-decoration: none;
}

.mark {
  background: linear-gradient(transparent 60%, #ffff66 60%);
  padding: 0 2px;
  color: #d7000f;
}
h3::after, h3 {
    border-bottom: none;
}


/* ここから */
/* 背景 */

/* セクション全体 */
.pr-section {
    margin-bottom: 50px;
    padding: 40px 0;
    background: #c8e0e3;
}

/* 白いボックス */
.pr-box {
    position: relative;

    width: 90%;
    max-width: 1100px;
    margin: 0 auto;

    padding: 70px 40px 40px;

    background: #fff;
    border-radius: 24px;
}

/* 内側の枠 */
.pr-box::before {
    content: "";
    position: absolute;
    inset: 16px;

    border: 3px solid #a8bfd5;
    border-radius: 12px;

    pointer-events: none;
}

/* タイトルラベル */
.pr-title {
    position: absolute;
    top: -12px;
    left: -44px;

    display: inline-block;

    margin: 0;
    padding: 14px 36px;

    background: #5f87ab;
    color: #fff;

    font-size: clamp(14px, 2vw, 20px);
    font-weight: bold;
    line-height: 1.4;

    border-radius: 0 50px 50px 0;

    width: auto;
    max-width: none;

    z-index: 2;
}


/* アイコン */
.pr-icon {
  font-size: 1.2em;
}

/* コンテンツ領域 */
.pr-content {
  min-height: 400px;
}

/* アニメーション */
.pr-section {
    opacity: 0;
    transform: translateY(60px);
    transition:
        opacity 1.2s ease,
        transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.pr-section.is-active {
    opacity: 1;
    transform: translateY(0);
}

/* ここまで */

/*======================================================
	PCサイズ（641px以上）ここから
======================================================*/

@media screen and (min-width:641px), print{

#main{
    background-color: #ededed;
    padding-bottom: 30px;
}

/*メイン*/
#main .page_main{
    text-align: center;
    background-color: #ffffff;
    padding: 35px 40px 40px;
    margin-bottom: 30px;
}
.tunagaru-pj .page_main section.fv ,
.tunagaru-pj .page_main section.summary {
    margin-bottom: 50px;
}
/* .tunagaru-pj .page_main section:not(.fv, .summary) {
    padding: 1em 1em 1.5em;
    margin-bottom: 50px;
    border: solid #c2e7ec 4px;
    border-radius: 15px;
} */
.text-top{
    text-align: center;
	font-size:130%;
    line-height: 1.85;
    margin: 15px auto;
	width:100%;
    max-width: 800px;
}



}
/*======================================================
	SPサイズ（640px以下）ここから
======================================================*/

@media screen and (max-width: 640px){
.tunagaru-pj .page_main section {
    margin-bottom: 30px;
}
.text-top{
    font-size: 110%;
}

/* ここから */
    .pr-section {
        padding: 30px 10px;
    }

    .pr-box {
        width: 100%;
        padding: 50px 30px 30px;
        /* margin-bottom: 20px; */
        border-radius: 15px;
    }

    .pr-box::before {
        inset: 8px;
        border-width: 2px;
        border-radius: 8px;
    }

    .pr-title {
        top: -10px;
        left: -10px;

        padding: 10px 20px;

        max-width: 90%;

        font-size: clamp(16px, 3vw, 18px);
        line-height: 1.3;

        border-radius: 0 30px 30px 0;
    }

    .pr-box p {
        font-size: 15px;
        line-height: 1.8;
    }

    .monthly-program .pr-title {
        letter-spacing: -1px;
    }
/* ここまで */
}

@media screen and (max-width: 375px){

}