/**
  Theme Name: wondershake
  Theme URI:
  Version: 1
  Author: Empty
  Author URI:
  Tags:
*/

@import url(https://fonts.googleapis.com/css?family=Quicksand:400,700);
@-ms-viewport { width: device-width }
* { -webkit-font-smoothing: antialiased }
*,
:after,
:before { box-sizing: inherit }

body, html {
    background: #fff;
    color: #333;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
    width: 100%;
    width: auto!important;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1, h2, h3, h4 {
    font-family: Quicksand, sans-serif;
    text-transform: capitalize
}

h1, h2, h3, h4, p {
    font-weight: 400;
    margin: 0;
    padding: 0
}

p { font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif }
ul { list-style: none }

ul, ul li { margin: 0; padding: 0 }

a, img { outline: none }
a { text-decoration: none }

.ja { font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif }
.en { font-family: Quicksand, sans-serif }

h2.global {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 10px;
    letter-spacing: 0
}

span.title {
    font-size: 12px;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif
}

@media only screen and (max-width:736px) {
    body, html { font-size: 11px }
    .pc { display: none }
    h2.global {
        font-size: 26px
    }
    span.title {
        font-size: 10px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    h2.global {
        font-size: 30px
    }
    span.title {
        font-size: 10px
    }
}

.browser-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e32f71;
    z-index: 1000
}

.browser-alert div {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center
}

.browser-alert div a {
    text-decoration: none;
    color: #fff
}

a.btn-pink {
    position: relative;
    display: block;
    font-family: Quicksand, sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 20px 10px 10px;
    background-color: #f670a2;
    -webkit-transition: background-color .2s linear;
    transition: background-color .2s linear
}

a.btn-pink img {
    padding: 0 0 2px 7px;
    vertical-align: middle
}

a.btn-pink:hover {
    background-color: #e32f71
}

header {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1120px;
    height: 80px;
    margin-left: -560px;
    z-index: 20
}

header h1 {
    position: absolute;
    top: 20px;
    z-index: 1
}

header h1 a {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in
}

header h1 a:hover {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

header nav#nav-pc {
    position: absolute;
    left: 310px;
    top: 40px;
    width: 810px
}

@media only screen and (max-width:736px) {
    header {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto
    }
    header nav#nav-pc {
        display: none
    }
}

header nav#nav-pc ul li {
    display: inline-block;
    margin-right: 60px
}

header nav#nav-pc ul li:last-child {
    margin-right: 0
}

header nav#nav-pc ul li a {
    position: relative;
    font-family: Quicksand, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in
}

header nav#nav-pc ul li a.active,
header nav#nav-pc ul li a:hover {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

header nav#nav-pc ul li a.active {
    cursor: default
}

header nav#nav-pc a#recruit-pc {
    position: absolute;
    right: 0;
    top: -5px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    background-color: #666;
    color: #fff;
    font-family: Quicksand, sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in
}

header nav#nav-pc a#recruit-pc img {
    margin-left: 7px
}

header nav#nav-pc a#recruit-pc:hover {
    background-color: #000
}

header nav#nav-sp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 50
}

header nav#nav-sp img {
    position: absolute;
    top: 20px;
    left: 20px
}

header nav#nav-sp ul.footer-sp,
header nav#nav-sp ul.menu-sp {
    position: fixed
}

header nav#nav-sp ul.footer-sp li,
header nav#nav-sp ul.menu-sp li {
    font-family: Quicksand, sans-serif;
    font-weight: 700
}

header nav#nav-sp ul.footer-sp li a,
header nav#nav-sp ul.menu-sp li a {
    color: #e32f71;
    text-transform: uppercase
}

header nav#nav-sp ul.footer-sp li a.active,
header nav#nav-sp ul.menu-sp li a.active {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50);
    cursor: default
}

header nav#nav-sp ul.menu-sp {
    top: 100px;
    left: 20px
}

header nav#nav-sp ul.menu-sp li {
    font-size: 22px;
    line-height: 40px
}

@media only screen and (max-width:736px) and (orientation:landscape) {
    header nav#nav-sp ul.menu-sp {
        top: 75px
    }
    header nav#nav-sp ul.menu-sp li {
        font-size: 18px;
        line-height: 24px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    header nav#nav-pc {
        display: none
    }
    header {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto
    }
    header nav#nav-sp img {
        left: 40px
    }
    header nav#nav-sp ul.menu-sp {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%)
    }
    header nav#nav-sp ul.menu-sp li {
        font-size: 36px;
        line-height: 70px;
        text-align: center
    }
}

header nav#nav-sp ul.footer-sp {
    width: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px
}

header nav#nav-sp ul.footer-sp li {
    display: inline-block;
    font-size: 9px;
    margin-right: 15px
}

header nav#nav-sp ul.footer-sp li:last-child {
    margin-right: 0
}

header #header-menu-sp {
    display: none;
    position: fixed;
    top: 35px;
    width: 30px;
    height: 30px;
    z-index: 100;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@media only screen and (max-width:736px) {
    header #header-menu-sp {
        display: block;
        right: 20px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    header #header-menu-sp {
        display: block;
        right: 40px
    }
}

header #header-menu-sp span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e32f71;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header #header-menu-sp span:nth-child(1) {
    top: 0
}

header #header-menu-sp span:nth-child(2),
header #header-menu-sp span:nth-child(3) {
    top: 8px
}

header #header-menu-sp span:nth-child(4) {
    top: 16px
}

header #header-menu-sp.open span:nth-child(1) {
    top: 8px;
    width: 0;
    left: 50%
}

header #header-menu-sp.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

header #header-menu-sp.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header #header-menu-sp.open span:nth-child(4) {
    top: 8px;
    width: 0;
    left: 50%
}

footer {
    position: relative;
    width: 1120px;
    left: 50%;
    margin-top: 80px;
    margin-bottom: 40px;
    margin-left: -560px;
    letter-spacing: 0
}

footer .copy,
footer ul {
    font-family: Quicksand, sans-serif;
    font-size: 12px
}

footer ul {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700
}

footer ul li {
    display: inline-block;
    margin-right: 25px
}

footer ul li:last-child {
    margin-right: 0
}

footer ul li a {
    color: #666;
    text-transform: uppercase;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

footer ul li a:hover {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

@media only screen and (max-width:736px) {
    footer {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto;
        margin-top: 60px
    }
    footer,
    footer ul {
        text-align: center
    }
    footer ul {
        position: relative
    }
    footer ul li {
        font-size: 10px;
        margin-right: 10px;
        letter-spacing: 0
    }
    footer .copy {
        margin-top: 20px;
        font-size: 9px
    }
}

@media only screen and (max-width:736px) and (orientation:landscape) {
    footer {
        margin-top: 60px
    }
    footer,
    footer ul {
        text-align: center
    }
    footer ul {
        position: relative
    }
    footer ul li {
        font-size: 10px;
        margin-right: 25px;
        letter-spacing: 0
    }
    footer .copy {
        margin-top: 20px;
        font-size: 9px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    footer {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto;
        margin-top: 60px;
        height: 40px
    }
    footer ul li {
        margin-right: 10px
    }
    footer .copy,
    footer ul li {
        font-size: 10px
    }
}




section div.content {
    position: relative;
    width: 1120px;
    left: 50%;
    margin-top: 60px;
    margin-left: -560px
}

@media only screen and (max-width:736px) {
    section div.content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    section div.content {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto
    }
}
section#top div.content {
    margin-top: 130px
}

#index nav#nav-pc ul li a {
    color: #fff
}

#index section h2 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px
}

#index section .section-header {
    margin: 60px 0 30px;
    text-align: center
}

#index section .section-header span {
    display: block;
    font-size: 13px;
    margin-top: 10px
}

#index section#top div.content {
    position: absolute;
    width: 1120px;
    left: 50%;
    top: 125px;
    margin-left: -560px
}

#index section#top div.content h1 {
    display: block;
    font-size: 47px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: -1px;
    text-transform: none
}

#index section#top div.content span {
    display: block;
    font-size: 13px;
    color: #fff
}


@media only screen and (min-width:737px) and (max-width:1024px) {
    #index section#top div.content {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto
    }
    #index section#top div.content {
        top: 100px
    }
    #index section#top div.content h1 {
        font-size: 6vw;
        line-height: 7vw
    }
    #index section#top div.content span {
        font-size: 12px
    }
}

#index section#mission div.content {
    position: relative;
    left: 50%;
    width: 480px;
    margin: 70px 0 160px -240px
}

#index section#mission div.content .introduction {
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 40px
}

@media only screen and (max-width:736px) {
    #index section#mission div.content .introduction {
        font-size: 14px;
        line-height: 28px
    }
}

#index section#mission div.content #mission-deploy {
    font-size: 14px;
    line-height: 23px;
    text-align: justify;
    height: 0;
    overflow: hidden
}

#index section#mission div.content a#mission-more {
    display: block;
    color: #e32f71;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 10px;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

#index section#mission div.content a#mission-more img {
    padding: 0 0 3px 7px;
    vertical-align: middle
}

#index section#mission div.content a#mission-more:hover {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #index section#mission div.content a#mission-more:hover {
        opacity: 1;
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100)
    }
}

#index section#service #service-locari {
    background-color: #f8ede0
}

#index section#service #service-creon {
    background-color: #d6efe8
}

#index section#service #service-milcoco {
  background-color: rgba(232, 224, 207, 0.75);
}

#index section#service #service-milcoco,
#index section#service #service-creon,
#index section#service #service-locari {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0
}

#index section#service #service-milcoco .content,
#index section#service #service-creon .content,
#index section#service #service-locari .content {
    position: relative;
    width: 865px;
    left: 50%;
    margin-left: -432px
}

#index section#service #service-milcoco .content:after,
#index section#service #service-creon .content:after,
#index section#service #service-locari .content:after {
    content: "";
    clear: both;
    display: table
}

#index section#service #service-milcoco .content .content-left,
#index section#service #service-milcoco .content .content-right,
#index section#service #service-creon .content .content-left,
#index section#service #service-creon .content .content-right,
#index section#service #service-locari .content .content-left,
#index section#service #service-locari .content .content-right {
    float: left;
    width: 50%;
    text-align: center
}

#index section#service #service-milcoco .content .content-right,
#index section#service #service-creon .content .content-right,
#index section#service #service-locari .content .content-right {
    text-align: left
}

@media only screen and (max-width:736px) {
    #index section#service #service-milcoco .content .content-right,
    #index section#service #service-creon .content .content-right,
    #index section#service #service-locari .content .content-right {
        text-align: center
    }
}

#index section#service #service-milcoco .content .content-right img,
#index section#service #service-creon .content .content-right img,
#index section#service #service-locari .content .content-right img {
    padding: 0 60px
}

#index section#service #service-milcoco .content .content-right h3,
#index section#service #service-creon .content .content-right h3,
#index section#service #service-locari .content .content-right h3 {
    margin: 30px 0 20px;
    padding: 0 0 0 60px;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: justify
}

#index section#service #service-milcoco .content .content-right p,
#index section#service #service-creon .content .content-right p,
#index section#service #service-locari .content .content-right p {
    font-size: 13px;
    line-height: 21px;
    padding: 0 0 0 60px;
    text-align: justify
}

#index section#service #service-milcoco .content .content-right a.btn-pink,
#index section#service #service-creon .content .content-right a.btn-pink,
#index section#service #service-locari .content .content-right a.btn-pink {
    width: 100px;
    margin-left: 60px;
    margin-top: 40px
}

#index section#service #service-milcoco .content .content-right a.btn-pink img,
#index section#service #service-creon .content .content-right a.btn-pink img,
#index section#service #service-locari .content .content-right a.btn-pink img {
    position: absolute;
    top: 15px;
    left: 45px
}

@media only screen and (max-width:736px) {
    #index section h2 {
        font-size: 20px;
        line-height: 20px
    }
    #index section .section-header span {
        margin-top: 5px
    }
    #index section#top div.content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto;
        top: 90px
    }
    #index section#top div.content h1 {
        font-size: 6vw;
        line-height: 7vw
    }
    #index section#top div.content span {
        font-size: 10px
    }
    #index section#mission div.content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto
    }
    #index section#mission div.content #mission-deploy {
        font-size: 13px;
        line-height: 21px
    }

    #index section#service #service-milcoco .content,
    #index section#service #service-creon .content,
    #index section#service #service-locari .content {
        left: auto;
        margin: 0 20px;
        width: calc(100% - 40px)
    }
    #index section#service #service-milcoco .content .content-left,
    #index section#service #service-milcoco .content .content-right,
    #index section#service #service-creon .content .content-left,
    #index section#service #service-creon .content .content-right,
    #index section#service #service-locari .content .content-left,
    #index section#service #service-locari .content .content-right {
        float: none;
        width: 100%
    }
    #index section#service #service-milcoco .content .content-left img,
    #index section#service #service-creon .content .content-left img,
    #index section#service #service-locari .content .content-left img {
        width: 70%;
        height: auto
    }
    #index section#service #service-milcoco .content .content-right img,
    #index section#service #service-creon .content .content-right img,
    #index section#service #service-locari .content .content-right img {
        margin-top: 30px
    }
    #index section#service #service-milcoco .content .content-right h3,
    #index section#service #service-creon .content .content-right h3,
    #index section#service #service-locari .content .content-right h3 {
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }
    #index section#service #service-milcoco .content .content-right p,
    #index section#service #service-creon .content .content-right p,
    #index section#service #service-locari .content .content-right p {
        font-size: 13px;
        line-height: 22px;
        padding: 0
    }
    #index section#service #service-milcoco .content .content-right a.btn-pink,
    #index section#service #service-creon .content .content-right a.btn-pink,
    #index section#service #service-locari .content .content-right a.btn-pink {
        left: 50%;
        margin: 40px 0 40px -65px
    }
    #index section#service #service-milcoco .content .content-right a.btn-pink img,
    #index section#service #service-creon .content .content-right a.btn-pink img,
    #index section#service #service-locari .content .content-right a.btn-pink img {
        position: absolute;
        top: -15px;
        eft: 50px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #index section#service #service-milcoco .content .content-right a.btn-pink img,
    #index section#service #service-creon .content .content-right a.btn-pink img,
    #index section#service #service-locari .content .content-right a.btn-pink img {
        left: 75px
    }

    #index section#service #service-milcoco .content,
    #index section#service #service-creon .content,
    #index section#service #service-locari .content {
        left: auto;
        margin: 0 20px;
        width: calc(100% - 40px)
    }
    #index section#service #service-milcoco .content .content-left,
    #index section#service #service-creon .content .content-left,
    #index section#service #service-locari .content .content-left {
        margin-left: 0
    }
    #index section#service #service-milcoco .content .content-right h3,
    #index section#service #service-milcoco .content .content-right img,
    #index section#service #service-milcoco .content .content-right p,
    #index section#service #service-creon .content .content-right h3,
    #index section#service #service-creon .content .content-right img,
    #index section#service #service-creon .content .content-right p,
    #index section#service #service-locari .content .content-right h3,
    #index section#service #service-locari .content .content-right img,
    #index section#service #service-locari .content .content-right p {
        padding: 0 30px
    }
    #index section#service #service-milcoco .content .content-right p,
    #index section#service #service-creon .content .content-right p,
    #index section#service #service-locari .content .content-right p {
        font-size: 11px;
        line-height: 19px
    }
    #index section#service #service-milcoco .content .content-right a.btn-pink,
    #index section#service #service-creon .content .content-right a.btn-pink,
    #index section#service #service-locari .content .content-right a.btn-pink {
        margin-left: 30px
    }
}

#index section#office {
    text-align: center
}

#index section#office .office-banner {
    position: relative;
    left: 50%;
    width: 1120px;
    margin-left: -560px;
    margin-top: 30px
}

@media only screen and (max-width:736px) {
    #index section#office .office-banner {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto
    }
    #index section#office .office-banner img {
        width: 100%;
        height: auto
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #index section#office .office-banner {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto
    }
    #index section#office .office-banner img {
        width: 100%;
        height: auto
    }
}

#index section#office ul {
    position: relative;
    margin-top: 30px
}

#index section#office ul li {
    display: inline-block;
    width: 250px
}

#index section#office ul li h4 {
    font-size: 22px;
    text-transform: capitalize
}

#index section#office ul li p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px
}

#index section#office ul li p.ja {
    font-size: 13px
}

#index section#office ul li a {
    display: block;
    margin-top: 10px;
    color: #666;
    font-size: 12px;
    font-family: Quicksand, sans-serif;
    color: #000;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

#index section#office ul li a img {
    padding: 0 0 0 7px;
    vertical-align: middle
}

#index section#office ul li a:hover {
    opacity: .5;
    -moz-opacity: .5;
    -khtml-opacity: .5;
    filter: alpha(opacity=50)
}

@media only screen and (max-width:736px) {
    #index section#office ul li {
        width: 100%;
        margin-bottom: 0
    }
    #index section#office ul li h4 {
        font-size: 18px
    }
    #index section#office ul li p {
        font-size: 12px
    }
    #index section#office ul li a {
        font-size: 11px
    }
    #index section#office ul li a img {
        width: 3%;
        height: auto
    }
}

#index section#office a.btn-pink {
    width: 130px;
    left: 50%;
    margin: 60px 0 60px -80px
}

#index section#office a.btn-pink img {
    position: absolute;
    top: 15px
}


/*
about
*/

#executives section div.title img,
#message section div.title img,
#about section div.title img {
    position: absolute
}

#executives section div.title h3,
#executives section div.title span,
#about section div.title h3,
#about section div.title span,
#message section div.title h3,
#message section div.title span {
    margin-left: 45px
}

#executives section div.title h3,
#message section div.title h3,
#about section div.title h3,
#stock-information section div.title h3,
#ir-disclaimer section div.title h3 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 2px;
    letter-spacing: 0
}

#executives section div.title span,
#message section div.title span,
#about section div.title span,
#stock-information section div.title span,
#ir-disclaimer section div.title span  {
    display: block;
    font-size: 11px;
    padding-top: 5px
}

#executives section#top ul,
#message section#top ul,
#about section#top ul {
    position: absolute;
    left: 250px;
    top: 2px
}



#executives section#top ul li,
#message section#top ul li,
#about section#top ul li {
    display: inline-block;
    margin-right: 60px;
    font-size: 12px;
    font-weight: 700
}

@media only screen and (max-width:736px) {
    #executives section#top ul,
    #message section#top ul,
    #about section#top ul {
        left: 0;
        top: 70px
    }
    #executives section#top ul li,
    #message section#top ul li,
    #about section#top ul li {
        margin-right: 20px;
        font-size: 11px
    }
}

#executives section#top ul li a,
#message section#top ul li a,
#about section#top ul li a {
    color: #333
}

#executives section#top ul li a.active,
#message section#top ul li a.active,
#about section#top ul li a.active {
    border-bottom: 1px solid #e32f71;
    padding-bottom: 5px
}

#about section#company-information ul,
#stock-information section#stock-information ul {
    position: relative;
    width: 50%;
    margin-top: 40px;
    float: left;
    font-size: 13px
}

#about section#company-information ul li,
#stock-information section#stock-information ul li {
    vertical-align: top;
    margin-bottom: 20px;
    line-height: 20px
}

#about section#company-information ul li span,
#stock-information section#stock-information ul li span {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 150px);
    font-weight: 700
}

#about section#company-information ul li span:first-child,
#stock-information section#stock-information ul li span:first-child {
    width: 150px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

@media only screen and (max-width:736px) {
    #about section#company-information,
    #stock-information section#stock-information,
    #ir-disclaimer section#disclaimer {
        margin-top: 130px
    }
     #ir-calendar section#ir-calendar { margin-top: 80px; }
    #about section#company-information ul,
    #stock-information section#stock-information ul {
        float: none;
        width: 100%;
        font-size: 11px
    }
    #about section#company-information ul.r,
    #stock-information section#stock-information ul.r {
        margin-top: 0
    }
    #about section#company-information ul li span,
    #stock-information section#stock-information ul li span {
        width: calc(100% - 110px)
    }
    #about section#company-information ul li span:first-child,
    #stock-information section#stock-information ul li span:first-child {
        width: 110px
    }
}


@media only screen and (min-width:737px) and (max-width:1024px) {
    #about section#company-information ul li span:first-child,
    #stock-information section#stock-information ul li span:first-child {
        width: 120px
    }
}

#about section#company-information ul:after,
#stock-information section#stock-information ul:after {
    content: "";
    clear: both;
    display: table
}

#about section#company-information #map {
    width: 100%;
    height: 450px;
    margin-top: 200px
}

#about section#history {
    padding-bottom: 60px
}

#about section#history ul {
    position: absolute;
    top: 0;
    left: 170px;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px
}

@media only screen and (max-width:736px) {
     #about section#company-information #map {
        margin-top: 20px;
        height: 250px
    }
    #about section#history {
        padding-bottom: 20px
    }
    #about section#history ul {
        position: relative;
        left: auto;
        top: auto;
        margin-top: 40px;
        width: 100%;
        font-size: 11px;
        line-height: 30px
    }
}
@media only screen and (min-width:737px) and (max-width:1024px) {
    #about section#history {
        padding-bottom: 100px
    }
}

#about section#history ul li span {
    vertical-align: top;
    display: inline-block;
    width: calc(100% - 80px)
}

#about section#history ul li span:first-child {
    width: 80px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}


#message section#message .banner {
    margin: 30px 0
}

#message section#message .banner img {
    width: 100%;
    height: auto
}

#message section#message .description h3,
#message section#message .description p {
    position: relative;
    left: 50%;
    width: 60%;
    margin-left: -30%
}

#message section#message .description h3 {
    text-align: center;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 40px
}

@media only screen and (max-width:736px) {
    #message section#message {
        margin-top: 100px
    }
    #message section#message .description h3,
    #message section#message .description p {
        left: 0;
        margin-left: 0;
        width: 100%
    }
    #message section#message .description h3 {
        font-size: 14px;
        line-height: 22px
    }
    #message section#message .description h3 .pc {
        display: none
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #message section#message .description h3,
    #message section#message .description p {
        margin-left: 0;
        left: 20%
    }
    #message section#message .description h3  {
        font-size: 14px;
        margin: 20px 0
    }
}

#message section#message .description p {
    line-height: 23px
}


#executives section#executives .profile {
    margin: 40px 0
}

#executives section#executives .profile img {
    position: relative;
    width: 50%;
    height: auto;
    float: left
}

#executives section#executives .profile div {
    position: relative;
    width: 45%;
    float: left;
    margin-left: 5%
}

#executives section#executives .profile div h4 {
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px
}

@media only screen and (max-width:736px) {
    #executives section#executives {
        margin-top: 100px
    }
    #executives section#executives .profile img {
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 20px
    }
    #executives  section#executives .profile div {
        float: none;
        width: 100%;
        margin-left: 0
    }
    #executives section#executives .profile div h4 {
        font-size: 18px
    }
}

#executives section#executives .profile div span {
    font-size: 12px
}

#executives section#executives .profile div span.h4 {
    font-family: Quicksand, sans-serif;
    font-size: 11px;
    letter-spacing: 0
}

#executives section#executives .profile div p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 21px;
    text-align: justify
}

#executives section#executives .profile:after{
    content: "";
    clear: both;
    display: table
}






#service section h3 {
    font-size: 16px;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-weight: 700;
    line-height: 27px;
    text-align: justify
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #service section h3 {
        font-size: 14px
    }
}

#service section h4 {
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-weight: 700;
    font-size: 14px
}

#service section p {
    font-size: 14px;
    line-height: 23px
}


#service section#top div.content h3 {
    width: 600px;
    margin: 50px 0 80px
}

#service section#locari {
    background-color: #f8ede0
}

#service section#creon {
    background-color: #d6efe8
}

#service section#milcoco {
    background-color: rgba(232, 224, 207, 0.75);
}

#service section#milcoco div.content,
#service section#creon div.content,
#service section#locari div.content {
    margin-top: 0
}

#service section#milcoco div.content .logo-milcoco,
#service section#milcoco div.content .logo-creon,
#service section#milcoco div.content .logo-locari,
#service section#creon div.content .logo-milcoco,
#service section#creon div.content .logo-creon,
#service section#creon div.content .logo-locari,
#service section#locari div.content .logo-milcoco,
#service section#locari div.content .logo-creon,
#service section#locari div.content .logo-locari {
    margin-top: 60px
}

#service section#milcoco div.content h3,
#service section#creon div.content h3,
#service section#locari div.content h3 {
    margin: 55px 0;
    width: 100%
}

#service section#milcoco div.content:after,
#service section#creon div.content:after,
#service section#locari div.content:after {
    content: "";
    clear: both;
    display: table
}


#service section#milcoco div.content .content-left,
#service section#creon div.content .content-left,
#service section#locari div.content .content-left {
    width: 60%
}


#service section#milcoco div.content .content-left ul.description li,
#service section#creon div.content .content-left ul.description li,
#service section#locari div.content .content-left ul.description li {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    text-align: justify
}

#service section#milcoco div.content .content-left ul.description li.l,
#service section#creon div.content .content-left ul.description li.l,
#service section#locari div.content .content-left ul.description li.l {
    padding-right: 1%
}


#service section#milcoco div.content .content-left ul.description li.r,
#service section#creon div.content .content-left ul.description li.r,
#service section#locari div.content .content-left ul.description li.r {
    padding-left: 5%
}


#service section#milcoco div.content .content-left ul.description li h4,
#service section#creon div.content .content-left ul.description li h4,
#service section#locari div.content .content-left ul.description li h4 {
    margin-bottom: 10px
}

#service section#milcoco div.content .content-left .link-r,
#service section#creon div.content .content-left .link-r,
#service section#locari div.content .content-left .link-r {
    float: right;
    width: 47%;
    margin-top: 20px
}

#service section#milcoco div.content .content-left .link-r a.btn-pink,
#service section#creon div.content .content-left .link-r a.btn-pink,
#service section#locari div.content .content-left .link-r a.btn-pink {
    width: 150px
}

#service section#milcoco div.content .content-left .link-r a.btn-pink img,
#service section#creon div.content .content-left .link-r a.btn-pink img,
#service section#locari div.content .content-left .link-r a.btn-pink img {
    position: absolute;
    top: 15px
}

#service section#milcoco div.content .content-left .link-l,
#service section#creon div.content .content-left .link-l,
#service section#locari div.content .content-left .link-l {
    margin-top: 20px;
    margin-bottom: 40px
}


#service section#milcoco div.content .content-left .link-l ul li,
#service section#creon div.content .content-left .link-l ul li,
#service section#locari div.content .content-left .link-l ul li {
    display: inline-block;
    margin-right: 17px;
    margin-bottom: 20px
}


#service section#milcoco div.content .content-left .link-l ul.store li:nth-child(2),
#service section#creon div.content .content-left .link-l ul.store li:nth-child(2),
#service section#locari div.content .content-left .link-l ul.store li:nth-child(2) {
    margin-right: 0
}

#service section#milcoco div.content .content-left .link-l ul.sns li,
#service section#creon div.content .content-left .link-l ul.sns li,
#service section#locari div.content .content-left .link-l ul.sns li {
    margin-right: 16px
}

#service section#milcoco div.content .content-left .link-l ul.sns li:last-child,
#service section#creon div.content .content-left .link-l ul.sns li:last-child,
#service section#locari div.content .content-left .link-l ul.sns li:last-child {
    margin-right: 0
}

#service section#milcoco div.content .content-right,
#service section#creon div.content .content-right,
#service section#locari div.content .content-right {
    float: right;
    width: 40%;
    text-align: right;
    margin-top: -130px
}

#service section#contact {
    text-align: center
}

#service section#contact p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 30px
}

#service section#contact p.h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 40px
}

#service section#contact a.btn-pink {
    width: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 80px
}

#service section#contact a.btn-pink img {
    position: absolute;
    top: 15px
}

@media only screen and (max-width:736px) {
    #service section h3 {
        font-size: 13px;
        line-height: 21px
    }
    #service section h4 {
        font-size: 13px
    }
    #service section p {
        font-size: 12px;
        line-height: 21px
    }
    #service section#top div.content h3 {
        margin: 30px 0;
        width: 100%
    }
    #service section#milcoco div.content,
    #service section#creon div.content,
    #service section#locari div.content {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto
    }
    #service section#milcoco div.content .logo-locari,
    #service section#creon div.content .logo-locari,
    #service section#locari div.content .logo-locari {
        width: 150px;
        height: auto
    }
    #service section#milcoco div.content .logo-creon,
    #service section#creon div.content .logo-creon,
    #service section#locari div.content .logo-creon {
        width: 100px;
        height: auto
    }
    #service section#milcoco div.content h3,
    #service section#creon div.content h3,
    #service section#locari div.content h3 {
        margin: 30px 0
    }
    #service section#milcoco div.content .content-left,
    #service section#creon div.content .content-left,
    #service section#locari div.content .content-left {
        float: none;
        width: 100%;
        margin-top: 30px
    }
    #service section#milcoco div.content .content-left ul.description li.l,
    #service section#creon div.content .content-left ul.description li.l,
    #service section#locari div.content .content-left ul.description li.l {
        padding: 0
    }
    #service section#milcoco div.content .content-left ul.description li.r,
    #service section#creon div.content .content-left ul.description li.r,
    #service section#locari div.content .content-left ul.description li.r {
        padding: 0
    }
    #service section#milcoco div.content .content-left ul.description li,
    #service section#creon div.content .content-left ul.description li,
    #service section#locari div.content .content-left ul.description li {
        width: 100%
    }
    #service section#milcoco div.content .content-left .link-r,
    #service section#creon div.content .content-left .link-r,
    #service section#locari div.content .content-left .link-r {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    #service section#milcoco div.content .content-left .link-r a.btn-pink,
    #service section#creon div.content .content-left .link-r a.btn-pink,
    #service section#locari div.content .content-left .link-r a.btn-pink {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #service section#milcoco div.content .content-left .link-l,
    #service section#creon div.content .content-left .link-l,
    #service section#locari div.content .content-left .link-l {
        margin-top: 30px
    }
    #service section#milcoco div.content .content-left .link-l ul,
    #service section#creon div.content .content-left .link-l ul,
    #service section#locari div.content .content-left .link-l ul {
        width: 240px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    #service section#milcoco div.content .content-left .link-l ul li,
    #service section#creon div.content .content-left .link-l ul li,
    #service section#locari div.content .content-left .link-l ul li {
        margin-bottom: 30px
    }
    #service section#milcoco div.content .content-right,
    #service section#creon div.content .content-right,
    #service section#locari div.content .content-right {
        float: none;
        width: 100%;
        left: 0;
        margin-top: 10px;
        text-align: center
    }
    #service section#milcoco div.content .content-right img,
    #service section#creon div.content .content-right img,
    #service section#locari div.content .content-right img {
        width: 70%;
        height: auto
    }
    #service section#contact {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
        left: auto
    }
}
@media only screen and (min-width:737px) and (max-width:1024px) {
    #service section#milcoco div.content,
    #service section#creon div.content,
    #service section#locari div.content {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto
    }
    #service section#milcoco div.content .content-left,
    #service section#creon div.content .content-left,
    #service section#locari div.content .content-left {
        width: 100%
    }
    #service section#milcoco div.content .content-left ul.description li.l,
    #service section#creon div.content .content-left ul.description li.l,
    #service section#locari div.content .content-left ul.description li.l {
        padding-right: 3%
    }
    #service section#milcoco div.content .content-left ul.description li.r,
    #service section#creon div.content .content-left ul.description li.r,
    #service section#locari div.content .content-left ul.description li.r {
        padding-left: 3%
    }
    #service section#milcoco div.content .content-left ul.description li,
    #service section#creon div.content .content-left ul.description li,
    #service section#locari div.content .content-left ul.description li {
        width: 47%
    }
    #service section#milcoco div.content .content-right,
    #service section#creon div.content .content-right,
    #service section#locari div.content .content-right {
        width: 100%;
        margin-top: 0;
        margin-bottom: 40px;
        text-align: center
    }
    #service section#milcoco div.content .content-right img,
    #service section#creon div.content .content-right img,
    #service section#locari div.content .content-right img {
        width: 50%;
        height: auto
    }
    #service section#contact {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
        left: auto
    }
}

/* IR */
#ir a {
    color: #333
}

#ir section#top a.active {
    border-bottom: 1px solid #e32f71;
    padding-bottom: 5px
}

#ir section#top {
    position: relative
}

#ir section#top ul {
    position: absolute
}

#ir section#top ul#cat {
    left: 200px;
    top: 2px
}

#ir section#top ul#subcat {
    left: 200px;
    top: 90px
}

#ir section#top h3 {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 10px;
    letter-spacing: 0;
    font-weight: 700
}

#ir section#ir-list {
    position: relative
}

@media only screen and (max-width:736px) and (orientation:landscape) {
    #ir section#ir-list {
        margin-top: 80px
    }
}

#ir section#ir-list ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px;
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    color: #666
}

#ir section#ir-list .list {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px
}

#ir section#ir-list .list .date {
    float: left;
    width: 135px;
    color: #e32f71;
    font-family: Quicksand, sans-serif
}

#ir section#ir-list .list .link {
    float: left;
    color: #e32f71;
    font-family: Quicksand, sans-serif
}

#ir section#ir-list .list .link img {
    vertical-align: middle;
    margin-left: 5px
}

#ir section#ir-list .list:after {
    content: "";
    clear: both;
    display: table
}

@media only screen and (max-width:736px) {
    #ir section#top ul#cat {
        left: 0;
        top: 70px
    }
    #ir section#top ul#subcat {
        left: 0;
        top: 260px
    }
    #ir section#top ul li {
        font-size: 14px;
        line-height: 30px;
        margin-right: 20px
    }
    #ir section#top h3 {
        font-size: 18px;
        margin-top: 130px
    }
    #ir section#ir-list {
        margin-top: 120px
    }
    #ir section#ir-list ul li {
        font-size: 14px;
        line-height: 30px;
        margin-right: 20px
    }
    #ir section#ir-list .list .date {
        margin-bottom: 5px;
        width: auto
    }
    #ir section#ir-list .list .title {
        width: 100%
    }
    #ir section#ir-list .list .link {
        width: auto;
        margin-top: 5px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #ir section#top ul#subcat {
        left: 150px
    }
    #ir section#top ul#cat {
        left: 150px
    }
    #ir section#top ul li {
        margin-right: 30px
    }
    #ir section#top h3 {
        font-size: 22px
    }
    #ir section#ir-list ul li {
        margin-right: 30px
    }
    #ir section#ir-list .list .date {
        width: 15%
    }
    #ir section#ir-list .list .link {
        width: 25%
    }
}

/* contact */

#contact section {
    position: relative;
    width: 100%;
    z-index: 1
}

#contact section#top div.content ul {
    margin-top: 60px;
    width: 100%;
    letter-spacing: 0
}

#contact section#top div.content ul li {
    display: inline-block;
    vertical-align: top
}

#contact section#top div.content ul li:nth-child(1) {
    width: 30%;
    font-size: 13px;
    font-weight: 700;
    line-height: 21px
}

#contact section#top div.content ul li:nth-child(2) {
    width: 30%
}

#contact section#top div.content ul li img {
    position: absolute
}

#contact section#top div.content ul li div {
    margin-top: 5px;
    margin-left: 55px
}

#contact section#top div.content ul li div h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px
}

#contact section#top div.content ul li div span {
    display: block;
    font-size: 11px;
    margin-bottom: 20px;
    font-weight: 400
}

#contact section#top div.content ul li div h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: inherit
}

#contact section#top div.content ul li div h4 a {
    color: #333
}

@media only screen and (max-width:736px) {
    #contact section#top div.content ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 40px;
        font-size: 12px
    }
    #contact section#top div.content ul li:nth-child(2) {
        width: 100%;
        margin-bottom: 60px
    }
    #contact section#top div.content ul li:nth-child(3) {
        width: 100%;
        margin-bottom: 40px
    }
    #contact section#top div.content ul li img {
        width: 10%;
        height: auto
    }
    #contact section#top div.content ul li div {
        margin-left: 13%
    }
    #contact section#top div.content ul li div h3 {
        font-size: 18px
    }
    #contact section#top div.content ul li div h4 {
        font-size: 16px;
        margin-bottom: 30px
    }
}
@media only screen and (min-width:737px) and (max-width:1024px) {
    #contact section#top div.content ul li:nth-child(1) {
        width: 100%;
        margin-bottom: 40px
    }
    #contact section#top div.content ul li:nth-child(2) {
        width: 100%;
        margin-bottom: 60px
    }
}

#policy section h3 {
    font-size: 16px;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-weight: 700;
    line-height: 24px;
    text-align: justify
}

#policy section p {
    font-size: 13px;
    line-height: 21px;
    width: 800px;
    text-align: justify
}

#policy section#top div.content h3 {
    width: 600px;
    margin: 50px 0 10px
}

@media only screen and (max-width:736px) {
    #policy section#top div.content {
        margin-top: 130px
    }
    #policy section#top div.content p {
        width: 100%
    }
    #policy section#top div.content h3 {
        margin: 30px 0;
        width: 100%
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #policy section#top div.content {
        margin-top: 130px
    }
    #policy section#top div.content h3,
    #policy section#top div.content p {
        width: 80%
    }
}



#news section#top {
    position: relative
}

#news section#top ul {
    position: absolute;
    left: 250px;
    top: 2px
}

#news section#top ul li {
    display: inline-block;
    margin-right: 60px;
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #666;
    text-transform: capitalize
}

#news section#top ul li a {
    color: #333
}

#news section#top ul li a.active {
    border-bottom: 1px solid #e32f71;
    padding-bottom: 5px
}

#news section#news-description {
    position: relative
}



#news section#news-description .category {
    font-family: Quicksand, sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0
}

#news section#news-description .category img {
    position: absolute
}

#news section#news-description .category span {
    padding-left: 40px
}

#news section#news-description .date {
    font-family: Quicksand, sans-serif;
    font-size: 11px;
    margin-top: 5px
}

#news section#news-description .title {
    font-size: 21px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 15px
}

#news section#news-description .description {
    margin: 20px 0;
    font-size: 12px;
    line-height: 21px
}

#news section#news-description .description img {
    width: 100%;
    height: auto
}

#news section#news-description a.back {
    font-family: Quicksand, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    color: #e32f71
}

#news section#news-description a.back img {
    vertical-align: middle;
    padding: 0 7px 1px 0
}

#news section#news-list {
    position: relative
}

#news section#news-list .list {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px
}

#news section#news-list .list .date {
    float: left;
    width: 135px;
    color: #e32f71;
    font-family: Quicksand, sans-serif
}

#news section#news-list .list .title {
    float: left;
    width: 530px
}

#news section#news-list .list .title p {
    padding-right: 20px;
    color: #666
}

#news section#news-list .list .category {
    float: right;
    width: 385px;
    color: #e32f71;
    font-family: Quicksand, sans-serif
}

#news section#news-list .list .category img {
    position: absolute
}

#news section#news-list .list .category span {
    padding-left: 35px
}

#news section#news-list .list:after {
    content: "";
    clear: both;
    display: table
}

#news section#news-list .page-numbers {
    margin-top: 60px;
    font-size: 12px;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 0
}

#news section#news-list .current {
    color: #e32f71
}

@media only screen and (max-width:736px) {
    #news section#top ul {
        left: 0;
        top: 70px
    }
    #news section#top ul li {
        font-size: 14px;
        line-height: 30px;
        margin-right: 20px
    }
    #news section#news-description {
        margin-top: 120px
    }
    #news section#news-description .title {
        font-size: 16px;
        line-height: 24px
    }
    #news section#news-list {
        margin-top: 120px
    }
    #news section#news-list .list .date {
        margin-bottom: 5px;
        width: auto
    }
    #news section#news-list .list .title {
        width: 100%;
        margin-bottom: 20px
    }
    #news section#news-list .list .category {
        float: left;
        width: auto;
        margin-left: 25px;
        margin-bottom: 20px
    }
    #news section#news-list .list .category span {
        margin-left: 0
    }
}
@media only screen and (max-width:736px) and (orientation:landscape) {
    #news section#news-description {
        margin-top: 80px
    }
    #news section#news-list {
        margin-top: 80px
    }
}
@media only screen and (min-width:737px) and (max-width:1024px) {
    #news section#top ul {
        left: 150px
    }
    #news section#top ul li {
        margin-right: 30px
    }
    #news section#news-list .list .date {
        width: 15%
    }
    #news section#news-list .list .title {
        width: 60%
    }
    #news section#news-list .list .category {
        width: 25%
    }
}










#ir section#top,
#stock-information section#top,
#ir-calendar section#top,
#ir-disclaimer section#top {
    position: relative
}

#ir section#top ul,
#stock-information section#top ul,
#ir-calendar section#top ul,
#ir-disclaimer section#top ul {
    position: absolute;
    left: 200px;
    top: 2px
}

#ir section#top ul li,
#stock-information section#top ul li,
#ir-calendar section#top ul li,
#ir-disclaimer section#top ul li {
    display: inline-block;
    margin-right: 40px;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    color: #666;
    text-transform: capitalize
}

#ir section#top ul li a,
#stock-information section#top ul li a,
#ir-calendar section#top ul li a,
#ir-disclaimer section#top ul li a {
    color: #333
}

#ir section#top ul li a.active,
#stock-information section#top ul li a.active,
#ir-calendar section#top ul li a.active,
#ir-disclaimer section#top ul li a.active {
    border-bottom: 1px solid #e32f71;
    padding-bottom: 5px
}

#ir section#ir-list {
    position: relative
}

#ir section#ir-list .list {
    width: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 21px
}

#ir section#ir-list .list .date {
    float: left;
    width: 135px;
    color: #e32f71;
    font-family: Quicksand, sans-serif
}

#ir section#ir-list .list .title {
    float: left;
    width: 765px
}

#ir section#ir-list .list .title p {
    padding-right: 20px;
    color: #666
}

#ir section#ir-list .list .download {
    float: right;
    width: 220px;
    color: #e32f71;
    font-family: Quicksand, sans-serif
}

#ir section#ir-list .list .download img {
    position: absolute
}

#ir section#ir-list .list .download span {
    padding-left: 35px
}

#ir section#ir-list .list:after {
    content: "";
    clear: both;
    display: table
}

#ir section#ir-list .page-numbers {
    margin-top: 60px;
    font-size: 12px;
    font-family: Quicksand, sans-serif;
    font-weight: 700;
    color: #000;
    letter-spacing: 0
}

#ir section#ir-list .current {
    color: #e32f71
}



#ir-calendar section#ir-calendar ul { float: left; }
#ir-calendar section#ir-calendar ul li { display: inline-block; width: 80px; margin-right: 2px; margin-bottom: 10px; }
#ir-calendar section#ir-calendar ul li .letter { display: block; height: 55px; color: #e62a70; font-family: Quicksand, sans-serif; font-weight: 700; text-align: center; }
#ir-calendar section#ir-calendar ul li .month {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #e62a70;
    color: #fff;
    font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
}
#ir-calendar section#ir-calendar p#definition {
 clear: both;
 padding-top: 50px;
 font-family: YuGothic, Yu Gothic, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
 font-size: 16px;
 line-height: 22px;

}

#ir-calendar section#ir-calendar p#definition span { display: inline-block; font-family: Quicksand, sans-serif; font-weight: 700; width: 20px; color: #e62a70; }

#ir-disclaimer section#disclaimer p { margin-top: 20px; }

@media only screen and (max-width:736px) {

    #ir section#ir-list .list .download span {
        padding-left: 5px
    }

    #ir section#top ul,
    #stock-information section#top ul,
    #ir-calendar section#top ul,
    #ir-disclaimer section#top ul {
        width: 100%;
        left: 0;
        top: 70px
    }
    #ir section#top ul li,
    #stock-information section#top ul li,
    #ir-calendar section#top ul li,
    #ir-disclaimer section#top ul li {
        font-size: 14px;
        line-height: 30px;
        margin-right: 20px
    }
    #ir section#ir-list {
        margin-top: 120px
    }
    #ir section#ir-list .content {
        margin-top: 140px
    }
    #ir section#ir-list .list .date {
        margin-bottom: 5px;
        width: auto
    }
    #ir section#ir-list .list .title {
        width: 100%;
        margin-bottom: 20px
    }
    #ir section#ir-list .list .title p { padding-right: 0 }
    #ir section#ir-list .list .download {
        float: left;
        width: auto;
        margin-left: 25px;
        margin-bottom: 20px
    }
    #ir section#ir-list .list .download span {
        margin-left: 0
    }
    #ir-calendar section#ir-calendar ul { margin-top: 40px; width: 100% }
    #ir-calendar section#ir-calendar ul li { width: 24.3%; margin-right: 2px }
    #ir-calendar section#ir-calendar ul li:last-child { margin-right: 0 }

    #ir-calendar section#ir-calendar p#definition { width: 100%; text-align: justify; }

    #ir-disclaimer section#disclaimer p { font-size: 13px;
    line-height: 21px;
    text-align: justify; }
}

@media only screen and (max-width:736px) and (orientation:landscape) {
    #ir section#ir-list {
        margin-top: 80px
    }
}

@media only screen and (min-width:737px) and (max-width:1024px) {
    #ir section#top ul,
    #stock-information section#top ul,
    #ir-calendar section#top ul,
    #ir-disclaimer section#top ul {
        left: 150px
    }
    #ir section#top ul li,
    #stock-information section#top ul li,
    #ir-calendar section#top ul li,
    #ir-disclaimer section#top ul li {
        margin-right: 30px
    }
    #ir section#ir-list .list .date {
        width: 15%
    }
    #ir section#ir-list .list .title {
        width: 60%
    }
    #ir section#ir-list .list .download {
        width: 25%
    }
}
