.c-link-btn a:hover{
	text-decoration: none;
}
.content_part.soft{
	margin-top: 30px;
}
.l-kh-download_soft-content {
    margin-top: 30px;
}
.p-kh-page-nav {
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
	color: #444;
	font-size: 14px;
	padding-bottom: 20px;
	/*padding-left: 25px;*/
	padding-top: 20px;
}

.p-kh-page-nav a {
	color: #08498f;
}

.p-kh-page-nav a:first-child {
	padding-left: 0;
}

.p-kh-page-nav span {
	border-bottom: 2px solid #08498f;
}

.c-kh-page-nav__item {
	border-right: 1px solid #dcdcdc;
	display: inline-block;
	padding: 0 10px 0 7px;
}
.c-kh-page-nav__item:first-child {
    padding-left: 0;
}
.p-subtitle-icon-blueline {
	color: #222;
	font-size: 19px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 8px;
	position: relative;
}

.p-subtitle-icon-blueline::before {
	background: transparent url(../../images/MSZF831UL/heading-icon.png) no-repeat top center/contain;
	content: "";
	display: inline-block;
	height: 22px;
	margin-right: 8px;
	vertical-align: middle;
	width: 21px;
}

.p-subtitle-icon-blueline::after {
	border-bottom: 1px dotted #08498f;
	bottom: 0;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 100%;
}
@media (max-width: 750px){
	.c-entry-title__ja.soft{
		font-size: 30px;
	}
.p-kh-page-nav {
    display: none;
}
	}
.c-contact__img {
    text-align:center;
    margin-bottom:70px;
    padding:0 20px;
}

.c-contact__img img {
    max-width:100%;
}

.c-contact__contentback {
    text-align:center;
}

.c-contact-item {
    border-bottom:none;
}

.c-contact-item h2 {
    margin-bottom:60px;
}

.c-contact-item__box {
    margin:0 0 50px 0;
}

.c-contact-item input[type="text"]{
    max-width:240px;
    height:68px;
    line-height:68px;
    margin:0 10px;
    border:2px solid #c0c1c2;
	padding: 0 1em;
}

.c-contact-item__error {
    color:#e70303;
    text-align:center;
}

.c-contact-item__box--center {
    margin-bottom:70px;
}

.c-contact-item__box--of {
    background:#fff;
    padding:20px;
    overflow-y:scroll;
    height:350px;
    border:2px solid #c0c1c2;
}

.c-contact-item__box--of > * {
    font-size:13px;
}

.c-contact-item__box--of h3,.c-contact-item__box--of p {
    text-align:left;
    margin-bottom:20px;
}

.c-contact-item__box--center input[type="checkbox"]:before {
    left:-5px;
}

.c-contact-item__box--center input[type="checkbox"] + span {
    margin-left:5px;
}

.c-dl-list li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 7px;
}

.c-dl-list li:before {
    content: "・";
    display: inline-block;
}

.c-dl-list li a {
    color:#00458c;
}
.linkbt span{
	position: relative;
}
.linkbt span::before {
    position: absolute;
    left: -20px;
    top: 8px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../images/news/icon-right.png)no-repeat;
}
.txt-c{
	text-align: center;
	padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
    .c-contact__img {
        margin-bottom: 50px;
    }

    .c-contact-item input[type="text"] {
        max-width: 120px;
        height: 50px;
        line-height: 50px;
        margin:0 5px;
    }
    .must {
        margin-right:10px;
    }
}

@media screen and (max-width: 500px) {
    .c-contact-item input[type="text"] {
        max-width: 110px;
        margin:0 3px;
    }
    .must {
        margin-right:5px;
    }
    .c-contact-item {
        padding:0 5px 10px;
    }

    .c-button {
        max-width:100%;
    }
}

@media screen and (max-width: 374px) {
    .c-contact-item input[type="text"] {
        width:94px;
    }
    .c-contact-item {
        padding:0 0 10px;
    }
}


.contactfix {
    display:flex;
    justify-content:space-between;
    align-items: center;
    max-width:760px;
    width:100%;
    margin:0 auto 50px;
    text-align:left;
}

.contactfix h2 {
    font-size:25px;
    text-align:left;
    line-height:1.8;
    font-weight:bold;
}


.contactfix + .c-link-btn {
    text-align:center;
    max-width:100%;
    margin:0 auto 50px;
}

.contactfix + .c-link-btn a {
    margin:0 auto;
}


.contact-info {
    background:#fff;
    display:flex;
    justify-content:space-between;
    padding:20px;
}

.contact-info-item {
    width:22%;
    text-align:left;
}

.contact-info-item h3 {
    font-size:15px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #e1e2e3;
    position:relative;
    padding-left:12px;
}

.contact-info-item h3:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 4px transparent;
    border-right: solid 4px transparent;
    border-bottom: solid 4px transparent;
    border-left: solid 4px #666;
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -8px;
}

.contact-info-item p,.contact-info-item li {
    font-size:12px;
    color:#444;
}

.contact-info-item li {
    margin-bottom:5px;
}

.contact-info-item li span {
    display:block;
    padding-left:5px;
}

.contact-info-item a {
    color:#00458c;
}


@media screen and (max-width: 600px) {
    .contactfix {
        display:block;
        text-align:center;
    }
    .contactfix h2 {
        font-size:20px;
    }
    .contact-info {
        display:block;
    }

    .contact-info-item {
        width:100%;
        margin-bottom:30px;
    }

    .contact-info-item:last-of-type {
        margin-bottom:0;
    }
}