@charset 'UTF-8';

@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*body {}*/
main > .basic-page > #sections {
	font-family: "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
	
	/*word-break: break-all;*/
	/*word-break: keep-all;*/
	word-break: break-word;
}
main > .basic-page > #sections *,
main > .basic-page > #sections *:before,
main > .basic-page > #sections *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/* Overwrite */
@media (min-width:641px), (min-device-width:1281px) {
	.basic-page .free-image > div.imageContainer {
		margin: 0 -114px;
	}
}

main > .basic-page > #sections a {
	color: #333333;
    text-decoration: underline;
	transition: opacity .3s;
}
main > .basic-page > #sections a:hover {
    /*text-decoration: none;*/
	opacity: 0.7;
}
/*main > .basic-page > #sections a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}*/

.holdings-footer.page-in-menu {
    padding-bottom: 90px;
}

.childlist__header__label a{
	color: #666;
	font-weight: 500;
}
.childlist__header__label a:hover{
	color: #1A1A1A;
}


.unicom-r {
	text-align: right;
}
.unicom-l {
	text-align: left;
}
.unicom-c {
	text-align: center;
}

.unicom-b {
	font-weight: bold;
}

.unicom-red {
	color: red;
}

.unicom-hidden {
	display: none;
}
.unicom-block {
	display: block;
}
.unicom-inline-block {
	display: inline-block;
}



.unicom-float-box {
	/*width: 100%;*/
}
.unicom-float-left {
	float: left;
}
.unicom-float-right {
	float: right;
}

.unicom-float-box:after {
	content: "";
	display: block;
	clear: both;
}

.holdings-header a, .holdings-titlenav a, .holdings-footer a, .holdings-cta a {
    word-break: break-word;
    white-space: normal;
}

a.unicom-linkcolor-wh {
	color: #FFFFFF !important;
	text-decoration: underline;
}



.unicom-mt10 {margin-top: 10px !important;}
.unicom-mt20 {margin-top: 20px !important;}
.unicom-mt30 {margin-top: 30px !important;}

.unicom-no-mt {margin-top: 0 !important;}
.unicom-no-mb {margin-bottom: 0 !important;}
.unicom-no-pt {padding-top: 0 !important;}
.unicom-no-pb {padding-bottom: 0 !important;}
.unicom-no-padding {padding: 0 !important;}



.unicom-image-box {
	font-size: 0;
	text-align: center;
}



ul.unicom-header-nav-link-list > li {
	position: relative;
}
ul.unicom-header-nav-link-sub-list {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	
	/*width: 200px;*/
}
ul.unicom-header-nav-link-sub-list > li {
	background-color: rgba(50, 50, 50, 0.8); /* #323232 */
	/*opacity: 0.7;*/
}
ul.unicom-header-nav-link-sub-list > li:not(:last-child) {
	/*border-bottom: none;*/
}
ul.unicom-header-nav-link-sub-list > li > a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #FFFFFF !important;
	font-size: 14px;
	white-space: nowrap;
	opacity: 0.8 !important;
}
ul.unicom-header-nav-link-sub-list > li:not(:first-child) > a {
	padding-top: 10px;
}
ul.unicom-header-nav-link-sub-list > li:not(:last-child) > a {
	padding-bottom: 10px;
}
ul.unicom-header-nav-link-sub-list > li:hover a {
	opacity: 1 !important;
}



.unicom-section {
	padding-top: 50px;
	padding-bottom: 50px;
}
.unicom-section-page-header-a {
	padding-top: 80px;
	padding-bottom: 80px;
}
.unicom-page-title-main-a {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
}
.unicom-section-top-common {
	padding-top: 100px;
	padding-bottom: 100px;
}
.unicom-section-top-main-description {
	padding-top: 35px;
	padding-bottom: 35px;
}
.unicom-section-technology-introduction {
	padding-top: 0;
	padding-bottom: 100px;
}
.unicom-section-researcher-single-prof {
	padding-top: 80px;
	padding-bottom: 80px;
}
.unicom-section-interview-header {
	padding-top: 80px;
	padding-bottom: 30px;
}
.unicom-section-interview-header-sns {
	padding-top: 0;
	padding-bottom: 30px;
}

.unicom-container {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 2px 0 2px;
	position: relative;
}
.unicom-section-full .unicom-container {
	max-width: 100%;
}

.unicom-bgWhite {
	background-color: #FFFFFF;
	color: #1f1f1f;
}
.unicom-bgLightGrey {
	background-color: #EEEEEE;
	color: #333333;
}
.unicom-bgDarkGrey {
	background-color: #475059 !important;
	color: #ffffff;
}
.unicom-bgDarkGrey a {
	color: #FFFFFF !important;
}
.unicom-bgBlack {
	background-color: #000000 !important;
	color: #ffffff;
}

.unicom-sns-box {
	text-align: right;
}

.unicom-common-caption-1 {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: solid 2px #1F1F1F;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.unicom-bgDarkGrey .unicom-common-caption-1 {
	border-bottom: solid 2px #FFFFFF;
}
.unicom-common-caption-2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.unicom-bgDarkGrey .unicom-common-caption-2 {
	border-color: #FFFFFF;
}



/* TOP */
.unicom-top-main-visual-area {
	position: relative;
	line-height: 0;
}
.unicom-top-main-visual-area-content {
	width: 1200px;
	height: 500px;
	overflow: hidden;
	margin: auto;
}
/*#unicom-top-movie-yt {
	width: 1200px;
	height: 500px;
	overflow: hidden;
}
#unicom-top-movie-yt-iframe {
	width: 1503px;
	height: 845px;
	margin-left: -151px;  (1503 - 1200) / 2 x -1 
	margin-top: -173px;  (845 - 500) / 2 x -1 
}*/
.unicom-top-main-visual-area-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.unicom-top-main-visual-area-overlay-over-text {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	width: 100%;
	line-height: 2;
	color: #FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.unicom-top-main-visual-caption1 {
	font-size: 2.8rem;
}
.unicom-top-main-visual-caption2 {
	font-size: 3.5rem;
}

.unicom-top-main-description {
	text-align: center;
}

.unicom-top-section-caption-a {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.unicom-top-section-description-a {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}

.unicom-top-core-technology-image-box {
	text-align: center;
}

.unicom-top-introduction-box {}
ul.unicom-top-introduction-list {
	margin: 0 auto;
	width: 630px;
}
ul.unicom-top-introduction-list > li:not(:first-child) {
	margin-left: 30px;
}
ul.unicom-top-introduction-list > li > a {
	display: block;
	width: 300px;
	height: 120px;
	line-height: 120px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 5px;
	text-align: center;
	
	color: initial !important;
	text-decoration: none !important;
}

.unicom-top-links-box {}
ul.unicom-top-links-list {}
ul.unicom-top-links-list > li:not(:first-child) {
	margin-left: 30px;
}
ul.unicom-top-links-list > li > a {
	display: block;
	width: 300px;
	height: 180px;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 5px;
	text-align: center;
	overflow: hidden;
	
	color: initial !important;
	text-decoration: none !important;
}
.unicom-top-links-list-single-image-box {}
.unicom-top-links-list-single-text-box {
	height: 45px;
	line-height: 45px;
}



/* TECHNOLOGY INTRODUCTION */
/*ul.unicom-technology-introduction-list {
	font-size: 0;
}
ul.unicom-technology-introduction-list > li {
	width: 100%;
}
ul.unicom-technology-introduction-list > li:not(:nth-child(1)) {
	margin-top: 50px;
}
ul.unicom-technology-introduction-list.unicom-technology-introduction-list-material_device_technology-05 > li {
	width: 100%;
}

.unicom-technology-introduction-single-title-box,
.unicom-technology-introduction-single-title-box-inner {
	height: 75px;
}
.unicom-technology-introduction-single-title-box {
	font-family: 'Noto Sans Japanese', sans-serif;
	background-color: #EEEEEE;
	width: 100%;
	padding: 0 20px;
	font-weight: bold;
	font-size: 1.2rem;
}
.unicom-technology-introduction-single-title-box-inner {
	display: table-cell;
	vertical-align: middle;
}
.unicom-technology-introduction-single-info-box {
	margin-top: 20px;
}
.unicom-technology-introduction-single-info-image-box {
}
.unicom-technology-introduction-single-info-image-box img,
.unicom-technology-introduction-single-info-image-box-multi-single img,
.unicom-aboutus-related-links-list-single-image-box img {
	outline: 1px solid #707070;
	outline-offset: -1px;
}
.unicom-technology-introduction-single-info-image-box-multi {}
.unicom-technology-introduction-single-info-image-box-multi-single {
	display: inline-block;
}
.unicom-technology-introduction-single-info-image-box-multi-single:not(:first-child) {
	margin-left: 30px;
}
.unicom-technology-introduction-single-info-description-box {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0 20px;
}
ul.unicom-technology-introduction-single-info-point-list {
	
}
ul.unicom-technology-introduction-single-info-point-list > li {
    position: relative;
    font-size: 1rem;
    padding-left: 30px;
    font-weight: bold;
}
.unicom-technology-introduction-single-info-point-list-md {
    font-size: 15px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}
.unicom-technology-introduction-single-info-point-list-sm {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 15px;
    display: block;
}
ul.unicom-technology-introduction-single-info-point-list > li::before {
    content: "\f00c" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.9rem;
    position: absolute;
    top: 1px;
    left: 0px;
    color: #133eba;
}
ul.unicom-technology-introduction-single-info-point-list > li:not(:first-child) {
	margin-top: 10px;
}
.unicom-technology-introduction-single-info-point-ex {
	margin-top: 10px;
	font-size: 0.75rem;
}

.unicom-technology-introduction-single-info-link-list-wrap {
    font-size: 0.9rem;
    margin-top: 25px;
    background: #f8f8f8;
    padding: 18px 20px 24px;
    border-radius: 8px;
}
.unicom-technology-introduction-single-info-main-box{
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.unicom-technology-introduction-single-info-main-image-box{
	width: 450px;
}
.unicom-technology-introduction-single-info-main-image-box .unicom-technology-introduction-single-info-main-image-box_wrap:not(:first-child){
	margin-top: 20px;
}
.unicom-technology-introduction-single-info-main-image-box img{
	outline: 1px solid #707070;
	outline-offset: -1px;
}
.unicom-technology-introduction-single-info-main-image-box_wrap .align-center{
	text-align: center;
}
.unicom-technology-introduction-single-info-main-image-box-detail {
    font-size: .75rem;
    margin-top: 4px;
}
.unicom-technology-introduction-single-info-main-text-box{
	width: calc(100% - 450px);
	padding-left: 30px;
}
.unicom-technology-introduction-single-info-link-list-wrap-title {
    font-weight: bold;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin-bottom: 18px;
    font-size: 0.9rem;
}
.unicom-technology-introduction-single-info-link-list-cat {
    padding-bottom: 16px;
    border-bottom: 1px solid #1f1f1f;
}
.unicom-technology-introduction-single-info-link-list-cat.in-the-middle {
    padding-top: 20px;
    margin-top: 18px;
    border-top: 1px solid;
}
.unicom-technology-introduction-single-info-link-list-cat.excepting-first {
    margin-top: 18px;
}
.unicom-technology-introduction-single-info-link-list-cat-title {
    font-size: 0.8rem;
    font-weight: bold;
    line-height: 1;
}
ul.unicom-technology-introduction-single-info-link-list {
    list-style: disc;
    padding-left: 14px;
}
ul.unicom-technology-introduction-single-info-link-list li {
    font-size: 0.8rem;
    margin-top: 15px;
}
.unicom-technology-introduction-single-info-link-list-cat ul.unicom-technology-introduction-single-info-link-list {
    margin-left: 17px;
}
main > .basic-page > #sections ul.unicom-technology-introduction-single-info-link-list li a{
	color: #133eba;
}
main > .basic-page > #sections ul.unicom-technology-introduction-single-info-link-list li a.alart-link{
	margin-top: 8px;
	display: inline-block;
}
main > .basic-page > #sections ul.unicom-technology-introduction-single-info-link-list li a:hover{
	text-decoration: none;
	color: #1f1f1f;
}
.unicom-technology-introduction-single-info-point-list-alart {
    display: block;
    font-size: .7rem;
    font-weight: 400;
    margin-top: 8px;
}
.unicom-technology-introduction-single-info-main-image-box-caption {
    font-size: 12px;
    font-weight: bold;
    color: #707070;
    margin-top: 8px;
    display: block;
    text-align: left;
}
ul.unicom-technology-introduction-single-info-point-list-photo {
    display: flex;
    flex-wrap: wrap;
    margin: 25px -10px 0;
}
ul.unicom-technology-introduction-single-info-point-list-photo li {
    width: calc(100% / 3);
    padding: 0 10px;
}
.unicom-technology-introduction-single-info-point-list-photo-caption {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 5px;
    font-weight: bold;
}

.grad-wrap {
    position: relative;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 15px;
    left: 0;
    width: 140px;
    margin: auto;
    padding: 6px 0;
    border-radius: 2px;
    background: #434343;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    font-size: 14px;
    font-weight: bold;
}

*/

/* .unicom-page-inlink */
.unicom-page-inlink-box {
    margin-top: 40px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.unicom-page-inlink-box-title {
    width: 125px;
    font-size: 17px;
}
.unicom-page-inlink-box-title i {
    margin-right: 5px;
}
ul.unicom-page-inlink-box-list{
	padding-left: 20px;
	/*display: -webkit-box;*/
	display: flex;
    display: -webkit-flex;
}
ul.unicom-page-inlink-box-list li:not(:first-child) {
	margin-left: 10px;
}
main > .basic-page > #sections ul.unicom-page-inlink-box-list li a{
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	background: #eeeeee;
}
ul.unicom-page-inlink-box-list li a i{
	margin-left: 10px;
}

.unicom-section-page-header-a .unicom-page-inlink-box {
    justify-content: flex-start;
}


/* RESEARCHERS */
.unicom-researchers-list-wrap {
    display: flex;
    flex-wrap: wrap;
}
ul.unicom-researchers-list {
    width: 50%;
}
ul.unicom-researchers-list > li.unicom-researchers-single {
	margin-right: 15px;
	margin-bottom: 24px;
}
/*ul.unicom-researchers-list > li.unicom-researchers-single:not(:nth-child(6n+1)) {
	margin-left: 20px;
}
ul.unicom-researchers-list > li.unicom-researchers-single:nth-child(n+7) {
	margin-top: 20px;
}*/
ul.unicom-researchers-list > li.unicom-researchers-single a {
	display: block;
	width: 146px;
	height: 220px;
	
	color: #1f1f1f !important;
	text-decoration: none !important;
}
.unicom-researchers-single-image-box {
	display: block;
}
.unicom-researchers-single-info-box {
	display: block;
	text-align: center;
}
.unicom-researchers-single-info-major {
	display: block;
	font-size: 0.7rem;
	/*font-size: 12px;*/
    font-weight: 500;
}
.unicom-researchers-single-info-name {
    display: block;
    font-weight: 500;
    line-height: 1.5;
    font-size: 16px;
}

/*.unicom-researchers-under-ex-text {
	text-align: right;
	font-size: 0.8rem;
}*/

.unicom-researcher-profile-doctor {
	margin-left: 20px;
}



/* RESEARCHERS Single */
.unicom-researcher-single-prof-box {}
.unicom-researcher-single-prof-box-image-box {
	width: 146px;
}
.unicom-researcher-single-prof-box-info-box {
	margin-left: 40px;
	width: 790px;
}
.unicom-researcher-single-prof-box-info-box-name {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.5rem;
}
.unicom-researcher-single-prof-box-info-box-detail {
	margin-top: 20px;
}



/* INTERVIEW */
.unicom-interview-list-box {}
.unicom-interview-list-box {
	font-size: 0;
}
.unicom-interview-list-box > ul > li {
	width: 228px;
	display: inline-block;
	vertical-align: top;
	font-size: initial;
}
.unicom-interview-list-box > ul > li:not(:nth-child(4n+1)) {
	margin-left: 20px;
}
.unicom-interview-list-box > ul > li:nth-child(n+5) {
	margin-top: 30px;
}
.unicom-interview-list-box > ul > li > a {
	display: inline-block;
}
.unicom-interview-list-single-image-box {}
.unicom-interview-list-single-title {
	margin-top: 10px;
}

.unicom-section-interview-header .unicom-interview-title {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 2.6rem;
	font-weight: bold;
}

.unicom-interview-body p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.unicom-interview-caption {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 1.6;
}
.unicom-interview-image-box {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.unicom-interview-researcher-prof-box {}
.unicom-interview-researcher-prof-box-image-box {
	width: 146px;
}
.unicom-interview-researcher-prof-box-info-box {
	margin-left: 40px;
	width: 790px;
}
.unicom-interview-researcher-prof-box-info-box-name {
	font-size: 1.2rem;
	font-weight: 500;
}
.unicom-interview-researcher-prof-box-info-box-detail {
    margin-top: 10px;
    line-height: 1.6;
}
.unicom-interview-researcher-prof-ex {
    margin-top: 16px;
    font-size: 0.8rem;
}

.unicom-interview-top-movie-yt-box {
	font-size: 0;
	text-align: center;
}
.unicom-interview-top-movie-yt-box iframe {
    width: 100%;
    height: 548px;
    text-align: center;
}
main > .basic-page > #sections .unicom-interview-researcher-prof-ex a {
    display: inline-block;
    color: #333333;
    text-decoration: underline;
    transition: opacity .3s;
}



/* RECRUIT */
.unicom-recruit-links-box {
	margin-top: 170px;
	text-align: center;
	font-size: 0;
}
ul.unicom-recruit-links-list {
	display: inline-block;
}
ul.unicom-recruit-links-list > li:not(:first-child) {
	margin-left: 100px;
}
ul.unicom-recruit-links-list > li > a {
	display: block;
	width: 250px;
	height: 100px;
	line-height: 100px;
	background-color: #EEEEEE;
	font-weight: bold;
	font-size: 1.3rem;
	border-radius: 5px;
	text-align: center;
	
	color: initial !important;
	text-decoration: none !important;
}
.unicom-recruit-image-box {
	padding-top: 80px;
	text-align: center;
}



/* ABOUT US */
.unicom-aboutus-mission-text-box {
	font-family: 'Noto Sans Japanese', sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 1.9rem;
	
	margin-top: 60px;
}
.unicom-aboutus-mission-image-box {
	text-align: center;
	
	margin-top: 80px;
}

.unicom-aboutus-position-box-outer {
	margin-top: 70px;
}

.unicom-aboutus-related-links-box {}
ul.unicom-aboutus-related-links-list {
	font-size: 0;
}
ul.unicom-aboutus-related-links-list > li {
	width: 300px;
	display: inline-block;
	vertical-align: top;
	font-size: initial;
}
ul.unicom-aboutus-related-links-list > li:not(:nth-child(3n+1)) {
	margin-left: 20px;
}
ul.unicom-aboutus-related-links-list > li:not(:nth-last-child(-n+3)) {
	margin-bottom: 20px;
}
ul.unicom-aboutus-related-links-list > li > a {
	display: inline-block;
	text-decoration: none !important;
}
.unicom-aboutus-related-links-list-single-image-box {}
.unicom-aboutus-related-links-list-single-title {
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.unicom-aboutus-related-links-list-single-url {
	font-size: 0.85rem;
	text-align: center;
	margin-top: 8px;
	text-decoration: underline !important;
}

.unicom-aboutus-locations-box {}
.unicom-aboutus-locations-single-box {
	padding-bottom: 40px;
	border-bottom: solid 1px #333333;
}
.unicom-aboutus-locations-single-box:not(:first-child) {
	padding-top: 40px;
}
.unicom-aboutus-locations-single-location-name {
	font-size: 1.2rem;
	font-weight: bold;
}
.unicom-aboutus-locations-single-box-inner {
	margin-top: 15px;
}
.unicom-aboutus-locations-single-image-info-box {
	width: 450px;
}
.unicom-aboutus-locations-single-image-box {
	font-size: 0;
}
.unicom-aboutus-locations-single-info-box {
	margin-top: 30px;
}
.unicom-aboutus-locations-single-map-box {
	width: 450px;
}
.unicom-aboutus-locations-single-map-iframe-box {
	font-size: 0;
}
.unicom-aboutus-locations-single-map-data-box {
	margin-top: 10px;
}



/* Custom */
.slider-pro,
.slider-pro *,
.slider-pro *:before,
.slider-pro *:after {
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
         -o-box-sizing: content-box !important;
        -ms-box-sizing: content-box !important;
            box-sizing: content-box !important;
}

.sp-bottom-thumbnails,.sp-top-thumbnails{margin-left:0 !important; margin-right:0 !important;}
.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container{margin-top:1px !important; margin-bottom:1px !important;}

.slider-pro {
    font-family: 'Open Sans', Arial;
}
.slider-pro .sp-selected-thumbnail {
	/*border: 4px solid #000;*/
	opacity: 0.7;
}

.sp-thumbnail img {
	max-width: 100%;
	height: auto;
}
img.sp-image {
	width: 100% !important;
	height: auto !important;
	margin-top: 0 !important;
}
.unicom-slide-pro-sp-layer-inner {
	padding: 10px 15px;
	font-size: 0.9rem;
	line-height: 20px; /* (50 - 5*2)/2 */
}
.unicom-slide-pro-title-tag-box {
	display: inline-block;
	width: 55px;
	padding: 2px;
	font-size: 0;
	vertical-align: top;
}
.unicom-slide-pro-title-tag {
	display: inline-block;
	font-size: 0.7rem;
	color: #FFFFFF;
	background-color: #666666;
	border-radius: 4px;
	/*padding: 2px 6px;*/
	width: 45px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	/*vertical-align: middle;*/
}
.unicom-slide-pro-title-box {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	font-size: 1rem;
	vertical-align: top;
}

#pc-pagein-link-box {
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 15px;
    width: 100%;
}
.pc-pagein-link-box-inner {
    width: 980px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,0.9);
    border-radius: 100px;
    box-shadow: #ddd 0px 0px 4px 2px;
    padding: 10px 0;
}
#pc-pagein-link-box .unicom-page-inlink-box{
	margin-top: 0;
}
main > .basic-page > #sections #pc-pagein-link-box ul.unicom-page-inlink-box-list li.is-current a{
	background: #707070;
	color: #fff;
}

/* for PC */
@media (min-width:641px), (min-device-width:1281px) {
	.unicom-pc {display:block !important;}
	.unicom-sp {display:none !important;}
	
	/* for JS */
	.unicom-isPC {
		display: none;
		width: 1px;
	}
	
	
	
	/* TOP */
	.unicom-top-main-visual-area-overlay-over-text {
		height: 200px;
	}
/*	.unicom-top-over-btn-pause {
		position: absolute;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.unicom-btn-pause .unicom-play {
		display: none;
	}*/



	/* TECHNOLOGY INTRODUCTION */
	/*.unicom-technology-introduction-single-title-small1 {
		font-size: 1rem;
	}*/
	
	
	
	/* Custom */
	#unicom-top-interview-slider .sp-selected-thumbnail {
		background-color: #ffebcd;
		opacity: 1;
	}
	
	#unicom-gallery-slider .sp-next-arrow {
		right: -45px;
	}
	#unicom-gallery-slider .sp-previous-arrow {
		left: -45px;
	}
	#unicom-gallery-slider .sp-next-arrow:after,
	#unicom-gallery-slider .sp-next-arrow:before,
	#unicom-gallery-slider .sp-previous-arrow:after,
	#unicom-gallery-slider .sp-previous-arrow:before {
		background-color: #666;
	}
	#unicom-gallery-slider .sp-arrow {
		transition: opacity .3s;
	}
	#unicom-gallery-slider .sp-arrow:hover {
		opacity: 0.7;
	}
}

/* for SP */
@media only screen and (max-width:640px) and (max-device-width:1280px){
	.unicom-pc {display:none !important;}
	.unicom-sp {display:block !important;}
	
	/* for JS */
	.unicom-isSP {
		display: none;
		width: 2px;
	}

	.holdings-footer.page-in-menu {
        padding-bottom: 0;
    }
	
	
	
	.unicom-section {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.unicom-section-top-common {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.unicom-section-top-main-description {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.unicom-section-researcher-single-prof {
		padding-top: 40px;
		padding-bottom: 80px;
	}
	.unicom-section-interview-header {
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.unicom-section-interview-header-sns {
		padding-top: 0;
		padding-bottom: 20px;
	}
	
	.unicom-section-full {
		padding-left: 0;
		padding-right: 0;
	}
	.unicom-section-page-header-a {
	}
	.unicom-page-title-main-a {
		font-size: 2rem;
	}
	.unicom-section-theme-main {
		padding-top: 30px;
	}
	
	.unicom-container {
		width: 100%;
		max-width: 100%;
		/*max-width: none;*/
		padding: 0;
	}
	.unicom-container-theme-footer {
		padding-top: 20px;
	}
	.unicom-common-body {
		width: 100%;
	}
	
	.unicom-common-body.unicom-common-body-a {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.unicom-page-header-b-title {
		font-size: 1.6rem;
	}
	
	.unicom-sns-box {
		text-align: center;
	}
	.unicom-section-interview-header-sns .unicom-sns-box {
		text-align: right;
	}

	.unicom-common-caption-1 {
		font-size: 1.4rem;
	}
	.unicom-common-caption-2 {
		font-size: 1.3rem;
	}


	
	/* TOP */
	.unicom-top-main-visual-area {}
	.unicom-top-main-visual-area-content {
		width: 100%;
		height: auto;
	}
	.unicom-top-main-visual-area-overlay-over-text {
		height: 90px;
		line-height: 1.8;
	}
	.unicom-top-main-visual-caption1 {
		font-size: 1.3rem;
	}
	.unicom-top-main-visual-caption2 {
		font-size: 1.8rem;
	}
	
/*	.unicom-top-sp-top-movie-box {
		font-size: 0;
		margin-top: 20px;
		
		width: 100%;
		padding-bottom: 56.25%;
		height: 0;
		position: relative;
	}
	.unicom-top-sp-top-movie-box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/
	
	.unicom-top-section-caption-a {
		font-size: 1.6rem;
		margin-bottom: 40px;
	}
	.unicom-top-section-description-a {
		font-size: 1.05rem;
		margin-bottom: 40px;
	}

	ul.unicom-top-introduction-list {
		margin: 0;
		width: 100%;
	}
	ul.unicom-top-introduction-list > li {
		margin-left: 0 !important;
		width: 100%;
	}
	ul.unicom-top-introduction-list > li:not(:first-child) {
		margin-top: 20px;
	}
	ul.unicom-top-introduction-list > li > a {
		width: 100%;
		height: 120px;
		line-height: 120px;
		font-size: 1.3rem;
	}

	ul.unicom-top-links-list > li {
		margin-left: 0 !important;
		width: 100%;
	}
	ul.unicom-top-links-list > li:not(:first-child) {
		margin-top: 20px;
	}
	ul.unicom-top-links-list > li > a {
		width: 100%;
		height: 210px;
		font-size: 1.3rem;
	}
	.unicom-top-links-list-single-image-box {}
	.unicom-top-links-list-single-text-box {
		height: 50px;
		line-height: 50px;
	}



	/* TECHNOLOGY INTRODUCTION */
	/*ul.unicom-technology-introduction-list {}
	ul.unicom-technology-introduction-list > li {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
	}
	ul.unicom-technology-introduction-list > li:not(:first-child) {
		margin-top: 10px;
	}

	.unicom-technology-introduction-single-title-box,
	.unicom-technology-introduction-single-title-box-inner {
		height: 80px;
	}
	.unicom-technology-introduction-single-title-box {
		font-size: 1rem;
		padding: 0 40px 0 20px;
		position: relative;
	}
	.unicom-technology-introduction-single-title-box-open-status-box {
		position: absolute;
		line-height: 1;
		
		top: 50%;
		right: 20px;
		margin-top: -0.5em;
	}
	.unicom-technology-introduction-minus {
		display: none;
	}
	.unicom-technology-introduction-plus {}
	.unicom-technology-introduction-single-info-box {
		padding-bottom: 50px;
		display: none;
	}
	.unicom-technology-introduction-single-info-image-box-multi-single {
		margin-left: 0 !important;
	}
	.unicom-technology-introduction-single-info-image-box-multi-single:not(:first-child) {
		margin-top: 10px;
	}
	.unicom-technology-introduction-single-info-description-box {
		font-weight: bold;
		font-size: 1rem;
	}
	ul.unicom-technology-introduction-single-info-point-list {
		margin-top: 20px;
	}
	ul.unicom-technology-introduction-single-info-point-list > li {
		position: relative;
		font-size: 0.9rem;
		padding-left: 30px;
	}
	ul.unicom-technology-introduction-single-info-point-list > li::before {
		content: "\f00c" !important;
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	    font-size: 0.9rem;
	    position: absolute;
	    top: 0;
	    left: 5px;
	}
	ul.unicom-technology-introduction-single-info-point-list > li:not(:first-child) {
		margin-top: 14px;
	}
	.unicom-technology-introduction-single-info-main-image-box{
		width: 100%;
		text-align: center;
	}
	.unicom-technology-introduction-single-info-main-text-box{
		width: 100%;
		padding-left: 0;
	}
	.unicom-technology-introduction-single-info-link-list-wrap{
		margin-top: 20px;
		padding: 15px 15px 20px;
	}*/



	/* RESEARCHERS */
	.unicom-researchers-list-wrap {
	    display: block;
	}
	ul.unicom-researchers-list {
	    width: 100%;
	}
	ul.unicom-researchers-list > li.unicom-researchers-single {
		margin-right: 0;
	    margin-bottom: 16px;
	    width: 50%;
	}
	ul.unicom-researchers-list > li.unicom-researchers-single a {
		margin: 0 auto;
	}



	/* RESEARCHERS Single */
	.unicom-researcher-single-prof-box {}
	.unicom-researcher-single-prof-box-image-box {
		width: 100%;
		text-align: center;
	}
	.unicom-researcher-single-prof-box-info-box {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.unicom-researcher-single-prof-box-info-box-name {
		font-size: 2rem;
	}
	.unicom-researcher-single-prof-box-info-box-detail {
		margin-top: 10px;
	}



	/* INTERVIEW */
	ul.unicom-interview-list > li {
		width: calc(50% - 10px);
	}
	ul.unicom-interview-list > li:not(:nth-child(4n+1)) {
		margin-left: 0;
	}
	ul.unicom-interview-list > li:nth-child(2n) {
		margin-left: 20px;
	}
	ul.unicom-interview-list > li:nth-child(n+5) {
		margin-top: 0;
	}
	ul.unicom-interview-list > li:nth-child(n+3) {
		margin-top: 12px;
	}
	ul.unicom-interview-list > li > a {
		/*display: inline-block;*/
	}
	.unicom-interview-list-single-image-box img {
		width: 100%;
	}
	.unicom-interview-list-single-title {
		margin-top: 4px;
		font-size: 0.9rem;
	}

	.unicom-section-interview-header .unicom-interview-title {
		font-size: 1.3rem;
	}

	.unicom-interview-caption {
		font-size: 1rem;
	}

	.unicom-interview-researcher-prof-box-image-box {
		width: 100%;
		text-align: center;
	}
	.unicom-interview-researcher-prof-box-info-box {
		margin-left: 0;
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	.unicom-interview-researcher-prof-box-info-box-name {
		/*font-size: 1.2rem;*/
	}
	.unicom-interview-researcher-prof-box-info-box-detail {
		margin-top: 15px;
		font-size: 0.9rem;
	}
	.unicom-interview-researcher-prof-ex {
		margin-top: 30px;
	}

	.unicom-interview-top-movie-yt-box {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.unicom-interview-top-movie-yt-box iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}



	/* RECRUIT */
	.unicom-recruit-links-box {
		margin-top: 70px;
	}
	ul.unicom-recruit-links-list {
		display: block;
	}
	ul.unicom-recruit-links-list > li {
		margin-left: 0 !important;
		width: 100%;
	}
	ul.unicom-recruit-links-list > li:not(:first-child) {
		margin-top: 40px;
	}
	ul.unicom-recruit-links-list > li > a {
		width: 100%;
		height: 120px;
		line-height: 120px;
		font-size: 1.3rem;
	}
	.unicom-recruit-image-box {
		padding-top: 40px;
	}
	
	
	
	/* ABOUT US */
	.unicom-aboutus-mission-text-box {
		font-size: 1.2rem;
		margin-top: 30px;
		padding: 0 40px;
	}
	.unicom-aboutus-mission-image-box {
		margin-top: 40px;
	}
	
	.unicom-aboutus-position-box-outer {
		margin-top: 60px;
	}

	ul.unicom-aboutus-related-links-list > li {
		width: 100%;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		text-align: center;
	}
	ul.unicom-aboutus-related-links-list > li:not(:first-child) {
		margin-top: 60px;
	}

	.unicom-aboutus-locations-single-image-info-box {
		width: 100%;
	}
	.unicom-aboutus-locations-single-image-box img {
		width: 100%;
		height: auto;
	}
	.unicom-aboutus-locations-single-info-box {
		margin-top: 30px;
	}
	.unicom-aboutus-locations-single-map-box {
		width: 100%;
		margin-top: 32px;
	}
	.unicom-aboutus-locations-single-map-iframe-box iframe {
		width: 100%;
		height: 400px;
	}
	.unicom-aboutus-locations-single-map-data-box {
		margin-top: 10px;
	}

	.unicom-page-inlink-box{
		display: block;
	}
	.unicom-page-inlink-box-title{
		width: 100%;
		margin-bottom: 20px;
	}
	ul.unicom-page-inlink-box-list{
		width: 100%;
		padding-left: 0;
		display: block;
	}
	ul.unicom-page-inlink-box-list li:not(:first-child){
		margin-left: 0;
		margin-top: 10px;
	}
	main > .basic-page > #sections ul.unicom-page-inlink-box-list li a {
	    padding: 14px 10px;
	    text-align: center;
	}
	
	ul.unicom-technology-introduction-single-info-point-list-photo{
		display: block;
		margin: 0;
	}
	ul.unicom-technology-introduction-single-info-point-list-photo li{
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 15px;
	}
	#pc-pagein-link-box{
		display: none;
	}
	
	
	/* Custom */
	#unicom-gallery-slider .unicom-slide-pro-sp-layer-inner {
		font-size: 1.3rem;
	}
}



/* 2023.03.27追記 */

.unicom-interview-body p.unicom-voice-speaker {
    position: relative;
    padding-left: 55px;
}
.unicom-interview-body p.unicom-voice-speaker .unicom-voice-speaker-name {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.unicom-voice-chapter-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4em;
    margin-bottom: 2em;
}
.unicom-voice-number {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin-right: 30px;
    color: #0041c0;
    line-height: 1.6;
}
.unicom-voice-chapter {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}
.unicom-voice-chapter-sub {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    border-left: 5px solid #0041c0;
    padding-left: 20px;
    margin: 2em 0 1.5em;
}
.unicom-voice-researcher-two {
    margin-top: 20px;
}
.unicom-note-text {
    font-size: 0.8rem;
}


@media only screen and (max-width:640px) and (max-device-width:1280px){

.unicom-voice-chapter-wrap {
    display: block;
    margin-top: 3.5em;
}
.unicom-voice-number {
    font-size: 1.2rem;
    margin-right: 0;
    margin-bottom: 8px;
}
.unicom-voice-chapter {
    font-size: 1.2rem;
}
.unicom-voice-chapter-sub {
    font-size: 1.1rem;
    padding-left: 15px;
    margin: 2em 0 1.5em;
    line-height: 1.6;
}
.unicom-voice-researcher-two {
    margin-top: 40px;
}




}

