@import url(//fonts.googleapis.com/earlyaccess/notosanssc.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

html {
    /*remで指定しない時は切ること*/
    font-size: 62.5%;
}
body {
    color: #282828;
    word-wrap: break-word;
    font-size: 1.5rem;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ',
        'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.8;
    width: 100%;

    padding-top: 65px;

    letter-spacing: 0.06em;

    /*safari等フォントレンダリング設定*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /*スマホの文字の大きさ一定*/
    -webkit-text-size-adjust: 100%;

    /*アンチエイリアス*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}
.mt00 {
    margin-top: 0px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb00 {
    margin-bottom: 0px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}

@media screen and (min-width: 768px) {
    body {
        padding-top: 78px;
    }
}
@media screen and (min-width: 992px) {
    body {
        padding-top: 94px;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?wn26ix');
    src: url('../fonts/icomoon.eot?wn26ix#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?wn26ix') format('truetype'),
        url('../fonts/icomoon.woff?wn26ix') format('woff'),
        url('../fonts/icomoon.svg?wn26ix#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon_zoom:before {
    content: '\e915';
}
.icon-icon_img:before {
    content: '\e914';
}
.icon-icon_rss:before {
    content: '\e913';
}
.icon-icon_business_kaiteki:before {
    content: '\e90d';
}
.icon-icon_company:before {
    content: '\e90e';
}
.icon-icon_history:before {
    content: '\e90f';
}
.icon-icon_philosophy:before {
    content: '\e910';
}
.icon-icon_policy:before {
    content: '\e911';
}
.icon-movie:before {
    content: '\e90b';
}
.icon-pdf:before {
    content: '\e90c';
}
.icon-btn_menu:before {
    content: '\e900';
}
.icon-icon_awards:before {
    content: '\e901';
}
.icon-icon_business:before {
    content: '\e902';
}
.icon-icon_contact:before {
    content: '\e903';
}
.icon-icon_csr:before {
    content: '\e904';
}
.icon-icon_external_link:before {
    content: '\e905';
}
.icon-icon_ir:before {
    content: '\e906';
}
.icon-icon_language:before {
    content: '\e907';
}
.icon-icon_message:before {
    content: '\e908';
}
.icon-icon_recruit:before {
    content: '\e909';
}
.icon-icon_story:before {
    content: '\e90a';
}
.icon-pinch:before {
    content: '\e912';
}
.icon-circle-right:before {
    content: '\ea42';
}

/* clearfix */
.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*breakpoint display*/
.sp {
    display: block;
}
.sp_w920 {
    display: none;
}
.sp_inline {
    display: inline-block;
}
.pc,
.pc_inline {
    display: none !important;
}
.tab,
.tab_inline {
    display: none !important;
}
.sp.tab {
    display: block !important;
}
.sp_inline.tab_inline {
    display: inline-block !important;
}
@media screen and (min-width: 768px) {
    .sp,
    .sp_inline {
        display: none !important;
    }
    .tab {
        display: block !important;
    }
    .tab_inline {
        display: inline !important;
    }
}
@media screen and (min-width: 920px) {
    .sp,
    .sp_inline {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
    .pc_inline {
        display: inline-block !important;
    }
    .tab {
        display: none !important;
    }
    .tab_inline {
        display: none !important;
    }
    .pc.tab {
        display: block !important;
    }
    .pc_inline.tab_inline {
        display: inline !important;
    }
    .sp.tab {
        display: none !important;
    }
    .sp_inline.tab_inline {
        display: none !important;
    }
}
@media screen and (max-width: 920px) {
    .sp_w920 {
        display: block;
    }
}

/*box-sizing default*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*input要素デフォルトcss削除用*/
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}
select::-ms-expand {
    display: none;
}
input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    outline: 0px none black;
}
input[type='text'],
textarea {
    font-size: 1.6rem;
    border: 1px solid #888;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
select:-ms-expand {
    display: none;
}
label {
    position: relative;
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    max-width: 100%;
}

/*スマホ時のfocusの青枠削除*/
a,
a:focus,
button,
button:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*a設定*/
a {
    color: #000000;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*a アニメーション*/
@media screen and (min-width: 1200px) {
    a {
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s;
    }
    a:hover {
        text-decoration: underline;
    }
}

.ta_c {
    text-align: center;
}
.position_static {
    position: static;
}

/*============================================================================

        共通パーツ

============================================================================*/

#wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}
#wrap.zh {
    font-family: 'Noto Sans SC', 'Microsoft YaHei', '微软雅黑', 'Simhei', sans-serif;
}
#wrap.tw {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU', sans-serif;
}

.font_marugo {
    font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro',
        'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO';
}

.page_list_base li {
    position: relative;
    padding-left: 20px;
    font-size: 1.4rem;
    margin-bottom: 5px;
}
.page_list_base li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 2px;
    width: 10px;
    height: 10px;
    border: 1px solid #333;
}
.page_list_base.list_type_dot li {
    padding-left: 15px;
}
.page_list_base.list_type_dot li:before {
    border: 0;
    background: #333;
    top: 8px;
    width: 3px;
    height: 3px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/*コンテンツ下部リンク*/
.page_content_foot_link {
    border-top: #dddddd 1px solid;
    margin-top: 20px;
    padding-top: 20px;
}
.page_content_foot_link a {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin: 5px 0;
    color: #3958a9;
}
.page_content_foot_link a:hover {
    text-decoration: underline;
}
.page_content_foot_link a:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #686868;
    border-right: 1px solid #686868;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page_content_foot_link a[target='_blank']:after {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e905';
    position: relative;
    color: #989898;
    line-height: 0.9;
    font-size: 1.1rem;
    font-weight: normal;
    right: 0;
    background: none;
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 0;
}
.page_content_foot_link .link_title {
    margin-bottom: 13px;
    font-size: 1.5rem;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    position: relative;
    margin-top: 25px;
}
@media (min-width: 768px) {
    .page_content_foot_link .link_title {
        margin-top: 28px;
    }
}
@media screen and (min-width: 992px) {
    .page_content_foot_link {
        margin-top: 40px;
        padding-top: 25px;
    }
}

/*============================================================================

        header

============================================================================*/
#animation_container {
    margin: auto;
    left: 0;
    right: 0;
}
#canvas {
    width: 100%;
}

.header {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 65px;
    top: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
}

.header img[src$='.svg'] {
    width: 100%;
}
.header img.sp_inline {
    width: 40px;
}
.header_logo {
    width: 40px;
    margin-top: 15px;
    margin-left: 11px;
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
    z-index: 1;
}
.header_bnr {
    position: absolute;
    top: 8px;
    left: 60px;
    z-index: 1;
}
.header_bnr img {
    width: 200px;
}
.header_head {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    background: #fff;
    text-align: right;
}
.header_tools_list {
    margin-top: 8px;
}
.header_tools_list li {
    display: inline-block;
    font-size: 1.3rem;
    margin-right: 20px;
    vertical-align: middle;
}
.header_tools_list li i {
    position: relative;
    top: -1px;
    margin-right: 8px;
    font-size: 1.8rem;
    vertical-align: middle;
}
.header_tools_list li a:hover {
    text-decoration: none;
}
.language_dropdown:hover {
    cursor: pointer;
}
.language_box {
    position: relative;
}
.language_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    margin-top: -8px;
    border-top: 2px solid #ea3c2b;
    border-right: 2px solid #ea3c2b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    pointer-events: none;
}
.language_box select {
    width: 100px;
}
.header_body {
    background: #fff;
    text-align: right;
    padding-right: 15px;
}
.header_gl_nav {
    display: none;
}
.header_gl_nav_list {
    display: inline-block;
}
.header_gl_nav_list li {
    float: left;
    font-size: 1.2rem;
}
.en.header_gl_nav_list li {
    font-size: 1.2rem;
}
.header_gl_nav_list li a {
    -webkit-transition: all 0.2s 0s ease;
    transition: all 0.2s 0s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 22px;
    text-align: center;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
    padding: 0 18px;
    position: relative;
}
.header_gl_nav_list li a:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #d6d6d6;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}
.header_menu_trigger {
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 10px;
}
.header_menu_trigger a {
    position: relative;
    color: #000;
    font-size: 4rem;
}
@media (min-width: 768px) {
    .header {
        background: #fff;
        width: 100%;
        height: 78px;
        padding-top: 40px;
    }
    .header.head_deformation {
        -webkit-transform: translateY(-36px);
        transform: translateY(-36px);
    }
    .header_logo {
        position: absolute;
        margin-top: 0;
        top: 15px;
        left: 15px;
        margin-left: 0;
        width: 80px;
        z-index: 1;
    }
    .head_deformation .header_logo {
        top: 42px;
        left: 18px;
        width: 50px;
    }
    .header_bnr {
        top: 15px;
        left: 120px;
        z-index: 1;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .head_deformation .header_bnr {
        top: 43px;
        left: 90px;
    }
    .header_bnr img {
        width: 210px;
    }
    .head_deformation .header_bnr img {
        width: 120px;
    }
    .header_menu_trigger {
        top: 19px;
        right: 15px;
    }
    .head_deformation .header_menu_trigger {
        top: 43px;
    }
    .head_deformation .header_menu_trigger a {
        font-size: 2.8rem;
    }
}
@media (min-width: 992px) {
    .header {
        height: 94px;
        padding-top: 44px;
    }
    .header_head {
        display: block;
    }
    .header_tools_list li {
        font-size: 1.3rem;
    }
    .header_logo {
        top: 18px;
        width: 240px;
    }
    .head_deformation .header_logo {
        top: 49px;
        left: 18px;
        width: 140px;
    }
    .header_bnr {
        top: 18px;
        left: 271px;
    }
    .header_bnr img {
        width: 240px;
    }
    .head_deformation .header_bnr {
        top: 49px;
        left: 170px;
    }
    .head_deformation .header_bnr img {
        width: 140px;
    }
    .header.jp .header_logo {
        position: absolute;
        top: 18px;
        left: 18px;
        width: 100px;
        z-index: 1;
    }
    .head_deformation.header.jp .header_logo {
        top: 49px;
        left: 18px;
        width: 60px;
    }
    .header.jp .header_bnr {
        top: 29px;
        left: 140px;
    }
    .header.jp .header_bnr img {
        width: 160px;
    }
    .head_deformation.header.jp .header_bnr {
        top: 49px;
        left: 100px;
    }
    .head_deformation.header.jp .header_bnr img {
        width: 140px;
    }
    .header_tools_list {
        margin-top: 12px;
    }
    .header_tools_list li {
        font-size: 1.3rem;
    }
    .header_gl_nav {
        display: block;
        margin-top: 0;
    }
    .header_gl_nav_list li {
        font-size: 1.2rem;
    }
    .en.header_gl_nav_list li {
        font-size: 1.2rem;
    }
    .header_gl_nav_list li a {
        padding: 0 17px;
        height: 42px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
    }
    .header_gl_nav_list li a:hover {
        color: #bc2730;
        text-decoration: none;
    }
    .header_gl_nav_list li a i {
        font-size: 1.1rem;
        color: #c9c9c9;
        margin-left: 8px;
    }
    .en.header_gl_nav_list li a {
        padding: 0 17px;
    }
    .header_menu_trigger {
        display: none;
    }
}
@media (min-width: 1170px) {
    .header_logo {
        top: 18px;
        width: 240px;
    }
    .head_deformation .header_logo {
        top: 49px;
        left: 18px;
        width: 140px;
    }
    .header_bnr {
        top: 18px;
        left: 271px;
    }
    .header_bnr img {
        width: 240px;
    }
    .head_deformation .header_bnr {
        top: 49px;
        left: 170px;
    }
    .head_deformation .header_bnr img {
        width: 140px;
    }

    .header.jp .header_logo {
        top: 18px;
        width: 104px;
    }
    .head_deformation.header.jp .header_logo {
        top: 45px;
        left: 18px;
        width: 65px;
    }
    .header.jp .header_bnr {
        top: 18px;
        left: 170px;
    }
    .header.jp .header_bnr img {
        width: 240px;
    }
    .head_deformation.header.jp .header_bnr {
        top: 49px;
        left: 110px;
    }
    .head_deformation.header.jp .header_bnr img {
        width: 140px;
    }
}

.header_language {
    display: block;
}
.header_language span {
    display: none;
}
@media (min-width: 992px) {
    .header_left .header_language {
        width: 120px;
    }
    .header_language span {
        display: inline;
        vertical-align: middle;
    }
    .header_language img {
        width: 20px;
        margin-right: 10px;
    }
}
@media (min-width: 1300px) {
    .header_left .header_language {
        width: 140px;
    }
}

.header_participants {
}
.header_participants span {
    display: none;
}
@media (min-width: 992px) {
    .header_right .header_participants {
        width: 160px;
    }
    .header_participants img {
        width: 20px;
        vertical-align: middle;
        margin-right: 10px;
    }
    .header_participants span {
        display: inline;
        vertical-align: middle;
    }
}
@media (min-width: 1300px) {
    .header_right .header_participants {
        width: 180px;
    }
}

.header_search {
}
@media (min-width: 992px) {
    .header_search img {
        width: 20px;
    }
}

.header_dropdown_item {
    display: none;
}

.gl_nav_wrap {
    display: none;
}
.gl_nav a {
    font-size: 1.6rem;
    color: #23459f;
    font-weight: bold;
}

@media (min-width: 992px) {
    .gl_nav_wrap {
        display: block;
    }
    .gl_nav li {
        float: left;
        height: 70px;
        width: 22%;
        text-align: center;
    }
    .gl_nav li:nth-of-type(2) {
        margin-right: 6%;
    }
    .gl_nav li:nth-of-type(3) {
        margin-left: 6%;
    }
    .gl_nav a {
        display: block;
        padding-top: 20px;
    }
}
@media (min-width: 1300px) {
    .gl_nav li {
        float: left;
        height: 70px;
        width: 190px;
        text-align: center;
    }
    .gl_nav li:nth-of-type(2) {
        margin-right: 60px;
    }
    .gl_nav li:nth-of-type(3) {
        margin-left: 60px;
    }
}

/*メガメニュー*/
.toggle_megamenu a {
    position: relative;
}
.toggle_megamenu a.active:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: calc(100% - 26px);
    height: 2px;
    background: #ea3c2b;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.header_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.megamenu_wrap {
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    z-index: 10;
}
.megamenu_item {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(0, 0, 0, 0.8);
}
.megamenu_item a {
    color: #fff;
}
.megamenu_item a img {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.megamenu_title {
    font-weight: normal;
    font-size: 2rem;
    margin-bottom: 20px;
}
.megamenu_title h2 {
    display: inline-block;
    color: #fff;
    font-weight: normal;
}
.megamenu_title a {
    position: relative;
    top: -2px;
    line-height: 1;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 4px 10px;
    color: #000;
    background: #c1c1c1;
    font-size: 1.2rem;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.megamenu_title a:hover {
    background-color: #fff;
}
.megamenu_list01 li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.megamenu_list01 li.wide {
    width: 100%;
    margin-right: 0;
}
.megamenu_list01 li:nth-child(4n) {
    margin-right: 0;
}
.megamenu_list01 li:nth-child(4n + 1) {
    clear: both;
}
.megamenu_list01 img {
    display: block;
}
.megamenu_list01 span {
    position: relative;
    padding: 0 0 0 20px;
    display: block;
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: initial;
}
#mega_ir .megamenu_list01 span:before {
    margin-top: 0;
    margin-bottom: 8px;
}
.megamenu_list01 span:before {
    content: '\ea42';
    position: absolute;
    display: block;
    width: 20px;
    top: 3px;
    left: 0;
    margin-right: 5px;
    color: #fff;

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.megamenu_list02 > li {
    margin-bottom: 4%;
    font-size: 1.4rem;
}
.megamenu_list02 span {
    display: block;
    font-size: 1.5rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.megamenu_list02 span:before {
    content: '\ea42';
    position: relative;
    top: 1px;
    margin-right: 8px;
    color: #fff;

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.megamenu_list02 span.no_icon_arrow {
    padding-left: 24px;
    padding-top: 20px;
}
.megamenu_list02 span.no_icon_arrow:before {
    content: none;
}

span.megamenu_mintitle {
    padding-top: 14px;
}

.megamenu_list02 .colm2 {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.megamenu_list02 .colm2.end {
    margin-right: 0%;
}
.megamenu_item .colm3-1 {
    width: 23.5%;
    margin-right: 4%;
    float: left;
}
.megamenu_item .colm3-2 {
    width: 72.5%;
    float: left;
}
@media screen and (min-width: 768px) {
    .megamenu_wrap {
        top: 76px;
    }
    .head_deformation + .megamenu_wrap {
        top: 42px;
    }
}
@media screen and (min-width: 992px) {
    .megamenu_wrap {
        top: 94px;
    }
    .head_deformation + .megamenu_wrap {
        top: 58px;
    }
    .megamenu_item a:hover {
        text-decoration: none;
    }
    .megamenu_item a:hover img {
        opacity: 0.8;
    }
    .megamenu_list_child a:hover {
        text-decoration: underline;
    }
}
html.option-hidden,
body.option-hidden {
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.pushy {
    width: calc(100% - 65px);
    background-color: #f2f2f2;
}
.pushy-right {
    transform: translate3d(100%, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.sp_nav {
    -webkit-overflow-scrolling: touch;
}
.sp_nav > li > a,
.sp_nav > li > span,
.sp_nav > li > button {
    display: block;
    position: relative;
    font-size: 1.4rem;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.sp_nav > li > a[target='_blank'] {
    position: relative;
    padding-right: 13px;
}
.sp_nav > li > a[target='_blank']:after {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e905';
    position: absolute;
    color: #989898;
    line-height: 0.9;
    font-size: 1.2rem;
    top: 50%;
    margin-top: -0.5rem;
    right: 12px;
}
.sp_nav .language_box i {
    position: relative;
    top: 2px;
}
.sp_nav .language_box select {
    width: calc(100% - 32px);
}
.pushy ul:first-child {
    margin-top: 0;
}
.pushy a,
.pushy a:hover,
.pushy-submenu button,
.pushy-submenu button:hover {
    color: #282828;
}
.pushy-submenu button {
    line-height: 1.8;
}
.pushy-submenu button:after,
.toggle_aco_btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 15px;
    margin-top: -8px;
    border-top: 2px solid #ea3c2b;
    border-right: 2px solid #ea3c2b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.pushy-submenu-open button::after,
.toggle_aco_btn.active:after {
    margin-top: -4px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
.drawer_close_btn {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 65px;
    height: 65px;
    background: #000;
    padding: 15px;
    text-align: center;
}
.drawer_close_btn img {
    width: 27px;
}
.pushy-submenu-open > ul {
    background-color: #fff;
}
.pushy-submenu > li a {
    padding: 10px 30px;
    display: block;
}
.pushy-submenu .dir_top a {
    padding: 10px 22px;
    display: block;
}
.pushy-submenu a {
    position: relative;
    display: block;
    padding: 5px 15px;
    padding-left: 30px;
    font-size: 1.3rem;
}
.pushy-submenu a:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    border-top: 1px solid #ea3c2b;
    border-right: 1px solid #ea3c2b;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pushy-submenu .dir_top a {
    font-weight: bold;
    padding-left: 15px;
}
.pushy-submenu .dir_top a:before {
    content: none;
}

.top_visual {
    position: relative;
    height: 220px;
    background: url(../img/top/top_visual_img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.philosophy.top_visual {
    height: 220px;
    margin-bottom: 30px;
}
.aboutus.top_visual {
    height: 220px;
}
.top_visual_copy_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
    .top_visual {
        height: 350px;
    }
    .philosophy.top_visual {
        height: 350px;
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .top_visual {
        height: 700px;
    }
    .philosophy.top_visual {
        height: 550px;
        margin-bottom: 50px;
    }
    .aboutus.top_visual {
        height: 550px;
    }
}

.top_visual_copy_wrap {
    opacity: 0;
    -webkit-animation: fadeIn 3s ease 0.5s 1 forwards;
    animation: fadeIn 3s ease 0.5s 1 forwards;
}
.copy_title {
    width: 80vw;
    max-width: 100%;
    margin: 0 auto;
}
.en .copy_title {
    width: 70vw;
}
.copy_sub_title {
    width: 50vw;
    max-width: 100%;
    margin: 15px auto 0;
}
.copy_title_svg,
.copy_sub_title_svg {
    fill: #fff;
    stroke: #fff;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    stroke-width: 0.5;
}
@media (min-width: 768px) {
    .copy_title {
        width: 440px;
    }
    .copy_sub_title {
        width: 220px;
        margin: 30px auto 0;
    }
}
@media (min-width: 992px) {
    .copy_title {
        width: 530px;
    }
    .en .copy_title {
        width: 530px;
    }
    .zh .copy_title {
        width: 855px;
    }
    .copy_sub_title {
        width: 380px;
        margin: 60px auto 0;
    }
}

.parts_index_links a {
    position: relative;
    display: block;
    height: auto;
    border-top: 2px solid #fff;
    overflow: hidden;
}
.parts_index_links a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #bc2730;
    z-index: 10;
}
.parts_index_links_img {
    height: 147px;
    background-position: center;
    background-size: cover;
}
.parts_index_links_text {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px;
    background: #fff;
}
.parts_index_links_text_inner {
    position: relative;
}
.parts_index_links_text_inner .title {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 2.3rem;
    color: #bc2730;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.parts_index_links_text_inner .title2 {
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 2.3rem;
    color: #bc2730;
    line-height: 1.5;
    letter-spacing: 0.08em;
}
.parts_index_links_text_inner .title:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    content: '\e902';

    position: absolute;
    top: -35px;
    left: 50%;
    color: #bc2730;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.parts_index_links_text_inner .title:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #bc2730;
}
.parts_index_links_text_inner .title2:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #bc2730;
}
.parts_index_links_text_inner .text {
    font-size: 1.4rem;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    margin: 0 0 20px;
}
.parts_index_links_text_inner .more {
    position: relative;
    height: 60px;
    width: 100%;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.2em;
    background-color: #ececec;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.parts_index_links_text_inner .btn-arrow span:before {
    right: 50%;
    bottom: 50%;
    width: 44px;
    margin-bottom: -4px;
    margin-right: -47px;
}
.parts_index_links_text_inner .btn-arrow span:after {
    bottom: 50%;
    right: 50%;
    margin-right: -49px;
    margin-bottom: -4px;
}
@media (min-width: 768px) {
    .parts_index_links a {
        display: block;
        height: 260px;
        border-top: 2px solid #fff;
        overflow: hidden;
    }
    .parts_index_links a.height_large {
        display: block;
        height: 300px;
        border-top: 2px solid #fff;
        overflow: hidden;
    }
    .parts_index_links a:after {
        content: none;
    }
    .parts_index_links_img {
        -webkit-transition: all 0.6s 0s ease;
        transition: all 0.6s 0s ease;
        width: 60%;
        float: left;
        height: 100%;
    }
    .parts_index_links a:hover .parts_index_links_img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
    .parts_index_links_text_inner .title {
        font-size: 3rem;
    }
    .parts_index_links_text_inner .title2 {
        font-size: 3rem;
    }
    .parts_index_links_text {
        float: right;
        width: 40%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .parts_index_links_text_inner {
        position: relative;
        height: 100%;
        padding-bottom: 40px;
        border: 1px solid #bc2730;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .parts_index_links_text_inner .title {
        margin-top: 36px;
        margin-bottom: 25px;
        font-size: 2.7vw;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }
    .parts_index_links_text_inner .title2 {
        margin-top: 10px;
        margin-bottom: 25px;
        font-size: 2.7vw;
        line-height: 1.5;
        letter-spacing: 0.08em;
    }
    .parts_index_links_text_inner .title:after {
        top: -35px;
        font-size: 3vw;
    }
    .parts_index_links_text_inner .title:before {
        bottom: -12px;
    }
    .parts_index_links_text_inner .title2:before {
        bottom: -12px;
    }
    .parts_index_links_text_inner .text {
        font-size: 1.4vw;
        margin-bottom: 0;
    }
    .parts_index_links_text_inner .more {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
}
@media (min-width: 992px) {
    .parts_index_links a {
        height: 430px;
    }
    .parts_index_links a.height_large {
        height: 430px;
    }
    .top_wide a {
        height: 500px;
    }
    .parts_index_links_img {
        width: 66.6%;
    }
    .parts_index_links_text {
        width: 33.4%;
    }
    .parts_index_links_text_inner {
        padding-bottom: 80px;
    }
    .parts_index_links_text_inner .title:after {
        top: -50px;
        font-size: 3.3rem;
    }
    .parts_index_links_text_inner .title:before {
        bottom: -18px;
    }
    .parts_index_links_text_inner .title2:before {
        bottom: -18px;
    }
    .parts_index_links_text_inner .title {
        margin-top: 60px;
        margin-bottom: 40px;
        font-size: 2.8rem;
    }
    .parts_index_links_text_inner .title2 {
        margin-top: 10px;
        margin-bottom: 40px;
        font-size: 2.8rem;
    }
    .parts_index_links_text_inner .text {
        font-size: 1.4rem;
    }
    .parts_index_links_text_inner .more {
        height: 80px;
    }
}

.btn_base {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background-color: #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.3rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_base:hover {
    background-color: #bc2730;
    color: #fff;
}
.btn-arrow span {
    position: relative;
    display: inline-block;
    padding-right: 60px;
}
.btn-arrow span:before {
    content: '';
    position: absolute;
    right: 2px;
    bottom: 50%;
    width: 44px;
    margin-bottom: -4px;
    margin-right: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-arrow:hover span:before {
    background-color: #fff;
}
.btn-arrow span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 50%;
    right: 0;
    margin-right: 0;
    margin-bottom: -4px;
    border-top: 6px solid transparent;
    border-right: 0px solid transparent;
    border-left: #000 12px solid;
    border-bottom: 0px solid transparent;
    /*-webkit-transform: rotate(45deg);
    transform: rotate(45deg);*/
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.btn-arrow:hover span:after {
    border-left: #fff 12px solid;
}

.parts_index_links a:hover .parts_index_links_text_inner .more {
    background-color: #bc2730;
    color: #fff;
}
.parts_index_links a:hover .parts_index_links_text_inner .btn-arrow span:before {
    background-color: #fff;
}
.parts_index_links a:hover .parts_index_links_text_inner .btn-arrow span:after {
    border-left: #fff 12px solid;
}

.btn_stock .btn_base {
    position: relative;
    padding: 20px 40px;
    font-size: 1.4rem;
    background: #d2d0d0;
}
.btn_stock .btn_base:hover {
    text-decoration: none;
    background: #c92333;
    color: #fff;
}
.btn_stock .btn_base[target='_blank']:after {
    position: absolute;
    content: '\e905';
    font-size: 1.3rem;
    width: auto;
    height: auto;
    top: 50%;
    right: 20px;
    margin-top: -0.65rem;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}
.btn_stock .btn_base[target='_blank']:hover:after {
    color: #fff;
}
@media (min-width: 992px) {
    .btn_stock .btn_base {
        position: relative;
        padding: 30px 80px;
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .l_reverse .parts_index_links_img,
    .l_reverse .parts_index_links_text {
        float: right;
    }
}
@media (min-width: 992px) {
}

.business_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img01.jpg);
}
.business_block .parts_index_links_text_inner .title:after {
    content: '\e902';
}
.message_block .parts_index_links_img {
    /*background-image: url(../img/common/parts_index_links_img02.jpg);*/
    background-image: url(../img/common/parts_index_links_img14.jpg);
}
.message_block .parts_index_links_text_inner .title:after {
    content: '\e908';
}
.recruit_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img03.jpg);
}
.recruit_block .parts_index_links_text_inner .title:after {
    content: '\e909';
}
.recruit_block01 .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img13.jpg);
}
.recruit_block01 .parts_index_links_text_inner .title:after {
    content: '\e909';
}
.ir_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img04.jpg);
}
.ir_block .parts_index_links_text_inner .title:after {
    content: '\e906';
}
.csr_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img05.jpg);
}
.csr_block .parts_index_links_text_inner .title:after {
    content: '\e904';
}
.story_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img06.jpg);
}
.story_block .parts_index_links_text_inner .title:after {
    content: '\e90a';
}
.awards_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img07.jpg);
}
.awards_block .parts_index_links_text_inner .title:after {
    content: '\e901';
}
.policy_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img08.jpg);
}
.policy_block .parts_index_links_text_inner .title:after {
    content: '\e911';
}
.business_kaiteki_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img09.jpg);
}
.business_kaiteki_block .parts_index_links_text_inner .title:after {
    content: '\e90d';
}
.philosophy_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img20.jpg);
}
.philosophy_block .parts_index_links_text_inner .title:after {
    content: '\e910';
}
.company_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img11.jpg);
}
.company_block .parts_index_links_text_inner .title:after {
    content: '\e90e';
}
.history_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img12.jpg);
}
.history_block .parts_index_links_text_inner .title:after {
    content: '\e90f';
}
.profile_block .parts_index_links_img {
    background-image: url(../img/common/parts_index_links_img20.jpg);
}
.profile_block .parts_index_links_text_inner .title:after {
    content: '\e90e';
}

.news_comments {
    display: block;
    font-size: 1.1rem;
}
.news_list_contents {
    padding: 20px 20px 40px;
}
/* .news_list_contents:last-of-type{
    background-color: #f6f6f6;
} */
.news_list-scrollBox {
    overflow: auto;
    height: 485px;
}
.news_list li {
    padding: 15px 0;
    line-height: 1.6;
    border-bottom: 1px solid #ececec;
}
.news_list li:first-child {
    border-top: 1px solid #ececec;
}
.news_list time {
    font-size: 1.3rem;
    line-height: 1.4em;
    color: #5a5a5a;
}
.news_list .icon_new {
    display: inline-block;
    line-height: 1;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 3px 7px;
    background: #bc2730;
    color: #fff;
    font-style: normal;
}
.icon_pdf {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-style: normal;
    color: #282828;
}
.icon_pdf:before {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e90c';
    color: #bc2730;
    line-height: 0.9;
    font-size: 20px;
    font-style: normal;
    position: relative;
    top: 3px;
    margin-left: 4px;
    margin-right: 8px;
}
.icon_blank {
    display: inline-block;
    position: relative;
    color: #282828;
}
.icon_blank:after {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e905';
    position: relative;
    color: #989898;
    line-height: 0.9;
    font-size: 1.1rem;
    font-weight: normal;
    top: 0;
    right: 0;
    background: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 0;
    font-style: normal;
}
.pdf_data_size {
    font-size: 1.2rem;
    position: relative;
    right: 6px;
}
.news_list li p a {
    color: #3958a9;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 3px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #bc2730;
    width: 12px;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #bc2730;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #bc2730;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #cecece;
    width: 8px;
}
.news_list_btn_area {
    text-align: center;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .android_bar {
        overflow-y: auto;
        padding-right: 10px;
        /*-webkit-overflow-scrolling : touch;*/
    }
    .android_bar::-webkit-scrollbar {
        width: 12px;
    }
    .android_bar::-webkit-scrollbar-track {
        background: #cecece;
        border-radius: 10px;
    }
    .android_bar::-webkit-scrollbar-thumb {
        background: #bc2730;
        border-radius: 10px;
    }
}

@media (min-width: 768px) {
    .news_list time {
        font-size: 1.2rem;
    }
    .news_list li p {
        font-size: 1.4rem;
    }
}
@media (min-width: 992px) {
    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 4px;
    }
    .mCSB_scrollTools .mCSB_draggerRail {
        width: 4px;
    }
    .news_list time {
        font-size: 1.3rem;
    }
    .news_list li p {
        font-size: 1.4rem;
    }
    .news_list li p a:hover {
        text-decoration: underline;
    }
    .news_list_contents {
        max-width: 970px;
        margin: 0 auto;
        padding: 80px 20px;
    }
    .news_list_btn_area {
        margin-top: 20px;
    }
}
@media (min-width: 1200px) {
    .news_list_contents {
        width: 1040px;
    }
}

.top_head_title_m {
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 20px;
}
.news_list_contents .top_head_title_m {
    text-align: center;
}
@media (min-width: 768px) {
    .top_head_title_m {
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .top_head_title_m {
        margin-bottom: 35px;
    }
}

.top_bnr_list .top_bnr_list_item {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
}
@media (min-width: 768px) {
    .top_bnr_list .top_bnr_list_item {
        width: 20%;
    }
    .top_bnr_list.banner6 .top_bnr_list_item {
        width: 16.66%; /*バナー6個並べる用*/
    }
    .top_bnr_list .top_bnr_list_item2 {
        width: 20%;
    }
}
.top_bnr_list .top_bnr_list_item img {
    width: 100%;
}
.top_bnr_list .top_bnr_list_item2 img.top_bnr_harf {
    width: 50%;
    float: left;
    margin: 0 0 0 -1px;
}
.top_bnr_list_item a[target='_blank']:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: '\e905';
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 1.2rem;
}
.top_bnr_list_item.inversion a[target='_blank']:before {
    color: #333;
}
@media (min-width: 768px) {
    .top_bnr_list {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .top_bnr_list .top_bnr_list_item {
        position: relative;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        overflow: hidden;
    }
}
@media (min-width: 992px) {
}

/*下層ページ用*/
.main_head_area {
    padding: 18px 20px 17px 20px;
    background: #ececec;
    font-size: 2.8rem;
}
.main_head_area h2 {
    position: relative;
    font-weight: normal;
    padding-left: 40px;
}
.main_head_area h2:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    content: '\e908';
    font-size: 2.7rem;
    color: #bc2730;
    position: absolute;
    top: 5px;
    left: 0;
}
.main_head_area.main_head_birth h2 {
    padding-left: 45px;
}
.main_head_area.main_head_birth h2:after {
    content: '\e90a';
    font-size: 2.5rem;
    top: 6px;
}
.main_head_area.main_head_csr h2:after {
    content: '\e904';
}
.main_head_area.main_head_business h2:after {
    content: '\e902';
}
.main_head_area.main_head_aboutus h2:after {
    content: '\e908';
}
.main_head_area.main_head_ir h2:after {
    content: '\e906';
}
.main_head_area.main_head_none h2 {
    padding-left: 0px;
}
.main_head_area.main_head_none h2:after {
    content: '';
}
.pan {
    padding: 14px 20px;
    border-bottom: 1px solid #eeeeee;
}
.pan_list li {
    position: relative;
    display: inline-block;
    font-size: 1.3rem;
    color: #5a5a5a;
    padding-right: 25px;
}
.pan_list li:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    border-top: 1px solid #bc2730;
    border-right: 1px solid #bc2730;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pan_list li:last-child:after {
    content: none;
}
.pan_list a {
    color: #5a5a5a;
}
.pan_list a:hover {
    text-decoration: underline;
}

.main_contents {
    padding: 40px 0 80px;
    font-size: 1.4rem;
}
.disclaimer .main_contents {
    padding-bottom: 0;
}
.main_contents p {
    line-height: 2.2;
}

.page_head_title_m {
    position: relative;
    text-align: center;
    color: #bc2730;
    font-size: 3.1rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    margin-left: 0.15rem;
    margin-bottom: 40px;
}
.page_head_title_m:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 1px;
    background-color: #bc2730;
}
@media (min-width: 768px) {
    .page_head_title_m {
        margin-bottom: 50px;
    }
}
@media (min-width: 992px) {
    .main_head_area {
        padding: 23px 20px 22px 20px;
        font-size: 3rem;
    }
    .page_head_title_m {
        margin-bottom: 60px;
    }
}
.page_head_mgt_l {
    margin-top: 40px;
}

.border_top_block {
}
.border_top_item {
    border-top: dotted 1px #939393;
}
.border_top_item_child {
    border-bottom: dotted 1px #939393;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.border_top_item_child:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}
.border_top_item_child p span {
    font-size: 90%;
}
.border_top_item dt {
    padding: 15px;
    background-color: #f8f8f8;
}
.border_top_item dd {
    padding: 15px;
}
.classification_dl:after {
    display: block;
    content: '';
    clear: both;
}
.border_top_item .classification_dl dt {
    padding: 0;
    clear: both;
    float: left;
    min-width: 130px;
    background: none;
}
.border_top_item .classification_dl dd {
    padding: 0;
    float: left;
    text-align: right;
    width: auto;
    min-width: 100px;
}
.google_map {
    margin: 30px 0;
}
#map {
    height: 320px;
    margin: 0;
}

@media (min-width: 768px) {
    .border_top_item {
        display: table;
        width: 100%;
    }
    .border_top_item dt,
    .border_top_item dd {
        display: table-cell;
    }
    .border_top_item dd {
        padding: 0;
        width: 70%;
    }
    .border_top_item dt {
        padding: 20px;
        background: none;
        width: 30%;
    }
    .classification_dl {
    }
    .border_top_item .classification_dl dt {
        width: auto;
        min-width: 150px;
    }
    .border_top_item .classification_dl dd {
        width: auto;
        min-width: 110px;
    }
    .border_top_item_child {
        padding-right: 20px;
    }
    .border_block_company dt {
        width: 260px;
    }
    .page_head_mgt_l {
        margin-top: 80px;
    }
}

.footer_foot_nav {
    background-color: #f7f7f7;
}
.footer_foot_nav_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 25px 0;
}
.foot_nav_item {
    padding: 0 20px;
}
.foot_nav_head {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 1.5rem;
    border-bottom: 1px solid #c9c9c9;
}
.foot_nav_list {
    display: none;
    margin-bottom: 20px;
}
.foot_nav_list li {
    padding: 4px 0;
}
.foot_nav_list li a {
    position: relative;
    display: block;
    font-size: 1.3rem;
    padding: 3px 0 10px;
    border-bottom: 1px dotted #c9c9c9;
}
.foot_nav_list li a:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 17px;
    margin-top: -8px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sp_toggle {
    position: relative;
}
.sp_toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -14px;
    width: 18px;
    height: 18px;
    background: #fff;
}
.sp_toggle:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 13px;
    margin-top: -11px;
    background: url(../img/common/icon_plus.png) no-repeat 0 0;
    -webkit-background-size: 12px;
    background-size: 12px;
    z-index: 2;
}
.sp_toggle.active:before {
    background-image: url(../img/common/icon_minus.png);
}

.foot_nav_list a[target='_blank'] {
    position: relative;
    padding-right: 13px;
}
.foot_nav_list a[target='_blank']:after {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e905';
    position: relative;
    color: #989898;
    line-height: 0.9;
    font-size: 1.1rem;
    font-weight: normal;
    top: 1px;
    right: 0;
    background: none;
    margin-left: 12px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 0;
}
@media (min-width: 768px) {
    .footer_foot_nav_wrap {
        width: 1280px;
        max-width: 100%;
        margin: 0 auto;
        padding: 50px 0 25px 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .footer_foot_nav_box {
        -webkit-box-flex: 0 0 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        padding: 0 0;
    }
    .footer_foot_nav_box.colm2 {
        -webkit-box-flex: 0 0 40%;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
    .foot_nav_item {
        margin-bottom: 30px;
    }
    .foot_nav_head {
        font-size: 1.4rem;
    }
    .foot_nav_list {
        display: block;
    }
    .foot_nav_list li a {
        display: inline;
        padding: 0;
        border-bottom: 0;
        font-size: 1.3rem;
    }
    .foot_nav_list li a:after {
        content: none;
    }
    .footer_foot_nav_box.colm2 .foot_nav_list {
        width: 50%;
        float: left;
    }
    .footer_foot_nav_box.colm2 .foot_nav_list:first-child {
        padding-right: 10px;
    }
    .footer_foot_nav_box.colm2 .foot_nav_list:last-child {
        padding-left: 10px;
    }
    .sp_toggle:after {
        content: none;
    }
    .sp_toggle:before {
        content: none;
    }
    .foot_nav_head[target='_blank'],
    .foot_nav_list a[target='_blank'] {
        position: relative;
        padding-right: 13px;
    }
    .foot_nav_head[target='_blank']:after,
    .foot_nav_list a[target='_blank']:after {
        display: inline-block;
        font-family: 'icomoon';
        content: '\e905';
        position: relative;
        color: #989898;
        line-height: 0.9;
        font-size: 1.1rem;
        font-weight: normal;
        top: 1px;
        right: 0;
        background: none;
        margin-left: 12px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 0;
    }
}
@media (min-width: 992px) {
    .foot_nav_head {
        font-size: 1.4rem;
    }
    .foot_nav_list li a {
        font-size: 1.3rem;
    }
}

/*============================================================================

        footer

============================================================================*/
.footer_inner {
    width: 1280px;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.footer_box {
    height: 100%;
    padding: 0 20px;
}
.footer_box.footer_left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.footer_box.footer_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.footer_nav {
    margin-top: 30px;
    margin-left: 0;
    display: inline-block;
    font-size: 0;
}
.footer_nav li {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
}
.footer_nav li a {
    display: block;
    position: relative;
    padding: 0 6px;
}
.footer_nav li a:after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background: #d6d6d6;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
}
.footer_nav li:last-child a:after {
    content: none;
}
.copy {
    display: block;
    text-align: center;
    font-size: 1rem;
    line-height: 1.6;
    margin-top: 10px;
}

.footer_bnr_list {
    display: inline-block;
    text-align: center;
}
.footer_bnr_list span,
.footer_bnr_list a {
    display: inline-block;
}
.footer_inner {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.footer_left {
    -ms-order: 1;
    -webkit-order: 1;
    order: 1;
}
.footer_right {
    -ms-order: 0;
    -webkit-order: 0;
    order: 0;
}
@media screen and (max-width: 767px) {
    .footer_bnr_list .bnr01,
    .footer_bnr_list .bnr02 {
        margin-bottom: 5px;
    }
    .footer_bnr_list .bnr01 img {
        height: 60px;
    }
    .footer_bnr_list .bnr02 img {
        height: 60px;
    }
    .footer_bnr_list .bnr03 {
        height: 60px;
    }
}
@media (min-width: 768px) {
    .footer_nav {
        margin-top: 0;
        margin-left: -15px;
    }
    .footer_nav li {
        font-size: 1.2rem;
    }
    .footer_nav li a {
        padding: 0 15px;
    }
    .footer_inner {
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
    .footer_box.footer_left {
        -webkit-box-flex: 0 0 51%;
        -webkit-flex: 0 0 51%;
        -ms-flex: 0 0 51%;
        flex: 0 0 51%;
        -ms-order: 0;
        -webkit-order: 0;
        order: 0;
    }
    .footer_box.footer_right {
        -webkit-box-flex: 0 0 49%;
        -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        text-align: right;
        -ms-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .footer_bnr_list {
        text-align: left;
    }
    .footer_bnr_list img {
        height: 32px;
    }
    .copy {
        text-align: left;
        font-size: 1rem;
        margin-top: 5px;
    }
}
@media (min-width: 890px) {
    .footer_bnr_list img {
        height: 46px;
    }
}
@media (min-width: 992px) {
    .footer_nav li {
        font-size: 1.4rem;
    }
    .footer_box.footer_left {
        -webkit-box-flex: 0 0 42%;
        -webkit-flex: 0 0 42%;
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
    }
    .footer_box.footer_right {
        -webkit-box-flex: 0 0 58%;
        -webkit-flex: 0 0 58%;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%;
    }
    .footer_bnr_list img {
        height: 50px;
    }
    .copy {
        text-align: left;
        font-size: 1.2rem;
        margin-top: 5px;
    }
}

/*ページトップ*/
.topback {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 20;
    right: 10px;
    bottom: 10px;
}
@media screen and (min-width: 768px) {
    .topback {
        width: 63px;
        height: 63px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        right: 20px;
        bottom: 20px;
    }
    .topback:hover {
        -moz-transform: translate(0px, -5px);
        -webkit-transform: translate(0px, -5px);
        transform: translate(0px, -5px);
    }
}

/*============================================================================

        共通ブロック (page_)

============================================================================*/

.mgt_l {
    margin-top: 60px;
}

.page_sp {
    display: none;
}
.page_img_pc {
    display: none;
}
.page_lists {
    clear: both;
    overflow: hidden;
    border-top: 1px dotted #808080;
}

.page_lists_content {
    clear: both;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.page_lists .page_lists_year {
    padding-top: 10px;
    font-size: 2.2rem;
}
.page_lists_month {
    display: table-cell;
    vertical-align: top;
    color: #bc2730;
    font-size: 1.4rem;
    padding-right: 0px;
    padding-top: 23px;
}
.en .page_lists_month {
    width: 110px;
    padding-right: 20px;
}
.page_lists_comment_block {
    display: table-cell;
    vertical-align: middle;
    padding: 23px 0px;
    width: 90%;
    border-bottom: 1px dotted #808080;
    min-height: 67px;
}
.page_lists_comment_img {
    float: right;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.page_lists_comment_img a:hover {
    opacity: 0.8;
}
.page_lists_left {
    float: left;
    width: 100%;
}
.page_lists_right {
    float: left;
    width: 100%;
}
.page_lists_border_none {
    border-bottom: none !important;
}
.page_story_title {
    background: url(../img/story/top01.jpg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    padding-bottom: 30px;
    height: 135px;
}

.page_story_title h3 {
    text-align: right;
    margin-top: 50px;
    width: 50%;
    float: right;
}
.page_story_bar_title {
    width: 100%;
    height: 43px;
    display: table;
    margin-bottom: 15px;
}

.page_story_bar_l {
    width: 10%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    background-color: #bc2730;
    color: #fff;
    height: 43px;
    padding: 12px 20px;
}
.page_story_bar_l_other {
    width: 11%;
    text-align: center;
    padding: 13px 0px;
}
.page_story_bar_l span {
    font-size: 1.6rem;
    font-weight: bold;
}
.page_story_bar_r {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    background-color: #f6e1e2;
    padding: 10px 0;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
.page_story_bar_bg_block p {
    line-height: 1.4;
}

.page_stock_title {
    background: url(../img/ir/stock/top01.jpg) no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    padding-bottom: 30px;
    height: 135px;
    margin-bottom: 30px;
}
.page_stock_title h3 {
    text-align: right;
    margin-top: 52px;
    float: right;
    font-size: 2.6rem;
    line-height: 1.4;
    font-weight: normal;
    text-shadow: 0 0 4px #e0e8eb, 0 0 4px #e0e8eb, 0 0 4px #e0e8eb, 0 0 4px #e0e8eb;
}

.page_main_img {
    position: relative;
    height: 140px;
    width: 100%;
    background-size: cover;
    top: -1px;
}
.page_main_img_cover {
    position: relative;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.5) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        rgba(255, 255, 255, 0) 100%
    );
}
.page_main_img_title {
    background-color: rgba(0, 0, 0, 0.7);
    min-width: 220px;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 5px 30px;
    font-weight: normal;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.aboutus_bg {
    background-image: url(../img/aboutus/top01.jpg);
}
.aboutus_cover {
    background: -webkit-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}
@media screen and (max-width: 991px) {
    .aboutus_bg {
        background-position: center 40%;
    }
}
@media screen and (min-width: 1650px) {
    .aboutus_bg {
        background-position: center 36%;
    }
}

.page_other_main_menu {
    background-color: #f5f7fb;
    position: relative;
    top: -1px;
    padding-bottom: 15px;
}
.page_other_main_menu_inner {
    margin-top: 20px;
}
.page_other_main_menu_title h4 {
    position: relative;
    font-weight: bold;
    padding-left: 25px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
    margin-bottom: 20px;
}
.page_other_main_menu_title h4:after {
    font-family: 'icomoon' !important;
    content: '\ea42';
    position: absolute;
    top: 1px;
    left: 0;
}
.page_other_main_menu_title.no_icon_arrow h4:after {
    content: none;
}
.page_other_main_menu_lineup {
    padding-left: 25px;
}
.page_other_main_menu_lineup_col {
    float: left;
    width: 100%;
}
.page_other_main_menu_lineup ul li {
    padding-bottom: 15px;
    font-size: 1.4rem;
}

.page_story_bar_l_bg_block_l {
    float: left;
    background-color: #bc2730;
    height: 54px;
    width: 40%;
    position: absolute;
    left: 0;
    z-index: -10;
}
.page_story_bar_l_bg_block_r {
    float: left;
    background-color: #f6e1e2;
    height: 54px;
    width: 60%;
    position: absolute;
    right: 0;
    z-index: -10;
}

@media screen and (min-width: 768px) {
    .page_sp {
        display: block;
    }
    .page_title {
        margin-top: 20px;
    }
    .page_img_pc {
        display: block;
    }
    .page_img_sp {
        display: none;
    }
    .page_lists_content {
        clear: both;
        width: 100%;
        height: 75px;
        display: table;
    }
    .page_lists .page_lists_year {
        font-size: 2.4rem;
        padding-left: 10px;
        padding-top: 13px;
    }
    .page_lists_month span {
        color: #bc2730;
        font-size: 1.4rem;
    }
    .en .page_lists_month {
        width: 120px;
        padding-right: 30px;
    }
    .page_lists_comment_block {
        display: table-cell;
        vertical-align: middle;
        padding: 23px 0px;
        width: 90%;
        border-bottom: 1px dotted #808080;
        min-height: 67px;
    }
    .page_lists_awards .page_lists_comment {
        float: left;
        width: 72%;
    }
    .page_lists_awards .page_lists_comment_img {
        float: right;
        margin-left: 5%;
        width: 23%;
        text-align: right;
        padding-top: 0px;
    }

    .page_lists_left {
        float: left;
        width: 14%;
    }
    .page_lists_right {
        float: left;
        width: 86%;
    }

    .page_story_title {
        height: 300px;
    }
    .page_story_title h3 {
        width: 70%;
        margin-top: 130px;
    }
    .page_story_bar_title {
        height: 85px;
        position: relative;
    }

    .page_stock_title {
        height: 300px;
        margin-bottom: 60px;
    }
    .page_stock_title h3 {
        width: 70%;
        font-size: 3.2rem;
        margin-top: 130px;
    }
    .page_story_bar_l_title {
        text-align: left;
        width: 7%;
        height: 86px;
    }
    .page_story_bar_r_title {
        text-align: left;
        font-size: 2.2rem;
    }
    .page_story_bar_l_title span {
        font-size: 2.2rem;
    }

    .page_story_bar_l_bg_block_l {
        float: left;
        background-color: #bc2730;
        height: 86px;
        width: 40%;
        position: absolute;
        left: 0;
        z-index: -10;
    }
    .page_story_bar_l_bg_block_r {
        float: left;
        background-color: #f6e1e2;
        height: 86px;
        width: 60%;
        position: absolute;
        right: 0;
        z-index: -10;
    }
    .page_story_bar_bg_block {
        margin: 0 20px;
        padding: 0px;
        height: 85px;
        display: block;
    }
    .story_other_lists {
        margin-top: 40px;
    }
    .page_main_img {
        height: 190px;
    }
    .page_main_img_title {
        min-width: 298px;
        font-size: 2rem;
    }
    .page_story_bar_l {
        display: table-cell;
        padding-left: 0;
        height: 86px;
    }
    .page_story_bar_r {
        display: table-cell;
        font-size: 2.2rem;
        padding-left: 30px;
        height: 86px;
        padding-left: 37px;
        height: 60px;
    }

    .page_other_main_menu {
        background-color: #f5f7fb;
        position: relative;
        top: -1px;
        padding-bottom: 35px;
    }
    .page_other_main_menu_title {
    }
    .page_other_main_menu_lineup_col {
        float: left;
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .page_main_img {
        height: 370px;
    }
    .page_main_img_title {
        min-width: 298px;
        font-size: 2.6rem;
        padding: 5px 30px;
    }
    .page_other_main_menu_lineup_col {
        float: left;
        width: 50%;
    }
    .page_story_bar_l {
        padding-left: 15px;
    }
    .page_story_bar_l_title {
        width: 5%;
    }
    .page_other_main_menu_inner {
        margin-top: 0;
    }
}
/*inner*/
.page_inner_large,
.page_inner_medium {
    width: 90%;
    margin: 0 auto;
}

@media screen and (min-width: 1050px) {
    .page_inner_medium {
        max-width: 1000px;
        width: 100%;
    }
}
@media screen and (min-width: 1300px) {
    .page_inner_large {
        max-width: 1250px;
        width: 100%;
    }
}

/*ページ内リンク*/
.page_decoy_wrap {
    margin-top: -65px;
    padding-top: 65px;
}
.wpcf7c-anchor.page_decoy_wrap {
    margin-top: -85px;
    padding-top: 85px;
}

@media screen and (min-width: 768px) {
    .page_decoy_wrap {
        margin-top: -70px;
        padding-top: 70px;
    }
    .wpcf7c-anchor.page_decoy_wrap {
        margin-top: -80px;
        padding-top: 80px;
    }
}
@media screen and (min-width: 992px) {
    .page_decoy_wrap {
        margin-top: -55px;
        padding-top: 55px;
    }
    .wpcf7c-anchor.page_decoy_wrap {
        margin-top: -75px;
        padding-top: 75px;
    }
}

.page_link_area {
    margin-bottom: 0;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}
.page_link_area ul {
    border-top: 1px solid #eeeeee;
}
.page_link_area ul:last-of-type {
    border-bottom: 1px solid #eeeeee;
}
.page_link_area li {
    border-bottom: 1px solid #eeeeee;
}
.page_link_area li:last-of-type {
    border-bottom: none;
}
.page_link_area li a {
    display: table;
    width: 100%;
    color: #282828;
}
.page_link_area li a span {
    display: table-cell;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.page_link_area li a span:after {
    display: inline-block;
    content: '';
    position: relative;
    right: -20px;
    bottom: 5px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #bc2730;
    border-right: 1px solid #bc2730;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
@media screen and (min-width: 992px) {
    .page_link_area {
        margin-top: -1px;
        margin-bottom: 0;
    }
    .page_link_area ul {
        display: table;
        width: 100%;
        border-top: 1px solid #eeeeee;
    }
    .page_link_area ul:last-of-type {
        border-bottom: 1px solid #eeeeee;
    }
    .page_link_area li {
        display: table-cell;
        border-bottom: none;
    }
    .page_link_area.col2 li {
        width: 50%;
    }
    .page_link_area.col3 li {
        width: 33.33333%;
    }
    .page_link_area.col4 li {
        width: 25%;
    }
    .page_link_area.col5 li {
        width: 20%;
    }
    .page_link_area.col7 li {
        width: 14.2857%;
    }
    .page_link_area li:last-of-type {
        border-bottom: none;
        border-right: none;
    }
    .page_link_area li a {
        margin: 10px 0;
        padding: 0 10px 0px;
        border-right: 1px solid #eeeeee;
    }
    .page_link_area li:last-of-type a {
        border-right: none;
    }
    .page_link_area li a span {
        padding: 20px 0 25px;
    }
    .page_link_area li a span:after {
        display: block;
        position: absolute;
        right: 0px;
        left: 0;
        bottom: 15px;
        margin: auto;
    }
    .page_link_area li a:hover {
        text-decoration: none;
    }
    .page_link_area li a:hover span {
        background: #bc2730;
        color: #fff;
    }
    .page_link_area li a:hover span:after {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }
}

/*title*/
.page_title_border {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #bc2730;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 4px 0;
    margin-bottom: 15px;
}
.page_title_border em {
    font-style: normal;
    font-size: 1.3rem;
    font-weight: normal;
    padding-left: 10px;
}

.pan + .page_inner_medium .page_head_title_m {
    margin: 30px 0 40px;
}
@media screen and (min-width: 992px) {
    .page_title_border {
        margin-bottom: 30px;
    }
    .pan + .page_inner_medium .page_head_title_m {
        margin: 50px 0;
    }
}
.modal img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media screen and (min-width: 992px) {
    .modal:hover img {
        opacity: 0.7;
    }
}

.modal_link i:before {
    color: #bc2730;
    position: relative;
    top: -1px;
    font-size: 1.8rem;
    vertical-align: middle;
    margin-left: 12px;
}
.modal_link:hover {
    text-decoration: none;
}

/*text*/
.page_textarea_basic {
    margin-bottom: 30px;
}
.page_textarea_basic2{
    float: left;
    width: 72%;
}
.page_textarea_basic2_img{
    float: right;
    margin-left: 5%;
    width: 23%;
    text-align: right;
    padding-top: 0px;
}
.page_inner_medium .page_textarea_basic:last-of-type {
    margin-bottom: 60px;
}
.page_textarea_basic p {
    margin-bottom: 15px;
}
.page_textarea_basic p:last-of-type {
    margin-bottom: 0px;
}
.page_textarea_basic .text_s {
    font-size: 1.2rem;
}
.annotation {
    font-size: 1.2rem;
}
.align_r {
    padding-top: 15px;
    text-align: right;
}
@media screen and (min-width: 992px) {
    .page_textarea_basic {
        margin-bottom: 50px;
    }
    .page_inner_medium .page_textarea_basic:last-of-type {
        margin-bottom: 100px;
    }
}

/*list*/
.page_list_num_noindent li {
    margin-bottom: 30px;
}
.page_list_num_noindent li:last-of-type {
    margin-bottom: 0px;
}
.page_list_num_noindent li:nth-of-type(1):before {
    content: '【1】';
}
.page_list_num_noindent li:nth-of-type(2):before {
    content: '【2】';
}
.page_list_num_noindent li:nth-of-type(3):before {
    content: '【3】';
}
.page_list_num_noindent li:nth-of-type(4):before {
    content: '【4】';
}
.page_list_num_noindent li:nth-of-type(5):before {
    content: '【5】';
}
.page_list_num_noindent li:nth-of-type(6):before {
    content: '【6】';
}
.page_list_num_noindent li:nth-of-type(7):before {
    content: '【7】';
}
.page_list_num_noindent li:nth-of-type(8):before {
    content: '【8】';
}
.page_list_num_noindent li:nth-of-type(9):before {
    content: '【9】';
}
.page_list_num_noindent li:nth-of-type(10):before {
    content: '【10】';
}

.page_list_num_noindent2 > li {
    margin-bottom: 30px;
}
.page_list_num_noindent2 > li:last-of-type {
    margin-bottom: 0px;
}
.page_list_num_noindent2 > li:nth-of-type(1):before {
    content: '1 ';
}
.page_list_num_noindent2 > li:nth-of-type(2):before {
    content: '2 ';
}
.page_list_num_noindent2 > li:nth-of-type(3):before {
    content: '3 ';
}
.page_list_num_noindent2 > li:nth-of-type(4):before {
    content: '4 ';
}
.page_list_num_noindent2 > li:nth-of-type(5):before {
    content: '5 ';
}
.page_list_num_noindent2 > li:nth-of-type(6):before {
    content: '6 ';
}
.page_list_num_noindent2 > li:nth-of-type(7):before {
    content: '7 ';
}
.page_list_num_noindent2 > li:nth-of-type(8):before {
    content: '8 ';
}
.page_list_num_noindent2 > li:nth-of-type(9):before {
    content: '9 ';
}
.page_list_num_noindent2 > li:nth-of-type(10):before {
    content: '10 ';
}

.page_list_nonum_noindent > li {
    margin-bottom: 30px;
}
.page_list_nonum_noindent > li:last-of-type {
    margin-bottom: 0px;
}
.page_list_nonum_noindent > li > ul,
.page_list_nonum_noindent2 > li > ul,
.page_list_num_noindent > li > ul {
    margin-left: 1em;
}
.page_list_nonum_noindent > li > ul > li > ul,
.page_list_nonum_noindent2 > li > ul > li > ul,
.page_list_num_noindent > li > ul > li > ul {
    margin-left: 2em;
}
.page_list_nonum_noindent > li > ul > li,
.page_list_nonum_noindent2 > li > ul > li,
.page_list_num_noindent > li > ul > li {
    margin-bottom: 10px;
}

/*tab*/
.page_tab_nav {
    display: none;
}
@media screen and (min-width: 992px) {
    .page_tab_nav {
        display: block;
        border-top: 1px solid #d4d4d4;
        border-bottom: 1px solid #d4d4d4;
    }
    .page_tab_nav ul {
        width: 90%;
        margin: 0 auto;
        padding: 15px 0;
    }
    .page_tab_nav li {
        display: inline-block;
        padding: 10px 30px 10px 15px;
        cursor: pointer;
        position: relative;
    }
    .page_tab_nav li:before {
        display: block;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: 1px solid #686868;
        border-right: 1px solid #686868;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .page_tab_nav li:hover {
        color: #bc2730;
    }
    .page_tab_nav li.active {
        padding: 10px 30px 10px 15px;
        color: #bc2730;
    }
    .page_tab_nav li span {
        display: block;
    }
}
@media screen and (min-width: 1300px) {
    .page_tab_nav ul {
        width: 100%;
        max-width: 1000px;
    }
}
.page_tab_content {
    display: block;
    margin-bottom: 50px;
}
.page_tab_content_item {
    display: none;
    padding-bottom: 20px;
}
.page_tab_content_item.active {
    display: block;
}
.page_tab_title_sp {
    cursor: pointer;
    border: 1px solid #282828;
    padding: 10px 0;
    text-align: center;
    margin-top: -1px;
    position: relative;
}
.page_tab_title_sp:after {
    display: block;
    content: '';
    position: absolute;
    right: 15px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #bc2730;
    border-right: 1px solid #bc2730;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page_tab_title_sp.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.page_tab_title {
    font-weight: normal;
    font-size: 2.6rem;
    margin: 30px 0 15px;
}
@media screen and (min-width: 992px) {
    .page_tab_content {
        margin-bottom: 100px;
    }
    .page_tab_content_item {
        padding-bottom: 0;
    }
    .page_tab_title_sp {
        display: none;
    }
    .page_tab_title {
        font-size: 3rem;
        margin: 70px 0 30px;
    }
}

/*フォントの大きさ設定*/
.text_s {
    font-size: 1.2rem;
}

/*============================================================================

        aboutus

============================================================================*/
.google_map {
    position: relative;
    padding-bottom: 46.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.section_access .google_map {
    padding-top: 0;
    padding-bottom: 80%;
}
@media screen and (min-width: 768px) {
    .section_access .google_map {
        padding-top: 0;
        padding-bottom: 40%;
    }
}

.google_map iframe,
.google_map object,
.google_map embed,
.google_map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.overview_img{
    border: 1px #e4e4e4 solid;
}

/*============================================================================

        message

============================================================================*/
.message_visual_img {
    position: relative;
    width: 100%;
    max-height: 550px;
}
.message_comments p {
    margin-bottom: 20px;
    width: 100%;
}
.message_bold {
    display: block;
}
.signature {
    text-align: right;
    margin-top: 30px;
}
.message_visual_title {
    display: inline-block;
    position: absolute;
    width: auto;
    right: 8%;
    top: 50%;
    line-height: 1.4;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.message_visual_title img {
    height: 25px;
}
.en .message_visual_title img {
    height: 40px;
}

.message_profile {
    margin-top: 40px;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 0px;
}
.profile_name {
    margin-bottom: 15px;
}
.profile_name h4 {
    font-size: 1.8rem;
}
.message_profile .text_s {
    font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
    .message_visual_title {
        right: 10%;
    }
    .message_visual_title img {
        height: auto;
    }
    .en .message_visual_title img {
        height: auto;
    }
    .message_bold {
        font-size: 2.4rem;
        margin: 10px 0px;
        display: block;
        font-weight: bold;
    }
    .signature {
        margin-top: 23px;
    }
    .message_profile {
        margin-top: 60px;
        padding: 50px 60px 20px;
    }
    .profile_name {
        margin-bottom: 30px;
    }
    .message_profile .page_textarea_basic {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 992px) {
    .message_visual_img {
        position: relative;
        width: 100%;
        background-color: #f6f6f6;
    }
    .message_visual_img img {
        max-height: 550px;
    }
    .message_visual_title {
        right: 15%;
        font-size: 3.2rem;
    }
    .message_bold {
        font-size: 1.9rem;
        margin: 10px 0px;
        display: block;
        font-weight: bold;
    }
    .signature {
        margin-top: 0px;
    }
}

/*============================================================================

        philosophy

============================================================================*/
.born_explain {
    display: block;
    width: 100%;
    border: 1px solid #000;
    padding: 20px 20px;
}

.born_explain_img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.born_explain_name {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.born_explain:after {
    content: '';
    clear: both;
}

@media screen and (min-width: 768px) {
    .born_explain {
        padding: 20px 50px;
    }
    .born_explain_body {
        display: table;
        table-layout: fixed;
    }
    .born_explain_img,
    .born_explain_text {
        display: table-cell;
        vertical-align: middle;
    }
    .born_explain_img {
        width: 180px;
    }
    .born_explain_text {
        padding-left: 20px;
    }
    .born_explain_name {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 992px) {
    .born_explain {
        padding: 20px 70px;
    }
}

/*============================================================================

        award

============================================================================*/
.award_month {
    display: block;
    margin-top: 5px;
}
.award_month span {
    font-size: 1.6rem;
    padding-right: 0px;
    font-weight: bold;
}
.award_comment {
    display: block;
    height: auto;
    width: auto;
}

.award_title {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    padding: 0px 0px 10px;
}
.award_content_l {
    float: none;
    width: auto;
    padding: 0px;
    margin-bottom: 20px;
}
.award_content_r {
    padding-bottom: 20px;
    width: auto;
    margin-top: 0px;
    float: none;
}
.award_content_r a {
    display: block;
    border: 2px #000 solid;
}
.award_img {
    border: 1px #e4e4e4 solid;
}

@media screen and (min-width: 768px) {
    .award_title {
        font-size: 1.6rem;
        font-weight: bold;
        display: block;
        padding: 0px 0px 10px;
    }
    .award_content_l {
        float: left;
        padding-right: 45px;
        padding-bottom: 20px;
        width: 70%;
    }
    .award_content_r {
        float: left;
        margin-top: 20px;
        width: 30%;
    }
    .award_content_r a {
        display: block;
        border: 3px #000 solid;
    }
}

/*============================================================================

        bussiness

============================================================================*/

.business_bg {
    background-image: url(../img/business/top01.jpg);
    background-position: center 50%;
}
.business_cover {
    background: -webkit-linear-gradient(
        bottom,
        rgba(244, 244, 244, 0.99) 0%,
        rgba(244, 244, 244, 0.1) 50%,
        rgba(244, 244, 244, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(244, 244, 244, 0.99) 0%,
        rgba(244, 244, 244, 0.1) 50%,
        rgba(244, 244, 244, 0) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(244, 244, 244, 0.99) 0%,
        rgba(244, 244, 244, 0.1) 50%,
        rgba(244, 244, 244, 0) 100%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(244, 244, 244, 0.99) 0%,
        rgba(244, 244, 244, 0.1) 50%,
        rgba(244, 244, 244, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(244, 244, 244, 0.99) 0%,
        rgba(244, 244, 244, 0.1) 50%,
        rgba(244, 244, 244, 0) 100%
    );
}
@media screen and (max-width: 991px) {
    .business_bg {
        background-position: center 50%;
    }
}
@media screen and (min-width: 1650px) {
    .business_bg {
        background-position: center 50%;
    }
}

.business_contents_main {
    background-color: #f4f4f4;
    position: relative;
    top: -1px;
}
.business_contents_title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    padding-top: 45px;
}
.business_process {
    margin: 25px auto 15px;
    width: 100%;
    text-align: center;
}
.business_process li {
    display: inline-block;
    width: 45%;
    margin: 0 5px 15px;
}
.business_comment {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    font-size: 1.4rem;
    line-height: 2.2;
}
.business_detail {
    padding: 30px 0;
    font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
    .business_contents_title {
        font-size: 2.4rem;
    }
    .business_process {
        width: 100%;
        margin: 45px auto 35px;
    }
    .business_process li {
        width: 17.6%;
        float: left;
        margin-right: 2%;
    }
    .business_process li:last-child {
        margin-right: 0;
    }
    .business_detail {
        padding: 75px 0 55px;
    }
}
@media screen and (min-width: 992px) {
    .business_process li {
        width: 17.8%;
    }
}

/*============================================================================

    story

============================================================================*/

.story_contents_block p {
    margin-bottom: 25px;
}
.story_img {
    margin: 10px 0px;
    text-align: center;
}
.page_story_bar_l_title_other span {
    font-size: 1.2rem;
}
.page_story_bar_r_title_other {
    font-size: 1.1rem;
    font-weight: normal;
}

.story_bar_sp_block {
    margin-left: -20px;
    margin-right: -20px;
}
.story_other_lists {
    margin-top: 40px;
}
.story_other_item {
    margin-bottom: 10px;
}
.story_other_item p {
    line-height: 1.4;
}
.story_other_item a {
    display: table;
    height: 43px;
    width: 100%;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.story_other_item a:hover {
    text-decoration: none;
    opacity: 0.8;
}

@media screen and (min-width: 768px) {
    .page_story_bar_l_title_other {
        padding-left: 0px;
        height: 20px;
    }
    .page_story_bar_l_title_other span {
        font-size: 1.7rem;
        font-weight: normal;
    }
    .page_story_bar_r_title_other {
        font-size: 1.5rem;
        padding-left: 20px;
    }
    .story_contents_block p {
        margin-bottom: 32px;
    }

    .story_other_item {
        margin-bottom: 20px;
    }
}

/*============================================================================

        ir

============================================================================*/

.container_irmenu {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .container_irmenu {
        /*width: 750px;*/
        width: 95%;
    }
}
@media (min-width: 992px) {
    .container_irmenu {
        width: 970px;
    }
    .container_irmenu_l {
        width: auto;
    }
}
@media (min-width: 1200px) {
    .container_irmenu {
        width: 1200px;
    }
    .container_irmenu_l {
        width: auto;
    }
}
@media (min-width: 1280px) {
    .container_irmenu_l {
        width: 1280px;
    }
}

.ir_bg {
    background-image: url(../img/ir/top01.jpg);
}
.ir_cover {
    background: -webkit-linear-gradient(
        bottom,
        rgba(245, 247, 251, 0.99) 0%,
        rgba(245, 247, 251, 0.1) 50%,
        rgba(245, 247, 251, 0) 100%
    );
    background: -o-linear-gradient(
        bottom,
        rgba(245, 247, 251, 0.99) 0%,
        rgba(245, 247, 251, 0.1) 50%,
        rgba(245, 247, 251, 0) 100%
    );
    background: -ms-linear-gradient(
        bottom,
        rgba(245, 247, 251, 0.99) 0%,
        rgba(245, 247, 251, 0.1) 50%,
        rgba(245, 247, 251, 0) 100%
    );
    background: -moz-linear-gradient(
        bottom,
        rgba(245, 247, 251, 0.99) 0%,
        rgba(245, 247, 251, 0.1) 50%,
        rgba(245, 247, 251, 0) 100%
    );
    background: linear-gradient(
        to top,
        rgba(245, 247, 251, 0.99) 0%,
        rgba(245, 247, 251, 0.1) 50%,
        rgba(245, 247, 251, 0) 100%
    );
}
.ir_news_bg {
    padding-bottom: 25px;
    background-color: #f8f8f8;
}
.ir_news_contents {
    border-top: 2px solid #fff;
    padding: 20px 0 40px;
}
.ir_news_contents .top_head_title_m {
    text-align: center;
}
.ir_news_title {
    position: relative;
}
.ir_news_rss {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 10px;
    font-size: 1.4rem;
    padding-left: 26px;
}
.ir_news_rss i {
    position: absolute;
    left: 0;
}
.ir_news_rss i:before {
    font-size: 2rem;
    color: #bc2730;
}

.news_list_footer {
    padding: 30px 0;
}
.news_list_footer_list {
    font-size: 0;
}
.news_list_footer_list li {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 20px;
}
.news_list_footer_list li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    color: #3958a9;
}
.news_list_footer_list li a:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
    .ir_news_contents {
        margin: 0 auto;
        padding-top: 74px;
    }
    .ir_news_contents .top_head_title_m {
        text-align: left;
    }
}

/*kobo*/
.kobo_wrap {
    background: #fff url(../img/business/main_bg.jpg) repeat-x 0 0;
}
.kobo_head {
    padding: 40px 20px;
    text-align: center;
}
.kobo_head p {
    margin-top: 20px;
    font-size: 1.6rem;
}
.kobo_title_m {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.kobo_paragraph {
    margin-bottom: 30px;
}
.kobo_body {
    color: #282828;
    font-size: 1.4rem;
}
.kobo_body p {
    margin-bottom: 20px;
    line-height: 2;
}
.kobo_last {
    margin-top: 0;
}

.kobo_wrap .page_radius_area,
.kobo_wrap .page_radius_area_first,
.kobo_wrap .page_radius_area_end {
    position: relative;
    margin-bottom: 20px;
}
.kobo_wrap .radius_img_wrap {
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 30px;
}
.kobo_wrap .radius_img_wrap img {
    width: 100%;
}
.kobo_wrap .l_reverse .radius_img_wrap {
    margin-left: 0;
    margin-right: 0;
}
.kobo_wrap .page_radius_inner {
    max-width: 1000px;
    width: 95%;
    padding: 0 20px;
    margin: 0 auto;
}
.kobo_wrap .page_catch_text {
    padding: 0;
    text-align: left;
    margin-top: 0;
}
.kobo_wrap .page_catch_title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    line-height: 1.6;
}
@media screen and (min-width: 768px) {
    .kobo_wrap .radius_img_wrap {
        height: 350px;
        margin-bottom: 50px;
    }
}
@media screen and (min-width: 992px) {
    .kobo_title_m {
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
    .kobo_paragraph {
        margin-bottom: 60px;
    }

    .kobo_head {
        padding: 80px 20px;
    }
    .kobo_head p {
        margin-top: 45px;
        font-size: 2.2rem;
    }
    .kobo_body p {
        margin-bottom: 30px;
        line-height: 2;
    }
    .kobo_last {
        margin-top: -30px;
    }
    .kobo_wrap .page_radius_area {
        margin-bottom: 120px;
    }
    .kobo_wrap .page_radius_area_first {
        margin-bottom: 50px;
    }
    .kobo_wrap .page_radius_area_end {
        margin-bottom: 80px;
    }
    .kobo_wrap .page_radius_img {
        position: relative;
        margin-left: 60%;
    }
    .kobo_wrap .l_reverse .page_radius_img {
        margin-left: 0;
        margin-right: 60%;
    }
    .kobo_wrap .radius_img_wrap {
        position: relative;
        height: 545px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .kobo_wrap .radius_img_wrap img {
        position: absolute;
        height: 110%;
        width: auto;
        max-width: none;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .kobo_wrap .l_reverse .radius_img_wrap {
        margin-right: 0;
    }
    .kobo_wrap .page_radius_text {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
    }
    .kobo_wrap .page_radius_inner {
        width: 970px;
        padding: 0;
    }
    .kobo_wrap .page_catch_text {
        margin-right: 43%;
        padding: 0;
    }
    .kobo_wrap .l_reverse .page_catch_text {
        margin-right: 0;
        margin-left: 43%;
    }
    .kobo_wrap .page_catch_title {
        font-size: 155%;
        margin-bottom: 15px;
        line-height: 32px;
        letter-spacing: 1px;
    }
}
@media screen and (min-width: 1120px) {
    .kobo_body p {
        line-height: 2.2;
    }
    .kobo_wrap .page_radius_inner {
        width: 1000px;
        padding: 0;
    }
    .kobo_wrap .page_radius_img {
        position: relative;
        margin-left: 60%;
    }
    .kobo_wrap .l_reverse .page_radius_img {
        margin-left: 0;
        margin-right: 60%;
    }
    .kobo_wrap .page_catch_text {
        margin-right: 40%;
        padding: 0;
    }
    .kobo_wrap .l_reverse .page_catch_text {
        margin-right: 0;
        margin-left: 40%;
    }
}

/*============================================================================

        calendar

============================================================================*/

.calendar_notes {
    margin-top: 40px;
    padding-top: 15px;
}
@media screen and (min-width: 768px) {
    .calendar_notes {
        margin-top: 40px;
    }
}
/*============================================================================

        koukoku

============================================================================*/

.koukoku_info {
    width: 100%;
}
.koukoku_info p {
    padding-bottom: 15px;
}
.koukoku_info p span {
    font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
    .koukoku_info {
        display: table;
    }
    .koukoku_info p {
        display: table-cell;
    }
    .koukoku_info .koukoku_info_img {
        text-align: right;
    }
}

/*============================================================================

        highlight

============================================================================*/
.page_title_border_top {
    border-top: 1px solid #bc2730;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 4px 0;
    margin-top: 30px;
    margin-bottom: 15px;
}
#legend{
	background-color: #f4f4f4;
}

.highlight_img {
    text-align: center;
}

/*IRライブラリ*/
.ir_list_area {
    border-top: 1px solid #d4d4d4;
    padding: 15px 0;
}
.ir_list_area_child {
    border-top: 0;
    margin-top: -10px;
}
.ir_list_year {
    padding-bottom: 5px;
}
.ir_list_year p {
    font-weight: bold;
}
.ir_list_year span {
    font-size: 80%;
}
.ir_list_date {
    padding-bottom: 5px;
}
.ir_list_date p {
    font-weight: bold;
}
.ir_list_link li {
    padding-top: 10px;
}
.ir_list_link li:first-child {
    padding-top: 0;
}
.ir_list_link li a {
    color: #3958a9;
}

.ir_list_link li a[href^="https://www.youtube.com"],
.ir_list_link li a[href^="http://youtu.be"]
{
    position: relative;
    padding-right: 13px;
}
.ir_list_link li .ir_list_link_pdf {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-style: normal;
    color: #282828;
    margin-left: 15px;
}
.ir_list_link li .ir_list_link_pdf:before {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e90c';
    color: #bc2730;
    line-height: 0.9;
    font-size: 20px;
    position: relative;
    top: 3px;
    right: 8px;
}
.ir_list_link li .ir_list_link_pdf span {
    width: auto;
}
.ir_list_link li a[href^="https://www.youtube.com"]:after,
.ir_list_link li a[href^="http://youtu.be"]:after
{
    display: inline-block;
    font-family: 'icomoon';
    content: '\e90b';
    color: #686868;
    line-height: 0.7;
    font-size: 20px;
    height: 15px;
    position: relative;
    top: 3px;
    right: -5px;
}
.ir_list_link li a span {
    display: inline-block;
    width: 130px;
}
.ir_list_link li span {
    font-size: 1.2rem;
}
@media screen and (max-width: 772px) {
    .highlight_img a {
        pointer-events: none;
    }
}
@media screen and (min-width: 992px) {
    .highlight_img a {
        display: block;
        position: relative;
    }
    .highlight_img a:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 60px;
        width: 60px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: url(../img/common/icon_zoom.png) no-repeat 0 0;
        -webkit-background-size: 60px;
        background-size: 60px;
        color: #bc2730;
        font-size: 4.5rem;
        z-index: 1;
    }
    .highlight_img a:before {
        content: '';
        position: absolute;
        background: rgba(188, 39, 48, 0.6);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        z-index: 0;
    }
    .highlight_img a:hover img {
        opacity: 1;
    }
    .highlight_img a:hover:after,
    .highlight_img a:hover:before {
        opacity: 1;
    }
    .ir_list_area {
        display: table;
        width: 100%;
    }
    .ir_list_area_child {
        border-top: 0;
        margin-top: -40px;
    }
    .ir_list_year {
        display: table-cell;
        width: 30%;
        padding: 15px 0;
    }
    .ir_koukoku .ir_list_year {
        width: 15%;
    }
    .ir_list_year p {
        font-weight: normal;
    }
    .ir_list_date {
        display: table-cell;
        padding: 15px 0;
    }
    .ir_list_date p {
        font-weight: normal;
    }
    .ir_list_link {
        display: table-cell;
        width: 70%;
        padding: 15px 0;
    }
    .ir_list_link li a:hover {
        text-decoration: underline;
    }
    .tab_content_colm3 .ir_list_year {
        width: 12%;
    }
    .tab_content_colm3 .ir_list_date {
        width: 18%;
    }
}

/*ボタン*/
.page_nav_block {
    margin-bottom: 30px;
}
.page_nav_block .page_nav_btn {
    position: relative;
    width: auto;
    min-height: 80px;
    margin-bottom: 2%;
    padding: 15px 32px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 3px;
    border: 0;
    color: #fff;
    background-color: #bc2730;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.page_nav_block .page_nav_btn:hover {
    text-decoration: none;
    background-color: #c92333;
}
.page_nav_block .page_nav_btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 20px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.page_nav_block .page_nav_btn.external_link:after {
    content: '\e905';
    color: #fff;
    font-size: 1.3rem;
    width: auto;
    height: auto;
    right: 15px;
    margin-top: -0.65rem;
    border: 0;
    border-top: 0;
    border-bottom: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.page_nav_block .page_nav_btn span {
    font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
    .page_nav_block .page_nav_btn {
        float: left;
        width: 49%;
        margin-right: 2%;
        height: 80px;
    }
    .page_nav_block .page_nav_btn:nth-of-type(2n) {
        margin-right: 0;
    }
}

/*見出し前キャッチ文*/
.page_catch_text {
    margin: 20px 0;
}
@media screen and (min-width: 992px) {
    .page_catch_text {
        text-align: center;
        margin: 40px 0;
    }
}

/*table*/
.border_top_item_img {
    display: block;
    margin: 10px 0;
}
@media (min-width: 768px) {
    .border_top_block dt {
        min-width: 260px;
    }
}

.page_basic_table table {
    width: 100%;
    color: #282828;
    text-align: center;
    border: 1px solid #282828;
}
.page_basic_table th {
    display: table;
    width: 100%;
    background: #f4f4f4;
    font-weight: normal;
    text-align: center;
    border-top: 1px solid #282828;
    vertical-align: middle;
}
.page_basic_table tr:first-child th {
    border-top: none;
}
.page_basic_table td {
    display: table;
    width: 100%;
    border-top: 1px solid #282828;
    vertical-align: middle;
}
.page_basic_table td.sp_hide {
    display: none;
}
.page_basic_table th span,
.page_basic_table td span {
    display: inline-block;
    padding: 5px 0;
}
@media screen and (min-width: 768px) {
    .page_basic_table table {
    }
    .page_basic_table th {
        display: table-cell;
        width: 30%;
        border: 1px solid #282828;
    }
    .page_basic_table th.no_bg_pc {
        background-color: #fff;
    }
    .page_basic_table td {
        display: table-cell;
        width: 70%;
        border: 1px solid #282828;
    }
    .page_basic_table td.sp_hide {
        display: table-cell;
    }
    .page_basic_table th span,
    .page_basic_table td span {
        display: inline-block;
        padding: 10px 0;
    }
}
.page_ir_table1 {
	display: table;
	width: 100%;
    color: #282828;
    border: 1px solid #757575;
	margin: auto;
}
.page_ir_table1 thead th{
	display: table-cell;
	height: 30px;
    background: #C3373C;
    font-weight: normal;
	color: #f4f4f4;
    text-align: center;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table1 tbody th{
	height: 25px;
	color: #282828;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table1 td{
	height: 25px;
	color: #282828;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table1 tr td:nth-child(1){
	width: 55%;
}
.page_ir_table1 tr td:nth-child(2){
	width: 25%;
	text-align: right;
	padding-right: 20px;
}
.page_ir_table1 tr td:nth-child(3){
	width: 30%;
	text-align: right;
	padding-right: 20px;
}
@media screen and (max-width: 700px){
	.page_ir_table1 thead th{
		display: none;
	}
	.page_ir_table1 tbody th{
		height: auto;
		display: block;
        background: #C3373C;
		font-weight: normal;
		border: 1px solid #757575;
		vertical-align: middle;
	    color: #f4f4f4;
		width: 100%;
	}
    .page_ir_table1 tr td[data-title]::before{
	    color: #282828;
	    content: attr(data-title) " :";
		vertical-align: middle;
		width: 100%;
    }
    .page_ir_table1 tr td:nth-child(1),
    .page_ir_table1 tr td:nth-child(2),
    .page_ir_table1 tr td:nth-child(3){
    	display: block;
		height: auto;
    	width: 100%;
		text-align: center;
    }
	.page_ir_table1 tbody th,
    .page_ir_table1 td{
        display: inline-block;
		padding: 20px 0;
    }
}

.page_ir_table2 {
	display: table;
	width: 100%;
    color: #282828;
    border: 1px solid #757575;
	margin: auto;
}
.page_ir_table2 th{
	display: table-cell;
	height: 30px;
    background: #C3373C;
    font-weight: normal;
	color: #f4f4f4;
    text-align: center;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table2 td{
	height: 25px;
	color: #282828;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}

.page_ir_table3 {
	display: table;
	width: 100%;
    color: #282828;
    border: 1px solid #757575;
	margin: auto;
}
.page_ir_table3 thead th{
	display: table-cell;
	height: 30px;
    background: #C3373C;
    font-weight: normal;
	color: #f4f4f4;
    text-align: center;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table3 tbody th{
	height: 25px;
	color: #282828;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table3 td{
	height: 25px;
	color: #282828;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table3 tr td:nth-child(1){
	width: 52%;
}
.page_ir_table3 tr td:nth-child(2){
	width: 18%;
	text-align: right;
	padding-right: 20px;
}
.page_ir_table3 tr td:nth-child(3){
	width: 30%;
	text-align: right;
	padding-right: 20px;
}
@media screen and (max-width: 1050px){
	.ir_table_scroll{
		overflow-x: scroll;
		width: 100%;
	}
	.page_ir_table3 {
		display: table;
		width: 1000px;
	    color: #282828;
        border: 1px solid #757575;
    	margin: auto;
    }
    .page_ir_table3 thead th{
	    display: table-cell;
	    height: 30px;
        background: #C3373C;
        font-weight: normal;
	    color: #f4f4f4;
        text-align: center;
	    padding: 10px 10px;
        border: 1px solid #757575;
        vertical-align: middle;
    }
    .page_ir_table3 tbody th{
	    height: 25px;
	    color: #282828;
	    padding: 10px 10px;
        border: 1px solid #757575;
        vertical-align: middle;
    }
    .page_ir_table3 td{
	    height: 25px;
	    color: #282828;
	    padding: 10px 10px;
        border: 1px solid #757575;
        vertical-align: middle;
    }
}

.page_ir_table4 {
	display: table;
	width: 100%;
    color: #282828;
    border: 1px solid #757575;
	margin: auto;
}
.page_ir_table4 th{
	display: table-cell;
	height: 30px;
    background: #C3373C;
    font-weight: normal;
	color: #f4f4f4;
    text-align: center;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table4 td{
	height: 25px;
	color: #282828;
	padding: 10px 10px;
    border: 1px solid #757575;
    vertical-align: middle;
}
.page_ir_table4 tr td:nth-child(2),
.page_ir_table4 tr td:nth-child(3),
.page_ir_table4 tr td:nth-child(4),
.page_ir_table4 tr td:nth-child(5){
	text-align: right;
	padding-right: 10px;
}

@media screen and (max-width: 1035px){
	.ir_table_scroll{
		overflow-x: scroll;
		width: 100%;
	}
	.page_ir_table4 {
	display: table;
	width: 915px;
    color: #282828;
    border: 1px solid #757575;
	margin: auto;
	}
	.page_ir_table4 th{
		display: table-cell;
		height: 30px;
    	background: #C3373C;
	    font-weight: normal;
		color: #f4f4f4;
    	text-align: center;
		padding: 10px 10px;
    	border: 1px solid #757575;
    	vertical-align: middle;
	}
	.page_ir_table4 td{
		height: 25px;
		color: #282828;
		padding: 10px 10px;
    	border: 1px solid #757575;
    	vertical-align: middle;
	}
}

.tablelabel_01{
	text-align: left;
	float: left;
	font-size: 10px;
}
.tablelabel_02{
	text-align: right;
	font-size: 10px;
}

.chart-container{
    text-align: center;
    margin-bottom: 20px;
	position: relative;
	height: 55vh;
	width: 100%;
}
@media screen and (max-width: 970px){
	    .chart-container{
             text-align: center;
             margin-bottom: 20px;
	         position: relative;
	         height: 30vh;
	         width: 100%;
        }
}


/*テキストリンク*/
.page_text_link {
    color: #3958a9;
}
.page_text_link[target='_blank'] {
    position: relative;
    padding-right: 12px;
}
.page_text_link[target='_blank']:after {
    display: inline-block;
    font-family: 'icomoon';
    content: '\e905';
    color: #c9c9c9;
    line-height: 0.9;
    font-size: 1.1rem;
    position: relative;
    top: 0;
    right: -5px;
}
@media screen and (min-width: 992px) {
    .page_text_link:hover {
        text-decoration: underline;
    }
}

/*2カラム変形*/
.page_2col_3_7 {
}
@media screen and (min-width: 992px) {
    .page_2col_3_7 {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .page_2col_3 {
        display: table-cell;
        width: 30%;
        vertical-align: top;
    }
    .page_2col_7 {
        display: table-cell;
        width: 70%;
        vertical-align: top;
    }
}

/*============================================================================

        ir/message

============================================================================*/

.ir_message_enforcement {
    margin: 30px 0;
}
.ir_message_old {
    background-color: #eeeeee;
    padding: 30px;
}
.ir_message_new {
    background-color: #f6e1e2;
    padding: 30px;
}
.ir_message_enforcement_title {
    font-weight: bold;
}

.ir_message_catch_text {
    font-size: 1.7rem;
    font-weight: bold;
}

/*============================================================================

        ir/stock

============================================================================*/
.stock_cont {
    margin-top: 40px;
    margin-bottom: 0;
}
.stock_cont .page_lists_month {
    width: 90px;
}
@media (min-width: 768px) {
    .stock_cont {
        margin-top: 50px;
        margin-bottom: 0;
    }
    .stock .border_top_block dt {
        width: 270px;
    }
    .stock_cont .page_lists .page_lists_left {
        width: 20%;
    }
    .stock_cont .page_lists .page_lists_right {
        width: 80%;
    }
    .stock_cont .page_lists_month {
        width: 100px;
    }
}
@media (min-width: 992px) {
    .stock_cont .page_lists .page_lists_left {
        width: 15%;
    }
    .stock_cont .page_lists .page_lists_right {
        width: 85%;
    }
}
.page_list_area {
    text-align: center;
    margin-bottom: 30px;
}
.sp_pinch_in {
    background-color: #bc2730;
    color: #fff;
    border-radius: 5px;
    margin-top: 15px;
    padding: 10px 0;
    position: relative;
    text-align: center;
}
.sp_pinch_in:after {
    font-family: 'icomoon';
    content: '\e912';
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
@media screen and (min-width: 992px) {
    .page_list_area {
        margin-bottom: 50px;
    }
    .sp_pinch_in {
        display: none;
    }
}
.stock_table_01 thead {
    display: none;
}
.stock_table_01 .page_basic_table tbody td {
    position: relative;
}
.stock_table_01 .page_basic_table tbody td:before {
    display: inline-block;
    position: relative;
    content: '終値';
    padding-right: 10px;
}
.stock_stocharmini_wrap {
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.stock_stocharmini {
    text-align: center;
}
@media screen and (min-width: 992px) {
    .stock_table_01 thead {
        display: table-header-group;
    }
    .stock_table_01 .page_basic_table tbody td:before {
        display: none;
    }
    .stock_stocharmini_wrap {
        padding: 30px;
    }
}

/*フォーム*/
.contract_list {
    margin-bottom: 50px;
}
.contract_list p {
    margin-bottom: 30px;
    line-height: 1.6;
}
.form_notes {
    background: #f4f4f4;
    border: 1px solid #e5e5e5;
    padding: 35px;
    margin-bottom: 60px;
}
.form_notes h4 {
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
.form_notes b {
    font-weight: bold;
    font-size: 1.6rem;
    text-decoration: underline;
}
.form_notes ul li {
    list-style: initial;
    margin-bottom: 16px;
    line-height: 1.7;
}
.form_notes .notice {
    font-size: 95%;
}
.form_language_select {
    text-align: right;
    margin-bottom: 20px;
}
.form_language_select .select_box {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    padding-right: 38px;
}
.form_language_select .select_box:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    border-top: 2px solid #ea3c2b;
    border-right: 2px solid #ea3c2b;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.form_item {
    margin-bottom: 20px;
    border-bottom: #d4d4d4 1px solid;
}
.form_item:last-of-type {
    border-bottom: 0;
}
.form_item dt {
    position: relative;
    padding-left: 56px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 5px;
}
.form_item dt span {
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    width: 46px;
    text-align: center;
    line-height: 1;
    padding: 3px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background: #ababab;
}
.form_item dt span.required {
    background: #bc2730;
}
.form_item dt em,
.form_item .item em {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: normal;
    margin-left: 5px;
}
.form_item dd {
    margin-bottom: 20px;
}
.form_item .item {
    overflow: hidden;
    display: block;
    margin-bottom: 15px;
}
.form_item .item p {
    font-weight: bold;
    margin-bottom: 5px;
}
.form_item .item > .item {
    padding-left: 1.6rem;
}
.form_thanks {
    padding: 100px 0;
}
.form_thanks_text {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.width_l {
    width: 100%;
}
.width_m {
    width: 75%;
}
.width_s {
    width: 50%;
}

.page_form_area input,
.page_form_area textarea {
    border: #a9a9a9 1px solid;
    padding: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.page_form_area textarea {
    height: 200px;
}

.page_form_area .select_btn {
    display: block;
    position: relative;
    border: #a9a9a9 1px solid;
    padding: 7px 8px 9px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 1.6rem;
}
.page_form_area .form_confirm .select_btn {
    background: #ddd;
}
.page_form_area .form_confirm .select_btn select {
    border: 0;
}
.page_form_area .select_btn.select_btn_inline {
    display: inline-block;
    min-width: 80px;
}
.page_form_area .select_btn:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    right: 15px;
    margin-top: -6px;
    margin-left: -4px;
    border-top: 6px solid transparent;
    border-right: 0px solid transparent;
    border-left: #333 8px solid;
    border-bottom: 6px solid transparent;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    pointer-events: none;
}
.page_form_area .select_btn select {
    width: 100%;
}

.submit_block {
    margin-top: 45px;
    text-align: center;
}
.submit_block p {
    text-align: center;
    margin-bottom: 10px;
}
.submit_block p a {
    display: inline-block;
    position: relative;
    color: #3958a9;
    padding-left: 15px;
}
.submit_block p a:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0px;
    margin-top: -4px;
    border-top: 1px solid #bc2730;
    border-right: 1px solid #bc2730;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.submit_block p a:hover {
    text-decoration: underline;
}
.submit_block .btn_submit {
    box-sizing: border-box;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    position: relative;
    width: 90%;
    display: inline-block;
    margin: 25px 0 0 0;
    padding: 15px 12px;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 3px;
    border: 0;
    background-color: #bc2730;
    color: #fff;
    font-weight: bold;
    vertical-align: middle;
    cursor: pointer;
}
.submit_block .btn_submit:hover {
    background-color: #c92333;
}

input[type='radio'],
input[type='checkbox'] {
    display: none;
}

.radio label span,
.checkbox label span {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    margin-bottom: 8px;
    font-size: 1.3rem;
    padding: 12px 5px 12px 32px;
    border-radius: 3px;
    background-color: #f4f4f4;
    vertical-align: middle;
    cursor: pointer;
}
.radio .wpcf7-list-item:hover label span,
.checkbox:hover label span {
    background-color: #e8e8e8;
}
.radio .wpcf7-list-item:hover label span:after,
.checkbox:hover label span:after {
    border-color: #bc2730;
}

/*確認画面用*/
.form_confirm .radio .wpcf7-list-item label span,
.form_confirm .checkbox label span {
    background-color: #ddd;
}
.form_confirm .radio .wpcf7-list-item:hover label span,
.form_confirm .checkbox:hover label span {
    cursor: default;
    background-color: #ddd;
}
.form_confirm .radio .wpcf7-list-item:hover label span:after,
.form_confirm .checkbox:hover label span:after {
    border-color: #a9a9a9;
}
/*//確認画面用*/

.radio label span:after,
.checkbox label span:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -10px;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 50px;
    content: '';
}
.checkbox label span:after {
    border-radius: 6px;
}

.radio label span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 14px;
    display: block;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    z-index: 2;
    opacity: 0;
    background: #bc2730;
    border-radius: 50px;
    content: '';
}

input[type='radio']:checked + span:before,
.radio input[type='hidden'] + span:before {
    opacity: 1;
}

.checkbox label span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 13px;
    width: 11px;
    height: 6px;
    margin-top: -6px;
    opacity: 0;
    border-left: 2px solid #bc2730;
    border-bottom: 2px solid #bc2730;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type='checkbox']:checked + span:before,
.checkbox input[type='hidden'] + span:before {
    opacity: 1;
}

.form_list li > ul {
    margin-bottom: 20px;
}
.form_list li > ul > li {
    margin-bottom: 6px;
}

.form_list span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.page_form_area .wpcf7c-conf {
    background-color: #ddd;
}
.page_form_area .wpcf7c-btn-back {
    background-color: #666;
}
.page_form_area .wpcf7c-btn-back:hover {
    background-color: #7d7d7d;
}
.page_form_area .ajax-loader {
    display: none !important;
}
.page_form_area .wpcf7-validation-errors {
    border: 4px solid #bc2730;
    padding: 16px;
}

.page_form_area .confirm_notes {
    display: none;
}
.page_form_area .form_confirm .confirm_notes {
    display: block;
}
.page_form_area .confirm_notes p {
    font-size: 2rem;
    margin-bottom: 40px;
    border: solid 1px #000;
    padding: 20px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .form_item {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 20px;
        border-bottom: #d4d4d4 1px solid;
    }
    .form_item dt {
        display: table-cell;
        vertical-align: top;
        width: 40%;
        position: relative;
        margin-bottom: 0;
        padding-left: 66px;
        padding-top: 7px;
        padding-right: 20px;
        padding-bottom: 25px;
    }
    .form_item dt span {
        top: 11px;
    }
    .form_item dt em,
    .form_item .item em {
        display: block;
        margin-left: 0;
    }
    .form_item dd {
        display: table-cell;
        vertical-align: middle;
        margin-bottom: 0;
        padding-bottom: 25px;
    }
    .form_list.colm2 {
        overflow: hidden;
    }
    .submit_block .btn_submit {
        width: 330px;
    }
}
@media screen and (min-width: 992px) {
    .form_item dt {
        width: 32%;
    }
    .form_list.colm2 li,
    .form_list.colm2 .radio > span {
        float: left;
        width: 49%;
        margin-right: 2%;
    }
    .form_list.colm2 li:nth-child(2n),
    .form_list.colm2 .radio > span:nth-of-type(2n) {
        margin-right: 0;
    }
    .form_list.colm2 li:nth-child(2n + 1),
    .form_list.colm2 .radio > span:nth-of-type(2n + 1) {
        clear: both;
    }
    .form_list.colm3 li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .form_list.colm3 li:nth-child(3n),
    .form_list.colm3 .radio > span:nth-of-type(3n) {
        margin-right: 0;
    }
    .form_list.colm3 li:nth-child(3n + 1),
    .form_list.colm3 .radio > span:nth-of-type(3n + 1) {
        clear: both;
    }
}

/*プレースホルダー色設定*/
input:placeholder-shown,
textarea:placeholder-shown {
    color: #a0a0a0;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0a0a0;
}

/* Firefox 18- */
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

/* Firefox 19+ */
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0a0a0;
    opacity: 1;
}

/* IE 10+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0a0a0;
}

/*翻訳ページ*/
.section_contents {
    position: relative;
    padding: 40px 0 40px 0;
}

.language .top_visual {
}
.language .intro_text {
    margin-bottom: 10px;
}
.language .intro_text p {
    font-size: 1.6rem;
    line-height: 2.2;
}
.language_title.page_head_title_m {
    color: #333;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    margin-left: 0.15rem;
    margin-bottom: 25px;
}
.language_title.page_head_title_m:after {
    content: none;
}
.shadow_top:after {
    content: '';
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 );

    z-index: 10;
}
.shadow_bottom:before {
    content: '';
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=0 );

    z-index: 10;
}

@media screen and (min-width: 768px) {
    .section_contents {
        padding: 70px 0 90px 0;
    }
    .language_title.page_head_title_m {
        margin-bottom: 55px;
    }
    .language .intro_text p {
        line-height: 2.6;
    }
}
@media screen and (min-width: 992px) {
}

/*事業概要*/
.language .business_contents_main {
    color: #fff;
    background: url(../img/language/language_business_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.language .business_contents_main .page_head_title_m {
    color: #fff;
}
.language .business_process {
    margin: 0 auto;
}
.language .business_contents_title {
    padding-top: 25px;
    line-height: 1.8;
}
.language .business_comment {
    padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .language .business_contents_title {
        padding-top: 45px;
    }
}
@media screen and (min-width: 992px) {
}

.banner_icon_cart {
    width: 57px;
    height: auto;
    margin: 0 auto;
}

/*北の快適工房(翻訳ページ用)*/
.language .kobo_wrap {
    position: relative;
    background-image: url(../img/business/kobo_obj_hokkaido.png), url(../img/business/main_bg.jpg);

    background-repeat: no-repeat, repeat-x;

    background-position: center center, 0 0;
}
.language .kobo_head p {
    font-weight: bold;
    line-height: 1.6;
}
.language .kobo_head {
    padding: 50px 20px 30px;
}
.language .kobo_paragraph {
    border-top: 1px solid #000;
    padding-top: 30px;
    padding-bottom: 30px;
}
.kobo_link_btn {
    margin-top: 20px;
    text-align: center;
}
.kobo_link_btn a {
    position: relative;
    display: inline-block;
    background: #d2d0d0;
    padding: 20px 25px 19px;
    text-align: center;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    font-size: 1.3rem;
}
.kobo_link_btn a:hover {
    color: #fff;
    background-color: #bc2730;
}
.kobo_link_btn a:after {
    content: '\e905';
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
}
@media screen and (min-width: 768px) {
    .language .kobo_head {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .language .kobo_paragraph {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .kobo_link_btn {
        margin-top: 60px;
    }
    .kobo_link_btn a {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 992px) {
}

/*会社概要*/
.section_company {
    background-color: #f4f4f4;
}
.company_map_root {
    margin-top: 25px;
}

.section_access {
    color: #fff;
    text-align: center;
    background: url(../img/language/language_access_bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.section_access .language_title.page_head_title_m {
    color: #fff;
}
.section_access #map {
    margin: 0 auto 25px;
}
.section_access .access_link_btn {
    text-align: center;
    margin-top: 25px;
}
.section_access .access_link_btn a {
    position: relative;
    display: inline-block;
    background: #ffffff;
    padding: 20px 25px 19px;
    text-align: center;
    width: 90%;
    max-width: 330px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.section_access .access_link_btn a:hover {
    color: #fff;
    background-color: #bc2730;
}
.language .border_top_item dt {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .language .border_top_item dt {
        background: none;
    }
    .section_access #map {
        margin: 0 0 40px;
    }
    .section_access .access_link_btn {
        margin-top: 40px;
    }
}
@media screen and (min-width: 992px) {
}

.language .footer_inner {
    display: block;
}
.language_footer {
    text-align: center;
    background-color: #bc2730;
    color: #fff;
}
.language_footer_bottom {
    text-align: center;
    background-color: #f0766b;
}
.language_footer_bottom .copy {
    text-align: center;
    margin: 0;
}
.language_footer_list {
    font-size: 0;
    text-align: center;
    margin: -20px 0;
}
.language_footer_list li {
    display: block;
    font-size: 1.3rem;
    padding: 0 20px;
    border-bottom: 1px solid #d0686e;
}
.language_footer_list li:last-child {
    border-bottom: 0;
}
.language_footer_list li a {
    display: block;
    color: #fff;
    padding: 15px;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
    .language_footer_list {
        margin: 0;
    }
    .language_footer_list li {
        display: inline-block;
        padding: 0 20px;
        border-bottom: 0;
        border-right: 1px solid #d0686e;
    }
    .language_footer_list li:last-child {
        border-right: 0;
    }
    .language_footer_list li a {
        padding: 0;
    }
}

.info .news_list_wrap {
    margin: -40px 0 -80px;
}
.info .ir_news_bg {
    padding: 40px 0;
}
.info .ir_news_bg.color_w {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .info .ir_news_bg {
        padding: 60px 0;
    }
}

/*ツールチップ*/
.tip {
    color: #fff;
    background: #1d1d1d;
    display: none; /*--基本は非表示--*/
    padding: 10px;
    position: absolute;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pager {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}
.pager .page-numbers {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    margin: 0 2px;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 1.8rem;
}
.pager .page-numbers:hover,
.pager .page-numbers:active,
.pager .page-numbers.current {
    background-color: #bc2730;
    border-color: #bc2730;
    color: #fff;
}
.pager .page-numbers.more {
}
.pager .page-numbers.prev,
.pager .page-numbers.next {
    position: relative;
}
.pager .page-numbers.prev:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 12px;
    margin-top: -5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.pager .page-numbers.next:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager .page-numbers.prev:hover:before,
.pager .page-numbers.next:hover:before {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.pager {
    margin: 20px 0 25px;
    padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
    .pager .page-numbers {
        width: 40px;
        height: 40px;
    }
}

.aricle_title {
    font-weight: normal;
    font-size: 2.6rem;
    margin: 30px 0 0;
}
.article_date {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d4d4d4;
}
@media screen and (min-width: 992px) {
    .aricle_title {
        font-size: 3rem;
        margin: 0 0 0;
    }
}

/* wordpress edit config*/
.article_wrap p {
    margin: 15px 0;
}
.article_wrap ul,
.article_wrap ol {
    padding-left: 20px;
}
.article_wrap ul {
    list-style: disc;
}
.article_wrap ol {
    list-style: decimal;
}
.article_wrap strong {
    font-weight: bold;
}
.article_wrap em {
    font-style: italic;
}
.article_wrap blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.article_wrap .aligncenter {
    display: block;
    margin: 0 auto;
}
.article_wrap .alignright {
    float: right;
}
.article_wrap .alignleft {
    float: left;
}
.article_wrap a {
    color: #3958a9;
}
.article_wrap a:hover {
    text-decoration: underline;
}
.article_wrap img[class*='wp-image-'],
.article_wrap img[class*='attachment-'] {
    max-width: 100%;
    height: auto;
}
/* wordpress edit config end*/

.article_wrap .news_list_btn_area a {
    color: #282828;
}
.article_wrap .news_list_btn_area a:hover {
    color: #fff;
}

/*============================================================================

        404

============================================================================*/

.page_404 {
    padding: 40px 0 50px;
}
.title_404 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.page_404 p {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .page_404 {
        padding: 150px 0;
        text-align: center;
    }
    .title_404 {
        font-size: 2.3rem;
        margin-bottom: 30px;
    }
    .page_404 p {
        margin-bottom: 35px;
    }
}

/*============================================================================

        CSR

============================================================================*/

.csr_fvarea {
	display: table;
	width: 100%;
	height: 300px;
	background: url(https://www.kitanotatsujin.com/wp/wp-content/themes/kitanotatsujin-corporate/img/csr/csr_fv.jpg) no-repeat center center;
	background-size: cover;
}

.csr_fvarea_in {
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
	padding-left: 20px;
    padding-right: 20px;
}

.csr_fvarea_text {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.csr_fvarea_maintext {
	font-size: 35px;
	font-weight: bold;
}

.csr_fvarea_subtext {
	font-size: 20px;
	font-weight: bold;
}

.csr_iconarea {
}

.csr_titmin {
	font-weight: bold;
	font-size: 16px;
}

.csr_li_icon {
	display: inline-block;
	margin: 0 auto 10px auto;
}

.csr_li_icon li {
	float: left;
}

.csr_li_icon img {
	width: 80px;
}

.csr_hr {
	margin: 20px auto;
	padding: 0;
	width: 200px;
}

.csr_img {
	text-align: center;
}

.csr_img img {
	max-width: 800px;
	width: 100%;
}

.csr_img_mini {
	text-align: left;
}

.csr_img_mini img {
	max-height: 200px;
}

@media (max-width:768px) {
	.csr_fvarea {
		background: url(https://www.kitanotatsujin.com/wp/wp-content/themes/kitanotatsujin-corporate/img/csr/csr_fv_sp.jpg) no-repeat center center;
		background-size: cover;
		height: 250px;
	}
}

@media (max-width:500px) {
	.csr_fvarea_text {
		padding: 0 20px;
	}
	.csr_li_icon li {
		float: left;
		/*width: 33%;*/
		width: 25%;
	}
	.csr_li_icon img {
		width: 100%;
	}
}


/*============================================================================

        Print

============================================================================*/

@media print {
    .header {
        position: static !important;
    }
    .header_menu_trigger {
        display: none !important;
    }
    .topback {
        display: none !important;
    }
    /*.footer_foot_nav{ display: none !important;}*/
    /*.footer{ display: none !important;}*/
    /*.parts_index_links_img{ display: none !important;}*/
    .sp_pinch_in {
        display: none !important;
    }
    .top_bnr_list {
        display: block !important;
    }
    .top_bnr_list_item {
        float: left;
        width: 50%;
    }
    .message_visual_title {
        font-size: 3.5rem;
    }
    .page_list_area img {
        min-height: 1px;
    }
    .stock_cont {
        margin-bottom: 550px !important;
    }
    .section_contents {
        padding: 200px 0 200px 0;
    }
    .aboutus_bg {
        background-position: center 36%;
    }
    .business_bg {
        background-position: center 36%;
    }
}

.topic_wrap {
    position: relative;

    background: #000;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}
.topic_wrap:hover {
    background: #333;
}

.topic_txt a {
    display: block;
    padding: 10px 20px 10px 26px;
    text-decoration: underline;
    line-height: 1.3;
    color: #fff;
}
@media (min-width: 768px) {
    .topic_txt a {
        padding: 14px 26px;
    }
}

/*　↓以下、demoページのアイコンフォント表示用 本番では不要↓ */

@media screen and (min-width: 768px) {
    body {
        padding-top: 78px;
    }
}
@media screen and (min-width: 992px) {
    body {
        padding-top: 94px;
    }
}
@font-face {
    font-family: 'icomoon';
    src: url('./fonts/icomoon.eot?wn26ix');
    src: url('./fonts/icomoon.eot?wn26ix#iefix') format('embedded-opentype'),
        url('./fonts/icomoon.ttf?wn26ix') format('truetype'),
        url('./fonts/icomoon.woff?wn26ix') format('woff'),
        url('./fonts/icomoon.svg?wn26ix#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*=' icon-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon_zoom:before {
    content: '\e915';
}
.icon-icon_img:before {
    content: '\e914';
}
.icon-icon_rss:before {
    content: '\e913';
}
.icon-icon_business_kaiteki:before {
    content: '\e90d';
}
.icon-icon_company:before {
    content: '\e90e';
}
.icon-icon_history:before {
    content: '\e90f';
}
.icon-icon_philosophy:before {
    content: '\e910';
}
.icon-icon_policy:before {
    content: '\e911';
}
.icon-movie:before {
    content: '\e90b';
}
.icon-pdf:before {
    content: '\e90c';
}
.icon-btn_menu:before {
    content: '\e900';
}
.icon-icon_awards:before {
    content: '\e901';
}
.icon-icon_business:before {
    content: '\e902';
}
.icon-icon_contact:before {
    content: '\e903';
}
.header_tools_list li i.icon-icon_cart {
    margin-right: 0;
}
.icon-icon_cart:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 45%;
    right: 0px;
    margin-top: -11px;
    background: url('../img/common/icon_cart.gif') no-repeat 0 0;
    -webkit-background-size: 20px;
    background-size: 20px;
    z-index: 2;
}
.icon-icon_csr:before {
    content: '\e904';
}
.icon-icon_external_link:before {
    content: '\e905';
}
.icon-icon_ir:before {
    content: '\e906';
}
.icon-icon_language:before {
    content: '\e907';
}
.icon-icon_message:before {
    content: '\e908';
}
.icon-icon_recruit:before {
    content: '\e909';
}
.icon-icon_story:before {
    content: '\e90a';
}
.icon-pinch:before {
    content: '\e912';
}
.icon-circle-right:before {
    content: '\ea42';
}

/*****　各言語のfv直下pdfリンク用　*****/
.world_fv_pdflink {
    border: 1px solid #000;
    margin: 15px 15px 5px 15px;
    padding: 10px;
}

.world_fv_pdflink:hover {
    opacity: 0.7;
}
.world_fv_pdflink_1 {
    border: 1px solid #000;
    margin: 15px auto 5px auto;
    padding: 10px;
    max-width: 1000px;
    width: 100%;
}

.world_fv_pdflink_1:hover {
    opacity: 0.7;
}

.pdflink_img {
    width: 150px;
}

.pdflink_text {
    font-weight: bold;
}

.world_fv_link {
    margin: 0 15px;
    text-align: right;
}

.world_fv_link_1 {
    margin: 0 auto;
    text-align: right;
    max-width: 1000px;
    width: 100%;
}

@media screen and (max-width: 500px) {
    .world_fv_pdflink {
        border: 1px solid #000;
        margin: 20px 5px 5px 5px;
        padding: 5px;
    }
    .pdflink_text {
        font-size: 80%;
    }
    .pdflink_img {
        width: 90px;
    }
}

@media screen and (max-width: 1050px) {
    .world_fv_pdflink_1 {
        border: 1px solid #000;
        margin: 20px 5px 5px 5px;
        padding: 5px;
        width: auto;
    }

    .world_fv_link_1 {
        margin: 0 5px;
        text-align: right;
        width: auto;
    }
}

/*****　メディア実績ページ　*****/
.movie_area1 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 100px 0;
}
.movie_area1 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.movie_area2 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 0 20px 0;
}
.movie_area2 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.main_contents p.taidan {
    text-align: center;
    font-size: 2.2rem;
    line-height: initial;
    margin: 0 0 10px 0;
}
.main_contents p.taidan_text {
    text-align: center;
    font-size: inherit;
    line-height: initial;
    margin: 0 0 20px 0;
}
.taidan_sp {
    display: none;
}
.taidan_pc {
    display: block;
}
@media screen and (max-width: 920px) {
    .taidan_sp {
        display: block;
    }
    .taidan_pc {
        display: none;
    }
    .main_contents p.taidan {
        font-size: 1.8rem;
    }
}

/*****　沿革ページ　*****/
.history_media {
    width: 80%;
}

.movie_area3 {
    position: relative;
    width: 500px;
    padding-top: 315px;
    margin: 0 0 50px 0;
}

@media screen and (min-width: 920px) {
    .movie_area3 {
        padding-top: 315px;
    }
}

@media screen and (max-width: 920px) {
    .history_media {
        width: 100%;
    }
    .movie_area3 {
        width: 100%;
    }
}

.movie_area3 iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 315px !important;
}

@media screen and (max-width: 920px) {
    .movie_area3 iframe {
        height: 100% !important;
    }
}

/*============================================================================

        改行<br>

============================================================================*/
.br-pc {
    display: block;
}
.br-sp {
    display: none;
}
a.privacy_form_link {
    padding-left: 0;
}

@media screen and (max-width: 640px) {
    .br-pc {
        display: none;
    }
    .br-sp {
        display: block;
    }
    a.privacy_form_link {
        padding-left: 50px;
    }
}

/*googlemap埋め込み*/
.map_wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 47.05%;
}
.map_wrap iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}