/*
Theme Name: imos
Version: 1.0.0
*/

@charset "UTF-8";
@font-face {
    font-family: "NotoSansCJKjp";
    font-weight: 700;
    src: url('font/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-weight: 600;
    src: url('font/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-weight: 500;
    src: url('font/NotoSansCJKjp-Regular.woff') format('woff');
}

/*----------------------------------------------------
    Reset
----------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*----------------------------------------------------
    Base
----------------------------------------------------*/
* {
    box-sizing: border-box;
}

p {
/*
    text-align: justify;
    text-justify: inter-ideograph;
*/
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-family:"メイリオ",Meiryo,Meiryo UI,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Osaka－等幅","Osaka-Mono",Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
    font-family: 'NotoSansCJKjp', sans-serif;
    font-weight: 500;
    word-break : break-all;
}

@media screen and (max-width: 768px) {
    body {
        min-width: 1px;
    }
}

input, button, select, textarea {
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
}

caption,
th {
    text-align: left;
}

th {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6, p, th, td, li, div {
    color: #333340;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p, th, td, li, div {
        letter-spacing: 0;
    }
}

a {
    color: #333340;
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: none;
}

b, strong {
    font-weight: 700;
}

img {
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    img {
        height: auto;
        max-width: 100%;
    }
    select {
        width: 100%;
}
}

/*----------------------------------------------------
    Component
----------------------------------------------------*/
/* clearfix */
.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .clearfix-sp {
        clear: both;
        zoom: 1;
    }

    .clearfix-sp:after {
        content: " ";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
}

/* animation */
.single-pager a,
.ani:before,
.rollover {
    animation: horizontalY 0.5s ease-in-out infinite alternate;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.single-pager a:hover:before,
.ani:hover:before,
.rollover:hover {
    animation: horizontalY 0.2 ease-in-out infinite alternate;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* rollover */
.single-pager a:hover,
.rollover:hover {
    filter: alpha(opacity=70) !important;
    -moz-opacity: 0.7 !important;
    opacity: 0.7 !important;
}

/* pc/sp */
.pc {
    display: block;
}

.pc-i {
    display: inline;
}

.sp,
.sp-i {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc,
    .pc-i {
        display: none;
    }

    .sp {
        display: block;
    }

    .sp-i {
        display: inline;
    }
}

.min {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.innerlink {
    height: 1px;
    position: relative;
    top: -80px;
}

@media screen and (max-width: 768px) {
    .innerlink {
        top: -120px;
    }
}

/* title1 */
.title1-sub {
    color: #0066A5;
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
}

.title1-main {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.title1-explain {
    color: #666;
    font-size: 14px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .title1-sub {
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .title1-main {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .title1-explain {
        color: #666;
        font-size: 14px;
        text-align: center;
    }
}

/* title2 */
.title2 {
    background: url(img/title2-bg.png) no-repeat 20px center;
    color: #092958;
    font-size: 21px;
    padding-left: 60px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .title2 {
        background-position: left center;
        padding-left: 40px;
    }

    .works .title2,
    .publishing .title2 {
        font-size: 18px;
    }
}

/* underline */
.underline:after {
    border-top: 2px solid #0066A5;
    content: ' ';
    height: 1px;
    margin-left: -10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 20px;
}

/* list */
.list-square > li {
    padding-left: 20px;
    position: relative;
}

.list-square > li:before {
    content: '■';
    position: absolute;
    left: 0;
    top: 0;
}

.list-disc {
    margin-left: 20px;
}

.list-disc > li {
    list-style-type: disc;
}

/* table */
.table {
    width: 100%;
}

.table th {
    border-top: 1px solid #012353;
    font-size: 14px;
    padding: 16px 15px 16px 65px;
    white-space: nowrap;
}

.table td {
    border-top: 1px solid #C7C7C7;
    font-size: 14px;
    letter-spacing: 0;
    padding: 16px 15px 13px 65px;
}

.table tr:first-child th,
.table tr:first-child td {
    border-top: 0;
}

.table .table-sub td {
    border-top: 0;
    padding-top: 0;
    width: 90%;
}

.table .table-sub td:first-child {
    white-space: nowrap;
    width: auto;
}

.table-center {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .table th {
        background: #efefef;
        border-bottom: 1px solid #C7C7C7;
        border-top: 1px solid #C7C7C7;
        display: block;
        padding: 10px;
    }

    .table td {
        display: block;
        margin-bottom: 20px;
        padding: 10px;
    }
}

/* font-weight */
.text-bold {
    font-weight: bold;
}

/* spacing */
.spacing-y-4 > * + * {
    margin-top: 16px;
}

.spacing-y-8 > * + * {
    margin-top: 32px;
}

/* text-aligh */
.text-right {
    text-align: right;
}

/*----------------------------------------------------
    bar
----------------------------------------------------*/
.bar {
    background: #092958;
}

.bar-in {
    margin: 0 auto;
    width: 1100px;
}

/* catch */
.bar-catch {
    width: 650px;
}

.bar-catch-text {
    color: #fff;
    font-size: 13px;
    line-height: 34px;
}

@media screen and (max-width: 768px) {
    .bar {
        padding-top: 70px;
    }

    .bar-in {
        padding: 8px 20px;
        width: 100%;
    }

    /* catch */
    .bar-catch {
        padding: 0 20px;
        width: 100%;
    }

    .bar-catch-text {
        font-size: 12px;
        line-height: 1.5;
    }
}

/*----------------------------------------------------
    header
----------------------------------------------------*/
.header {
    border-bottom: 1px solid #ccc;
}

.header-in {
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 28px;
    position: relative;
    width: 1100px;
}

.header-logo {
    float: left;
    padding-left: 10px;
    width: 200px;
}

/* menu */
.header-menu-toggle {
    display: none;
}

.header-menu {
    float: right;
    padding-top: 20px;
    width: 900px;
}

.header-menu ul {
    text-align: right;
}

.header-menu li {
    display: inline-block;
    margin: 0 12px;
}

.header-menu li a {
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    padding-bottom: 10px;
}

.header-menu li a:hover,
.header-menu li a.active {
    border-bottom: 3px solid #092958;
}

.header-menu li a small {
    font-size: 12px;
}

/* menu2 */
.header-menu2 {
    position: absolute;
    right: 0;
    top: -34px;
    width: 324px;
}

.header-menu2 li {
    float: left;
    height: 34px;
    padding: 1px 0 1px 1px;
    width: 162px;
}

.header-menu2 li a {
    background: #fff;
    color: #092958;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 160px;
}

.header-menu2 li a i {
    margin-right: 6px;
}

@media screen and (max-width: 768px) {
    .header {
        background: #fff;
        border-top: 3px solid #152B51;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    .header-in {
        padding: 15px 20px 15px;
        width: 100%;
    }

    .header-logo {
        float: none;
        padding-left: 0;
        position: relative;
        text-align: center;
        width: 100%;
        z-index: 1;
    }

    .header-logo img {
        height: 40px;
    }

    /* menu */
    .header-menu-toggle {
        display: inline-block;
        font-size: 24px;
        line-height: 1;
        position: absolute;
        left: 30px;
        top: 25px;
        z-index: 2;
    }

    .header-menu {
        display: none;
        float: none;
        padding-top: 0;
        position: absolute;
        left: 0;
        top: 71px;
        width: 100%;
    }

    .header-menu ul {
        text-align: left;
    }

    .header-menu li {
        border-bottom: 1px solid #ccc;
        display: block;
        margin: 0;
    }

    .header-menu li a {
        background: #fff;
        display: block;
        padding: 15px;
    }

    .header-menu li a:hover,
    .header-menu li a.active {
        border-bottom: 0;
    }

    /* menu2 */
    .header-menu2 {
        right: 20px;
        top: 25px;
        width: auto;
        z-index: 2;
    }

    .header-menu2 li {
        float: none;
        display: inline-block;
        height: 1;
        padding: 0;
        width: auto;
    }

    .header-menu2 li a {
        display: block;
        height: auto;
        line-height: 1;
        margin-left: 10px;
        width: auto;
    }

    .header-menu2 li a span {
        display: none;
    }

    .header-menu2 li a i {
        color: #152B51;
        font-size: 26px;
        margin-right: 0;
    }
}

/*----------------------------------------------------
    main-visual
----------------------------------------------------*/
.main-visual .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: 0;
    left: 0;
}

.main-visual-bxslider li {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}

.main-visual-text {
    margin-left: -160px;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
}

.main-visual-bxslider li img {
    max-width: 100%;
}

/* pager */
.main-visual .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -45px;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a:hover,
.main-visual .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #092958;
}

.main-visual .bx-wrapper .bx-pager.bx-default-pager a {
    background: #888;
    border-radius: 4px;
    height: 8px;
    width: 8px;
}

@media screen and (max-width: 768px) {
    .main-visual .bx-wrapper {
        margin-bottom: 30px;
    }

    .main-visual-text {
        display: block;
        margin-left: 0;
        padding-left: 30px;
        padding-right: 5px;
        padding-top: 20px;
        position: relative;
        left: auto;
        top: auto;
        height: auto;
    }
}

/*----------------------------------------------------
    top topics
----------------------------------------------------*/
.top-topics {
    display: none; /* トップnews非表示対応 */
    margin-bottom: 100px;
}

.top-topics-in {
    margin: 0 auto;
    padding-top: 65px;
    width: 1100px;
}

/* list */
.top-topics-list {
    border-bottom: 1px solid #012353;
    border-top: 1px solid #012353;
    margin-bottom: 35px;
    margin-top: 35px;
    padding: 0 15px;
}

.top-topics-list li {
    border-top: 1px dashed #8B8B8B;
    padding: 12px 5px;
}

.top-topics-list li:first-child {
    border-top: 0;
}

.top-topics-date {
    color: #FF8B00;
    font-size: 13px;
}

.top-topics-cat-news,
.top-topics-cat-press-release {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    margin: 0 10px;
    text-align: center;
    width: 105px;
}

.top-topics-cat-news {
    background: #092958;
}

.top-topics-cat-press-release {
    background: #218003;
}

.top-topics-title {
    font-size: 14px;
}

/* btn */
.top-topics-btn {
    text-align: center;
}

.top-topics-btn a {
    background: #0066A5;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 225px;
}

.top-topics-btn a:after {
    content: '»';
    position: absolute;
    right: 12px;
}

@media screen and (max-width: 768px) {
    .top-topics {
        margin-bottom: 80px;
    }

    .top-topics-in {
        padding: 20px;
        width: 100%;
    }

    /* list */
    .top-topics-title {
        line-height: 1.5;
        margin-top: 7px;
        position: relative;
    }

    .top-topics-title:after {
        /*
        content: '...';
        position: absolute;
        right: 0;
        bottom: 1px;
        */
    }
}

/*----------------------------------------------------
    top company
----------------------------------------------------*/
.top-company {
    margin-bottom: 130px;
}

.top-company-in {
    margin: 0 auto;
    width: 1100px;
}

.top-company-img {
    float: left;
    margin-left: 25px;
    width: 355px;
}

.top-company-info {
    float: right;
    width: 680px;
}

/* info */
.top-company-subtitle {
    color: #0066A5;
    font-size: 13px;
    margin-bottom: 10px;
}

.top-company-title {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 25px;
}

.top-company-title small {
    font-size: 18px;
}

.top-company-text {
    margin-bottom: 30px;
}

/* link */
.top-company li {
    display: inline-block;
    margin-right: 18px;
}

.top-company li a {
    border-bottom: 1px solid #092958;
    color: #092958;
    display: inline-block;
    font-size: 14px;
    padding-bottom: 5px;
}

@media screen and (max-width: 768px) {
    .top-company {
        margin-bottom: 80px;
    }

    .top-company-in {
        padding: 0 20px;
        width: 100%;
    }

    .top-company-img {
        display: none;
    }

    .top-company-info {
        float: none;
        width: 100%;
    }

    /* info */
    .top-company-subtitle {
        text-align: center;
    }

    .top-company-title {
        margin-bottom: 10px;
        text-align: center;
    }

    .top-company-info-img {
        margin: 0 -20px 5px;
    }

    .top-company-text {
        font-size: 14px;
    }

    /* link */
    .top-company li {
        display: inline-block;
        margin-right: 26px;
    }

    .top-company li a {
        border-bottom: 1px solid #152B51;
        color: #152B51;
    }
}

/*----------------------------------------------------
    top activities
----------------------------------------------------*/
.top-activities {
    margin-bottom: 110px;
}

.top-activities-in {
    margin: 0 auto;
    width: 1100px;
}

.top-activities-list {
    margin-bottom: 70px;
    padding-top: 40px;
}

.top-activities-each {
    float: left;
    margin: 0 7px;
    width: 340px;
}

.top-activities-img {
    margin-bottom: 15px;
}

.top-activities-title {
    font-size: 18px;
    height: 65px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}

.top-activities-title1 {
    padding-top: 10px;
}

.top-activities-text {
    font-size: 14px;
}

/* btn */
.top-activities-btn {
    text-align: center;
}

.top-activities-btn a {
    background: #0066A5;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 280px;
}

.top-activities-btn a:after {
    content: '»';
    position: absolute;
    right: 12px;
}

@media screen and (max-width: 768px) {
    .top-activities {
        margin-bottom: 65px;
    }

    .top-activities-in {
        padding: 0 20px;
        width: 100%;
    }

    .top-activities-list {
        padding-top: 60px;
    }

    .top-activities-each {
        float: none;
        margin: 0 0 60px;
        width: 100%;
    }

    .top-activities-img {
        float: left;
        margin-bottom: 0;
        width: 40%;
    }

    .top-activities-body {
        float: left;
        padding-left: 16px;
        width: 60%;
    }

    .top-activities-title {
        font-size: 13px;
        height: auto;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .top-activities-title1 {
        padding-top: 0;
    }

    .top-activities-text {
        font-size: 11px;
    }
}

/*----------------------------------------------------
    top access
----------------------------------------------------*/
.access {
    margin-bottom: 120px;
}

.access-map {
    margin-bottom: 30px;
    width: 100%;
}

.access-map iframe {
    height: 425px;
    width: 100%;
}

/* info */
.access-info {
    margin: 0 auto;
    width: 1050px;
}

.access-logo {
    float: left;
    width: 143px;
}

.access-info-detail {
    float: right;
    width: 820px;
}

.access-address {
    float: left;
    width: 385px;
}

.access-address-text {
    font-size: 14px;
}

.access-train {
    float: right;
    width: 380px;
}

.access-train-title {
    color: #092958;
    font-size: 15px;
    margin-bottom: 10px;
}

.access-train-text {
    font-size: 14px;
    padding-left: 15px;
}

@media screen and (max-width: 768px) {
    .access {
        margin-bottom: 80px;
    }

    .access-map {
        margin-bottom: 20px;
    }

    /* info */
    .access-info {
        padding: 0 20px;
        width: 100%;
    }

    .access-logo {
        display: none;
    }

    .access-info-detail {
        padding-left: 0;
        width: 100%;
    }

    .access-address {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
        width: 100%;
    }

    .access-train {
        float: none;
        width: 100%;
    }

    .access-train-text {
        font-size: 12px;
        padding-left: 0;
    }
}

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

.english .top-contact,
.topics-e .top-contact {
    display: none;
}

.top-contact-in {
    margin: 0 auto;
    width: 940px;
}

.top-contact-title {
    color: #092958;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}

.top-contact-title span {
    background: #fff;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    z-index: 2;
}

.top-contact-title:after {
    border-top: 1px solid #012353;
    content: ' ';
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    z-index: 1;
}

/* tel */
.top-tel {
    float: left;
    padding-right: 20px;
    width: 50%;
}

.top-contact-tel-main {
    border: 1px solid #092958;
    height: 75px;
    margin-left: 15px;
}

.top-tel-number {
    color: #092958;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}

.top-tel-number i {
    display: inline-block;
    margin-right: 10px;
}

.top-tel-remark {
    font-size: 12px;
    text-align: center;
}

/* mail */
.top-mail {
    float: left;
    padding-left: 20px;
    width: 50%;
}

.top-mail a {
    background: #092958;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    margin-left: 15px;
    position: relative;
    text-align: center;
}

.top-mail a i {
    display: inline-block;
    margin-right: 10px;
}

.top-mail a:after {
    content: '»';
    position: absolute;
    right: 35px;
}

@media screen and (max-width: 768px) {
    .top-contact-in {
        padding-left: 25px;
        padding-right: 35px;
        width: 100%;
    }

    .top-contact-title {
        color: #152B51;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    /* tel */
    .top-tel {
        float: none;
        margin-bottom: 40px;
        padding-right: 0;
        width: 100%;
    }

    .top-contact-tel-main {
        border: 1px solid #152B51;
        height: auto;
        margin-left: 10px;
        padding: 10px;
    }

    .top-tel-number {
        color: #152B51;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 5px;
    }

    .top-tel-remark {
        font-size: 8px;
        line-height: 1;
    }

    /* mail */
    .top-mail {
        float: none;
        padding-left: 0;
        width: 100%;
    }

    .top-mail a {
        background: #152B51;
        font-size: 12px;
        height: 54px;
        line-height: 54px;
        margin-left: 10px;
        padding: 0;
    }

    .top-mail a:after {
        right: 20px;
    }
}

/*----------------------------------------------------
    pagetop
----------------------------------------------------*/
.pagetop {
    background: #092958;
    height: 46px;
}

.pagetop-in {
    margin: 0 auto;
    position: relative;
    width: 920px;
}

.pagetop-text {
    color: #fff;
    font-size: 13px;
    line-height: 46px;
    text-align: center;
}

.pagetop a {
    color: #fff;
    position: absolute;
    right: 0;
    top: 5px;
}

.pagetop-gt {
    display: block;
    font-size: 9px;
    line-height: 1;
    transform: rotate( 270deg ) scale(1, 2);
}

.pagetop-top {
    display: block;
    font-size: 9px;
    line-height: 1;
    padding-top: 8px;
}

@media screen and (max-width: 768px) {
    .pagetop {
        background: #092958;
        height: auto;
    }

    .pagetop-in {
        padding: 10px 50px;
        width: 100%;
    }

    .pagetop-text {
        font-size: 10px;
        line-height: 1.5;
    }

    .pagetop a {
        right: 20px;
        top: 13px;
    }
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/
.footer {
    background: url(img/footer-bg.png) no-repeat left top;
    background-size: auto 100%;
}

.footer-menu {
    margin: 0 auto 60px;
    padding-top: 35px;
    text-align: center;
    width: 1100px;
}

.footer-menu ul {
    display: inline-block;
    margin: 0 20px;
    vertical-align: top;
}

.footer-menu li {
    margin-bottom: 10px;
    text-align: left;
}

.footer-menu li a {
    font-size: 13px;
}

.footer-menu li:first-child a {
    color: #092958;
    font-weight: 600;
}

.footer-company-idea {
    padding: 0 0 60px;
    text-align: center;
}

.copyright {
    border-top: 1px solid #012353;
    padding: 15px 0;
}

.copyright p {
    font-size: 12px;
    line-height: 1;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer {
        display: none;
    }
}

/*----------------------------------------------------
    page
----------------------------------------------------*/
.page-header {
    background-position: bottom center;
    background-repeat: no-repeat;
}

.info .page-header,
.note .page-header,
.english .page-header,
.profile .page-header {
    background-image: url(img/company-bg.png);
}

.seminar .page-header,
.works .page-header {
    background-image: url(img/works-bg.png);
}

.order .page-header,
.publishing .page-header {
    background-image: url(img/publishing-bg.png);
}

.senkaku .page-header {
    background-image: url(img/senkaku-bg.png);
}

.topics-e .page-header,
.single .page-header,
.archive .page-header {
    background-image: url(img/topics-bg.png);
}

.page-header-in {
    border-left: 1px solid #0066A6;
    margin: 0 auto;
    padding: 50px 38px 355px;
    width: 980px;
}

.page-title {
    display: inline-block;
    text-align: center;
}

.page-title-main {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
}

.page-title-sub {
    display: inline-block;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .page-header {
        background-size: auto 140px;
    }

    .page-header-in {
        border-left: 1px solid #0066A6;
        margin-left: 30px;
        padding: 25px 25px 165px;
        width: auto;
    }

    .page-title-main {
        font-size: 21px;
        margin-bottom: 0;
    }
}

/*----------------------------------------------------
    breadcrumb
----------------------------------------------------*/
.breadcrumb {
    padding-top: 30px;
}

.breadcrumb-in {
    margin: 0 auto;
    width: 940px;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:before {
    content: '＞';
    display: inline-block;
    font-size: 10px;
    padding: 0 3px;
}

.breadcrumb li:first-child:before {
    content: none;
}

.breadcrumb li a,
.breadcrumb li span {
    font-size: 12px;
}

.breadcrumb li a {
    border-bottom: 1px solid #0066A6;
    color: #0066A6;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        padding-top: 17px;
    }

    .breadcrumb-in {
        padding: 0 20px;
        width: 100%;
    }
}

/*----------------------------------------------------
    innerlink list
----------------------------------------------------*/
.innerlink-list {
    margin-top: -17px;
}

.innerlink-list-in {
    margin: 0 auto;
    text-align: right;
    width: 930px;
}

.innerlink-list ul {
    display: inline-block;
}

.innerlink-list li {
    display: inline-block;
    margin-left: 24px;
}

.innerlink-list li a {
    border-bottom: 1px solid #092958;
    color: #092958;
    display: inline-block;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    /* link */
    .innerlink-list {
        margin-top: 30px;
    }

    .innerlink-list-in {
        padding: 0 20px;
        text-align: center;
        width: 100%;
    }

    .innerlink-list li {
        margin-left: 12px;
    }
}

/*----------------------------------------------------
    company
----------------------------------------------------*/
/* idea */
.company-idea {
    margin-bottom: 180px;
    padding-top: 120px;
}

.company-idea-in {
    margin: 0 auto;
    width: 940px;
}

.company-idea-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.company-idea-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.company-idea-img {
    margin-bottom: 70px;
    text-align: center;
}

.company-idea-text {
    font-size: 14px;
    letter-spacing: 0;
}

.company-idea-text strong {
    color: #0066A6;
    font-weight: 500;
}

/* idea list */
.company-idea-list {
    margin: 0 -12px;
    padding-bottom: 45px;
    padding-top: 40px;
}

.company-idea-each {
    border: 1px solid #ccc;
    float: left;
    margin: 0 12px;
    padding: 30px 18px 40px;
    width: 290px;
}

.company-idea-no {
    font-size: 14px;
    margin-bottom: 25px;
    text-align: center;
}

.company-idea-title2 {
    font-size: 21px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

.company-idea-text {
    font-size: 14px;
    letter-spacing: 0;
}

/* overview */
.company-overview{
    margin-bottom: 160px;
}

.company-overview-in {
    margin: 0 auto;
    width: 980px;
}

.company-overview table {
    margin-top: 50px;
}

.company-overview li {
    letter-spacing: 0;
}

/* officer */
.company-officer {
    padding-bottom: 220px;
}

.company-officer-in {
    margin: 0 auto;
    width: 955px;
}

.company-officer-list {
    margin: 0 -8px;
    padding-top: 30px;
}

.company-officer-each {
    float: left;
    margin: 0 8px 55px;
    width: 305px;
}

.company-officer-img {
    margin-bottom: 10px;
}

.company-officer-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}

.company-officer-position {
    font-size: 14px;
    text-align: center;
}

/* access */
.company-access {
    padding-bottom: 25px;
}

.company-access-in {
    margin: 0 auto;
    width: 955px;
}

@media screen and (max-width: 768px) {
    /* idea */
    .company-idea {
        margin-bottom: 80px;
        padding-top: 60px;
    }

    .company-idea-in {
        padding: 0 20px;
        width: 100%;
    }

    .company-idea-subtitle {
        font-size: 13px;
    }

    .company-idea-title {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .company-idea-text {
        font-size: 12px;
    }

    /* idea list */
    .company-idea-list {
        margin: 0;
        padding-bottom: 0;
    }

    .company-idea-each {
        float: none;
        margin: 0 0 30px;
        padding: 20px 10px;
        width: 100%;
    }

    .company-idea-no {
        margin-bottom: 30px;
    }


    .company-idea-title2 {
        margin-bottom: 30px;
    }

    /* overview */
    .company-overview{
        margin-bottom: 80px;
    }

    .company-overview-in {
        padding: 0 20px;
        width: 100%;
    }

    .company-overview table {
        margin-top: 30px;
    }

    /* officer */
    .company-officer {
        padding-bottom: 120px;
    }

    .company-officer-in {
        padding: 0 20px;
        width: 100%;
    }

    .company-officer-list {
        margin: 0;
    }

    .company-officer-each {
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }

    .company-officer-img {
        text-align: center;
    }

    /* access */
    .company-access-in {
        padding: 0 20px;
        width: 100%;
    }
}

/*----------------------------------------------------
    works
----------------------------------------------------*/
/* overview */
.works-overview {
    margin-bottom: 200px;
}

.works-overview-in {
    margin: 0 auto;
    width: 960px;
}

.works-overview-list {
    margin: 0 -12px;
    padding-bottom: 45px;
    padding-left: 6px;
    padding-top: 80px;
    text-align: left;
}

.works-overview-each {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 12px 24px;
    min-height: 250px;
    padding: 15px 0 20px;
    text-align: center;
    vertical-align: top;
    width: 300px;
}

.works-overview-each a {
    display: block;
}

.works-overview-no {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.works-overview-title {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
    padding: 0 0 15px;
    position: relative;
    text-align: center;
}

.works-overview-title small {
    font-size: 12px;
}

.works-overview-text {
    font-size: 14px;
    padding: 0 18px;
    letter-spacing: 0;
}

/* list */
.works-list {
    padding-bottom: 100px;
}

.works-list-in {
    margin: 0 auto;
    width: 980px;
}

.works-each {
    margin-bottom: 110px;
}

/* main */
.works-main {
    padding-top: 30px;
}

.works-img {
    float: left;
    margin-left: 40px;
    width: 257px;
}

.works-text {
    float: right;
    width: 660px;
}

/* img */
.works-img li {
    margin-bottom: 10px;
}

/* text */
.works-main p {
    font-size: 14px;
    margin-bottom: 20px;
}

.works-main p strong {
    color: #0066A6;
    font-weight: 500;
}

.works-bold {
    font-weight: 700 !important;
}

.works-main p i {
    color: #FF0000;
    display: inline-block;
    font-size: 18px;
    margin-right: 10px;
}

.works-main p a {
    color: #0066A6;
    border-bottom: 1px solid #0066A6;
}

.works-main blockquote {
    background: rgba(51, 51, 64, 0.1);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 25px;
    padding: 25px 40px;
    position: relative;
}

.works-main blockquote .fa-quote-left,
.works-main blockquote .fa-quote-right {
    font-size: 14px;
    position: absolute;
}

.works-main blockquote .fa-quote-left {
    left: 10px;
    top: 10px;
}

.works-main blockquote .fa-quote-right {
    right: 10px;
    bottom: 10px;
}

.works-link {
    display: block;
    margin-top: 10px;
}

/* btn */
.works-btn {
    padding-top: 35px;
    text-align: right;
    vertical-align: top;
}

.works-btn1 {
    background: #092958;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 75px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 265px;
}

.works-btn2 {
    background: #092958;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 75px;
    padding-left: 10px;
    padding-right: 40px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: auto;
}

.works-btn1:after,
.works-btn2:after {
    content: '»';
    position: absolute;
    right: 20px;
}

/* cso */
.works-cso {
    padding: 50px 0 40px;
}

.works-cso-title {
    background: url(img/works-cso-title.png) repeat-x left center;
    text-align: center;
}

.works-cso-title span {
    background: #fff;
    display: inline-block;
    color: #0066A5;
    font-size: 24px;
    padding: 0 20px;
}

.works-cso-catch {
    color: #0066A5;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding-bottom: 10px;
}

.works-cso-title2 {
    font-size: 24px;
    padding-bottom: 20px;
}

.works-cso-example {
    background: rgba(51, 51, 64, 0.1);
    margin-bottom: 20px;
    padding: 10px 15px;
}

.works-main .works-cso-example p {
    font-size: 13px;
    margin-bottom: 0;
}

.works-cso-each1 {
    padding-top: 75px;
    padding-left: 355px;
    position: relative;
}

.works-cso-manga1 {
    position: absolute;
    top: 75px;
    left: 15px;
}

.works-cso-each2 {
    padding: 60px 435px 20px 0;
    position: relative;
}

.works-cso-manga2 {
    position: absolute;
    top: 40px;
    right: 10px;
}

.works-cso-each3 {
    padding: 70px 0 40px 300px;
    position: relative;
}

.works-cso-manga3 {
    position: absolute;
    top: 20px;
    left: 35px;
}

@media screen and (max-width: 768px) {
    /* overview */
    .works-overview {
        margin-bottom: 100px;
    }

    .works-overview-in {
        padding: 0 20px;
        width: 100%;
    }

    .works-overview-list {
        margin: 0;
        padding-bottom: 25px;
        padding-left: 0;
        padding-top: 40px;
    }

    .works-overview-each {
        display: block;
        margin: 0 0 24px;
        min-height: 1px;
        padding: 20px 10px;
        width: 100%;
    }

    .works-overview-no {
        margin-bottom: 30px;
    }

    .works-overview-title {
        margin-bottom: 30px;
        padding: 0 0 30px;
    }

    .works-overview-text {
        padding: 0;
    }

    /* list */
    .works-list {
        padding-bottom: 50px;
    }

    .works-list-in {
        padding: 0 20px;
        width: 100%;
    }

    .works-each {
        margin-bottom: 60px;
    }

    /* main */
    .works-img {
        float: none;
        margin-left: 0;
        margin-bottom: 20px;
        text-align: center;
        width: 100%;
    }

    .works-text {
        float: none;
        width: 100%;
    }

    /* img */
    .works-img li {
        display: inline-block;
        margin-bottom: 10px;
        padding-right: 10px;
        width: 49%;
    }

    /* text */
    .works-main p i {
        margin-right: 5px;
    }

    .works-main blockquote {
        padding: 20px;
    }

    .works-main blockquote .fa-quote-left {
        left: 5px;
        top: 5px;
    }

    .works-main blockquote .fa-quote-right {
        right: 5px;
        bottom: 5px;
    }

    /* btn */
    .works-btn1,
    .works-btn2 {
        display: block;
        width: 100%;
    }

    .works-btn2 {
        line-height: 1.5;
        margin-bottom: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .works-btn1:after,
    .works-btn2:after {
        content: '»';
        display: inline-block;
        margin-left: 8px;
        position: relative;
        right: auto;
    }

    /* cso */
    .works-cso {
        padding-bottom: 0;
    }

    .works-cso-title span {
        font-size: 18px;
        margin: 0 20px;
        padding: 0 10px;
    }

    .works-cso-title2 {
        font-size: 18px;
    }

    .works-cso-example {
        padding: 10px;
    }

    .works-cso-each1,
    .works-cso-each2,
    .works-cso-each3 {
        padding-top: 40px;
        padding-right: 0;
        padding-left: 0;
    }

    .works-cso-manga1,
    .works-cso-manga2,
    .works-cso-manga3 {
        position: relative;
        top: auto;
        right: 0;
        left: auto;
        text-align: center;
    }
}

/*----------------------------------------------------
    publishing
----------------------------------------------------*/
.publishing-list {
    margin: 0 auto 200px;
    padding-top: 80px;
    width: 980px;
}

.publishing-each {
    margin-top: 130px;
}

.publishing-each:first-child {
    margin-top: 0;
}

/* img */
.publishing-img {
    float: left;
    margin-left: 40px;
    padding-top: 30px;
    width: 257px;
}

/* body */
.publishing-body {
    float: right;
    padding-top: 10px;
    width: 660px;
}

/* info */
.publishing-price {
    color: #FF8B00;
    float: left;
    font-size: 29px;
    font-weight: 600;
    line-height: 75px;
    padding-right: 10px;
    text-align: right;
    width: 395px;
}

.publishing-price small {
    font-size: 16px;
}

.publishing-link {
    float: right;
    width: 265px;
}

.publishing-btn {
    background: #092958;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 75px;
    line-height: 75px;
    position: relative;
    text-align: center;
    width: 100%;
}

.publishing-btn:after {
    /*content: "»";*/
    position: absolute;
    right: 40px;
}

.publishing-pdf {
    display: block;
    padding-top: 5px;
    text-align: center;
}

.publishing-pdf a {
    border-bottom: 1px solid #0066A5;
    color: #0066A5;
    font-size: 14px;
}

.publishing-pdf i {
    color: #FF0000;
    display: inline-block;
    font-size: 20px;
    margin-right: 10px;
}

.publishing-content {
    clear: both;
    padding-top: 30px;
}

/* media */
.media {
    margin-bottom: 200px;
}

.media-in {
    margin: 0 auto;
    padding-top: 40px;
    width: 980px;
}

.media-list li {
    font-size: 14px;
}

.media-date {
    border-top: 1px solid #012353;
    display: inline-block;
    padding: 16px 0;
    text-align: center;
    width: 270px;
}

.media-title {
    border-top: 1px solid #C7C7C7;
    display: inline-block;
    letter-spacing: 0;
    padding: 16px 0 16px 20px;
    width: 710px;
}

.media-list li:first-child .media-date,
.media-list li:first-child .media-title {
    border-top: 0;
}

@media screen and (max-width: 768px) {
    .publishing-list {
        margin: 0 auto 100px;
        padding: 40px 20px 0;
        width: 100%;
    }

    .publishing-each {
        margin-top: 60px;
    }

    /* img */
    .publishing-img {
        float: none;
        margin-left: 0;
        padding-top: 30px;
        text-align: center;
        width: 100%;
    }

    /* body */
    .publishing-body {
        float: none;
        width: 100%;
    }

    /* info */
    .publishing-price {
        float: none;
        padding-right: 0;
        width: 100%;
    }

    .publishing-link {
        float: none;
        width: 100%;
    }

    .publishing-btn {
        display: block;
    }

    .publishing-btn:after {
        content: "»";
        display: inline-block;
        margin-left: 8px;
        position: relative;
        right: auto;
    }

    /* media */
    .media {
        margin-bottom: 100px;
    }

    .media-in {
        padding: 40px 20px 0;
        width: 100%;
    }

    .media-date {
        margin-top: 20px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        width: 100%;
    }

    .media-title {
        padding-right: 20px;
        width: 100%;
    }

    .media-list li:first-child .media-title {
        border-top: 1px solid #C7C7C7;
    }

}

/*----------------------------------------------------
    topics list
----------------------------------------------------*/
.topics-list {
    margin: 0 auto;
    padding-top: 80px;
    width: 980px;
}

.topics-each {
    border-bottom: 1px dashed #8C8C8C;
    margin: 0 20px 25px;
    padding-bottom: 25px;
}

/* date */
.topics-list-date {
    color: #FF8C00;
    float: left;
    font-size: 13px;
    padding-left: 20px;
    width: 135px;
}

/* category */
.topics-list-cat-news,
.topics-list-cat-press-release {
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    text-align: center;
    width: 105px;
}

.topics-list-cat-news {
    background: #092958;
}

.topics-list-cat-press-release {
    background: #218003;
}

/* body */
.topics-list-body {
    float: right;
    padding-right: 20px;
    width: 655px;
}

.topics-list-title {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 15px;
}

.topics-list-text {
    color: #949494;
    font-size: 12px;
    letter-spacing: 0;
}

/* pager */
.archive-pager {
    margin: 0 20px 55px;
    padding-top: 50px;
    text-align: center;
}

.page-numbers {
    border: 1px solid #949494;
    color: #949494;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    margin: 0 6px;
    text-align: center;
    width: 55px;
}

.archive-pager .current {
    cursor: default;
}

.archive-pager .dots {
    cursor: default;
    border: 0;
}

.archive-pager .current,
a.page-numbers:hover {
    background: #0066A6;
    color: #fff;
}

.next,
.prev {
    padding: 0 12px;
    line-height: 55px;
    width: auto;
}

/* year */
.archive-year-list {
    border-top: 1px solid #012353;
    margin-bottom: 200px;
    padding-top: 15px;
}

.archive-year-list-title {
    color: #092958;
    font-size: 14px;
    margin-bottom: 10px;
    margin-left: 16px;
}

.archive-year-list ul {
    margin-left: 32px;
}

.archive-year-list li {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 15px;
}

.archive-year-list li a {
    border-bottom: 1px solid #0066A6;
    color: #0066A6;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .topics-list {
        padding: 40px 20px;
        width: 100%;
    }

    .topics-each {
        border-bottom: 1px dashed #8C8C8C;
        margin: 0 10px 25px;
    }

    /* date */
    .topics-list-date {
        padding-left: 0;
        width: 115px;
    }

    .topics-list-cat-news,
    .topics-list-cat-press-release {
        margin-left: 0;
    }

    /* body */
    .topics-list-body {
        float: none;
        padding-right: 0;
        padding-top: 10px;
        width: 100%;
    }

    .topics-list-title {
        margin-bottom: 10px;
    }

    /* pager */
    .archive-pager {
        margin: 0 0 55px;
        padding-top: 50px;
    }

    .page-numbers {
        font-size: 12px;
        line-height: 30px;
        margin-bottom: 10px;
        width: 30px;
    }

    .next,
    .prev {
        padding: 0 6px;
        line-height: 30px;
        width: auto;
    }
}

/*----------------------------------------------------
    topics
----------------------------------------------------*/
.topics {
    margin: 0 auto 200px;
    padding-top: 80px;
    width: 980px;
}

.topics-header {
    margin-bottom: 15px;
    padding: 0 20px;
}

/* date */
.topics-date {
    color: #FF8C00;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
}

/* category */
.topics-cat-news,
.topics-cat-press-release {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 20px;
    text-align: center;
    width: 105px;
}

.topics-cat-news {
    background: #092958;
}

.topics-cat-press-release {
    background: #218003;
}

/* body */
.topics-title {
    border-bottom: 1px dashed #8C8C8C;
    font-size: 16px;
    letter-spacing: 0;
    margin: 0 20px 15px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.topics-content {
    margin: 0 20px;
    padding-left: 15px;
    padding-bottom: 20px;
}

/* pager */
.single-pager {
    border-top: 1px solid #012353;
    margin-bottom: 70px;
    padding-top: 15px;
}

.single-pager a {
    color: #949494;
    display: inline-block;
    font-size: 12px;
    line-height: 1.6;
}

.single-title {
    border-bottom: 1px solid #0066A6;
    color: #0066A6;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
}

.single-prev {
    float: left;
    padding: 0 20px;
    width: 50%;
}

.single-next {
    float: right;
    padding: 0 20px;
    text-align: right;
    width: 50%;
}

@media screen and (max-width: 768px) {
    .topics {
        padding: 40px 20px 0;
        width: 100%;
    }

    .topics-header {
        padding: 0;
    }

    /* body */
    .topics-title {
        margin: 0 0 15px;
        padding-right: 10px;
    }

    .topics-content {
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    /* pager */
    .single-pager {
        margin-bottom: 50px;
    }

    .single-prev {
        display: block;
        float: none;
        padding: 0 40px 0 0;
        width: 100%;
    }

    .single-next {
        display: block;
        float: none;
        padding: 20px 0 0 40px;
        width: 100%;
    }
}

/*----------------------------------------------------
    editor
----------------------------------------------------*/
.topics-content .aligncenter,
.publishing-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.topics-content .alignleft,
.publishing-content .alignleft {
    float: left;
}

.topics-content .alignright,
.publishing-content .alignright {
    float: right;
}

.topics-content h1,
.publishing-content h1 {
    font-size: 21px;
    font-weight: bold;
}

.topics-content h2,
.publishing-content h2 {
    font-size: 18px;
    font-weight: bold;
}

.topics-content h3,
.publishing-content h3 {
    font-size: 16px;
    font-weight: bold;
}

.topics-content h4,
.publishing-content h4 {
    font-size: 14px;
    font-weight: bold;
}

.topics-content h5,
.publishing-content h5 {
    font-size: 13px;
    font-weight: bold;
}

.topics-content h6,
.publishing-content h6 {
    font-size: 13px;
    font-weight: bold;
}

.topics-content p,
.publishing-content p {
    font-size: 14px;
}

.topics-content strong,
.publishing-content strong {
    font-weight: 700;
}

.topics-content em,
.publishing-content em {
    font-style: italic;
}

.topics-content ul,
.publishing-content ul {
    list-style: disc;
}

.topics-content ol,
.publishing-content ol {
    list-style: decimal;
}

.topics-content li,
.publishing-content li {
    list-style-position: inside;
}

.topics-content th,
.topics-content td,
.publishing-content th,
.publishing-content td {
    font-size: 13px;
}

.topics-content table ,
.publishing-content table,
.topics-content iframe,
.publishing-content iframe {
    max-width: 100%;
}

.topics-content td,
.publishing-content td {
    vertical-align: top;
}

/*----------------------------------------------------
    topics-e
----------------------------------------------------*/
.topics-e-1 {
    margin-bottom: 120px;
    padding-top: 70px;
}

.topics-e-2 {
    margin-bottom: 200px;
}

.topics-e-in {
    margin: 0 auto;
    width: 980px;
}

.topics-e-title {
    font-size: 21px;
    font-weight: 700;
    padding: 30px 0;
    text-align: center;
}

.topics-e-1 p,
.topics-e-2 p {
    font-size: 16px;
    margin-bottom: 25px;
}

.topics-e-2 a {
    border-bottom: 1px solid #092958;
    color: #092958;
    display: inline-block;
}

.topics-e-2 ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.topics-e-em {
    font-size: 21px;
    font-weight: 700;
    padding-bottom: 30px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .topics-e-1 {
        margin-bottom: 60px;
        padding-top: 40px;
    }

    .topics-e-2 {
        margin-bottom: 100px;
    }

    .topics-e-in {
        padding: 0 20px;
        width: 100%;
    }

    .topics-e-title {
        padding: 20px 0;
    }

    .topics-e-1 p,
    .topics-e-2 p {
        margin-bottom: 20px;
    }

    .topics-e-2 ul {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .topics-e-em {
        padding-bottom: 20px;
    }
}

/*----------------------------------------------------
    english
----------------------------------------------------*/
.english-in {
    margin: 0 auto;
    width: 980px;
}

/* overview */
.english-overview {
    margin-bottom: 120px;
    padding-top: 80px;
}

.english-overview table {
    margin-top: 50px;
}

.english-overview th,
.english-overview td {
    font-size: 16px;
}

/* activities */
.english-activities {
    margin-bottom: 120px;
}

.english-activities ul {
    margin-top: 50px;
}

.english-activities li {
    font-size: 16px;
}

/* detail activities */
.english-detail-activities {
    margin-bottom: 120px;
}

.english-detail-activities ul {
    margin-top: 50px;
}

.english-detail-activities li {
    font-size: 16px;
}

.english-detail-activities a {
    color: #0066A6;
    border-bottom: 1px solid #0066A6;
}

.english-detail-activities i {
    color: #FF0000;
    display: inline-block;
    font-size: 18px;
    margin-right: 6px;
}

/* detail activities */
.english-access {
    margin-bottom: 20px;
}

/* news */
.english-news {
    margin-bottom: 120px;
}

.english-news p {
    padding-top: 50px;
}

.english-news img {
    max-width: 100%;
}

@media screen and (max-width: 768px) {
    .english-in {
        padding: 0 20px;
        width: 100%;
    }

    /* overview */
    .english-overview {
        margin-bottom: 60px;
        padding-top: 40px;
    }

    .english-overview table {
        margin-top: 40px;
    }

    /* activities */
    .english-activities {
        margin-bottom: 60px;
    }

    .english-activities ul {
        margin-top: 40px;
    }

    /* detail activities */
    .english-detail-activities {
        margin-bottom: 60px;
    }

    .english-detail-activities ul {
        margin-top: 40px;
    }

    /* news */
    .english-news {
        margin-bottom: 60px;
    }

    .english-news p {
        padding-top: 40px;
    }
}

/*----------------------------------------------------
    note
----------------------------------------------------*/
.act {
    margin-bottom: 200px;
    padding-top: 50px;
}

.act-in {
    margin: 0 auto;
    width: 980px;
}

.act table {
    margin-top: 50px;
}
.act-return {
    padding-top: 40px;
    text-align: center;
}

.act-return a {
    color: #0066A6;
    border-bottom: 1px solid #0066A6;
}

/*----------------------------------------------------
    info
----------------------------------------------------*/
.info .top-contact,
.seminar .top-contact,
.order .top-contact {
    padding-top: 200px;
}

/*----------------------------------------------------
    contact7
----------------------------------------------------*/
.wpcf7 form .wpcf7-response-output {
    margin: 20px auto 0;
    width: 980px;
}

@media screen and (max-width: 768px) {
    .wpcf7 form .wpcf7-response-output {
        padding: 0 20px;
        width: 100%;
    }
}

/*----------------------------------------------------
    form
----------------------------------------------------*/
.form {
    padding-top: 50px;
}

.form-in {
    margin: 0 auto;
    width: 980px;
}

.form table {
    margin-top: 40px;
}

.form .your-item .wpcf7-list-item {
    margin-top: 20px;
}

.form .your-item .wpcf7-list-item:first-child {
    margin-top: 0;
}

.hissu:after {
    color: #c00;
    content: "※";
    font-weight: bold;
    display: inline-block;
    font-size: 0.8em;
    margin-left: 5px;
}

.form-btn {
    background: #0066A5;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    margin-left: 2px;
    padding: 3px 5px;
}

.form-btn:hover {
    color: #fff;
}

.form input[type="button"],
.form input[type="submit"] {
    background: #0066A5;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 55px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    width: 225px;
}
.form input[type="button"]:disabled,
.form input[type="submit"]:disabled {
    background: #aaa;
}

.form [type="text"],
.form [type="tel"],
.form [type="email"],
.form textarea {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-left: 5px;
    width: 100%;
}

.form [class*="form-size-"] {
    display: inline-block;
    margin-right: 5px;
}

.form .form-size-1  { width:   8.33333333%; }
.form .form-size-2  { width:  16.66666667%; }
.form .form-size-3  { width:  25.00000000%; }
.form .form-size-4  { width:  33.33333333%; }
.form .form-size-5  { width:  41.66666667%; }
.form .form-size-6  { width:  50.00000000%; }
.form .form-size-7  { width:  58.33333333%; }
.form .form-size-8  { width:  66.66666667%; }
.form .form-size-9  { width:  75.00000000%; }
.form .form-size-10 { width:  83.33333333%; }
.form .form-size-11 { width:  91.66666667%; }
.form .form-size-12 { width: 100.00000000%; }

.scroll-target {
    position: relative;
    top: -300px;
}

.form-confirm-msg {
    border: 5px double #0066A5;
    display: none;
    margin-bottom: 20px;
    padding: 10px;
}

@media screen and (max-width: 769px) {
    .form {
        padding-top: 40px;
    }

    .form-in {
        padding: 0 20px;
        width: 100%;
    }

    .form input[type="button"],
    .form input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 0;
        display: block;
        margin: 0;
        width: 100%;
    }

    .form .table td {
        padding-left: 0;
        padding-right: 0;
    }

    .form-btn {
        margin: 5px 3px;
    }

    .form [class*="form-size-"] {
        margin-right: 0;
    }

    .form .form-size-1  { width: 100.00000000%; }
    .form .form-size-2  { width: 100.00000000%; }
    .form .form-size-3  { width: 100.00000000%; }
    .form .form-size-4  { width: 100.00000000%; }
    .form .form-size-5  { width: 100.00000000%; }
    .form .form-size-6  { width: 100.00000000%; }
    .form .form-size-7  { width: 100.00000000%; }
    .form .form-size-8  { width: 100.00000000%; }
    .form .form-size-9  { width: 100.00000000%; }
    .form .form-size-10 { width: 100.00000000%; }
    .form .form-size-11 { width: 100.00000000%; }
    .form .form-size-12 { width: 100.00000000%; }

    .form .form-s-size-1  { width:   8.33333333%; }
    .form .form-s-size-2  { width:  16.66666667%; }
    .form .form-s-size-3  { width:  25.00000000%; }
    .form .form-s-size-4  { width:  33.33333333%; }
    .form .form-s-size-5  { width:  41.66666667%; }
    .form .form-s-size-6  { width:  50.00000000%; }
    .form .form-s-size-7  { width:  58.33333333%; }
    .form .form-s-size-8  { width:  66.66666667%; }
    .form .form-s-size-9  { width:  75.00000000%; }
    .form .form-s-size-10 { width:  83.33333333%; }
    .form .form-s-size-11 { width:  91.66666667%; }
    .form .form-s-size-12 { width: 100.00000000%; }

}

div.wpcf7-validation-errors {
    border-color: #B01F24;
}

/*----------------------------------------------------
    インタビューバナー
----------------------------------------------------*/

.top-interview {
    text-align: center;
    margin: 0 auto;
    padding-top: 65px; /* トップnews非表示対応 */
    padding-bottom: 120px;
    width: 857px;
}

.top-interview p {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .top-interview {
        padding: 0 10px 120px;
        padding-top: 20px; /* トップnews非表示対応 */
        width: 100%;
    }
}

/*----------------------------------------------------
    TOP CSOスケジュールボタン
----------------------------------------------------*/

.top-works-btn {
    padding-top: 35px;
    text-align: center;
    vertical-align: top;
}

/*----------------------------------------------------
    フッター セキュリティ
----------------------------------------------------*/

.security {
    height: 46px;
    margin-bottom: 15px;
}

.security-in {
    margin: 0 auto;
    position: relative;
    width: 920px;
}

.security-text {
    font-size: 13px;
    line-height: 46px;
    text-align: center;
}

.security a {
    position: absolute;
    right: 0;
    top: 5px;
    border:1px solid #333340;
    padding: 8px;
}

.security-gt {
    display: block;
    font-size: 9px;
    line-height: 1;
    transform: rotate( 270deg ) scale(1, 2);
}

.security-top {
    display: block;
    font-size: 9px;
    line-height: 1;
    padding-top: 8px;
}

@media screen and (max-width: 768px) {
    .security {
        height: auto;
        margin-bottom: 40px;
    }

    .security-in {
        padding: 10px 50px;
        width: 100%;
    }

    .security-text {
        font-size: 10px;
        line-height: 1.5;
    }

    .security a {
        right: 20px;
    }
}

/*----------------------------------------------------
 wpcf7
----------------------------------------------------*/
.wpcf7-form li p,
.wpcf7-form th p {
  display: inline-block;
}
.wpcf7-list-item {
  margin-left: 0;
}