@charset "utf-8";

.ul_list li, .ol_list li {
    padding-bottom: 10px;
}
article figure {
    text-align: center;
}
article figure img {
	background: #fff;
    margin: 5px 0;
}
article table {
    line-height: 1.25;
}
article table caption {
    text-align: left;
    font-size: 18px;
    color: #fff;
    background: #004386;
    padding: 8px 16px;
}
article table {
    width: 100%;
}
article table th {
    width: 26%;
    font-weight: bold;
}
.tabNavigation_contents article table td p {
    margin-bottom: 0;
}
article table td .notes {
    list-style: none;
    font-size: 14px;
    padding-left: 0;
    margin: 0 0 0 20px;
}
article table td .notes li::before {
    content: '※';
    margin: 0 5px 0 -20px;
}
.ul_list{
    padding-left: 25px;
}
#benefit {
    height: 100%;
    overflow: hidden;
}
#benefit .column {
    width: 22.6%;
    float: left;
    margin: 0 10px;
}
#benefit .column h4,
#benefit .column figure {
    text-align: center;
	font-size: 17px;
}
#benefit_mobile .step::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #8b186d;
    margin: 20px auto 0;
}
#benefit_mobile .step:last-of-type::after {
    content: none;
    display: none;
    border: none;
}
#benefit_mobile .step .dl_list {
    background: #eaf5fc;
    border-radius: 30px;
    padding: 30px;
    margin-bottom: 0;
}
#benefit_mobile .step2 .dl_list {
    background: #e4eef9;
}
#benefit_mobile .step3 .dl_list {
    background: #ffe893;
}
#benefit_mobile .step1 p,
#benefit_mobile .step h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
#usage .notes {
    background: #eaf5fc;
    border-radius: 30px;
    padding: 5px 30px;
}
#usage h5 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0;
}
#usage .ul_list.class1 {
    height: 100%;
    overflow: hidden;
    list-style: none;
    padding-left: 0;
}
#usage .ul_list.class1 > li {
    width: 33%;
    float: left;
    margin: 0 10px;
}
#usage .ul_list.class1 > li:first-child {
    width: 61%;
}
#usage .ul_list.class1 > li > div:first-of-type h5 {
    margin-top: 0;
}
#usage .ul_list.class2 {
    font-size: 14px;
    padding-left: 0 0 14px;
}
#usage .ul_list.class1 > li {
}
#usage_mobile .case {
    height: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
#usage_mobile .case figure {
    margin-top: 15px;
}
#usage_mobile .case .before,
#usage_mobile .case .after {
    float: left;
    width: 48.6%;
    border-radius: 20px;
    padding: 10px 20px;
    margin: 0 5px;
}
#usage_mobile .case .before {
    text-align: right;
    background: #e4eef9;
}
#usage_mobile .case .after {
    background: #ffe893; 
}
#usage_mobile .case .after::before {
    display: inline-block;
    border-style: solid;
    border-width: 14px 0 14px 24px;
    border-color: transparent transparent transparent  #004386;
}
@media screen and (max-width: 768px) {
	article figure img {
		width: 100%;
	}
	img.noresize {
		width: auto;
	}
    #benefit .column,
    #usage .ul_list.class1 li,
    #usage .ul_list.class1 li:first-child {
        width: 100%;
        float: none;
        margin: 0;
    }
    #usage .ul_list.class1 > li:first-child h4 {
        margin-top: 0;
    }
    #usage_mobile .case .before,
    #usage_mobile .case .after {
        text-align: left;
        float: left;
        width: 46%;
        border-radius: 10px;
        padding: 5px 10px;
        margin: 0 5px;
    }
    #benefit_mobile .step .dl_list{
        padding: 20px;
    }
    article table th {
        width: 30%;
    }
    .is_pc {
        display: none;
    }
}
@media screen and (min-width: 769px) {
    #usage .ul_list.class1 > li h4 {
        margin-top: 0;
    }
    .is_sp {
        display: none;
    }
}