@charset "utf-8";
/*-----------------------------------------------------------------
共通
-------------------------------------------------------------------*/
.container {
    max-width: 1040px;
    margin: 0 auto;
    font-family: Roboto,"Helvetica Neue","Century Gothic","Segoe UI","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

.container img {
    width: 100%;
}

.container section > h2:not(.ranking_head) {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #43a976;
    text-align: center;
    margin: 60px 15px 20px;
}

/* ボタンエリア
-----------------------------------------------------*/
.btn_area {
    background: #faf4e1;
    padding: 30px 15px;
}

.btn_area ul {
    margin: 0 auto;
    max-width: 800px;
}

.btn_area ul li {
    margin: 0 0 20px;
}

.btn_area ul li a {
    font-size: 14px;
    letter-spacing: 0.08em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 15px 24px;
    position: relative;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.btn_area ul li:nth-child(1) a {
    background:  linear-gradient(135deg, #ff2b2b 0%,#ff7334 40%,#ff9636 60%,#ff9636 100%);
}

.btn_area ul li a::before {
    content: '';
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}

.btn_area ul li:nth-child(2) a::before {
    transform: translateY(-50%) rotate(135deg);
}

.btn_area ul li a strong {
    font-size: 20px;
    font-weight: bold;
    display: block;
}

.btn_area p {
    text-align: center;
}

.btn_area p a {
    font-size: 14px;
    text-decoration: none;
    padding: 0 0 0 20px;
    position: relative;
}

.btn_area p a::before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #888;
    border-right: 2px solid #888;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
}

/*-----------------------------------------------------------------
logo
-------------------------------------------------------------------*/
.logo_wrap {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 15px;
}

.logo_wrap picture img {
    height: 24px;
    width: auto;
}

.mv {
    position: relative;
}

.mv p {
    position: absolute;
    left: 10px;
    bottom: 3px;
    font-size: 11px;
}

/*-----------------------------------------------------------------
保険市場年間ランキング
-------------------------------------------------------------------*/
.ranking_wrap h2 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
    padding: 5px 15px;
    position: relative;
    background: #43a976;
}

.ranking_wrap h2::before {
    content: '';
    width: 15px;
    height: 15px;
    background: #43a976;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.ranking_wrap .ranking_area {
    background: #e7f7f1;
    padding: 15px 15px 15px;
}

.ranking_wrap dl {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}

.ranking_wrap dl div {
    width: calc((100% - 15px) / 2);
    max-width: 360px;
}

.ranking_wrap dl dt {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.ranking_wrap dl dt strong {
    font-weight: bold;
    display: block;
}

.ranking_wrap dl dt sub {
    font-size: 12px;
    vertical-align: baseline;
}

.ranking_wrap dl dd {
    display: flex;
    justify-content: space-between;
}

.ranking_wrap dl dd img {
    width: calc((100% - 5px) / 2);
}

.ranking_wrap ol {
    margin: 10px 15px 30px;
}

.ranking_wrap ol li {
    font-size: 12px;
    text-indent: -2em;
    padding: 0 0 0 2em;
}

/*-----------------------------------------------------------------
人気の「クリック定期！Neo」とは？
-------------------------------------------------------------------*/
.container .about_wrap h2 {
    margin-top: 30px;
}

.about_wrap > ol > li {
    padding: 0 15px;
}

.about_wrap > ol > li:nth-child(odd) {
    background: #e7f7f1;
}

.about_wrap ol li h3 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.08em;
    padding: 50px 0 30px 35px;
    background: no-repeat left 30px;
    background-size: 26px;
}

.about_wrap ol li h3 + p {
    margin: 0 0 30px;
}

.about_wrap ol li:nth-child(1) h3 {
    background-image: url(images/about_num01.png);
}

.about_wrap ol li:nth-child(2) h3 {
    background-image: url(images/about_num02.png);
}

.about_wrap ol li:nth-child(3) h3 {
    background-image: url(images/about_num03.png);
}

.about_wrap ol li:nth-child(4) h3 {
    background-image: url(images/about_num04.png);
}

.about_wrap ol li h3 sub {
    font-size: 12px;
    font-weight: normal;
    vertical-align: baseline;
}

.about_wrap .chart_area {
    padding: 0 0 20px;
}

.about_wrap .chart_area p {
    font-size: 12px;
    margin: 0 0 10px;
}

.about_wrap .chart_area dl{
    font-size: 12px;
}

.about_wrap .chart_area dl dt{
    display: inline-block;
}

.about_wrap .chart_area dl dd{
    display: inline;
}

.about_wrap .chart_area table {
    background: #fff;
    width: 100%;
    margin: 0 0 10px;
}

.about_wrap .chart_area table th,
.about_wrap .chart_area table td {
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.about_wrap .chart_area table thead th {
    background: #f1f1f1;
}

.about_wrap .chart_area table .man {
    background: #e1f2fa;
}

.about_wrap .chart_area table .woman {
    background: #fae5e1;
}

.about_wrap ul li {
    border-radius: 8px;
    padding: 15px 15px 15px 50px;
    margin: 0 0 15px;
    background: url(images/ico_list.svg) no-repeat 15px 15px #f1f1f1;;
    background-size: 24px;
}

.about_wrap ul li span {
    font-weight: bold;
}

/*-----------------------------------------------------------------
加入例
-------------------------------------------------------------------*/
.example_wrap dl {
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 40px;
}

.example_wrap dl dt {
    font-size: 20px;
    font-weight: bold;
    padding: 145px 50px 20px 15px;
    position: relative;
    background: linear-gradient(to bottom, #fff 0px,#fff 76px,#e7f7f1 76px,#e7f7f1 100%) no-repeat;
    border-top: 1px solid #d1d1d1;
    cursor: pointer;
}

.example_wrap dl dt::before {
    content: '';
    width: 120px;
    height: 120px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.example_wrap dl dt:nth-of-type(1) {
    border-top: none;
}

.example_wrap dl dt:nth-of-type(1)::before {
    background-image: url(images/couple01.png);
}

.example_wrap dl dt:nth-of-type(2)::before {
    background-image: url(images/couple02.png);
}

.example_wrap dl dt:nth-of-type(3)::before {
    background-image: url(images/couple03.png);
}

.example_wrap dl dt::after {
    content: '';
    width: 17px;
    height: 17px;
    border-right: 3px solid #43a976;
    border-bottom: 3px solid #43a976;
    position: absolute;
    bottom: 40px;
    right: 15px;
    transform: rotate(45deg);
}

.example_wrap dl dt.open::after {
    transform: rotate(-135deg);
    bottom: 30px;
}

.example_wrap dl dt span {
    font-size: 16px;
    font-weight: normal;
}

.example_wrap dl dd {
    display: none;
    padding: 20px 15px 30px;
}

.example_wrap dl dd p {
    margin: 0 0 30px;
}

.example_wrap dl dd p span {
    font-size: 20px;
    font-weight: bold;
    color: #e31732;
}

.example_wrap dl dd .example_chart {
    overflow: auto;
}

.example_wrap dl dd .example_chart th,
.example_wrap dl dd .example_chart td {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.example_wrap dl dd .example_chart th {
    background: #f1f1f1;
}

.example_wrap dl dd .example_chart thead th.man {
    background: #e1f2fa;
}

.example_wrap dl dd .example_chart thead th.woman {
    background: #fae5e1;
}

/*-----------------------------------------------------------------
お客さまの声
-------------------------------------------------------------------*/
.voice_wrap ul {
    margin: 0 15px 30px;
    max-width: 800px;
}

.voice_wrap ul li {
    padding: 50px 20px 20px;
    background: #e7f7f1;
    border-radius: 8px;
    position: relative;
    margin: 60px 0 0;
}

.voice_wrap ul li::before {
    content: '';
    width: 80px;
    height: 80px;
    background: no-repeat left top;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
}

.voice_wrap ul li:nth-child(1)::before {
    background-image: url(images/woman30s.png);
}

.voice_wrap ul li:nth-child(2)::before {
    background-image: url(images/woman20s.png);
}

.voice_wrap ul li:nth-child(3)::before {
    background-image: url(images/woman40s.png);
}

.voice_wrap ul li:nth-child(4)::before {
    background-image: url(images/man40s.png);
}

/*-----------------------------------------------------------------
サービス
-------------------------------------------------------------------*/
.service_wrap dl {
    background: #43a976;
    padding: 0 15px 30px;
    margin: 0 0 10px;
}

.service_wrap dl dt {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 30px 0 20px;
}

.service_wrap dl dd {
    padding: 20px;
    border-radius: 8px;
    background: #fff;
}

.service_wrap dl dd sub {
    font-size: 12px;
    vertical-align: baseline;
}

.service_wrap ol {
    margin: 0 15px;
}

.service_wrap p {
    font-size: 12px;
    text-indent: -2em;
    padding: 0 0 0 2em;
    margin: 0 15px 5px;
}

/*-----------------------------------------------------------------
募文番号
-------------------------------------------------------------------*/
.ct_box{
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    margin: 0 0 15px;
}
.ct_box .ct_wrap{
    padding: 10px 15px 20px;
}
.company_info .company_ttl_box{
    position: relative;
}
.company_info .ttl {
    padding:10px 0 7px;
    border-bottom: 1px solid #aeaeae;
    text-align: center;
    margin: 0 0 15px;
    font-weight: bold;
}
.company_info .text {
    padding:5px 5px;
}
.company_info .company_detail{
    position: absolute;
    top:5px;
    right: 5px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 12px;
    margin: 2px 0 0;
}
.document-number{
    text-align: right;
    font-size: 14px;
}
/*---------------------------------------------------------------------------------------------------------
PCデザイン
---------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
    /*-----------------------------------------------------------------
    共通
    -------------------------------------------------------------------*/
    .container section > h2:not(.ranking_head) {
        font-size: 36px;
        margin: 80px 0 30px;
    }

    /* ボタンエリア
    -----------------------------------------------------*/
    .btn_area {
        padding: 30px 0;
    }

    .btn_area ul li {
        width: 80%;
        margin: 0 auto 30px;
    }

    .btn_area ul li a {
        font-size: 16px;
    }

    .btn_area ul li a:hover {
        opacity: 0.7
    }

    .btn_area ul li a strong {
        font-size: 24px;
    }

    .btn_area p a {
        font-size: 16px;
    }

    /*-----------------------------------------------------------------
    logo
    -------------------------------------------------------------------*/
    .logo_wrap {
        margin: 20px 0;
    }

    .logo_wrap picture img {
        height: auto;
    }

    .mv p {
        left: 20px;
        bottom: 20px;
        font-size: 13px;
    }

    .mv p br {
        display: none;
    }

    /*-----------------------------------------------------------------
    保険市場年間ランキング
    -------------------------------------------------------------------*/
    .ranking_wrap h2 {
        font-size: 28px;
        padding: 15px 10px;
    }

    .ranking_wrap .ranking_area {
        padding: 20px 0;
    }

    .ranking_wrap dl dt {
        font-size: 20px;
    }

    .ranking_wrap dl dt strong {
        display: inline;
    }

    .ranking_wrap dl dd img {
        width: calc((100% - 40px) / 2);
    }

    .ranking_wrap ol {
        margin: 10px 0 40px;
    }

    /*-----------------------------------------------------------------
    人気の「クリック定期！Neo」とは？
    -------------------------------------------------------------------*/
    .container .about_wrap h2 {
        margin-top: 40px;
    }

    .about_wrap > ol > li {
        padding: 0 120px;
    }

    .about_wrap ol li h3 {
        font-size: 28px;
        padding: 60px 0 30px 60px;
        background-size: 40px;
    }

    .about_wrap ol li h3 + p {
        font-size: 18px;
        margin: 0 0 40px;
    }

    .about_wrap .chart_area table th,
    .about_wrap .chart_area table td {
        font-size: 18px;
    }

    .about_wrap ul {
        margin: 0 0 30px;
    }

    .about_wrap ul li {
        font-size: 18px;
        padding: 20px 20px 20px 70px;
        margin: 0 0 20px;
        background-position: 20px 20px;
        background-size: 32px;
    }

    /*-----------------------------------------------------------------
    加入例
    -------------------------------------------------------------------*/
    .example_wrap dl dt {
        font-size: 28px;
        padding: 40px 155px 40px 260px;
        background: #e7f7f1;
    }

    .example_wrap dl dt::before {
        top: 20px;
        left: 120px;
        transform: inherit;
    }

    .example_wrap dl dt::after {
        top: 50%;
        right: 120px;
        transform: rotate(45deg) translateY(-50%);
    }

    .example_wrap dl dt.open::after {
        transform: rotate(-135deg) translateY(-50%);
        right: 108px;
        top: calc(50% - 5px);
    }

    .example_wrap dl dt span {
        font-size: 20px;
        display: block;
    }

    .example_wrap dl dd {
        padding: 30px 120px 40px;
    }

    .example_wrap dl dd p {
        font-size: 18px;
        margin: 0 0 40px;
    }

    .example_wrap dl dd p span {
        font-size: 24px;
    }

    .example_wrap dl dd .example_chart table {
        width: 100%;
    }

    .example_wrap dl dd .example_chart th,
    .example_wrap dl dd .example_chart td {
        font-size: 18px;
        white-space: inherit;
    }

    /*-----------------------------------------------------------------
    お客さまの声
    -------------------------------------------------------------------*/
    .container .voice_wrap h2 {
        margin-bottom: 0;
    }

    .voice_wrap ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0 auto 60px;
    }

    .voice_wrap ul li {
        font-size: 18px;
        width: calc((100% - 80px) / 2);
        margin: 70px 0 0;
    }

    /*-----------------------------------------------------------------
    サービス
    -------------------------------------------------------------------*/
    .service_wrap dl {
        padding: 0 120px 40px;
    }

    .service_wrap dl dt {
        font-size: 28px;
        padding: 40px 0 20px;
    }

    .service_wrap dl dd {
        font-size: 18px;
        padding: 30px;
    }

    .service_wrap ol {
        margin: 0;
    }

    /*-----------------------------------------------------------------
    募文番号
    -------------------------------------------------------------------*/
    .ct_box {
        border: 0;
        margin: 0 auto 30px;
        max-width: 1040px;
    }
    .ct_box .ct_wrap{
        padding: 30px;
    }
     /*会社概要*/
    .company_info .ct_wrap{
        display: flex;
        padding: 30px 0;
    }
    .company_info .company_box{
        width: 50%;
        padding: 0 15px 0 0;
    }
    .company_info .company_box .text{
        padding: 0 20px;
        font-size: 14px;
    }
    .company_info .company_box:nth-child(even){
        padding: 0 0 0 15px;
    }

}