  @charset "utf-8";

/****
*
*
* ¸üÐÂÈÕ: 2025/3/14
*
****/

body {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}


img {
	width: auto;
	max-width: 100%;
}
iframe{
	aspect-ratio:16/9;
}
video{
	aspect-ratio:16/9;
}
.pc-only {
	display: block;
}
.sp-only {
	display: none!important;
}

#main h2, #main h3, #main h4 {
	margin: 0 0 1.25rem 0;
	color: #000;
}

.font-Al,
.pagetitle_title,
.p-goto_index__btn span,
.button_f_al,
.optical_fiber_trackrecord_list .link_menu_more span 
{
	font-family: "Alexandria", serif;
	font-weight: normal;
}
.font-Noto {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
}

.c-flex--center {
	display: flex;
	justify-content: center;
}
.c-flex--between {
	display: flex;
	justify-content: space-between;
}
.optical_fiber_trackrecord_list .c-flex--between {
	flex-flow: wrap;
}

.c-col {
	flex: 0 0 auto;
}

.mov_area{
	width: 100%;
	height: auto;
	aspect-ratio:16/9;
	overflow: hidden;
}
.mov_area iframe{
	width: 100%;
	height: 100%;
}
.mov_area video{
	width: 100%;
	cursor: pointer;
}

.plyr button.plyr__play-large {
	display: inline-block;
}

.optical_fiber div#body div#main{
	font-family:"Roboto","Noto Sans JP","¥á¥¤¥ê¥ª", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.875;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-feature-settings : "pkna" 1;
	-webkit-text-size-adjust:100%;
	position: relative;
}
#main{
	min-width: 1160px;
}
#main .top {
	background-image: url(/tech/c_optical_fiber/images/bg_optical_fiber_circle2.png);
	background-size: 50%;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#main .pagetitle {
	width: 94%;
	height: 53vh;
	margin: 100px auto 0;
	border-radius: 10px;
	position: relative;
}
.top_img {
	width: 100%;
	height: 53vh;
	object-fit: cover;
	border-radius: 10px;
}
.top_img_b {
	width: 17%;
	position: absolute;
	bottom: -20%;
	right: -3%;
}

.pagetitle:before {
	display: none;
}
#main .pagetitle h1 {
	margin: 0;
	white-space: nowrap;
	color: rgba(0, 0, 0, 1);
	/* font-size: 100px; */
	font-size: 16px;
	line-height: 1;
}
.pagetitle_img {
	display: none;
}

.pagetitle_body_top {
	position: absolute;
	bottom: 100%;
	left: -2%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	box-sizing: border-box;
	transform: translateY(50%);
	z-index: 5;
}
.pagetitle_body_bottom {
	position: absolute;
	left: -2%;
	bottom: -280px;
	font-weight: bold;
	line-height: 1.1;
	color: #fff;
	box-sizing: border-box;
	transform: translateY(-50%);
	z-index: 5;
}
.pagetitle_title {
	font-size: 3.125rem;
}
.pagetitle_title .title_en {
	max-width: 1160px;
}
.pagetitle_title .title_ja {
	max-width: 850px;
}
.pagetitle_lead {
	width: 65%;
	max-width: 860px;
	font-size: 1.0625rem;
	text-shadow: none;
	backdrop-filter: blur(2px);
	-webkit-backdrop-filter: blur(2px);
}
.pagetitle_lead_text {
	margin: 220px auto 0 6%;
	padding: 1% 0 1% 4%;
	border-left: 4px solid #000;
}
.p-goto_index {
	margin: 0 auto;
	font-family: "Roboto", "Noto Sans JP", "¥á¥¤¥ê¥ª", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "£Í£Ó ¥´¥·¥Ã¥¯", sans-serif;
}
.top .p-goto_index {
	width: 85%;
	margin: 50px auto 0;
	padding-bottom: 70px;
}
.p-goto_index__btn {
	width: auto;
	min-width: 250px;
	text-align: center;
	line-height: 1;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 4px;
	border-radius: 50px;
	border: 2px solid #000;
	position: relative;
	background-color: #fff;
	display: inline-block;
	overflow: hidden;
	letter-spacing: 1px;
}
.top .p-goto_index__btn.goto_btn_w {
	margin-right: 30px;
}
.p-goto_index__btn.goto_btn_b {
	background: #000;
}
.p-goto_index__btn a {
	padding: 1rem 3rem;
	text-decoration: none;
	display: inline-block;
}
.p-goto_index__btn.goto_btn_w a {
	color: #000;
}
.p-goto_index__btn.goto_btn_b a {
	color: #fff;
}
.p-goto_index__btn.goto_btn_w:hover {
	background-color: #000;
}
.p-goto_index__btn.goto_btn_b:hover {
	background-color: #fff;
}
.p-goto_index__btn.goto_btn_w a:hover {
	color: #fff;
}
.p-goto_index__btn.goto_btn_b a:hover {
	color: #000;
}


/*  Animations
------------------------------ */
.optical_fiber .pagetitle {
	position: relative;
	opacity: 0;
	-webkit-animation: fade-in 3s forwards;
			animation: fade-in 3s forwards;
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}




#main .pagetitle h1,
.pagetitle_lead {
	opacity: 0;
	-webkit-animation: slide-in 1.2s forwards;
	animation: slide-in 1.2s forwards;
}
@keyframes slide-in {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	55% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}


/* ------------------------------ */
/* main */
/* ------------------------------ */

/*  Animations
------------------------------ */
.a-slide-in-bottom {
	opacity: 0;
	-webkit-transform: translateY(30px);
			transform: translateY(30px);
}
.a-slide-in-bottom.inview {
	-webkit-animation: slide-in-bottom 1.2s forwards;
			animation: slide-in-bottom 1.2s forwards;
}
@keyframes slide-in-bottom {
	0% {
	opacity: 0;
	-webkit-transform: translateY(30px);
			transform: translateY(30px);
	}
	100% {
	opacity: 1;
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}



.more_button_open,
.more_button_close {
	margin: 0 auto;
	padding: 12px 25px;
	font-size: 18px;
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	letter-spacing: 1px;
	align-items: center;
	cursor: pointer;
	overflow: hidden;
}
.more_button_open span,
.more_button_close span {
	display: inline-block;
	font-size: 34px;
	line-height: 0;
}
.more_button_open span {
	padding-bottom: 6px;
	padding-right: 3px;
	transform: rotate(-45deg);
}
.more_button_close span {
	padding-right: 5px;
}
.optical_fiber_about_area button.more_button_close,
.optical_fiber_about_area button.more_button_open {
	margin: 0 auto;
	background-color: #C0CAD1;
}
.optical_fiber_about_area button.more_button_close {
	margin: 30px auto 0;
}
.more_button_open:hover,
.more_button_close:hover,
.optical_fiber_about_area button.more_button_open:hover,
.optical_fiber_about_area button.more_button_close:hover {
	color: #fff;
	background-color: #000;
}


/* about_area
-----------------------*/
.optical_fiber_about_bg {
	position: absolute;
	margin-top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	top: 0;
	background-image: url(/tech/c_optical_fiber/images/bg_optical_fiber_about.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
.optical_fiber_about_bg.fixed {
	position: fixed;
	top: 0;
	left: auto;
}
.optical_fiber_about_bg.fixed.none {
	height: 0;
	opacity: 0;
}
.optical_fiber_about_area {
	padding: 100px 0 80px;
	background-color: #C0CAD1;
	position: relative;
}
.optical_fiber_about_inner {
	max-width: 970px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.optical_fiber_about_area h2 {
	text-align: center;
	font-family: "Alexandria", serif;
	font-size: 100px;
	font-weight: normal;
	line-height: 1.5;
}
.optical_fiber_about_area h2 img {
	width: 300px;
}
.optical_fiber_about_area h2>span {
	display: flex;
	align-items: anchor-center;
	justify-content: center;
}
.optical_fiber_about_area h2>span>span {
	margin-bottom: -10px;
	font-family: "Noto Sans JP", serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 0px;
	display: inline-block;
}
.about_lead_text {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.optical_fiber_about_more {
	display: none;
}
.optical_fiber_about_more .mov_area {
	width: 100%;
}
.optical_fiber_about_area img {
	border-radius: 10px;
	overflow: hidden;
}


/* technology_area
-----------------------*/
.optical_fiber_technology_area {
	padding: 100px 0 60px;
	background-color: #C0CAD1;
}
.optical_fiber_technology_inner {
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.optical_fiber_technology_area h2 {
	text-align: left;
	font-family: "Alexandria", serif;
	font-size: 100px;
	font-weight: normal;
	line-height: 1.5;
}
.optical_fiber_technology_area h2 img {
	width: 300px;
}
.optical_fiber_technology_area h2>span {
	display: flex;
	align-items: anchor-center;
}
.optical_fiber_technology_area h2>span>span {
	margin-bottom: -10px;
	font-family: "Noto Sans JP", serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 0px;
	display: inline-block;
}
.optical_fiber_technology_con {
	width: 70%;
	min-height: 420px;
	margin-bottom: 50px;
	padding: 5%;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.technology02 .optical_fiber_technology_con {
	margin-left: 5%;
}
.technology03 .optical_fiber_technology_con {
	margin-left: 10%;
}
.optical_fiber_technology_con>p {
	width: 300px;
	position: absolute;
	top: 50px;
	right: -14%;
}
.optical_fiber_technology_con>div {
	width: 80%;
}
.optical_fiber_technology_con>div h3 {
	margin-bottom: 30px !important;
	font-size: 32px;
	display: flex;
	line-height: 1.3;
	align-items: anchor-center;
	letter-spacing: 2px;
}
.optical_fiber_technology_con>div h3 span {
	padding-right: 20px;
	font-size: 100px;
	font-family: "Alexandria", serif;
	color: #fff;
	line-height: 0.8;
	letter-spacing: 2px;
	text-shadow: 2px 2px 1px #000000, -2px 2px 1px #000000, 2px -2px 1px #000000, -2px -2px 1px #000000, 2px 0px 1px #000000, 0px 2px 1px #000000, -2px 0px 1px #000000, 0px -2px 1px #000000;
}
.optical_fiber_technology_con>div .more_button_open,
.optical_fiber_technology_con>div .more_button_close {
	margin: 50px auto 0 0;
}
.optical_fiber_technology_more {
	display: none;
}
.optical_fiber_technology_more p.ttl {
	margin-top: 50px;
	padding: 0 10px;
	color: #fff;
	background-color: #000;
	font-weight: 700;
}
.optical_fiber_technology_area img {
	border-radius: 15px;
	overflow: hidden;
}
.optical_fiber_technology_more img {
	width: 100%;
}
.optical_fiber_technology_more .technology_more {
	text-align: right;
	font-size: 110%;
}
.optical_fiber_technology_more .technology_more span {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
}
.optical_fiber_technology_more .technology_more span:hover {
	color: #fc0010;
}


/* trackrecord_area
-----------------------*/
.optical_fiber_trackrecord_area {
	padding: 100px 0 60px;
	background-color: #fff;
	position: relative;
	z-index: 0;
}
.optical_fiber_trackrecord_inner {
	max-width: 1100px;
	margin: 0 auto;
	display: block;
	position: relative;
}
.optical_fiber_trackrecord_area h2 {
	text-align: left;
	font-size: 100px;
	font-weight: normal;
	line-height: 1.5;
}
.optical_fiber_trackrecord_area h2 img {
	width: 300px;
}
.optical_fiber_trackrecord_area h2>span {
	display: flex;
	align-items: anchor-center;
	font-family: "Alexandria", serif;
}
.optical_fiber_trackrecord_area h2>span>span {
	margin-bottom: -10px;
	font-family: "Noto Sans JP", serif;
	font-size: 32px;
	font-weight: bold;
	line-height: 0px;
	display: inline-block;
}
.optical_fiber_trackrecord_list {
	max-width: 1050px;
	margin: 0 auto;
}
.optical_fiber_trackrecord_list .link_menu {
	width: 31%;
	margin-bottom: 3%;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #000;
	overflow: hidden;
}
.optical_fiber_trackrecord_list .link_menu ul,
.optical_fiber_trackrecord_list .link_menu li {
	height: 100%;
}
.optical_fiber_trackrecord_list .link_menu li {
	display: block;
	position: relative;
	cursor: pointer;
}
.optical_fiber_trackrecord_list .link_menu ul:hover {
	opacity: 0.6;
}
.optical_fiber_trackrecord_list p.img {
	position: relative;	
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.optical_fiber_trackrecord_list .img img {
	/* width: auto; */
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: -100%;
	left: -100%;
	bottom: -100%;
	right: -100%;
	transition: all 0.3s ease;
	object-fit: cover;
	vertical-align: bottom;
}
.optical_fiber_trackrecord_list .link_menu ul:hover .img img {
	transform: scale(1.06, 1.06);
}
.optical_fiber_trackrecord_list .txt {
	width: 88%;
	margin: 20px auto 0;
	padding-bottom: 80px;
	font-size: 120%;
	font-weight: 700;
	position: relative;
	display: block;
	line-height: 1.7;
	letter-spacing: 0;
}
.optical_fiber_trackrecord_list .txt span {
	margin-top: 7px;
	font-size: 80%;
	font-weight: normal;
	display: block;
}
.optical_fiber_trackrecord_list .txt span.txt_s {
	display: inline-block;
	font-size: 90%;
	font-weight: bold;
}
.optical_fiber_trackrecord_list .link_menu_more {
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	right: 15px;
	letter-spacing: 1px;
}
/* modal */
.modal {
	position: fixed;
	top: 0;
	width: 100% !important;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 100;
	display: none;
}
.modal_con {
	width: 800px;
	height: 90%;
	margin: auto;
	position: fixed;
	inset: 0;
	background-color: #fff;
	border-radius: 10px;
	justify-content: center;
	align-items: center;
	z-index: 100;
	display: none;
}
.modal_con_wrap {
	width: 90%;
	height: 90%;
	margin: 8% 30px 5% auto;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}
.modal_con_inner {
	padding-right: 20px;
	position: relative;
}
.modal_con_inner h4 {
	margin: 5px auto 2px !important;
	font-size: 30px;
}
.modal_con_inner h4 span {
	font-size: 80%;
}

.modal_con_inner input.modal_focus {
	width: 0px;
	height: 0px;
	padding: 0;
	border: none;
	display: none;
}
.modal_con_ttl {
	padding: 1px 8px;
	border: 1px solid;
	display: inline-block;
	font-weight: 700;
	line-height: 1.2;
}
.modal_con_ttl_b {
	padding: 0 10px 2px;
	color: #fff;
	background-color: #000;
	font-weight: 700;
}
.modal_con_lead_text {
	font-size: 18px;
	font-weight: bold;
}
.modal_con_text_min {
	margin-top: -10px;
	margin-bottom: 20px;
	font-size: 90%;
}
.c-mb--3 {
	margin-bottom: 3em !important;
}
.modal_con_inner > div {
	margin: 50px auto 0;
}
.modal_con_inner > div img.c-img-1 {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.modal_close {
	width: 50px;
	height: 50px;
	text-align: center;
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}
.modal_close span {
	width: 100%;
	height: 100%;
	display: inline-block;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.2;
}
.modal_close:hover {
	opacity: 0.6;
}
.modal_con_inner .more_button_close {
	margin: 50px auto 0;
}
.modal_con_inner > div:last-child {
	padding-bottom: 30px;
}
.modal_con_inner .modal_con_links ul {
	margin-top: -10px;
}
.modal_con_inner .modal_con_links li {
	padding: 15px 0px;
	border-bottom: 1px solid #ddd;
}
.modal_con_inner .modal_con_links a {
	padding: 0 10% 0 10px;
	color: #000;
	text-decoration: none;
	line-height: 1.5;
	display: block;
	position: relative;
}
.modal_con_inner .modal_con_links a:hover {
	color: #941d55;
	text-decoration: underline;
}
.modal_con_inner .modal_con_links a::after {
	content: "¡ú";
	color: #888;
	font-size: 20px;
	line-height: 0;
	position: absolute;
	right: 1%;
	top: 55%;
}
.modal_con_inner .modal_con_links a:hover::after {
	color: #941d55;
}
.modal_con_video {
	margin: 0 auto;
	text-align: center;
}
.modal_con_video iframe {
	width: 680px;
	height: 382px;
}
.modal_con_inner .col2 .col {
	width: 49%;
}


/* optical_fiber_contact_area
-----------------------*/
.optical_fiber_contact_area {
	background-color: #fff;
	z-index: 0;
	display: block;
	position: relative;
}
.optical_fiber_contact_wrap {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto 40px!important;
	min-height: 700px;
	margin: 0 auto;
	position: relative;
	display: flex;
	background-image: url(/tech/c_optical_fiber/images/bg_optical_fiber_contact.jpg);
	background-size: cover;

}
.optical_fiber_contact_inner {
	margin: 0 auto;
	align-content: center;
	text-align: center;
}
.optical_fiber_contact_con {
	padding: 50px;
	background: rgba(255, 255, 255, .7);
	border-radius: 10px;
}
.optical_fiber_contact_con p {
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.3;
}
.optical_fiber_contact_con p img {
	width: 350px;
	margin: 0 auto;
	display: block;
}



/* link_menu_area
-----------------------*/
.link_menu_area{
	display: flex;
	justify-content: space-between;
	width: 1160px;
	padding: 45px 0;
	margin: 0 auto;
}

.link_menu_area .link_menu{
	width: 360px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

#main .link_menu_area .link_menu h2{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 70px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background: #1b3789;
	background: url(/tech/c_optical_fiber/images/h2_menu_bg.jpg)top left/100% 100% no-repeat;
	border-radius: 5px 5px 0 0;
	box-sizing: border-box;
	letter-spacing: 0.05em;
}
#main .link_menu_area .link_menu h2.line2{
	padding-top: 10px;
}
#main .link_menu_area .link_menu h2.line2 span{
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	height: 50%;
	text-align: center;
}

.link_menu_area .link_menu ul.link_list{
	padding: 5px 25px 5px 25px;
	box-sizing: border-box;
}
.link_menu_area .link_menu ul.link_list > li{
	padding: 20px 0 10px 0;
}
.link_menu_area .link_menu ul.link_list > li:nth-child(n+2){
	border-top: dotted 1px #ccc;
	padding: 20px 0 20px 0;
}

.link_menu_area ul.link_list > li a{
	text-decoration: none;
	color: #363434;
}

.link_menu_area ul.link_list > li .img{
	position: relative;
	border-radius: 5px;
	width: 310px;
	height: 160px;
	overflow: hidden;
}
.link_menu_area ul.link_list > li .img img{
	position: absolute;
	top: -100%;
	left: -100%;
	bottom: -100%;
	right: -100%;
	margin: auto;
	width: auto;
	height: 100%;
	transition: all 0.3s ease;
}
.link_menu_area ul.link_list > li a:hover .img img {
transform: scale(1.06, 1.06);
}

.link_menu_area ul.link_list > li .txt{
	position: relative;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
	padding-left: 24px;
	line-height: 1.7;
	letter-spacing: 0;
}
.link_menu_area ul.link_list > li .txt:before {
	content: url(/tech/civil_common/images/icon_arrow.svg);
	position: absolute;
	top: 1px;
	left: 0;
	display: inline-block;
	width: 15px;
	height: 15px;
}


.link_menu_area ul.link_list > li a:hover{
	opacity: 0.6;
}

.link_menu_area .link_menu ul.link_list > li.new .img:after{
	content: "NEW";
	position: absolute;
	top: 0px;
	right: 0px;
	display: inline-block;
	line-height: 1;
	padding: 3px 6px 3px 6px;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: bold;
	color: #fff;
	background: #cc0000;
	border-radius: 0 5px 0 5px;
}

/* link_press_area
-----------------------*/
.bg-blue{
	background-color: #e2effa;
	padding: 60px 0;
}
.link_press_area{
	width: 1160px;
	margin: 0 auto;
}

#main .link_press_area h2{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	height: 70px;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #fff;
	background: #1b3789;
	background: url(/tech/c_optical_fiber/images/h2_press_bg.jpg)top left/100% 100% no-repeat;
	border-radius: 5px 5px 0 0;
}

.link_press_area .link_press{
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 35px 50px 35px 50px;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
}

#main .link_press_area .link_press h3{
	width: 100px;
	margin: 0;
	font-size: 18px;
	font-size: 1.125rem;
	color: #cc0000;
	border-top: dotted 1px #ccc;
	padding: 20px 0 20px 0;
}

.link_press_area ul.link_list{
	width: 960px;
	border-top: dotted 1px #ccc;
	padding-top: 20px;
}
.link_press_area ul.link_list > li{
	display: flex;
	padding-bottom: 20px;
	letter-spacing: 0;
}
.link_press_area ul.link_list > li:nth-child(n+2){
	border-top: dotted 1px #ccc;
	padding-top: 20px;
}

.link_press_area ul.link_list > li span.date {
	width: 90px;
}

.link_press_area ul.link_list > li a {
	position: relative;
	padding-left: 18px;
}
.link_press_area ul.link_list > li a:before {
	position: absolute;
	content: url(/tech/civil_common/images/icon_arrow_s.svg);
	display: inline-block;
	top: -3px;
	left: 2px;
	width: 9px;
	height: 9px;
}

.link_press_area ul.link_list > li a {
	position: relative;
	text-decoration: none;
	color: #363434;
	transition: .3s;
}
.link_press_area ul.link_list > li a:hover {
	color: #fc0010;
}
.link_press_area ul.link_list > li a:after {
	background: #fc0010;
	content: '';
	width: 100%;
	height: 1.5px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: auto;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .5s;
}
.link_press_area ul.link_list > li a:hover:after{
	transform-origin: left top;
	transform: scale(1, 1);
}



img.link_icon {
	position: relative;
	height: 12px;
	top: -4px;
}
.pdf_link img.link_icon {
	height: 12px;
	top: 0;
}

.pdf_size {
	font-size: 14px;
	font-size: 0.875rem;
	color: #82888E;
	line-height: 2.2;
}

/*----------------------------------------------------
	print
----------------------------------------------------*/
@media print {
	.optical_fiber .pagetitle,
	#main .pagetitle h1,
	.pagetitle_lead,
	.a-slide-in-bottom {
		opacity: 1;
		-webkit-animation: none;
				animation: none;
	}
	.a-slide-in-bottom {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	}
	.a-slide-in-bottom.inview {
			-webkit-animation: none;
					animation: none;
	}
	.link_menu_area .link_menu{
		box-shadow: none;
	}
	.bg-blue{
		background: none;
	}
}
.c-new{
	font-size: 14px !important;
	background: red;
	color: white;
	display: inline-block;
	border-radius: 3px;
	font-weight: 700;
	padding: 0.2em 0.6em;
	line-height: 1;
	vertical-align: middle;
}
.modal_con_inner h4 .c-new {
	margin-left: 0.6em;
}
.modal_con_links .c-new{
	margin-right: 0.6em;
}
.link_list .c-new {
	z-index: 100;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 4px 0;
}