/*
Description:このテーマは、株式会社ICCコンサルタンツのセミナーページ専用テーマとなります。
Theme Name: ICC Conlultants,
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: 株式会社マーブ
Author URI: http://mirv.co.jp/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: 株式会社マーブ

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
    outline: 0;
    background: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    outline: 0;
    color: #1d1d1d;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 14px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

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-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

input, textarea {
    margin: 0;
    padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
    outline:none;
}

img {
    vertical-align:bottom;
}

.cf:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.cf {
    min-height: 1px;
}

* html .cf {
    height: 1px;
    /*\*//*/
    height: auto;
    overflow: hidden;
    /**/
}

.both{
    clear:both;
}

.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration:none;
    color: #444;
    cursor:pointer;
}



/* ===================================================================
        utility
=================================================================== */

.m05 {
    margin-bottom: 5px;
}
.m10 {
    margin-bottom: 10px;
}
.m12 {
    margin-bottom: 12px;
}
.m15 {
    margin-bottom: 15px;
}
.m20 {
    margin-bottom: 20px;
}
.m30 {
    margin-bottom: 30px;
}
.m40 {
    margin-bottom: 40px;
}
.m50 {
    margin-bottom: 50px;
}
.m60 {
    margin-bottom: 60px;
}
.mt05 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt12 {
    margin-top: 12px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mt60 {
    margin-top: 60px;
}
.ml05 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml12 {
    margin-left: 12px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.mr05 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
.margin5 {
    margin:5px;	
}
.padding05 {
    padding:5px;
}
.padding07 {
    padding:7px;
}
.padding10 {
    padding:10px;
}
.padding15 {
    padding:15px;
}
.padding20 {
    padding:20px;
}
.pt05 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt30 {
    padding-top: 30px;
}
.pt40 {
    padding-top: 40px;
}
.pb05 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb40 {
    padding-bottom: 40px;
}
.pl05 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pr05 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr30 {
    padding-right: 30px;
}
.pr40 {
    padding-right: 40px;
}
.flt {
    float: left;
}
.flr {
    float: right;
}
.txt_l, td.txt_l, .txt_l td {
    text-align: left;
}
.txt_r, td.txt_r, .txt_r td {
    text-align: right;
}
.txt_c, td.txt_c, .txt_c td {
    text-align: center;
}
.valign_t, td.valign_t, .valign_t td {
    vertical-align: top;
}
.valign_m, td.valign_m, .valign_m td {
    vertical-align: middle;
}
.valign_b, td.valign_b, .valign_b td {
    vertical-align: bottom;
}
.text_bold {
    font-weight:600;
}
.clear {
    clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: block;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
    overflow: hidden;
}

address{
    font-style:normal;
}
.txt_80 {
    font-size:80%;
}
.txt_85 {
    font-size:85%;
}
.txt_90 {
    font-size:90%;
}
.txt_95 {
    font-size:95%;
}
.txt_110 {
    font-size:110%;
}
.txt_115 {
    font-size:115%;
}
.txt_120 {
    font-size:120%;
}
.txt_125 {
    font-size:125%;
}
.txt_130 {
    font-size:130%;
}
.txt_140 {
    font-size:140%;
}
.txt_150 {
    font-size:150%;
}

.white {
    color: #fff;
}


/* ===================================================================
        フォーム関係
=================================================================== */

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}

ul {
    vertical-align: middle;
}

.skip-link,
.screen-reader-text {
    display: none;
}

.entry-title {
    display: none;
}

.entry-footer {
    display: none;
}

.site-info {
    display: none;
}

.site-title {
    display: none;
}

/* head */
#head {
    margin: 0 auto 20px;
    padding-top: 25px;
    width: 960px;
}

.head-logo {
    display: table;
    float: left;
    vertical-align: middle;
}

.head-logo-img {
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.head-logo-txt {
    color: #023894;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}

.head-contact {
    display: table;
    float: right;
    margin-top: 10px;
    vertical-align: middle;
}

.head-contact-txt {
    color: #023894;
    font-size: 12px;
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.head-contact-tell {
    color: #023894;
    font-size: 16px;
    font-weight: bold;
    display: table-cell;
    padding-right: 15px;
    vertical-align: middle;
}

.middle {
    display: table;
    vertical-align: middle;
}

.head-ico {
    display: table-cell;
    height: 6px;
    padding-right: 5px;
    vertical-align: middle;
    width: 4px;
}

.head-ico img {
    display: table-cell;
    vertical-align: middle;
}

.head-ico-txt {
    display: table-cell;
    vertical-align: middle;
}

.blue {
    color: #023894;
}

/* nav */
#menu-toggle {
    display: none;
}

.site-header-main {
    border-bottom: solid 3px #023894;
    width: 100%;
}

.primary-menu {
    border-left: solid 1px #e8e8e8;
    display: table;
    height: 50px;
    margin: 0 auto;
    vertical-align: middle;
    width: 960px;
}

.primary-menu li {
    border-right: solid 1px #e8e8e8;
    display: table-cell;
    font-size: 13px;
    font-weight: bold;
    padding: 0 27px;
    vertical-align: middle;
}

.primary-menu li a:hover {
    color: #023894;
}

#content {
    margin: 0 auto;
    padding: 30px 0 100px;
    width: 960px;
}

/* side */
.side {
    width: 220px;
}

.side-img {
    margin-bottom: 10px;
    width: 220px;
}

.side-img img {
    width: 100%;
}

.side-txt {
    font-size: 12px;
    margin-bottom: 30px;
}

.side-copy {
    color: #023894;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 55px;
    text-align: center;
}

/* main */
#main {
    float: right;
    width: 690px;
}

.seminar-info {
    border-bottom: solid 1px #023894;
    color: #023894;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

h1 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

h3 {
    border-bottom: solid 1px  #0060c4;
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.place {
    color: #023894;
    font-weight: bold;
    margin-bottom: 20px;
}

.yoyaku {
    background-color: #f2f2f2;
    margin-bottom: 20px;
    padding: 15px 20px;
}

.yoyaku-left {
    background-color: #ff0000;
    border-radius: 5px;
    color: #fff;
    float: left;
    height: 50px;
    width: 475px;
}

.arrow-ico {
    float: left;
    margin: 11px 0 0 20px;
    width: 10px;
}

.arrow-txt {
    float: left;
    font-size: 20px;
    margin-left: 130px;
    margin-top: 10px;
    text-align: center;
}

.arrow-ico img {
    width: 100%;
}

.yoyaku-right {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    width: 130px;
}

.yoyaku-ico {
    float: left;
    margin-top: 2px;
    width: 17px;
}

.yoyaku-txt {
    color: #023894;
    float: left;
    font-size: 16px;
    font-weight: bold;
}

a .yoyaku-txt {
    color: #023894;
}

.post-img {
    margin: 20px 0;
    width: 100%;
}

.post-img img {
    width: 100%;
}

/* single */
.category-block {
    float:right;
}

.category-block span {
    font-size : 11px;
    color: #fff;
}
.adult {
    background-color: #10569f;
    padding: 5px 10px;
}

.student {
    background-color: #ffb400;
    padding: 5px 10px;
}

.daigaku {
    background-color: #34b8c3;
    padding: 5px 10px;
}

.relation-block {
    width : 48%;
    height: auto;
    float: left;
    margin-left: 2%;
}

.relation-content-left {
    float: left;
}

.relation-content-left div{
    margin-top: 6px;
}

.relation-content-right div {
    margin-left: 10px;
}

.relation-block img {
    width: 80px;
    height: 80px;

}

.relation-content-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.relation-content-date {
    font-size: 12px;
    margin-bottom: 5px;
}

.relation-content-city {
    color: #fff;
    background-color: #1985b4;
    font-size: 11px;
    padding : 6px;
}

.relation-content-catch {
    font-size: 14px;
}

.attachment-post-thumbnail {
    display: none;
}

.type-post status-publish {

}

/* footer */
#footer {
    background-color: #10569f;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 0;
    width: 100%;
}

.footer-block-top {
    border-bottom: solid 1px #4078b2;
    height: 260px;
}

.footer-nav {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 960px;
}

.footer-nav-block01 {
    float: left;
    margin-right: 90px;
    width: 370px;
}

.footer-nav-block02 {
    float: left;
    margin-right: 80px;
    width: 230px;
}

.footer-nav-block03 {
    float: left;
    width: 190px;
}

.footer-nav-ttl {
    margin-bottom: 20px;
}

.footer-nav-txt-block01 {
    display: table;
    line-height: 180%;
    width: 370px;
    vertical-align: top;
}

.footer-nav-txt-block02 {
    display: table;
    line-height: 180%;
    width: 240px;
    vertical-align: top;
}

.footer-nav-txt-block03 {
    display: table;
    line-height: 180%;
    width: 180px;
    vertical-align: top;
}

.footer-nav-txt-left01 {
    display: table-cell;
    padding-right: 60px;
    vertical-align: top;
}

.footer-nav-txt-left02 {
    display: table-cell;
    padding-right: 35px;
    vertical-align: top;
}

.footer-nav-txt-right01 {
    display: table-cell;
    vertical-align: top;
}

.footer-nav-txt-right02 {
    display: table-cell;
    vertical-align: top;
}


.footer-nav-txt {
    display: table-cell;
    vertical-align: top;
}

.footer-block-bottom {
    margin: 0 auto 30px;
    padding-top: 30px;
    width: 960px;
}

.footer-logo {
    float: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 10px;
    width: 253px;
}

.footer-line {
    background-color: #4078b2;
    float: left;
    margin-right: 25px;
    height: 70px;
    width: 1px;
}

.footer-txt {
    float: left;
    margin-top: 10px;
}

.footer-copy {
    background-color: #000000;
    height: 50px;
    padding: 15px 0;
    text-align: center;
}

/* sp */
#head-sp {
    display: none;
}

#footer-sp {
    display: none;
}

.footer-baner {
    display: none;
}

.mark {
    display: table;
    margin-top: 10px;
    vertical-align: middle;
}

.mark-img {
    display: table-cell;
    padding-right: 10px;
    vertical-align: middle;
}

.mark-txt {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width:640px){
    body {
        line-height: 160%;
    }

    #main {
        float: none;
        padding: 0 10px;
        width: 100%;
    }

    #content {
        margin: 0 auto;
        padding: 20px 0 35px;
        width: 100%;
    }

    .smenu-txt {
        color: #fff;
        border-bottom: 1px solid #4078b2;
        margin-bottom: 10px; 
        padding-bottom: 10px;
        line-height: 200%;
    }

    a.smenu-txt {
        color: #fff;
        line-height: 180%;
    }

    .yoyaku {
        display: none;
    }

    img {
        width: 100%;
    }

    #head {
        display: none;
    }

    .site-header-main {
        display: none;
    }

    #head-sp {
        border-bottom: solid 3px #023894;
        display: block;
    }

    .head-sp-block {
        padding: 10px;
    }

    .head-logo {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    .head-logo-img {
        float: left;
        width: 55%;
    }

    .head-nav {
        float: right;
        width: 10%;
    }

    .head-copy {
        color: #023894;
        font-size: 11px;
    }

    /* side */ 
    .side {
        box-sizing: border-box;
        margin-top: 20px;
        padding: 20px 20px 0 20px;
        width: 100%;
    }

    .side-img {
        box-sizing: border-box;
        width: 100%;
    }

    .side-txt {
        font-size: 18px;
    }

    .side-copy {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    /* single */
    h1 {
        line-height: 160%;
    }

    h3 {
        margin-top: 20px;
        padding-bottom: 5px;
    }

    .category-block {
        float: none;
        margin: 5px 0;
    }

    .category-block span {
        font-size : 11px;
        color: #fff;
    }
    .adult {
        background-color: #10569f;
        padding: 5px 10px;
    }

    .student {
        background-color: #ffb400;
        padding: 5px 10px;
    }

    .daigaku {
        background-color: #34b8c3;
        padding: 5px 10px;
    }

    .relation-block {
        width : 100%;
        height: auto;
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .relation-content-left {
        float: left;
    }

    .relation-content-left div{
        margin-top: 6px;
    }

    .relation-content-right div {
        margin-left: 10px;
    }

    .relation-block img {
        width: 80px;
        height: 80px;

    }

    .relation-content-title {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    .relation-content-date {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .relation-content-city {
        color: #fff;
        background-color: #1985b4;
        font-size: 11px;
        padding : 6px;
    }

    .relation-content-catch {
        font-size: 12px;
    }

    .attachment-post-thumbnail {
        display: none;
    }

    .type-post status-publish {

    }

    /* footer */ 
    #footer {
        display: none;
    }

    #footer-sp {
        background-color: #10569f;
        color: #fff;
        display: block;
        font-size: 12px;
        padding: 20px 0 0;
        width: 100%;
    }

    .footer-block-top {
        border-bottom: solid 1px #4078b2;
        height: auto;
        padding: 0 10px;
    }

    .footer-logo {
        float: none;
        margin: 0 auto 15px;
        width: 50%;
    }

    .footer-block-bottom {
        margin: 0 auto;
        padding: 10px 15px;
        width: 100%;
    }

    .footer-txt {
        float: none;
        font-size: 10px;
        line-height: 180%;
        margin-top: 0;
        width: 100%;
    }

    .footer-copy {
        font-size: 10px;
        height: auto;
        padding: 15px 0;
        text-align: center;
    }

    .footer-baner {
        background-color: #fff;
        border: solid 2px #e60421;
        bottom: 0;
        display: block;
        height: 74px;
        left: 0;
        padding: 5px 10px;
        position: fixed;
        width: 100%;
    }

    .footer-baner-left {
        float: left;
        font-size: 10px;
        font-weight: bold;
        line-height: 160%;
        padding-right: 5px;
        margin-top: 7px;
        width: 25%;
    }

    .footer-baner-right {
        background-color: #ff0000;
        border-radius: 5px;
        display: table;
        color: #fff;
        float: left;
        font-size: 20px;
        padding: 10px;
        vertical-align: middle;
        width: 75%;
    }

    .mark-img {
        width: 15%;
    }

    .mark-img img {
        width: 100%;
    }

    .arrow-ico {
        display: table-cell;
        float: none;
        margin: 0;
        vertical-align: middle;
        width: 10%;
    }

    .arrow-txt {
        display: table-cell;
        font-size: 20px;
        float: none;
        margin-left: 0;
        vertical-align: middle;
        width: 90%;
    }

    .fixed {
        margin-bottom: 74px;
    }

    #modal { display: none; }

    #pageslide {
        /* These styles MUST be included. Do not change. */
        display: none;
        position: absolute;
        top: 0;
        height: 100%;
        z-index: 999999;

        /* Specify the width of your pageslide here */
        width: 260px;
        padding: 20px;

        /* These styles are optional, and describe how the pageslide will look */
        background-color: #333;
        color: #FFF;
        -webkit-box-shadow: inset 0 0 5px 5px #222;
        -moz-shadow: inset 0 0 5px 5px #222;
        box-shadow: inset 0 0 5px 5px #222;
    }
}

/* トップページ */
.pickup {
    margin-bottom: 10px;
}

.pickup .pickup-top {
    display: table;
    vertical-align: middle;
}

.pickup-top li {
    display: table-cell;
    vertical-align: middle;
}

.pickup-top li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 180px;
}

.pickup-top li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    width: 510px;
    vertical-align: middle;
}

.pickup .pickup-image {
    float: left;
    height: 175px;
    margin-right: 15px;
    width: 210px;
}

.pickup .pickup-image img {
    max-width: 100%;
}

.pickup .pickup-detail {
    float: left;
    width: 460px;
}

.pickup .pickup-detail .date {
    color: #707070;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
}

.pickup .pickup-detail .title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.pickup .pickup-detail .text {
    font-size: 12px;
    line-height: 18px;
}

.seminar-title-yoyaku {
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.seminar-tab .seminar-tab-ico01 {
    left: 0;
    margin-left: 80px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-tab .seminar-tab-ico02 {
    left: 0;
    margin-left: 310px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-tab .seminar-tab-ico03 {
    left: 0;
    margin-left: 540px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-tab .su-tabs-nav .tab01 {
    background: #ffb400;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 226px;
}

.seminar-tab .su-tabs-nav .tab01:hover {
    background: #ffbf24;
    color: #fff;
    width: 226px;
}

.seminar-tab .su-tabs-nav span.tab01.su-tabs-current {
    background: #ffb400;
    color: #fff;
    width: 226px;
}

.seminar-tab .su-tabs-nav .tab02 {
    background: #34b8c3;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 226px;
}

.seminar-tab .su-tabs-nav .tab02:hover {
    background: #48d2de;
    color: #fff;
    width: 226px;
}

.seminar-tab .su-tabs-nav span.tab02.su-tabs-current {
    background: #34b8c3;
    color: #fff;
    width: 226px;
}

.seminar-tab .su-tabs-nav span.tab03 {
    margin-right: 0;
}

.seminar-tab .su-tabs-nav .tab03 {
    background: #10569f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 226px;
}

.seminar-tab .su-tabs-nav .tab03:hover {
    background: #1c64b0;
    color: #fff;
    width: 226px;
}

.seminar-tab .su-tabs-nav span.tab03.su-tabs-current {
    background: #10569f;
    color: #fff;
    position: relative;
    width: 226px;
}

.seminar-tab .su-tabs-pane.tab01 {
    border: 3px solid #ffb400;
}

.seminar-tab .su-tabs-pane.tab02 {
    border: 3px solid #34b8c3;
}

.seminar-tab .su-tabs-pane.tab03 {
    border: 3px solid #10569f;
}

.seminar-tab .su-tabs {
    background: none;
}

.main-contents .contents-block {
    margin-bottom: 120px;
}

.main-contents h2 {
    color: #0060c4;
    font-size: 75px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.main-contents .subtitle {
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 40px;
}

.main-contents .counseling-title {
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}

.main-contents .counseling {
    background: url("http://153.126.206.202/icc_wp/wp-content/uploads/2017/01/counseling_bg.png");
    background-repeat: no-repeat;
    color: #0060c4;
    height: 356px;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 30px;
    position: relative;
    width: 692px;
}

.main-contents .counseling .kyoto {
    left: 30px;
    font-weight: bold;
    position: absolute;
    top: 16px;
}

.main-contents .counseling .osaka {
    left: 30px;
    font-weight: bold;
    position: absolute;
    top: 92px;
}

.main-contents .counseling .hukuoka {
    left: 30px;
    font-weight: bold;
    position: absolute;
    top: 175px;
}

.main-contents .counseling .tokyo {
    left: 545px;
    font-weight: bold;
    position: absolute;
    top: 49px;
}

.main-contents .counseling .yokohama {
    left: 545px;
    font-weight: bold;
    position: absolute;
    top: 140px;
}

.main-contents .counseling .nagoya {
    left: 545px;
    font-weight: bold;
    position: absolute;
    top: 252px;
}

.main-contents .counseling-btn {
    font-size: 14px;
    margin: 0 auto;
    width: 450px;
}

.main-contents .counseling-left {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    float: left;    
    margin-right: 10px;
    text-align: center;
    padding: 10px 0;
    width: 220px;
}

.main-contents .counseling-right {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    float: left;   
    text-align: center;
    padding: 10px 0;
    width: 220px;
}

.main-contents .program-left {
    float: left;
    width: 330px;
}

.main-contents .program-right {
    float: right;
    width: 330px;
}

.main-contents .program-block {
    width: 330px;
}

.main-contents .program-block .program-title {
    border-top: 5px solid #0060c4;
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    height: 75px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.main-contents .program-block .program-image {
    background: #ccc;
    height: 150px;
    margin-bottom: 10px;
    width: 330px;
}

.main-contents .program-block .program-text {
    font-size: 12px;
    margin-bottom: 20px;
}

.main-contents .program-link li {
    border-bottom: 1px solid #ededed;
    display: table;
    padding-bottom: 5px;
    vertical-align: middle;
    width: 330px;
}

.main-contents .program-link li .arrow-ico {
    display: table-cell;
    float: none;
    margin: 0;
    vertical-align: middle;
    width: 16px;
}

.main-contents .program-link li .arrow-ico img {
    display: table-cell;
    vertical-align: middle;
}

.main-contents .program-link li .link-text {
    color: #0060c4;
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}

.main-contents .country {
    background: url("http://153.126.206.202/icc_wp/wp-content/uploads/2017/01/country_bg.png");
    background-repeat: no-repeat;
    color: #0060c4;
    height: 434px;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
    width: 689px;
}

.main-contents .country .uk {
    left: 60px;
    font-weight: bold;
    position: absolute;
    top: -40px;
}

.main-contents .country .sl {
    left: 150px;
    font-weight: bold;
    position: absolute;
    top: -40px;
}

.main-contents .country .canada {
    left: 410px;
    font-weight: bold;
    position: absolute;
    top: -40px;
}

.main-contents .country .usa {
    left: 365px;
    font-weight: bold;
    position: absolute;
    top: 15px;
}

.main-contents .country .vietnam {
    left: 270px;
    font-weight: bold;
    position: absolute;
    top: 160px;
}

.main-contents .country .malaysia {
    left: 290px;
    font-weight: bold;
    position: absolute;
    top: 220px;
}

.main-contents .country .thai {
    left: 150px;
    font-weight: bold;
    position: absolute;
    top: 220px;
}

.main-contents .country .australia {
    left: 120px;
    font-weight: bold;
    position: absolute;
    top: 380px;
}

.main-contents .country .nz {
    left: 410px;
    font-weight: bold;
    position: absolute;
    top: 390px;
}

.main-contents .country-list {
    display: table;
    margin-bottom: 10px;
    vertical-align: middle;
}

.main-contents .country-list li {
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 10px;
    width: 160px;
}

.main-contents .country-list li:last-child {
    padding-right: 0;
}

.main-contents .country-list li .arrow-ico {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: middle;
    width: 16px;
}

.main-contents .country-list li .arrow-ico img {
    display: inline-block;
    vertical-align: middle;
}

.main-contents .country-list li .link-text {
    color: #0060c4;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.main-contents .usefull-title {
    background: #0060c4;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    margin-bottom: 30px;
    padding: 15px 20px;
}

.main-contents .usefull-line {
    border-top: 5px solid #0060c4;
    padding-top: 10px;
}

.main-contents .usefull-line li {
    border: none;
    margin-bottom: 20px;
}

.main-contents .usefull-text {
    margin-left: 30px;
}

.main-contents .semina-yoyaku li {
    float: left;
}

.main-contents .semina-yoyaku li:last-child {
    float: right;
}

.main-contents .semina-yoyaku-left {
    float: left;
    margin-right: 10px;
    width: 90px;
}

.main-contents .semina-yoyaku-right {
    float: left;
    width: 210px;
}

.main-contents .semina-yoyaku-image {
    margin-bottom: 10px;
    width: 90px;
}

.main-contents .semina-yoyaku-image img {
    width: 90px;
}

.main-contents .semina-yoyaku-area {
    background: #1985b4;
    color: #fff;
    display: inline;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.main-contents .semina-yoyaku-date {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 12px;
}

.main-contents .semina-yoyaku-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-contents .semina-yoyaku-text {
    font-size: 12px;
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -35px;
    padding-top: 10px;
}

.sp-selected-button {
    background-color: #fff;
    border: 1px solid #fff;
}

.sp-button {
    border: 1px solid #fff;
}

.slider-bottom {
    background: url("http://153.126.206.202/icc_wp/wp-content/uploads/2017/01/squer_bg.png");
    background-repeat: repeat;
}

.slider-bottom-block {
    background: url("http://153.126.206.202/icc_wp/wp-content/uploads/2017/01/top_bg.png");
    background-repeat: no-repeat;
    margin: 0 auto;
    height: auto;
    padding: 30px 0 20px;
    width: 960px;
}

.slider-bottom-block .slider-bottom-title {
    color: #0060c4;
    font-size: 21px;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center;
}

.slider-bottom-block .slider-bottom-text {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.slider-bottom-block .slider-bottom-btn {
    display: table;
    vertical-align: middle;
}

.slider-bottom-block .slider-bottom-btn li {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-right: 12px;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    width: 150px;
}

.slider-bottom-block .slider-bottom-btn li:last-child {
    margin-right: 0;
}

/* 大阪オフィス */
.near .near-title {
    display: table;
    vertical-align: middle;
}

.near .near-title li {
    display: table-cell;
    vertical-align: middle;
}

.near .near-title li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 140px;
}

.near .near-title li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    width: 550px;
}

.near .office-name {
    margin-bottom: 20px;
}

.near .office-name .large {
    font-size: 35px;
    font-weight: bold;
    line-height: 38px;
}

.near .office-name .small {
    font-size: 20px;
    font-weight: bold;
}

.near .office-image {
    margin-bottom: 20px;
}

.near .sub-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.near .sub-text {
    font-size: 13px;
}

.near .office-seminar .left {
    float: left;
    margin-right: 40px;
}

.near .office-seminar .right {
    float: left;
}

.near .office-seminar-left {
    float: left;
    margin-right: 20px;
    width: 100px;
}

.near .office-seminar-right {
    float: left;
    width: 190px;
}

.near .office-seminar .office-seminar-image {
    margin-bottom: 10px;
}

.near .office-seminar .office-seminar-btn {
    color: #fff;
    background: #177aab;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
}

.near .office-seminar .office-seminar-btn img {
    margin-right: 10px;
    vertical-align: middle;
}

.near .office-seminar .office-seminar-date {
    font-size: 12px;
}

.near .office-seminar .office-seminar-date .office-seminar-place {
    color: #119de0;
    font-size: 12px;
}

.near .office-seminar .office-seminar-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}

.near .office-seminar .office-seminar-text {
    font-size: 13px;
}

.map-block .left {
    float: left;
    margin-right: 20px;
    width: 410px;
}

.map-block .left li {
    border-bottom: 1px solid #f2f2f2;
    font-size: 13px;
    display: table;
    margin-bottom: 10px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 410px;
}

.map-block .left li .list-left {
    color: #0060c4;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
    width: 100px;
}

.map-block .left li .list-right {
    display: inline-block;
    vertical-align: top;
    width: 310px;
}

.map-block .right {
    float: left;
    width: 260px;
}

.staff .left {
    float: left;
    width: 320px;
}

.staff .right{
    float: right;
    width: 320px;
}

.staff-block .staff-image {
    float: left;
    height: 160px;
    margin-right: 15px;
    width: 110px;
}

.staff-block .staff-image img {
    width: 100%;
}

.staff-block .staff-right {
    float: left;
    width: 190px;
}

.staff-block .staff-right .staff-job {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
}

.staff-block .staff-right .staff-name {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 3px;
}

.staff-block .staff-right .staff-roma {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}

.staff-block .staff-right .staff-title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.staff-block .staff-right .staff-text {
    font-size: 13px;
}

h4 {
    border-bottom: 1px solid #ebebe9;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.taiken {
    margin-bottom: 30px;
}

.taiken li {
    border-bottom: 1px solid #ebebe9;
    display: table;
    margin-bottom: 20px;
    padding-bottom: 20px;
    vertical-align: top;
    width: 690px;
}


.taiken li .taiken-image {
    display: table-cell;
    margin-right: 20px;
    vertical-align: top;
    width: 240px;
}

.taiken li .taiken-right {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
    width: 410px;
}

.taiken li .taiken-title {
    color: #0060c4;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.taiken li .taiken-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.taiken li .taiken-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.taiken li .taiken-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.taiken li .taiken-btn {
    background-color: #0060c4;
    border-radius: 5px;
    color: #fff;
    padding:10px 0;
    text-align: center;
    width: 200px;
}

.section {
    margin-bottom: 30px;
}

/*　エリア別留学プログラム */
.program .program-title {
    display: table;
    vertical-align: middle;
}

.program .program-title li {
    display: table-cell;
    vertical-align: middle;
}

.program .program-title li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 230px;
}

.program .program-title li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    width: 460px;
}

.program .program-area li {
    background: #f2f2f2;
    display: table;
    margin-bottom: 10px;
    padding: 20px 25px;
    vertical-align: middle;
    width: 690px;
}

.program .program-area li .program-area-left {
    border-right: 1px solid #0060c4;
    display: table-cell;
    font-size: 14px;
    padding-right: 10px;
    vertical-align: middle;
    width: 105px;
}

.program .program-area li .program-area-right {
    display: table;
    padding-left: 20px;
    vertical-align: middle;
}

.program .program-area li .program-area-right a {
    display: table-cell;
    vertical-align: middle;
}

.program .program-area li .program-area-right .program-area-icon {
    display: table-cell;
    vertical-align: middle;
}

.program .program-area li .program-area-right .program-area-icon img {
    display: table-cell;
    vertical-align: middle;
}

.program .program-area li .program-area-right .program-area-country {
    color: #0060c4;
    display: table-cell;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 20px;
    vertical-align: middle;
}

.program .program-info li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 40px;
    padding-bottom: 35px;
    width: 690px;
}

.program .program-info li .left {
    float: left;
    width: 465px;
}

.program .program-info li .program-info-title {
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.program .program-info li .program-info-copy {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.program .program-info li .program-info-text {
    font-size: 13px;
    margin-bottom: 20px;
}

.program .program-info li .program-list {
    margin-bottom: 10px;
}

.program .program-info li .program-list li {
    margin-bottom: 10px;
    padding: 0 10px 10px;
    width: 465px;
}

.program .program-info li .program-list li .left {
    color: #0060c4;
    float: left;
    font-weight: bold;
    font-size: 13px;
    width: 80px;
}

.program .program-info li .program-list li .right {
    float: left;
    font-size: 13px;
    margin-left: 0;
    width: 360px;
}

.program .program-info li .program-info-btn {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    width: 180px;
}

.program .program-info li .right {
    float: left;
    margin-left: 25px;
    width: 180px;
}

/* お問い合わせ */
.contact .contact-title {
    display: table;
    vertical-align: middle;
}

.contact .contact-title li {
    display: table-cell;
    vertical-align: middle;
}

.contact .contact-title li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 130px;
}

.contact .contact-title li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    width: 560px;
}

.contact-menu {
    background: #f2f2f2;
    display: table;
    margin-bottom: 45px;
    vertical-align: middle;
    padding: 25px 20px;
    width: 690px;
}

.contact-menu li {
    display: inline-block;
    padding-right: 40px;
    vertical-align: middle;
}

.contact-menu li:last-child {
    padding-right: 0;
}

.contact-menu li a {
    display: table-cell;
    vertical-align: middle;
}

.contact-menu li .contact-menu-icon {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
}

.contact-menu li .contact-menu-icon img {
    display: table-cell;
    vertical-align: middle;
    width: 16px;
}

.contact-menu li .contact-menu-text {
    color: #0060c4;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
    vertical-align: middle;
}

.contact .contact-block {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 0 20px 40px;
}

.contact .contact-block.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact .contact-block .left {
    float: left;
    margin-right: 35px;
    width: 37px;
}

.contact .contact-block .right {
    float: left;
    width: 578px;
}

.contact .contact-block .contact-block-title {
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 20px;
}

.contact .contact-block .contact-block-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.contact .contact-block .contact-block-link {
    display: table;
    vertical-align: top;
}

.contact .contact-block .contact-block-link li {
    color: #0060c4;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.contact .contact-block .contact-block-link li:first-child {
    padding-right: 10px;
}

.contact .contact-block .contact-block-link li img {
    display: inline-block;
    vertical-align: top;
}

.contact .contact-block .contact-block-link li a {
    color: #0060c4;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.contact .contact-block-skype-text {
    float: left;
    font-size: 13px;
    margin-bottom: 20px;
    width: 460px;
}

.contact .contact-block-skype-logo {
    float: right;
    width: 105px;
}

.contact .contact-about {
    margin-bottom: 40px;
}

.contact .contact-about-left {
    float: left;
    width: 370px;
}

.contact .contact-about-right {
    float: right;
    margin-top: 25px;
    width: 200px;
}

.contact .contact-about-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.contact .contact-about-text {
    font-size: 13px;
    margin-bottom: 10px;
}

.contact .skype-counseling {
    margin-top: 40px;
}

.contact .skype-counseling-step li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 690px;
}

.contact .skype-counseling-step li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact .skype-counseling-step li .skype-counseling-step-left {
    background: #0060c4;
    color: #fff;
    float: left;
    height: 80px;
    margin-right: 25px;
    text-align: center;
    width: 80px;
}

.contact .skype-counseling-step li .skype-counseling-step-eng {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    padding-top: 10px;
}

.contact .skype-counseling-step li .skype-counseling-step-num {
    font-size: 34px;
    line-height: 1;
}

.contact .skype-counseling-step li .skype-counseling-step-right {
    float: left;
    width: 585px;
}

.contact .skype-counseling-step li .skype-counseling-step-title {
    color: #0060c4;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.contact .skype-counseling-step li .skype-counseling-step-text {
    font-size: 14px;
}

.contact .skype-counseling-step li .skype-counseling-step-subtext {
    font-size: 12px;
    margin-bottom: 10px;
    width: 585px;
}

.contact .skype-counseling-step li .skype-counseling-step-subtext a {
    color: #0060c4;
}

.contact .skype-counseling-step .contact-block-link li {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0; 
    width: auto;
}

/* セミナー一覧　*/

.seminar-list .seminar-list-title {
    display: table;
    vertical-align: middle;
}

.seminar-list .seminar-list-title li {
    display: table-cell;
    vertical-align: middle;
}

.seminar-list .seminar-list-title li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 250px;
}

.seminar-list .seminar-list-title li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    width: 520px;
    vertical-align: middle;
}

.seminar-list .caution-text {
    font-size: 12px;
    margin-bottom: 10px;
}

.seminar-list .seminar-list-link {
    display: table;
    vertical-align: top;
}

.seminar-list .seminar-list-link li {
    color: #0060c4;
    display: inline-block;
    font-size: 13px;
    vertical-align: top;
}

.seminar-list .seminar-list-link li:first-child {
    padding-right: 10px;
}

.seminar-list .seminar-list-link li img {
    display: inline-block;
    vertical-align: top;
}

.seminar-list .seminar-list-link li a {
    color: #0060c4;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
}

.seminar-list-tab .su-tabs-nav .tab01 {
    background: #10569f;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab01:hover {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .seminar-list-tab-ico01 {
    left: 0;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .seminar-list-tab-ico02 {
    left: 0;
    margin-left: 230px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .seminar-list-tab-ico03 {
    left: 0;
    margin-left: 395px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .seminar-list-tab-ico04 {
    left: 0;
    margin-left: 570px;
    margin-bottom: 20px;
    margin-top: -20px;
}

.seminar-list-tab .su-tabs-nav span.tab01.su-tabs-current {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab02 {
    background: #ffb400;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab02:hover {
    background: #ffb400;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab02.su-tabs-current {
    background: #ffb400;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab03 {
    margin-right: 0;
}

.seminar-list-tab .su-tabs-nav .tab03 {
    background: #34b8c3;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab03:hover {
    background: #34b8c3;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab03.su-tabs-current {
    background: #34b8c3;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab03 {
    margin-right: 3px;
}

.seminar-list-tab .su-tabs-nav .tab04 {
    background: #10569f;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav .tab04:hover {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-nav span.tab04.su-tabs-current {
    background: #10569f;
    color: #fff;
    width: 168px;
}

.seminar-list-tab .su-tabs-pane.tab01 {
    border: none;
}

.seminar-list-tab .su-tabs-pane.tab02 {
    border: none;
}

.seminar-list-tab .su-tabs-pane.tab03 {
    border: none;
}

.seminar-list-tab .su-tabs {
    background: none;
}

/* 最寄のICC */
.near .near-office-area {
    border-bottom: 1px solid #0060c4;
    color: #0060c4;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    width: 690px;
}

.near .near-office-info {
    margin-bottom: 10px;
}

.near .near-office-info li {
    border-bottom: 1px solid #f2f2f2;
}

.near .near-office-left {
    float: left;
    width: 400px;
}

.near .near-office-right {
    float: right;
    width: 260px;
}

.near .near-office li {
    margin-bottom: 50px;
}

.near .near-office-info li {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.near .near-office-info li .near-office-info-left {
    color: #0060c4;
    float: left;
    font-size: 13px;
    font-weight: bold;
    width: 100px;
}

.near .near-office-info li .near-office-info-right {
    float: left;
    font-size: 13px;
    width: 260px;
}

.near .near-office-info li .contact-block-link {
    display: table;
    vertical-align: bottom;
}

.near .near-office-info li .contact-block-link li {
    border-bottom: none;
    display: table-cell;
    vertical-align: bottom;
}

.near .near-office-info li .contact-block-link li .contact-block-ico {
    color: #0060c4;
    display: table-cell;
    padding-right: 10px;
    vertical-align: bottom;
}

.near .near-office-info li .contact-block-link li .contact-block-ico img {
    display: table-cell;
    vertical-align: bottom;
}

.near .near-office-info li .contact-block-link li a {
    color: #0060c4;
    display: table-cell;
    vertical-align: bottom;
}

.near-office-btn {
    background: #0060c4;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
    width: 400px;
}

/* 英文レターサンプル */
.letter .letter-title {
    display: table;
    vertical-align: middle;
}

.letter .letter-title li {
    display: table-cell;
    vertical-align: middle;
}

.letter .letter-title li h3 {
    border: none;
    display: table-cell;
    font-size: 20px;
    margin-top: 0;
    vertical-align: middle;
    width: 220px;
}

.letter .letter-title li.line {
    border-top: 1px solid #0060c4;
    display: inline-block;
    height: 1px;
    width: 490px;
}

.letter .title-name {
    font-size: 35px;
    font-weight: bold;
    line-height: 38px;
    margin-bottom: 20px;
}

ul.icc.normal.column02 li a {
    color: #0060c4;
}

ul.icc.normal.column02 li a:hover {
    text-decoration: underline;
}

.letter .sub-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.letter .sub-text {
    font-size: 13px;
}

.letter .link-arrow {
    color: #0060c4;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    padding-left: 15px;
    position: relative;
}

.letter .link-arrow:hover {
    color: #707070;
}

.letter .link-arrow:before {
    background: url("http://www.iccworld.co.jp/portal/wp-content/uploads/2016/08/ico_yoyaku.png") 0 0 no-repeat transparent; 
    background-size: 12px 12px;
    content: "";
  top: 3px;
  left: 0;
    height: 12px; 
    position: absolute;
    width: 12px;
}

.letter .link-right {
    font-size: 13px;
    text-align: right;
}

.letter .link-right a {
    color: #0060c4;
}

.letter .link-right a:hover {
    color: #707070;
}

.letter #letter {
        border: 1px solid #DDDDDD;
        font-size: 13px;
    margin: 25px;
    background-color: #fff;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 100px;
    padding-left: 50px;
}

.letter .effect_shadow {
    position: relative;
}

.letter .effect_shadow:before, .letter .effect_shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    top: 50%;
    bottom: 0;
    left: 20px;
    right: 20px;
    -moz-border-radius: 100px / 30px;
    border-radius: 100px / 30px;
}

.letter #letter .mb_25 {
    margin-bottom: 25px;
}

.letter #letter .p_center {
    text-align: center;
}

.letter #letter strong {
    font-weight: bold;
}

.letter #letter p {
    margin-bottom: 10px;
}

.letter #letter .ml_30 {
    margin-left: 30px;
}

.letter #letter ul {
    margin-left: 2em;
    margin-bottom: 10px;
    margin-top: 5px;
}

.letter #letter ul.pl_50 {
    margin-left: 50px;
}

.letter #letter ul li {
    list-style-type: disc;
    margin-bottom: 5px;
}

.letter ul.icc.normal.ico li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 15px;
    position: relative;
}

.letter ul.icc.normal.ico li:before {
    background: url("http://www.iccworld.co.jp/portal/wp-content/uploads/2016/08/ico_yoyaku.png") 0 0 no-repeat transparent; 
    background-size: 12px 12px;
    content: "";
  top: 3px;
  left: 0;
    height: 12px; 
    position: absolute;
    width: 12px;
}

.letter .blue-title {
    color: #0060c4;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
}

.letter .red {
        color: #F00;
}

.letter .bg-title {
    background: #eaf4ff;
    border-radius: 3px;
    color: #0060c4;
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

    .pc {
        display:block;
    }
    .sp {
        display:none;
    }

/* レスポンシプ　*/
@media screen and (max-width:640px){
    /* 最寄りのICC */
    .near .near-title {
        display: block;
        margin-bottom: 10px;
    }

    .near .near-title li {
        display: block;
    }

    .near .near-title li h3 {
        width: 100%;
    }

    .near .near-title li.line {
        display: block;
        width: 100%;
    }

    .near .near-office li {
        margin-bottom: 30px;
    }

    .near .near-office-area {
        width: 100%;
    }

    .near .near-office-left {
        float: none;
        width: 100%;
    }

    .near .near-office-info li {
        margin-bottom: 10px;
    }

    .near .near-office-info li .near-office-info-left {
        width: 30%;
    }

    .near .near-office-info li .near-office-info-right {
        width: 70%;
    }

    .near-office-btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .near .near-office-right {
        float: none;
        width: 100%;
    }

    /* オフィス */
    .near .office-name .large {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 5px;
    }

    .map-block .left {
        float: none;
        margin-right: 0;
        width: 100% !important;
    }
    .map-block ul.left {
        width: 100% !important;
    }

    .map-block .right {
        float: none;
        width: 100%;
    }


    .map-block .left li .list-left {
        width: 30% !important;
    }


    .map-block .left li .list-right {
        width: 70% !important;
    }

    .staff-block .staff-image {
        height: auto;
        margin-right: 5%;
        width: 30%;
    }

    .staff .left, .staff .right {
        float: none;
        width: 100%;
    }

    .staff .left {
        margin-bottom: 15px;
    }

    .staff-block .staff-right {
        float: left;
        width: 65%;
    }

    .staff-block .staff-right .staff-job {
        line-height: 16px;
    }

    .staff-block .staff-right .staff-name {
        line-height: 16px;
    }

    .staff-block .staff-right .staff-roma {
        margin-bottom: 5px;
    }

    .taiken li {
        width: 100%;
    }

    .taiken li .taiken-image {
        margin-right: 5%;
        width: 30%;
    }

    .taiken li .taiken-right {
        width: 65%;
    }

    /* エリア別留学プログラム */
    .program .program-title {
        display: block;
        vertical-align: middle;
    }

    .program .program-title li {
        display: block;
    }

    .program .program-title li h3 {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    .program .program-title li.line {
        display: block;
        width: 100%;
    }

    .program .program-area {
        margin-top: 10px;
    }

    .program .program-area li {
        background: #f2f2f2;
        display: table;
        margin-bottom: 10px;
        padding: 10px;
        vertical-align: middle;
        width: 100%;
    }

    .program .program-area li .program-area-left {
        border-right: 1px solid #0060c4;
        display: table-cell;
        font-size: 12px;
        padding-right: 10px;
        vertical-align: middle;
        width: 30%;
    }

    .program .program-area li .program-area-right {
        display: inherit;
        padding-left: 20px;
        vertical-align: middle;
    }

    .program .program-area li .program-area-right .program-area-country {
        color: #0060c4;
        display: table-cell;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 20px;
        vertical-align: middle;
    }

    .program .program-area li .program-area-right .program-area-icon img {
        display: inline-block;
        vertical-align: middle;
    }

    .program .program-area li .program-area-right .program-area-country {
        color: #0060c4;
        display: inline-block;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 20px;
        vertical-align: middle;
    }

    .program .program-area li .program-area-right a {
        display: table;
        vertical-align: middle;
    }

    .seminar-list-tab .su-tabs-nav span.tab01.su-tabs-current,
    .seminar-list-tab .su-tabs-nav span.tab02.su-tabs-current,
    .seminar-list-tab .su-tabs-nav span.tab03.su-tabs-current,
    .seminar-list-tab .su-tabs-nav span.tab04.su-tabs-current,
    .seminar-list-tab .su-tabs-nav .tab01,
    .seminar-list-tab .su-tabs-nav .tab02,
    .seminar-list-tab .su-tabs-nav .tab03,
    .seminar-list-tab .su-tabs-nav .tab04 {
        margin-right: 1%;
        display: table-cell;
        font-size: 11px;
        padding: 1%;
        vertical-align: middle;
        width: 24%;
    }

    .seminar-list-tab .su-tabs {
        background: none;
        margin-top: 10px;
    }

    .program .program-info li {
        width: auto;
    }

    .program .program-info li:last-child {
        margin-bottom: 0;
    }

    .program .program-info li .left {
        float: none;
        width: 100%;;
    }

    .program .program-info li .right {
        float: none;
        margin: 0;
        width: 100%;
    }


    .program .program-info li .program-info-title {
        margin-bottom: 10px;
    }

    .program .program-info li .program-list li {
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }

    .program .program-info li .program-list li .left {
        width: 30%;
    }

    .program .program-info li .program-list li .right {
        margin: 0;
        width: 70%;
    }

    .program .program-info li .program-info-btn {
        margin-bottom: 10px;
        width: 100%;
    }

    /*　お問い合わせ */
    .contact .contact-title {
        width: 100%;
    }

    .contact .contact-title li h3 {
        display: block;
        margin-bottom: 0;
        width: 100%;
    }

    .contact .contact-block .right {
        float: none;
        width: 100%;
    }

    .contact .contact-title li {
        display: block;
        width: 100%;
    }

    .contact .contact-title li.line {
        display: block;
        width: 100%;
    }

    .contact-menu {
        margin-top: 10px;
        padding: 5px;
        width: 100%;
    }


    .contact-menu li {
        display: inline-block;
        padding-right: 10px;
        vertical-align: middle;
    }

    .contact-menu {
        margin-bottom: 10px;
    }

    .contact .contact-block {
        padding-bottom: 10px;
    }

    .contact-about-right {
        float: none;
        width: 100%;
    }

    /* トップページ　*/
    .pickup .pickup-top {
        display: block;
    }

    .pickup-top li {
        display: block;
        width: 100%;
    }

    .pickup-top li h3 {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    .pickup-top li.line {
        display: block;
        width: 100%;
    }

    .slider-bottom-block {
        background-size: contain;
        height: auto;
        padding: 30px 0 20px;
        width: 100%;
    }

    .seminar-tab .seminar-tab-ico01 img, .seminar-tab .seminar-tab-ico02 img, .seminar-tab .seminar-tab-ico03 img {
        max-width: 100%;
    }

    .seminar-tab .seminar-tab-ico01 {
        left: 0;
        margin-left: 8%;
        margin-bottom: 20px;
        margin-top: -27px;
        width: 25px;
    }

    .seminar-tab .seminar-tab-ico02 {
        left: 0;
        margin-left: 45%;
        margin-bottom: 20px;
        margin-top: -27px;
        width: 25px;
    }

    .seminar-tab .seminar-tab-ico03 {
        left: 0;
        margin-left: 85%;
        margin-bottom: 20px;
        margin-top: -27px;
        width: 25px;
    }


    .slider-bottom-block .slider-bottom-title {
        font-size: 18px;
        margin-bottom: 10px;
    } 

    .slider-bottom-block .slider-bottom-btn {
        margin: 0 auto;
        width: 90%;
    }

    .slider-bottom-block .slider-bottom-btn li {
        font-size: 12px;
        margin-right: 5px;
        padding: 5px 3px;
        width: 15%;
    }

    .seminar-list-tab .seminar-list-tab-ico01 img,
    .seminar-list-tab .seminar-list-tab-ico02 img,
    .seminar-list-tab .seminar-list-tab-ico03 img,
    .seminar-list-tab .seminar-list-tab-ico04 img {
        width: 100%;
    }

    .seminar-list-tab .seminar-list-tab-ico01 {
        margin-left: 5%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-list-tab .seminar-list-tab-ico02 {
        margin-left: 30%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-list-tab .seminar-list-tab-ico03 {
        margin-left: 60%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-list-tab .seminar-list-tab-ico04 {
        margin-left: 90%;
        margin-bottom: 20px;
        margin-top: -28px;
        width: 25px;
    }

    .seminar-tab .su-tabs-nav span.tab01.su-tabs-current,
    .seminar-tab .su-tabs-nav span.tab02.su-tabs-current,
    .seminar-tab .su-tabs-nav span.tab03.su-tabs-current,
    .seminar-tab .su-tabs-nav .tab01,
    .seminar-tab .su-tabs-nav .tab02,
    .seminar-tab .su-tabs-nav .tab03 {
        display: table-cell;
        font-size: 12px;
        padding: 2px;
        vertical-align: middle;
        width: 32%;
    }

    .main-contents h2 {
        font-size: 36px;
    }

    .main-contents .subtitle {
        font-size: 21px;
    }

    .main-contents .counseling-scroll {
        overflow: auto;
    }

    .main-contents .counseling-btn {
        width: 100%;
    }

    .main-contents .counseling-left, .main-contents .counseling-right {
        width: 48%;
    }

    .main-contents .contents-block {
        margin-bottom: 40px;
        width: 100%;
    }

    .main-contents .subtitle {
        margin-bottom: 10px;
    }

    .main-contents .program-left, .main-contents .program-right {
        float: none;
        width: 100%;
    }

    .main-contents .program-block .program-title {
        height: auto;
    }

    .main-contents .program-block .program-image {
        width: 100%;
    }

    .main-contents .program-link li {
        width: 100%;
    }

    .main-contents .program-link li .arrow-ico {
        width: 5%;
    }

    .main-contents .program-link li .link-text {
        margin-left: 5%;
        width: 90%;
    }

    .main-contents .usefull-line li {
        margin-bottom: 5px;
    }

    .main-contents .usefull-text {
        margin-bottom: 20px;
    }

    .main-contents .m40 {
        margin-bottom: 0;
    }

    .main-contents .program-block {
        width: 100%;
    }

    div.iframeWrapper {
        width:100%;
        height:100%;
        overflow:auto; /* scrollからautoに変更 */
        -webkit-overflow-scrolling:touch;
    }

    div.iframeWrapper-top {
        width:100%;
        height:auto;
        overflow:auto; /* scrollからautoに変更 */
        -webkit-overflow-scrolling:touch;
    }

    div.iframeWrapper iframe {
        width:100%;
        height:100%;
        border:none; /* 追加で指定 */
        display:block;
    }

    div.iframeWrapper-top iframe {
        width:100%;
        height:100%;
        border:none; /* 追加で指定 */
        display:block;
    }

    .pc {
        display:none;
    }
    .sp {
        display:block;
    }
    .sp-menu-block{
        left:0px;
        overflow:hidedn;
    }

    .sp-menu-block-main {
        display: table-cell;
        position:absolute;
        width: 90%;
    }

    .sp-menu-block-sub {
        display: none;
        position:absolute;
        left :100%;
        width : 90%;
    }

    .sp-menu-back-line {
        font-size: 26px;
        text-align: right;
    }

    .smenu-txt {
        line-height : 45px;
    }

    .smenu-txt span {
        float : right;
        font-size : 28px;
    }

    .icon_external_link {
        width : 24px;
        height : 24px;
        vertical-align: middle;
        margin-right : 5px!important;
    }

    .counseling-sp li {
        color: #0060c4;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .counseling-sp li:last-child {
        margin-bottom: 40px;
    }

    .counseling-sp li a {
        color: #0060c4;
    }

    .counseling-sp li img {
        width: 20px;
    }

    .sp-menu-close {
        text-align : right;
    }

    .sp-menu-close span a{
        color : #fff;
        font-size : 34px;
    }

    .icon-sp-close {
        margin-left : 5px!important;
    }

    .sp-menu-banner-margin {
        margin-bottom: 10px!important;
    }

    #responsive-menu-container{
        overflow-y: hidden!important;
    }
}