@charset “utf-8”;
body {
    color: #242323;  
}
strong{font-weight:bold;}

.mark {
    COLOR: #c60
}
.red {
    COLOR: #c00
}
.green {
    COLOR: #360;
}
.gray_s {
    COLOR: #666; FONT-SIZE: 80%
}
/*PC用の要素をSPで非表示*/
.forPC{display:none;}

#wrapper {
    width: 100%;
    margin: 0 auto;
}
main {
    max-width: 800px;
    margin: 32px auto 0;
}
.maincontent {
    max-width: 990px;
    margin: 0 auto;
}
.category-nav {
    margin-top: 32px;
}
.side {
    margin: 0 auto;
}
.commonFooter {
    margin-top: 60px;
}
/* パンくず */
.breadcrumb {
    background: #f7f7f7;
    /*box-shadow: 0 0.53vw 0.5vw 0 rgb(100 100 100 / 20%) inset;*/
    box-shadow: 0 2px 3px 0 rgb(100 100 100 / 25%) inset;
}
.breadcrumb ul {
    margin: 0 auto;
    max-width: 990px;
    scroll-snap-type: x;
    overflow: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;    /* IE, Edge */
    scrollbar-width: none;       /* Firefox */
}
.breadcrumb ul::-webkit-scrollbar {  /* Chrome, Safari */
    display:none;
}
.breadcrumb ul li {
    display: inline-block;
    padding-left: 8px;
    display: inline-block;
    vertical-align: middle;
    scroll-snap-align: start;
}
.breadcrumb ul li:first-child {
    padding-left: 16px;
}
.breadcrumb ul li:last-child {
    font-weight: bold;
}
.breadcrumb ul li a {
    color: #242323;
    position: relative;
    display: inline-block;
    padding: 12px 20px 12px 0;
    vertical-align: middle;
    text-decoration: none;
}
.breadcrumb .current {
    font-size: 12px;
    font-weight: 600;
}

.breadcrumb ul li a::before,
.breadcrumb ul li a::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.breadcrumb ul li a::after {
    right: 3px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #bababa;
    border-right: 1px solid #bababa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb ul li:nth-last-of-type(1) a::before, 
.breadcrumb ul li:nth-last-of-type(1) a::after {
    content: none;    
}

.breadcrumb img {
    margin-top: -4px;
}
/* 共通title */
.heading-middle {
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #242323;
    background: #f2faff;
}
.category-nav__list {
    list-style: none;
}

.category-nav__item-name {
    padding: 0 24px 0 40px;
    text-decoration: none;
    color: #1f1f1f;
    font-size: 16px;
    position: relative;
}
.category-nav__item-name::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: -5px;
    left: 0;
}
.category-nav__item-name.about_medical::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_medical.svg) no-repeat;
    background-size: 32px;
}
.category-nav__item-name.about_know::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_know.svg) no-repeat;
    background-size: 32px;
}
.category-nav__item-name.about_vehicle::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_vehicle.svg) no-repeat;
    background-size: 32px;
}
.category-nav__item-name.about_disaster::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_disaster.svg) no-repeat;
    background-size: 32px;
}
.category-nav__item-name.about_living::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_living.svg) no-repeat;
    background-size: 32px;
}
.category-nav__item-name.about_travel::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_travel.svg) no-repeat;
    background-size: 32px;
}
.category-nav__item-name.about_pet::before {
    background: url(https://assets.paypay-insurance.co.jp/column/common/images/about_pet.svg) no-repeat;
    background-size: 32px;
}
.category-nav__list li {
    border-bottom: solid 0.2px #eee;
    position: relative;
    width: 100%;
}

.category-nav__list li a::before, .category-nav__list li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.category-nav__list li a::after {
    right: 27px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #bababa;
    border-right: 2px solid #bababa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category-nav__link {
    padding: 20px 24px 21px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.sub-nav {
    margin-top: 32px;
}

.sub-nav__list {
    margin: 24px auto 0;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.sub-nav__list li {
    border-radius: 33px;
    border: #dadada 0.5px solid;
    margin: 4px;
}
.sub-nav__name {
    color: #3895FF;
    font-size: 14px;       
}
.sub-nav__list li a {
    display: inline-block;
    text-decoration: none;
    color: #3895FF;
    font-size: 14px;
    padding: 6px 16px;
}

/*お勧めの保険*/
.recommended-insurance {
    margin-top: 32px;
}
.recommended-insurance__item {
    border-bottom: solid 0.2px #eee;
    list-style: none;
}
.recommended-insurance__link {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 24px;
    text-decoration: none;
    color: #606060;
    position: relative;
}
.recommended-insurance__link::before, .recommended-insurance__link::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.recommended-insurance__link::after {
    right: 27px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #bababa;
    border-right: 2px solid #bababa;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
}
.recommended-insurance__img {
    width: 72px;
    height: 72px;
}
.recommended-insurance-content {
    margin-left: 12px;
    width: calc(100% - 12px);
}
.recommended-insurance__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
}
.recommended-insurance-alliance__app {
    margin-top: 2px;
    padding: 0px 8px;
    border: 1px solid #7889F7;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 12px;
    color: #7889F7;
    display: inline-block;
}

.recommended-insurance-alliance__web {
    margin-top: 2px;
    padding: 0px 8px;
    border: 1px solid #fd5c5c;
    box-sizing: border-box;
    border-radius: 16px;
    font-size: 12px;
    color: #fd5c5c;
    display: inline-block;
}
.recommended-insurance-cost {
    margin-top: 4px;
    color: #FC6600;
    font-weight: bold;
    font-size: 16px;
}
.recommended-insurance-costunit {
    font-size: 11px;
}

/* 記事リスト */
.entry_archive .recomend {
    margin-top: 32px;
}
.recomend__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    text-decoration: none;
    color: #606060;
}
.recomend__item {
    border-bottom: solid 0.2px #eee;
    list-style: none;
}
.recomend__img {
    width: 100px;
}
.recomend-content {
    padding-right: 8px;
    width: calc(100% - 100px);
}
.recomend-content__title {
    color: #3895ff;
    font-size: 16px;
}
.recmend-content__date {
    margin-top: 4px;
    font-size: 11px;
    color: #606060;
}

.link-btn__txt {
    text-align: center;
}
/* TOP */
.mv-title {
    display: none;
}
.mv-img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-top: 16px;
}

.insurance {
    background-color: #fff;
    margin-bottom: 36px;
    padding-top: 8px;
}
.insurance-title {
    font-size: 18px;
    letter-spacing: 0.4px;
    color: #3895FF;
    font-weight: 600;
    border-bottom:unset;
    border-left: #3895FF 2px solid;
    margin: 12px;
    padding: 0 0 0 12px;
}
.insurance-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 16px 32px;
}
.insurance-item a {
    text-decoration: none;
}
.insurance-item {
    display: block;
    min-width: 120px;
    margin-bottom: 16px;
}
.insurance-list__category {
    padding-left: 24px;
    font-size: 16px;
}
.insurance-item :hover{
    color: #3895FF;
}

/* 記事詳細 */
.article-content {
    background-color: #fff;
}
.article-content__eyecatch-img {
    width: 100%;
}
.article-content__img img {
    width: 100%;
    height: auto;  
}
.article-content__title-area {
    margin: 32px auto 0;
    padding: 0 24px;
}
.article-content__title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.8px;
    color: #242323;
    font-weight: 600;
}
.article-content__abstract {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.8px;
    color: #606060;
    font-weight: 300;
}
.article-content__info {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-content__author {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #68696A;
    font-weight: 300;
}
.article-content__author-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.article-content__author-img img {
    border-radius: 100px;
}
.author-img {
    border-radius: 100px;
}
.article-content__author-name {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article-content__published {
    line-height: 20px;
    letter-spacing: 0.4px;
    color: #999;
    font-weight: 300;
    font-size: 14px;
}
.article-content__caution {
    font-size: 12px;
    color: #999;
    margin-bottom: 20px;
}
.article-toc {
    margin: 24px auto 0;
}
.article-toc-wrapper {
    padding: 12px 12px 6px;
    margin: 24px 24px 0;
    border: 1px solid #bababa;
    border-radius: 8px;
}
.article-toc-header {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    color: #242323;
    font-weight: 600;
}
.article-toc-list {
    color: #606060 ;
    font-size: 14px;
}
.article-toc-item {
    position: relative;
}
.article-toc-item ::before {
    top: 0;
    left: -1em;
    content: '・';
    display: inline-block;
    color: #3895ff;
}
.article-toc-link {
    padding: 6px 6px 6px 0;
    display: block;
    color: #3895ff;
}
.article-toc-item:first-child .article-toc-link {
    padding-top: 8px;    
}
.article-content__sec-title :first-child {
    margin: 48px 0 32px;
}
.entry_archive table {
    border-spacing: 1px;
    border-collapse: separate;
}
.entry_archive .items table {
    font-size: 13px;
}
.entry_archive th,
.entry_archive td{
    height: 30px; 
}
.entry_archive .items {
    padding: 0 24px;
    margin: 24px auto 0;
    font-size: 14px;
}
.entry_archive .items a {
    word-break: break-all;
}
.entry_archive .items p+table {
    margin: 8px 0;
}
.entry_archive .items img.right{float:right;}
.entry_archive .items img.left{float:left;}
.entry_archive h2 {
    margin-top: 32px;
    font-size: 16px;
    letter-spacing: 0.4px;
    color: #242323;
    font-weight: 600;
    line-height: 1.5;
}
.entry_archive .items hr {
    margin: 32px 0;
    height: 2px;
    background-color: #eee;
    border: none;
}
.entry_archive h2+p {
    margin-top: 16px;
    font-size: 14px;
}
.article-content__third-title {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.4px;
    color: #606060;
    font-weight: 500;
    padding: 0 0 8px;
    border-left: 2px solid #3895FF;
}
.article-content__txt {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #606060;
    font-weight: 300;
}
.insurance-recomend {
    margin: 16px;
    background-color: #EDEECC;
    text-align: center;
    border: 1px solid #CDCC98;
}
.insurance-recomend a {
    display: block;
    padding: 16px;
    background-color: #fff;
}
.insurance-recomend p {
    margin-top: 16px;
}
.author__content {
    padding-top: 24px;
}
.author__container {
    margin-top: 32px;
}

.author__content-profile {
    padding: 0 24px;
    display: flex;
    align-items: center;
}
.author__content__name {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #606060;
    font-weight: 400;
}
.author__content-description {
    margin: 16px 24px 0;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color:#242323;
    font-weight: 400;
}

.footer {
    font-size: 14px;
    line-height: 1;
    text-align: center;
}
.footer-Inner {
    padding: 13px 10px 15px 10px;
    border-top: 3px solid #060e18;
    background: #eee;
}
.commonLink {
    margin-bottom: 13px;
}
.commonLink li {
    display: inline-block;
}

.commonLink li:after {
    content: " | ";
}
.commonLink li:last-child:after {
    content: "";
}
.subLink {
    margin-bottom: 8px;
    font-size: 12px;
}
.subLink li{display: inline-block;}
.subLink li:after {
    content: " - ";
}
.subLink li:last-child:after {
    content: "";
}

div.scroll table{width:600px !important;}
div.scroll{overflow:scroll;}

.entry_archive table {
    width: 100% !important;
}
.entry_archive table img {
    width: auto;
    max-width: 100%;
    min-width:16px;
    height: auto;
}
.entry_archive table h3 {
    width: 288px;
}
.infomation-box {
    background-color: #fff;
}
.infomation {
    font-size: 14px;
    color: #242323;
    text-align: right;
    font-weight: 500;
    padding: 16px 16px 0;
}
.entry_archive .items ol {
    list-style-type: decimal;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 30px;
}
.entry_archive .items ol li {
    list-style: decimal;
}
@media screen and (max-width: 374px) {
    .breadcrumb ul li {
        padding-left: 4px;
    }
}
@media screen and (max-width: 989px) {
    .article-content__title-area,
    .article-toc,
    .items,
    .side {
        max-width: 800px;
    }
    /*PC用の要素をSPで非表示*/
    .sp_hidden{display:none;}
}
/******
pc
******/
@media screen and (min-width: 990px) {
    .maincontent {
        margin: 56px auto 0;
        max-width: 990px;
        display: flex;
        justify-content: center;
    }
    .breadcrumb ul {
        padding: 0 16px;
    }
    .breadcrumb ul li {
        font-size: 12px;
    }
    .breadcrumb ul li:first-child {
        padding-left: 0;
    }
    .main {
        margin-top: 0;
        width: 64.3%;
        max-width: 636px;
    }
    .top main,
    .category main {
        margin-top: 0;
    }
    .side {
        margin-left: 64px;
        width: 260px;
        display: flex;
        flex-flow: column;
    }
    .category-nav {
        margin-top: 0;
        order: 1;
    }
    .commonFooter {
        margin-top: 100px;
    }
    .recomend__title {
        margin: 0;
    }
    .entry_archive .recomend__link {
        padding: 16px 0;
    }
    .main .heading-middle {
        padding: 10px 24px;
        font-size: 18px;
    }
    .side .heading-middle {
        padding: 8px 24px;
        font-size: 16px;
    }
    .category-nav__list li {
        border-bottom: 0;
    }
    .category-nav__list li a::before, .category-nav__list li a::after {
        content: none;
    }
    .category-nav__link {
        padding: 20px 16px 0 24px;
    }
    .category-nav__item-name {
        background-size: 24px;
        padding: 0 0 0 32px;
        font-size: 14px;
    }
    .category-nav__item-name::before {
        width: 24px;
        height: 24px;
        top: -4px;
        left: 0;
    }
    .category-nav__item-name.about_medical::before,
    .category-nav__item-name.about_know::before,
    .category-nav__item-name.about_vehicle::before,
    .category-nav__item-name.about_disaster::before,
    .category-nav__item-name.about_living::before,
    .category-nav__item-name.about_travel::before,
    .category-nav__item-name.about_pet::before
    {
        background-size: 24px;
    }
    .sub-nav {
        margin-top: 42px;
        order: 2;
    }
    .sub-nav__list {
        padding: 0;
        margin-top: 16px;
    }
    .sub-nav__list li {
        margin: 4px 8px 4px 0;
    }
    .recommended-insurance {
        margin-top: 24px;
        order: 3;
    }
    .recommended-insurance__title {
        font-size: 14px;
    }
    .recommended-insurance__link {
        padding: 20px 0;
    }
    .recommended-insurance__link::after {
        content: none;
    }
    .recommended-insurance-cost {
        margin-top: 7px;
    }
    .author__container {
        order: 4;
    }
    .recomend {
        order: 5;        
    }
    .author__content {
        padding-top: 16px;
    }
    .author__content-profile {
        padding: 0;
    }
    .author__content-description {
        margin: 16px 0 0;
    }
    .entry_archive .recomend-content__title {
        font-size: 14px;
    }
    .entry_archive .recmend-content__date {
        font-size: 12px;        
    }
    .entry_archive h2 {
        font-size: 18px;
    }
    .article-content__title {
        font-size: 24px;
    }
    /*スマホ用の要素をPCで非表示*/
    .pc_hidden{display:none;}
}
