@charset "utf-8";

.nav_list > li:nth-of-type(7) a{
	color: #fff;
}
.nav_list > li:nth-of-type(7) a::after{
	transform: translateY(0) scale(1,1);
    opacity: 1;
}


/*-------------------------------
	nano top
-------------------------------*/

/* .nano_top {
	margin-bottom:50px;
} */

/*-------------------------------
	nano list
-------------------------------*/
/*
.nano_list dt:not(:first-of-type) {
	margin-top:30px;
}

.nano_list dt {
	padding:20px 60px 20px 35px;
	font-weight:bold;
	font-size:2rem;
	letter-spacing: 0.1em;
	background:#DFDFE3;
	position:relative;
	color:#1a1a38;
}

.nano_list > dt::after {
	content:"";
	display: block;
	width:20px;
	height:11px;
	background:url(../images/pull_arrow.svg) no-repeat center / contain;
	position:absolute;
	right:30px;
	top:0;
	bottom:0;
	margin:auto 0;
	transform: rotate(0deg);
	transition:transform .4s;
}

.nano_list > dt.role::after {
	transform: rotate(180deg);
}
*/
/*変更*/

.nano_list .h_title {
	margin-top: 30px;
}
.nano_list h2.pull {
	padding:20px 60px 20px 35px;
	font-weight:bold;
	font-size:2rem;
	letter-spacing: 0.1em;
	background:#DFDFE3;
	position:relative;
	color:#1a1a38;
	margin-bottom: 0;
	/*margin-top:30px;*/
}
.nano_list .tit_box:not(:first-of-type) {
	margin-top:30px;
}

.nano_list h2.pull::before{
	display: none;

}
.nano_list > .tit_box{
	position: relative;
}
.nano_list > .tit_box::after {
	content:"";
	display: block;
	width:20px;
	height:11px;
	background:url(../images/faq_arrow.svg) no-repeat center / contain;
	position:absolute;
	right:30px;
	top:0;
	bottom:0;
	margin:auto 0;
	transform: rotate(0deg);
	transition:transform .4s;

}

.nano_list > .tit_box.role::after {
	transform: rotate(180deg);
}

.nano_list .nano_box {
	margin: 50px 25px;
}

.nano_w33 {
	/* width:33.333333333333333%; */
	width:calc((100% - 210px) / 3);
	margin: 0 35px 80px;
}

.nano_w50 {
	width:50%;
}

.nano_w66 {
	width:66.666666666666667%;
	width:calc(100% / 3 * 2);
}

.nano_list .nano_box .nano_w33:last-of-type {
	margin-bottom: 0;
}

.nano_list .nano_box .nano_w33 .nano_ttl {
	font-size: 2.0rem;
	margin-bottom: 15px;
	padding: 0;
}
.nano_list .nano_box .nano_w33 .nano_ttl::before {
	content: '●';
	color: #005cac;
}

.nano_list .nano_box .nano_w33 .btn {
	font-size: 1.6rem;
	max-width: 200px;
	height: 50px;
	line-height: 46px;
	margin: 30px auto 0;
}
.nano_list .nano_box .btn span {
	letter-spacing: 0;
}
.nano_list .nano_box .btn span.icon_pdf_white::before {
	width: 18px;
	height: 24px;
}

/* .bor_ri,
.nano_list .fle_wra .nano_block.nano_w33:nth-of-type(3n) h3,
.nano_list .fle_wra .nano_block:last-of-type h3 {
	border-right:1px solid #C7C7C7;
} */
/*
.nano_block h4 {
	font-size:1.8rem;
	letter-spacing: 0.1em;
	font-weight:bold;
	background:#EFEFF1;
	padding:15px 35px;
	color:#1a1a38;
	border-left:1px solid #C7C7C7;
}
*/
/*変更*/
.nano_block h3 {
	font-size:1.8rem;
	letter-spacing: 0.1em;
	font-weight:bold;
	/* background:#EFEFF1; */
	padding:15px 35px;
	color:#1a1a38;
	/* border-left:1px solid #C7C7C7; */
}
.nano_block h3.ttl {
	padding-left: 1rem;
}

.nano_child {
	padding:30px 35px 35px;
	position:relative;
	border-left:1px solid #8F8F8F;
	border-bottom:1px solid #8F8F8F;
	/*border-right:1px solid #8F8F8F;*/
}

.bor_ri + .nano_child,
.nano_list .fle_wra .nano_block.nano_w33:nth-of-type(3n) .nano_child,
.nano_list .fle_wra .nano_block:last-of-type .nano_child {
	border-right:1px solid #8F8F8F;
}


.nano_book h5 {
	font-size:1.8rem;
	font-weight:500;
	letter-spacing: 0.1em;
	margin-bottom:0.5em;
}

.nano_book .icon_pdf {
	padding-left:24px;
	margin-top:10px;
}

.nano_book .icon_pdf::before {
	width:19px;
	height:27px;
}

.nano_book a span {
	width:100%;
	font-size:1.6rem;
	font-weight:500;
	padding-bottom:0.2em;
	border-bottom:1px solid #1A1A38;
	text-justify: inter-ideograph;
	text-align-last: justify;
	display: inline-block;
}

.nano_book {
	max-width:140px;
}

.nano_w33 .nano_book {
	width:47%;
}

.nano_w50 .nano_book {
	width:30%;
}

.nano_w66 .nano_book {
	width:23.5%;
}

.nano_book.mar_auto {
	margin:0 auto;
}

/* +++ tab-box */
.tab-box .btn-area {
	display: flex;
	justify-content: center;
}
.tab-box .tab-btn {
	background: #005CAC;
	border: 1px solid #005CAC;
	border-bottom: 2px solid #005CAC;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	width: 50%;
	max-width: 400px;
	height: 71px;
	line-height: 70px;
	text-align: center;
	margin: 0 5px;
	transition: all 0.3s;
}
.tab-box .tab-btn:not(.current-panel):hover {
	opacity: 0.6;
}
.tab-box .tab-btn.current-panel {
	background:#ffffff;
	border: 2px solid #005CAC;
	border-bottom-color: #ffffff;
	color: #005CAC
}
.tab-box .tab-btn a {
	color: #fff;
	display: block;
}
.tab-box .panel-area {
	border-top: solid 2px #005CAC;
	margin-top: -2px;
	padding: 30px;
}
/* +++ nanopharmacy */
.nano_list .nanopharmacy_box {
	max-width: 800px;
	margin: 50px auto 0;
}
.nanopharmacy_block {
	margin-bottom: 50px;
}

/*-------------------------------
	responsive
-------------------------------*/
@media screen and (max-width:1160px) {
	.nano_book a span {
		font-size:1.4rem;
	}

	.nano_child {
		padding:30px 15px 35px;
	}
	
	@media screen and (max-width:960px) {
		.nano_book a span {
			font-size:1.1rem;
		}
			
	} /* 960px */
	
}


/*-------------------------------
	SP専用
-------------------------------*/
@media screen and (max-width:768px) {


/*-------------------------------
	nano top
-------------------------------*/

.nano_top {
	/* margin:16vw auto 8vw; */
	margin:8vw auto 0;
}

/*-------------------------------
	nano list
-------------------------------*/

.nano_list .tit_box:not(:first-of-type) {
	margin-top:4vw;
}
.nano_list .h_title {
	margin-top: 3.466666666666667vw;
}
.nano_list h2.pull {
	padding:3.466666666666667vw 10.4vw 3.466666666666667vw 4vw;
	font-size:3.2rem;
}
/*
.nano_list > dt::after {
	width:3.466666666666667vw;
	height:1.906666666666667vw;
	right:4vw;
}
*/
/*変更*/
.nano_list > h2.pull::after {
	width:3.466666666666667vw;
	height:1.906666666666667vw;
	right:4vw;
}
.nano_w33 {
	width:100%;
	margin: 0 0 12vw;
}

.nano_w50 {
	width:100%;
}

.nano_w66 {
	width:100%;
}

.nano_list .nano_box .nano_w33 .nano_ttl {
	font-size:3.2rem;
	margin-bottom: 3.466666666666667vw;
}

.nano_list .nano_box .nano_w33 .btn {
	margin-top: 4vw;
}


.bor_ri,
.nano_list .show_box .nano_block.nano_w33:nth-of-type(3n) h4,
.nano_list .show_box .nano_block:last-of-type h4 {
	border-right:none;
}
/*
.nano_list dd .nano_block h4 {
	border-right:1px solid #C7C7C7!important;
}

.nano_block h4 {
	font-size:2.8rem;
	padding:2vw 4vw;
}
*/
/*変更*/
/* .nano_list .show_box .nano_block h3 {
	border-right:1px solid #C7C7C7!important;
} */

.nano_block h3 {
	font-size:2.8rem;
	padding:2vw 4vw;
}

.nano_child {
	padding:8vw 4vw 6vw;
	min-height:42.666666666666667vw;
}

/* .bor_ri + .nano_child,
.nano_list .show_box .nano_block.nano_w33:nth-of-type(3n) .nano_child,
.nano_list .show_box .nano_block:last-of-type .nano_child {
	border-right:none;
} */

.nano_list .nano_child .nano_block .nano_child {
	border-right:1px solid #8F8F8F!important;
}


.nano_book h5 {
	font-size:2.8rem;
}

.nano_book .icon_pdf {
	padding-left:10vw;
	margin-top:4vw;
}

.nano_book .icon_pdf::before {
	width:6vw;
	height:8vw;
	bottom:0;
	margin:auto 0;
}

.nano_book a span {
	font-size:2.8rem;
}

.nano_book {
	max-width:100%;
}

.nano_w33 .nano_book {
	width:39.25vw;
	margin-bottom:8vw;
}

.nano_w50 .nano_book {
	width:39.25vw;
	margin-bottom:8vw;
}

.nano_w66 .nano_book {
	width:39.25vw;
	margin-bottom:8vw;
}

.nano_book.mar_auto {
	margin:0 auto 8vw;
}

/* +++ tab-box */
.tab-box .tab-btn {
	font-size: 2.4rem;
	max-width: 200px;
	height: 51px;
	line-height: 50px;
	letter-spacing: 0;
}
.tab-box .panel-area {
	padding: 10px 0;
}

/* +++ nanopharmacy */
.nano_list .nanopharmacy_box {
	margin: 4vw auto 0;
}
.nanopharmacy_block {
	margin-bottom: 4vw;
}

}