@charset "UTF-8";

html {
    scroll-behavior: smooth;
}
  
body{
    line-height: 1.7;
    font-family: sans-serif;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}

.container{
    width: 95%;
    max-width: 599px;
    margin: auto;
}

.indent1{
    font-size: 10px;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 60px;
}

.indent3{
    font-size: 10px;
    display: block;
    text-indent: -3em;
    padding-left: 3em;
    margin-top: 20px;
    margin-bottom: 60px;
}

.indent6{
    font-size: 10px;
    display: block;
    text-indent: -6em;
    padding-left: 6em;
}

.mb0{
    margin-bottom: 0px;
}

.pc_img{
    display: none;
}

.mainvisual_tb{
    display: none;
}

.mainvisual_pc{
    display: none;
}


/* フェードイン */
.fadeup_item {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 1s, visibility 1s, transform 1s;
}
.fadein {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* マーカーアニメーション */
.marker-animation.marker_on{
    background-position: -100% .5em;
}
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}



/* ファーストビュー
--------------------------- */
.mainvisual{
    position: relative;
}
.mainvisual_sp{
    width: 100%;
    background-size: cover;
}
.groupname{
    position: absolute;
    width: 60%;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: #64B9C3;
    padding: 5px;
    text-align: center;
}
h1{
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 4px 4px 10px rgb(61 70 70), -4px -4px 10px rgb(61 70 70);
}
.top_request_btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.top_request_btn img{
    display: flex;
    align-items: center;
}
.top_text{
    line-height: 1.4;
    text-align: center;
    margin-top: 15px;
}
.top_points{
    margin-top: 90px;
    text-align: center;
}
.top_points img{
    margin: 30px 0 10px 0;
}
.top_point_text{
    font-size: 18px;
    font-weight: 600;
    color: #F7329C;
}
.wave{
    width: 100%;
    margin: 60px 0;
}

/* ボタンアニメーション */
@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.reflection{
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 400px;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border: none;
    margin: 0 auto;
}
.request_btn{
    overflow: hidden;
}
.request_btn img{
    width: 100%;
    overflow: hidden;
}
.reflection::after{
    content: '';
    height: 100%;
    width: 40px;
    position: absolute;
    top: -10%;
    left: -20%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

/* ボタン追従 */
.top_request_btn.btn_fixed{
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.top_request_btn.btn_fadeout{
    opacity: 0;
    visibility: hidden;    
}
.top_request_btn.btn_fadein{
    opacity: 1;
    visibility: visible;
    transition: opacity 1s, visibility 1s, transform 1s;
}


/* nav
--------------------------- */
header{
    margin-bottom: 80px;
}
.click{
    margin: 0 0 30px 50px;
}
.nav_group{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 10px 0 30px 0;
}
.nav_group2{
    width: 66%;
    margin: 10px auto 30px auto;
}
.nav_title1{
    font-size: 22px;
    color: #007288;
    text-align: center;
}
.nav_title2{
    font-size: 22px;
    color: #E186B4;
    text-align: center;
}

/* ハンバーガーメニュー*/
.nav_btn1{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border: solid 1px;
    border-color: #fff #fff #000 #000;
    border-radius: 0 0 0 20px / 0 0 0 20px;
    padding: 10px 10px;
    cursor: pointer;
}
.nav_btn2{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: #B2E3B7;
    border: none;
    border-radius: 0 0 0 20px / 0 0 0 20px;
    padding: 10px 30px;
    cursor: pointer;
}
.nav_bg{
    background: #effae9;
    transition: .3s;
    z-index: 999;
}
.header_nav{
    background: #fff;
    padding: 0 10px;
}
.nav_bg.open{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_nav.open{
    width: 90%;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav_btn1.open{
    display: none;
}
.nav_btn2.open{
    display: block;
}
.noscroll{
    overflow: hidden;
}


/* point1 がんの三大治療に対応
--------------------------- */
.point1{
    margin-bottom: 110px;
}
.point_title{
    margin-bottom: 30px;
}
.sub_title{
    font-size: 24px;
    font-weight: bold;
    color: #19AC8A;
    text-align: center;
    margin-bottom: 15px;
}
.support_group{
    max-width: 630px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px auto;
}
.support_group img{
    width: 30%;
}
.money_table{
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.point_text{
    text-align: center;
    margin-bottom: 30px;
}
.text_green{
    color: #19AC8A;
    font-weight: bold;
}
.stripe_bg{
    background-image: url(../img/section_point/stripe.png);
    background-size: cover;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
}
.stripebg_text{
    font-size: 14px;
    color: #007288;
    margin-bottom: 10px;
    font-weight: 600;
}
.stripebg_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.stripebg_bigText{
    color: #007288;
    font-size: 60px;
    font-weight: 600;
}
.stripebg_bigText span{
    font-size: 30px;
}
.graph_title{
    font-size: 14px;
    color: #007288;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
}
.graph_group{
    max-width: 375px;
    margin: 0 auto;
}
.tree_top img,
.tree_under img{
    display: block;
    margin: 0 auto;
}
.tree_under{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.tree_date{
    position: relative;
}
.tree_date_item{
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 1.1;
}
.tree_top .tree_date1{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.tree_top .tree_date2{
    font-size: 22px;
    color: #fff;
}
.tree_under .tree_date1{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.tree_under .tree_date2{
    font-size: 18px;
    color: #fff;
}
.tree_under .date_green{
    color: #82B2A8;
}
.tree_more{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.tree_more_img{
    width: 25%;
    max-width: 150px;
}
.tree_more_text{
    font-size: 20px;
    font-weight: 600;
    color: #F7329C;
    text-align: center;
}
.green_marker{
    font-weight: 600;
}
.img_center{
    display: block;
    margin: 0 auto 20px auto;
}
.graph_mb40{
    margin-bottom: 40px;
}


/* point2 公的保険適用外の治療にも対応
--------------------------- */
.point2{
    margin-bottom: 110px;
}
.link_text{
    font-size: 14px;
    text-align: center;
}
.link_text a{
    text-decoration: underline;
}


/* point3 がん診断保険金はさまざまな用途に
--------------------------- */
.mb0{
    margin-bottom: 0px;
}
.text_green_box{
    max-width: 280px;
    margin: 0 auto;
}
.text_green_box p{
    color: #19AC8A;
    font-weight: bold;
}


/* detail1 コープの団体がん保険保障内容
--------------------------- */
.detail1{
    margin-bottom: 110px;
}
.detail_title_wrapper{
    background-image: url(../img/section_detail/stripe_title.png);
    background-repeat: repeat-x;
    padding-top: 15px;
}
.detail_title{
    font-size: 24px;
    color: #fff;
    background: #D2458C;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px;
}
.detail_table_wrapper{
    position: relative;
}
.detail_table{
    max-width: 536px;
    text-align: center;
    margin: 0 auto;
}
.popup_group{
    position: absolute;
    top: 9%;
    left: 31%;
    height: 100%;
}
.popup_item{
    height: 8%;
}

/* 保障内容ポップアップ */
.popup_open {
	cursor:pointer;
}
.overlay{
	display: none;
}
.window {
	width: 90vw;
	max-width: 380px;
	height: 260px;
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    box-shadow: 2px 2px 4px;
    padding: 10px;
}
.popup_title {
	font-size: 20px;
    font-weight: bold;
    text-align: center;
	margin: 0;
}
.popup_title_yellow{
    color: #F6CE81;
}
.popup_title_green{
    color: #B8D8B1;
}
.popup_title_blue{
    color: #B9D3F6;
}
.popup_title_pink{
    color: #E7C4E4;
}
.popup_close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

#pop-up1,#pop-up2,#pop-up3,#pop-up4,#pop-up5,#pop-up6,#pop-up7,#pop-up8,#pop-up9,#pop-up10,#pop-up11 {
	display: none;
}
#pop-up1:checked + .overlay,
#pop-up2:checked + .overlay,
#pop-up3:checked + .overlay,
#pop-up4:checked + .overlay,
#pop-up5:checked + .overlay,
#pop-up6:checked + .overlay,
#pop-up7:checked + .overlay,
#pop-up8:checked + .overlay,
#pop-up9:checked + .overlay,
#pop-up10:checked + .overlay,
#pop-up11:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}


.option_01{
    margin-bottom: 25px;
}
.option_wrapper{
    text-align: center;
}
.option_box{
    margin-bottom: 15px;
}


/* detail2 団体割引月額保険料表
--------------------------- */
.detail2{
    padding-bottom: 70px;
}
.title_yellow{
    font-weight: bold;
    color: #ffff66;
}
.detail2_indent1{
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
.detail2_text_wrapper{
    margin-bottom: 30px;
}

/* 料金シミュレーター
--------------- */
.check_select{
    max-width: 400px;
    margin: 0 auto 50px auto;
}
.select_option1{
    background: #55A4E7;
    box-shadow: -10px 0 0 0 #FFFF9D;
    padding: 10px;
    margin: 0 0 15px 10px;
}
.select_option2{
    background: #F57146;
    box-shadow: -10px 0 0 0 #FFFF9D;
    padding: 10px;
    margin: 0 0 15px 10px;
}
.select_bottom{
    display: flex;
    justify-content: space-between;
}
.select_option_title{
    font-size: 18px;
    color: #fff;
}
.check_btn{
    display: block;
    width: 60%;
    background: none;
    border: none;
    margin: 0 auto;
    cursor: pointer;
}
.check_btn:hover{
    opacity: 0.7;
}

.price_table-01{
    display: block;
    margin-left: auto;
    width: 40%;
    max-width: 255px;
}
.price_table_wrapper{
    max-width: 599px;
    margin: 0 auto;
}

.price_table_nn,.price_table_na,.price_table_an,.price_table_aa{
    display: none;
}

.price_table_nn.simulator_off,
.price_table_na.simulator_off,
.price_table_an.simulator_off,
.price_table_aa.simulator_off,
.default_table.simulator_off{
    display: none;
}

.price_table_nn.simulator_on,
.price_table_na.simulator_on,
.price_table_an.simulator_on,
.price_table_aa.simulator_on{
    display: block;
}


/* フッター
--------------------------- */
.footer_text_box{
    background: #f2f2f2;
    padding: 10px 0;
}
.footer_text{
    font-size: 10px;
}
.footer_link{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}
.company_name{
    font-weight: bold;
}
.approval_number{
    text-align: right;
}
.copyright{
    font-size: 12px;
    background: #4f4f4f;
    color: #fff;
    text-align: center;
    padding: 10px 0 75px 0;
}


/* -----------------------------------
タブレット用スタイル
----------------------------------- */
@media screen and (min-width: 600px) {

    .sp_img,
    .mainvisual_sp{
        display: none;
    }
    .pc_img,
    .mainvisual_tb{
        display: block;
    }
    .br_pc_none{
        display: none;
    }
    .groupname{
        top: 25%;
        width: 500px;
        font-size: 22px;
    }
    h1{
        font-size: 36px;
    }
    .point_title_pc,
    .detail_title_wrapper{
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
    }
    .detail_title_wrapper{
        background-image: url(../img/section_detail/stripe_title_pc.png);
    }
    .detail_title{
        padding: 5px 0;
    }
    .popup_group{
        left: 205px;
    }
    .detail2_text_wrapper{
        max-width: 599px;
        margin-left: auto;
        margin-right: auto;
    }
  
}


/* -----------------------------------
PC用スタイル
----------------------------------- */
@media screen and (min-width: 1025px) {

    .mainvisual_tb{
        display: none;
    }
    .mainvisual_pc{
        display: block;
    }
    .mainvisual_pc{
        width: 100%;
        background-size: cover;
    }
    .container{
        max-width: 900px;
    }
    .groupname{
        top: 6%;
        width: 42%;
        font-size: 22px;
    }
    h1{
        bottom: 11%;
        font-size: 36px;
    }
    .point_text{
        font-size: 18px;
    }
    .nav_btn1,
    .nav_btn2{
        width: 150px;
        height: 50px;
        font-size: 18px;
    }
    .popup_group{
        left: 358px;
    }
    .top_point_flex{
        display: flex;
        gap: 30px;
        margin-bottom: 200px;
    }
    .illust_flex{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        max-width: 599px;
        margin: 60px auto;
    }
    .stripe_bg{
        margin-bottom: 40px;
    }
    .graph_flex{
        display: flex;
    }
    .option_item{
        display: flex;
        justify-content: space-between;
    }
    .option_item img{
        max-width: 290px;
    }
    
}