@charset "UTF-8";
body, p {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	margin: 0;
}
h2 {
	font-family: 'Roboto', sans-serif;
}

body {
	-webkit-text-size-adjust: 100%; /* for iphone */
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, table, caption, th, td {
	margin: 0;
	padding: 0;
}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
.clear {
    clear: both;
}
/* clearfix */
.clearfix{
	display: inline-block;
	zoom:1;
}
.clearfix:after{
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility:hidden;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
#TIEUP2010-BAR h1 {
	font-size:1em;
}
#TIEUP2010-BAR {
	z-index: 9999;
	position: relative;
	background-color: #FFF;
}
/*------------------------------------------------*/
a:link {
	color: #4285f4;
	text-decoration: none;
	font-weight: nomal;
}
a:visited {
	color: #4285f4;
}
a:hover {
	color: #5FAAFF;
}
/*------------------------------------------------*/
#na_partner {
	width: 100%;
	height: 30px;
	position: relative;
	border-bottom: 1px solid #C7C7C7;
    background-color: #FFF;
}
#na_partner .partner_inner {
    max-width: 966px;
	margin-right: auto;
	margin-left: auto;
    text-align: center;
}
#na_partner .partner_ti {
	height: 30px;
    font-family: "Arial", Gadget, "sans-serif";
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    color: #999999;
    padding-top: 7px;
}
#na_partner .client_name {
    position: absolute;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 7px;
}
#na_partner .client_logo {
    height: 26px;
    position: absolute;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 2px;
}

@media screen and (max-width: 995px) { /* sp */
#na_partner .client_name {
    margin-left: 14px;
}
}
@media screen and (max-width: 780px) { /* sp */
#na_partner {
	width: 100%;
	height: auto;
    padding-bottom: 8px;
}
#na_partner .client_name {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    color: #686868;
    top: 0px;
    margin-left: 0;
}
#na_partner .client_logo {
    position: static;
    font-family: "Arial", Gadget, "sans-serif";
    font-size: 16px;
    line-height: 100%;
    color: #686868;
    top: 0px;
}
}
/*------------------------------------------------*/

#container {
	width: 100%;
	clear: both;
}
#container * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#container img {
	max-width: 100%;
	height: auto;
	width:/***/auto; /* IE8 */
}
/*------------------------------------------------*/
#container .ti_box {
	width: 100%;
	background-image: url(../img/main_img_p.jpg),url(../img/bg.png);
	background-repeat: no-repeat,repeat-x;
	background-position: center top,center top;
	background-size: 1400px, 40px;
	position: relative;
	z-index: 1;
    margin-bottom: 36px;
}
.title {
    width: 100%;
    max-width: 582px;
	text-align: center;
    margin:0 auto;
    margin-bottom: 0px;
    z-index: 100;
}
.tibox h2 {
    width: 100%;
	font-size: 38px;
	line-height: 120%;
	color: #000000;
    font-weight: 300;
	text-align: center;
    z-index: 100;
    margin: 0;
}
.read {
	position: relative;
    width: 100%;
    max-width: 582px;
    margin:0 auto 44px;
    z-index: 100;
}
.read p {
    width: 100%;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	line-height: 144%;
	color: #FFFFFF;
    padding-bottom: 18px;
    margin: 0 auto 0;
    text-shadow: 0px 0px 8px #000000,0px 0px 8px #000000;
}
/*- - - - - - - - - - -*/
.tabbt {
    display: flex;
    justify-content: center;
    margin: 0 20px;
}
.tabbt button {
    width: 200px;
    height: 58px;
    color: #FFFFFF;
    background: #4a4a4a;
    font-size: 28px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    margin: 0 2px 0;
}
.tabbt button:hover {
    background: #b0b0b0;
}
.tabbt button.active {
    color: #4a4a4a;
    background: #FFFFFF;
}
.tabcont .content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}
.tabcont .content.active {
    display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*------------------------------------------------*/
.main {
	width: 100%;
	max-width: 996px;
	z-index: 20;
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0 0px 0;
    box-sizing: border-box;
}
.whitebg {
    background: #FFFFFF;
	padding: 42px 20px 45px;
}
.grybg {
    background: #f5f5f5;
	padding: 42px 20px 45px;
}
/*- - - - - - - - - - -*/
.namebox {
	width: 100%;
	max-width: 812px;
	border-top: 1px solid #CCCBCA;
	border-bottom: 1px solid #CCCBCA;
    margin: 0 auto 35px;
    padding: 20px 0 12px;
}
.namebox h4 {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    font-weight: 500;
	color: #4a4a4a;
    margin-bottom: 4px;
}
.namebox p {
	width: 100%;
	max-width: 600px;
	font-size: 10px;
	text-align: center;
	font-weight: 400;
	line-height: 120%;
	color: #757575;
    padding-bottom: 9px;
    margin: 0 auto;
}
.namebox p.yaku {
	width: 100%;
	max-width: 600px;
	font-size: 14px;
    padding-bottom: 4px;
}
.headline {
    width: 100%;
	max-width: 600px;
    text-align: center;
    position: relative;
	margin: 0px auto 26px;
}
.headline h3{
    font-size: 32px;
    line-height: 114%;
    text-align: center;
    font-weight: 500;
	color: #3b3733;
}

.section {
	background-image: url(../img/iconwave.png);
	background-repeat: no-repeat;
	background-position: center 34px;
	background-size: 220px;
	position: relative;
	z-index: 1;
    font-size: 22px;
    font-weight: 600;
    color: #1f4471;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 23px;
}
.kigyo {
    display: inline-block;
    font-size: 17px;
    line-height: 110%;
    text-align: center;
    font-weight: 400;
	color: #FFFFFF;
    background: #3b3733;
    padding: 6px 0.8em 5px;
    margin-bottom: 20px;
}


/*- - - - - - - - - - -*/
.kijibox {
	width: 100%;
	max-width: 812px;
	margin-right: auto;
	margin-left: auto;
}
.kijibox p {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	line-height: 150%;
	color: #4a4a4a;
    padding-bottom: 16px;
}
.kijibox p span.itlc {
    font-style:italic;
}
.overf {
    overflow: hidden;
}
.overview p {
	width: 100%;
	max-width: 812px;
	font-size: 16px;
	text-align: left;
	font-weight: 300;
	line-height: 150%;
	color: #4a4a4a;
    font-style: italic;
    padding-bottom: 16px;
    margin: 0 auto;
    
}
.ph_l {
    float: left;
	width: 100%;
	max-width: 184px;
    margin: 3px 24px 0 0;
}
.ph_l2 {
    float: left;
	width: 100%;
	max-width: 152px;
    margin: 3px 24px 0 0;
}
.phw {
	width: 100%;
	max-width: 812px;
    margin:12px auto 0px;
}

.php p.name {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	line-height: 110%;
	color: #FFFFFF;
    background: #3b3733;
    padding: 3px 8px;
}
.brmgn {
    margin-bottom: 18px;
}

.phbox {
    display: flex;
    justify-content: space-between;
    align-items:center;
    gap:0 10px;
}
.phbox .item {
	width: 100%;
	max-width: 264px;
}


/*- - - - - - - - - - -*/
.logobox {
    position: relative;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    display: flex;
    justify-content: space-between;
    align-items:center;
	padding-top: 80px;
	padding-bottom: 10px;
	border-top: 2px solid #4a4a4a;
	background-color: #FFFFFF;
}

.logo1 {
	width: 222px;
	margin-right: auto;
	margin-left: auto;
}
.logo2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.logo3 {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
/*------------------------------------------------*/


/*- - - - - - - - - - -*/
.hdlneff {
    opacity: 0.0;
    transition: opacity 0.8s ease-in, transform 0.8s ease-out;
    transition-delay: 0.0s;
}
.shown .hdlneff {
  opacity: 1;
}
.bt_ef1 {
    opacity: 0.0;
    transform: scale(0.90);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.3s;
}
.shown .bt_ef1 {
  opacity: 1;
  transform: scale(1.00);
}
.bt_ef2 {
    opacity: 0.0;
    transform: scale(0.90);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transition-delay: 0.6s;
}
.shown .bt_ef2 {
  opacity: 1;
  transform: scale(1.00);
}


.fade_in_ph0 {
  opacity: 0;
    -webkit-transform: translateX(-3%);
    transform: translateX(-3%);
}
.shown .fade_in_ph0 {
  opacity: 1;
    -webkit-transform: translateX(0%);
       transform: translateX(0%);
    -webkit-transition-delay: 1.2s;
	-webkit-transition: 1.2s;
	-moz-transition: 1.2s;
	-o-transition: 1.2s;
	-ms-transition: 1.2s;
    animation-timing-function: ease-in;
    transition-delay: 0.0s;
}
/*------------------------------------------------*/
.pcnone {
	display: none;
}
.spnone {
	display: block;
}
/*------------------------------------------------*/
#pageTop {
	border-radius:5px;
	color:#ffffff;
	padding:14px;
	position:fixed;
	bottom:20px;
	right:20px;
	background-color: #575757;
	z-index: 9999;
}
#pageTop:hover {
	background-color: #0099CC;
	cursor: pointer;
}

/*------------------------------------------------*/


@media screen and (max-width: 995px) { /* sp */
body {
	background-image: none;
	background-repeat: no-repeat;
    background-color: #FFFFFF;
}
#TIEUP2010-ABOUT_NIKKEI.TIEUP2010-footbg_black, * html .TIEUP2010-footbg_black{
	position:relative;
	z-index:999;
}
body #TIEUP2010-BAR,
body #TIEUP2010-BAR .TIEUP2010-fixed,
body #TIEUP2010-ABOUT_NIKKEI,
body #TIEUP2010-ABOUT_NIKKEI .TIEUP2010-fixed {
	width: 100%;
	min-width: 320px;
}
/*- - - - - - - - - - -*/

#container .ti_box {
	width: 100%;
	position: relative;
	z-index: 1;
}
.btmnavi .card:hover {
    opacity: 1.0;
    transition:0.0s;
}
}



@media screen and (max-width: 995px) { /* sp */
.linkbox a img {
    -webkit-transition-delay: 0.0s;
	-webkit-transition: 0.0s;
	-moz-transition: 0.0s;
	-o-transition: 0.0s;
	-ms-transition: 0.0s;
    animation-timing-function: ease-in;
}
.linkbox a img:hover {
	opacity: 1;
}
}

@media screen and (max-width: 812px) { /* sp */

}
@media screen and (max-width: 700px) { /* sp */
.readbg {
    width: auto;
    max-width: none;
    background-color: #FFFFFF;
    padding: 30px 20px 50px;
    margin:0 auto;
}
.logobox {
    position: relative;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    display: block;
    justify-content: space-between;
    align-items:center;
	padding-top: 80px;
	padding-bottom: 10px;
	border-top: 2px solid #4a4a4a;
	background-color: #FFFFFF;
}
.logobox>div {
    padding: 24px 0;
}
.logo1 {
	width: 222px;
	margin-right: auto;
	margin-left: auto;
}
.logo2 {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
.logo3 {
	width: 210px;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 640px) { /* sp */
#container .ti_box {
	width: 100%;
	background-image: url(../img/main_img_s.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;
    background-color:#FFFFFF;
}
.title {
    width: 100%;
    max-width: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
    font-size: 0;
    padding-top: 0;
}
.brmgn {
    margin-bottom: 0px;
}
.spnone {
	display: none;
}
.ph_l {
    float: none;
	width: 100%;
	max-width: 184px;
    margin: 3px auto 16px;
}
.ph_l2 {
    float: none;
	width: 100%;
	max-width: 152px;
    margin: 3px auto 16px;
}
.phw {
	width: 100%;
	max-width: 812px;
    margin:3px auto 14px;
}
.php p.name {
	font-size: 12px;
	text-align: left;
	font-weight: 300;
	line-height: 110%;
	color: #FFFFFF;
    background: #3b3733;
    padding: 3px 8px;
}
.phbox {
    display: block;
    justify-content: space-between;
    align-items:center;
    gap:0 10px;
}
.phbox .item {
	width: 100%;
	max-width: 264px;
    margin:0 auto 12px;
}
}
@media screen and (max-width: 622px) { /* sp */
.read {
	position: relative;
    width: auto;
    max-width: none;
    margin:0 20px 44px;
    z-index: 100;
}
}
@media screen and (max-width: 550px) { /* sp */
.headline {
    width: auto;
    text-align: center;
    position: relative;
}
.headline h3{
    font-size: 28px;
}
}

@media screen and (max-width: 488px) { /* sp */
.twoph {
	width: auto;
    display: block;
    justify-content: center;
    margin: 16px auto 0;
}
.two_item {
	width: 100%;
	max-width: 180px;
    margin: 0 auto;
}
}
@media screen and (max-width: 394px) { /* sp */
.read p {
    width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 155%;
    padding-bottom: 16px;
    margin: 0 auto 0;
}
.kijibox p {
	font-size: 16px;
}
.headline h3 {
    font-size: 24px;
}
.headline h3 span {
    font-size: 16px;
}

.linkbox a {
    position: relative;
    display: inline-block;
    width: 90%;
	background-image: none;
}
}
@media screen and (max-width: 374px) { /* sp */

.linkbox a {
    position: relative;
    display: inline-block;
    width: 80%;
	background-image: none;
}

.logobox {
	width: 100%;
	max-width: 812px;
    text-align: center;
	margin-right: auto;
	margin-left: auto;
    padding-top: 114px;
    padding-bottom: 150px;
}
.logo {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.cardtxt p.pge {
    width: 100px;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
    color: #FFFFFF;
    background-color:#4a4a4a;
    padding: 2px 0 2px 0;
    margin:0 auto 6px 0;
    box-sizing: border-box;
}
.cardtxt h4 {
	font-size: 14px;
	font-weight: 400;
    color: #4A4A4A;
    
}
}
@media screen and (max-width: 360px) { /* sp */
.kijibox p  {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	line-height: 150%;
}

}
