@charset "utf-8";
/*------------------------------------------------------------
	life
------------------------------------------------------------*/
.page-title {
	background: url("../img/article/page_title_bg.jpg") no-repeat center center;
	background-size: cover;
}
#main .terms-sec .head-line01 {
    margin-bottom: 22px;
}
#main .terms-sec h4 {
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 3.1rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
}
#main .terms-sec .sub-box {
    margin-bottom: 44px;
}
#main .terms-sec .sub-box .date {
    margin: 0;
    float: left;
    width: 10.4%;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
}
#main .terms-sec .sub-box .txt-list {
    float: left;
    width: 70%;
    margin-top: -6px;
}
#main .terms-sec .sub-box .txt-list li {
    margin-right: 7px;
    padding: 6px 10px 7px;
    display: inline-block;
    background: #f1f5f6;
    font-size: 1rem;
    border-radius: 3px;
    letter-spacing: 0.2em;
}
#main .terms-sec p {
    margin-bottom: 50px;
    line-height: 2;
    letter-spacing: 0.1em;
}
#main .terms-sec .pho {
    margin-bottom: 90px;
}
#main .terms-sec h5 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
#main .terms-sec h5.sub-ttl{
	font-size: 1.8rem !important;
}
#main .terms-sec .color-box {
    margin-bottom: 40px;
    padding: 42px 40px;
    position: relative;
    background: #f1f5f6;
}
#main .terms-sec .color-box p {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.3;
}
#main .terms-sec .color-box:before {
    position: absolute;
    left: 22px;
    top: 23px;
    background: url("../img/common/icon16.png") no-repeat left top;
    background-size: 13px auto;
    width: 13px;
    height: 11px;
    content: "";
}
#main .terms-sec .color-box:after {
    position: absolute;
    right: 22px;
    bottom: 20px;
    background: url("../img/common/icon17.png") no-repeat left top;
    background-size: 13px auto;
    width: 13px;
    height: 11px;
    content: "";
}
#main .terms-sec .txt-ul {
    margin-bottom: 90px;
}
#main .terms-sec .txt-ul li {
    line-height: 2;
    padding-left: 1em;
    text-indent: -1em;
    letter-spacing: 0.1em;
}
#main .terms-sec .txt-ul li a {
    text-decoration: underline;
}
#main .terms-sec .txt-ul li a:hover {
    text-decoration: none;
}
#main .terms-sec .txt-ul li .color {
    color: #11ADE6;
}
#main .terms-sec .nmb-ol {
	margin-bottom: 50px;
	margin-top: -20px;
}
#main .terms-sec .nmb-ol li{
	line-height: 2;
	padding-left: 1.3em;
	text-indent: -1.3em;
	letter-spacing: 0.1em;
  list-style: none;
}
#main .terms-sec .sub-ol {
	margin-bottom: 50px;
	margin-top: -30px;
	padding: 0 15px;
}
#main .terms-sec .sub-ol li{
	line-height: 2;
	padding-left: 1.3em;
	text-indent: -1.3em;
	letter-spacing: 0.1em;
  list-style: none;
}
#main .terms-sec .nomal-ol {
	margin-bottom: 50px;
	padding: 0 15px;
}
#main .terms-sec .nomal-ol li{
	line-height: 2;
	padding-left: 1.3em;
	text-indent: -1.3em;
	letter-spacing: 0.1em;
  list-style: none;
}
#main .border-box {
    margin-bottom: 90px;
    padding: 40px 47px 58px;
    border-bottom: 2px solid #bfbfbf;
    border-top: 2px solid #bfbfbf;
    letter-spacing: 0.1em;
}
#main .border-box .title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 1.6rem;
}
#main .border-box p {
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 2.3;
}
#main .com-life {
    margin: 0 0 126px;
}
#main .com-life li {
    width: 23.8%;
    margin: 0 1.6% 10px 0;
}
#main .com-life li:nth-child(4n) {
    margin-right: 0;
}
.page-navi .prev a {
	font-size: 1.2rem;
}
.page-navi .next a {
	font-size: 1.2rem;
}
@media all and (max-width: 896px) {
	#main {
		margin-top: -32px;
	}
    #main .terms-sec .head-line01 {
        margin-bottom: 36px;
    }
    #main .terms-sec h4 {
        margin-bottom: 26px;
        font-size: 2rem;
    }
    #main .terms-sec .sub-box {
        margin-bottom: 24px;
    }
    #main .terms-sec .sub-box .date {
        margin: 0 10px 0 0;
        width: auto;
        font-size: 1.1rem;
        letter-spacing: 0.2em;
    }
    #main .terms-sec .sub-box .txt-list {
        width: auto;
        margin-top: -3px;
    }
    #main .terms-sec p {
        margin-bottom: 45px;
        line-height: 1.8;
    }
    #main .terms-sec .pho {
        margin-bottom: 40px;
    }
    #main .terms-sec h5 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    #main .terms-sec .color-box {
        margin-bottom: 20px;
        padding: 22px 15px;
    }
    #main .terms-sec .color-box p {
        margin-bottom: 0;
        font-size: 1.1rem;
        line-height: 2;
    }
    #main .terms-sec .color-box:before {
        left: 12px;
        top: 13px;
        background-size: 10px auto;
        width: 10px;
        height: 11px;
    }
    #main .terms-sec .color-box:after {
        right: 12px;
        bottom: 13px;
        background-size: 10px auto;
        width: 10px;
        height: 11px;
    }
    #main .terms-sec .txt-ul {
        margin-bottom: 45px;
    }
    #main .terms-sec .txt-ul li {
        line-height: 1.8;
    }
    #main .terms-sec .txt-ul li a:hover {
        text-decoration: underline;
    }
    #main .border-box {
        margin-bottom: 45px;
        padding: 20px 0;
        border-bottom: 1px solid #bfbfbf;
        border-top: 1px solid #bfbfbf;
    }
    #main .border-box .title {
        margin-bottom: 5px;
        font-size: 1.3rem;
    }
    #main .border-box p {
        margin-bottom: 0;
        font-size: 1.1rem;
        line-height: 2;
    }
    #main .com-life {
        margin: 0 0 20px;
        justify-content: space-between;
    }
    #main .com-life li {
        width: 48%;
        margin: 0 0 10px 0;
    }
    #main .com-life li:nth-child(4n) {
        margin-right: 0;
    }
    #main .com-banner-ul {
        margin-top: 60px;
    }
}
