@charset "utf-8";

.guide_inner {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 0px;
	border: solid 1px #d5cdce;
	border-radius: 5px;
	padding: 30px;
}
.guide_right p {
	color: #103184;
}
.red {
	color: #ff1821;
}
.guide_pc_section:after {
	content: '';
	clear: both;
	display: block;
}
.acount {
	font-weight: bold;
	margin-top: 15px;
}
.kome2 {
	font-size: 1.4rem;
}
.img-wrap {
	margin: 10px 0;
}
.img-wrap ul li:first-child {
	position: relative;
}

@media all and (-ms-high-contrast:none){
	.l-subpage img { width: 100%; } /* IE */
}


@media screen and (min-width: 768px) {
	.guide_right {
		width: 50%;
		float: right;
	}
	.img-wrap ul li:first-child:after {
		content: "";
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 10px solid #103184;
		position: absolute;
		top: 50%;
		right: -5px;
	}
	.p-anc-navi > li a {
		height: 150px;
		letter-spacing: -0.001em;
	}
}
@media screen and (min-width:768px) and (max-width:960px) {
	.p-anc-navi > li a {
		height: 190px;
	}
}

@media screen and (max-width: 767px) {
	.p-tab-top .nav-tabs .nav-link {
		font-size: 1.3rem;
	}
	.guide_inner {
		padding: 20px;
	}
	.guide_right img {
		margin-bottom: 15px;
	}
	.img-wrap ul li:first-child:after {
		content: "";
		border-top: 10px solid #103184;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		left: 50%;
		bottom: -20px;
	}
}


/*p-anc-navi*/
.p-anc-navi.type-right > li a {
	background: url(/shared/palette/v1507_img/cmn/ico_arrow05.png) no-repeat right 10px center;
	background-color: #fff;
	height: auto;
	padding: 15px 20px;
}
.p-anc-navi.type-right > li a span {
	font-size: 1.6rem;
}

@media screen and (min-width:768px) and (max-width:965px) {
	.p-anc-navi.type-right > li a {
		height: 86px;
	}
}

/* add 191226 */
.p-tab-top .nav-tabs .nav-link {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: none;
	transition: none;
}
.p-tab-top ul li a span {
	background: url(/shared/palette/v1507_img/cmn/ico_arrow05.png) no-repeat right 5px center;
}
@media screen and (max-width: 767px) {
	.p-tab-top .nav-tabs .nav-item {
		width: 33.333%;
		margin-left: 0;
		margin-right: 0;
	}
	.p-tab-top .nav-tabs .nav-item.upSide {
		width: 50%;
		margin-bottom: -3px;
	}
	.p-tab-top .nav-tabs .nav-item:not(.upSide) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}
	.p-tab-top .nav-tabs .nav-item.upSide {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.p-tab-top .nav-tabs.teleco .nav-item:not(.upSide) {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}
	.p-tab-top .nav-tabs.teleco .nav-item.upSide {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
		z-index: 10;
	}
/*
	.p-tab-top .nav-tabs.teleco .nav-item:nth-child(-n+2) {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}
*/
    
    .sp_mt {
        margin-top: 130px;
    }
    
}

/*add 200911*/
.v1507_bgType_Gray01_inner {
	padding-top: 40px;
	margin-bottom: -30px;
	padding-bottom: 30px;
}
