@charset "UTF-8";

#wrapper{
	position: relative;
}
#contents{
	background-repeat:repeat-y;
}
.footerInner {
    height: 20px;
}
a img:hover{
	opacity:0.7;
}
iframe[name="google_conversion_frame"] {
	display:none;
}

/*pc*/
.pc{
	display: block;
}

.sp{
	display: none;
}

/*float*/
.fL{
	float: left;
	overflow: hidden;
}

.fR{
	float: right;
	overflow: hidden;
}
/*float*/


.kvList{
	max-width:1000px;
	padding-top:35px;
  margin-top: 0;
}

.link_choselfcheck{
	max-width: 1000px;
	text-align: right;
	margin: 15px auto 0;
}
.middleSec{
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 45px auto 95px;
	position: relative;
}
#choselfcheck .middleSec {
	margin: 0px auto 95px;
}
.link_choselfcheck + .middleSec{
	margin-top: 15px;
}


/* =================================================================

	.leftSider

================================================================= */
.leftSider{
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 230px;
	margin-right: 60px;
}

.accordionTtl{
	display:none;
}

.anchorList{
	display: block;
	overflow: hidden;
	margin-bottom: 11px;
}

.anchorList li{
	display: table;
	overflow: hidden;
	background-color:#d8e3fc;
	width:100%;
	height:50px;
	margin-bottom: 4px;
	list-style: none;
	border:2px solid #d8e3fc;
	border-radius:5px;
	box-sizing:border-box;
}
.anchorList li:hover,
.anchorList li.act{
	border:2px solid #144199;
}

.anchorList li a{
	display: table-cell;
	position: relative;
	overflow: hidden;
	width:100%;
	padding:7px 0.8em;
	color:#154fac;
	font-size: 15px;
	line-height:1.25em;
	vertical-align:middle;
}
.anchorList li a::before{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 18px;
	right: 15px;
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #639dfa;
	border-right: 2px solid #639dfa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

div.left_link_chocheck{
    display: table;
    width: 100%;
    height: auto;
    margin: 6px 0px 15px 0px;
    background-color: #113cab;
    border: 2px solid #113cab;
    box-sizing: border-box;
}
div.left_link_chocheck a{
    display: table-cell;
    position: relative;
    width: 100%;
    color: #ffffff;
    padding: 13px 0.8em;
    font-size: 15px;
    line-height: 1.25em;
    vertical-align: middle;
}
div.left_link_chocheck br.pc{
    display: block;
}
div.left_link_chocheck a::after{
    border-right: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    content: "";
    height: 8px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transition: all .5s ease;
    width: 8px;
}
div.left_link_chocheck a:hover{
    opacity: 0.7;
}

.bannerList{
	display: block;
	overflow: hidden;
}

.bannerList li{
	display: block;
	overflow: hidden;
	margin-bottom: 4px;
	list-style: none;
}

    
body#relation .bannerList li.nav01 a img,
body#knowledge .bannerList li.nav02 a img,
body#about .bannerList li.nav03 a img{
	opacity:0.7
}
body#relation .leftSider .bannerList li.nav01{
    display: none;
}

/* =================================================================

	.botSec

================================================================= */
.botSec{
	width: 1000px;
	overflow: hidden;
	margin: 0 auto 145px;
}

.botSec ul{
	display: block;
	overflow: hidden;
}

.botSec .fL{
	float: left;
	overflow: hidden;
	list-style: none;
}

.botSec .fR{
	float: right;
	overflow: hidden;
	list-style: none;
}

/* =================================================================

	.rightCont

================================================================= */
.rightCont{
	width: 710px;
	float: right;
	display: inline-block;
	overflow: hidden;
}
.rightCont.oneColmun{
	display: block;
	float: none;
	margin: 0 auto;
}

.rightCont article {
	margin-bottom: 75px;
	overflow: hidden;
}

.rightCont article .bannerList{
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	margin-bottom: 30px;
}
.rightCont article .bannerList li{
	width: 47%;
}
.rightCont article .bannerList li img{
	width: 100%;
}
.rightCont article section:not(:first-child){
	margin-top: 30px;
}

.rightCont article h1{
	background: url(/img/relation/h1_border.png) left bottom repeat-x;
	padding:5px 0 10px;
	margin-bottom: 30px;
	color:#154fac;
	font-size:22px;
	font-weight:bold;
	position: relative;
}

.rightCont article h1.toggleArrow{
	background: none;
	border-bottom: 2px solid #154fac;
	cursor: pointer;
}

.toggleArrow::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 26px;
	width: 12px;
	height: 12px;
	border-bottom: 4px solid #154fac;
	border-right: 4px solid #154fac;
	transform-origin: 75% 75%;
	transform: rotate(45deg);
	cursor: pointer;
	transition: transform .1s ease-in-out 0s;
}
.toggleArrow.is-active::after {
	transform: rotate(-135deg);
}

.rightCont article h2,
　#modal .modalInr h2{
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: bold;
	color: #2a58b1;
}

.rightCont article h3{
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.rightCont article h2 + section h3{
	margin-top:-15px;
}

.rightCont article p,
#modal .modalInr p{
	color: #333333;
	font-size: 14px;
	margin-bottom: 26px;
}
.rightCont article p.note{
	font-size: 12px;
	text-indent:-1em;
	margin-top:-1em;
	padding-left:1em;
}

.rightCont article .modalBtn,
.rightCont article .linkBtn{
	text-align:right;
	font-size:0;
	margin:40px 0 0;
}

.rightCont article .modalBtn a,
.rightCont article .linkBtn a{
	display:inline-block;
	font-size:1rem;
}

.rightCont article .empList{
	margin-bottom:10px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
.rightCont article .empList li{
	text-indent:-2.75em;
	padding-left:2.75em;
}

.rightCont article .empList_normal{
	margin-bottom:10px;
	text-align: left;
	font-size: 14px;
}
.rightCont article .empList_normal li{
	text-indent:-2.5em;
	padding-left:2.5em;
}

.rightCont figure{
	display: inline-block;
}

.rightCont article .imgArea,
#modal .modalInr .imgArea{
	display:block;
	text-align:center;
	margin:20px 0;
}
.rightCont article .imgArea img,
#modal .modalInr img{
	margin:0 auto;
}
.rightCont article .imgArea.modalImg img{
	cursor:pointer;
}

.rightCont article .imgArea.fR{
	margin:0 0 20px;
}

.rightCont article .sec_2column{
	display:table;
	width:100%;
}
.rightCont article .sec_2column .txtArea{
	display:table-cell;
	padding-right:15px;
	vertical-align:top;
}
.rightCont article .sec_2column .imgArea{
	display:table-cell;
	vertical-align:top;
}
/*rightCont*/


/* -----------------------------------------------------------------
	#relation
----------------------------------------------------------------- */

body#relation #sec_6 .signList{
	display: block;
	overflow: hidden;
	background: #e5eefe;
	padding: 20px 20px;
	box-sizing:border-box;
	border-radius: 8px;
	margin-top: -10px;
}
body#relation #sec_6 .signList ul{
	margin-bottom:2px;
	font-size:14px;
}
body#relation #sec_6 .signList ul li{
	list-style: none;
	font-weight: bold;
	line-height:1.75em;
}
body#relation #sec_6 .signList p{
	color:#2a58b1;
	font-weight:bold;
	margin-bottom:0;
}
body#relation #sec_6 .signList p.ico_arrow{
	padding-left:10em;
	margin:0 0 0.5em;
}
body#relation #sec_6 .signList p.ico_arrow img{
	vertical-align:middle;
}

body#relation #sec_7,
body#relation #sec_7 p,
body#knowledge #sec_7,
body#about #sec_5{
	margin-bottom:0;
}




/* -----------------------------------------------------------------
	#about
----------------------------------------------------------------- */
body#about #sec_3 .empList{
	margin-top:-16px;
}
body#about .rightCont article .modalBtn,
body#about .rightCont article .linkBtn{
	margin:0 auto;
}


@media screen and (max-width: 768px){
/* =================================================================

	SP

================================================================= */
.footerInner {
    height: auto;
}
.pc{
	display: none;
}

.sp{
	display: block;
}
img.sp{
	width: 100%;
}

a {
	float: none!important;
	display: block;
	text-align: center;
}
.link_choselfcheck{
    display: none;    
}

.kvList{
	padding:0;
}

.middleSec{
	position:relative;
	width: 100%;
	margin: 0 auto;
}
.link_choselfcheck + .middleSec{
    margin-top: 0;
}

article section{
	width: 100%;
	padding-right: 0;
}

article{
	text-align: center;
}

figure {
	display: inline-block;
	width: 100%;
}

/* =================================================================

	.leftSider

================================================================= */
.leftSider{
	background-color:#fff;
	width:100%;
	margin:0 0 40px 0;
	float:none;
}

.accordionTtl{
	position:relative;
	display:block;
	width:100%;
	padding:0.5em 1em;
	color:#154fac;
	font-size: 14px;
	border-bottom:2px solid #d8e3fc;
	box-sizing:border-box;
}
.accordionTtl::before{
	content: "";
	position: absolute;
	top: 50%;
	background: #154fac none repeat scroll 0 0;
	height: 20px;
	right:1em;
	margin-top: -9px;
	margin-right:8px;
	width: 3px;
}
.accordionTtl::after{
	content: "";
	position: absolute;
	top: 50%;
	background: #154fac none repeat scroll 0 0;
	height: 3px;
	right:1em;
	margin-top: -1px;
	width: 20px;
}
.accordionTtl.open::before{
	content:none;
}

.anchorList{
	margin-bottom:5px;
}
.anchorList li{
	height:auto;
	margin-bottom: 2px;
	border-radius:0;
	border:none;
}
.anchorList li:hover,
.anchorList li.act{
	border:none;
}
.anchorList li a{
	padding:0.5em 1em;
	font-size: 14px;
	text-align:left;
}
.anchorList li a::before{
	top:0;
	bottom: 0;
	right:1.4em;
}
div.left_link_chocheck{
    margin-bottom: 7px;
}
div.left_link_chocheck a{
	padding: 7px 0.8em;
    text-align: left;
    font-size: 14px;
}
div.left_link_chocheck br.pc{
    display: none;
}
.bannerList{
	font-size:0;
}
.bannerList li{
	float:left;
	width:50%;
	margin:0;
}
.bannerList li:nth-child(even){
	float:right;
}
body#about .bannerList li{
	float:right;
}
body#about .bannerList li:nth-child(even){
	float:left;
}

body#relation .leftSider .bannerList li.nav01,
body#knowledge .leftSider .bannerList li.nav02,
body#about .leftSider .bannerList li.nav03{
	display:none;
}


/* =================================================================

	.rightCont

================================================================= */
.rightCont{
	width: 90%;
	margin: -30px auto;
	padding:0 5%;
	float:none;
	z-index:0;
}
.rightCont article{
	margin-bottom: 45px;
}

.rightCont article section{
	margin-top: 0;
}

.toggleArrow::after {
	top: 12px;
	right: 6px;
}

.rightCont article h1{
	background: url(/img/relation/h1_border_sp.png) left bottom no-repeat;
	background-size:100% auto;
	margin-top: 10px;
	margin-bottom: 30px;
	padding:0 0 5px;
	font-size: 24px;
	line-height:1.25em;
	text-align:left;
}

.rightCont article section:first-child h2 {
	margin-top: 0;
}
.rightCont article h2 {
	font-size: 20px;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 5px;
	line-height:1.25em;
}
.rightCont article h1 + section h2{
	margin-top:10px;
}

.rightCont article h3{
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}
.rightCont article h2 + section h3{
	margin-top:0;
}

.rightCont article h3{
	font-size: 16px;
	text-align: left;
	margin-bottom: 5px;
}
.rightCont article section section + section h3{
	margin-top:-1em;
}


.rightCont article p{
	text-align: left;
	margin-bottom: 30px;
}
.rightCont article p.note{
	margin-top:0;
}

.rightCont article .modalBtn,
.rightCont article .linkBtn{
	text-align:center;
	width:90%;
	margin:40px auto 20px;
}

.rightCont article .empList li{
	line-height:1.25em;
	margin-bottom:0.25em;
}

.rightCont article .sec_2column{
	display:block;
}
.rightCont article .sec_2column .txtArea{
	display:block;
	padding-right:0;
}
.rightCont article .sec_2column .imgArea{
	display:block;
	margin:0 0 20px;
}

	.toggleArrow::after {
		top: 6px;
		right: 12px;
	}

/* -----------------------------------------------------------------
	#relation
----------------------------------------------------------------- */
body#relation #sec_6 .signList p{
	text-align:center;
}
body#relation #sec_6 .signList p.ico_arrow{
	padding-left:0;
}
body#relation #sec_6 .signList ul {
	display: inline-block;
}
body#relation #sec_6 ul li{
	text-align: left;
	text-indent:-2em;
	padding-left:2em;
}
body#relation #sec_7 p{
	margin-bottom: 30px;
}
body#knowledge #sec_2 h3{
	margin-top:-1em;
}
body#about #sec_2 section section:nth-child(3) h3{
	margin-top:0;
}


/* =================================================================

	.botSec

================================================================= */
.botSec{
	width: 80%;
	margin: 90px auto 30px;
}

.botSec ul li{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
}

.footSns{
	padding: 0;
}

}


/* =================================================================

	modal

================================================================= */
#modal{
	display:none;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	z-index:1999;
}
#modal-bg{
	display:none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1);
	width: 100%;
	height: 100%;
	min-height: 100%;
	z-index: 1099;
}
#modal .modalInr{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}
#modal .modalInr .modalContent{
	background-color:#f4f4f4;
	position:relative;
	padding:5% 3% 3%;
	width:100%;
	box-sizing:border-box;
}
#modal .modalInr .modalContent h2{
	margin-top:0;
}
#modal .modalInr .modalBtn{
	position:absolute;
	top:1%;
	right:2%;
	cursor:pointer;
}


body#relation #modal .modalInr h2,
body#relation #modal .modalInr p{
	text-align:center;
}
body#relation #modal .modalInr ul{
	display:table;
	border-collapse: separate;
	border-spacing:2em 0;
	margin-bottom:20px;
}
body#relation #modal .modalInr ul li{
	display:table-cell;
	background-color:#e1e8f7;
	width:48%;
	margin-right:4%;
	padding:1em;
	border-radius:8px;
	box-sizing:border-box;
	color:#0e3e8d;
	font-size:14px;
}
body#relation #modal .modalInr ul li:nth-child(2n){
	margin-right:0;
}
body#relation #modal .modalInr ul li h3{
	font-weight:bold;
}
body#relation #modal .modalInr ul li p{
	margin-bottom:0;
	text-align:left;
}
body#relation #modal .modalInr ul li.list02{
	background-color:#dfecfc;
}
body#relation #modal .modalInr ul li.list03{
	background-color:#e0f3ca;
}
body#relation #modal .modalInr ul li.list04{
	background-color:#f2e7ee;
}
body#relation #modal .modalInr ul li.list02 h3{
	color:#4e7bce;
}
body#relation #modal .modalInr ul li.list03 h3{
	color:#7caa47;
}
body#relation #modal .modalInr ul li.list04 h3{
	color:#7b5ba4;
}

@media screen and (max-width: 768px){
	#modal .modalInr{
		margin-left: -45%;
		width: 90%;
	}
	#modal .modalInr .modalContent{
		padding:15% 3% 3%;
	}
	#modal .modalInr .modalBtn{
		width:10%;
	}
	#modal .modalInr .modalBtn img{
		width:100%;
	}
	body#relation #modal .modalInr ul{
		display:block;
		margin-bottom:0;
	}
	body#relation #modal .modalInr ul li{
		display:block;
		width:100%;
		margin-bottom:1em;
	}
	body#about #modal .modalInr h2{
		text-align:center;
}
}