@charset "UTF-8";
/*--------------------PC--------------------*/
@media all and (min-width:681px) {
    .bg_txt {
        left: 700px;
    }
    .sec {
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 90px;
    }
}
/*--------------------SP--------------------*/
@media all and (max-width:680px) {
    .bg_txt {
        right: -200px;
    }
    .sec {
        width: auto;
        padding: 0 5%;
    }
}
/* contentWrap
***************************************************************/
@media screen and (min-width:681px) and (max-width:1200px) {
    .contentWrap {
	    padding-left: 20px;
	}}
.sec.other {
    margin-top: 50px;
}
.content_ttl {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.content_ttl::before {
    content: '';
    width: 25px;
    height: 2px;
    background-color: #fa858e;
    position: absolute;
    top: -20px;
    left: 0;
}
.content_ttl::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.sec_ttl {
    font-size: 18px;
    font-weight: 700;
    margin-top: 50px;
}
.sec_txt {
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    margin-top: 30px;
}
.sec_txt.mt0 {
    margin-top: 0px;
}
.sec_txt.mt40 {
	margin-top: 40px!important;
}
.sec_txt + .sec_txt {
    margin-top: 20px;
}
.sec_inner {
    margin-top: 30px;
}
.sec_inner + .content_ttl{
    margin-top: 100px;
}
.sec_list.mt {
    margin-top: 20px;
}
.sec_list.mb {
    margin-bottom: 30px;
}
.sec_list {
    padding-left: 40px;
    list-style-position: outside;
}
.sec_list li {
    font-size: 15px;
    line-height: 2;
}
.sec_list-indent li {
		padding-left: 1em;
		text-indent: -1em;
}
.sec_list.decimal li {
    list-style-type: decimal;
}
.sec_list.disc li {
    list-style-type: disc;
}
.sec_list li a {
    display: inline-block;
    color: #fa858e;
    position: relative;
}
.sec_list li a {
    display: inline-block;
    color: #fa858e;
}
.sec_link {
	text-decoration: underline;
}

.other_dl{
    margin-top: 50px;
}
.other_dl dt{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
}
.other_dl dd + dt{
    margin-top: 60px;
}
.other_dl dd{
     font-size: 15px;
    line-height: 2;
    text-align: justify;
}
.cap{
    text-align: right;
    font-size: 14px;
    line-height: 2;
    margin-top: 50px;
    margin-bottom: 100px;
}
.navtel{
    width: 20px;
    margin-bottom: 8px;
    margin-left: 5px;
}

/*--------------------SP--------------------*/
@media all and (max-width:680px) {
		.content_head--privacy {
				height: 128px;
		}
    .sec.other {
        margin-top: 30px;
    }
    .contentWrap .sec {
        padding-bottom: 50px;
    }
    .content_ttl {
        font-size: 20px;
        margin-top: 25px;
        padding-bottom: 25px;
        line-height: 1.5;
    }
    .content_ttl::before {
        width: 40px;
        top: -25px;
        left: -5vw;
    }
    .content_ttl::after {
        width: 100vw;
        left: -5vw;
    }
    .contentWrap {
        padding-bottom: 0;
    }
    .sec_ttl {
        font-size: 17px;
        line-height: 1.6;
        margin-top: 40px;
    }
    .sec_txt {
    margin-top: 20px;
}
    .sec_list li {
        font-size: 14px;
    }
    .sec_txt + .sec_txt {
        margin-top: 20px;
    }
    .sec_inner {
        margin-bottom: 80px;
    }
    .sec_inner.mb0 {
        margin-bottom: 0px;
    }
    .sec_list {
        padding-left: 20px;
    }
    .other_dl{
    margin-top: 30px;
}
.other_dl dt{
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.other_dl dd + dt{
    margin-top: 40px;
}
    .other_dl dd{
     font-size: 15px;
    line-height: 2;
    text-align: justify;
}
.cap{
    text-align: right;
    line-height: 1.4;
    margin-bottom: 100px;
}
}