@charset "UTF-8";
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: 'M PLUS Rounded 1c', sans-serif;
    background-image: radial-gradient(#ffff1a 16%, transparent 21%), radial-gradient(#ffff1a 16%, transparent 21%);
    background-position: 0 0, 4px 4px;
    background-size: 8px 8px;
    Overflow-x: hidden
}
/* ヘッダー */
.header{
    grid-column-start: left;
    grid-row-start: header;
    background-color: #A2E288;

}

.header-wrapp{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px;
    text-align: center;
}

/* お申込みボタン */
.membership a{
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #225966;
    padding: 10px 40px;
    margin: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #225966;
    text-decoration: none;
}

.membership a:hover{
    background-color: #7bd358;
    color: #fff;
}

/* ログインボタン */
.login a{
    background-color: #fff;
    border-radius: 20px;
    border: solid 2px #225966;
    padding: 10px 40px;
    margin: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #225966;
    text-decoration: none;
    
}

.login a:hover{
    background-color: #7bd358;
    color: #fff;
}

/* メイン*/
/* トップ子供たち画像 */
.children img{
    width:100%;
}

/* メインビジュアル */
.mainVisual {
    width: 100%;
    margin: 0 auto;
}

.mainVisual img {
    width: 100%;
}

.mainVisual-sp {
    display: none;
}

/* ページトップへ戻るボタン */
.pagetop {
    height: 80px;
    width: 80px;
    position: fixed;
    right: 45px;
    bottom: 120px;
    background: #A2E288;
    border: solid 3px #225966;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop:hover {
    background: #fff; 
    color: #225966; 
}

.pagetop__arrow{
    height: 10px;
    width: 10px;
    border-top: 3px solid #225966;
    border-right: 3px solid #225966;
    transform: translateY(20%) rotate(-45deg);
}

/* 料金シミュレーションボタン */
.simulation{
    margin: 0;
    padding: 0;
    text-align: center;
    grid-column-start: left;
    grid-row-start: auto;
}

/* 保険適用されないボタン */
a.btn-border{
    padding: 20px 150px;
    border: 2px solid #930746;
    border-radius: 0;
    background: #ed3c8c;
    -webkit-box-shadow: 10px 10px 0 #930746;
    box-shadow: 10px 10px 0 #930746;
    font-size: 30px;
    margin: 50px 10px;
    transition: box-shadow 0.3s ease;
}

a.btn-border:hover{
    -webkit-box-shadow: -10px -10px 0 #930746; /* ホバー時、左上に影 */
    box-shadow: -10px -10px 0 #930746; 
}

a.btn-border02{
    padding: 20px 35px;
    border: 2px solid #225966;
    border-radius: 0;
    background: #FFF799;
    -webkit-box-shadow: 10px 10px 0 #225966;
    box-shadow: 10px 10px 0 #225966;
    font-size: 30px;
    margin: 50px 10px;
    transition: box-shadow 0.3s ease; 
}

a.btn-border02:hover {
    -webkit-box-shadow: -10px -10px 0 #225966; /* ホバー時、左上に影 */
    box-shadow: -10px -10px 0 #225966;         /* ホバー時、左上に影 */
}


.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;
    color: #fff;
}


.btn02, a.btn02, button.btn02 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 10px;
    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;
    color: #225966;
}

.tekiyo-small{
    font-size: 12px;
}

/* 親子のための身の回り品保険なら */
.description-lawyer{
    margin:0 auto;
    width: 90%;
    background-color: #fff;
}

.icon{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
}

.text h2{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    margin: 0;
    color: #225966;
}

.text p{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin: 0;
    color: #225966;
    text-align: center;
}

/* 支払われる例・支払われない例 */
.pay {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top:50px;
}

.pay-ex {
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 5px 0 #225966;
    width: 85%;
    margin-bottom: 20px;
    border:1px solid #225966;
    color:#225966;
}

.pay-ex p{
    font-size: 26px;
    margin:10px;
}

/* 支払われる例・支払われない例画像 */
.child-ex,
.no-child-ex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 20px 0;
}

.no-child-ex img{
    width: 28%;
    margin-bottom: 10px;
}

.child-item {
    text-align: center;
    margin: 0 20px;
}

.child-ex img {
    width: 28%;
    margin-bottom: 10px; 
}

/* 保険金額表 */
.hokein-pay{
    width: 90%;
    margin: 1rem auto 0;
    background-color: #fff;
    padding: 2rem 0;
}

.insurance-content {
    margin: 0 auto;
    max-width: 1350px;
    width: 85%;
}

.insurance-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.insurance-table th, .insurance-table td {
    border: 1px solid #225966;
    padding: 10px;
    text-align: center;
}

.insurance-table th {
    background-color: #A2E288;
    color: #225966;
    font-size: 30px;
}

.insurance-table td {
    background-color: #A2E288;
    color: #225966;
    text-align: center;
    font-size: 30px;
}

.insurance-table td:nth-child(2) {
    background-color: #FFFFFF;
    vertical-align: middle;
}

.insurance-table tr:nth-child(2) td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.insurance-table tr:nth-child(3) td {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 保険料 */
.insurance-premium{
    width: 85%;
    margin:0 auto;
    padding-bottom:30px;
}
.premium-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.premium-table th, .premium-table td {
    border: 1px solid #225966;
    padding: 10px;
    text-align: center;
}

.premium-table th {
    background-color: #A2E288;
    color: #225966;
    font-size: 30px;
}

.premium-table td {
    background-color: #A2E288;
    color: #225966;
    text-align: center;
    font-size: 30px;
}

.premium-table td:nth-child(2) {
    background-color: #FFFFFF;
    vertical-align: middle;
}

.premium-table tr:nth-child(2) td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.premium-table tr:nth-child(3) td {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 身の回り品損害費用保険金の内容・傷害通院保険金の内容 */
.consultation-content{
    margin: 0 auto;
    max-width: 1350px;
    width: 85%;
}

.consultation-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    text-align: center;
}


.consultation-table th, .consultation-table td {
    border: 1px solid #225966;
    padding: 10px;
    text-align: center;
}

.consultation-table th {
    background-color: #A2E288;
    color: #225966;
    font-size: 30px;
}

.consultation-table td {
    background-color: #fff;
    color: #225966;
    text-align: left;
    font-size: 30px;
    padding: 10px;
}

.consultation-table tr {
    vertical-align: middle;
}

.consultation-table td:nth-child(2) {
    background-color: #FFFFFF;
    vertical-align: middle;
}

.consultation-table tr:nth-child(2) td,
.consultation-table tr:nth-child(3) td {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Q&A */
.question {
    margin: 0 auto;
    width: 80%;
    background-color: #fff;
    text-align: center;
}

.q-a-all {
    margin: 0 auto;
    background-color: #fff;
    width: 100%;
    max-width: 1000px; 
    text-align: center;
}

.midashi01 {
    background-color: #A2E288;
    margin: 0 auto;
    color: #225966;
    text-align: center;
    font-size: 46px;
    width: 100%;
    max-width: 1000px;
}

/* 質問 */
.acbox {
    margin: 20px auto;
    width: 80%;
    max-width: 900px;
}

.acbox input {
    display: none;
}

.acbox label {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    background: #A2E288;
    position: relative;
    display: block;
    padding: 20px;
    cursor: pointer;
    color: #225966;
    border-radius: 5px;
}

.acbox label:after {
    color: #34930C;
    content: "▼";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.acbox input:checked + label:after {
    transform: translateY(-50%) rotate(180deg);
}

/* 回答 */
.acbox-under {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border: 0px solid #A2E288;
    transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
    padding: 0;
    text-align: left;
    color: #225966;
}

.acbox input:checked ~ .acbox-under {
    max-height: 500px;
    opacity: 1;
    padding: 20px;
    border: 2px solid #A2E288;
}

/* 問い合わせ */
.otoiawase {
    margin: 0;
    padding: 100px 0;
    text-align: center;
    grid-column-start: left;
    grid-row-start: auto;
}

.otoiawase p {
    margin: 20px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 500;
}

.otoiawase img {
    width: 30%;
}

.panf {
    margin: 0;
    padding: 30px 0;
    width: 100%;
}

a {
    background-color: transparent;
}

.panf img {
    width: 30%;
}

.t-strong {
    font-size: 40px;
}

/* 待機期間 */
h1 {
    text-align: center;
    background-color: #A2E288;
    box-shadow: 5px 10px 0 #225966;
    border: 2px solid #225966;
    color: #FFF799;
    margin: 50px;
    padding: 10px 0;
    text-shadow: 1px 1px 0px #225966, -1px -1px 0px #225966, -1px 1px 0px #225966, 1px -1px 0px #225966, 1px 0px 0px #225966, -1px 0px 0px #225966, 0px 1px 0px #225966, 0px -1px 0px #225966;
}

/* 待機期間　タイトル */
.taiki{
    width: 85%;
    margin: 0 auto;
    background-color: #fff;
}

.kikan{
    width: 85%;
    padding: 0.75rem 3rem 3rem;
    margin: 0 auto;
    border:2px solid #225966;
    border-radius: 10px;
}

.moushikomibi{
    text-align: center;
}

.moushikomibi P{
    font-size: 24px;
    color: #225966;
    margin:20px 0;
}

.pink{
    background: linear-gradient(to bottom, transparent 50%, pink 50%);
}

/* 待機期間　画像 */
.hosyo-kaishi{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 3rem;

}

.hosyo-kaishi img{
    width:100%;
}

/* 学校あんしん保険へ戻る */
.gakko-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.modoru-button {
    margin: 50px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    cursor: pointer;
    padding: 20px 100px;
    background: #A2E288;
    color: #225966;
    line-height: 1em;
    transition: .3s;
    box-shadow: 15px 15px #225966;
    border: 3px solid #225966;
}

.modoru-button:hover{
    background: #fff; 
    color: #225966; 
    box-shadow: none; 
}


/* コピーライト */
.copyright {
    background-color: #a2e288;
    text-align: center;
    grid-column-start: left;
    grid-row-start: auto;
}

.copyright p {
    margin: 0;
    padding: 10px;
    color: #3b3d3f;
    font-size: 14px;
}

/* フッターメニュー */
.menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-start: left;
    grid-column-end: right;
    grid-row-start: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #FFF799;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #225966;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border: 1px solid #225966;
    border-top: 2px solid #225966;
    border-bottom: 2px solid #225966;
}
.menu a:hover{
    background-color: #ffef45;
}

@media (max-width: 768px) {
    /* ヘッダー */
    .header {
        flex-direction: column;
        align-items: center;
    }

    .header-wrapp {
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        text-align: center;
        padding: 0.75rem;
    }

    /* お申込みボタン・ログインボタン */
    .membership, .login {
        margin: 10px 0;
        width: 100%;
    }

    .membership a,
    .login a {
        width: 80%;
        padding: 8px 17px;
        font-size: 18px;
        margin: 0;
    }

    /* 月々200円でご加入いただけます */
    .prime p {
        font-size: 30px;
    }

    .prime-price{
        text-shadow: 1px 1px 0px #225966, 
    -1px -1px 0px #225966, 
    3px 1px 0px #225966, 
    1px -1px 0px #225966, 
    1px 0px 0px #225966, 
    -1px 0px 0px #225966, 
    0px 1px 0px #225966, 
    0px -1px 0px #225966;
    }

    .prime, .prime-price {
        font-size: 40px;
    }

    /* 吹き出し */
    .inner-lawyer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .inner-lawyer-img {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .inner-lawyer-img img {
        max-width: 80%;
        height: auto;
        padding-left: 0;
        display: block;
    }

    /* 身の回り品損害費用保険金・家族画像 */
    .lawyer-compensation {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding:0 20px;
    }
    
    .compensation-text {
        font-size: 24px;
    }

    .compensation-img{
        width:400px;
    }
    
    .compensation-img img {
        width: 100%;
        max-width: 500px;
    }
    
    /* ページトップへ戻る */
    .pagetop {
        height: 60px;
        width: 60px;
        right: 20px;
        bottom: 150px;
        position: fixed;
    }

    /* 子供たちの画像 */
    .children img {
        width: 100%;
        height: auto;
    }

    /* 料金シミュレーション画面 */
    .simulation {
        margin: 0;
        padding: 20px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    /* 保険適用されないボタン */
    a.btn-border {
        padding: 15px 60px;
        border: 2px solid #930746;
        border-radius: 0;
        background: #ed3c8c;
        box-shadow: 10px 10px 0 #930746;
        font-size: 24px;
        margin: 20px 0;
        transition: box-shadow 0.3s ease;
    }
    
    a.btn-border:hover {
        box-shadow: -10px -10px 0 #930746;
    }
    
    a.btn-border02 {
        padding: 15px 30px;
        border: 2px solid #225966;
        border-radius: 0;
        background: #FFF799;
        box-shadow: 10px 10px 0 #225966;
        font-size: 24px;
        margin: 20px 0;
        transition: box-shadow 0.3s ease; 
    }
    
    a.btn-border02:hover {
        box-shadow: -10px -10px 0 #225966;
    }
    
    .btn, a.btn, button.btn {
        font-size:20px;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        cursor: pointer;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #fff;
    }
    
    .btn02, a.btn02, button.btn02 {
        font-size: 17px;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 10px;
        cursor: pointer;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #225966;
    }

    .tekiyo-small{
        font-size: 12px;
    }

    /* 親子のための身の回り保険なら */
    .description-lawyer {
        margin: 0 auto;
        width: 90%;
        background-color: #fff;
        padding: 20px;
    }
    
    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .text h2 {
        font-size: 30px;
        margin: 0;
        color: #225966;
        text-align: center;
    }
    
    .text p {
        font-size: 16px;
        margin: 0;
        color: #225966;
        text-align: center;
    }
    
    /* 支払われる例・支払われない例・画像 */
    .pay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }
    
    .pay-ex {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #225966;
        box-shadow: 5px 5px 0 #225966;
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    
    .pay-ex p {
        font-size: 20px;
        margin: 10px;
        text-align: center;
    }
    
    .child-ex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    
    .child-ex img {
        display: block;
        width: 30%;
    }

    .no-child-ex img{
        display: block;
        width: 30%;
    }
    
    .child-item {
        flex: 1 1 300px;
        margin-bottom: 10px;
        text-align: center;
    }

    /* 保険金額 */
    .hokein-pay{
        margin: 0 auto;
        width: 90%;
        background-color: #fff;
        padding: 20px;
        margin-top: 30px;
    }

    .insurance-content {
        margin: 20px auto 30px;
        padding: 0;
    }

    .insurance-table th, .insurance-table td {
        font-size: 20px;
        padding: 5px;
    }

    /* 保険金額 */
    .insurance-premium {
        width: 95%;
        margin: 0 auto 1rem;
        text-align: center;
    }

    .premium-table {
        width: 100%;
        margin: 0 auto;
    }

    .premium-table th, .premium-table td {
        font-size: 20px;
        padding: 8px;
        text-align: center; 
    }
    
    /* 保険金額・保険料・親子のための身の回り品損害費用保険金 */
    .insurance-table, .premium-table, .consultation-table {
        font-size: 20px;
    }
    
    /* 保険料 */
    .premium-table {
        max-width: 90%;
    }
    
    /* 身の回り品損害費用保険金内容・傷害通院保険金の内容 */
    .consultation-content {
        margin: 20px auto 30px;
        padding: 0;
    }

    .consultation-table th, .consultation-table td {
        font-size: 16px;
        padding: 8px;
    }

    .consultation-table {
        width: 100%;
        margin: 0 auto;
    }

    /* Q&A */
    .midashi01 {
        background-color: #A2E288;
        margin: 0 auto;
        color: #225966;
        text-align: center;
        font-size: 36px;
        width: 100%;
        max-width: 1000px;
    }

    .acbox label:after {
        color: #34930C;
        content: "▼";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    /* お問い合わせ */
    .otoiawase {
        padding: 50px 0;
    }

    .otoiawase p {
        font-size: 20px;
    }

    .otoiawase img {
        width: 60%;
    }

    .panf img {
        width: 60%;
    }

    .t-strong {
        font-size: 30px;
    }

        /* 待機期間 */
    h1 {
        text-align: center;
        background-color: #A2E288;
        box-shadow: 5px 10px 0 #225966;
        border: 2px solid #225966;
        color: #FFF799;
        font-size: 14px;
        margin: 20px 20px 40px;
        padding: 10px 0;
        text-shadow: 1px 1px 0px #225966, -1px -1px 0px #225966, -1px 1px 0px #225966, 1px -1px 0px #225966, 1px 0px 0px #225966, -1px 0px 0px #225966, 0px 1px 0px #225966, 0px -1px 0px #225966;
    }
    
    /* 待機期間　タイトル */
    .taiki{
        width: 90%;
        margin: 0 auto;
        background-color: #fff;
        /* padding: 20px 0; */
    }
    
    .kikan{
        padding:10px 45px;
    }    
    
    
    .moushikomibi{
        text-align: center;
    }
    
    .moushikomibi P{
        font-size: 14px;
        color: #225966;
        margin:20px;
    }
    
    .pink{
        background: linear-gradient(to bottom, transparent 50%, pink 50%);
    }
    
    /* 待機期間　画像 */
    .hosyo-kaishi{
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .hosyo-kaishi img{
        width:400px;
    }

    /* 学校あんしん保険へ戻る */
    .gakko-button{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modoru-button {
        margin: 50px 0;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
        text-align: center;
        cursor: pointer;
        padding: 10px 50px;
        background: #A2E288;
        color: #225966;
        line-height: 1em;
        transition: .3s;
        box-shadow: 5px 5px #225966;
        border: 3px solid #225966;
    }
    
    .modoru-button:hover{
        background: #fff; 
        color: #225966; 
        box-shadow: none; 
    }


    /* フッターメニュー */
    .menu {
        grid-template-columns: 1fr 1fr;
    }

    .menu a {
        padding: 10px 0;
        font-size: 13px;
        border-bottom: 1px;
    }

}

@media (max-width:440px) {
    /* ヘッダー */
    .header {
        flex-direction: column;
        align-items: center;
    }
    
    .header-wrapp {
        width: 85%;
        padding: 0.5rem 0;
        margin: 0 auto;
    }
    
    /* お申込みボタン・ログインボタン */
    .membership, .login {
        margin: 4px 0;
        width: 100%;
    }
    
    .membership a,
    .login a {
        width: 90%;
        padding: 4px 18px;
        font-size: 13px;
    }

    /* メインビジュアル */
    .mainVisual {
        display: none;
    }
    
    .mainVisual-sp {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    
    .mainVisual-sp img {
        width: 100%;
    }
    
    /* ページトップへ戻る */
    .pagetop {
        height: 40px;
        width: 40px;
        right: 10px;
        bottom: 130px;
        position: fixed;
    }

    .icon img{
        width:80px;
    }

    .children img {
        width: 100%;
        height: auto;
    }

    /*  支払われる例・支払われない例 */
    .pay {
        margin-top: 15px;
    }

    .pay-ex {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

    .child-ex {
        width: 85%;
    }

    .child-ex img {
        width: 100%;
        padding: 0;
    }

    .no-child-ex {
        width: 85%;
    }

    .no-child-ex img{
        margin: 0 auto;
        display: block;
        width: 100%;
        height: auto;
        padding: 0;
    }

    /* 料金シミュレーションボタン */
    .simulation {
        margin: 0;
        padding: 5px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* 保険適用されないボタン */
    a.btn-border, a.btn-border02 {
        padding: 10px 30px;
        font-size: 12px;
        margin: 10px 0;
        box-shadow: 5px 5px 0 #930746;
    }

    a.btn-border:hover {
        box-shadow: -5px -5px 0 #930746;
    }

    a.btn-border02 {
        box-shadow: 5px 5px 0 #225966;
    }

    a.btn-border02:hover {
        box-shadow: -5px -5px 0 #225966;
    }

    .btn, a.btn, button.btn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .btn02, a.btn02, button.btn02 {
        font-size: 12px;
        padding: 8px;
    }

    .tekiyo-small{
        font-size: 8px;
    }

    /* 親子のための身の回り品保険なら */
    .description-lawyer {
        margin: 0 auto;
        padding: 5px;
        background-color: #fff;
    }

    /* 身の回り品保険アイコン */
    .icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .text h2 {
        font-size: 20px;
        color: #225966;
        text-align: center;
    }

    .text p {
        font-size: 14px;
        color: #225966;
        text-align: center;
        margin: 5px 0;
    }

    /* 支払われる例・支払われない例 */
    .pay {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .pay-ex {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #225966;
        box-shadow: 3px 3px 0 #225966;
        width: 100%;
        max-width: 300px;
        margin-bottom: 15px;
    }

    .pay-ex p {
        font-size: 18px;
        margin: 8px;
        text-align: center;
    }

    /* 支払われる例・支払われない例画像 */
    .child-ex {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        text-align: center;
    }

    .child-ex img {
        margin: 0 auto;
    }

    .child-item {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

    /* 保険金額・保険料・親子のための身の回り品損害費用保険金 */
    .insurance-table, .premium-table, .consultation-table {
        font-size: 16px;
        width: 100%;
        margin: 0;
    }

    .insurance-table th, .premium-table th, .consultation-table th {
        padding: 8px;
    }

    .insurance-table td, .premium-table td, .consultation-table td {
        padding: 5px;
    }

    /* 保険金額 */
    .insurance-content {
        width: 90%;
        padding: 0 10px;
        margin: 20px auto;
        text-align: center; 
    }

    .insurance-table {
        width: 100%;
        margin: 0 auto;
        font-size: 18px;
    }

    .insurance-table th, .insurance-table td {
        font-size: 16px;
        padding: 5px;
        text-align: center;
    }

    /* 保険料 */
    .premium-table tr:nth-child(2) td {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    .premium-table tr:nth-child(3) td {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .hokein-pay {
        margin: 10px auto 0;
        padding: 5px;
        background-color: #fff;
    }
    .insurance-premium {
        max-width: 95%;
        padding: 0 5px;
        margin: 0 auto;
        text-align: center;
    }

    .premium-table {
        width: 100%;
        max-width: 95%;
        margin: 0 auto;
    }

    .premium-table th, .premium-table td {
        font-size: 18px;
        padding: 5px;
        text-align: center;
    }

     /* 身の回り品損害費用保険の内容 */
     .consultation-content {
        width: 90%;
        padding: 0 10px;
        margin: 20px auto;
        text-align: center;
    }

    .consultation-table {
        width: 100%;
        margin: 0 auto;
    }

    .consultation-table th, .consultation-table td {
        font-size: 12px;
        padding: 5px;
        text-align: center;
    }

    .consultation-table tr:nth-child(2){
        padding-top: 10px;
        text-align: left;
    }

    /* Q&A */
    .question {
        margin: 0 auto;
        width: 90%;
        background-color: #fff;
        text-align: center;
        padding: 10px;
    }

    .q-a-all {
        margin: 0 auto;
        background-color: #fff;
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .midashi01 {
        background-color: #A2E288;
        margin: 0 auto;
        color: #225966;
        text-align: center;
        font-size: 20px;
        width: 100%;
    }

    /* 質問 */
    .acbox {
        margin: 10px auto;
        width: 90%;
        max-width: 100%;
    }

    .acbox label {
        font-size: 10px;
        padding: 15px;
        border-radius: 3px;
    }

    /* 回答 */
    .acbox-under {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        border: none;
        transition: max-height 0.5s ease, opacity 0.5s ease, padding 0.5s ease;
        padding: 0;
        text-align: left;
        font-size: 10px;
    }

    .acbox input:checked ~ .acbox-under {
        max-height: 300px;
        opacity: 1;
        padding: 10px;
        border: 2px solid #A2E288;
    }

    .acbox label:after {
        color: #34930C;
        content: "▼";
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    /* お問い合わせ */
    .otoiawase {
        padding: 20px 0;
        text-align: center; 
    }

    .otoiawase p {
        font-size: 16px;
        margin: 10px 0;
    }

    .otoiawase img {
        width: 80%;
        max-width: 300px;
    }

    .panf img {
        width: 80%;
        max-width: 300px;
    }

    .t-strong {
        font-size: 20px;
    }

        /* 待機期間 */
    h1 {
        font-size: 9px;
        margin: 10px 10px 20px;
        padding: 5px 0;
        box-shadow: 3px 6px 0 #225966;
    }

    /* 待機期間タイトル */
    .taiki {
        margin: 0 auto;
    }

    .kikan{
        padding:0 10px;
    }

    .moushikomibi p {
        font-size: 12px;
        margin: 10px;
    }

    /* 待機期間　画像 */
    .hosyo-kaishi img {
        width: 100%;
        max-width: 300px;
    }

    /* 学校あんしん保険へ戻るボタン */
    .modoru-button {
        font-size: 12px;
        padding: 8px 30px;
        margin: 30px 0;
        box-shadow: 3px 3px #225966;
    }
    
    .modoru-button:hover{
        background: #fff; 
        color: #225966; 
        box-shadow: none; 
    }

    /* 問い合わせ*/
    .otoiawase {
        padding: 20px 0;
        text-align: center;
    }

    .otoiawase p {
        font-size: 16px;
        margin: 10px 0;
    }

    .otoiawase img {
        width: 80%;
        max-width: 300px;
    }

    .panf img {
        width: 80%;
        max-width: 300px;
    }

    .t-strong {
        font-size: 20px;
    }


    /* コピーライト */
    .copyright p {
        margin: 0;
        padding: 10px;
        color: #3b3d3f;
        font-size: 9px;
    }

    /* フッターメニュー */
    .menu {
        grid-template-columns: 1fr 1fr;
    }

    .menu a {
        font-size: 10px;
        border-bottom: 1px solid #ccc;
    }
}
