@charset "Shift_JIS";

body {
    overflow-y: scroll;
}

/* index
---------------------------------------------------- */

.index_main {
    margin-top: 100px;
    height: 36vw;
    background-image: url(../images/index/main.gif);
    background-size: 100%;
    background-position: center top -7vw;
    background-repeat: no-repeat;
    position: relative;
}
@media all and (-ms-high-contrast: none) {
  .index_main {
    background-image: url(../images/index/main.jpg);
}
}
.js-parallax {
    background-attachment: fixed;
}

.index_main .contents {
    padding: 0;
    width: 1200px;
}

.index_main h1 {
    font-size: 132px;
    font-weight: normal;
    font-family: 'Helvetica';
    color: #FFF;
    letter-spacing: 0.05em;
    padding: 300px 0 0 0;
    text-align: center;

}

.index_main h1 span {
    margin-left: 40px;
}

/* h2 */

.index_h2 {
    font-size: 65px;
    text-align: center;
    font-weight: normal;
    font-family: 'Helvetica';
    color: #00acd5;
    letter-spacing: 0.1em;
    line-height: 45px;
    margin-bottom: 60px;
}

.index_h2 span {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    font-family: 'NotoSansJP-Light';
}

/* catch */

.index_catch {
    padding: 100px 0 130px;
    background: #fff;
}

.index_catch .lead {
    font-size: 26px;
    line-height: 64px;
    letter-spacing: 0.19em;
    margin-bottom: 75px;
}

.index_catch .imgarea {
    margin-bottom: 60px;
}

.index_catch .catch_txt {
    width: 65%;
    float: left;

}

.index_catch .catch_img {
    float: right;
    width: 35%;
    margin-top: 10px;
}
.index_catch .catch_img img{
    width: 100%;
}

.index_catch p {
    margin-bottom: 20px;
    font-family: 'NotoSansJP-Thin';
    letter-spacing: 0.2em;
    line-height: 2.2em;
}

/* visual */

.index_visual {
    background-image: url(../images/index/visual01.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.index_visual .contents {
    padding: 0;
    width: 1200px;
}

.index_visual p {
    font-size: 90px;
    font-family: 'Helvetica';
    line-height: 120px;
    color: #FFF;
    letter-spacing: 0.05em;
    text-align: center;
}

.index_visual a {
    display: block;
}

.index_visual p span {
    margin-left: 30px;
}

.index_visual span.link_name {
    position: absolute;
    right: 5%;
    bottom: 5%;
    color: #FFF;
    text-decoration: underline;
    display: block
}

.site_link{
    position:fixed; left:50%; z-index: 9999; top: 100px;
}

.index_visual a:hover {
    opacity: 0.7;
}

.index_visual.hover_none:hover {
    opacity: inherit
}

.index_visual a span {
    position: relative;
    padding-left: 12px;
}

.index_visual a span.link_name::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #FFF;
}

.index_visual {
    background-image: url(../images/index/visual01.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: 0;
}

.index_visual01 {
    background-image: url(../images/index/visual01.jpg);
    padding: 287px 0;
    background-size: 100%;
    position: relative;
}


.index_visual02 {
    background-image: url(../images/index/visual02.jpg);
    padding: 287px 0;
    background-size: 100%;
}

.index_visual03 {
    background-image: url(../images/index/visual03.jpg);
    padding: 287px 0;
    background-size: 100%;
}

.index_visual04 {
    background-image: url(../images/index/visual04.jpg);
    padding: 287px 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

/* news */

.index_news {
    padding: 140px 0;
    background: #fff;
}

.index_news ul {
    border-top: 1px solid #00acd5;
    margin-bottom: 125px;
}

.index_news ul li {
    border-bottom: 1px solid #00acd5;
    display: table;
    width: 100%;
    padding: 20px 0
}

.index_news ul li a {
     display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 100%;
    position: relative;
}

.index_news ul li a:hover {
    background-color: #00acd5;
}

.index_news ul li a:hover p {
    color: #FFF !important;
}

.index_news ul li a:hover p.ico {
    border: 1px solid #FFF;
}

.index_news ul li a p.date {
    float: left;
    font-size: 17px;
    color: #00acd5;
    position: absolute;
    top: 10px;
}

.index_news ul li a p.ico {
    float: left;
    font-size: 11px;
    color: #00acd5;
    border: 1px solid #00acd5;
    display: block;
    line-height: 17px;
    margin: 8px 0 0 20px;
    width: 120px;
    text-align: center;
    letter-spacing: 0.2em;
    position: absolute;
    top: 10px;
    left: 100px;
}

.index_news ul li a p.txt {
    padding-left: 270px;
}



/* financialdata */

.index_financialdata {
    padding: 140px 0;
    background: #fff;
}

.index_financialdata ul {
    margin: 0 auto 100px auto;
}

.index_financialdata ul li {
    position: relative;
    width: 194px;
    float: left;
    margin-left: 40px;
    
}
.index_financialdata ul li:nth-child(1){
    background-image: url(../images/index/com01_on.jpg);
    background-size:194px;
}
.index_financialdata ul li img{
    opacity: 1;
    transition: all 0.2s ease-out;
}
.index_financialdata ul li img:hover{
    opacity: 0;
    transition: all 0.2s ease-out;
}
.index_financialdata ul li:nth-child(2){
    background-image: url(../images/index/com02_on.jpg);
    background-size:194px;
}
.index_financialdata ul li:nth-child(3){
    background-image: url(../images/index/com03_on.jpg);
    background-size:194px;
}
.index_financialdata ul li:nth-child(4){
    background-image: url(../images/index/com04_on.jpg);
    background-size:194px;
}
.index_financialdata ul .eir_area_irtop_report li:nth-child(1){
	background-image: url(../images/index/com04_on.jpg) !important;
	background-size:194px;
}
/*
.index_financialdata ul li:before {
    content: "";
    display: block;
    padding-top: 100%;
}
*/

.index_financialdata ul li a {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    background-image: url(../images/index/financialdata.png);
    background-size: 30px;
    background-position: center bottom 24px;
    background-repeat: no-repeat;
    border: 1px solid #00acd5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_financialdata ul li p.ttl {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_financialdata ul li p.download {
    color: #FFF;
    opacity: 0;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_financialdata ul li:nth-child(1) p.ttl {
    padding-top: 35%;
}

.index_financialdata ul li:nth-child(2) p.ttl {
    padding-top: 25%;
}

.index_financialdata ul li:nth-child(3) p.ttl {
    padding-top: 25%;
}

.index_financialdata ul li:nth-child(4) p.ttl {
    padding-top: 25%;
}

.index_financialdata ul li p span {
    font-size: 12px;
    display: block;
}

.index_financialdata ul li a:hover {
    background-color: #00acd5;
}

.index_financialdata ul li a:hover p {
    color: #FFF;
}

.index_financialdata ul li a:hover p.download {
    margin-top: 0;
    opacity: 1;
}

/* highlight */

.index_highlight {
    padding: 140px 0;
    background: #fff;
}

.index_highlight .highlightbox {
    margin: 90px 50px;
    position: relative;
}

.index_highlight .highlightbox h3 {
    font-size: 19px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 60px;
}

.index_highlight .highlightbox ul li {
    text-align: center;
    font-size: 15px;
}

.index_highlight .highlightbox ul li img {
    width: 100%;
    margin-top: 15px;
}

/* company */

.index_company {
    padding: 140px 0;
    background: #fff;
}

.index_company table {
    width: 100%;
    letter-spacing: 0.15em;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.index_company table th {
    border-right: 1px solid #0fb1d7;
    width: 200px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 20px 0;
}

.index_company table td {
    padding: 20px 0 20px 40px;
}

.index_company .indent {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 100px;
}

/* ancmenu
---------------------------------------------------- */

.ancmenu {
    text-align: center;
}

.ancmenu ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 55px;
    letter-spacing: 0.2em;
}

.ancmenu ul li:last-child {
    margin-right: 0;
}

.ancmenu ul li a {
    color: #FFF;
}

.ancmenu ul li a:hover {
    opacity: 0.7;
}

.site-header {
    background: #00acd5;
    padding: 10px 0;
    position: fixed;
    top: 89px;
    left: 0;
    transition: .5s;
    width: 100%;
    z-index: 10;
}

.site-header.hide {
    transform: translateY(-100%);
}
@supports (-ms-ime-align: auto) {
    .site-header.hide {
  transform:none;
    }
}

@supports (-ms-accelerator:true) {
 .site-header.hide {
  transform:none;
    }
}

@media all and (-ms-high-contrast: none){
    .site-header.hide {
  transform:none;
    }
}


_::-webkit-full-page-media, _:future, :root .site-header.hide {
  transform:none;
    }


/* btn
---------------------------------------------------- */

a.btn {
    display: block;
    width: 270px;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 40px;
    color: #00acd5;
    font-family: 'NotoSansJP-Light';
    border: 1px solid #00acd5;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-font-smoothing: antialiased;
}


_::-webkit-full-page-media, _:future, :root a.btn {
    -webkit-font-smoothing: antialiased;
}

a.btn:hover {
    color: #FFF;
    background-color: #00acd5;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    ::i-block-chrome,
    a.btn {
        font-weight: normal;
    }
}

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

.main {
    margin-top: 107px;
    height: 280px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.main .contents {
    padding: 0;
    /*width: 1200px;*/
}

#corporate .main,
#company .main {
    height: 457px;
    background-image: url(../images/company/main.jpg);
}

#news .main {
    background-image: url(../images/news/main.jpg);
}
#ir_schedule .main {
    background-image: url("../images/ir_schedule/main.jpg");
}
#ir_events .main {
    background-image: url(../images/news/main.jpg);
}
#highlight .main {
    background-image: url(../images/highlight/main.jpg);
}

#financialdata .main {
    background-image: url(../images/financialdata/main.jpg);
}

#stock .main {
    background-image: url(../images/stock/main.jpg);
}

#faq .main {
    background-image: url(../images/faq/main.jpg);
}

#mailalert .main {
    background-image: url(../images/mailalert/main.jpg);
}

#disclosurepolicy .main {
    background-image: url(../images/disclosurepolicy/main.jpg);
}

/* h1
---------------------------------------------------- */

h1.underlayer {
    font-size: 70px;
    font-weight: normal;
    font-family: 'Helvetica';
    color: #00acd5;
    text-align: center;
    line-height: 60px;
    letter-spacing: 0.1em;
    margin: 0 0 150px;
}
h1.underlayer.jp{
 font-size: 64px;
 font-family: 'NotoSansJP-Light';
}

h1.underlayer span {
    font-size: 16px;
    display: block;
    font-family: 'NotoSansJP-Light';
}

/* company
---------------------------------------------------- */

/* vision */

.vision {
    margin-top: 150px;
}

.vision h2 {
    text-align: center;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 50px;
    font-family: 'Helvetica';
}

.vision .txt1 {
    text-align: center;
    font-size: 42px;
    font-family: 'Helvetica';
    letter-spacing: 0.2em;
    line-height: 60px;
    margin-bottom: 40px;
}

.vision .txt2 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.3em;
    line-height: 40px;
     font-family: "NotoSansJP-Thin";
}

/* companyinfo */

.companyinfo {
    margin-top: 200px;
}

.companyinfo h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 50px;
    font-family: 'NotoSansJP-Thin';
}

.companyinfo table {
    width: 100%;
    letter-spacing: 0.15em;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.companyinfo table th {
    border-right: 1px solid #0fb1d7;
    width: 200px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 15px 0;
}

.companyinfo table td {
    padding: 15px 0 15px 40px;
}

.companyinfo .indent {
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 100px;
}

/* governance */

.governance {
    margin-top: 200px;
}

.governance h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 60px;
    font-family: 'NotoSansJP-Thin';
}

.governance .download {
    display: table;
    margin: 0 auto;
    font-size: 16px;
    padding: 5px 50px 5px 0;
    background-image: url(../images/news/pdf.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 34px auto;
}

.governance .download a {
    color: #00acd5;
    border-bottom: 1px solid #00acd5;
    line-height: 1.7;
}

.governance .download a:hover {
    opacity: 0.5;
}

.governance h3 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.2em;
    margin-bottom: 60px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    font-family: 'NotoSansJP-Thin';
}

.governance .system {
    text-align: center;
    margin-top: 90px;
}

.governance .system img {
    max-width: 100%;
}

.governance .officer {
    margin-top: 90px;
}

.governance .officer .officerbox {
    margin-top: 90px;
}

.governance .officer .officerbox h4 {
    width: 200px;
    font-size: 18px;
    font-weight: normal;
    line-height: 34px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 70px;
    letter-spacing: 0.1em;
}

.governance .officer .officerbox ul {
    text-align: center;
    width: 750px;
    margin: 0 auto;
    /*margin: 0 159px;*/
}

.governance .officer .officerbox ul li {
    display: inline-block;
    width: 175px;
    margin: 0 40px 60px 40px;
    vertical-align: top;
}
.governance .officer .officerbox ul li.text {
    width: auto;
    padding: 0 35px;
}

.governance .officer .officerbox ul li img {
    width: 100%;
    margin-bottom: 10px;
}

.governance .officer .officerbox ul li p {
    line-height: 26px;
    letter-spacing: 0.2em;
    text-align: center;
}

.governance .officer .officerbox ul li p span {
    display: block;
    font-size: 14px;
}

/* news
---------------------------------------------------- */

#news h1.underlayer {
    margin: 0 0 80px;
}

.tabs {
    text-align: center;
}

.tabs li {
    display: inline-block;
    margin: 5px;
}

.tabs a {
    display: block;
    width: 130px;
    text-align: center;
    color: #00acd5;
    text-decoration: none;
    padding: 2px 0;
    border: 1px solid #00acd5;
}

.tabs li.active a,
.tabs a:hover {
    color: #fff;
    background: #00acd5;
}

.newsbox {
    margin-top: 150px;
}

.newsbox h2 {
    text-align: center;
    font-size: 45px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 25px;
    font-family: 'NotoSansJP-Light';
}

.newsbox ul {
    margin-bottom: 40px;
}

.newsbox ul li {
    border-bottom: 1px solid #00acd5;
    display: table;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

.newsbox ul li a {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    width: 100%;
}

.newsbox ul li a.pdf {
    background-image: url(../images/news/pdf.png);
    background-size: 40px;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 60px;
}

.newsbox ul li a:hover.pdf {
    background-image: url(../images/news/pdf_on.png);
}

.newsbox ul li a:hover {
    background-color: #00acd5;
}

.newsbox ul li a:hover p {
    color: #FFF !important;
}

.newsbox ul li a:hover p.ico {
    border: 1px solid #FFF;
    ;
}

.newsbox ul li a p.date {
    float: left;
    font-size: 17px;
    color: #00acd5;
    position: absolute;
    top: 25px;
}

.newsbox ul li a p.ico {
    float: left;
    font-size: 11px;
    color: #00acd5;
    border: 1px solid #00acd5;
    display: block;
    line-height: 17px;
    margin: 8px 0 0 20px;
    text-align: center;
    width: 110px;
    letter-spacing: 0.1em;
    position: absolute;
    top: 25px;
    left: 100px;
}

.newsbox ul li a p.txt {
    padding-left: 270px;
}

/* highlight
---------------------------------------------------- */

.highlight {
    margin-top: 120px;
}

.highlight ul {
    text-align: center;
    font-size: 0;
    margin: -120px 0 0;
}

.highlight ul li {
    width: 400px;
    display: inline-block;
    font-size: 15px;
    margin: 120px 49px 0;
    vertical-align: top;
}

.highlight ul li img {
    width: 100%;
    margin-top: 15px;
}

.highlight .txt,
#highlight .txt{
    font-size: 10px;
    text-align:left;
    margin-right: 40px;
    line-height: 1.5;
}
.highlightbox .txt{
    font-size: 10px;
   text-align:left;
    line-height: 1.5;

}

.highlight h2 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    font-weight: normal;
}

.note {
    margin: 150px 50px 0;
}

.note p.ttl {
    font-size: 20px;
    margin-bottom: 10px;
}

.note p {
    font-size: 13px;
    line-height: 26px;
}

.note .notebox {
    border: 1px solid #000;
    padding: 25px 35px;
    font-size: 13px;
    line-height: 26px;
    margin-top: 60px;
}

.note .notebox ul {
    margin-bottom: 20px;
}

.note .notebox ul li {
    list-style: inherit;
    margin-left: 25px;
}

/* financialdata
---------------------------------------------------- */

.financialdata {
    margin-top: 150px;
}

.financialdata h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 50px;
}

.financialdatabox {
    border-top: 1px solid #00acd5;
}

.financialdatabox dl {
    border-bottom: 1px solid #00acd5;
}

.financialdatabox dt {
    padding: 20px 30px 20px 0;
    background-image: url(../images/faq/close.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px auto;
    cursor: pointer;
    font-size: 24px;
    color: #00acd5;
    position: relative;
    z-index: 9;
}

.financialdatabox dt.open {
    background-image: url(../images/faq/open.png);
}

.financialdatabox dd {
    display: none;
}


.financialdatabox dd ul li a {
    display: block;
				margin-bottom: 5px;
    padding: 5px 0;
			box-sizing: border-box;
}
.financialdatabox dd .s_eirQuarter{
	margin: 30px 0 10px 0;
}
.financialdatabox dd .s_eirQuarter:first-of-type{
	margin-top: 0;
}
.financialdatabox dd ul{
	padding-bottom: 20px;
}

.financialdatabox dd ul li a p span {
    display: block;
    font-size: 17px;
    color: #00acd5;
}

.financialdatabox dd ul li a.pdf {
				min-height: 40px !important;
    background-image: url(../images/news/pdf.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 60px;
    background-size: auto 40px;
}

.financialdatabox dd ul li a:hover.pdf {
    background-image: url(../images/news/pdf_on.png);
}

.financialdatabox dd ul li a:hover {
    background-color: #00acd5;
}

.financialdatabox dd ul li a:hover p {
    color: #FFF;
}

.financialdatabox dd ul li a:hover p span {
    color: #FFF;
}

#financialdata .newsbox h2 {
    font-size: 34px;
    font-family: 'NotoSansJP-Light';
}

/* stock
---------------------------------------------------- */

/* stockinfo */

.stockinfo {
    margin-top: 140px;
}

.stockinfo h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 50px;
        font-family: 'NotoSansJP-Thin';
}

.stockinfo table {
    width: 100%;
    letter-spacing: 0.15em;
    border-collapse: collapse;
    margin-bottom: 50px;
}

.stockinfo table tr {
    border-bottom: 1px solid #00acd5;
}

.stockinfo table th {
    width: 325px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    padding: 15px 0 5px;
}

.stockinfo table td {
    padding: 15px 0 5px;
    vertical-align: bottom;
    color: #00acd5;
}

/* movie */

.movie {
    margin-top: 140px;
}

.movie h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 100px;
        font-family: 'NotoSansJP-Thin';
}

.movie .ttl span {
    display: block;
    font-size: 18px;
}

.movie .moviebox {

}

.movie .pdf {
    display: table;
    font-size: 16px;
    padding: 10px 50px 10px 0;
    background-image: url(../images/news/pdf.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 34px auto;
}

.movie .pdf a {
    color: #00acd5;
    border-bottom: 1px solid #00acd5;
}

.movie .pdf a:hover {
    opacity: 0.5;
}

/* faq
---------------------------------------------------- */

.faqbox {
    margin-top: 150px;
}

.faqbox h2 {
    text-align: center;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0.2em;
    color: #00acd5;
    margin-bottom: 25px;
}

.faq {
    margin: 0 auto;
}

.faq dl {
    border-bottom: 1px solid #00acd5;
    margin-bottom: 20px;
}

.faq dt {
    padding: 8px 30px 8px 20px;
    background-image: url(../images/faq/close.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 22px auto;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.faq dt:before {
    content: "Q";
    display: block;
    float: left;
    margin-left: -1.7em;
    width: 1.7em;
    text-align: center;
}

.faq dt.open {
    background-image: url(../images/faq/open.png);
}

.faq dd {
    display: none;
    margin: 10px 0;
    padding-left: 20px;
}

.faq dd a {
    color: #00acd5;
}

.faq dd a:hover {
    text-decoration: underline;
}

.faq dd:before {
    content: "A";
    display: block;
    float: left;
    margin-left: -1.7em;
    width: 1.7em;
    text-align: center;
}

/* mailalert
---------------------------------------------------- */

.mailalert .lead {
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}

.mailalert p {
    text-align: center;
}

.mailalert .btnarea {
    text-align: center;
    margin-top: 150px;
}

.mailalert .btnarea .btn {
    display: inline-block;
    font-family: 'NotoSansJP-Light';
    font-size: 16px;
    line-height: 56px;
    margin: 0 30px;
}

.mailalert .mail_tx {
    margin-bottom: 20px;
}

/* disclosurepolicy
---------------------------------------------------- */

.disclosurepolicy {
    margin: 80px auto 0;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #00acd5;
}

.disclosurepolicy h2 {
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 0.25em;
    color: #00acd5;
    margin-bottom: 25px;
}

/*SP*/

@media screen and (max-width: 750px) {
    .js-parallax {
        background-size: cover;
        background-attachment: scroll;
    }

    /* index
---------------------------------------------------- */
    .index_main {
        margin-top: 50px;
        height: 40vh;
        background-image: url(../images/index/main_sp.gif);
        background-size: 100%;
    }

    .index_main .contents {
        width: 94%;
    }

    .index_main h1 {
        font-size: 50px;
        letter-spacing: 0.05em;
        line-height: 60px;
        padding: 70px 0 70px;
    }

    .index_main h1 span {
        margin-left: 0;
        display: block;
    }

    /* h2 */
    .index_h2 {
        font-size: 40px;
        line-height: 35px;
        margin-bottom: 30px;
    }

    .index_h2 span {
        margin-top: 10px;
    }



    /* catch */
    .index_catch {
        padding: 30px 0 0;
    }

    .index_catch .lead {
        font-size: 16px;
        line-height: 36px;
        margin-bottom: 30px;

    }

    .index_catch .lead br {
        display: none;
    }

    .index_catch .imgarea {
        margin-bottom: 30px;

    }

    .index_catch .catch_txt {
        width: 100%;
        float: none;

    }
    .index_catch .catch_img {
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .index_catch .catch_img img{
        width: 100%;
    }

    .index_catch p br {
        display: none;
    }

    /* visual */
    .index_visual .contents {
        width: 100%;
    }

    .index_visual p span {
        margin-left: 0;
        display: block;
    }

    .index_visual span.link_name {
        color: #FFF;
        text-decoration: underline;
        text-align: right;
        font-size: 11px;
    }

    .index_visual01 {
        padding: 13vh 0;
        background-image: url(../images/index/visual01_sp.jpg);
        background-size: cover;

    }

    .index_visual02 {
        padding: 13vh 0;
        background-image: url(../images/index/visual02_sp.jpg);
        background-size: cover;
    }

    .index_visual03 {
        padding: 13vh 0;
        background-image: url(../images/index/visual03_sp.jpg);
        background-size: cover;
    }

    .index_visual04 {
        padding: 13vh 0;
        background-image: url(../images/index/visual04_sp.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .index_visual a {
        transition: none;
    }

    /* news */
    .index_news {
        padding: 40px 0;
    }

    .index_news ul {
        margin-bottom: 50px;
    }
    
    .index_news ul li a {
        padding: 20px 0;
        height: auto;
    }

    .index_news ul li a p.ico {
        margin: 3px 0 0 20px;
        position: inherit;
        top: auto;
        left: auto;
    }
    .index_news ul li a p.date{
        position: inherit;
        top: auto;
        left: auto
    }

    .index_news ul li a p.txt {
        padding-left: 0;
        display: block;
        margin-top: 10px;
        clear: both;
    }

    /* financialdata */
    .index_financialdata {
        padding: 40px 0;
    }

    .index_financialdata ul {
        margin: -4% 0 50px -4%;
    }

    .index_financialdata ul li {
        width: 46%;
        margin: 4% 0 0 4%;
    }

    .index_financialdata ul li a {
        background-position: center bottom 14px;
        background-size: 24px auto;
    }

    .index_financialdata ul li p.ttl {
        font-size: 16px;
        line-height: 26px;
    }
    .index_financialdata ul li img:hover{
    opacity: 1;
    }

    /* highlight */
    .index_highlight {
        padding: 40px 0;
    }

    .index_highlight .highlightbox {
        margin: 90px 30px;
    }

    .index_highlight .highlightbox h3 {
        font-size: 17px;
        margin-bottom: 20px;
    }

    /* company */
    .index_company {
        padding: 40px 0;
    }

    .index_company table {
        margin-bottom: 30px;
    }

    .index_company table th {
        width: 90px;
        padding: 15px 0;
    }

    .index_company table td {
        padding: 15px 0 15px 25px;
    }

    .index_company .indent {
        margin-bottom: 50px;
    }

    /* ancmenu
---------------------------------------------------- */
    .ancmenu ul li {
        display: block;
        width: 50%;
        float: left;
    }

    .site-header {
        display: none;
    }

    /* btn
---------------------------------------------------- */
    a.btn {
        width: 200px;
        font-size: 16px;
        line-height: 34px;
    }

    /* main
---------------------------------------------------- */
    .main {
        margin-top: 50px;
        height: 100px;
    }

    .main .contents {
        padding: 0;
        width: 1200px;
    }

    #corporate .main,
    #company .main {
        height: 240px;
        background-image: url(../images/company/main_sp.jpg);
        background-position: right center;
    }

    #news .main {
        background-image: url(../images/news/main_sp.jpg);
    }
    #ir_schedule .main {
        background-image: url(../images/ir_schedule/main_sp.jpg);
    }
    #ir_events .main {
        background-image: url(../images/news/main_sp.jpg);
    }

    #highlight .main {
        background-image: url(../images/highlight/main_sp.jpg);
    }

    #financialdata .main {
        background-image: url(../images/financialdata/main_sp.jpg);
    }

    #stock .main {
        background-image: url(../images/stock/main_sp.jpg);
    }

    #faq .main {
        background-image: url(../images/faq/main_sp.jpg);
    }

    #mailalert .main {
        background-image: url(../images/mailalert/main_sp.jpg);
    }

    #disclosurepolicy .main {
        background-image: url(../images/disclosurepolicy/main_sp.jpg);
    }

    /* h1
---------------------------------------------------- */
    h1.underlayer {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 40px;
    }
    h1.underlayer.jp {
     font-size: 30px;
    }

    h1.underlayer span {
        font-size: 13px;
    }

    /* company
---------------------------------------------------- */
    /* vision */
    .vision {
        margin-top: 60px;
    }

    .vision h2 {
        font-size: 30px;
        margin-bottom: 40px;
        font-family: "NotoSansJP-Thin";
    }

    .vision .txt1 {
        font-size: 28px;
        letter-spacing: 0.1em;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .vision .txt2 {
        font-size: 20px;
        line-height: 36px;


    }

    /* companyinfo */
    .companyinfo {
        margin-top: 80px;
    }

    .companyinfo h2 {
        font-size: 26px;
        margin-bottom: 30px;
        font-family: "NotoSansJP-Thin";
    }

    .companyinfo table {
        margin-bottom: 30px;
    }

    .companyinfo table th {
        width: 90px;
        padding: 15px 0;
    }

    .companyinfo table td {
        padding: 15px 0 15px 25px;
    }

    .companyinfo .indent {
        margin-bottom: 50px;
    }

    /* governance */
    .governance {
        margin-top: 80px;
    }

    .governance h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .governance .download {
        background-size: 21px auto;
        background-position: top 36px right 6vw;
        padding: 5px 0px 5px 0;
    }

    .governance h3 {
        font-size: 18px;
        letter-spacing: 0.1em;
        margin-bottom: 30px;
    }

    .governance .system {
        margin-top: 50px;
    }

    .governance .officer {
        margin-top: 50px;
    }

    .governance .officer .officerbox {
        margin-top: 40px;
    }

    .governance .officer .officerbox h4 {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .governance .officer .officerbox ul {
        text-align: left;
        width: 100%;
        margin: 0;
    }

    .governance .officer .officerbox ul li,
    .governance .officer .officerbox ul li.text{
        display: inline-block;
        width: 47%;
        margin: 0 1% 40px 1%;
    }
    .governance .officer .officerbox ul li.text{
     padding: 0;
    }

    /* news
---------------------------------------------------- */
    #news h1.underlayer {
        margin: 0 0 30px;
    }

    .tabs li {
        display: inline-block;
    }

    .newsbox {
        margin-top: 60px;
    }

    .newsbox h2 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .newsbox ul {
        margin-bottom: 50px;
    }

    .newsbox ul li a {
        padding: 20px 0;
        height: auto;
    }

    .newsbox ul li a.pdf {
        background-size: 30px auto;
        padding-right: 40px;
    }

    .newsbox ul li a p.ico {
        margin: 3px 0 0 20px;
        position: inherit;
        top: auto;
        left: auto
    }
    
    .newsbox ul li a p.date {
        position: inherit;
        top: auto;
        left: auto
}

    .newsbox ul li a p.txt {
        padding-left: 0;
        display: inline-block;
        margin-top: 10px;
    }
    .tabs a {
        width: 120px;
    }

    /* highlight
---------------------------------------------------- */
    .highlight {
        margin-top: 60px;
    }

    .highlight ul {
        margin: -20px 0 0;
    }

    .highlight ul li {
        width: 100%;
        display: block;
        margin: 60px 0 0;
    }

    .highlight .txt {
        margin: 30px 0 0;
        margin-right: 0;
        text-align: left;
        line-height: 1.2;
    }
    .highlightbox .txt{
    font-size: 10px;
    text-align: left;

}

    .note {
        margin: 80px 0 0;
    }

    .note .ttl {
        font-size: 17px;
    }

    .note .notebox {
        padding: 10px 15px;
        margin-top: 50px;
    }

    /* financialdata
---------------------------------------------------- */
    .financialdata {
        margin-top: 60px;
    }

    .financialdata h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .financialdatabox dt {
        font-size: 20px;
    }

    .financialdatabox dd ul li a {
					margin-bottom: 15px;
					padding: 0;
    }

    .financialdatabox dd ul li a p span {
        font-size: 16px;
    }

    .financialdatabox dd ul li a.pdf {
        background-size: 30px auto;
        padding-right: 40px;
					background-position: right center;
    }

    #financialdata .newsbox h2 {
        font-size: 22px;
    }

    /* stock
---------------------------------------------------- */
    /* stockinfo */
    .stockinfo {
        margin-top: 60px;
    }

    .stockinfo h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .stockinfo table {
        width: 100%;
    }

    .stockinfo table th {
        display: block;
        width: 100%;
        padding: 15px 0 5px;
        vertical-align: top;
    }

    .stockinfo table td {
        display: block;
        width: 100%;
        padding: 5px 0 5px;
        vertical-align: top;
    }

    /* movie */
    .movie {
        margin-top: 80px;
    }

    .movie h2 {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .movie .ttl span {
        font-size: 16px;
    }

    .movie .moviebox {

    }

    .movie .pdf {
        display: table;
        font-size: 16px;
        padding: 10px 50px 10px 0;
        background-image: url(../images/news/pdf.png);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 34px auto;
    }

    .movie .pdf a {
        color: #00acd5;
        border-bottom: 1px solid #00acd5;
    }

    .movie .pdf a:hover {
        opacity: 0.5;
    }

    /* faq
---------------------------------------------------- */
    .faqbox {
        margin-top: 60px;
    }

    .faqbox h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .faq dt {
        padding: 8px 30px 8px 20px;
    }

    /* mailalert
---------------------------------------------------- */
    .mailalert .lead {
        text-align: left;
        font-size: 15px;
        margin-bottom: 20px;
    }

    .mailalert p {
        text-align: left;
    }

    .mailalert .btnarea {
        margin-top: 40px;
    }

    .mailalert .btnarea .btn {
        display: block;
        margin: 20px 30px;
        width: 80%;
    }

    /* disclosurepolicy
---------------------------------------------------- */
    .disclosurepolicy {
        margin: 40px auto 0;
    }

    .disclosurepolicy h2 {
        font-size: 22px;
        letter-spacing: 0.20em;
        margin-bottom: 15px;
    }
}

a.link_color {
    color: #00acd5 !important;
}

/* 公開前用?*/

.com_tx {
    text-align: center;
    font-size: 60px;
    color: #a2a2a2;
    font-weight: 100;
    font-family: 'Helvetica';
    padding: 100px 0;
}

@media only screen and (max-width: 740px) {
    .com_tx {
        text-align: center;
        font-size: 40px;
        color: #a2a2a2;
        font-weight: 100;
        font-family: 'Helvetica';
        padding: 80px 0;
    }
}



.pager {
    overflow: hidden;
}

.pager ul {
    list-style: none;
    position: relative;
    width:300px;
    margin: 0 auto;
}
.pager ul li{
    height: auto;
    width: auto;
    border: none;
    display: inline-block;
    color: #00acd5;

}
.pager ul li a {
   display: inline-block;
    font-size: 14px;
    height: auto;
    width: auto;
    border: none;
    font-family: 'NotoSansJP-Light';
    color: #00acd5;
    padding: 0px 5px;
    line-height: 2;

}
.pager ul li:first-child a,
.pager ul li:last-child a{
    border: 1px solid #00acd5;
     padding: 0px 20px;
    font-size: 12px;

}
.pager ul li:first-child a{
    margin-right: 20px;
}
.pager ul li:last-child a{
    margin-left: 20px;
}

.pager ul li a:hover {
     background: #00acd5;
    color: #fff;
}

.pager ul li a.current{
    background: #00acd5;
    color: #fff;
}

@media only screen and (max-width: 740px) {

.pager ul {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 0 15%;
}


.pager ul li a {
    display: block;
    font-size: 12px;
    height: auto;
    width: auto;
    border: none;
    font-family: 'NotoSansJP-Light';
    color: #00acd5;
    padding: 0 5px;
    line-height: 2;

}

.pager ul li:first-child a,
.pager ul li:last-child a {
    border: 1px solid #00acd5;
    padding: 0px 10px;
    font-size: 12px;

}

.pager ul li:first-child  {
    margin-right: 1%;
}

.pager ul li:last-child  {
    margin-left:1%;
}

.pager ul li a:hover {
    background: #00acd5;
    color: #fff;
}

.pager ul li a.current {
    background: #00acd5;
    color: #fff;
}


}


@media screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2){
     .pager ul {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 0 11%;
}
}

@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
    .pager ul {
    list-style: none;
    position: relative;
    width: 100%;
    margin: 0 0 0 6%;
        
}

}

/* ir_events_list
---------------------------------------------------- */
.index_news ul.ir_events_list{
 margin-bottom: 85px;
}
@media (max-width: 750px){
 .index_news ul.ir_events_list{
  margin-bottom: 40px;
 }
}
.ir_events_list li{
 display: block;
 padding: 20px 0;
}
.ir_events_list li > div,
.ir_events_list li > a{
 display: table;
 height: auto;
 padding: 10px 0;
 box-sizing: border-box;
}
.ir_events_list li span{
  display: table-cell;
 }
@media screen and (max-width: 750px) {
 .ir_events_list li > div,
 .ir_events_list li > a{
  display: block;
  width: 100%;
 }
 .ir_events_list li span{
  display: block;
 }
}
.ir_events_list li a:hover{
 color: #fff;
}
.ir_events_list li span.ir_events_list_date{
padding-right: 35px;
font-size: 17px;
color: #2FACD5;
}
.ir_events_list.schedule li span.ir_events_list_date{
padding-right:0;
font-size: 16px;
width:167px;
}

@media screen and (max-width: 750px) {
 .ir_events_list li span.ir_events_list_date,
 .ir_events_list.schedule li span.ir_events_list_date{
  padding-right: 0;
  margin-bottom:5px;
  width: 100%;
 }
 .ir_events_list.schedule li span.ir_events_list_date{
  font-size: 15px;
 }
}
.ir_events_list li a:hover span.ir_events_list_date{
 color: #fff;
}
a.btn.ir_schedule {
 width: 432px;
 box-sizing: border-box;
}
@media screen and (max-width: 750px) {
 a.btn.ir_schedule {
  width: 100%;
 }
}
@media screen and (max-width: 320px) {
 a.btn.ir_schedule {
  letter-spacing: 0.05em;
 }
}

.contact_box{
 padding: 30px;
 border: 1px solid #b7b7b7;
 line-height: 1.875;
}
@media screen and (max-width: 750px) {
 .contact_box{
  padding:15px;
 }
}
.contact_box a{
 color: #2FACD5;
 text-decoration: underline;
 transition: 0.2s;
 display: inline-block;
 word-break: break-all;
}
.contact_box a:hover{
 text-decoration: none;
}
.contact_box p:first-of-type{
 margin-bottom: 2em;
}

@media (max-width: 750px){
 .contents.article_detail{
  overflow: visible;
 }
}
.article{
margin: 80px 0;
}
@media (max-width: 750px){
 .article{
 margin: 60px 0;
 }
}
.article_date{
 color: #00ACD5;
 font-size: 24px;
 margin-bottom: 10px;
}
@media (max-width: 750px){
 .article_date{
 font-size: 20px;
 }
}
.article_category{
 display: inline-block;
 margin-left: 25px;
 font-size: 18px;
}
@media (max-width: 750px){
 .article_category{
 display: block;
 margin-left: 0;
 margin-top: 5px;
 font-size: 16px;
 }
}
.article_title{
 margin-bottom: 40px;
 padding-bottom: 20px;
 border-bottom: 1px solid #00ACD5;
 font-size: 36px;
 font-family: 'NotoSansJP-Bold';
 line-height: 1.333;
}
@media (max-width: 750px){
 .article_title{
 margin-bottom: 30px;
 padding-bottom: 15px;
 font-size: 24px;
 }
}
.article_body{
 font-size: 16px;
 word-break: break-all;
}
@media (max-width: 750px){
 .article_body{
 font-size: 14px;
 }
}
.article_body p{
 margin-bottom: 1.5em;
 line-height: 2.25;
}
@media (max-width: 750px){
 .article_body p{
 line-height: 1.9;
 }
}
.article_body strong{
 font-family: 'NotoSansJP-Bold';
}
.article_notes{
 margin-bottom: 1.5em;
}
.article_notes li{
padding-left: 2em;
text-indent: -2em;
}
.article_body .flex{
 display: flex;
 padding-bottom: 2em;
 justify-content: space-between;
}
@media (max-width: 750px){
 .article_body .flex{
  display: block;
 }
}
.article_body .flex > *{
 width: 480px;
}
@media (max-width: 750px){
 .article_body .flex > *{
  width: 100%;
 }
 .article_body .flex div:nth-of-type(1){
  margin-bottom: 1.5em;
 }
}
.article_body a{
 color: #00ACD5;
 text-decoration: underline;
 transition: 0.2s;
}
.article_body a:hover{
 text-decoration:none;
}
.article_body h2{
 margin-bottom: 50px;
 padding: 60px 0 10px 0;
 border-bottom: 1px solid #00ACD5;
 font-size:28px;
 font-family: 'NotoSansJP-Bold';
 line-height: 1.7;
}
@media (max-width: 750px){
 .article_body h2{
  margin-bottom: 25px;
  padding: 40px 0 10px 0;
  font-size:20px;
  line-height: 1.5;
 }
}
.article_body img{
box-sizing: border-box;
max-width: 100%;
height: auto;
}
@media (max-width: 750px){
 .article_body img{
 display: block;
 margin-left: -5%;
 margin-right: -5%;
 width: 110%;
 max-width:110%;
 }
 .article_body .flex img{
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
 }
}

.article_back{
 padding: 10px 0 65px 0;
 text-align: center;
}
.article_back a{
 display: inline-block;
 padding: 3px 55px;
 font-size: 18px;
 color: #2FACD5;
 border: 1px solid #2FACD5;
 transition: 0.2s;
}
@media (max-width: 750px){
 .article_back a{
  padding: 5px 40px;
  font-size: 15px;
 }
}
.article_back a:hover{
 color: #fff;
 background:#2FACD5;
}
@media (max-width: 320px){
h1.underlayer.jp {
  font-size:28px;
}
}




/* 2023.1 add
---------------------------------------------------- */
#news .main,
#stock .main,
#highlight .main,
#faq .main,
#corporate .main,
#financialdata .main{
	margin-top: 90px;
}
@media (max-width: 750px){
#news .main,
#stock .main,
#highlight .main,
#faq .main,
#corporate .main,
#financialdata .main{
		margin-top: 50px;
	}
}

.btn-godetail{
	margin: -20px 0 60px 0;
	text-align: left;
}
.btn-godetail a{
	position: relative;
	display: inline-block;
	padding: 8px 45px 8px 30px;
	font-size: 16px;
 letter-spacing: 0.1em;
 line-height:1.4;
 color: #00acd5;
 border: 1px solid #00acd5;
	text-align: left;
}
.btn-godetail a:hover{
	background: #00acd5;
	color: #fff;
}
.btn-godetail a::after{
 position: absolute;
 right: 15px;
 top: 50%;
 margin-top: -3px;
 content: "";
 width: 6px;
 height: 6px;
 border-top: 1px solid #00acd5;
 border-right: 1px solid #00acd5;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
	}
.btn-godetail a:hover::after{
	border-color: #fff;
}
@media (max-width: 750px){
	.btn-godetail a{
		padding: 7px 40px 7px 20px;
		font-size: 14px;
	}
	.btn-godetail a:hover{
		background: #fff;
	color: #00acd5;
	}
	.btn-godetail a:hover::after{
	border-color: #00acd5;
}
}
#news .newsbox{
	margin-top: 80px;
}
#news .eir_page_irnews .s_eirBlock{
	margin-top: 50px;
}
#news .site-header{
	display: none !important;
}


