@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-all;
}
* {
    margin: 0;
    padding: 0;
}
:focus {
    outline: 0;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
em, strong {
    font-weight: bold;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000;
    background: #fff;
}
html, body {
    height: 100%;
}
a {
    color: #fff;
}
.container {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    box-sizing: border-box;
}
header {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
header .container {
    max-width: none;
    padding: 14px 0 0 40px;
}
header h1 a {
    display: block;
    background: url(/images/logo@2x.png) no-repeat top left;
    background-size: 100%;
    width: 276px;
    height: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin-bottom: 16px;
}
header h1 a:lang(en) {
    background-image: url(/images/logo_en@2x.png);
    width: 200px;
    height: 40px;
}
header a.toggle-nav {
    display: none;
}
header nav {
    position: relative;
}
header nav li {
    display: inline-block;
}
header nav li a {
    position: relative;
    display: block;
    font-family: 'Roboto';
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1;
    padding: 24px 18px 28px 18px;
    color: #000;
    text-decoration: none;
}
header nav li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
}
header nav li.current a:after, 
header nav li a:hover:after {
    background: #d91617;
    height: 4px;
    transition: height 0.4s ease 0s;
}
header nav li.contact {
    position: absolute;
    right: 140px;
}
header nav li.contact a {
    background: #d91617;
    color: #fff;
    border: none;
    padding: 26px 30px;
}
header nav li.lang a:after, 
header nav li.contact a:after {
    content: none;
}
header nav li.contact a:hover {
    background: #000;
    border: none;
    transition: all 0.4s ease 0s;
}
header nav li.tepco {
    float: right;
    position: relative;
    top: 24px;
    right: 20px;
}
header nav li.tepco span {
    display: block;
    background: url(/images/tepco_logo@2x.png) no-repeat top left;
    background-size: 100%;
    width: 100px;
    height: 22px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
header nav li.lang {
    position: absolute;
    right: 285px;
}

/*MAC*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
		_::-webkit-full-page-media, _:future, :root header nav li.lang {
				right: 292px;
		}
}

header nav li.lang ul {
    position: relative;
    top: 7px;
    z-index: 10;
}
header nav li.lang li {
    display: none;
}
header nav li.lang li:first-child {
    display: block;
}
header nav li.lang li a {
    width: 80px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    background: #4e535e;
    box-shadow: 0 4px 16px #B6BCC0;
}
header nav li.lang li a:hover {
    opacity: 0.8;
}
header nav li.lang li:first-child a {
    background: #fff;
    color: #000;
    box-shadow: none;
}
header nav li.lang li a span {
    position: relative;
    top: 2px;
    left: 10px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/images/arrow_down@2x.png) no-repeat right top;
    background-size: 14px 28px;
}
header nav li.lang.active li {
    display: block;
}
header.fixed {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
header .container,
header.fixed .container {
    padding: 0 0 0 40px;
}
header .tepco-logo,
header.fixed .tepco-logo {
    display: none;
}
header h1 a,
header.fixed h1 a {
    float: left;
    position: relative;
    top: 10px;
    margin: 0;
}
header nav,
header.fixed nav {
    width: calc(100% - 300px);
    width: -webkit-calc(100% - 300px);
    float: right;
}

/**
* NEWS
*/
.section-news a {
    text-decoration: underline;
    color: #000;
    outline: none;
    cursor: pointer;
}
.section-news a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.section-news li dt {
    float: left;
    width: 110px;
    letter-spacing: 0.1em;
}
.section-news li dd {
    margin: 0 0 0 110px;
}
.section-news ul {
    font-size: 1.4rem;
    line-height: 20px;
}
.section-news li {
    border-bottom: 1px solid #e4e9ea;
    padding: 35px 30px;
}
.section-news li:first-child {
    border-top: 1px solid #e4e9ea;
}

/**
* News Detail
*/
.news-header {
    border-bottom: 1px solid #e4e9ea;
    padding: 0 0 40px;
    margin: 0 0 40px;
}
.news-header h2 {
    font-size: 2.6rem;
    font-weight: 700;
    margin: 0 0 50px;
}
.news-header p {
    color: #333;
}
.news-header .released {
    text-align: right;
    line-height: 1.8;
    font-size: 1.4rem;
}
.news-content {
    font-size: 1.5rem;
    line-height: 2;
}
.news-content p {
    margin: 0 0 60px;
}
.news-content a {
    color: #0273ab;
}
.news-content a:link {
    text-decoration: underline;
}
.news-content a:hover {
    text-decoration: none;
}
.news-content h3 {
    font-weight: 700;
}
.news-content ol {
    margin: 0 0 60px;
    list-style-type: decimal;
    list-style-position: inside;
}
.news-content ol>li {
    margin: 30px 0 0 0;
}
.news-content ol>li:first-child {
    margin: 0;
}
.news-content ol ol{
    margin: 0 0 0 60px;
}
.news-content ul {
    list-style-type: square;
    margin: 0 0 0 60px;
}
.news-content sup {
    position: relative;
    top: -5px;
    font-size: 1.2rem;
}
.news-content p.eod {
    text-align: right;
    letter-spacing: 1em;
}
.news-content p.note {
    color: #333;
    line-height: 1.8;
}
.news-contact {
    border: 1px solid #e4e9ea;
    margin: 0 0 60px;
    padding: 15px;
}
.news-contact h4 {
    text-align: center;
    margin: 0 0 10px;
}
.news-contact dl {
    width: 600px;
    margin: 0 auto;
}
.news-contact dt {
    float: left;
    width: 400px;
}
.news-contact dd {
    margin: 0 0 0 400px;
}
.news-content img{
    max-width: 100%;
    height: auto;
    display: block;
}
.news-content img.aligncenter{
    margin-right: auto;
    margin-left: auto;
}
.news-content img.alignleft{
    margin-right: auto;
}
.news-content img.alignright{
    margin-left: auto;
}
.news-footer {
    background: #f4f7fb;
    padding: 50px 0;
}
.news-footer ul {
    font-size: 0;
    margin: 0 0 0 -20px;
}
.news-footer li {
    width: 480px;
    display: inline-block;
    background: #fff;
    margin: 0 0 20px 20px;
}
.news-footer li a {
    position: relative;
    display: table;
}
.news-footer li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    background: url(/images/arrow_right@2x.png) no-repeat top left;
    background-size: 100%;
    width: 8px;
    height: 16px;
}
.news-footer li a:hover {
    opacity: 0.8;
}
.news-footer li .image {
    width: 42%;
    vertical-align: top;
    display: table-cell;
}
.news-footer li .image img {
    display: block;
    width: 100%;
}
.news-footer li .content {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    width: 58%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 24px 0 20px;
    box-sizing: border-box;
}
.news-footer li .content small {
    display: block;
    font-size: 1.2rem;
}
.action {
    margin: 60px 0 0 0;
}
.action a {
    display: block;
    width: 340px;
    box-sizing: border-box;
    border: 1px solid #c9cad6;
    color: #666;
    text-decoration: none;
    margin: 0 auto;
    text-align: center;
    line-height: 58px;
}
.action a:hover {
    opacity: 0.8;
}

/**
* PRIVACY POLICY
*/
.section-privacy {
    margin: 0 0 90px;
}
.section-privacy h2 {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 70px;
}
.section-privacy h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 0 0 25px;
    border-bottom: 1px solid #e4e9ea;
    margin: 0 0 25px;
}
.section-privacy p {
    font-size: 1.5rem;
    line-height: 2;
}
.section-privacy ol > li {
    font-size: 1.5rem;
    line-height: 2;
    margin: 80px 0 0;
}
.section-privacy ul {
    margin: 25px 0 25px 20px;
    list-style-type: square;
}
.section-privacy ul li {
    font-size: 1.5rem;
    line-height: 2;
}



/**
* CONTACT
*/
.section-contact-thanks h2 {
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    margin: 0 0 35px;
}
.section-contact-thanks h2:after {
    display: block;
    content: "";
    width: 80px;
    height: 4px;
    background: #d91617;
    margin: 0 auto;
    margin-top: 35px;
}
.section-contact-thanks p {
    text-align: center;
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 0 80px;
}
.form-contact .lead {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 60px;
}
.form-contact dl {
    text-align: left;
/*    border-top: 1px solid #e4e9ea;*/
}
.form-contact dt {
    position: relative;
    float: left;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 44px;
    width: 340px;
    padding: 15px 60px;
    box-sizing: border-box;
}
.form-contact dt span {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 0;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 36px;
    color: #B71314;
    border: 1px solid #B71314;
}
.form-contact dd {
    padding: 15px 60px 15px 0;
    border-bottom: 1px solid #e4e9ea;
}
.form-contact dd .form-group {
    margin: 0 0 0 380px;
}
.p-confirm .form-contact dd .form-group{
    min-height: 44px;
    box-sizing: border-box;
    padding-top: 10px;
}
.form-group .error {
    background: #000;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px 12px;
}
.form-contact dd p {
    position: relative;
    top: 6px;
    font-size: 1.8rem;
    line-height: 1.75;
    min-height: 44px;
}
.form-contact dd.p-type {
	height: 74px;
}
.form-contact .link {
    text-align: right;
    margin: 30px 60px 40px 0;
}
.form-contact .link a {
    color: #000;
    font-size: 1.4rem;
}
.form-contact .link a:hover {
    opacity: .8;
}
input[type=text], 
input[type=email], 
input[type=tel], 
textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e4e9ea;
    font-size: 1.6rem;
    padding: 12px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
textarea {
    height: 300px;
}
select{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e4e9ea;
    font-size: 1.6rem;
    padding: 12px;
    border-radius: 0;
	background-color: #fff;
}
.btn {
    background: #000;
    display: block;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    width: 100%;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 26px 0;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.4);
    text-decoration: none;
}
.btn-submit {
    background: #c91011;
}
.btn:hover {
    background: #303237;
    transition: all 0.4s ease 0s;
}
.actions {
    margin: 80px 0 0;
    text-align: center;
}
.actions li {
    width: 420px;
    display: inline-block;
    margin: 0 0 0 20px;
}
.actions li:first-child {
    margin: 0;
}

/**
* FOOTER
*/

.l-footer-container {
    position: relative;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    box-sizing: border-box;
}

footer {
    background: #E8EAF0;
    margin: 110px 0 0 0;
    padding: 40px 0;
}
footer p {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
}
footer .pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: url(/images/pagetop@2x.png) no-repeat top left;
    background-size: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
footer .pagetop:hover {
    opacity: 0.8;
}

.l-footer-logo {
    text-align: left;
    padding-bottom: 60px;
}
.l-footer-flex{
    display: flex;
    justify-content:space-around;
    align-items: start;
}
.l-footer-business-list {
    float: left;
    margin-right: 68px;
}

.l-footer-business-intro-list {
    float: left;
    margin-right: 69px;
}

.l-footer-ttl {
    text-align: left;
}

.l-footer-ttl a {
    font-size: 1.8rem;
    color: #d91617;
    letter-spacing: 0.12em;
    font-weight: 700;
    text-decoration: underline;
    text-align: left;
}

.l-footer-ttl a:hover {
    text-decoration: none;
}

.l-footer-business-list-detail {
    /* margin: 15px 0 0; */
    letter-spacing: 0.12em;
    color: #3a3a3a;
    font-weight: 500;
}


.l-footer-business-list-detail:not(:first-child){
	margin-top: 15px;
}

.l-footer-business-list-detail li {
	font-weight: 700;
}

.l-footer-business-list-detail li a[target="_blank"]{
	background: url(/wp-tepcoventures/wp-content/themes/tepcoventures/assets/images/common/icn_blank.png) right center no-repeat;
	background-size: 13px auto;
	padding-right: 18px;
}

.l-footer-business-list-detail li span a {
	padding-left: 1em;
	font-size: 1.4rem;
	font-weight: 400;
}

.fw700 {
	font-weight: 700;
}

.l-footer-business-list-detail li a {
    color: #3a3a3a;
	font-size: 1.7rem;
}

.mr-adjust {
    margin-right: 70px;
}

.l-footer-other-list {
    float: left;
}

.l-footer-other-list p {
    margin-bottom: 20px;
}

.l-copy-right {
    padding-top: 100px;
}

@media screen and (max-width: 1060px) {
    .l-footer-business-list, .l-footer-business-intro-list, .l-footer-other-list {
        font-size: 1.4rem;
    }
    
    .l-footer-ttl a {
        font-size: 1.5rem;
    }
    
    .mr-adjust {
        margin-right: 3.5vw;
    }
    
    .l-footer-business-list {
        margin-right: 3.5vw;
    }
    
    .l-footer-business-intro-list {
        margin-right: 3.5vw;
    }
}

@media screen and (max-width: 767px) {
    footer {
        padding: 0 0 20px;
    }
    
    .l-footer-list {
        width: 100%;
        border-bottom: 1px solid #c5c7cc;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }
    
    .l-footer-list li {
        width: 50%;
        border-top: 1px solid #c5c7cc;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .l-footer-list li:nth-child(odd) {
        border-right: 1px solid #c5c7cc;
    }
    
    .l-footer-list li a {
        color: #d91617;
        font-weight: 700;
        padding: 18px 0;
        display: block;
    }
    
    .l-footer-list li a span.p-br{
        display: inline-block;
    }
    
    .l-footer-logo {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 0;
    }
    
    .l-copy-right {
        padding-top: 35px;
    }
}


.inviewScrollIn {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .5s;
}
.scrollIn {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0,50%,0);
        transform:translate3d(0,50%,0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0,50%,0);
        transform:translate3d(0,50%,0)
    } 
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity:0;
        -webkit-transform:translate3d(-70%,0,0);
        transform:translate3d(-70%,0,0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity:0;
        -webkit-transform:translate3d(-70%,0,0);
        transform:translate3d(-70%,0,0)
    }
    to {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}



/**
* Bx Slider
*/
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.bx-wrapper img {
    width: 100%;
    display: block;
}
.bxslider {
    margin: 0; 
    padding: 0;
}
.bx-viewport {
    -webkit-transform: translatez(0);
/*    height: 516px !important;*/
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: #fff url(/images/bx_loader.gif) center center no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-prev, 
.bx-wrapper .bx-next {
    display: block;
    width: 74px;
    height: 74px;
    background: url('/images/controls@2x.png') no-repeat top left;
    background-size: 148px 74px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.bx-wrapper .bx-prev {
    left: -37px;
}
.bx-wrapper .bx-next {
    right: 134px;
    background-position: -74px 0;
}
.bx-wrapper .bx-prev:hover, 
.bx-wrapper .bx-next:hover {
    opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -60px;
    outline: 0;
    width: 74px;
    height: 74px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-pager {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    height: 100px;
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #CDDDE1;
    border-top: 1px solid #F1F1F2;
    margin: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #CDDDE1;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    outline: 0;
    border-radius: 5px;
    position: relative;
    top: 40px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #DC191A;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}
@media screen and (max-width: 767px) {
    .bx-wrapper .bx-controls-direction a {
        margin-top: -60px;
        outline: 0;
        width: 54px;
        height: 54px;
    }
    .bx-wrapper .bx-prev, 
    .bx-wrapper .bx-next {
        width: 54px;
        height: 54px;
        background-size: 108px 54px;
    }
    .bx-wrapper .bx-prev {
        left: 0;
    }
    .bx-wrapper .bx-next {
        right: 0;
        background-position: -54px 0;
    }
}

/**
* Modal
*/
.overlay {
    position: fixed;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    z-index: 200;
    opacity: 0;
    display: none;
}
.section-modal-movie {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 940px;
    height: 383px;
    z-index: 1000;
    opacity: 0;
    display: none;
}
.section-modal-movie .container {
    background: #fff;
    padding: 60px 0;
    height: 100%;
}
.section-modal-movie .close {
    position: absolute;
    top: -90px;
    right: -90px;
    display: block;
    background: url(/images/close@2x.png) no-repeat top left;
    background-size: 100%;
    width: 60px;
    height: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.section-modal-movie .close:hover {
    opacity: 0.8;
}
.section-modal-movie .container {
    width: 680px;
    height: 383px;
    padding: 0;
    background: none;
}
.section-modal-movie iframe {
    display: block;
    margin: 0 auto;
}
.section-modal-movie .bx-viewport {
    height: 100% !important;
}
@media screen and (max-width: 767px) {
    .section-modal-movie {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0 auto;
        overflow-y: scroll;
    }
    .section-modal-movie li {
        height: 100%;
    }
    .section-modal-movie .bx-viewport {
        height: 508px !important;
    }
    .section-modal-movie .container {
        padding: 70px 0 60px;
    }
    .section-modal-movie .container {
        padding: 120px 0 0 0;
        width: auto;
        height: auto;
    }
    .section-modal-movie iframe {
        width: 320px;
        height: 180px;
    }
    .section-modal-movie .close {
        top: 0;
        right: 0;
    }
}

.ticker {
    position: relative;
    overflow: hidden;
}
.ticker ul {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.ticker ul li {
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 34px 0 0;
}
.page-title {
    background: url(/images/page_title_bg.jpg) no-repeat top left;
    background-size: cover;
    height: 240px;
    margin: 60px 0 80px;
}
.page-title h1 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 240px;
    letter-spacing: 0.2em;
    text-align: center;
}

@media screen and (max-width: 1270px) {
    header, header.fixed {
        background: #fff;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    header nav, 
    header.fixed nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 100;
        box-shadow: inset 0 1px 10px #e6e6f0;
    }
    header a.toggle-nav {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background: url(/images/nav_close@2x.png) no-repeat top left;
        background-size: 60px 120px;
        width: 60px;
        height: 60px;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }
    header a.toggle-nav.active {
        background-position: 0 -60px;
    }
    header nav li {
        border-top: 1px solid #e6e6f0;
        display: block;
    }
    header nav li:first-child {
        border: none;
    }
    header nav li a {
        font-size: 1.6rem;
        padding: 18px 10px;
    }
    header nav li a:after {
        content: none;
    }
    header nav li.lang, 
    header nav li.contact, 
    header nav li.tepco {
        position: static;
        text-align: center;
    }
    header nav li.tepco {
        padding: 20px 0;
    }
    header nav li.tepco span {
        margin: 0 auto;
    }
    header .container, 
    header.fixed .container {
        padding: 15px 0 0 0;
    }
    header h1 a, 
    header.fixed h1 a {
        float: none;
        position: static;
        width: 190px;
        height: 29px;
        margin: 0 0 16px 10px;
    }
    header h1 a:lang(en) {
        width: 145px;
        height: 29px;
    }
    header nav li.lang ul {
        position: static;
        text-align: center;
        padding: 15px 0;
    }
    header nav li.lang li {
        border: none;
        display: inline-block;
    }
    header nav li.lang li:first-child {
        display: inline-block;
        border-right: 2px solid #e6e6f0;
    }
    header nav li.lang li a {
        border: none;
        color: #000;
        padding: 10px 30px;
        font-size: 1.4rem;
        margin: 0;
        width: auto;
        background: none;
        box-shadow: none;
    }
    header nav li.lang li a span {
        display: none;
    }
    header nav li.lang.active li {
        display: inline-block;
    }
}

@media screen and (max-width: 1024px) {
    .bx-wrapper .bx-next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    main {
        padding: 60px 0 0;
    }
    
    .section-news .container {
        padding: 0 10px;
    }
    .section-news li {
        padding: 25px 15px;
    }
    .ticker ul li {
        padding: 0;
    }
    
    .section-contact-thanks h2 {
        font-size: 2rem;
    }
    .section-contact-thanks p {
        font-size: 1.3rem;
        text-align: left;
        margin: 0 0 40px;
    }
    .form-contact .lead {
        font-size: 1.3rem;
        text-align: left;
        margin: 0 0 30px;
    }
    .form-contact dt {
        position: relative;
        float: none;
        font-size: 1.4rem;
        line-height: 1;
        width: auto;
        padding: 20px 0 0;
    }
    .form-contact dt span {
        position: relative;
        top: -2px;
        padding: 0 5px;
        font-size: 1rem;
        line-height: 20px;
        color: #B71314;
        border: 1px solid #B71314;
        margin: 0 0 0 10px;
    }
    .form-contact dd {
        padding: 10px 0 20px;
    }
    .form-contact dd .form-group {
        margin: 0;
    }
    .p-confirm .form-contact dd .form-group{
        min-height: inherit;
        box-sizing: border-box;
        padding-top: 0;
    }
    .form-contact dd p {
        position: static;
        font-size: 1.4rem;
        min-height: 1px;
    }
    .form-group .error {
        font-size: 1.2rem;
    }
    .form-contact .link {
        margin: 15px 0 60px 0;
    }
    .action a {
        width: 290px;
    }
    .actions {
        margin: 40px 0 0;
    }
    .actions li {
        display: block;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .actions li:first-child {
        margin: 0;
    }
    .section-privacy h2 {
        font-size: 1.7rem;
        text-align: left;
        margin: 0 0 35px;
    }
    .section-privacy h3 {
        font-size: 1.5rem;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }
    .section-privacy p {
        font-size: 1.3rem;
    }
    .section-privacy ol > li {
        font-size: 1.3rem;
        margin: 40px 0 0;
    }
    .section-privacy ul {
        margin: 10px 0 10px 20px;
    }
    .section-privacy ul li {
        font-size: 1.3rem;
    }
    footer {
        margin: 80px 0 0 0;
    }
    footer p {
        font-size: 1rem;
    }
    footer .pagetop {
        width: 45px;
        height: 45px;
        right: 0;
    }
    .btn {
        font-size: 1.6rem;
    }
    .page-title {
        background: url(/images/sp_page_title_bg.jpg) no-repeat bottom left;
        background-size: 100%;
        height: 150px;
        margin: 0 0 40px;
    }
    .page-title h1 {
        font-size: 2.1rem;
        line-height: 150px;
    }
    .news-header h2 {
        font-size: 2rem;
        margin: 0 0 30px;
    }
    .news-header p, 
    .news-header p.released {
        font-size: 1.2rem;
    }
    .news-content {
        font-size: 1.3rem;
    }
    .news-content ul {
        margin: 0 0 0 30px;
    }
    .news-contact dl {
        width: 100%;
    }
    .news-contact dt {
        float: none;
        width: auto;
    }
    .news-contact dd {
        margin: 0;
    }
    .news-footer ul {
        margin: 0;
    }
    .news-footer li a:after {
        right: 10px;
    }
    .news-footer li .content {
        font-size: 1.2rem;
        padding: 0 18px 0 10px;
    }
    .news-footer li {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }
}

.p-table-small{
    margin-top: -60px;
    margin-bottom: 80px;
    line-height: 1.7;
}

.l-topicPath {
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px){
    .p-table-small{
        margin: -20px 0 50px;
        font-size: 12px;
    }
	
	.l-topicPath ol {
		line-height: 1.5;
	}
}

/*IE用CSSハック*/
@media all and (-ms-high-contrast: none){
	.p-contact-ie-adjust{
		margin: 60px 0 80px !important;
	}
	
	.p-ie-mt20 {
		margin: 60px 0 70px !important;
	}
}