﻿body p{ 
	transform: rotate(0.03deg);
}

#header .gnav-menu .gnav-main li:nth-child(3) a {
	background-color: #010044;
	color: #fff;
}

#header .gnav-menu .gnav-main li:nth-child(3) a:hover {
	background-color: #2874b4;
	color: #fff;
}

.p-relationship .content__inner {
    max-width: 960px;
    margin: 0 auto;
}

.p-relationship .content {
    position: relative;
	background: url(../../assets_sub/images/relationship/bg_main.jpg) center top / cover;
	background-attachment: fixed;
    padding: 10rem 2rem;
}

.p-relationship .itm__box {
    background-color: #fff;
    width: 90%;
	margin: 0 auto;
    padding: 3rem;
}

.p-relationship .h1-ttl {
	text-align: center;
	font-size: 2.8rem;
	font-family: inherit;
	letter-spacing: .14em;
	text-indent: 0.14em;
	font-weight: 500;
	margin-bottom: 4rem;
}


.p-relationship .lead-txt {
	text-align: center;
	font-size: 1.6rem;
	line-height: 2em;
	letter-spacing: 0.04em;
	margin-bottom: 6rem;
}

.p-relationship .h2-ttl {
	font-size: 2rem;
	letter-spacing: .14em;
	text-indent: 0.14em;
	font-weight: 500;
	margin-bottom: 3rem;
	color: inherit;
	text-align: left;
}

.p-relationship .h3-ttl {
    font-size: 2.8rem;
    font-weight: 500;
	color: #222;
}

.p-relationship .content .h2-area {
    width: 80%;
    max-width: 540px;
    background-color: #486589;
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
}

.p-relationship .content .h2-area>h2 {
    padding: 1em 2em;
    font-size: 1.8rem;
    color: #fff;
}

.p-relationship .content p {
	margin-bottom: 2em;
	line-height: 2em;
	letter-spacing: 0.04em;
	text-align: justify;
}

.p-relationship .content p a{
	color: #2874b4;
}

.p-relationship .content__inner {
    max-width: 900px;
    margin: 0 auto;
}

.p-relationship .nw-list {
    position: relative;
    margin-bottom: 2rem;
    width: 100%;
}

.p-relationship .nw-list>h3 {
    width: 20.8888%;
    padding: 1.5em;
    font-size: 1.8rem;
    color: #fff;
    background-color: #486589;
    position: absolute;
    top: 2rem;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.6em;
}

.p-relationship .nw-list__box {
    background-color: #fff;
    width: 90%;
    margin-left: 10%;
    padding: 3rem 2rem 3rem 16%;
}

.p-relationship .nw-list__box>ul {
    text-align: left;
}

.p-relationship .nw-list__box>ul li {
    margin-bottom: 0.5em;
    letter-spacing: 0.04em;
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.p-relationship .nw-list__box>ul li::before {
    content: "■";
    padding-right: 0.5em;
}

.p-relationship .nw-list__box__half {
    display: flex;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.p-relationship .nw-list__box__half>ul.half-l {
    width: 38%;
    padding: 0 !important;
    margin: 0 3rem 0 0 !important;
}

.p-relationship .nw-list__box__half>ul.half-r {
    width: 62%;
    padding: 0 !important;
    margin: 0 !important;
}

.fs60pc {
	font-size: 60%;
}

.lastupdate {
	text-align:right;
	margin:-40px 60px 40px 0;
}

.is-pc {
	display: block;
}

@media (max-width: 767px) {
	.p-relationship .h1-ttl {
		margin-top: 2rem;
	}

	.p-relationship .lead-txt {
	    text-align: center;
	    font-size: 1.6rem;
	    line-height: 1.6em;
	    letter-spacing: 0.01em;
	    margin-bottom: 6rem;
	}
	
	.p-relationship .content p {
		letter-spacing: 0;
		line-height: 1.6;
		text-align: left;
	}
	
	.p-relationship .nw-list__box {
	    padding: 7.5rem 2rem 3rem;
	    width: 100%;
	    margin-left: 0;
	}

	.lastupdate {
		margin: -40px 0 40px 0;
	}
	
    .p-relationship .nw-list>h3 {
        top: 0;
        left: 0;
        width: 100%;
        padding: 0.5em;
        font-size: 1.6rem;
        text-align: left;
    }
    
    .p-relationship .nw-list__box {
        padding: 3rem 2rem;
    }
    
    .p-relationship .nw-list__box__half {
		display: block;
	}
	
	.p-relationship .nw-list__box__half>ul.half-l {
		width: 100%;
	}
	
 	.p-relationship .nw-list__box__half>ul.half-r {
		width: 100%;
	}
   
    .is-pc {
        display: none !important;
    }
}
